@charset "UTF-8";
:root {
  --main-color: #009157;
  --bg-color: #faf8f2;
  --danger: #c7103c;
  --accent: #ffff00;
  --sub-color: #fff6c8;
  --accent-color-2: #b0b36b;
  --accent-color-3: #fff6c8;
}

.serif {
  font-family:
    Hiragino Mincho ProN,
    游明朝,
    Yu Mincho,
    YuMincho,
    メイリオ,
    Meiryo,
    serif;
}

/* ヒーローセクション */
.p-members-hero {
  background: #fff;
  padding: 16rem 2rem 8rem;
  position: relative;
  z-index: -1;
  overflow: hidden;
  @media (max-width: 768px) {
    padding: 4rem 2rem 5rem;
  }
}
.p-members-hero::before,
.p-members-hero::after {
  content: "";
  position: absolute;
  width: 60rem;
  height: 60rem;
  border-radius: 50%;
  background: #edf7f3;
  @media (max-width: 768px) {
    width: 30rem;
    height: 30rem;
  }
}
.p-members-hero::before {
  top: -30rem;
  left: -30rem;
  @media (max-width: 768px) {
    top: -15rem;
    right: -15rem;
    left: inherit;
  }
}
.p-members-hero::after {
  bottom: -30rem;
  right: -30rem;
  @media (max-width: 768px) {
    bottom: -15rem;
    right: inherit;
    left: -15rem;
  }
}

.p-members-hero__inner {
  margin: 0 auto;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  position: relative;
  z-index: 10;
  @media (max-width: 768px) {
    gap: 2rem;
    grid-auto-flow: row;
  }
}

.p-members-hero__left {
  flex: 1;
  text-align: center;
  @media (max-width: 768px) {
    br {
      display: none;
    }
  }
}

.p-members-hero__badge {
  display: inline-block;
  background: var(--main-color);
  color: #fff;
  padding: 0.5rem 2rem;
  font-size: 1.8rem;
  border-radius: 999px;
  margin-bottom: 1.5rem;
}

.p-members-hero__title {
  font-size: 4rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
  @media (max-width: 768px) {
    margin-bottom: 1rem;
    font-size: 3.2rem;
  }
}

.p-members-hero__desc {
  font-size: 1.8rem;
  color: #333;
  line-height: 1.8;
  @media (max-width: 768px) {
    text-align: left;
  }
}

.p-members-hero__card-img {
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.2));
  width: 35rem;
  position: relative;
  z-index: 1;
  rotate: 5deg;
  @media (max-width: 768px) {
    rotate: 0deg;
    margin: 0 auto;
    max-width: 100%;
  }
}

/* 5つの特徴 3つの入会方法 */
.p-members-section {
  padding: 8rem 0;
  max-width: 110rem;
  margin: 0 auto;
  br {
    display: none;
  }
  @media (max-width: 768px) {
    padding: 4rem 0;
  }
}

.p-members-section--gray {
  background: #f8f8f8;
  max-width: 110rem;
  @media (max-width: 768px) {
    background: #fff;
  }
}

.p-members-section__title {
  text-align: center;
  font-size: 3rem;
  color: var(--main-color);
  font-weight: bold;
  @media (max-width: 768px) {
    font-size: 2.4rem;
  }
}

.p-members-section__subtitle {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 4rem;
  br {
    display: none;
  }
  @media (max-width: 768px) {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    br {
      display: block;
    }
  }
}

.p-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin-bottom: 3rem;
  @media (max-width: 768px) {
    margin: 2rem;
  }
}

@media (max-width: 768px) {
  .p-benefit-grid {
    grid-template-columns: 1fr;
  }
}

.p-benefit-card {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.08);
  padding: 3.6rem 2.8rem;
  @media (max-width: 768px) {
    padding: 2rem;
  }
}

.p-benefit-card__img {
  object-fit: cover;
  border-radius: 0.6rem;
  width: 100%;
}

.p-benefit-card__body {
  padding: 2rem 0;
}
.p-benefit-card__body-inner {
  display: grid;
  grid-template-columns: 6rem max-content;
  grid-template-rows: auto;
  gap: 0 1rem;
  margin-bottom: 2rem;
  place-content: center;
  justify-content: center;
  @media (max-width: 768px) {
    grid-template-columns: 5rem max-content;
  }
}

.p-benefit-card__badge {
  grid-area: 1 / 1 / 3 / 2;
  display: inline-block;
  width: 6rem;
  height: 6rem;
  display: grid;
  place-content: center;
  background: var(--main-color);
  color: #fff;
  font-size: 1.8rem;
  font-size: 1.8rem;
  border-radius: 50%;
  font-weight: 600;
  @media (max-width: 768px) {
    width: 5rem;
    height: 5rem;
    font-size: 1.4rem;
  }
}

.p-benefit-card__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  width: fit-content;
  align-self: center;
  @media (max-width: 768px) {
    font-size: 1.6rem;
  }
}

.p-benefit-card__highlight {
  font-size: 2.8rem;
  color: var(--main-color);
  font-weight: bold;
  line-height: 1;
  width: fit-content;
  align-self: center;
  @media (max-width: 768px) {
    font-size: 2rem;
  }
}

.p-benefit-card__highlight .strong {
  color: var(--danger);
  font-weight: bold;
}

.p-benefit-card__highlight .num {
  font-size: 1.25em;
  position: relative;
  top: 0.2rem;
  @media (max-width: 768px) {
    top: 0.1rem;
  }
}

.p-benefit-card__highlight .tax {
  font-size: 0.6em;
  margin-left: -0.6rem;
  @media (max-width: 768px) {
  }
}

.p-benefit-card__note {
  font-size: 1.2rem;
  line-height: 1.6;
  width: fit-content;
  margin-inline: auto;
  @media (max-width: 768px) {
    font-size: 1.1rem;
  }
}

.p-benefit-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  @media (max-width: 768px) {
    margin: 2rem;
  }
}

@media (max-width: 768px) {
  .p-benefit-grid-3 {
    grid-template-columns: 1fr;
  }
}

.p-benefit-card--small .p-benefit-card__img {
  height: 14rem;
  @media (max-width: 768px) {
    height: inherit;
  }
}

.p-benefit-card--small .p-benefit-card__title {
  font-size: 1.5rem;
}

.p-join-methods {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  @media (max-width: 768px) {
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .p-join-methods {
    grid-template-columns: 1fr;
  }
}

.p-join-card {
  background: var(--sub-color);
  border-radius: 1rem;
  padding: 3rem 2rem;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  @media (max-width: 768px) {
    min-height: 48rem;
    margin: 1rem 2rem;
  }
}

.p-join-card__img {
  width: 100%;
  object-fit: cover;
  border-radius: 0.6rem;
  margin-bottom: 2rem;
}

.p-join-card__title {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 1rem;
  text-align: center;
}

.p-join-card__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: 0.2rem;
  background: var(--main-color);
}

.p-join-card__desc {
  font-size: 1.6rem;
  line-height: 1.5;
}

.p-join-card__btn {
  background: linear-gradient(180deg, #54bc8a 0%, #10a06a 100%);
  color: #fff;
  padding: 1rem 2.5rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-size: 1.6rem;
  width: 100%;
  height: 5.2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: auto;
}

.p-join-card__btn svg {
  fill: #fff;
  width: 1.8rem;
}
.p-join-card__btn svg.way1 {
  rotate: 90deg;
}
.p-join-card__btn:hover {
  opacity: 0.8;
  color: #fff;
}
.p-join-card__tel {
  background: #fff;
  border-radius: 0.3rem;
  padding: 1.5rem 2rem;
  display: grid;
  grid-template-columns: 4rem 1fr;
  grid-template-rows: auto;
  place-content: center;
  justify-content: center;
  gap: 1rem 0.5rem;
  margin-top: 2rem;
  @media (max-width: 768px) {
    text-align: center;
    border-radius: 0.8rem;
    background: var(--danger);
    color: #fff;
    box-shadow: 0 0.4rem 0 color-mix(in srgb, var(--danger) 70%, #000);
    text-decoration: none;
    grid-template-columns: 2rem max-content;
    grid-template-rows: auto;
    justify-content: center;
    gap: 0.5rem 1rem;
  }
}
.p-join-card__tel.pc-only {
  @media (max-width: 768px) {
    display: none;
  }
}
.p-join-card__tel.sp-only {
  display: none;
  @media (max-width: 768px) {
    display: grid;
  }
}
.p-join-card__tel svg {
  @media (max-width: 768px) {
  }
}
.p-join-card__tel .tel {
  color: var(--danger);
  font-size: 3.4rem;
  line-height: 0.7;
  font-weight: 500;
  font-family:
    Helvetica,
    Yu Gothic,
    YuGothic,
    Verdana,
    Meiryo,
    sans-serif;
  @media (max-width: 768px) {
    color: #fff;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1;
  }
}
.p-join-card__tel .desc {
  grid-area: 2 / 1 / 3 / 3;
  background: var(--main-color);
  color: #fff;
  padding: 0.25rem 1rem;
  border-radius: 0.3rem;
  border-radius: 999px;
  text-align: center;
  font-size: 1.3rem;
  @media (max-width: 768px) {
    grid-area: 2 / 1 / 3 / 3;
    background: inherit;
    color: var(--accent);
    font-size: 1.4rem;
    padding: 0;
  }
}

.p-form-section {
  background: #f0ebe0;
  padding: 6rem 2rem;
}

.p-form-section__inner {
  max-width: 80rem;
  margin: 0 auto;
}

.p-form-section__title {
  text-align: center;
  font-size: 2.8rem;
  color: var(--main-color);
  margin-bottom: 1.5rem;
  font-weight: bold;
}

.p-form-section__desc {
  text-align: center;
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 3rem;
  @media (max-width: 768px) {
    text-align: left;
    br {
      display: none;
    }
  }
}

.p-form-notice {
  border: 2px solid var(--danger);
  background: #fff;
  padding: 2rem 3rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}

.p-form-notice__title {
  font-size: 2rem;
  color: var(--danger);
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.p-form-notice__title svg {
  width: 2.2rem;
  position: relative;
  top: 2px;
}

.p-form-notice__text {
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-form-notice__text .c-link {
  color: var(--main-color);
}
.p-form-notice__text .c-link:hover {
  opacity: 0.6;
}

.p-form-container {
  background: #fff;
  border-radius: 1rem;
  padding: 4rem;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1);
  @media (max-width: 768px) {
    background: none;
    padding: 0;
    box-shadow: none;
  }
}

.l-wrapper--full {
  max-width: 100%;
  padding: 0;
}

.l-main--full {
  max-width: 100%;
  padding: 0;
}

.p-box-form-item {
  @media (max-width: 768px) {
    border-bottom: 1px solid #dbd0b7;
  }
}

/* 確認画面用 */
.p-form__btn-group {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 3rem;
  @media (max-width: 768px) {
    flex-direction: column;
  }
}

/* 完了画面用 */
.p-complete-box {
  text-align: center;
  padding: 4rem 2rem;
}

.p-complete-box__icon {
  font-size: 6rem;
  color: var(--main-color);
  margin-bottom: 2rem;
}

.p-complete-box__title {
  font-size: 2.4rem;
  color: #333;
  margin-bottom: 2rem;
  font-weight: bold;
}

.p-complete-box__text {
  font-size: 1.4rem;
  color: #666;
  line-height: 2;
  margin-bottom: 3rem;
}

.p-complete-box__contact {
  background: #f5f5f5;
  padding: 2rem;
  border-radius: 0.8rem;
  margin-bottom: 3rem;
}

.p-complete-box__tel {
  font-size: 2.8rem;
  color: var(--main-color);
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.p-complete-box__tel a {
  color: var(--main-color);
  text-decoration: none;
}

.p-complete-box__time {
  font-size: 1.4rem;
  color: #666;
}

/* 会員規約セクション */
.p-rules-section {
  margin-top: 3rem;
}
.p-rules-section li {
  list-style: inherit;
}

.p-rules-section__title {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1.5rem;
}

.p-rules {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 0.8rem;
  padding: 2rem;
  max-height: 200px;
  overflow-y: auto;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #555;
  @media (max-width: 768px) {
    max-height: 150px;
  }
}

.p-rules__main-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 1.5rem;
}

.p-rules__intro {
  margin-bottom: 2rem;
}

.p-rules__title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.p-rules__text {
  margin-bottom: 1rem;
}

.p-rules__list {
  list-style: decimal;
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.p-rules__list > li {
  margin-bottom: 0.8rem;
}

.p-rules__sublist {
  list-style: lower-roman;
  padding-left: 2rem;
  margin-top: 0.5rem;
}

.p-rules__sublist > li {
  margin-bottom: 0.5rem;
}

.p-rules__list--disc {
  list-style: disc;
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.p-rules__list--disc > li {
  margin-bottom: 0.3rem;
}
