@charset "UTF-8";
/* ===============================================
# レスポンシブ
=============================================== */
.pc {
  display: block;
}
@media (width < 640px) {
  .pc {
    display: none;
  }
}

.mb {
  display: none;
}
@media (width < 640px) {
  .mb {
    display: block;
  }
}

/* ===============================================
# レイアウト
=============================================== */
.c-entry__header {
  display: none;
}

/* ===============================================
# 装飾
=============================================== */
.section__subtitle {
  border-bottom: 2px solid #d59e53;
}
@media (width < 640px) {
  .section__subtitle {
    font-size: clamp(1.15rem, 0.949rem + 1vw, 1.35rem) !important;
  }
}

/* ===============================================
# button
=============================================== */
.smb-btn {
  border-bottom: 5px solid #5e8a40;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #3e8e7e, #2a5756) !important;
}
.smb-btn::after {
  -webkit-animation: 4s 0s shine linear infinite;
          animation: 4s 0s shine linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
}

@-webkit-keyframes shine {
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}

@keyframes shine {
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
.smb-btn:hover {
  margin-top: 3px;
  border-bottom: 2px solid #5e8a40;
}

/* ===============================================
# cta
=============================================== */
.cta {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (width < 1024px) {
  .cta {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
.cta h2 {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  padding: 0 65px;
  text-align: center;
}
@media (width < 1024px) {
  .cta h2 {
    font-size: clamp(1.5rem, 0.932rem + 1.42vw, 2rem);
  }
}
@media (width < 640px) {
  .cta h2 {
    padding: 0 1em;
    font-size: clamp(1.35rem, 1.2rem + 0.75vw, 1.5rem);
    word-break: keep-all;
  }
}
.cta h2 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
@media (width < 640px) {
  .cta h2 span {
    display: block;
  }
}
.cta h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #000;
}
.cta .smb-btn__label {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (width < 640px) {
  .cta .smb-btn__label {
    font-size: clamp(1.35rem, 1.2rem + 0.75vw, 1.5rem);
  }
}

/* ===============================================
# fv
=============================================== */
.c-drawer__menu li {
  font-weight: bold;
}

.c-section {
  padding-top: 0;
}

/* ===============================================
# rebirth
=============================================== */
.rebirth {
  padding-top: 3rem;
}
.rebirth .rebirth__container .smb-container__body {
  padding-bottom: 3rem;
  line-height: 2;
}
.rebirth .rebirth__container .text__deco {
  font-size: 1.5em;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  color: #eeeeee;
}
.rebirth .rebirth__container .text__deco02 {
  font-size: 1.5rem;
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  padding: 0.2rem;
  margin-bottom: 0.2rem;
  background: linear-gradient(transparent 60%, #f6d75a 60%);
}
.rebirth .rebirth__container .text__deco03 {
  font-weight: bold;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  letter-spacing: 0.3em;
}
.rebirth .rebirth__container .text__deco04 {
  font-weight: bold;
  font-size: 1.8rem;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
  color: #f6d75a;
}

/* ===============================================
# pain
=============================================== */
@media (width < 640px) {
  .pain .c-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.pain .pain__title {
  padding: 0.8em;
}

/* ===============================================
# method
=============================================== */
.method__title__container {
  padding-left: 0;
  padding-right: 0;
}
.method__title__container .method__title {
  font-size: 2.5rem !important;
  background: rgba(0, 0, 0, 0.3);
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
@media (width < 640px) {
  .method__title__container .method__title {
    font-size: clamp(1.5rem, 0.497rem + 5.02vw, 2.5rem) !important;
  }
}

.method {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
@media (width < 640px) {
  .method .c-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.method .section__subtitle {
  border-bottom: 2px solid #d69e54;
}
@media (width < 640px) {
  .method .method__item {
    padding: 1rem;
  }
}
@media (width < 782px) {
  .method .method__item h2 {
    text-align: center;
  }
}
@media (width < 640px) {
  .method .method__item h2 {
    text-align: center;
    font-size: clamp(1.35rem, 1.2rem + 0.75vw, 1.5rem) !important;
  }
}

/* ===============================================
# solution
=============================================== */
.solution__title__container {
  padding-left: 0;
  padding-right: 0;
}
.solution__title__container .solution__title {
  background: rgba(0, 0, 0, 0.3);
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
@media (width < 640px) {
  .solution__title__container .solution__title {
    font-size: clamp(1.5rem, 0.998rem + 2.51vw, 2rem) !important;
  }
}

@media (width < 640px) {
  .solution .c-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (width < 640px) {
  .solution .c-container .solution__box__text {
    font-size: 1.15rem;
  }
}

/* ===============================================
# benefit
=============================================== */
@media (width < 640px) {
  .benefit .c-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.benefit .benefit__title {
  font-size: 2rem;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  padding-left: 0.8em;
}
@media (width < 640px) {
  .benefit .benefit__title {
    padding-right: 0.8em;
    font-size: clamp(1.5rem, 0.998rem + 2.51vw, 2rem);
  }
}

/* ===============================================
# voc
=============================================== */
@media (width < 640px) {
  .voc .c-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.voc .voc__title {
  padding: 0.8em;
}
.voc .section__subtitle {
  border-bottom: 2px solid #d69e54;
}
@media (width < 640px) {
  .voc .voc__item {
    padding: 1rem;
  }
}
.voc .voc__item .voc__item__no {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}
.voc .voc__item .voc__item__no span {
  font-size: 2.5rem;
}
@media (width < 640px) {
  .voc .voc__item .voc__item__right {
    padding: 1.2rem;
  }
}

/* ===============================================
# coach
=============================================== */
@media (width < 640px) {
  .coach .c-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.coach .section__subtitle {
  border-bottom: 2px solid #d9d3cd;
}
.coach .is-style-RJE_R001CORP_person:not(:root).smb-section-break-the-grid--right .smb-section-break-the-grid__figure {
  right: -30px !important;
}
.coach .amazon__btn a {
  background: #ffd814 !important;
}
.coach .smb-btn {
  border-bottom: 5px solid #a58a00;
  position: relative;
  overflow: hidden;
}
.coach .smb-btn::after {
  -webkit-animation: 4s 0s shine linear infinite;
          animation: 4s 0s shine linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
}
@keyframes shine {
  20% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
.coach .smb-btn:hover {
  margin-top: 3px;
  border-bottom: 2px solid #a58a00;
}
@media (width < 640px) {
  .coach .book__img {
    max-width: 65vw !important;
    margin: 0 auto;
  }
}

/* ===============================================
# plan
=============================================== */
@media (width < 640px) {
  .plan .c-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.plan .plan__flow {
  background: #fff;
  padding: 2rem;
}
.plan .plan__flow .smb-step__item__title {
  margin-bottom: 0.5rem;
}

/* ===============================================
# footer__cta
=============================================== */
@media (width < 640px) {
  .footer__cta .c-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.footer__cta .footer__cta__container .smb-container__body {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
  margin-left: clamp(5rem, -19.615rem + 38.46vw, 15rem);
  margin-right: auto;
  font-size: 1.2rem;
}
@media (width < 1024px) {
  .footer__cta .footer__cta__container .smb-container__body {
    margin-left: auto;
  }
}
@media (width < 640px) {
  .footer__cta .footer__cta__container .smb-container__body {
    padding: 1rem;
  }
}
.footer__cta .footer__cta__title {
  font-size: 2rem;
  line-height: 1.5;
}
/*# sourceMappingURL=style.css.map */