@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap&subset=japanese');

/* reset
--------------------------------------- */
html,body,
header,main,section,article,footer,aside,canvas,details,figcaption,figure,hgroup,menu,nav,
div,span,applet,embed,object,iframe,h1,h2,h3,h4,h5,h6,p,a,blockquote,q,pre,abbr,address,big,small,
cite,code,del,dfn,em,img,strong,sub,sup,tt,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,
legend,caption,table,tbody,tfoot,thead,tr,th,td,output,ruby,
audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
header,main,section,article,footer,aside,details,figcaption,figure,hgroup,menu,nav{display:block;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}

/* basic
--------------------------------------- */
body{
  width:100%;
  font-family:"Noto Sans JP", sans-serif;
  font-optical-sizing:auto;
  font-weight:400;
  font-style:normal;
  font-size:20px;
  line-height:1.6;
  letter-spacing:-0.00em;
  color:#424242;
  -webkit-text-size-adjust:100%;
  -moz-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
  -o-text-size-adjust:100%;
  text-size-adjust:100%;
  text-align:left;
  position:relative;
  background-color:#fff;
}
*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}
a{outline:none;text-decoration:none;color:#424242;}
a[href^="tel:"]{color:#424242;pointer-events:none;text-align:left;}
img{max-width:100%;height:auto;vertical-align:bottom;image-rendering:high-quality;}
#header,#footer,#splash,#kv,
.article{
  width:100%;
  margin:auto;
}
.wrap{
  width:1440px;
  margin:auto;
}
.inner{
  position:relative;
  width:976px;
  margin:auto;
}
@media screen and (max-width:1456px){
  .wrap{width:100%;}
}
@media screen and (max-width:1024px){
  body{font-size:16px;}
  a[href^="tel:"]{pointer-events:auto;}
  #header,#footer,#splash,#kv,
  .article{
    overflow:hidden;
  }
  .inner{width:800px;}
}
@media screen and (max-width:800px){
  /*body{font-size:1.6vw;}*/
  img{image-rendering:auto;}
  .inner{
    width:100%;
    max-width:800px;
  }
}

/* ヘッダー
--------------------------------------- */
#header{background-color:#fff;}
#header .wrap{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height:70px;
  padding-left:20px;
}
#header .logo{
  width:155px;
}
@media screen and (max-width:1024px){
  #header{
    position:fixed;
    height:100px;
    z-index:100;
  }
  #header .wrap{
    width:100%;
    height:100px;
    padding-left:15px;
  }
  #header .logo{
    width:186px;
  }
  #main{padding-top:100px;}
}
@media screen and (max-width:800px){
  #header{
    height:12.5vw;
  }
  #header .wrap{
    width:100%;
    height:12.5vw;
    padding-left:1.875vw;
  }
  #header .logo{
    width:23.25vw;
  }
  #main{padding-top:12.5vw;}
}

/*  */
#header .sub-menu{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width:280px;
  height:70px;
  gap:20px;
}
#header .sub-menu .sub{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height:40px;
}
#header .sub-menu .sub.mypage:after{
  content:'';
  width:1px;
  height:20px;
  margin-left:20px;
  border-left:1px solid #ccc;
}
#header .sub-menu .sub a{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size:13.125px;
  font-weight:700;
}
#header .sub-menu .sub .icon{
  width:22px;
  margin-right:10px;
}
#header .sub-menu .sub a:hover{
  color:#094;
  text-decoration:underline;
}
#header .func{display:none;}
@media screen and (max-width:1024px){
  #header .sub-menu{
    justify-content: flex-end;
    width:auto;
    height:100px;
    gap:10px;
  }
  #header .sub-menu .sub{
    height:100%;
  }
  #header .sub-menu .sub.mypage:after{
    height:80%;
    margin-left:10px;
  }
  #header .sub-menu .sub .icon{
    width:44px;
    margin:auto;
  }
  #header .sub-menu .sub a{
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
      align-items: center;
    align-content: center;
    font-size:16px;
  }
  #header .sub-menu .sub a:hover{
    color:#424242;
    text-decoration:none;
  }
  #header .sub-menu .sub span{
    display:block;
  }

  #header .func{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:100px;
    height:100px;
    background-color:#094;
  }
  #header .func .pagetop{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100px;
    height:100px;
    cursor:pointer;
  }
}
@media screen and (max-width:800px){
  #header .sub-menu{
    height:12.5vw;
    gap:1.25vw;
  }
  #header .sub-menu .sub.mypage:after{
    height:80%;
    margin-left:1.25vw;
  }
  #header .sub-menu .sub .icon{
    width:5.5vw;
  }
  #header .sub-menu .sub a{
    font-size:2vw;
  }

  #header .func{
    width:12.5vw;
    height:12.5vw;
  }
  #header .func .pagetop{
    width:12.5vw;
    height:12.5vw;
  }
  #header .func .pagetop img{
      width:5.75vw;
      height:6.5vw;
  }
}

/* フッター
--------------------------------------- */
#footer{background-color:#373333;}
#footer .wrap{padding:50px 30px 30px;}
#footer .news{
  width:168px;
  margin-bottom:30px;
}
#footer .sns-wrap{
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap:20px;
  margin-bottom:30px;
}
#footer .sns-wrap .follow{
  width:147px;
}
#footer .sns-wrap .sns{
  width:40px;
}

#footer .ft-navi{
  margin-bottom:60px;
}
#footer .ft-navi ul{
  font-size:16px;
  color:#fff;
  line-height:2.0;
}
#footer .ft-navi ul li{
  display:inline;
}
#footer .ft-navi ul li:after{
  content:'｜';
  margin:0 0.5em;
}
  #footer .ft-navi ul li:nth-of-type(4):after{
    content:"｜\A";
    white-space: pre;
    margin:0 0 0 0.5em;
  }

#footer .ft-navi ul li:last-child:after{
  content:'';
  margin:0;
}
#footer .ft-navi ul li a{
  color:#fff;
}
#footer .ft-navi ul li a:hover{
  text-decoration:underline;
}
#footer .copyright{
  font-size:14px;
  color:#fff;
}
@media screen and (max-width:1024px){
  #footer .wrap{padding:90px 50px 50px;}
  #footer .news{
    width:274px;
    margin-bottom:50px;
  }
  #footer .sns-wrap{
    gap:36px;
    margin-bottom:50px;
  }
  #footer .sns-wrap .follow{
    width:220px;
  }
  #footer .sns-wrap .sns{
    width:48px;
  }

  #footer .ft-navi{
    margin-bottom:50px;
  }
  #footer .ft-navi ul{
    font-size:20px;
  }
  #footer .ft-navi ul li:nth-of-type(2):after{
    content:"｜\A";
    white-space: pre;
    margin:0 0 0 0.5em;
  }
  #footer .ft-navi ul li a:hover{
    text-decoration:none;
  }
  #footer .copyright{
    font-size:16px;
  }
}
@media screen and (max-width:800px){
  #footer .wrap{padding:11.25vw 6.25vw 6.25vw;}
  #footer .news{
    width:34.25vw;
    margin-bottom:6.25vw;
  }
  #footer .sns-wrap{
    gap:4.5vw;
    margin-bottom:6.25vw;
  }
  #footer .sns-wrap .follow{
    width:27.5vw;
  }
  #footer .sns-wrap .sns{
    width:6vw;
  }

  #footer .ft-navi{
    margin-bottom:6.25vw;
  }
  #footer .ft-navi ul{
    font-size:2.625vw;
  }
  #footer .ft-navi ul li:after{
    margin:0 0.2em;
  }
  #footer .ft-navi ul li:nth-of-type(2):after,
  #footer .ft-navi ul li:nth-of-type(4):after{
    margin:0 0 0 0.2em;
  }
  #footer .copyright{
    font-size:2.5vw;
  }
}
@media screen and (max-width:390px){
  #footer .ft-navi ul li:after{
    margin:0 0.2em;
  }
  #footer .ft-navi ul{
    font-size:2.8vw;
  }
  #footer .copyright{
    font-size:2.85vw;
  }
}

/* キービジュアル
--------------------------------------- */
#kv{
  background-color:#f0ede4;
  background-image: linear-gradient(180deg, #c6c3ba, #c6c3ba 62.39%, #fff 62.39%, #fff);
}
#kv .wrap{margin-bottom:0px;}
#kv .img{width:100%;}
@media screen and (max-width:1024px){}
@media screen and (max-width:800px){
  #kv .wrap{margin-bottom:0vw;}
}

/* 特長#1
--------------------------------------- */
#feature{}
#feature .wrap{padding:60px 0 24px;}
#feature .inner{}
#feature .block{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  gap:1px;
}
#feature .block .box{
  position:relative;
  width:243px;
}
#feature .block .box .bg{}
#feature .block .box .tx{
  position:absolute;
  top:0;
  background-image: linear-gradient(180deg, rgba(0,0,0,0.0) 55%, rgba(0,0,0,0.2) 55%, rgba(0,0,0,0.2) 88%, rgba(0,0,0,0.0) 88%,rgba(0,0,0,0.3) 100%);
}
@media screen and (max-width:1024px){
  #feature .wrap{padding:80px 0 0px;}
  #feature .block .box{
    width:calc(50% - 1px);
  }
}
@media screen and (max-width:800px){
  #feature .wrap{padding:10vw 0 0px;}
}

/* 特長#2
--------------------------------------- */
#feature2{
  background-image: linear-gradient(160deg, #fffa86 10%, #c4ffae 40%, #b3f5f3 70%);
}
#feature2 .wrap{padding:50px 0 40px;}
#feature2 .inner{}
#feature2 h2{
  margin:0 40px 40px;
  font-weight:700;
}
#feature2 h2 .tx1{
  display:block;
  margin-bottom:8px;
  font-size:30px;
}
#feature2 h2 .tx2{
  display:block;
  margin-left:-0.5em;
  margin-bottom:10px;
  font-size:48px;
  line-height:1.2;
}
#feature2 h2 .tx4{
  padding:0.05em 0.5em;
  font-size:24px;
  font-weight:400;
  border:2px solid #525252;
  border-radius:8px;
}
#feature2 h2 .tx3{
  display:block;
  margin-top:8px;
  font-size:24px;
  font-weight:400;
  line-height:1.2;
}
#feature2 h2 .tx3 .bold{font-weight:700;}
#feature2 .block1{
  display: flex;
  justify-content: space-between;
  margin-bottom:40px;
}
#feature2 .block1 .box{
  width:476px;
  border-radius:15px;
  overflow:hidden;
}
#feature2 .block2{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width:100%;
  margin:0 auto 10px;
}
#feature2 .block2 .box{
  width:476px;
}
@media screen and (max-width:1024px){
  #feature2 .wrap{padding:70px 0 60px;}
  #feature2 .inner{width:100%;}
  #feature2 h2{
    width:670px;
    margin:0 auto 40px;
    xpadding-left:65px;
  }
  #feature2 h2 .tx1{
    margin-bottom:20px;
    font-size:40px;
  }
  #feature2 h2 .tx2{
    margin-bottom:30px;
    font-size:62px;
  }
  #feature2 h2 .tx4{
    font-size:36px;
  }
  #feature2 h2 .tx3{
    font-size:36px;
  }
  #feature2 .block1{
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom:60px;
    overflow:hidden;
  }
  #feature2 .block1 .box{}
  #feature2 .block1 .box:nth-of-type(1){
    width:735px;
    margin-bottom:45px;
    border-radius:0 40px 40px 0;
  }
  #feature2 .block1 .box:nth-of-type(2){
    width:735px;
    margin-left:calc(100vw - 735px);
    border-radius:40px 0 0 40px;
  }

  #feature2 .block2{
    flex-wrap: normal;
    flex-direction: column;
    justify-content: flex-start;
    width:100%;
    margin:0 auto 10px;
  }
  #feature2 .block2 .box{
    width:670px;
     margin:0 auto 20px;
  }
  #feature2 .block2 .box:last-of-type{
    margin-bottom:0;
  }
}
@media screen and (max-width:800px){
  #feature2 .wrap{padding:8.75vw 0 7.5vw;}
  #feature2 h2{
    width:83.75%;
    margin:0 auto 5vw;
  }
  #feature2 h2 .tx1{
    margin-bottom:2.5vw;
    font-size:5vw;
  }
  #feature2 h2 .tx2{
    margin-bottom:3.75vw;
    font-size:7.75vw;
  }
  #feature2 h2 .tx4{
    font-size:4.5vw;
    border:0.25vw solid #424242;
    border-radius:1vw;
  }
  #feature2 h2 .tx3{
    font-size:4.5vw;
  }
  #feature2 .block1{
    margin-bottom:7.5vw;
  }
  #feature2 .block1 .box{}
  #feature2 .block1 .box:nth-of-type(1){
    width:91.875vw;
    margin-bottom:5.625vw;
    border-radius:0 5vw 5vw 0;
  }
  #feature2 .block1 .box:nth-of-type(2){
    width:91.875vw;
    margin-left:8.125vw;
    border-radius:5vw 0 0 5vw;
  }
  #feature2 .block2 .box{
    width:83.75vw;
    margin-bottom:2.5vw;
  }
  #feature2 .block2 .box:last-of-type{
    margin-bottom:0;
  }
}

/* スマホで完結
--------------------------------------- */
#smartphone{}
#smartphone .wrap{padding:80px 0 80px;}
#smartphone .inner{}
#smartphone .block{
  display: flex;
  justify-content: space-between;
}
#smartphone .block .pho{
  width:216px;
}
#smartphone .block .flow{
  width:734px;
}
@media screen and (max-width:1024px){
  #smartphone .wrap{padding:164px 0 64px;}
  #smartphone .block{
    position:relative;
    display:block;
    justify-content:normal;
    height:966px;
  }
  #smartphone .block .pho{
    width:488px;
    margin-left:312px;
  }
  #smartphone .block .flow{
    position:absolute;
    top:-90px;
    width:800px;
  }
}
@media screen and (max-width:800px){
  #smartphone .wrap{padding:20.5vw 0 8vw;}
  #smartphone .block{
    height:120.75vw;
  }
  #smartphone .block .pho{
    width:61vw;
    margin-left:39vw;
  }
  #smartphone .block .flow{
    top:-11.25vw;
    width:100vw;
  }
}

/* 加入者専用
--------------------------------------- */
#exclusive{}
#exclusive .wrap{padding:0px 0 120px;}
#exclusive .inner{}
#exclusive .block{}
#exclusive .block .img{
  position:relative;
  z-index:1;
}
#exclusive .block .bg{
  position:relative;
  width:720px;
  height:20px;
  margin:-20px auto 0;
  background-color:#d2fbcb;
  z-index:0;
}
#exclusive .line-link{
  width:720px;
  margin:0px auto 0;
  padding-bottom:20px;
  background-color:#d2fbcb;
  border-radius:0 0 20px 20px;
}
#exclusive .line-link .wrap-btn{
  position:relative;
  width:680px;
  margin:0px auto 0;
  transform: translateY(-20px);
  z-index:2;
  cursor:pointer;
}
#exclusive .line-link .note{
  width:390px;
  margin:-18px auto 0;
  padding-left:1.0em;
  text-indent:-1.0em;
  font-size:0.83em;
  line-height:1.5;
  color:#696969;
  text-align:left;
  white-space:nowrap;
}
@media screen and (max-width:1024px){
  #exclusive .wrap{padding:0px 0 64px;}
  #exclusive .block .img{
    width:85.5vw;
    max-width:684px;
    margin:auto;
  }
  #exclusive .block .bg{
    width:85.5vw;
    max-width:684px;
    height:40px;
    margin-top:-40px;
  }
  #exclusive .line-link{
    width:85.5vw;
    max-width:684px;
    border-radius:0 0 40px 40px;
  }
  #exclusive .line-link .wrap-btn{
    width:640px;
  }
  #exclusive .line-link .note{
    font-size:1.0em;
  }
}
@media screen and (max-width:800px){
  #exclusive .wrap{padding:0px 0 8vw;}
  #exclusive .block .bg{
    height:5vw;
    margin-top:-5vw;
  }
  #exclusive .line-link{
    padding-bottom:2.5vw;
    border-radius:0 0 5vw 5vw;
  }
  #exclusive .line-link .wrap-btn{
    width:80vw;
    transform: translateY(-2.5vw);
  }
  #exclusive .line-link .note{
    width:70vw;
    margin:-2.2vw auto 0;
    font-size:3vw;
    text-align:left;
    padding-left:1.0em;
    text-indent:-1.0em;
  }
}

/* magazin / 診断
--------------------------------------- */
#magdiag{}
#magdiag .wrap{padding:0px 0 100px;}
#magdiag .inner{}
#magdiag .block{
  display: flex;
  justify-content: space-between;
}
#magdiag .block .magazine{
  width:496px;
  background:#fffa7f;
}
#magdiag .block .magazine h2{
  width:376px;
  margin:70px auto 60px;
}
#magdiag .block .magazine .mag{
  width:376px;
  margin:0 auto 40px;
}
#magdiag .block .diagnosis{
  width:439px;
  border-radius:20px;
  overflow:hidden;
}
@media screen and (max-width:1024px){
  #magdiag .wrap{padding:0px 0 60px;}
  #magdiag .block{
    flex-direction: column;
    justify-content: flex-start;
  }
  #magdiag .block .magazine{
    width:100%;
    margin-bottom:100px;
  }
  #magdiag .block .magazine h2{
    width:480px;
    margin:100px auto 70px;
  }
  #magdiag .block .magazine .mag{
    width:670px;
    margin:0 auto 40px;
  }
  #magdiag .block .diagnosis{
    width:702px;
    margin:auto;
  }
}
@media screen and (max-width:800px){
  #magdiag .wrap{padding:0px 0 7.5vw;}
  #magdiag .block .magazine{
    margin-bottom:12.5vw;
  }
  #magdiag .block .magazine h2{
    width:60vw;
    margin:8.75vw auto 8.75vw;
  }
  #magdiag .block .magazine .mag{
    width:83.75vw;
    margin:0 auto 5vw;
  }
  #magdiag .block .diagnosis{
    width:87.75vw;
    border-radius:2.5vw;
  }
}


/* コンセプト
--------------------------------------- */
#concept{background:#f6f6f6;}
#concept .wrap{padding:80px 0 50px;}
#concept .concept_inner{
  width:772px;
  margin:auto;
}
#concept .block{}
#concept .concept_title{
  margin-bottom:20px;
  font-size:24px;
  font-weight:700;
  line-height:1.6;
  color:#424242;
}
#concept .concept_text,
#concept .concept_lower-title{
  margin-bottom:10px;
  font-size:15.9375px;
  line-height:1.65;
}
#concept .concept_trigger{
  height:40px;
  margin-top:20px;
  text-align:center;
}
#concept .concept_trigger .text-inner{
  display: flex;
  justify-content: center;
  align-items: center;
  display:inline-block;
  height:40px;
  font-size:16px;
  font-weight:700;
  color:#006e81;
  cursor:pointer;
}
#concept .concept_trigger .text-inner:after{
  content:'';
  display:inline-block;
  line-height:1;
  width:10px;
  height:10px;
  margin-left:10px;
  border:2px solid #006e81;
  border-left:0;
  border-bottom:0;
  transform: translateY(-25%) rotate(135deg);
}
#concept .concept_trigger .text-inner.is-active:after{
  transform: translateY(25%) rotate(-45deg);
}
#concept #concept-detail{display:none;}
#concept .concept_body{
  margin-top:40px;
}
#concept .concept_section{
  margin-top:40px;
}
#concept .concept_lower-title{
  margin-bottom:10px;
  font-weight:700;
}
#concept .only-sp{display:none;}
@media screen and (max-width:987px){
  #concept .concept_inner{
    width:80%;
    max-width:initial;
  }
}
@media screen and (max-width:800px){
  #concept .wrap{padding:8vw 0 8vw;}
  #concept .concept_inner{
    width:86.2vw;
  }
  #concept .concept_title{
    margin-bottom:3vw;
    font-size:4.807vw;
    font-size:4.615vw;
    line-height:1.2;
  }
  #concept .concept_text,
  #concept .concept_lower-title{
    margin-bottom:3.5vw;
    font-size:3.15vw;
  }
  #concept .concept_lower-title{
    font-size:3.42vw;
  }
  #concept .concept_trigger{
    height:7vw;
    margin-top:2vw;
  }
  #concept .concept_trigger .text-inner{
    height:7vw;
    font-size:3.15vw;
  }
  #concept .concept_trigger .text-inner:after{
    width:2vw;
    height:2vw;
    margin-left:2vw;
  }
  #concept #concept-detail{display:none;}
  #concept .concept_body{
    margin-top:0vw;
  }
  #concept .concept_section{
    margin-top:5vw;
  }
  #concept .concept_lower-title{
    margin-bottom:1vw;
  }
  #concept .only-sp{display:block;}
}


/* 汎用
--------------------------------------- */
.cf{display:block;}
.cf:after,.cf:before{content:'';display:block;clear:both;}
@media screen and (max-width:800px){
  .sp-cf{display:block;}
  .sp-cf:after,.sp-cf:before{content:'';display:block;clear:both;}
}
.pc{display:block;}
.sp{display:none;}
.pc-visible{display:inline;}
.sp-visible{display:none;}
@media screen and (max-width:1024px){
  .pc{display:none;}
  .sp{display:block;}
  .pc-visible{display:none;}
  .sp-visible{display:inline;}
}
.btn a{transition:opacity 300ms;}
.btn a:hover{opacity:0.7;}
@media screen and (max-width:1024px){
  .btn a{transition:none;}
  .btn a:hover{opacity:1;}
}
.normal,.n{font-weight:400 !important;}
.bold,b,.b{font-weight:700 !important;}
sup{font-size:0.75em !important;vertical-align:top;}
sub{font-size:0.75em !important;vertical-align:baseline;}
.sup{font-size:0.75em !important;vertical-align:top;position:relative;top:-0.1em;}
.mb0{margin-bottom:0px !important;}
.mb10{margin-bottom:10px !important;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}
@media screen and (max-width:800px){
  .mb10{margin-bottom:1.25vw !important;}
  .mb20{margin-bottom:2.5vw !important;}
  .mb30{margin-bottom:3.75vw !important;}
  .mb40{margin-bottom:5vw !important;}
  .mb50{margin-bottom:6.25vw !important;}
  .mb60{margin-bottom:7.5vw !important;}
  .mb70{margin-bottom:8.75vw !important;}
  .mb80{margin-bottom:10vw !important;}
}
