@media screen and (max-width: 767px) {
  .pctab {
    display: none;
  }
}

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

.spin {
  display: none;
}
@media screen and (max-width: 767px) {
  .spin {
    display: inline;
  }
}

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

.fontGreen {
  color: #36bd62;
}

.fontPink {
  color: #f08c93;
}

.l-header__logo {
  width: auto;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    font-size: 13px;
  }
}

.p-fv__subcopy {
  font-weight: bold;
}

.p-fv__maincopy {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
}

.p-about__copy {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .p-about__copy {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__item {
    margin-right: 0 !important;
  }
}

.l-footer__item:not(:nth-child(5)) {
  margin-right: 42px;
}

.p-cta__logo {
  width: auto;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-cta__logo {
    font-size: 14px;
  }
}

.p-cta__inner .flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-cta__inner .flex {
    flex-flow: column;
  }
}

.c-btn__contact {
  width: 100% !important;
  padding: 50px 50px;
}

.p-cta__box {
  flex-basis: 50%;
  padding: 20px;
  justify-content: center;
}

.p-cta__box:nth-child(2) .contact::before {
  background-image: url(../img/common/mail_icon.svg) !important;
}

@media screen and (max-width: 767px) {
  .l-gnav {
    top: 115px;
  }
}

.l-gnav__link {
  font-size: 16px !important;
  font-weight: 700;
}
@media screen and (max-width: 1560px) {
  .l-gnav__link {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 1350px) {
  .l-gnav__link {
    font-size: 12px !important;
  }
}

.absolute {
  position: absolute;
  top: 110px;
  right: 20px;
  z-index: 801;
  font-size: 13px;
}
@media screen and (max-width: 1440px) {
  .absolute {
    top: 90px;
  }
}
@media screen and (max-width: 767px) {
  .absolute {
    line-height: 1.2;
    top: 78px;
  }
}

.p-modal__name {
  margin-top: 40px;
  align-items: flex-start;
}

.p-modal__name,
.p-trainer__name {
  line-height: 1;
}
.p-modal__name span,
.p-trainer__name span {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .p-modal__name span,
  .p-trainer__name span {
    font-size: 10px !important;
  }
}

.p-trainer__card:nth-child(1) .p-modal__name span,
.p-trainer__card:nth-child(1) .p-trainer__name span {
  margin-left: 18px;
}
@media screen and (max-width: 1440px) {
  .p-trainer__card:nth-child(1) .p-modal__name span,
  .p-trainer__card:nth-child(1) .p-trainer__name span {
    margin-left: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-trainer__card:nth-child(1) .p-modal__name span,
  .p-trainer__card:nth-child(1) .p-trainer__name span {
    margin-left: 8px;
  }
}

.p-trainer__card:nth-child(2) .p-modal__name span,
.p-trainer__card:nth-child(2) .p-trainer__name span {
  margin-left: 28px;
}
@media screen and (max-width: 1440px) {
  .p-trainer__card:nth-child(2) .p-modal__name span,
  .p-trainer__card:nth-child(2) .p-trainer__name span {
    margin-left: 21px;
  }
}
@media screen and (max-width: 767px) {
  .p-trainer__card:nth-child(2) .p-modal__name span,
  .p-trainer__card:nth-child(2) .p-trainer__name span {
    margin-left: 9px;
  }
}

.p-trainer__card:nth-child(3) .p-modal__name span,
.p-trainer__card:nth-child(3) .p-trainer__name span {
  margin-left: 18px;
}
@media screen and (max-width: 1440px) {
  .p-trainer__card:nth-child(3) .p-modal__name span,
  .p-trainer__card:nth-child(3) .p-trainer__name span {
    margin-left: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-trainer__card:nth-child(3) .p-modal__name span,
  .p-trainer__card:nth-child(3) .p-trainer__name span {
    margin-left: 6px;
  }
}

.p-trainer__card:nth-child(4) .p-modal__name span,
.p-trainer__card:nth-child(4) .p-trainer__name span {
  margin-left: 13px;
}
@media screen and (max-width: 1440px) {
  .p-trainer__card:nth-child(4) .p-modal__name span,
  .p-trainer__card:nth-child(4) .p-trainer__name span {
    margin-left: 9px;
  }
}
@media screen and (max-width: 767px) {
  .p-trainer__card:nth-child(4) .p-modal__name span,
  .p-trainer__card:nth-child(4) .p-trainer__name span {
    margin-left: 3px;
  }
}

@media screen and (max-width: 1440px) {
  .l-header__logo {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-fv__maincopy {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .p-fv__subcopy {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .p-plan__flow {
    padding-top: 1.5vw;
  }
}

@media screen and (max-width: 767px) {
  .p-plan-campaign__box {
    row-gap: 0;
  }
}

.p-plan__flow-item span {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-plan__flow-item span {
    font-size: 13px;
  }
}/*# sourceMappingURL=extra.css.map */