.starter-club {
  font-family: "Noto Sans", sans-serif;
}
.starter-club .sp-only {
  display: none;
}
.starter-club .starter-club-banner {
  position: relative;
  height: calc(100vh - 90px);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 572px;
}
.starter-club .starter-club-banner .text-circle {
  position: absolute;
  background-color: #F08437;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
}
.starter-club .starter-club-banner__top-left {
  display: flex;
  position: absolute;
  top: -60px;
  left: 0;
}
.starter-club .starter-club-banner__top-left .text-circle {
  top: 105px;
  left: 100px;
}
.starter-club .starter-club-banner__bottom-right {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
}
.starter-club .starter-club-banner__bottom-right .text-circle {
  bottom: 50px;
  right: 60px;
  width: 150px;
  height: 150px;
}
.starter-club .starter-club-banner__center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
}
.starter-club .starter-club-banner__center .logo-text__sub {
  font-family: "Futura Std Bold", serif;
  font-size: 80px;
  font-style: normal;
  line-height: 60px; /* 68.182% */
  color: #00A0E9;
  text-transform: uppercase;
}
.starter-club .starter-club-banner__center .mascot {
  position: relative;
}
.starter-club .starter-club-banner__center .mascot span {
  display: inline-block;
  height: 86px;
  padding: 0 25px;
  border-radius: 100px;
  border: 2px solid #00A0E9;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  color: #00A0E9;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 86px; /* 60% */
  background-color: #fff;
  min-width: 252px;
}
.starter-club .starter-club-banner__center .mascot__top-right {
  position: absolute;
  top: 10px;
  right: 10px;
  transform: translateX(55%);
}
.starter-club .starter-club-banner__center .mascot__bottom-left {
  position: absolute;
  bottom: -30px;
  left: 0;
  transform: translateX(-40%);
}
.starter-club .starter-club-banner__center h3.starter-club-detail {
  text-align: center;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  padding: 0 5px;
  border-bottom: 2px solid #00A0E9;
  margin-top: -15px;
}
.starter-club.admin-bar .starter-club-banner {
  height: calc(100vh - 122px);
}
.starter-club .starter-club-section {
  padding: 100px 0;
}
.starter-club .starter-club-section .container {
  max-width: 1160px;
  min-width: 1024px;
  padding: 0 30px;
  margin: 0 auto;
}
.starter-club .starter-club-section__header {
  text-align: center;
}
.starter-club .starter-club-section__header h2 {
  font-family: "Futura Std Bold", serif;
  margin-bottom: 30px;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 150% */
  color: #00A0E9;
  text-align: center;
}
.starter-club .starter-club-section__header h2.with-underline {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Noto Sans, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 150% */
  color: #333;
  border-bottom: 2px solid #00A0E9;
  margin-bottom: 50px;
}
.starter-club .starter-club-section__content img {
  max-width: 100%;
  height: auto;
}
.starter-club .news-wrap {
  margin-bottom: 0;
}
.starter-club .news-wrap .news-list__cat-list {
  display: none;
}
.starter-club .news-wrap .news-list__content {
  display: flex;
  align-items: start;
}
.starter-club .news-wrap .news-list__content p {
  margin-bottom: 0;
}
.starter-club .news-wrap .news-list__ttl {
  font-size: 15px;
}
.starter-club .news-wrap .news-list__date {
  flex: 0 0 122px;
  font-weight: bold;
  font-family: Barlow Condensed, sans-serif;
  line-height: 1.5;
}
.starter-club #what-section {
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 220%; /* 33px */
  font-family: "Noto Sans", sans-serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.starter-club #what-section .starter-club-section__header h2 {
  color: #fff;
}
.starter-club #what-section .what-box h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 166.667% */
  margin-bottom: 30px;
}
.starter-club #course-choosing .course-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 50px;
}
.starter-club #course-choosing .course-list__sep {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Futura Std Bold", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  background-color: #F0831E;
  color: #fff;
  border-radius: 50%;
  flex: 0 0 70px;
}
.starter-club #course-choosing .course-list__ticket {
  width: 100%;
}
.starter-club #course-choosing .course-list__ticket .ticket {
  display: flex;
  align-items: center;
  padding: 36px;
  border: 2px solid #00A0E9;
  border-radius: 10px;
  justify-content: space-between;
}
.starter-club #course-choosing .course-list__ticket .ticket__text h3 {
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 96.774% */
  font-family: "Futura Std Bold", sans-serif;
  color: #00A0E9;
}
.starter-club #course-choosing .course-list__ticket .ticket__text p {
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 222.222% */
}
.starter-club #course-choosing .course-list__ticket .ticket__text > div {
  color: #F0831E;
  font-family: Noto Sans, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.2px; /* 193.846% */
}
.starter-club #course-choosing .course-list__ticket .ticket__text > div strong {
  font-family: "Futura Std Bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.starter-club #course-choosing .course-list__ticket .ticket__icon img {
  width: 135px;
  height: 135px;
}
.starter-club #course-choosing .course-steps {
  padding: 0 80px;
  display: flex;
  justify-content: center;
  gap: 35px;
}
.starter-club #course-choosing .course-steps__item {
  width: 100%;
}
.starter-club #course-choosing .course-steps .course-step {
  text-align: center;
  color: #000;
  font-family: Noto Sans, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 24px */
  padding-bottom: 12px;
  border-bottom: 2px solid #00A0E9;
  height: 100%;
}
.starter-club #course-choosing .course-steps .course-step__number {
  font-family: "Futura Std Bold", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 150% */
  color: #00A0E9;
  margin-bottom: 50px;
  border-bottom: 2px solid #00A0E9;
}
.starter-club #course-choosing .course-steps .course-step__title {
  font-family: Noto Sans, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 116.667% */
  margin-bottom: 20px;
  color: #00A0E9;
}
.starter-club #course-choosing .course-steps .course-step__note {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 19.2px */
  margin-top: 20px;
}
.starter-club .benefit-box {
  padding: 70px 100px;
  border-radius: 10px;
  border: 2px solid #00A0E9;
  max-width: 922px;
  margin: 0 auto;
}
.starter-club .benefit-box:not(:last-child) {
  margin-bottom: 111px;
}
.starter-club .benefit-box__header {
  padding-bottom: 30px;
  border-bottom: 2px solid #00A0E9;
  display: flex;
  gap: 55px;
}
.starter-club .benefit-box__header .header-title {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
}
.starter-club .benefit-box__header .header-title__img {
  flex: 0 0 120px;
}
.starter-club .benefit-box__header .header-title__text {
  width: 100%;
}
.starter-club .benefit-box__header .header-title__text h3 {
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 96.774% */
  font-family: "Futura Std Bold", sans-serif;
  margin-bottom: 10px;
  color: #00A0E9;
}
.starter-club .benefit-box__header .header-title__text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 222.222% */
}
.starter-club .benefit-box__header .header-desc {
  flex: 0 0 286px;
  padding-left: 30px;
  text-align: justify;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 24px */
  border-left: 2px solid #00A0E9;
  display: flex;
  align-items: center;
}
.starter-club .benefit-box__content .benefit-list {
  margin-top: 37px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.starter-club .benefit-box__content .benefit-list__item {
  width: calc(50% - 10px);
}
.starter-club .benefit-box__content .benefit-list__item .benefit-card {
  padding: 20px 30px;
  background-color: #00A0E9;
  color: #fff;
  height: 100%;
  position: relative;
}
.starter-club .benefit-box__content .benefit-list__item .benefit-card__header {
  padding-bottom: 16px;
  margin-bottom: 32px;
  border-bottom: 2px solid #fff;
}
.starter-club .benefit-box__content .benefit-list__item .benefit-card__header h5 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 116.667% */
}
.starter-club .benefit-box__content .benefit-list__item .benefit-card__content img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.starter-club .benefit-box__content .benefit-list__item .benefit-card__no {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 150% */
  font-family: "Futura Std Bold", sans-serif;
}
.starter-club .benefit-box__content .benefit-list__item .benefit-card__notes {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 19.2px */
  margin-top: 15px;
}
.starter-club .benefit-box__content .benefit-list__item .benefit-card__notes--inline {
  margin-top: -23px;
}
.starter-club .benefit-box__content .benefit-list__item:nth-child(2n) .benefit-card__notes {
  position: absolute;
  bottom: 20px;
}
.starter-club .benefit-box__content .benefit-list__item--full-width {
  width: 100%;
}
.starter-club .benefit-box__content .benefit-list__item .benefit-sub-list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.starter-club .benefit-box__content .benefit-list__item .benefit-sub-list__item {
  width: calc((100% - 60px) / 3);
}
.starter-club .benefit-box__content .benefit-list__item .benefit-sub-list__item .benefit-sub-item {
  text-align: center;
}
.starter-club .benefit-box__content .benefit-list__item .benefit-sub-list__item .benefit-sub-item__title {
  margin-bottom: 18px;
}
.starter-club .benefit-box__content .benefit-list__item .benefit-sub-list__item .benefit-sub-item__title h5 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
}
.starter-club .benefit-box__content .benefit-list__item .benefit-sub-list__item .benefit-sub-item__title p {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 24px */
}
.starter-club .benefit-box__content .benefit-notes {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 19.2px */
  margin-top: 10px;
}
.starter-club .benefit-box__content .benefit-all {
  display: block;
  position: relative;
  margin-top: 35px;
  padding: 26px 30px;
  text-align: center;
  color: #fff;
  background-color: #F08437;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 166.667% */
}
.starter-club .benefit-box__content .benefit-all:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 15px 0 15px;
  border-color: #F08437 transparent transparent transparent;
  transform: rotate(0deg);
  top: -35px;
  left: 50%;
  margin-left: -15px;
}
.starter-club .benefit-box__content .benefit-all strong {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: "Futura Std Bold", sans-serif;
}
.starter-club #joining-flow {
  padding-top: 0;
}
.starter-club #joining-flow .flow-steps {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 920px;
  margin: 0 auto;
}
.starter-club #joining-flow .flow-steps__item {
  width: calc((100% - 80px) / 3);
}
.starter-club #joining-flow .flow-steps__item .step-item svg.sep-icon {
  display: none;
}
.starter-club #joining-flow .flow-steps__item .step-item__circle {
  background-color: #00A0E9;
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
  border-radius: 50%;
}
.starter-club #joining-flow .flow-steps__item .step-item__text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.starter-club #joining-flow .flow-steps__item .step-item__name {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 116.667% */
  margin-bottom: 13px;
}
.starter-club #joining-flow .flow-steps__item .step-item__note {
  margin-top: 13px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 19.2px */
  text-align: center;
}
.starter-club #joining-flow .flow-steps__item:not(:first-child) .step-item__name {
  margin-bottom: 29px;
}
.starter-club #joining-flow .payment-info {
  margin: 40px 0 70px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.starter-club #joining-flow .payment-info__label {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 116.667% */
  padding: 6px 36px;
  color: #00A0E9;
  border: 2px solid #00A0E9;
}
.starter-club #joining-flow .payment-info__text {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 116.667% */
}
.starter-club #joining-flow .price-table {
  max-width: 920px;
  margin: 0 auto;
}
.starter-club #joining-flow .price-table table {
  border: 1px solid #e3e3e3;
  width: 100%;
  border-collapse: collapse;
}
.starter-club #joining-flow .price-table table tr th, .starter-club #joining-flow .price-table table tr td {
  border: 1px solid #e3e3e3;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 24px */
  padding: 11px;
  text-align: center;
}
.starter-club #joining-flow .price-table table tr th:first-child, .starter-club #joining-flow .price-table table tr td:first-child {
  width: 236px;
  text-align: left;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 19.2px */
}
.starter-club #joining-flow .price-table table tr th {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
  color: #00A0E9;
}
.starter-club #joining-flow .price-table__notes {
  margin-top: 30px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 19.2px */
}
.starter-club #joining-flow .price-table__notes p {
  margin-bottom: 20px;
}
.starter-club #joining-flow .price-table__notes p a {
  color: #00A0E9;
  text-decoration: underline;
}
.starter-club #joining-flow .price-table__for-members {
  margin-top: 80px;
}
.starter-club #joining-flow .price-table__for-members .for-member-box__header {
  height: 68px;
  background-color: #00A0E9;
  text-align: center;
  color: #fff;
  line-height: 68px;
  margin-bottom: 70px;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
}
.starter-club #joining-flow .price-table__for-members .for-member-box__content h5 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 116.667% */
  margin-bottom: 50px;
  text-align: center;
}
.starter-club #joining-flow .price-table__for-members .for-member-box__table {
  max-width: 726px;
  margin: 0 auto;
}
.starter-club #joining-flow .price-table__for-members .for-member-box__table table tr td {
  padding: 20px 30px;
  text-align: left !important;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 19.2px */
}
.starter-club #joining-flow .price-table__for-members .for-member-box__table table tr td:first-child {
  width: 314px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
  color: #00A0E9;
}
.starter-club #joining-flow .price-table__for-members .for-member-box__btn {
  margin-top: 70px;
  text-align: center;
}
.starter-club #joining-flow .price-table__for-members .for-member-box__btn .btn {
  text-align: center;
  width: 473px;
  max-width: 100%;
  display: inline-block;
  height: 54px;
  border-radius: 54px;
  background-color: #00A0E9;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 54px; /* 100% */
}
@media (max-width: 480px) {
  .starter-club .sp-only {
    display: block;
  }
  .starter-club .starter-club-banner {
    min-height: 620px;
    height: calc(100vh - 50px);
    overflow: hidden;
  }
  .starter-club .starter-club-banner svg {
    display: none;
  }
  .starter-club .starter-club-banner svg.sp-only {
    display: block;
  }
  .starter-club .starter-club-banner .text-circle {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 157.143% */
    z-index: 1;
  }
  .starter-club .starter-club-banner__top-left .text-circle {
    width: 115px;
    height: 115px;
    left: 10px;
    top: 40vh;
  }
  .starter-club .starter-club-banner__bottom-right .text-circle {
    right: -5px;
    bottom: 30px;
    border-radius: 10px 0 0 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 2.8px;
    text-orientation: mixed;
    width: 55px;
    padding: 15px;
    height: auto;
  }
  .starter-club .starter-club-banner__center .logo-text img {
    width: 176px;
  }
  .starter-club .starter-club-banner__center .logo-text__sub {
    font-size: 66px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 90.909% */
    text-align: center;
  }
  .starter-club .starter-club-banner__center .mascot img {
    display: none;
  }
  .starter-club .starter-club-banner__center .mascot img.sp-only {
    display: block;
  }
  .starter-club .starter-club-banner__center .mascot__top-right {
    top: calc(100% - 32px);
    right: calc(100% - 60px);
  }
  .starter-club .starter-club-banner__center .mascot__top-right span {
    height: 42px;
    line-height: 38px;
    width: 120px;
    padding: 0;
    min-width: auto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
  }
  .starter-club .starter-club-banner__center .mascot__bottom-left {
    bottom: -60px;
    transform: none;
    left: 30px;
  }
  .starter-club .starter-club-banner__center .mascot__bottom-left span {
    height: 42px;
    line-height: 38px;
    width: 210px;
    padding: 0;
    min-width: auto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
  }
  .starter-club .starter-club-banner__center h3.starter-club-detail {
    margin-top: 50px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 285.714% */
    padding: 0;
  }
  .starter-club .starter-club-section {
    padding: 60px 0;
  }
  .starter-club .starter-club-section .container {
    max-width: 100%;
    min-width: auto;
  }
  .starter-club .starter-club-section__header h2 {
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 176.471% */
    margin-bottom: 15px;
  }
  .starter-club .starter-club-section__header h2.with-underline {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px; /* 187.5% */
    margin-bottom: 40px;
  }
  .starter-club .news-wrap .news-list__content p span {
    font-size: 14px;
  }
  .starter-club .news-wrap .news-list__date {
    flex: 0 0 75px;
    line-height: normal;
  }
  .starter-club .news-wrap .news-list__ttl {
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-left: 10px;
  }
  .starter-club #what-section .what-box h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 200% */
    margin-bottom: 30px;
  }
  .starter-club #what-section .what-box__detail {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 220%; /* 26.4px */
  }
  .starter-club #course-choosing .course-list {
    gap: 14px;
    margin: 0 -20px;
    margin-bottom: 40px;
  }
  .starter-club #course-choosing .course-list__ticket {
    width: calc(50% - 7px);
  }
  .starter-club #course-choosing .course-list__ticket .ticket {
    padding: 26px 17px;
    flex-direction: column-reverse;
  }
  .starter-club #course-choosing .course-list__ticket .ticket__icon {
    margin-bottom: 17px;
  }
  .starter-club #course-choosing .course-list__ticket .ticket__icon img {
    width: 100%;
    height: auto;
  }
  .starter-club #course-choosing .course-list__ticket .ticket__text h3 {
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 176.471% */
    margin-bottom: 0;
  }
  .starter-club #course-choosing .course-list__ticket .ticket__text p {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 285.714% */
    margin-top: -20px;
  }
  .starter-club #course-choosing .course-list__ticket .ticket__text > div {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.2px; /* 210% */
  }
  .starter-club #course-choosing .course-list__ticket .ticket__text > div strong {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-block;
    margin-right: 5px;
    margin-top: -3px;
  }
  .starter-club #course-choosing .course-list__ticket .ticket__text > div span:first-child {
    display: block;
  }
  .starter-club #course-choosing .course-list__sep {
    position: absolute;
    font-size: 22px;
    width: 50px;
    height: 50px;
    left: 50%;
    margin-left: -25px;
  }
  .starter-club #course-choosing .course-steps {
    flex-direction: column;
    padding: 0 25px;
    gap: 15px;
  }
  .starter-club #course-choosing .course-steps .course-step__number {
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 176.471% */
    margin-bottom: 40px;
  }
  .starter-club #course-choosing .course-steps .course-step__detail {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%; /* 22.4px */
    padding-bottom: 20px;
  }
  .starter-club #which-courses .container {
    padding: 0 18px;
  }
  .starter-club #which-courses .container img {
    display: none;
  }
  .starter-club #which-courses .container img.sp-only {
    display: block;
  }
  .starter-club .benefit-box {
    padding: 40px 20px;
  }
  .starter-club .benefit-box__header {
    flex-direction: column;
    gap: 15px;
    padding: 0;
    border: none;
  }
  .starter-club .benefit-box__header .header-title {
    text-align: center;
    flex-direction: column;
    border-bottom: 2px solid #00A0E9;
  }
  .starter-club .benefit-box__header .header-title__img {
    text-align: center;
  }
  .starter-club .benefit-box__header .header-title__img img {
    width: 130px;
    height: 130px;
  }
  .starter-club .benefit-box__header .header-title__text h3 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 125% */
    margin-bottom: 0;
  }
  .starter-club .benefit-box__header .header-title__text p {
    margin-top: -5px;
  }
  .starter-club .benefit-box__header .header-desc {
    flex: none;
    padding: 0;
    border: none;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%; /* 22.4px */
  }
  .starter-club .benefit-box__content .benefit-list {
    margin-top: 28px;
    flex-direction: column;
  }
  .starter-club .benefit-box__content .benefit-list__item {
    width: 100%;
  }
  .starter-club .benefit-box__content .benefit-list__item .benefit-card {
    padding: 25px;
  }
  .starter-club .benefit-box__content .benefit-list__item .benefit-card__no {
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 176.471% */
  }
  .starter-club .benefit-box__content .benefit-list__item .benefit-card__header {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .starter-club .benefit-box__content .benefit-list__item .benefit-card__notes {
    position: relative !important;
    bottom: 0 !important;
  }
  .starter-club .benefit-box__content .benefit-list__item:nth-child(3) img {
    width: 98px;
  }
  .starter-club .benefit-box__content .benefit-list__item .benefit-sub-list {
    padding: 0 19px;
    flex-direction: column;
    gap: 20px;
  }
  .starter-club .benefit-box__content .benefit-list__item .benefit-sub-list__item {
    width: 100%;
  }
  .starter-club .benefit-box__content .benefit-list__item .benefit-sub-list__item .benefit-sub-item__title {
    margin-bottom: 10px;
  }
  .starter-club .benefit-box__content .benefit-list__item .benefit-sub-list__item .benefit-sub-item__title h5 {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 200% */
  }
  .starter-club .benefit-box__content .benefit-list__item .benefit-sub-list__item .benefit-sub-item__title p {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 19.2px */
  }
  .starter-club .benefit-box__content .benefit-all {
    margin-top: 55px;
    padding: 20px 0;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 166.667% */
  }
  .starter-club .benefit-box:not(:last-child) {
    margin-bottom: 40px;
  }
  .starter-club #joining-flow .flow-steps {
    padding: 0 35px;
    flex-direction: column;
  }
  .starter-club #joining-flow .flow-steps__item {
    width: 100%;
  }
  .starter-club #joining-flow .flow-steps__item .step-item {
    position: relative;
  }
  .starter-club #joining-flow .flow-steps__item .step-item__name {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 140% */
    margin-bottom: 8px !important;
  }
  .starter-club #joining-flow .flow-steps__item .step-item svg.sep-icon {
    display: block;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -8px;
  }
  .starter-club #joining-flow .payment-info {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .starter-club #joining-flow .payment-info__label {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
  }
  .starter-club #joining-flow .payment-info__text {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
  }
  .starter-club #joining-flow .price-table table tr td, .starter-club #joining-flow .price-table table tr th {
    padding: 10px 5px;
  }
  .starter-club #joining-flow .price-table table tr td:first-child, .starter-club #joining-flow .price-table table tr th:first-child {
    width: 132px;
  }
  .starter-club #joining-flow .price-table table tr th {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
  }
  .starter-club #joining-flow .price-table__for-members {
    margin-top: 60px;
  }
  .starter-club #joining-flow .price-table__for-members .for-member-box__header {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    margin-bottom: 35px;
  }
  .starter-club #joining-flow .price-table__for-members .for-member-box__content h5 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
    margin-bottom: 27px;
  }
  .starter-club #joining-flow .price-table__for-members .for-member-box__table table {
    table-layout: fixed;
    word-wrap: break-word;
  }
  .starter-club #joining-flow .price-table__for-members .for-member-box__table table tr td {
    padding: 10px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 19.2px */
    text-align: justify;
  }
  .starter-club #joining-flow .price-table__for-members .for-member-box__table table tr td:first-child {
    width: 136px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
  }
  .starter-club #joining-flow .price-table__for-members .for-member-box__btn {
    margin-top: 40px;
  }
}

/*# sourceMappingURL=style.css.map */
