@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.c-caption-target {
  position: relative;
}
.c-caption-target .c-caption {
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-caption-target .c-caption {
    font-size: 0.8rem;
  }
}
.c-caption-target .c-caption.in {
  position: absolute;
  bottom: 4px;
}
.c-caption-target .c-caption.in.right {
  right: 8px;
  text-align: right;
}
.c-caption-target .c-caption.in.left {
  left: 8px;
  text-align: left;
}
.c-caption-target .c-caption.out {
  margin-top: 8px;
}
.c-caption-target .c-caption.out.right {
  text-align: right;
}
.c-caption-target .c-caption.out.left {
  text-align: left;
}
.c-caption-target .c-caption.white {
  color: #fff;
}
.c-caption-target .c-caption.black {
  color: #000;
}

.page-plan .c-caption-target .c-caption, .page-plan .font-gothic {
  font-family: "Noto Sans JP", sans-serif;
}
.page-plan .font-mincho {
  font-family: "Noto Serif JP", serif;
}
.page-plan img {
  max-width: 100%;
}
.page-plan .plan-section-1 {
  text-align: center;
  padding: 0;
  margin-bottom: 80px;
}
.page-plan .plan-section-1 .plan-section-1__inner {
  padding: 0 16px;
}
.page-plan .plan-section-1 .plan-section-1__heading-1 {
  color: #030303;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 45px */
  letter-spacing: 3px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page-plan .plan-section-1 .plan-section-1__heading-1 {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
.page-plan .plan-section-1 .plan-section-1__text-1 p {
  color: #030303;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 43.2px */
  letter-spacing: 1.2px;
}
@media screen and (max-width: 768px) {
  .page-plan .plan-section-1 .plan-section-1__text-1 p {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
    letter-spacing: 0.9px;
  }
}
.page-plan .plan-section-2 {
  text-align: center;
  padding: 0;
}
.page-plan .plan-section-2 .plan-section-2__body {
  background: #F2ECE6;
  padding: 128px 16px;
}
@media screen and (max-width: 768px) {
  .page-plan .plan-section-2 .plan-section-2__body {
    padding: 40px 16px;
  }
}
.page-plan .plan-section-2 .plan-section-2__text-1 {
  margin-bottom: 124px;
}
@media screen and (max-width: 768px) {
  .page-plan .plan-section-2 .plan-section-2__text-1 {
    margin-bottom: 32px;
  }
}
.page-plan .plan-section-2 .plan-section-2__text-1 p {
  color: #030303;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 54px */
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .page-plan .plan-section-2 .plan-section-2__text-1 p {
    font-size: 14px;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 768px) {
  .page-plan .plan-section-2 .plan-section-2__list-1 img {
    aspect-ratio: 390/250;
    object-fit: cover;
  }
}
.page-plan .plan-section-2 .plan-section-2__list-2 {
  display: flex;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .page-plan .plan-section-2 .plan-section-2__list-2 {
    gap: 8px;
  }
}
.page-plan .plan-section-2 .plan-section-2__list-2 .member {
  position: relative;
  display: block;
}
.page-plan .plan-section-2 .plan-section-2__list-2 .member::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-plan .plan-section-2 .plan-section-2__list-2 .member.member-1::after {
  background: url(../image/plan_img_over_2_member_1.png) no-repeat center/cover;
}
.page-plan .plan-section-2 .plan-section-2__list-2 .member.member-2::after {
  background: url(../image/plan_img_over_2_member_2.png) no-repeat center/cover;
}
.page-plan .plan-section-2 .plan-section-2__list-2 .member.member-3::after {
  background: url(../image/plan_img_over_2_member_3.png) no-repeat center/cover;
}
.page-plan .plan-section-2 .plan-section-2__list-2 a {
  transition: opacity 300ms;
}
.page-plan .plan-section-2 .plan-section-2__list-2 a:hover {
  opacity: 0.8;
}
.page-plan .plan-section-2 .plan-section-2__banner-1 {
  margin-top: 124px;
}
@media screen and (max-width: 768px) {
  .page-plan .plan-section-2 .plan-section-2__banner-1 {
    margin-top: 24px;
  }
}
.page-plan .plan-section-2 .plan-section-2__banner-1 a {
  transition: opacity 300ms;
}
.page-plan .plan-section-2 .plan-section-2__banner-1 a:hover {
  opacity: 0.8;
}
