@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;
    position: relative;
}
.header.pc .slide_block
{
	width:980px;
}
.header.pc .logo{
	position:absolute;
	margin-left:32px;
	top:50%;
    transform: translateY(-50%);
}
.header.pc .logo img{
	width: 244px;
}
.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;
    background-size: cover;
}

.visual h1 img{
    margin: 0 auto;
}

.cv{
   position: absolute;
   bottom: 5%;
   left: 50%;
   transform: translateX(-50%);
   width: 100%;
   max-width: 710px;
}



.cv .wrap,
.cv02 .wrap{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.cv .wrap p img{
    margin: 0 auto;
}

.cv .wrap ul{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.cv02 .wrap ul{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
    position: absolute;
    bottom: 83px;
    left: 50%;
    transform: translateX(-50%);
}
.nayami img{
    margin: 0 auto;
}

.nayami .nayami01{
    background: url("../img/bg02.jpg") no-repeat center;
    background-size: cover;
}
.case00 .mokuji {
  background: #eaf1f5;
  padding: 0 5.33% 5.33%;
}
.case00 .mokuji h3 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.case00 .mokuji ul {
  width: min(100%,670px);
  margin: 0 auto;
  
}
.case00 .mokuji ul li {
  margin-bottom: 6% ;
}
.case01 h3 {
  width: 100%;
  background: url("../img/title_bg.png") center bottom repeat-x #eaf0f4;
}
.case02 h3,
.case03 h3{
  width: 100%;
  background: url("../img/title_bg.png") center bottom repeat-x #aaceea;
}
.case h3 img {
  max-width: 1000px;
  margin: 0 auto;
}

.case {
  background: #aaceea;
}
.case .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.case .case_txt {
  background: url("../img/case_bg.png");
  background-size: contain;
  padding: 0 10% 10%;
}
.case .btnArea {
  position: relative;
}
.case .btn {
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
}
.case .sliderArea {
  background: url("../img/case_bg.png");
  background-size: contain;
  padding: 5% 0;
}
.case .sliderArea .slick-slider{
    width: min(76%, 570px);
    margin: 0 auto;
}
.case .sliderArea .notes {
  width: min(76%, 570px);
  margin: 50px auto;
  font-size: 1.5rem;
}
.case .sliderArea .slick-slider .slick-slide{
    font-size: 1.44rem;
    line-height: 1.78;
}

.case .sliderArea .slick-slider .slick-slide img{
    margin-bottom: 20px;
}

.case .ba-img img{
  aspect-ratio: 630 / 430;
  width: 100%;
  height: auto; 
}

.slick-next, .slick-prev{
    width: 65px;
    height: 65px;
    z-index: 2;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-prev{
    left: -57px;
    background: url("../img/prev.png") no-repeat center;
    background-size: contain;
}

.slick-next:hover,
.slick-next:focus,
.slick-next{
    right: -57px;
    background: url("../img/next.png") no-repeat center;
    background-size: contain;
}

.slick-next::before, .slick-prev::before{
    display: none;
}

.slick-dots{
    bottom: -49px;
    width: 100%;
}

.slick-dots li{
    width: 14px;
    height: 14px;
    margin: 0 13px;
}

.slick-dots li button::before{
    width: 14px;
    height: 14px;
    border-radius: 7px;
    content: "";
    background: #d1dae5;
    opacity: 1;
}

.slick-dots li.slick-active button::before{
    background: #de95b4;
    opacity: 1;
}

.case .video_wrapper {
  background: url("../img/case_bg.png") repeat-y;
  background-size: contain;
  text-align: center;
}
.case .video_wrapper video {
  width: 490px;
  margin: 0 auto;
}

.comparison {
  background: #f2f2f2;
  width: 100%;
  padding-bottom: 80px;
}
.comparison h2 {
  max-width: 1000px;
  margin: 0 auto;
}
.comparison .list {
  width: min(100%,746px);
  margin: 0 auto;
}

.solution{
    background: #e9f0f4;
    padding-bottom: 80px;
}
.solution .counseling {
  width: min(100%,670px);
  margin: 0 auto;
}
.solution img{
    margin: 0 auto 20px;
}

.reason {
    background: #204077;
    padding-bottom: 80px;
}
.reason img {
    max-width: 1000px;
    margin: 0 auto;
}

.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: #204077;
    line-height: 1.4;
    padding: 3px 54px;
    background: url("../img/icon01.png") no-repeat top left;
    background-size: 42px auto;
    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;
}


footer{
    padding: 42px 40px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 2;
    color: #355d8f;
}



@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: 116px;
}

img {
    width: 100%;
}

/* =====================================
	header
===================================== */

.header.sp {
    position: fixed;
    top: 0;
    width: 640px;
    margin: 0 auto;
    background: #FFF;
    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: 24px;
    padding-left: 24px;
}

.header.pc .logo img {
	width: 305px;
}

.header.sp .headnavi {
    float: right;
}

.header.sp .headnavi ul li {
    float: left;
}

.header.sp .headnavi ul {
    overflow: hidden;
    zoom:1;
}



/* =====================================
	main
===================================== */

.visual{
    background: none;
}

.cv{
    background: none;
    position: static;
    transform: none;
}

.cv02{
    background: none;
}

.cv .wrap ul{
    width: 76vw;
    flex-wrap: wrap;
    gap: 2.67vw;
    bottom: 16.733vw;
}

.cv02 .wrap ul{
    bottom: 4vw;
    flex-direction: column;
    width: 76%;
    gap:10px;
}

.nayami .nayami01{
    background: none;
}

.nayami img{
    margin: 0 auto;
}

.case01 h3 {
  background-color: #eaf0f4;
  background-image: none;
}
.case02 h3,
.case03 h3{
  width: 100%;
  background-color: #aaceea;
  background-image: none;
}

.case .case_txt {
  background: url("../img/sp/case_bg.png");
  background-size: contain;
  padding: 0 10% 10%;
}

.case .btn {
  position: absolute;
  width: 76%;
  bottom: 30%;
}
.case .sliderArea {
  background: url("../img/sp/case_bg.png");
  background-size: contain;
  padding: 5% 0;
}

.slick-next, .slick-prev{
    width: 8.67vw;
    height: auto;
    aspect-ratio:1;
    z-index: 2;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-prev{
    left: -4vw;
}

.slick-next:hover,
.slick-next:focus,
.slick-next{
    right: -4vw;
}

.slick-dots{
    bottom: -6vw;
}

.slick-dots li{
    width: 2.267vw;
    height: 2.267vw;
    margin: 0 2vw;
}

.slick-dots li button::before{
    width: 2.267vw;
    height: 2.267vw;
    border-radius: 1.1335vw;
}


.case .video_wrapper {
  background: url("../img/sp/case_bg.png") repeat-y;
  background-size: contain;
}
.case .video_wrapper video {
  width: 65.33%;
  margin: 0 auto;
}

.comparison {
  padding: 0 5.33% 10%;
}

.solution{
    padding: 0 5.33% 10%;
}
.solution .counseling {
  width: min(100%,670px);
  margin: 0 auto;
}
.solution img{
    margin: 0 auto 20px;
}

.reason {
    background: #204077;
    padding-bottom: 80px;
}


.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;
}


footer{
    padding: 42px 40px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 2;
    color: #355d8f;
}

  
  
  
  
  
  

.nayami .nayami03 .sliderArea{
    width: 94.67vw;
    padding-bottom: 17.6vw;
}

.nayami .nayami03 .sliderArea h4{
    font-size: 4.44267vw;
    width: 24vw;
    height: 7.733vw;
    padding-top: 1.6vw;
    margin: 0 auto 4vw;
}

.nayami .nayami03 .sliderArea .slick-slider{
    width: 76.267vw;
}

.nayami .nayami03 .sliderArea .slick-slider .slick-slide{
    font-size: 2.4vw;
}

.nayami .nayami03 .sliderArea .slick-slider .slick-slide img{
    margin-bottom: 2.933vw;
}





.nayami .nayami03 a{
    width: 71.33vw;
    bottom: 10.67vw;
}

.nayami #sec03 a{
    bottom: 24vw;
}




.network{
    padding: 13.33vw 0 13.733vw;
}

.network img{
    width: 88vw;
}

.network h2{
    width: 52.933vw;
    margin: 0 auto 6.133vw;
}

.network p{
    width: 85.33vw;
    font-size: 4vw;
    margin: 4.67vw auto 0;
}

footer{
    padding: 6vw 0;
    font-size: 2vw;
}

}



#sec06{
    width: 100%;
    padding: 0 0 100px;
    background: #ebf1f4;
}
#sec06 h2 {
  max-width: 1000px;
  margin: 0 auto;
}
#sec06 p{
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    color: #204077;
    line-height: 1;
    margin-bottom: 60px;
}

#sec06 .map{
    width: 1000px;
    height: 705px;
    position: relative;
    margin: 0 auto;
    background: url("../img/clinic/bg_tokyo.png") 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/clinic/hokkaido_on.png") no-repeat center;
}

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

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

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

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

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

#sec06 .map li:nth-child(7)::before{
    background: url("../img/clinic/kyusyu_on.png") 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;
}


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

#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/clinic/bg_tokyo.png") 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/clinic/hokkaido_on.png") no-repeat center;
    background-size: cover;
}

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

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

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

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

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

#sec06 .map li:nth-child(7)::before{
    background: url("../img/clinic/clinic/kyusyu_on.png") 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;
}
}