@charset "UTF-8";
/* =====================================
	全体設定
===================================== */

html{
    font-size: 62.5%;
}

a{
	color: #000;
	text-decoration: none;
    transition: 0.3s all ease;
}

a:hover{
	opacity: 0.6;
}

.sp{
	display: none !important;
}

body{
	position: relative;
	margin: 0 auto;
	font-size: 1.8rem;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight:500;
    font-style: normal;
	color: #000;
    line-height: 1.56;
	text-align: left;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
	-ms-text-size-adjust: 100%;/*EgdeMobile*/
	-moz-text-size-adjust: 100%;/*firefox*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
    background: #f8f9f9 url("../img/bg01.png") center repeat-y;
}

.en{
	font-family: "Oswald", sans-serif;
    font-weight: normal;
}


/* =====================================
	header
===================================== */

header{
    width: 100%;
    padding: 40px 4% 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo img{
    width: 274px;
}

header ul{
    display: flex;
}

header ul li{
    margin-left: 2.2em;
}

header ul li:first-child{
    margin-left: 0;
}

header ul li a{
    font-size: 2.0rem;
    line-height: 1;
}

/* =====================================
	main
===================================== */

.visual{
    width: 100%;
    height: 740px;
    position: relative;
    margin-bottom: 140px;
}

.visual::after{
    content: "";
    width: calc(100% - 160px);
    height: 680px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/visual01.jpg") center no-repeat;
    background-size: cover;
}

.visual::before{
    content: "";
    width: calc(100% - 340px);
    height: 288px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #de3336;
}

.visual h1{
    position: absolute;
    top: 193px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.visual h1 picture img{
    width: 750px;
}

.visual h1 small img{
    margin: 0 -80px 6px auto;
    width: 255px;
}

.visual p{
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.33;
    color: #fff;
    position: absolute;
    bottom: 122px;
    right: 80px;
    z-index: 10;
}

.visual div{
    font-size: 1.4rem;
    line-height: 1;
    position: absolute;
    bottom: calc(330px - 1em);
    right: 20px;
    z-index: 10;
    transform: rotate(90deg);
    transform-origin: top right;
    padding-right: 70px;
}

.visual div::before{
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    z-index: 10;
    width: 60px;
    height: 1px;
    background: #000;
}

.visual div::after{
    content: "";
    position: absolute;
    top: 4px;
    right: -2px;
    transform: rotate(45deg);
    z-index: 10;
    width: 13px;
    height: 1px;
    background: #000;
}

#service{
    width: 100%;
    max-width: 1100px;
    padding: 0 40px 160px;
    margin: 0 auto;
}

#service h2{
    font-size: 8.7rem;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 57px;
}

#service h2 strong{
    font-weight: 700;
}

#service h3{
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 22px;
}

#service img{
    margin: 52px auto 0;
}

#lineup{
    width: 100%;
    position: relative;
    padding: 0 40px 120px;
}

#lineup::before{
    content: "";
    width: 50%;
    height: 452px;
    position: absolute;
    top: 0;
    left: 0;
    background: #de3336;
}

#lineup h2{
    font-size: 8.7rem;
    font-weight: 200;
    line-height: 1;
    margin: 0 0 37px calc(50% + 58px);
    padding-top: 77px;
}

#lineup h2 strong{
    font-weight: 700;
}

#lineup img{
    margin: 0 auto 115px;
    max-width: 100%;
    position: relative;
    z-index: 10;
}

#lineup h3{
    font-size: 5.7rem;
    font-weight: 200;
    line-height: 1;
    margin: 0 auto 32px;
    width: 100%;
    max-width: 924px;
    padding-left: 0.63em;
    position: relative;
}

#lineup h3::before{
    content: "";
    width: 8px;
    height: 47px;
    background: #de3336;
    position: absolute;
    top: 0.15em;
    left: 0.15em;
    transform: skewX(-15deg);
}

#lineup h3 strong{
    font-weight: 500;
}

#lineup dl{
    margin: 0 auto 40px;
    width: 100%;
    max-width: 924px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#lineup dl div{
    margin-bottom: 30px;
    width: 44.8%;
}

#lineup dl div dt{
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 7px;
}

#lineup dl div dd{
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0;
}

#lineup h4{
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1;
    margin: 0 auto 32px;
    width: 100%;
    max-width: 924px;
    position: relative;
}

#lineup p{
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    padding-top: 60px;
    position: relative;
}

#lineup p::before{
    content: "";
    width: 0;
    height: 54px;
    border-right: 4px dotted #aeaeae;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-3px);
}

#message{
    width: 100%;
    padding: 120px 40px 110px;
    background: #fbfcfc url("../img/bg02.png") center repeat-y;
}

#message .inner{
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}

#message h2{
    font-size: 8.7rem;
    font-weight: 200;
    line-height: 1;
    padding: 0 10px 80px;
    position: relative;
    z-index: 10;
}

#message h2::before{
    content: "";
    width: 46px;
    height: 266px;
    background: #de3336;
    position: absolute;
    top: -13px;
    right: 120px;
    transform: skewX(-15deg);
    z-index: -1;
}

#message h2 strong{
    font-weight: 700;
}

#message .inner div{
    width: 100%;
    max-width: 944px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

#message .inner div img{
    max-width: 100%;
}

#message .inner div h3{
    font-size: 6.6rem;
    line-height: 1.33;
    text-decoration: underline;
    padding-left: 40px;
    font-family: YuMincho,"Hiragino Mincho ProN",serif;
}

#message .inner p{
    width: 100%;
    max-width: 944px;
    margin: 30px auto 0;
    font-size: 2.0rem;
    line-height: 1.8;
}

#profile{
    width: 100%;
    padding: 412px 40px 90px;
    position: relative;
}

#profile::before{
    content: "";
    width: 52.67%;
    height: 462px;
    position: absolute;
    top: 120px;
    left: 0;
    background: url("../img/pic03.jpg") center no-repeat;
    background-size: cover;
}

#profile h2{
    font-size: 8.7rem;
    font-weight: 200;
    line-height: 1;
    margin-left: 57.33%;
    position: relative;
    z-index: 10;
}

#profile h2::before{
    content: "";
    width: 46px;
    height: 266px;
    background: #de3336;
    position: absolute;
    top: -96px;
    left: 318px;
    transform: skewX(-15deg);
    z-index: -1;
}

#profile h2 strong{
    font-weight: 700;
}

#profile .wrap{
    width: 100%;
    max-width: 1018px;
    margin: 52px auto 0;
    display: flex;
    justify-content: space-between;
}

#profile .wrap dl{
    width: calc(50% - 1px);
}

#profile .wrap dl > div{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 7.874%;
}

#profile .wrap dl > div:nth-child(even){
    background: #fff;
}

#profile .wrap dl dt{
    padding: 28px 0;
    font-size: 2.0rem;
    font-weight: bold;
    width: 27.57%;
}

#profile .wrap dl dd{
    padding: 30px 0;
    font-size: 1.8rem;
    line-height: 1.5;
    width: 72.43%;
}

#profile .wrap dl dd a{
    text-decoration: underline;
}

#profile .wrap dl dd a:hover{
    text-decoration: none;
}

#profile .wrap dl dd img{
    width: 117px;
    margin: -1px;
    border: 1px solid #5f5f5f;
}

#profile .wrap dl dd div a{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

#profile .wrap dl dd div span{
    margin-left: 1em;
}

#contact{
    width: 100%;
    padding: 120px 40px;
    background: #fbfcfc url("../img/bg02.png") center repeat-y;
}

#contact h2{
    font-size: 8.7rem;
    line-height: 1;
    position: relative;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
}

#contact p{
    font-size: 1.8rem;
    line-height: 1.67;
    text-align: center;
    margin-bottom: 50px;
}

#contact p a{
    text-decoration: underline;
}

#contact .form iframe{
    margin: 0 auto;
    display: block;
}




/* =====================================
	footer
===================================== */

footer{
    width: 100%;
    background: #282828;
    padding: 50px 40px;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
}



@media screen and (max-width:768px){

.pc{
	display:none !important;
}

.sp{
	display:block !important;
}

a:hover{
	opacity: 1;
}

body{
    font-size: 3.467vw;
    width: 100%;
    background: #f8f9f9 url("../img/sp/bg01.png") center repeat-y;
    background-size: 100% auto;
    overflow-x: hidden;
    letter-spacing: 0;
}

/* =====================================
	header
===================================== */

header{
    padding: 5.33vw 0;
    position: relative;
}

header .logo{
    width: 42.4vw;
    margin: 0 auto;
    display: table;
}

header .logo img{
    width: 42.4vw;
}

header nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    background: #fbfcfc url("../img/sp/bg02.png") center repeat-y;
    background-size: 100% auto;
    display: none;
    z-index: 1000;
}

header ul{
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

header ul li{
    margin: 9.067vw 0 0;
}

header ul li:first-child{
    margin: 0;
}

header ul li a{
    font-size: 5.33vw;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  z-index: 1010;
}
.menu-trigger {
  position: absolute;
  top: 4vw;
  right: 4vw;
  width: 6.933vw;
  height: 5.867vw;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.533vw;
  background-color: #000;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(2.7vw) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-2.7vw) rotate(45deg);
}


/* =====================================
	main
===================================== */

.visual{
    height: 147.867vw;
    margin-bottom: 21.33vw;
}

.visual::after{
    display: none;
}

.visual::before{
    width: calc(100% - 30.4vw);
    height: 27.867vw;
}

.visual h1{
    top: 0;
    left: 0;
    transform: translateX(0);
}

.visual h1 picture img{
    width: 100%;
}

.visual h1 small img{
    margin: 0;
    width: 43.467vw;
    position: absolute;
    top: 28.4vw;
    right: 2.67vw;
}

.visual p{
    font-size: 6.30267vw;
    bottom: 6.933vw;
    right: 5.33vw;
}

.visual div{
    font-size: 2.4267vw;
    bottom: 20.4vw;
    right: auto;
    left: 6.4vw;
    transform-origin: top left;
    padding-right: 9.33vw;
}

.visual div::before{
    top: .5em;
    width: 7.6vw;
}

.visual div::after{
    top: 0.3em;
    right: -0.2em;
    width: 1.6vw;
}

#service{
    padding: 0 0 18.67vw;
}

#service h2{
    font-size: 13.92133vw;
    margin-bottom: 9.067vw;
    text-align: center;
}

#service h3{
    font-size: 5.81733vw;
    text-align: center;
    margin-bottom: 4vw;
}

#service p{
    text-align: center;
}

#service img{
    margin: 9.6vw auto 0;
    width: 92.267vw;
}

#lineup{
    padding: 0 5.33vw 18.67vw;
}

#lineup::before{
    width: 44.8vw;
    height: 52.267vw;
}

#lineup h2{
    font-size: 13.92133vw;
    margin: 0 0 5.33vw auto;
    padding-top: 10.67vw;
    text-align: right;
}

#lineup img{
    margin: 0 auto 10.67vw;
    width: 100%;
}

#lineup h3{
    font-size: 9.91467vw;
    margin: 0 auto 8vw;
    padding-left: 6.4vw;
}

#lineup h3::before{
    width: 1.467vw;
    height: 8.267vw;
}

#lineup dl{
    margin: 0 auto 6.8vw;
}

#lineup dl div{
    margin-bottom: 5.733vw;
    width: 100%;
}

#lineup dl div dt{
    font-size: 4.8vw;
    margin-bottom: 1.867vw;
}

#lineup dl div dd{
    font-size: 4.3vw;
}

#lineup h4{
    font-size: 5.8933vw;
    margin: 0 auto 8vw;
}

#lineup p{
    font-size: 4.16vw;
    padding-top: 10.8vw;
}

#lineup p::before{
    height: 9.33vw;
    border-right: 1vw dotted #aeaeae;
    transform: translateX(-0.8vw);
}

#message{
    padding: 18.67vw 0 17.067vw;
    background: #fbfcfc url("../img/sp/bg02.png") center repeat-y;
    background-size: 100% auto;
}

#message h2{
    font-size: 13.92133vw;
    padding: 0 0 12vw;
    text-align: center;
}

#message h2::before{
    width: 6.133vw;
    height: 35.467vw;
    top: 4vw;
    right: 7vw;
}

#message .inner div{
    display: block;
}

#message .inner div img{
    max-width: 42.67vw;
    margin: 0 auto 3.33vw;
}

#message .inner div h3{
    font-size: 8.78933vw;
    text-align: center;
    padding-left: 0;
}

#message .inner p{
    width: 89.33vw;
    margin: 5.867vw auto 0;
    font-size: 4.2vw;
}

#profile{
    width: 100%;
    padding: 68.133vw 0 18.67vw;
}

#profile::before{
    width: 100%;
    height: 61.6vw;
    top: 0;
    background: url("../img/sp/pic03.jpg") center no-repeat;
    background-size: cover;
}

#profile h2{
    font-size: 13.92133vw;
    margin-left: 5.867vw;
}

#profile h2::before{
    width: 6.133vw;
    height: 35.467vw;
    top: -8.267vw;
    left: 60vw;
}

#profile .wrap{
    width: 87.2vw;
    margin: 5.33vw auto 0;
    display: block;
}

#profile .wrap dl{
    width: 100%;
}

#profile .wrap dl > div{
    padding: 0 0 0 4vw;
}

#profile .wrap dl dt{
    padding: 4.8vw 0;
    font-size: 3.6vw;
}

#profile .wrap dl dd{
    padding: 5vw 0;
    font-size: 3.4vw;
    line-height: 1.65;
}

#profile .wrap dl dd img{
    width: 20.267vw;
}

#profile .wrap dl dd div a{
    margin-bottom: 4vw;
}

#contact{
    padding: 18.67vw 5.33vw;
    background: #fbfcfc url("../img/sp/bg02.png") center repeat-y;
    background-size: 100% auto;
}

#contact h2{
    font-size: 13.92133vw;
    margin-bottom: 6.933vw;
}

#contact p{
    font-size: 3.4vw;
    margin-bottom: 5vw;
}




/* =====================================
	footer
===================================== */

footer{
    padding: 8vw 0;
    font-size: 3.2vw;
}
}