@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-before-after {
  padding-top: 160px;
  padding-bottom: 130px;
  background-color: #005bbb;
  position: relative;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page .section-before-after {
    padding-top: 130px;
    padding-bottom: 140px;
  }
}
.page .section-before-after h2 {
  font-size: clamp(5.5rem, 5.5vw, 6.6rem);
  margin-bottom: 20px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .page .section-before-after h2 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.page .section-before-after .sub {
  font-size: clamp(1.8rem, 2vw, 2rem);
  color: #ffffff;
  margin-bottom: 60px;
}
.page .section-before-after .before-after-wrap {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 60px 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page .section-before-after .before-after-wrap {
    padding: 30px 15px 40px 15px;
  }
}
.page .section-before-after .before-after-flex {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page .section-before-after .before-after-flex {
    flex-direction: column;
  }
}
.page .section-before-after .before-after-flex .image-wrap {
  width: 51.8333333333%;
  max-width: 622px;
}
.page .section-before-after .before-after-flex .image-wrap img:nth-child(2) {
  margin-top: 20px;
}
.page .section-before-after .before-after-flex .image-wrap img:nth-child(3) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .page .section-before-after .before-after-flex .image-wrap {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.page .section-before-after .before-after-flex .text-wrap {
  width: 41.6666666667%;
  max-width: 500px;
  color: #181919;
}
@media screen and (max-width: 768px) {
  .page .section-before-after .before-after-flex .text-wrap {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.page .section-before-after .before-after-flex .text-wrap .day {
  font-size: clamp(1.8rem, 2vw, 2rem);
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .page .section-before-after .before-after-flex .text-wrap .day {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .page .section-before-after .before-after-flex .text-wrap .day span:last-child {
    padding-left: 14px;
  }
}
.page .section-before-after .before-after-flex .text-wrap .weight {
  display: inline-block;
  background-color: #005bbb;
  color: #ffffff;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  padding: 0 27px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 30px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .page .section-before-after .before-after-flex .text-wrap .weight {
    padding: 0 20px;
    height: 27px;
    line-height: 27px;
    margin: 0 auto 16px;
  }
}
.page .section-before-after .before-after-flex .text-wrap .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #005bbb;
  border-right: 0;
  margin: 0 8px;
  transform: translateY(5px);
}
@media screen and (max-width: 768px) {
  .page .section-before-after .before-after-flex .text-wrap .triangle {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 11px solid #005bbb;
    transform: translateY(7px);
  }
}
@media screen and (max-width: 768px) {
  .page .section-before-after .before-after-flex .text-wrap .triangle {
    margin-left: 30px;
  }
}
.page .section-before-after .before-after-flex .text-wrap .number {
  font-size: clamp(3.8rem, 3.6vw, 5rem);
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .page .section-before-after .before-after-flex .text-wrap .number {
    justify-content: center;
  }
}
.page .section-before-after .before-after-flex .text-wrap .number .small {
  font-size: clamp(1.8rem, 2.3vw, 2.4rem);
}
.page .section-before-after .before-after-flex .text-wrap .result {
  display: block;
  background-color: #005bbb;
  color: #ffffff;
  font-size: clamp(3.8rem, 3.6vw, 5rem);
  padding: 5px 15px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .page .section-before-after .before-after-flex .text-wrap .result {
    margin: 0 auto 30px;
  }
  .page .section-before-after .before-after-flex .text-wrap .result:last-of-type {
    margin-bottom: 0;
  }
}
.page .section-before-after .before-after-flex .text-wrap .result .small {
  font-size: clamp(1.8rem, 2.3vw, 2.4rem);
}/*# sourceMappingURL=before-after.css.map */