/***************************************
variable
****************************************/
.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.c-site-branding__title {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-site-branding__title:hover {
  opacity: 0.3;
}

.fa-envelope {
  font-size: 1.125rem;
  margin-right: 0.3125rem;
}

.menu-item:last-child a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-block: 0.625rem;
}
.menu-item:last-child a:hover {
  opacity: 0.7;
}

.p-drop-nav .menu-item:last-child a {
  background-color: #fff;
  color: #333;
}
.p-drop-nav .menu-item:last-child a:hover {
  opacity: 0.7;
  color: #ff8e0c;
}

.smb-section__inner > .c-container {
  margin-top: -3.75rem;
}

.is-layout-constrained > :not(:first-child) {
  margin-top: 3.75rem !important;
}

.main-fv__text {
  text-shadow: 5px 5px 6px rgba(0, 0, 0, 0.4);
}

.main-fv__text span {
  font-size: clamp(1.25rem, 0.7926829268rem + 1.9512195122vw, 2.5rem);
}

.smb-section__inner {
  padding-inline: 1.25rem;
}

.section-title h2 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 1rem;
  margin-inline: auto;
}

.section-title h2::before {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  background: #efd3be;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  z-index: -1;
}

.price-title h2::before {
  width: 50px;
  height: 50px;
}

.concept-subtitle {
  font-size: clamp(1.25rem, 1.0213414634rem + 0.9756097561vw, 1.875rem);
}

.concept-text span {
  font-size: clamp(1rem, 0.9085365854rem + 0.3902439024vw, 1.25rem);
}
@media screen and (max-width: 768px) {
  .concept-text span {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .flow-section {
    padding-top: 6.25rem;
  }
}

.flow-wrapper {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .flow-wrapper {
    width: 100%;
  }
}

.flow-section h2::after {
  background: #ff8e0c;
}

.flow-section h2 {
  font-size: clamp(1.5rem, 1.1341463415rem + 1.5609756098vw, 2.5rem);
}

.flow-section .smb-step__item__title {
  font-size: clamp(1rem, 0.9085365854rem + 0.3902439024vw, 1.25rem);
}

.is-layout-constrained > :not(:first-child) {
  margin-top: 0.625rem !important;
}

.trainer ul li::marker {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .smb-section-break-the-grid__shadow {
    position: initial;
  }
}

.has-sm-2-xl-font-size {
  --_font-size-level: 1;
}

.price-text span {
  font-size: 2.1875rem;
}

.price-panel li {
  font-size: 0.75rem;
}

.price-panel-title {
  position: relative;
}

.price-panel-title::after {
  position: absolute;
  content: "";
  border: 3px dotted #333;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 100px;
  margin-inline: auto;
}

.price-panel-block {
  position: relative;
}

.price-panel-block::before,
.price-panel-block::after {
  position: absolute;
  content: "";
}

.price-panel-block::before {
  background: #547495;
  height: 3px;
  width: 60px;
  top: 10px;
  left: -4px;
  rotate: -45deg;
  z-index: 1;
}

.price-panel-block::after {
  background: #547495;
  height: 8px;
  width: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .access-section {
    padding-top: 3.125rem;
  }
}

.access-link a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.access-link a:hover {
  color: #ff8e0c;
}

.l-footer {
  background: #547495;
}

.l-footer .menu-item a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .c-container {
    margin-top: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .c-navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-copyright {
  background: #547495;
  color: #fff;
}

.smf-action .smf-button-control__control {
  background: #ff8e0c;
  color: #fff;
}

.c-page-top {
  background: #fff;
  color: #333;
}

.c-page-top a {
  color: #333;
}/*# sourceMappingURL=style.css.map */