@charset "UTF-8";

.mv {
  margin-bottom: 100px;
  text-align: center;
}

.video-title {
  font-size: 24px;
  font-weight: bold;
  margin: 100px 0 15px;
  text-align: center;
}
.video-area iframe {
  aspect-ratio: 16 / 9;
}
.cap {
  font-size: 15px;
  line-height: 1.6;
  margin: 10px 0 40px;
  text-align: right;
}
.gym-img-list {
  max-width: 1920px;
  display: flex;
  gap: 10px 0;
  margin: 120px auto 0;
}
.gym-img-list li {
  width: 25%;
}

/*-------------------------------------------
Step
-------------------------------------------*/
.step .step-sec {
  margin-bottom: 120px;
}
.step .step-head-title {
  border-bottom: solid 1px #707070;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 10px;
  margin: 120px 0 20px;
  text-align: center;
}
.step .step-head-title img {
  max-width: 46px;
  margin: 0 15px;
  position: relative;
  bottom: 12px;
}
.step .step-header {
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
}
.step .step-header .img-area {
  width: 25%;
  margin-right: 5%;
}
.step .step-header .text-area {
  width: 70%;
}
.step .step-header .text-area .step-no {
  margin-bottom: 10px;
}
.step .step-header .text-area .step-no img {
  max-height: 60px;
}
.step .step-header .text-area .step-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
.step .step-header .text-area .point-list li {
  font-size: 24px;
  margin-bottom: 10px;
  position: relative;
}
.step .step-header .text-area .point-list li::before {
  content: "✔";
  color: #63CDFD;
  font-weight: 500;
  margin-right: 5px;
}
.step .step-header .text-area .point-list li .memo {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  margin-top: 5px;
}
.step .detail-box-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 55px 8%;
}
.step .detail-box-list li {
  width: 46%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: solid 2px #63CDFD;
  border-radius: 35px;
  padding: 30px 20px;
}
.step .detail-box-list li .detail-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.step .detail-box-list li .detail-text {
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}
.step .detail-btn-list {
  display: flex;
  gap: 20px 5%;
}
.step .detail-btn-list li {
  width: 30%;
}
.step .detail-btn-list li .btn-blue a {
  width: 100%;
  font-size: 18px;
  padding: 12px 40px;
}
.step .detail-box-list.one-col {
  justify-content: center;
}
.step .detail-box-list.one-col li {
  width: 52%;
  position: relative;
}
.step .detail-box-list.one-col li .talk {
  width: clamp(200px, 30vw, 344px);
  position: absolute;
  top: -15%;
  left: -43%;
}
.step .icon-arrow-down {
  max-width: 440px;
  margin: 50px auto;
}

#step1 .detail-list {
  display: flex;
  gap: 5%;
}
#step1 .detail-list li {
  width: 30%;
  background-color: rgba(127, 213, 252, 0.2);
  border-radius: 35px;
  padding: 30px 20px 20px;
}
#step1 .detail-list li .detail-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
#step1 .detail-list li .detail-text {
  line-height: 1.8;
  text-align: justify;
}

#step2 .step-header {
  flex-direction: row-reverse;
}
#step2 .step-header .img-area {
  width: 32%;
  margin: 0 0 0 5%;
}
#step2 .step-header .text-area {
  width: 63%;
}

#step3 .step-header {
  flex-direction: row-reverse;
}
#step3 .step-header .img-area {
  width: 33%;
  margin: 0 0 0 5%;
  position: relative;
}
#step3 .step-header .img-area .talk {
  width: clamp(165px, 40vw, 330px);
  position: absolute;
  top: 4%;
  left: -71%;
  z-index: 5;
}
#step3 .step-header .text-area {
  width: 62%;
}

#step4 .step-header .img-area {
  width: 28%;
}
#step4 .step-header .text-area {
  width: 67%;
}

.banner-area {
  margin-bottom: 120px;
}

#story {
  background-image: url(../img/top/story-bg.png);
  padding: 80px 0;
}
#story .story-title {
  border-bottom: solid 1px #707070;
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 25px;
  text-align: center;
}
#story .story-title .en {
  color: #0F2E95;
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-top: 5px;
}
#story .story-text {
  line-height: 2;
  margin-bottom: 25px;
  text-align: justify;
}
#story .story-list {
  display: flex;
  gap: 20px;
}
#story .story-list li {
  width: calc((100% - 60px) / 4);
  display: flex;
  flex-direction: column;
  border: solid 2px #0F2E95;
  border-radius: 35px;
  background-color: #fff;
  padding: 20px 15px;
  text-align: center;
}
#story .story-list li .list-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
#story .story-list li .img {
  margin-bottom: 20px;
}
#story .story-list li .list-text {
  min-height: 128px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 10px;
}
#story .story-list li .list-company {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
#story .story-list li .list-name {
  font-size: 14px;
  margin-bottom: 20px;
}
#story .story-list li .list-name span {
  font-size: 10px;
}
#story .story-list li .btn-navy {
  margin-top: auto;
}
#story .story-list li .btn-navy a {
  width: 90%;
}

.bottom-text {
  line-height: 1.8;
  padding: 100px 0 20px;
  text-align: center;
}
.bottom-text .bottom-text-box {
  max-width: 560px;
  background-color: #E3F6FF;
  border-radius: 35px;
  padding: 30px 25px;
  margin: 80px auto 0;
}
.bottom-text .bottom-text-box .bottom-text-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center;
}
.bottom-text .bottom-text-box p {
  text-align: justify;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 767px) {
  .mv {
    margin-bottom: 40px;
  }

  .head-text {
    margin: 40px 0 20px;
  }

  .video-title {
    font-size: 18px;
    margin: 40px 0 10px;
  }
  .cap {
    font-size: 12px;
    margin: 10px 0 20px;
  }

  .gym-img-list {
    flex-wrap: wrap;
    margin: 60px auto 50px;
  }
  .gym-img-list li {
    width: 50%;
  }

  /*-------------------------------------------
  Step
  -------------------------------------------*/
  .step .step-sec {
    margin-bottom: 80px;
  }
  .step .step-head-title {
    font-size: 26px;
    margin: 80px 0 20px;
  }
  .step .step-head-title img {
    max-width: 36px;
    margin: 0 10px;
    bottom: 6px;
  }
  .step .step-header {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  .step .step-header .img-area {
    width: 56%;
    margin: 0 auto 20px;
  }
  .step .step-header .text-area {
    width: 100%;
  }
  .step .step-header .text-area .step-no {
    text-align: center;
  }
  .step .step-header .text-area .step-no img {
    max-height: 50px;
  }
  .step .step-header .text-area .step-title {
    font-size: 24px;
    text-align: center;
  }
  .step .step-header .text-area .point-list li {
    font-size: 17px;
  }
  .step .detail-box-list {
    flex-direction: column;
    gap: 30px 0;
  }
  .step .detail-box-list li {
    width: 100%;
    padding: 20px;
  }
  .step .detail-box-list li .detail-title {
    font-size: 20px;
  }
  .step .detail-btn-list {
    flex-direction: column;
  }
  .step .detail-btn-list li {
    width: 80%;
    margin: 0 auto;
  }
  .step .detail-btn-list li .btn-blue a {
    font-size: 15px;
  }
  .step .detail-box-list.one-col li {
    width: 100%;
  }
  .step .detail-box-list.one-col li .talk {
    position: absolute;
    top: -14vw;
    left: 22vw;
  }
  .step .icon-arrow-down {
    max-width: 240px;
    margin: 30px auto 120px;
  }

  #step1 .detail-list {
    flex-direction: column;
    gap: 20px 0;
  }
  #step1 .detail-list li {
    width: 100%;
    border-radius: 25px;
    padding: 20px;
  }
  #step1 .detail-list li .detail-title {
    font-size: 20px;
  }

  #step2 .step-header {
    flex-direction: column
  }
  #step2 .step-header .img-area {
    width: 70%;
    margin: 0 auto 20px;
  }
  #step2 .step-header .text-area {
    width: 100%;
  }

  #step3 .step-header {
    flex-direction: column
  }
  #step3 .step-header .img-area {
    width: 65%;
    margin: 0 -120px 20px 0;
  }
  #step3 .step-header .img-area .talk {
    top: 6vw;
    left: -26vw;
  }
  #step3 .step-header .text-area {
    width: 100%;
  }

  #step4 .step-header .img-area {
    width: 54%;
  }
  #step4 .step-header .text-area {
    width: 100%;
  }

  .banner-area {
    margin-bottom: 80px;
  }

  #story {
    background-size: cover;
    padding: 50px 0;
  }
  #story .story-title {
    font-size: 28px;
  }
  #story .story-list {
    flex-wrap: wrap;
    gap: 10px;
  }
  #story .story-list li {
    width: calc(50% - 5px);
    border-radius: 25px;
    padding: 15px 10px;
  }
  #story .story-list li .list-title {
    font-size: 13px;
  }
  #story .story-list li .list-text {
    min-height: auto;
    font-size: 12px;
  }
  #story .story-list li .btn-navy a {
    width: 100%;
    padding: 8px 10px;
  }

  .bottom-text {
    padding: 60px 0 0;
  }
  .bottom-text .bottom-text-box {
    border-radius: 25px;
    padding: 20px;
    margin: 60px auto 0;
  }
  .bottom-text .bottom-text-box .bottom-text-title {
    font-size: 22px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 500px) {
  #step3 .step-header .img-area .talk {
    width: clamp(180px, 40vw, 330px);
    top: 6vw;
    left: -30vw;
  }
  .step .detail-box-list.one-col li .talk {
    top: -24vw;
    left: 2vw;
  }
}