@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

*, *:before, *:after {
  box-sizing: border-box;
}

a{
  text-decoration: none;
  display: block;
}

body {
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  font-size: 16px;
  color: #363636;
  font-weight: bold;
  position: relative;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-feature-settings : "palt";
  line-height: 1.5;
  word-wrap : break-word;
  overflow-wrap : break-word;
}

div,p,dt,dd,li,ul {
  list-style: none;
}

img{
  max-width: 100%;
  height: auto;
}

h1,h2,h3,h4{
  font-family: "Klee One", cursive;
  font-weight: 400;
  font-style: normal;
}

.fead_in{
  opacity: 0;
  &.on {
    opacity: 1;
    animation-name: fadein;
    animation-duration: 1s;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(2em);
  }
  60% {
    opacity: .8;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.sp{
  display: none;
}
@media screen and (max-width:480px){
  .sp{
    display: block;
  }
}

.pc{
  display: block;
}
@media screen and (max-width:480px){
  .pc{
    display: none;
  }
}

.pad{
  display: none;
}
@media screen and (max-width:1024px){
  .pad{
    display: block;
  }
}

.small{
  font-size: .8em;
}

header{
  width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 0;
  @media screen and (max-width:1024px){
    padding-inline: 5%;
    width: 100%;
  }
}


h2{
  font-size: 48px;
  margin-bottom: 5%;
  word-break: auto-phrase;
  @media screen and (max-width:768px){
    font-size: 26px;
    margin-bottom: 1.5em;
  }
}


.logo{
  width: 30%;
  max-width: 160px;
  @media screen and (max-width:480px){
    width: 28%;
  }
}

.counseling-btn{
  width: 30%;
  max-width: 300px; 
  .btn_blue{
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    /* margin-right: 0.5vw; */
    padding: 0.25em;
    text-decoration: none;
    background-color: #84c3f0;
  }
}
@media screen and (max-width:1024px){
  .counseling-btn{
    width: 50%;
  }
}
@media screen and (max-width:480px){
  .counseling-btn{
    width: 55%;
    .btn_blue{
      font-size: .8em;
    }
  }
}

.top_main{
  position: relative;
}

.top_main img{
  width:100%;
}

.top_main p{
  font-size: 7.5vw;
  position: absolute;
  display: block;
  background-color: #fff;
  opacity: 0.7;
  right: 0;
  top: 17%;
  padding: 0 5vw;
}

.top{
  display: block;
  padding: 8% 0;
  h1{
    font-size: 50px;
  }
  .top_text{
    text-align: left;
    margin: 0 auto;
    width: 700px;
    padding: 3%;
    span{
      color: #ff3e3e;
    }
    p{
      margin-bottom: .75em;
    }
  }
  @media screen and (max-width:768px){
    .top_text{
      width: 100%;
    }
  }
}

.under {
  background: linear-gradient(transparent 80%, #ffd1d3 80%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1.5s;
}

/* 親要素の.underとonクラスを持つ要素に対して適用 */
.under.on {
  background-size: 100% 100%;
}

.chara{
  background: linear-gradient(110deg, #f7f6f5, #eee);
  /* background-repeat: no-repeat; */
  padding: 8% 0;
  h2{
    text-decoration: underline;
    text-decoration-color: #fff;
    margin-bottom: 2em;
  }
  .chara_box{
    background-color: #fff;
    max-width: 980px;
    margin: 0 auto;
    padding: 3% 0;
  }
  .chara_box_ttl{
    font-size: 24px;
    margin-bottom: 2em;
  }
  .box01{
    margin-bottom: 3em;
    h3{
      padding: 5% 0;
      font-size: 1.3rem;
    }
    p{
      text-align: left;
      padding: 0 5%;
    }

    @media screen and (max-width:768px){
      p{
      padding: 0 .5em;
      }
    }
    @media screen and (max-width:480px){
      p{
        padding: 0 1em;
      }
    }
  }
}

.chara ul{
  display: table;
  max-width: 900px;
  margin: 0 auto;
}

.chara ul li{
  display: table-cell;
  width: calc(100% / 3);
  padding: 0 5%;
}
@media screen and (max-width:480px){
  .chara ul li{
    display: block;
    width: 100%;
    padding: 0 5%;
  }
}

.case{
  padding: 8% 0;
}

ul.case_img{
 margin: 0 auto;
 display: table;
 max-width: 980px;
}

li.case_img2{
 display: table-cell;
  padding: 0 20px;
}
@media screen and (max-width:480px){
  li.case_img2{
   display: block;
    padding: 0;
  }
}

li.case_img2:nth-child(2){
  vertical-align: middle;
}
@media screen and (max-width:768px){
  li.case_img2:nth-child(2){
  /* transform: rotate( 90deg ); */
  width: 12%;
  padding: 5% 0;
  }
}
@media screen and (max-width:480px){
  li.case_img2:nth-child(2){
    transform: rotate( 90deg );
    margin: 0 auto;
  }
}

.case_text p{
  width: 700px;
  text-align: left;
  margin: 0 auto;
  padding: 6% 0;
}
@media screen and (max-width:768px){
  .case_text p{
    width: 100%;
  }
}

.case_btn{
  /* margin-bottom: 152px; */
  display: block;
  margin-inline: auto;
  width: 50%;
  @media screen and (max-width:768px){
    width: 82%;
  }
  a{
    position: relative;
    padding: 1em 1em;
    text-decoration: none;
    color: #FFF;
    background: #f1999d;
    border-bottom: solid 2px #cf8387;
    border-right: solid 2px #cf8387;
    font-weight: bold;
    background-color: #f1999d;
    font-size: 24px;
    /* margin: 0 0 7%; */
  }
  &:hover {
    opacity: 0.7;
  }
  @media screen and (max-width:480px){
  a{
      margin: 0;
      font-size: 18px;
    }
  }
}


.cvt{
  overflow: hidden;
  background: url("../img/arrow02.jpg") #ffe5c7 top center;
  background-repeat: no-repeat;
  padding: 5% 0;
  @media screen and (max-width:480px){
    padding: 5% 5%;
  }
  h3{
    font-size: 36px;
    margin-block: 1em;
  }
  .cvt_box{
    display: flex;
    justify-content: center;
    gap: 3%;
    margin: 0 auto;
    width: 980px;
    @media screen and (max-width:1024px){
      width: 90%;
    }
    p{
      padding: 2% 0;
      font-size: .75em;;
    }
    .cvt_m, .cvt_t{
      width: 45%;
    }
    .cvt_m .btn_blue,.cvt_t .btn_red{
      font-size: 24px;
      margin: 0 auto;
      padding: 1em;
      text-decoration: none;
      color: #fff;
    }
    .btn_blue{
      background-color: #84c3f0;
    }
    .btn_red{
      background-color: #f57177;
    }
  }
  @media screen and (max-width:768px){
    .cvt_box{
      width: 100%;
      .cvt_m, .cvt_t{
        margin: 0 auto;
      }
    }
  }
  @media screen and (max-width:480px){
    .cvt_box{
      width: 80%;
      flex-direction: column;
      .cvt_m, .cvt_t{
        width: 100%;
        margin-bottom: 1em;
      }
      .cvt_m .btn_blue,.cvt_t .btn_red{
        font-size: 18px;
        /* margin: 0 auto; */
      }
    }
  }
}

.fa-phone-volume,.fa-envelope{
  padding-right: 10px;
}

.app{
  padding: 8% 0;
  max-width: 980px;
  margin: 0 auto;
  @media screen and (max-width:1024px){
    width: 90%;
  }
  .app_message{
    display: block;
    margin-bottom: 2em;
    h2{
      text-align: left;
      display: inline-block;
      font-size: 36px;
      @media screen and (max-width:480px){
        font-size: 24px;
      }
    }
    .app_text{
      text-align: center;
      width: 700px;
      margin: 0 auto 2em;
      @media screen and (max-width:768px){
        padding: 2em 0;
        width: 100%;
      }
      @media screen and (max-width:480px){
        text-align: left;
      }
    }
  }
}

.msp_bg{
  margin-top: 80px;
  vertical-align: bottom;
  line-height: 0;
}
.msp{
  margin: 0 auto;
  display: block;
  padding: 30px;
  background-color: #fff5d9;
  max-width: 980px;
  .msp_content{
    display: flex;
    margin: 2em 5%;
    align-items: flex-start;
    justify-content: space-between;
  }
  @media screen and (max-width:480px){
    .msp_content{
      flex-direction: column;
    }
  }
  h3{
    font-size: 40px;
    & + p{
      padding:1% 5%;
    }
  }
  h4{
    font-size: 28px;
    padding-bottom: 10px;
  }
  .msp_l{
    display: block;
    width: 40%;
  }
  @media screen and (max-width:480px){
    .msp_l{
      width: 100%;
    }
  }
  .msp_r{
    width: 50%;
    .msp_text{
      display: block;
      text-align: left;
      li{
        margin-bottom: .25em;
        span{
          margin-right: 5px;
        }
      }
    }
  }
  @media screen and (max-width:480px){
    .msp_r{
      float: none;
      width: 100%;
    }
  }
}

.fee{
  background-repeat: no-repeat;
  padding: 8% 0;
  background: linear-gradient(0deg, rgb(255, 255, 255), rgba(255, 255, 255, 0)) ,url("../img/back02.jpg");
  h3{
    font-size: 1.8em;
  }
}

.fee_box{
  background-color: #fff;
  border-radius: 15px;
  width: 980px;
  margin: 0 auto;
  opacity: 0.9;
}
@media screen and (max-width:1024px){
  .fee_box{
    width: 90%;
  }
}
.fee_text{
  padding: 5% 1% 3%;
  margin-bottom: 1.5em;
  p{
    width: 700px;
    padding-bottom: 2%;
    margin: 0 auto;
    text-align: left;
  }
}

.fee_text2{
  display: block;
  width: 700px;
  margin: 0 auto;
  font-size: 14px;
  padding: 80px 0;
  text-align: left;
}
@media screen and (max-width:480px){
  .fee_text2{
    width: 100%;
    font-size: 12px;
  }
}
.fee_text3{
  font-size: 40px;
  margin-top: 5%;
  padding: 3%;
  h3{
    font-size: 1em;
    margin-bottom: 1em;
  }
}

 ul.inv_top{
  margin: 0 auto;
  padding: 0 0 30px;
  display: table;
  border-spacing: 1vw;
}

li.inv_box{
  display: table-cell;
  background-color: #fff;
  padding: 4% 1%;
  table-layout: fixed;
  vertical-align: middle;
  width: 300px;
}

.inv_box1{
  background-color: #fff;
  display: table-cell;
  table-layout: fixed;
  padding: 30px;
  vertical-align: middle;
  width: 300px;
}

li.inv_box h4,.inv_box1 h4{
  font-size: 20px;
}

li.inv_box span,.inv_box1 span{
  color: #ff3e3e;
  font-size: 20px;
  font-weight: bold;
}

li.inv_box p,.inv_box1 p{
  font-size: 14px;
}

ul.inv_bottom{
 margin: 0 auto;
 display: block;
 width: 700px;
 background-color: #fff;
}

li.inv_bottom{
 display: inline-block;
 width: 220px;
 height: 182px;
 margin:30px
}

.wht{
  width: 980px;
  margin: 0 auto;
  padding: 8% 0;
  @media screen and (max-width:1024px){
    width: 90%;
  }
  h3{
    margin-bottom: 1em;
  }
  .wht_text{
    width: 700px;
    margin: 0 auto;
    text-align: left;
    @media screen and (max-width:820px){
      width: 90%;
    }
  }
  .pmtc{
    padding: 5% 1%;
  }
}



.r{
  color: #ff3e3e;
  font-weight: bold;
}

.b{
  color: #979797;
  font-weight: bold;
}

@media screen and (max-width:768px){
  .logo .sp{
    width: 50%;
    margin: 6% 22%;
  }

  .under {
    background: linear-gradient(transparent 80%, #ffd1d3 80%);
    }

  .top{
    padding: 15% 5% 10%;
    h1{
      font-size: 1.75em;
      margin-bottom: .5em;
    }
    .top_text span{
      color: #ff3e3e;
    }
  }

  .chara{
    /* background-size: 950%; */
    padding: 15% 5% 10%;
    .chara_box{
      padding: 6% 0;
    }
  }

  .box01 h3{
    font-size: 20px;
    padding: 2% 0;
  }

  .case{
    padding: 15% 5% 10%;
  }

  .case_img2{
    padding: 3%;
  }

  .case_text{
    text-align: left;
    padding: 5% 0;
  }

  .cvt{
    background: url("../img/arrow02.jpg") #ffe5c7 top center;
    background-repeat: no-repeat;
    padding: 8% 0;
  }

  .cvt h3{
    font-size: 24px;
    padding: 2% 0;
  }

  .cvt .cvt_m .btn_blue{
    font-size: 20px;
  }

  .cvt .cvt_t .free{
    font-size: 12px;
    line-height: 1;
  }

  .cvt .cvt_t .btn_red{
    font-size: 20px;
    }

  .app{
    padding: 15% 5% 10%;
    width: 100%;
  }

  .msp_bg{
    vertical-align: bottom;
    line-height: 0;
    margin: 0 8%;
  }

  .msp{
    display: block;
    background-color: #f3f0e8;
    margin: 0 auto 10%;
    padding: 0;
  }

  .msp h3{
    font-size: 24px;
    padding: 7% 0 3%;
  }

  .msp p{
    padding: 0 0 3%;
  }
  @media screen and (max-width:480px){
    .msp p{
      text-align: left;
    }
  }
  .msp h4{
    font-size: 20px;
    padding: 7% 0 2%;
  }

  .msp_text{
    padding: 0 0 10%;
  }

  .r{
    color: #ff3e3e;
    font-weight: bold;
  }

  .b{
    color: #979797;
    font-weight: bold;
  }

  .fee_box{
    margin: 5% auto;
    padding: 3% 5%;
    width: 90%;
  }

  .fee_text p{
    width: 100%;
  }

  .fee_text2{
    font-size: 14px;
    padding: 15% 0 0;
    text-align: left;
  }

  .fee_text3{
    padding: 15% 0 3%;
  }

  .fee_text3 h3{
    font-size: 20px;
  }

  .wht p{
    text-align: left;
  }

  .wht_text1{
    padding: 0 15% 15%;
    text-align: left;
  }
  @media screen and (max-width:480px){
    .wht_text1{
      padding: 0 10% 15%;
    }
  }

  /*  ここから*/
  .swiper-container{
    width: 19.4em;
    margin: 0 auto;
    .swiper-button-next,.swiper-button-prev {
      --swiper-navigation-color: #ff3e3e;
    }
  }

  .swiper-slide{
    text-align: center;
    background-color: #fff9ea;
    padding: 15% 0;
    margin: 0 0 11%;
    h4{
      font-size: 24px;
    }
    span{
      color: #ff3e3e;
      font-size: 24px;
      font-weight: bold;
      text-align: center;
      margin-right: .25em;
    }
    p{
      text-align: center;
    }
  }
  

  .c-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    padding: 0 15px;
  }

  .slide_pd01{
    padding: 9% 0;
  }
  .slide_pd02{
    padding: 16% 0;
  }
}


/* モーダル */
.modal {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  overflow: hidden;
}

.modal.is-active {
  opacity: 1;
  visibility: visible;
}

.js-modal {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal_btn {
  cursor: pointer;
}

.modal-container {
  position: relative;
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  width: 100%;
  max-width: 500px;
  height: auto;
  height: initial;
  max-height: none;
  box-sizing: border-box;
  top: 0;
}

.modal-container .modal-close {
  display: block;
  width: 40px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 3rem;
  margin-left: auto;
  line-height: 1;
}

.modal-container .modal-content {
  background: #fff;
  text-align: left;
}

.modal-container .modal_inner {
  padding: 7% 4%;
}

.modal-container .modal-dialog {
  margin: 0 auto;
}

.modal-container .modal_footer {
  background-color: #f57177;
  padding: 20px;
  letter-spacing: 0.1em;
}


.modal-container .modal_footer .modal_footer_box {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.modal-container .modal_footer .modal_footer_box:first-child {
  padding-bottom: 5px;
}

.modal-container .modal_footer .modal_footer_box p:first-child {
  color: #525252;
  background-color: #fff;
  padding: 0 20px;
}

.modal-container .modal_footer .modal_footer_box p:last-child {
  color: #fff;
}

.tel_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 6%;
  font-size: 0.8em;
  padding-bottom: 15px;
}


.tel_flex:last-child {
  padding-bottom: 0;
}

.tel_flex .tel_item {
  border-radius: 2px;
}

.tel_flex .tel_item:nth-child(2) {
  width: 45%;
}

.tel_flex .tel_item p {
  font-weight: bold;
  font-size: 1.3em;
}

.tel_flex .tel_item p:nth-child(2) {
  font-size: 1em;
}

.tel_flex .tel_item a {
  display: block;
  color: #fff;
  padding: 5px;
  text-align: center;
  font-size: 1.3em;
}

.tel_flex .tel_item.tokyo {
  background-color: #790908;
}

.tel_flex .tel_item.ginza {
  background-color: #baa383;
}

.tel_flex .tel_item.shinbashi {
  background-color: #555555;
}

.tel_flex .tel_item.omotesando {
  background-color: #28377a;
}

.tel_flex .tel_item.roppongi {
  background-color: #482d24;
}

.tel_flex .tel_item.shibuya {
  background-color: #db8a86;
}

.tel_flex .tel_item.sakuragicho {
  background-color: #0066ab;
}

.tel_flex .tel_item.yokohama {
  background-color: #1c4595;
}


.fix-bottom {
  display: none;
  @media screen and (max-width:768px){
    display: block;
    margin-inline: auto;
    width: 96%;
    position: fixed;
    bottom: 0;
    left: 2%;
    align-items: center;
    z-index: 99;
    background-color: #84c3f0;
    border-radius: 10px;
    a {
      color: #fff;
      padding: 0.5em 1em;
    }
  }
}
