@charset "UTF-8";
/**** 共通カラー ****/
.page {
  background-color: #f7f7f7;
}
.page .section-mv {
  background-image: url(../image/fitness/mv-bg.webp);
}
@media screen and (max-width: 576px) {
  .page .section-mv {
    background-image: url(../image/fitness/mv-bg-sp.webp);
  }
  .page .section-mv .breadcrumb .breadcrumb-list {
    align-items: flex-start;
    line-height: 1.3;
  }
  .page .section-mv .tit-wrap h1 {
    line-height: 1.3;
  }
}
.page .section-trial-lesson {
  background-color: #f7f7f7;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page .section-trial-lesson {
    padding-bottom: 30px;
  }
}
.page .section-trial-lesson .trial-lesson-intro {
  text-align: center;
  background-color: #ffffff;
  border-radius: 0 0 60px 60px;
  padding-top: 160px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .page .section-trial-lesson .trial-lesson-intro {
    padding-top: 100px;
    padding-bottom: 60px;
    border-radius: 0 0 30px 30px;
  }
}
.page .section-trial-lesson .trial-lesson-intro .description {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page .section-trial-lesson .trial-lesson-intro .description {
    margin-bottom: 20px;
  }
}
.page .section-trial-lesson .trial-lesson-intro .note {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 2;
  margin-bottom: 20px;
}
.page .section-trial-lesson .trial-lesson-intro .trial-lesson-btn a {
  padding: 20px 0;
  width: 266px;
  font-size: clamp(1.8rem, 2vw, 2rem);
  text-align: center;
  color: #ffffff;
  margin: 55px auto 0;
  background-color: #005bbb;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .page .section-trial-lesson .trial-lesson-intro .trial-lesson-btn a {
    padding: 16px 0;
    width: 230px;
    margin-top: 0;
  }
}
.page .section-trial-lesson .inner-trial-lesson {
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .page .section-trial-lesson .inner-trial-lesson {
    padding-top: 80px;
  }
}
.page .section-trial-lesson .inner-trial-lesson .flow-wrap h2 {
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page .section-trial-lesson .inner-trial-lesson .flow-wrap h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.page .section-trial-lesson .inner-trial-lesson .flow-wrap h2 span {
  color: #005bbb;
}
.page .section-trial-lesson .inner-trial-lesson .flow-wrap .sub {
  font-size: clamp(1.8rem, 2vw, 2rem);
  color: #181919;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page .section-trial-lesson .inner-trial-lesson .flow-wrap .sub {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.page .section-trial-lesson .inner-trial-lesson .flow-flex {
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page .section-trial-lesson .inner-trial-lesson .flow-flex {
    flex-direction: column;
  }
}
.page .section-trial-lesson .inner-trial-lesson .flow-flex li {
  width: 28.9166666667%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .page .section-trial-lesson .inner-trial-lesson .flow-flex li {
    width: 100%;
    margin-bottom: 40px;
  }
}
.page .section-trial-lesson .inner-trial-lesson .flow-flex li p {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .page .section-trial-lesson .inner-trial-lesson .flow-flex li p {
    margin-top: 20px;
  }
}
.page .section-movie {
  padding-top: 90px;
  padding-bottom: 80px;
  background-color: #ffffff;
  border-radius: 60px 60px 0 0;
}
@media screen and (max-width: 768px) {
  .page .section-movie {
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 30px 30px 0 0;
  }
}
.page .section-movie h2 {
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 20px;
  text-align: center;
  color: #181919;
}
@media screen and (max-width: 768px) {
  .page .section-movie h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.page .section-movie h2 span {
  color: #d72638;
}
.page .section-movie .sub {
  font-size: clamp(1.8rem, 2vw, 2rem);
  color: #181919;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page .section-movie .sub {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.page .section-contact-form.trial-lesson-form-section {
  padding-top: 16.6666666667vw;
  background-color: #f7f7f7;
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page .section-contact-form.trial-lesson-form-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }
}
.page .section-contact-form.trial-lesson-form-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-image: url(../image/fitness/before-after-cover.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 12.2916666667vw;
}
@media screen and (max-width: 768px) {
  .page .section-contact-form.trial-lesson-form-section::before {
    background-image: url(../image/fitness/before-after-cover-sp.webp);
    height: 16.8vw;
  }
}
.page .section-contact-form.trial-lesson-form-section h2 {
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .section-contact-form.trial-lesson-form-section h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.page .section-contact-form.trial-lesson-form-section h2 span {
  color: #005bbb;
}
.page .section-contact-form.trial-lesson-form-section .sub {
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .section-contact-form.trial-lesson-form-section .sub {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.page .section-contact-form.trial-lesson-form-section .form-note:first-of-type {
  margin-bottom: 0;
}
.page .movie-wrap {
  max-width: 900px;
  margin: auto;
}
.page .video-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}
.page .video-modal.is-active {
  display: block;
}
.page .video-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}
.page .video-modal__content {
  position: relative;
  max-width: 900px;
  width: 90%;
  margin: 5% auto;
  background: #000;
  border-radius: 8px;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .page .video-modal__content {
    margin-top: 50%;
  }
}
.page .video-modal__body {
  position: relative;
  padding-top: 56.25%; /* 16:9 */
}
.page .video-modal__body iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.page .video-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 32px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}/*# sourceMappingURL=trial-lesson.css.map */