@charset "utf-8";


*{
	font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','YuGothic','Yu Gothic','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
	font-weight: 500;
	box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
	height: 100%;
  font-size: 62.5%;
}
body {
	min-height: 100%;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  letter-spacing: -0.05em;
}
a {
  display: block;
  color: inherit;
  text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:hover{
	opacity: .8
}
img {
  display: block;
  width: 100%;
  height: auto;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

input[type="text"], input[type="email"], textarea {
  outline: none;
  -webkit-appearance: none;
}

input[type="submit"], input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

select{
	border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.wrap{
	margin-left: auto;
	margin-right: auto;
  max-width: 1080px;
}

.pc{ display: block!important; }
.sp{ display: none!important; }

.tbm {
   font-family: "Sequel-Regular",'メイリオ','Meiryo','sans-serif';
    letter-spacing: 0.09em;
    font-style: normal;
}

ul.header-right-list {
    display: flex;
    justify-content: space-between;
    width: 554px;
    margin-top: 17px;
	margin-right: 80px;
}
ul.header-right-list a {
    padding: 13px 25px;
    font-family: "Sequel-Regular","sans-serif";
    letter-spacing: 2px;
    font-size: 16px;
}
a.top-contact-btn01 {
    background: #000000;
    color: #ffffff;
	border: 1px solid #000000;
	transition: 0.5s;
}
a.top-contact-btn01:hover {
    background: #ffffff;
    color: #000000;
}
.Header-Inner-Content-Left {
    display: flex;
    align-items: center;
    min-width: 300px;
}
.Header {
    background: #ffffff;
    padding: 20px;
}
.Header-Inner-Content {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}





.Footer {
    background: #000000;
    padding: 85px 0;
}
.footer-links-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
    font-size: 20px;
    padding: 0 100px;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
}

.font_Sequel{
    font-family: 'Sequel', sans-serif;
    font-weight: 400;
}

.footer-copy-light {
    color: #ffffff;
    display: flex;
    justify-content: center;
}
.Footer-Inner {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 55px;
}

@media screen and (max-width: 768px) {
  .wrap{
  	width: 100%;
  }
	
	.Footer-Inner {
    display: none!important;
}

  .pc{ display: none!important; }
	.sp{ display: block!important; }

}
