@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%;
    height: 995px;
    background: #005a6b url("../img/bg01.jpg") no-repeat center;
}

.visual .wrap{
    width: 980px;
    height: 995px;
    position: relative;
    margin: 0 auto;
}

.visual h1 img{
    position: absolute;
    top: 130px;
    left: 39px;
}

.visual .wrap div{
    position: absolute;
    top: 573px;
    left: 50%;
    transform: translateX(-50%);
    width: 710px;
}

.visual .wrap div ul{
    position: absolute;
    top: 256px;
    left: 50%;
    transform: translateX(-50%);
    width: 606px;
    display: flex;
    justify-content: space-between;
}

.nayami{
    width: 100%;
    background: #eaf0f4;
    padding: 64px 40px 102px;
    background: #eaf0f4 url("../img/bg02.jpg") no-repeat center bottom;
    position: relative;
}

.nayami h2 img{
    margin: 0 auto 19px;
}

.nayami p img{
    margin: 0 auto;
}

.nayami p + p img{
    margin: 15px auto 0;
}

.nayami .txt01{
    margin: 0 auto;
    width: 980px;
}

.nayami .txt01 img{
    margin: 155px 42px 0 auto;
}

.about{
    width: 100%;
    height: 1121px;
    padding: 70px 40px 0;
    background: #025e70 url("../img/bg03.jpg") no-repeat center;
}

.about h2 img{
    margin: 0 auto 64px;
}

.about p img{
    margin: 0 auto 34px;
}

.about > picture img{
    margin: 0 auto;
}

.merit{
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    padding: 310px 40px 100px;
}

.merit h2 img{
    margin: 0 auto 105px;
}

.merit ul li{
    margin-bottom: 75px;
}

.merit ul li:last-child{
    margin-bottom: 0;
}

.more{
    width: 100%;
    background: #e1e9ea;
    padding: 87px 40px 300px;
}

.more p img{
    margin: 0 auto 88px;
}

.more ul{
    width: 920px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 32px;;
}

.more ul li{
    width: 444px;
}

.product{
    padding: 0 40px 324px;
}

#tightan{
    background: #e1e9ea;
}

#doublo{
    background: #e1e9ea;
    padding-bottom: 110px;
}

.product h2 img{
    margin: 0 auto -152px;
    transform: translateY(-200px);
}

.product .type01{
    width: 880px;
    margin: 0 auto;
}

.product .type01 h3{
    font-size: 3.36rem;
    font-weight: bold;
    text-align: center;
    color: #025e70;
    line-height: 1.33;
}

.product .type01 p{
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.6;
    margin-top: 18px;
}

.product .type01 img{
    margin: 38px auto 0;
}

.product .type01 + .type01{
    margin-top: 64px;
}

.product .type01 + .type02{
    margin-top: 64px;
}

.product .type02{
    width: 880px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product .type02 .txtArea{
    width: 380px;
}

.product .type02 h3{
    font-size: 3.36rem;
    font-weight: bold;
    color: #025e70;
    line-height: 1.33;
}

.product .type02 p{
    font-size: 2.4rem;
    line-height: 1.6;
    margin-top: 18px;
}

.product .example{
    width: 603px;
    margin: 80px auto;
}

.product .example h4 img{
    width: 207px;
    margin: 0 auto 40px;
}

.product .example p img{
    margin: 0 auto 40px;
    font-size: 2.0rem;
    line-height: 1.6;
}

.product .movie h4 img{
    width: 207px;
    margin: 0 auto 60px;
}

.product .movie iframe,
.product .movie img{
    display: block;
    margin: 0 auto;
}

.cv{
    width: 100%;
    padding: 60px 40px 84px;
    background: #025e70;
}

.cv h2 img{
    margin: 0 auto 40px;
}

.cv ul{
    width: 896px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
}

.comparison{
    width: 100%;
    padding: 80px 40px 120px;
    background: #f2f2f2;
}

.comparison h2{
    margin-bottom: 60px;
}

.comparison h2 img{
    margin: 0 auto;
}

.comparison .wrap img{
    margin: 0 auto;
    width: 845px;
}

.reason{
    width: 100%;
    padding: 80px 40px 110px;
}

.reason h2 img{
    margin: 0 auto 60px;
}

.reason ul li{
    margin-bottom: 70px;
}

.reason ul li:last-child{
    margin-bottom: 0;
}

.reason ul li h3 img{
    margin: 0 auto 40px;
}

.reason ul li p{
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    font-size: 2.1rem;
    line-height: 1.8;
}

.price{
    width: 100%;
    padding: 0 0 120px;
    background: #ededed;
}

.price h2{
    width: 100%;
    background: #f0f1f2;
}

.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 120px;
    background: #f0f7f6;
}

.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: 90px;
    background: url("../img/dot01.png") no-repeat center bottom 2px;
}

.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.9rem;
    line-height: 1.75;
}

.faq{
    width: 100%;
    padding: 85px 40px 120px;
}

.faq h2 img{
    margin: 0 auto 75px;
}

.faq dl{
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.faq dl div{
    width: 100%;
    padding: 32px 40px;
    background: #f2f2f2;
    border-radius: 12px;
    margin-bottom: 50px;
}

.faq dl div:last-child{
    margin-bottom: 0;
}

.faq dl div dt{
    width: 100%;
    font-size: 2.7rem;
    color: #025e70;
    line-height: 1.4;
    padding: 0 54px;
    background: url("../img/icon01.png") no-repeat top left;
    position: relative;
    cursor: pointer;
}

.faq dl div dt::before{
    content: "";
    width: 28px;
    height: 2px;
    background: #025e70;
    position: absolute;
    top: 24px;
    right: 0;
}

.faq dl div dt::after{
    content: "";
    width: 2px;
    height: 28px;
    background: #025e70;
    position: absolute;
    top: 11px;
    right: 13px;
}

.faq dl div dt.active::after{
    opacity: 0;
}

.faq dl div dd{
    width: 100%;
    font-size: 2.24rem;
    line-height: 1.7857;
    padding: 24px 0 18px;
    display: none;
}

.last{
    width: 100%;
    height: 912px;
    background: #005a6b url("../img/bg04.jpg") center no-repeat;
    padding: 0 40px;
}

.last .wrap{
    width: 100%;
    max-width: 980px;
    height: 980px;
    margin: 0 auto;
    position: relative;
}

.last .wrap h2 img{
    position: absolute;
    top: 147px;
    left: 67px;
}

.last .wrap div{
    position: absolute;
    top: 543px;
    left: 50%;
    transform: translateX(-50%);
    width: 895px;
}

.last .wrap div ul{
    width: 836px;
    position: absolute;
    top: 93px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

footer{
    padding: 55px 40px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.7143;
    color: #025e70;
}



@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;
}

/* =====================================
	header
===================================== */

.header.sp {
    position: fixed;
    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{
    height: auto;
    background: none;
    padding-top: 101px;
}

.visual .wrap{
    width: 100%;
    height: auto;
}

.visual h1 img{
    position: inherit;
    top: auto;
    left: auto;
    width: 100%;
}

.visual .wrap div{
    position: inherit;
    top: auto;
    left: auto;
    transform: translateX(0);
    width: 100%;
}

.visual .wrap div ul{
    top: auto;
    bottom: 22.67vw;
    width: 84vw;
}

.visual .wrap div ul li img{
    width: 40.8vw;
}

.nayami{
    padding: 0;
    background: none;
}

.nayami h2 img{
    margin: 0 auto;
    width: 100%;
}

.nayami p img{
    width: 100%;
}

.nayami p + p img{
    margin: 0 auto;
    width: 100%;
}

.nayami .txt01{
    width: 100%;
}

.nayami .txt01 img{
    margin: 0;
    width: 100%;
}

.about{
    height: auto;
    padding: 0;
    background: none;
}

.about h2 img{
    margin: 0 auto;
    width: 100%;
}

.about p img{
    margin: 0 auto;
    width: 100%;
}

.about > picture img{
    width: 100%;
}

.merit{
    padding: 0;
}

.merit h2 img{
    margin: 0 auto;
    width: 100%;
}

.merit ul li{
    margin-bottom: 0;
}

.merit ul li img{
    width: 100%;
}

.more{
    padding: 0;
}

.more p img{
    margin: 0 auto;
    width: 100%;
}

.more ul{
    width: 100%;
    margin: 0 auto;
    row-gap: 0;
}

.more ul li{
    width: 100%;
}

.more ul li img{
    width: 100%;
}

.product{
    padding: 0 0 20vw;
}

#doublo{
    padding-bottom: 32vw;
}

.product h2 img{
    margin: 0 auto;
    transform: translateY(0);
    width: 100%;
}

.product .type01{
    width: 89.33vw;
}

.product .type01 h3{
    font-size: 5.6vw;
}

.product .type01 p{
    font-size: 4vw;
    margin-top: 4vw;
}

.product .type01 img{
    margin: 4vw auto 0;
}

.product .type01 + .type01{
    margin-top: 8.267vw;
}

.product .type01 + .type02{
    margin-top: 8.267vw;
}

.product .type02{
    width: 89.33vw;
    flex-direction: column-reverse;
}

.product .type02 .txtArea{
    width: 100%;
}

.product .type02 h3{
    font-size: 5.6vw;
    text-align: center;
}

.product .type02 p{
    font-size: 4vw;
    margin: 4vw 0;
}

.product .example{
    width: 89.33vw;
    margin: 10.67vw auto;
}

.product .example h4 img{
    width: 34.267vw;
    margin: 0 auto 8vw;
}

.product .example p img{
    margin: 0 auto 8vw;
    font-size: 3.2vw;
}

.product .movie h4 img{
    width: 34.267vw;
    margin: 0 auto 8vw;
}

.product .movie iframe,
.product .movie img{
    width: 89.33vw;
}

.cv{
    padding: 8vw 5.33vw 11.2vw;
}

.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;
}


.comparison{
    padding: 0 0 17.067vw;
}

.comparison h2{
    margin-bottom: 0;
}

.comparison h2 img{
    margin: 0 auto;
    width: 100%;
}

.comparison .wrap{
    width: 100%;
    padding-left: 5.33vw;
    overflow-x: scroll;
}

.comparison .wrap img{
    width: 161.067vw;
    max-width: inherit;
}

.reason{
    padding: 0 0 11.2vw;
}

.reason h2 img{
    margin: 0 auto;
    width: 100%;
}

.reason ul li{
    margin-bottom: 11.6vw;
}

.reason ul li h3 img{
    margin: 0 auto 3.733vw;
    width: 100%;
}

.reason ul li p{
    max-width: 84vw;
    font-size: 4vw;
}

.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: 0 0 15.2vw;
}

.flow h2 img{
    margin: 0 auto 8vw;
    width: 100%;
}

.flow ul{
    width: 93.33vw;
    max-width: inherit;
}

.flow ul li{
    padding: 0 2vw 22.67vw 0;
    background: url("../img/sp/dot01.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: 0 0 13.6vw;
}

.faq h2 img{
    margin: 0 auto;
    width: 100%;
}

.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;
    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{
    height: auto;
    padding: 0;
}

.last .wrap{
    height: auto;
}

.last .wrap h2 img{
    position: inherit;
    top: auto;
    left: auto;
    width: 100%;
}

.last .wrap div{
    position: inherit;
    top: auto;
    left: auto;
    transform: translateX(0);
    width: 100%;
}

.last .wrap div ul{
    width: 81.33vw;
    top: 13.733vw;
    flex-wrap: wrap;
    gap: 4.267vw;
}

footer{
    padding: 7.33vw 0;
    font-size: 1.867vw;
}

}







/* オーバーレイ */
.modal-overlay {
  display: none;             /* 初期は非表示 */
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 1000;
}

/* モーダル本体 */
.modal-window {
  display: none;             /* 初期は非表示 */
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 90%; max-width: 640px;
  z-index: 1001;
}

/* ポップアップコンテンツ（既存） */
.popup {
  background-color: #FFF;
  padding: 5%;
  box-sizing: border-box;
  border-radius: 10px;
}

/* 閉じるボタン */
.modal-close {
  position: absolute;
  top: 8px; right: 12px;
  font-size: 3rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #999;
}
.modal-close:hover {
  color: #333;
}

/* dt のスタイル（既存） */
.popup dl dt {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 2px solid #ff2c87;
	margin-bottom: 10px;
}
.popup dl dd {
  text-align: left;
  font-size: 14px;
}
#openModal {
  pointer-events: auto !important;
  cursor: pointer;
}
.product .type01 .cliniclist{margin:0 auto 5%;}
.product .type01 .cliniclist img{margin:0 auto;}

#sonoqueen{margin-bottom: 0; padding-bottom: 110px}


@media screen and (max-width: 768px)
{
	
	.popup dl dt { font-size: 4.2vw;}
	.popup dl dd {  font-size: 3.2vw;}

	.product .type01 .cliniclist img{margin:0 auto; width:60%;}
	
	}
