@charset "UTF-8";
/* =====================================
	全体設定
===================================== */

html{
    font-size: 62.5%;
}

a{
	color: #333333;
	text-decoration: none;
    transition: 0.3s opacity ease;
}

.sp{
	display: none !important;
}

body{
	position: relative;
	margin: 0 auto;
	font-size: 2.0rem;
    font-weight: normal;
	font-family: "Noto Sans JP", serif;
	color: #333333;
    line-height: 2;
	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;
    letter-spacing: 0.03em;
    font-feature-settings: "palt";
    min-width: 1080px;
}

.en{
    font-family: "Roboto", serif;
}

.mincho{
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
}

img {
    max-width: 100%;
    pointer-events: none;
}

/* =====================================
	header
===================================== */

.header.pc{
	width:980px;
	height:100px;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
}
.header.pc .slide_block
{
	width:980px;
}
.header.pc .logo{
	position:absolute;
	margin-left:32px;
	top:10px;

}
.header.pc .telno{
	position:absolute;
	margin-left:450px;
	top:10px;
}

.header.pc .header_cv_btn{
	position:absolute;
	margin-left:730px;
	top:10px;
}
.header.pc .telno .counseling
{
position:absolute;
display:block;
width:250px;
height:70px;
background:#FFF;
margin-left:280px;
margin-top:-76px;
opacity:0;
filter: alpha(opacity=0);
-moz-opacity:0;

}
.header.pc .telno .counseling:hover,
.header.pc .telno .mail:hover
{
opacity:0.4;
filter: alpha(opacity=40);
-moz-opacity:40;
}
.header.pc .telno .mail
{
position:absolute;
display:block;
width:250px;
height:25px;
background:#FFF;
opacity:0;
filter: alpha(opacity=0);
-moz-opacity:0;
margin-left:280px;
margin-top:-31px;
}

/* =====================================
	main
===================================== */

.visual{
    width: 100%;
    background: url("../img/bg01.jpg") no-repeat center;
    position: relative;
}

.visual h1 img{
    margin: 0 auto;
}

.visual ul{
    position: absolute;
    top: 714px;
    left: 50%;
    transform: translateX(-50%);
    width: 940px;
    display: flex;
    justify-content: space-between;
}

.visual p{
    width: 100%;
    background: #222;
}

.visual p img{
    margin: 0 auto;
}

.nayami img{
    margin: 0 auto;
}

.nayami .nayami01{
    background: url("../img/bg02.jpg") no-repeat center;
}

.nayami .nayami02{
    background: url("../img/bg03.jpg") no-repeat center;
}

.nayami .nayami03{
    background: url("../img/bg04.jpg") no-repeat center;
}

.about{
    width: 100%;
    background: #fcf7f0;
    padding-bottom: 130px;
}

.about img,
.about iframe{
    margin: 0 auto;
    display: block;
}

.features{
    background: #cea473 url("../img/bg05.jpg") no-repeat center top;
}

.features img{
    margin: 0 auto;
}

.features div{
    position: relative;
}

.features div p{
    font-size: 2.0rem;
    line-height: 1.8;
    text-align: center;
}

.features div .txt01{
    position: absolute;
    bottom: 64px;
    left: 0;
    width: 100%;
}

.features div .txt02{
    position: absolute;
    bottom: 265px;
    left: 0;
    width: 100%;
}

.features ul{
    width: 1080px;
    margin: 0 auto;
    display: flex;
    background: url("../img/bg06.jpg") repeat-y;
    padding-bottom: 48px;
}

.features ul li{
    width: 540px;
}

.features ul li p{
    font-size: 1.6rem;
    line-height: 1.875;
    margin: 12px 20px 0 100px;
}

.features ul li:last-child p{
    margin: 12px 100px 0 20px;
}

.features ul li p small{
    font-size: 1.4rem;
    line-height: 1.42857;
    display: block;
    margin-top: 28px;
}

.cv{
    width: 100%;
    padding: 90px 40px 94px;
    background: #222;
}

.cv h2 img{
    margin: 0 auto 40px;
}

.cv ul{
    width: 1000px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
}

.which{
    width: 100%;
    background: url("../img/bg07.png") repeat-y center;
}

.which img{
    margin: 0 auto;
}

.which ul{
    width: 1080px;
    display: flex;
    margin: 0 auto;
}

.price{
    width: 100%;
    padding: 0 0 120px;
    background: #ededed;
}

.price h2{
    width: 100%;
    background: #f0f1f2 url("../img/bg08.jpg") no-repeat center;
}

.price h2 img{
    margin: 0 auto;
}

.price div{
    margin: -40px auto 0;
    width: 100%;
    max-width: 980px;
    padding: 60px 50px;
    background: #fff;
    border-radius: 12px;
    position: relative;
    z-index: 10;
}

.price div h3 img{
    margin: 0 auto 30px;
}

.price div p{
    width: 100%;
    max-width: 760px;
    margin: 0 auto 50px;
    font-size: 2.1rem;
    line-height: 1.8;
}

.flow{
    width: 100%;
    padding: 87px 40px 147px;
    background: #fcf7f0;
}

.flow h2 img{
    margin: 0 auto 60px;
}

.flow ul{
    width: 100%;
    max-width: 834px;
    margin: 0 auto;
}

.flow ul li{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 130px;
    background: url("../img/bg09.png") no-repeat center bottom 2px;
    margin-top: 26px;
}

.flow ul li:first-child{
    margin-top: 0;
}

.flow ul li:last-child{
    padding-bottom: 0;
    background: none;
}

.flow ul li .imgArea{
    width: 30.2158%;
}

.flow ul li .txtArea{
    width: 64.5084%;
}

.flow ul li .txtArea p{
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 1.85;
}

.faq{
    width: 100%;
    padding: 85px 40px 120px;
}

.faq h2 img{
    margin: 0 auto 75px;
}

.faq dl{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.faq dl div{
    width: 100%;
    padding: 32px 40px;
    background: #f2f2f2;
    border-radius: 12px;
    margin-bottom: 40px;
}

.faq dl div:last-child{
    margin-bottom: 0;
}

.faq dl div dt{
    width: 100%;
    font-size: 2.0rem;
    color: #9c7d3d;
    line-height: 1;
    padding: 1px 34px 3px;
    background: url("../img/icon01.png") no-repeat top left;
    background-size: 24px auto;
    position: relative;
    cursor: pointer;
}

.faq dl div dt::before{
    content: "";
    width: 20px;
    height: 2px;
    background: #9c7d3d;
    position: absolute;
    top: 9px;
    right: 0;
}

.faq dl div dt::after{
    content: "";
    width: 2px;
    height: 20px;
    background: #9c7d3d;
    position: absolute;
    top: 0;
    right: 9px;
}

.faq dl div dt.active::after{
    opacity: 0;
}

.faq dl div dd{
    width: 100%;
    font-size: 1.8rem;
    line-height: 2;
    padding: 24px 0 18px;
    display: none;
}

.last{
    width: 100%;
    background: url("../img/bg10.jpg") center no-repeat;
    position: relative;
}

.last .wrap h2 img{
    margin: 0 auto;
}

.last .wrap div{
    position: absolute;
    top: 610px;
    left: 50%;
    transform: translateX(-50%);
    width: 1000px;
    padding: 30px;
    border-radius: 12px;
    background: #fff;
}

.last .wrap div h3 img{
    margin: 0 auto 30px;
}

.last .wrap div ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

footer{
    padding: 55px 40px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.7143;
    color: #9c7d3d;
}



@media screen and (max-width: 768px) {

.pc{
	display:none !important;
}

.sp{
	display:block !important;
}

a:hover{
	opacity: 1;
}

body{
	font-size: 4vw;
    width: 100%;
    overflow-x: hidden;
    min-width: inherit;
}

#wrapper{
    padding-top: 101px;
}

/* =====================================
	header
===================================== */

.header.sp {
    position: fixed;
    top: 0;
    width: 640px;
    margin: 0 auto;
    background: #FFF;
    border-bottom: solid 1px #DAC36E;
    overflow: hidden;
    zoom:1;box-shadow: 0px 6px 3px -3px rgba(64,64,64,0.2);
    -webkit-box-shadow: 0px 6px 3px -3px rgba(64,64,64,0.2);
    -moz-box-shadow: 0px 6px 3px -3px rgba(64,64,64,0.2);
    z-index: 10000;
}

.header.sp .logo {
    float: left;
    padding-top: 18px;
    padding-left: 18px;
}

.header.sp .headnavi {
    float: right;
}

.header.sp .headnavi ul li {
    float: left;
}

.header.sp .headnavi ul {
    overflow: hidden;
    zoom:1;}

.menublock {
    margin: 0px;
    width: 640px;
    z-index: 101;
    padding-top: 0px;
    position: fixed;
    top: -2000px;
    overflow-y: hidden;
    background: #FFF;
}

.sinryou_area.menublock ul {
    border-left: solid 1px #FFF;
    border-top: solid 2px #FFF;
}

.sinryou_area.menublock ul li {
    background: #FCE0EC;
    border-right: solid 1px #FFF;
    border-bottom: solid 2px #FFF;
}

.sinryou_area.menublock ul li.half {
    border-left: solid 1px #FFF;
}

.sinryou_area.menublock ul li.close {
    text-align: center;
}

.sinryou_area.menublock ul li.close a {
    background: url(../img/sp/icon_close.webp) no-repeat 38% center;
}

.sinryou_area h3 {
    width: 100%;
    background: #FF8BB2;
    color: #FFFFFF;
    font-size: 36px;
    padding: 10px;
    display: block;
}

.sinryou_area ul {
    letter-spacing: -.4em;
    border-left: solid 1px #CCC;
    border-top: solid 1px #CCC;
}

.sinryou_area ul li {
    width: 100%;
    display: inline-block;
    letter-spacing: normal;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 26%, rgba(240,240,240,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,rgba(255,255,255,1)), color-stop(100%,rgba(240,240,240,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 26%,rgba(240,240,240,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 26%,rgba(240,240,240,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 26%,rgba(240,240,240,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 26%,rgba(240,240,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
    margin: 0;
    padding: 0;
    vertical-align: top;
    border-right: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
}

.sinryou_area ul li:hover {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 26%, rgba(247,215,240,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(26%,rgba(255,255,255,1)), color-stop(100%,rgba(247,215,240,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 26%,rgba(247,215,240,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 26%,rgba(247,215,240,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 26%,rgba(247,215,240,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 26%,rgba(247,215,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7d7f0',GradientType=0 );
}

.sinryou_area ul li.half {
    width: 50%;
}

.sinryou_area ul li a {
    width: 100%;
    padding: 5px 15px;
    text-decoration: none;
    vertical-align: middle;
    font-size: 32px;
    line-height: 1.2;
    height: 100px;
    display: table;
    table-layout: fixed;
    color: #333333;
}

.sinryou_area ul li.half a {
    font-size: 28px;
}

.sinryou_area ul li a span {
    display: table-cell;
    vertical-align: middle;
}

.sinryou_area ul li a span.icon1 {
    background: url(../img/sp/icon_hutae.webp) no-repeat left center;
    padding-left: 100px;
}

.sinryou_area ul li a span.icon2 {
    background: url(../img/sp/icon_face.webp) no-repeat left center;
    padding-left: 100px;
}

.sinryou_area ul li a span.icon3 {
    background: url(../img/sp/icon_nose.webp) no-repeat left center;
    padding-left: 100px;
}


/* =====================================
	main
===================================== */

.visual ul{
    top: 134.8vw;
    width: 92.133vw;
}

.visual ul li{
    width: 43.6vw;
}

.about{
    padding-bottom: 13.867vw;
}

.about iframe{
    width: 89.33vw;
}

.features{
    background: #cea473;
}

.features div p{
    font-size: 3.733vw;
    line-height: 1.7;
    text-align: left;
    width: 100%;
}

.features div .txt01{
    bottom: 9.6vw;
    left: 50%;
    transform: translateX(-50%);
    width: 78.67vw;
}

.features div .txt02{
    bottom: 22.933vw;
    left: 50%;
    transform: translateX(-50%);
    width: 78.67vw;
}

.features ul{
    width: 100%;
    display: block;
    background: url("../img/sp/bg06.jpg") repeat-y;
    background-size: 100% auto;
    padding-bottom: 0;
}

.features ul li{
    width: 100%;
    padding-bottom: 11.2vw;
}

.features ul li p{
    font-size: 3.733vw;
    margin: 3.467vw 10.67vw 0;
}

.features ul li:last-child p{
    margin: 3.467vw 10.67vw 0;
}

.features ul li p small{
    font-size: 2.133vw;
    margin-top: 2.933vw;
}

.cv{
    padding: 12vw 5.33vw 14vw;
}

.cv h2 img{
    margin: 0 auto 5.33vw;
    width: 73.733vw;
}

.cv ul{
    width: 89.33vw;
    padding: 4vw;
    border-radius: 1.6vw;
    flex-wrap: wrap;
    gap: 4.267vw;
}

.which ul{
    width: 100%;
}

.price{
    padding: 0 0 15.6vw;
}

.price h2 img{
    width: 100%;
}

.price div{
    margin: -5.6vw auto 0;
    max-width: 89.33vw;
    padding: 8vw 5.33vw;
    border-radius: 1.6vw;
}

.price div img{
    width: 100%;
}

.price div h3 img{
    margin: 0 auto 4.8vw;
    width: 66.933vw;
}

.price div p{
    margin: 0 auto 9.067vw;
    font-size: 4vw;
}

.flow{
    padding: 11.2vw 0 15.2vw;
}

.flow h2 img{
    margin: 0 auto 8vw;
    width: 40.533vw;
}

.flow ul{
    width: 93.33vw;
    max-width: inherit;
}

.flow ul li{
    padding: 0 2vw 22.67vw 0;
    background: url("../img/sp/bg09.png") no-repeat center bottom 2.133vw;
    background-size: 0.8vw auto;
}

.flow ul li .imgArea{
    width: 42vw;
}

.flow ul li .txtArea{
    width: 44.67vw;
}

.flow ul li .txtArea p{
    margin-top: 1.867vw;
    font-size: 3.2vw;
}

.faq{
    padding: 10vw 0 13.6vw;
}

.faq h2 img{
    margin: 0 auto 10vw;
    width: 41.867vw;
}

.faq dl{
    max-width: 89.33vw;
}

.faq dl div{
    padding: 4.267vw 5.33vw;
    border-radius: 1.6vw;
    margin-bottom: 5.6vw;
}

.faq dl div dt{
    font-size: 4vw;
    line-height: 1.4;
    padding: 0 7.2vw;
    background: url("../img/icon01.png") no-repeat top left;
    background-size: 5.6vw auto;
}

.faq dl div dt::before{
    width: 3.733vw;
    height: 0.267vw;
    top: 3.2vw;
}

.faq dl div dt::after{
    width: 0.267vw;
    height: 3.733vw;
    top: 1.467vw;
    right: 1.733vw;
}

.faq dl div dd{
    font-size: 3.733vw;
    padding: 2.4vw 0 0;
}

.last .wrap div{
    top: 133.6vw;
    width: 89.33vw;
    padding: 4vw;
    border-radius: 1.6vw;
}

.last .wrap div h3 img{
    margin: 0 auto 2.67vw;
    width: 60.67vw;
}

.last .wrap div ul{
    flex-wrap: wrap;
    gap: 4.267vw;
}

footer{
    padding: 7.33vw 0;
    font-size: 1.867vw;
}

}