@font-face {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-display: swap;
  src: url(../media/files/fonts/NotoSansJP-Regular.woff);
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
  src: url(../media/files/fonts/NotoSansJP-Medium.woff);
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-display: swap;
  src: url(../media/files/fonts/NotoSansJP-Bold.woff);
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 900;
  font-display: swap;
  src: url(../media/files/fonts/NotoSansJP-Black.woff);
}
@font-face {
  font-family: "M PLUS Rounded 1c";
  font-weight: 900;
  font-display: swap;
  src: url(../media/files/fonts/NotoSansJP-Black.woff);
}
.c-faq-list__dl {
  padding-bottom: 32px;
  border-bottom: 2px solid #cccccc;
}
@media only screen and (max-width: 767px) {
  .c-faq-list__dl {
    padding-bottom: 16px;
  }
}
.c-faq-list__dl + .c-faq-list__dl {
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .c-faq-list__dl + .c-faq-list__dl {
    margin-top: 16px;
  }
}
.c-faq-list__dt, .c-faq-list__dd {
  width: 100%;
}
.c-faq-list__dt {
  display: flex;
  padding-right: 56px;
}
@media only screen and (max-width: 767px) {
  .c-faq-list__dt {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .c-faq-list__dt:hover {
    cursor: pointer;
  }
}
.c-faq-list__dt-icon {
  position: relative;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
@media only screen and (max-width: 480px) {
  .c-faq-list__dt-icon {
    width: 32px;
    height: 32px;
  }
}
.c-faq-list__dt-icon::before {
  position: absolute;
  content: "";
  background-image: url("../media/images/common/q_icon.png.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.c-faq-list__dt-text {
  margin-left: 16px;
  font-weight: bold;
  font-size: 24px;
  width: 100%;
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .c-faq-list__dt-text {
    font-size: 20px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .c-faq-list__dt-text {
    font-size: 18px;
    margin-left: 8px;
    margin-top: 2px;
  }
}
.c-faq-list__btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-self: center;
  display: block;
  position: relative;
}
.c-faq-list__btn::before {
  transition: all 0.3s;
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  transform: rotate(90deg);
  background-image: url("../media/images/common/link_btn_green.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.c-faq-list__btn.open::before {
  background-image: url("../media/images/common/link_btn_close.svg");
}
.c-faq-list__dd {
  margin-top: 34px;
  padding: 40px 36px 40px 40px;
  background: #f1f7e3;
  border-radius: 24px;
}
@media only screen and (max-width: 767px) {
  .c-faq-list__dd {
    padding: 20px;
  }
}
.c-faq-list__dd-text a {
  color: #0077A6;
  text-decoration: underline;
  transition: all 0.3s;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .c-faq-list__dd-text a:hover {
    opacity: 0.7;
  }
}

.p-message__content {
  display: flex;
  gap: 80px;
  margin-top: 72px;
}
@media only screen and (max-width: 1279px) {
  .p-message__content {
    gap: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-message__content {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .p-message__content {
    gap: 32px;
    margin-top: 40px;
  }
}

.p-message__image-wrap {
  flex-shrink: 0;
}
@media only screen and (max-width: 1279px) {
  .p-message__image-wrap {
    max-width: 35%;
  }
}
@media only screen and (max-width: 1023px) {
  .p-message__image-wrap {
    max-width: 100%;
  }
}

.p-message__image {
  border-radius: 24px;
}
@media only screen and (max-width: 1023px) {
  .p-message__image {
    width: 100%;
  }
}

.p-message__image-text {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: baseline;
  margin-top: 24px;
}

.p-message__name {
  font-size: 18px;
}

.p-message__subtitle {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .p-message__subtitle {
    font-size: 24px;
  }
}

.p-message__text-wrap {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .p-message__text-wrap {
    margin-top: 32px;
  }
}

.p-message__text {
  line-height: 1.8;
}
.p-message__text + .p-message__text {
  margin-top: 26px;
}

.p-message__text--highlite {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-thickness: 8px;
  text-decoration-color: #A9CE52;
  text-underline-offset: -2px;
}

.p-message__btn {
  margin-top: 62px;
}
@media only screen and (max-width: 767px) {
  .p-message__btn {
    margin-top: 32px;
  }
}

.p-message__btn-link {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  max-width: 560px;
}
@media only screen and (max-width: 767px) {
  .p-message__btn-link {
    min-height: 64px;
    height: unset;
    padding: 16px 56px;
  }
}
@media only screen and (max-width: 500px) {
  .p-message__btn-link {
    flex-direction: column;
    border-radius: 80px;
  }
}

.p-procedure__list-wrap {
  margin-top: 68px;
}
@media only screen and (max-width: 767px) {
  .p-procedure__list-wrap {
    margin-top: 40px;
  }
}

.p-procedure__label {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-procedure__label {
    font-size: 32px;
  }
}

.p-procedure__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 34px;
}
@media only screen and (max-width: 1023px) {
  .p-procedure__list {
    grid-template-columns: auto;
  }
}

.p-procedure__num {
  font-size: 23px;
  font-weight: bold;
  width: 64px;
  height: 59px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  z-index: 0;
}
.p-procedure__num::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../media/images/common/star_image.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.p-procedure__num--blue::before {
  background-image: url("../media/images/common/star_image_blue.svg");
}

.p-procedure__num--red::before {
  background-image: url("../media/images/common/star_image_red.svg");
}

.p-procedure__image-wrap {
  margin-top: 24px;
}

.p-procedure__image {
  border-radius: 24px;
}
@media only screen and (max-width: 1023px) {
  .p-procedure__image {
    width: 100%;
  }
}

.p-procedure__text {
  margin-top: 24px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
}

.p-procedure__note {
  margin-top: 16px;
}

.p-procedure__btn {
  margin-top: 58px;
}
@media only screen and (max-width: 767px) {
  .p-procedure__btn {
    margin-top: 32px;
  }
}

.p-faq {
  //padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .p-faq {
    //padding-bottom: 62px;
  }
}
.p-faq__list {
  margin-top: 58px;
}
@media only screen and (max-width: 767px) {
  .p-faq__list {
    margin-top: 40px;
  }
}

.p-faq__tel-btn-link {
  width: 318px;
  height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 4px solid #A9CE52;
  border-radius: 80px;
}
@media only screen and (max-width: 767px) {
  .p-faq__tel-btn-link {
    max-width: 400px;
    width: 100%;
  }
}

.p-faq__tel-btn-text {
  font-weight: bold;
  position: relative;
}
.p-faq__tel-btn-text::before, .p-faq__tel-btn-text::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 12px;
  background: #A9CE52;
  bottom: 5px;
}
.p-faq__tel-btn-text::before {
  left: -18px;
  transform: rotate(-30deg);
}
.p-faq__tel-btn-text::after {
  right: -18px;
  transform: rotate(-150deg);
}

.p-faq__tel-btn-num {
  font-size: 24px;
  font-weight: bold;
  padding-left: 42px;
  position: relative;
}
.p-faq__tel-btn-num::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  background-image: url("../media/images/common/tel_linkbtn_icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.p-faq__btn-wrap {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .p-faq__btn-wrap {
    flex-direction: column;
    align-items: center;
    margin-top: 48px;
  }
}

.p-faq__btn-link {
  height: 96px;
  border-radius: 80px;
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  .p-faq__btn-link {
    max-width: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .p-faq__btn-link {
    max-width: 400px;
    padding: 0 56px;
    flex-direction: column;
  }
}/*# sourceMappingURL=new_membership.css.map */

/*20250312追記*/
.p-procedure {
  position: relative;
  z-index: 2;
}
/*20250703追記*/
@media only screen and (min-width:1024px){
	.p-message__image {
		max-width: 400px;
	}
}