.btn {
  border: 1px solid #74B5E4;
  border: 1px solid #74B5E4;
  margin: 12rem auto 0;
  position: relative;
  max-width: 489px;
  padding: 3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #74B5E4;
  overflow: hidden;
  border-radius: 999px;
  font-size: 2.8rem;
}

.btn-txt {
  color: #fff;
  z-index: 1000;
  transition: 0.6s ease all;
}

.btn:hover .btn-txt {
  color: #74B5E4;
  transition: 0.6s ease all;
}

.btn:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  margin: auto;
  width: 60px;
  height: 60px;
  background: #fff;
  transform: scale(0);
  transition: 0.6s ease all;
}

.btn:hover:before {
  transform: scale(9);
}

.smooth {
  clip-path: inset(0 100% 0 0);
  transition: 1.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  line-height: 1.6;
}

.smooth.is-animated {
  clip-path: inset(0);
}

.svg1 {
  display: none;
}

.svg2 {
  vertical-align: bottom;
  transform: scale(-1, -1);
  margin-top: 3rem;
}

/*--------------------------------
sp css
--------------------------------*/

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

  .btn {
    font-size: 1.4rem;
    margin-top: 7rem;
    padding: 1.5rem 0;
    width: 30%;
    min-width: 200px;
  }

  svg {
    height: 150px;
  }

  .svg1 {
    display: block;
    background-color: #45BDCF;
  }
}


/*--------------------------------
mv
--------------------------------*/

.swiper{
  border-radius: 30px;
}


@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 8s linear 0s normal both;
}


.mv-wrap1 {
  background: linear-gradient(180deg, #F9F8F4 0%, #F9F8F4 70%, #45BDCF 70%, #45BDCF 100%);
}

.mv-logo {
  position: absolute;
  top: 110px;
  left: 48px;
  z-index: 999;
}

.mv-logo img {
  height: 54px;
}

.mv-content {
  width: 88%;
  margin: auto;
  padding-top: 8rem;
}


.mv-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.mv-ttl {
  font-size: 2.6vw;
  letter-spacing: .4em;
  position: absolute;
  left: 5%;
  bottom: 11vw;
  z-index: 997;
}

.mv-lead {
  font-size: 1.5vw;
  letter-spacing: .35em;
  position: absolute;
  left: 5%;
  bottom: 2vw;
  z-index: 997;
}


.mv-wrap2 {
  overflow: hidden;
  background-color: #F9F8F4;
}

.mv-nav {
  border-radius: 0 0 2500px 2500px / 0 0 1000px 1000px;
  margin: 0 -200px;
  padding: 33px 217px;
  min-height: 540px;
  text-align: center;
  background: #45BDCF;
}

.mv-list {
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: auto;
  padding-top: 6rem;
}

.mv-icon {
  height: 70px;
}


.mv-icon img {
  height: 100%;
}

.mv-item {
  text-align: center;
}

.mv-link {
  color: #FFF;
  font-size: 2.7rem;
  margin-top: 2rem;
}

.mv-spImg {
  display: none;
}

/*--------------------------------
sp css
--------------------------------*/

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

  .mv-link {
    font-size: 2.1rem;
  }

  .mv-nav {
    min-height: 440px;
  }
}



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


  .mv-link {
    font-size: 1.6rem;
  }

  .mv-nav {
    padding: 51px 236px;
    min-height: 355px;
  }

  .mv-list {
    padding-top: 3rem;
  }
}



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

  .mv-link {
    font-size: 1.6rem;
  }

  .mv-list {
    width: 80%;
  }


}


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

  .mv-ttl {
    bottom: 22%;
  }
}



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


  .mv-link {
    font-size: 1.6rem;
  }

  .mv-nav {
    padding: 51px 236px;
    min-height: 291px;
  }

  .mv-list {
    padding-top: 3rem;
  }

  .mv-logo {
    display: none;
  }
}

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


  .mv-img {
    display: none;
  }


  .mv-list {
    display: none;
  }


  .mv-nav {
    border-radius: 0;
    margin: 0;
    padding: 0;
    min-height: 160px;
  }


  .el_lv1Heading {
    color: #FFF;
    position: static;
    line-height: 2;
    padding-top: 3rem;
  }


  .mv-list {
    display: none;
  }


  .el_lv1Heading {
    color: #FFF;
    position: static;
    line-height: 2;
    margin-top: 3rem;
  }


  .el_lv1Heading {
    line-height: 1.6;
  }


  .mv-spImg {
    display: block;
    height: auto;
  }


  .pc-mvTtl {
    display: none;
  }



  .mv-ttl {
    font-size: 3rem;
    left: 0;
    bottom: -2px;
    letter-spacing: normal;
  }

  .mv-lead {
    font-size: 2rem;
    left: 0;
    bottom: -121px;
    letter-spacing: normal;
  }


}

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

  .mv-ttl {
    font-size: 2.3rem;
    bottom: 21px;
  }

  .mv-lead {
    font-size: 1.3rem;
    bottom: -57px;
  }

  .mv-nav {
    min-height: 100px;
  }


}



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


  .mv-nav {
    min-height: 80px;
  }

}

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

  .mv-content {
    padding-top: 9rem;
  }



  .mv-wrap1 {
    background: linear-gradient(180deg, #F9F8F4 0%, #F9F8F4 60%, #45BDCF 60%, #45BDCF 100%);
  }


  .mv-ttl {
    bottom: 29px;
  }

}

/*--------------------------------
benefits
--------------------------------*/

.wrap {
  background-color: #F9F8F4;
}

.benefits {
  padding: 14rem 0 0;
  background: linear-gradient(180deg, #F9F8F4 0%, #F9F8F4 80%, #FFF 80%, #FFF 100%);
}

.benefits-list {
  margin-top: 14rem;
}

.benefits-item {
  background-color: #FFF;
  border-radius: 20px;
  width: 63%;
  max-width: 1040px;
  margin: auto;
  margin-top: 4rem;
  padding: 4.5rem 0 4rem;
  position: relative;
}

.benefits-ttl {
  text-align: center;
}

.benefits-ttl img {
  width: 33%;
  min-width: 280px;
}

.benefits-ttl3 img {
  width: 55%;
}

.benefits-txt {
  font-size: 2.8rem;
  padding-top: 2rem;
  width: 70%;
  margin: auto;
}


.benefits-item1::before {
  position: absolute;
  top: -15px;
  left: -98px;
  content: '';
  display: inline-block;
  width: 192px;
  height: 241px;
  background-image: url(../img/benefits-img1.png);
  background-size: cover;
  background-repeat: no-repeat;
}


.benefits-item2::before {
  position: absolute;
  top: -1px;
  right: -61px;
  content: '';
  display: inline-block;
  width: 196px;
  height: 290px;
  background-image: url(../img/benefits-img2.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.benefits-item3::before {
  position: absolute;
  top: 72px;
  left: -100px;
  content: '';
  display: inline-block;
  width: 190px;
  height: 253px;
  background-image: url(../img/benefits-img3.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.benefits-item:first-of-type {
  text-align: center;
}


/*--------------------------------
sp css
--------------------------------*/



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


  .benefits-txt {
    font-size: 2rem;
    width: 70%;
  }


  .treatment-list {
    width: 70%;
  }


  .benefits-item1::before {
    top: 25px;
    left: -98px;
    width: 154px;
    height: 189px;
  }

  .benefits-item2::before {
    top: 30px;
    right: -61px;
    width: 150px;
    height: 220px;
  }

  .benefits-item3::before {
    top: 72px;
    left: -100px;
    width: 141px;
    height: 187px;
  }

}



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

  .benefits-ttl img {
    width: 50%;
    min-width: 130px;
  }

  .benefits-ttl3 img {
    width: 80%;
    min-width: 250px;
  }

  .benefits {
    padding: 0 0 10rem;
    margin-top: -3rem;
  }

  .benefits-list {
    margin-top: 2rem;
    padding: 0 6vw;
  }


  .benefits-ttl {
    width: 80%;
    margin: auto;
  }

  .benefits-txt {
    padding: 0 7vw;
    width: 100%;
    text-align: center;
  }




  .benefits-txt {
    font-size: 1.3rem;
    margin-top: 1rem;
  }

  .benefits-item {
    padding: 2rem 4vw;
    margin-top: 2.5rem;
  }

  .benefits-item {
    width: 85%;
    margin-left: auto;
    margin-right: 0px;
  }

  .benefits-item:nth-child(2) {
    margin-right: auto;
    margin-left: 0px;
  }

  .benefits-item1::before {
    top: -5px;
    left: -52px;
    width: 76px;
    height: 94px;
  }

  .benefits-item2::before {
    top: 21px;
    right: -46px;
    width: 73px;
    height: 109px;
  }

  .benefits-item3::before {
    top: 26px;
    left: -49px;
    width: 71px;
    height: 95px;
  }
}




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

  .benefits-txt {
    text-align: left;
    padding: 0 5vw;
  }

  .benefits-ttl3 img {
    width: 90%;
    min-width: 185px;
  }
}



/*--------------------------------
treatment
--------------------------------*/

.treatment {
  background-color: #FFF;
  padding-bottom: 23rem;
}

.treatment-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 60%;
  margin: 18rem auto;
}

.treatment-item {
  width: 45%;
}


.treatment-item:nth-child(n + 3) {
  margin-top: 9rem;
}


.treatment-img img {
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.treatment-txt {
  text-align: center;
  font-size: 2.8rem;
  margin-top: 1rem;
}

.treatment-img {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.treatment-img img:hover {
  transform: scale(1.1);
}


/*--------------------------------
sp css
--------------------------------*/

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

  .treatment-txt {
    font-size: 2.1rem;
  }
}


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

  .treatment-list {
    width: 70%;
  }

  .treatment-txt {
    font-size: 1.8rem;
  }
}


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

  .treatment {
    margin-top: -7rem;
    padding-bottom: 0;
  }

  .treatment-txt {
    margin-top: 1rem;
    font-size: 1.4rem;
  }

  .treatment-list {
    width: 90%;
  }

  .treatment-item {
    width: 48%;
    margin-top: 3rem;
  }

  .treatment-list {
    margin-top: 3rem;
  }


  .treatment-txt {
    font-size: 1.4rem;
  }

  .treatment-item:nth-child(n + 3) {
    margin-top: 2rem;
  }

  .treatment-list {
    margin: 3rem auto 4rem;
  }
}

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

  .treatment-txt {
    font-size: 1.2rem;
  }
}

/*--------------------------------
access
--------------------------------*/

.access {
  padding-bottom: 12rem;
  background-color: #FFF;
}

iframe {
  width: 100%;
  height: 500px;
  margin-top: 8rem;
}

.access-txt {
  text-align: center;
  margin-top: 2rem;
}


/*--------------------------------
sp css
--------------------------------*/

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

  .access {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  iframe {
    height: 336px;
    margin-top: 2rem;
  }

  .access-txt {
    padding: 0 4vw;
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}



/*--------------------------------
time
--------------------------------*/

.time {
  padding-bottom: 24rem;
  background-color: #FFF;
}

table {
  border: solid 3px #64C0AB !important;
  margin: 5rem auto 0;
  font-size: 2rem;
  width: 70%;
  min-width: 770px;
}

th {
  background-color: #64C0AB;
  color: #FFF;
  text-align: center;
  font-size: 2.4rem;
  padding: 2rem;
}


td {
  padding: 1em;
  border: solid 2px #B5B5B6;
  text-align: center;
  vertical-align: middle
}


.time-txt {
  text-align: center;
  margin-top: 3rem;
  font-size: 1.6rem;
  padding: 0 4vw;
}


.table-row {
  border-top: solid 3px #64C0AB !important;
}


.table-sp {
  display: none;
}



/*--------------------------------
sp css
--------------------------------*/

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

  th {
    font-size: 2rem;
  }

  table {
    font-size: 1.8rem;
    min-width: 700px;
  }
}

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

  .time {
    padding-bottom: 0;
  }

  .time-txt {
    font-size: 1.4rem;
  }

  .table-pc {
    display: none;
  }

  .table-sp {
    display: table;
    min-width: 330px;
  }

  table {
    font-size: 1.4rem;
    border: solid 2px #64C0AB !important;
  }

  th {
    font-size: 1.6rem;
    padding: 0.5em;
  }

  td {
    padding: 2em;
    border: solid 1.5px #B5B5B6;
  }

  table {
    margin-top: 2rem;
  }

  .time {
    padding: 5rem 0 3rem;
  }

}

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

  td {
    padding: 1em;
  }
}

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

  td {
    padding: .5em;
  }

  .time-txt {
    font-size: 1.3rem;
  }
}