@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.webp") no-repeat center;
}

.visual h1 img{
    margin: 0 auto;
}

.cv{
    width: 100%;
    padding: 70px 0 80px;
}

.cv h2{
    font-size: 27px;
    font-weight: bold;
    line-height: 1;
    background: linear-gradient( transparent 55%, #ffff4f 55%, #ffff4f 100%);
    display: table;
    margin: 0 auto;
    padding-bottom: 7px;
}

.cv ul{
    width: 100%;
    max-width: 950px;
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0;
}

.nayami{
    width: 100%;
    background: url("../img/bg02.webp") no-repeat center;
}

.nayami img{
    margin: 0 auto;
}

.type{
    width: 100%;
    height: 730px;
    background: url("../img/bg03.webp") no-repeat center;
    padding: 160px 0 0
}

.type h2 img{
    margin: 0 auto;
}

.type ul{
    width: 900px;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
}

.type ul li{
    position: relative;
}

.type ul li a{
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
}

#type01{
    width: 100%;
    padding-bottom: 100px;
    background: #dbf6f5 url("../img/bg04.webp") no-repeat center top;
}

#type01 h3 img,
#type01 h4 img,
#type01 p img{
    margin: 0 auto;
}

#type01 > ul{
    width: 900px;
    margin: 0 auto;
    padding-bottom: 27px;
    background: #f4fcfc;
    overflow-x: hidden;
}

#type01 > ul .slick-list{
    overflow: visible;
}

#type01 > ul .slick-track{
    display: flex;
    align-items: stretch;
}

#type01 > ul .slick-slide{
    width: 473px;
    margin: 0 35px;
    opacity: 0.4;
    transition: opacity 0.3s ease;
}

#type01 > ul .slick-slide.slick-current,
#type01 > ul .slick-slide.slick-center,
#type01 > ul .slick-cloned.slick-current,
#type01 > ul .slick-cloned.slick-center{
    opacity: 1;
}

#type01 > ul .case-slide-item{
    width: 473px;
    font-size: 14px;
    line-height: 1.833;
}

#type01 > ul .case-slide-item img{
    margin: 0 auto 22px
}

.slick-prev, .slick-next{
    width: 48px;
    height: 48px;
    z-index: 1000;
}

.slick-prev{
    left: 190px;
    background: url("../img/prev01.webp") no-repeat;
    background-size: contain;
}

.slick-next{
    right: 190px;
    background: url("../img/next01.webp") no-repeat;
    background-size: contain;
}

.slick-dots{
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
}

.slick-dots li{
    width: 11px;
    height: 11px;
    margin: 0 8px;
}

.slick-dots li button{
    width: 11px;
    height: 11px;
}

.slick-dots li button::before{
    width: 11px;
    height: 11px;
    background: #c5c5c5;
    border-radius: calc(11px / 2);
}

.slick-dots li.slick-active button::before{
  background: #1aafb5;
  border: none;
  margin-top: 0;
}

#type01 > ul + p{
    margin-top: -27px;
}

#type01 .faq h3{
    margin-top: 100px;
}

#type01 .faq dl{
    margin-top: 50px;
}

#type01 .faq dl div{
    width: 900px;
    border-radius: 10px;
    margin: 0 auto;
    overflow: hidden;
}

#type01 .faq dl div + div{
    margin-top: 50px;
}

#type01 .faq dl div dt{
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    padding: 41px 110px;
    background: #1aafb5;
    position: relative;
    cursor: pointer;
}

#type01 .faq dl div dt::before{
    content: "";
    width: 40px;
    height: 37px;
    background: url("../img/icon_q.webp") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 32px;
    left: 50px;
}

#type01 .faq dl div dt span{
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
}

#type01 .faq dl div dt span::before{
    content: "";
    width: 24px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#type01 .faq dl div dt span::after{
    content: "";
    width: 1px;
    height: 24px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#type01 .faq dl div dt.active span::after{
    opacity: 0;
}

#type01 .faq dl div dd{
    font-size: 18px;
    line-height: 2;
    padding: 30px 110px 48px;
    position: relative;
    background: #fff;
    display: none;
}

#type01 .faq dl div dd::before{
    content: "";
    width: 41px;
    height: 30px;
    background: url("../img/icon_a.webp") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 34px;
    left: 49px;
}

#type02{
    width: 100%;
    padding-bottom: 100px;
    background: #d7eff6 url("../img/bg05.webp") no-repeat center top;
}

#type02 h3 img,
#type02 h4 img,
#type02 p img{
    margin: 0 auto;
}

#type02 > ul{
    width: 900px;
    margin: 0 auto;
    padding-bottom: 27px;
    background: #f3fafc;
    overflow-x: hidden;
}

#type02 > ul li{
    width: 473px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.833;
}

#type02 > ul li img{
    margin: 0 auto 22px
}

#type02 .faq h3{
    margin-top: 100px;
}

#type02 .faq dl{
    margin-top: 50px;
}

#type02 .faq dl div{
    width: 900px;
    border-radius: 10px;
    margin: 0 auto;
    overflow: hidden;
}

#type02 .faq dl div + div{
    margin-top: 50px;
}

#type02 .faq dl div dt{
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    padding: 41px 110px;
    background: #179bc0;
    position: relative;
    cursor: pointer;
}

#type02 .faq dl div dt::before{
    content: "";
    width: 40px;
    height: 37px;
    background: url("../img/icon_q.webp") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 32px;
    left: 50px;
}

#type02 .faq dl div dt span{
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
}

#type02 .faq dl div dt span::before{
    content: "";
    width: 24px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#type02 .faq dl div dt span::after{
    content: "";
    width: 1px;
    height: 24px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#type02 .faq dl div dt.active span::after{
    opacity: 0;
}

#type02 .faq dl div dd{
    font-size: 18px;
    line-height: 2;
    padding: 30px 110px 48px;
    position: relative;
    background: #fff;
    display: none;
}

#type02 .faq dl div dd::before{
    content: "";
    width: 41px;
    height: 30px;
    background: url("../img/icon_a.webp") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 34px;
    left: 49px;
}

.cv02{
    width: 100%;
    padding: 90px 0;
}

.cv02 ul{
    width: 100%;
    max-width: 950px;
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0;
}

.cv02 .txt-link{
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #1aafb5;
    margin: 39px auto 0;
    padding-bottom: 13px;
    border-bottom: 2px solid #1aafb5;
    padding-right: 35px;
    background: url("../img/arrow01.webp") no-repeat top 2px right;
    display: table;
    letter-spacing: 0.1em;
}

.comparison{
    width: 100%;
    padding: 100px 0;
    background: #f5f5f5;
    position: relative;
}

.comparison h2 img{
    margin: 0 auto;
}

.comparison p img{
    margin: 40px auto 0;
}

.comparison .btn01{
    position: absolute;
    top: 1052px;
    left: 50%;
    margin-left: -358px;
}

.comparison .btn02{
    position: absolute;
    top: 1052px;
    left: 50%;
    margin-left: 28px;
}

.comparison .note{
    font-size: 12px;
    line-height: 1.5;
    width: 800px;
    margin: 10px auto 0;
    text-align: right;
}

.counseling{
    width: 100%;
    padding: 0 0 100px;
    background: #ecfafb;
}

.counseling img{
    margin: 0 auto;
}

.counseling h2 img{
    margin: 51px auto 50px;
}

.counseling .txt{
    width: 750px;
    margin: 38px auto 0;
    font-size: 18px;
    line-height: 2.22;
}

.counseling .txt strong{
    font-weight: normal;
    background: linear-gradient( transparent 75%, #ffff4f 75%, #ffff4f 100%);
}

.counseling .txt span{
    font-weight: bold;
    color: #008494;
}

.counseling ul{
    width: 100%;
    max-width: 950px;
    display: flex;
    justify-content: space-between;
    margin: 70px auto 0;
}

.reason{
    width: 100%;
    height: 1667px;
    background: url("../img/bg06.webp") no-repeat center top;
}

.reason h2 img{
    margin: 0 auto;
}

.reason ul{
    width: 1000px;
    margin: 0 auto;
}

.reason ul li{
    width: 100%;
    background: #fff;
    border-radius: 0 60px 0 60px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 60px 60px 0;
    filter: drop-shadow(-7px 7px 10px rgba(0, 74, 80, 0.1));
}

.reason ul li .txt-area{
    width: 430px;
}

.reason ul li .txt-area p{
    font-size: 18px;
    line-height: 2;
    margin: 30px 0 0 60px;
}

.reason ul li .img-area{
    width: 408px;
    padding-top: 60px;
}

.reason ul li + li{
    margin-top: 60px;
}

.result{
    width: 100%;
    background: #ecfafb;
    padding: 120px 0 105px;
}

.result img{
    margin: 0 auto;
}

.result h2 img{
    margin: 0 auto 50px;
}

.result h3{
    font-size: 30px;
    line-height: 1.933;
    color: #2395a3;
    text-align: center;
    margin-top: 36px;
}

.result h3 strong{
    font-weight: bold;
}

.result p{
    font-size: 20px;
    line-height: 2.4;
    text-align: center;
    margin-top: 24px;
}

#sec06{
    width: 100%;
    padding: 120px 0;
    background: #e1f3f5;
}

#sec06 h2 img{
    margin: 0 auto 62px;
}

#sec06 p{
    font-size: 27px;
    text-align: center;
    font-weight: bold;
    color: #2395a3;
    line-height: 1;
    margin-bottom: 60px;
}

#sec06 .map{
    width: 1000px;
    height: 705px;
    position: relative;
    margin: 0 auto;
    background: url("../img/bg_tokyo.webp") no-repeat top left 191px;
}

#sec06 .map li{
    position: absolute;
    cursor: pointer;
}

#sec06 .map li:nth-child(1){
    top: 122px;
    left: 708px;
}

#sec06 .map li:nth-child(2){
    top: 304px;
    left: 731px;
}

#sec06 .map li:nth-child(3){
    top: 459px;
    left: 601px;
}

#sec06 .map li:nth-child(4){
    top: 203px;
    left: 458px;
}

#sec06 .map li:nth-child(5){
    top: 475px;
    left: 405px;
}

#sec06 .map li:nth-child(6){
    top: 212px;
    left: 300px;
}

#sec06 .map li:nth-child(7){
    top: 290px;
    left: 169px;
}

#sec06 .map li::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s all ease;
}

#sec06 .map li.active::before{
    opacity: 1;
}

#sec06 .map li:nth-child(1)::before{
    background: url("../img/hokkaido_on.webp") no-repeat center;
}

#sec06 .map li:nth-child(2)::before{
    background: url("../img/kanto_on.webp") no-repeat center;
}

#sec06 .map li:nth-child(3)::before{
    background: url("../img/tokyo_on.webp") no-repeat center;
}

#sec06 .map li:nth-child(4)::before{
    background: url("../img/tyubu_on.webp") no-repeat center;
}

#sec06 .map li:nth-child(5)::before{
    background: url("../img/kansai_on.webp") no-repeat center;
}

#sec06 .map li:nth-child(6)::before{
    background: url("../img/tyugoku_on.webp") no-repeat center;
}

#sec06 .map li:nth-child(7)::before{
    background: url("../img/kyusyu_on.webp") no-repeat center;
}

#sec06 .shopList{
    width: 100%;
    max-width: 690px;
    margin: 56px auto 0;
}

#sec06 .shopList > li{
    width: 100%;
    display: none;
}

#sec06 .shopList > li.active{
    display: block;
}

#sec06 .shopList h3{
    width: 100%;
    height: 80px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    padding-top: 27px;
    background: #545d72;
}

#sec06 .shopList dl{
    width: 100%;
    display: flex;
}

#sec06 .shopList dl div{
    width: 50%;
    position: relative;
}

#sec06 .shopList li.kanto dl div:first-child::before,
#sec06 .shopList li.kansai dl div:first-child::before,
#sec06 .shopList li.kyusyu dl div:first-child::before{
    content: "";
    width: 1px;
    height: calc(100% - 99px);
    background: #cdc3c3;
    position: absolute;
    bottom: 0;
    left: calc(100% - 1px);
}

#sec06 .shopList li.tyugoku dl div:first-child::before{
    content: "";
    width: 1px;
    height: calc(100% - 99px);
    background: #cdc3c3;
    position: absolute;
    bottom: 0;
    left: 100%;
}

#sec06 .shopList dl div dt{
    font-size: 2.8rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    padding-top: 36px;
    background: #f57da4;
    width: 100%;
    height: 99px;
}

#sec06 .shopList dl div:nth-child(2) dt{
    background: #ba89c6;
}

#sec06 .shopList dl div dd ul{
    display: flex;
    flex-wrap: wrap;
    background: #cdc3c3;
    gap: 2px;
    width: 100%;
    position: relative;
}

#sec06 .shopList dl div dd ul li{
    width: calc((100% - 2px) / 2);
    height: 86px;
    background: #fff;
    position: relative;
}

#sec06 .shopList dl div:first-child dd ul li:nth-child(odd)::before{
    content: "";
    height: 2px;
    width: 5px;
    background: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
}

#sec06 .shopList dl div:nth-child(2) dd ul li:nth-child(even)::before{
    content: "";
    height: 2px;
    width: 5px;
    background: #fff;
    position: absolute;
    bottom: -2px;
    right: 0;
}

#sec06 .shopList dl div:first-child dd ul li:nth-child(odd):last-child::before{
    content: "";
    height: 100%;
    width: 1px;
    background: #cdc3c3;
    position: absolute;
    top: 0;
    bottom: auto;
    left: auto;
    right: calc(-100% - 2px);
    z-index: 100;
}

#sec06 .shopList dl div dd ul li:nth-child(odd):last-child::after{
    content: "";
    height: 100%;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: calc(-100% - 2px);
}

#sec06 .shopList dl div:first-child dd ul li:nth-child(even)::before{
    content: "";
    height: 100%;
    width: 1px;
    background: #cdc3c3;
    position: absolute;
    top: 0;
    right: 0;
}

#sec06 .shopList dl div:nth-child(2) dd ul li:nth-child(odd)::before{
    content: "";
    height: 100%;
    width: 1px;
    background: #cdc3c3;
    position: absolute;
    top: 0;
    left: 0;
}

#sec06 .shopList dl div dd ul li a{
    font-size: 2.0rem;
    line-height: 1;
    text-align: center;
    color: #f57da4;
    padding-top: 34px;
    width: 100%;
    height: 86px;
    display: block;
}

#sec06 .shopList dl div:nth-child(2) dd ul li a{
    color: #ba89c6;
}

#sec06 .shopList dl div dd ul li a::before{
    content: "";
    width: 14px;
    height: 14px;
    border-top: solid 2px #f57da4;
    border-right: solid 2px #f57da4;
    position: absolute;
    right: 16px;
    top: 50.8%;
    transform: translateY(-50%) rotate(45deg);
}

#sec06 .shopList dl div:nth-child(2) dd ul li a::before{
    border-top: solid 2px #ba89c6;
    border-right: solid 2px #ba89c6;
}

footer{
	font-size: 1.6rem;
    line-height: 2.25;
    color: #2395a3;
    text-align: center;
    padding-bottom: 60px;
}

.floating{
    width: 238px;
    padding: 22px;
    background: #fff;
    border-radius: 12px 0 0 12px;
    position: fixed;
    bottom: 140px;
    right: 0;
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.11));
}

.floating li{
    margin-bottom: 12px;
}

.floating li:last-child{
    margin-bottom: 0;
}
	

@media screen and (max-width: 768px) {

.pc{
	display:none !important;
}

.sp{
	display:block !important;
}

a:hover{
	opacity: 1;
}

body{
	font-size: 4.1604vw;
    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{
    padding-top: 101px;
}

.cv{
    padding: 8.133vw 0 9.33vw;
}

.cv h2{
    font-size: 3.6vw;
    padding-bottom: 0.933vw;
}

.cv ul{
    max-width: 82.67vw;
    flex-direction: column;
    gap: 3.2vw;
    margin: 3.067vw auto 0;
}

.type{
    height: auto;
    padding: 0;
}

.type ul{
    width: 100%;
    margin: 0 auto;
}

.type ul li{
    width: 50%;
}

.type ul li a{
    bottom: 16.133vw;
    left: 11.33vw;
    transform: translateX(0);
    width: 33.33vw;
}

.type ul li:nth-child(2) a{
    left: auto;
    right: 11.33vw;
}

#type01{
    padding-bottom: 12vw;
}

#type01 > ul{
    width: 92vw;
    padding-bottom: 4.8vw;
}

#type01 > ul .slick-list{
    overflow: visible;
}

#type01 > ul .slick-track{
    display: flex;
    align-items: stretch;
}

#type01 > ul .slick-slide{
    width: 78.67vw;
    margin: 0 6.67vw;
}

#type01 > ul .case-slide-item{
    width: 78.67vw;
    font-size: 2.4vw;
}

#type01 > ul .case-slide-item img{
    margin: 0 auto 3.6vw
}

.slick-prev, .slick-next{
    width: 8vw;
    height: 8vw;
}

.slick-prev{
    left: 2.67vw;
}

.slick-next{
    right: 2.67vw;
}

.slick-dots li{
    width: 1.867vw;
    height: 1.867vw;
    margin: 0 1.33vw;
}

.slick-dots li button{
    width: 1.867vw;
    height: 1.867vw;
}

.slick-dots li button::before{
    width: 1.867vw;
    height: 1.867vw;
    border-radius: calc(1.867vw / 2);
}

#type01 > ul + p{
    margin-top: -4.8vw;
}

#type01 .faq h3{
    margin-top: 0;
}

#type01 .faq dl{
    margin-top: 0;
}

#type01 .faq dl div{
    width: 90.67vw;
    border-radius: 2.133vw;
}

#type01 .faq dl div + div{
    margin-top: 5.33vw;
}

#type01 .faq dl div dt{
    font-size: 4vw;
    padding: 4.8vw 11.867vw 4.8vw 13.733vw;
    line-height: 1.5;
}

#type01 .faq dl div dt::before{
    width: 6vw;
    height: 5.467vw;
    top: 50%;
    left: 5.067vw;
    transform: translateY(-50%);
}

#type01 .faq dl div dt span{
    width: 4vw;
    height: 4vw;
    right: 4vw;
}

#type01 .faq dl div dt span::before{
    width: 4vw;
}

#type01 .faq dl div dt span::after{
    height: 4vw;
}

#type01 .faq dl div dd{
    font-size: 3.733vw;
    line-height: 1.8;
    padding: 2.67vw 7.6vw 5.6vw 12.933vw;
}

#type01 .faq dl div dd::before{
    width: 6vw;
    height: 4.4vw;
    top: 4vw;
    left: 4.8vw;
}

#type02{
    padding-bottom: 12vw;
}

#type02 > ul{
    width: 92vw;
    padding-bottom: 4.8vw;
}

#type02 > ul li{
    width: 78.67vw;
    font-size: 2.4vw;
}

#type02 > ul li img{
    margin: 0 auto 3.6vw
}

#type02 .faq h3{
    margin-top: 0;
}

#type02 .faq dl{
    margin-top: 0;
}

#type02 .faq dl div{
    width: 90.67vw;
    border-radius: 2.133vw;
}

#type02 .faq dl div + div{
    margin-top: 5.33vw;
}

#type02 .faq dl div dt{
    font-size: 4vw;
    padding: 4.8vw 11.867vw 4.8vw 13.733vw;
    line-height: 1.5;
}

#type02 .faq dl div dt::before{
    width: 6vw;
    height: 5.467vw;
    top: 50%;
    left: 5.067vw;
    transform: translateY(-50%);
}

#type02 .faq dl div dt span{
    width: 4vw;
    height: 4vw;
    right: 4vw;
}

#type02 .faq dl div dt span::before{
    width: 4vw;
}

#type02 .faq dl div dt span::after{
    height: 4vw;
}

#type02 .faq dl div dd{
    font-size: 3.733vw;
    line-height: 1.8;
    padding: 2.67vw 7.6vw 5.6vw 12.933vw;
}

#type02 .faq dl div dd::before{
    width: 6vw;
    height: 4.4vw;
    top: 4vw;
    left: 4.8vw;
}

.cv02{
    padding: 10.67vw 0;
}

.cv02 ul{
    max-width: 82.67vw;
    flex-direction: column;
    margin: 0 auto;
    gap: 3.2vw;
}

.cv02 .txt-link{
    font-size: 3.6vw;
    margin: 4.67vw auto 0;
    padding-bottom: 2.133vw;
    padding-right: 5.33vw;
    background: url("../img/arrow01.webp") no-repeat top 0.267vw right;
    background-size: 1.733vw auto;
}

.comparison{
    padding: 13.467vw 0;
}

.comparison h2 img{
    width: 66.533vw;
}

.comparison p img{
    width: 90.67vw;
    margin: 6vw auto 0;
}

.comparison .btn01{
    top: 159.2vw;
    margin-left: -41.467vw;
    width: 38.67vw;
}

.comparison .btn02{
    top: 159.2vw;
    margin-left: 2.8vw;
    width: 38.67vw;
}

.comparison .note{
    font-size: 2.4vw;
    width: 90.67vw;
    margin: 1.5vw auto 0;
}

.counseling{
    padding: 0 0 15.467vw;
}

.counseling h2 img{
    width: 70.933vw;
    margin: 7.467vw auto 7.33vw;
}

.counseling h2 + picture img{
    width: 89.33vw;
}

.counseling .txt{
    width: 88vw;
    margin: 5.6vw auto 0;
    font-size: 3.733vw;
}

.counseling ul{
    max-width: 82.67vw;
    flex-direction: column;
    margin: 8.533vw auto 0;
    gap: 3.2vw;
}

.reason{
    height: 427.2vw;
    background: url("../img/sp/bg06.webp") no-repeat center top;
}

.reason ul{
    width: 89.33vw;
}

.reason ul li{
    border-radius: 0 8vw 0 8vw;
    padding: 0 0 10.933vw;
    filter: drop-shadow(-0.933vw 0.933vw 1.33vw rgba(0, 74, 80, 0.1));
}

.reason ul li .txt-area{
    width: 100%;
}

.reason ul li:nth-child(1) .txt-area h3 img{
    width: 74.533vw;
}

.reason ul li:nth-child(2) .txt-area h3 img{
    width: 76.8vw;
}

.reason ul li:nth-child(3) .txt-area h3 img{
    width: 68.8vw;
}

.reason ul li .txt-area h3 + img{
    width: 68vw;
    margin: 6.67vw auto 0;
}

.reason ul li .txt-area p{
    font-size: 3.733vw;
    width: 76vw;
    margin: 4.533vw auto 0;
}

.reason ul li .img-area{
    display: none;
}

.reason ul li + li{
    margin-top: 9.33vw;
}

.result{
    padding: 14.67vw 0 15.2vw;
}

.result h2 img{
    width: 70.133vw;
    margin: 0 auto 7.33vw;
}

.result h2 + picture img{
    width: 82.67vw;
}

.result h3{
    font-size: 4.67vw;
    margin-top: 4.933vw;
}

.result p{
    font-size: 3.733vw;
    line-height: 2;
    text-align: left;
    margin: 3.467vw auto 0;
    width: 88vw;
}

#sec06{
    padding: 13.867vw 0 12.133vw;
}

#sec06 p{
    font-size: 4vw;
    margin-bottom: 5.2vw;
}

#sec06 .map{
    width: 100%;
    height: 94vw;
    background: url("../img/bg_tokyo.webp") no-repeat center top;
    background-size: 86.933vw;
}

#sec06 .map li:nth-child(1){
    top: 16.267vw;
    left: 77.733vw;
    width: 17.067vw;
}

#sec06 .map li:nth-child(2){
    top: 40.533vw;
    left: 80.8vw;
    width: 17.067vw;
}

#sec06 .map li:nth-child(3){
    top: 60.933vw;
    left: 63.33vw;
    width: 25.867vw;
}

#sec06 .map li:nth-child(4){
    top: 27.067vw;
    left: 44.4vw;
    width: 17.067vw;
}

#sec06 .map li:nth-child(5){
    top: 63.33vw;
    left: 37.33vw;
    width: 17.067vw;
}

#sec06 .map li:nth-child(6){
    top: 28.267vw;
    left: 23.33vw;
    width: 17.067vw;
}

#sec06 .map li:nth-child(7){
    top: 38.67vw;
    left: 5.867vw;
    width: 17.067vw;
}

#sec06 .map li:nth-child(1)::before{
    background: url("../img/hokkaido_on.webp") no-repeat center;
    background-size: cover;
}

#sec06 .map li:nth-child(2)::before{
    background: url("../img/kanto_on.webp") no-repeat center;
    background-size: cover;
}

#sec06 .map li:nth-child(3)::before{
    background: url("../img/tokyo_on.webp") no-repeat center;
    background-size: cover;
}

#sec06 .map li:nth-child(4)::before{
    background: url("../img/tyubu_on.webp") no-repeat center;
    background-size: cover;
}

#sec06 .map li:nth-child(5)::before{
    background: url("../img/kansai_on.webp") no-repeat center;
    background-size: cover;
}

#sec06 .map li:nth-child(6)::before{
    background: url("../img/tyugoku_on.webp") no-repeat center;
    background-size: cover;
}

#sec06 .map li:nth-child(7)::before{
    background: url("../img/kyusyu_on.webp") no-repeat center;
    background-size: cover;
}

#sec06 .shopList{
    width: 92vw;
    margin: 7.467vw auto 0;
}

#sec06 .shopList h3{
    height: 10.67vw;
    font-size: 3.733vw;
    padding-top: 3.6vw;
}

#sec06 .shopList li.kanto dl div:first-child::before,
#sec06 .shopList li.kansai dl div:first-child::before,
#sec06 .shopList li.kyusyu dl div:first-child::before{
    height: calc(100% - 10.67vw);
}

#sec06 .shopList li.tyugoku dl div:first-child::before{
    height: calc(100% - 10.67vw);
}

#sec06 .shopList dl div dt{
    font-size: 3.733vw;
    padding-top: 4.8vw;
    height: 13.2vw;
}

#sec06 .shopList dl div dd ul li{
    height: 11.733vw;
}

#sec06 .shopList dl div:first-child dd ul li:nth-child(odd)::before{
    width: 0.8vw;
}

#sec06 .shopList dl div:nth-child(2) dd ul li:nth-child(even)::before{
    height: 2px;
    width: 0.8vw;
}

#sec06 .shopList dl div dd ul li a{
    font-size: 2.67vw;
    padding-top: 4.4vw;
    height: 11.6vw;
}

#sec06 .shopList dl div dd ul li a::before{
    width: 1.867vw;
    height: 1.867vw;
    right: 2.267vw;
}

footer{
	font-size: 2.67vw;
    line-height: 1.95;
    padding-bottom: 8vw;
}

}
