@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');
@charset "UTF-8";
.p-faq .sp-none {
  display: block;
}
@media screen and (max-width: 769px) {
  .p-faq .sp-none {
    display: none;
  }
}

.p-faq .p-faq__mainv {
  padding-top: 17.5rem;
  padding-bottom: 4rem;
  background-color: #fff9c0;
}
.p-faq .p-faq__mainv > .l-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}
.p-faq .p-faq__mainTitle {
  max-width: 598px;
}
.p-faq .p-faq__descLine {
  background-color: #009b43;
  padding: 30px 0;
}
@media screen and (max-width: 769px) {
  .p-faq .p-faq__descLine {
    padding: 15px 0;
  }
}
.p-faq .p-faq__descLine__title {
  width: 767px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .p-faq .p-faq__descLine__title {
    width: 90%;
  }
}
.p-faq .p-faq__desc {
  background-color: #fffbe1;
  padding: 80px 0 190px;
}
@media screen and (max-width: 769px) {
  .p-faq .p-faq__desc {
    padding: 60px 0;
  }
}
.p-faq .p-faq__desc__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 769px) {
  .p-faq .p-faq__desc__inner {
    padding: 0 20px;
  }
}
.p-faq .p-faq__desc__inner::before {
  content: "";
  width: 4.90vw;
  max-width: 94px;
  height: 5.63vw;
  max-height: 108px;
  background: url(../img/faq/img_01.png) center / cover no-repeat;
  position: absolute;
  top: 25px;
  right: 9.84vw;
}
@media screen and (min-width: 1920px) {
  .p-faq .p-faq__desc__inner::before {
    right: 189px;
  }
}
@media screen and (max-width: 769px) {
  .p-faq .p-faq__desc__inner::before {
    width: 9.4vw;
    height: 10.8vw;
    top: -15px;
  }
}
.p-faq .p-faq__desc__inner::after {
  content: "";
  width: 4.17vw;
  max-width: 80px;
  height: 4.17vw;
  max-height: 80px;
  background: url(../img/faq/img_02.png) center / cover no-repeat;
  position: absolute;
  top: 309px;
  left: 10.10vw;
}
@media screen and (min-width: 1920px) {
  .p-faq .p-faq__desc__inner::after {
    left: 194px;
  }
}
@media screen and (max-width: 769px) {
  .p-faq .p-faq__desc__inner::after {
    width: 8vw;
    height: 8vw;
    top: 240px;
  }
}
.p-faq .p-faq__desc__title {
  width: 563px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 769px) {
  .p-faq .p-faq__desc__title {
    width: 80%;
    margin: 0 auto 30px;
  }
}
.p-faq .p-faq__desc__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 2.1;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .p-faq .p-faq__desc__text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.p-faq .p-faq__desc__img01 {
  width: 11.51vw;
  max-width: 221px;
  position: absolute;
  top: 90px;
  left: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .p-faq .p-faq__desc__img01 {
    position: initial;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.p-faq .p-faq__desc__img02 {
  width: 14.32vw;
  max-width: 275px;
  position: absolute;
  top: 215px;
  right: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .p-faq .p-faq__desc__img02 {
    position: initial;
    width: 100%;
    max-width: 100%;
  }
}
.p-faq .p-faq__case {
  background-color: #FFF9C0;
  padding: 105px 0 176px;
}
@media screen and (max-width: 769px) {
  .p-faq .p-faq__case {
    padding: 40px 20px 140px;
  }
}
.p-faq .p-faq__case__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.p-faq .p-faq__case__title {
  width: 290px;
  margin: 0 auto 90px;
  position: relative;
}
@media screen and (max-width: 769px) {
  .p-faq .p-faq__case__title {
    width: 70%;
    max-width: 290px;
    margin-bottom: 60px;
    text-align: center;
  }
}
.p-faq .p-faq__case__title::before {
  content: "";
  width: 80px;
  height: 80px;
  background: url(../img/faq/img_05.png) center / cover no-repeat;
  position: absolute;
  bottom: 0;
  right: -36px;
  transform: translate(100%, 0);
}
@media screen and (max-width: 769px) {
  .p-faq .p-faq__case__title::before {
    position: initial;
    display: inline-block;
    width: 50px;
    height: 50px;
    transform: initial;
    margin-bottom: 15px;
  }
}
.p-faq .p-faq__case__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 50px 16px;
}
@media screen and (max-width: 769px) {
  .p-faq .p-faq__case__list {
    flex-flow: column;
    gap: 50px;
  }
}
.p-faq .p-faq__case__list__item {
  background: #fff;
  border-radius: 20px;
  padding: 60px 40px;
  position: relative;
  flex-basis: calc((100% - 16px * 2) / 3);
}
@media screen and (max-width: 769px) {
  .p-faq .p-faq__case__list__item {
    flex-basis: auto;
    padding: 40px 20px;
  }
}
.p-faq .p-faq__case__list__item__number {
  display: flex;
  width: 90px;
  height: 90px;
  justify-content: center;
  padding-top: 26px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -37px);
}
.p-faq .p-faq__case__list__item__number__img {
  width: 32px;
}
.p-faq .p-faq__case__list__item__img {
  width: 100%;
  max-width: 310px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 769px) {
  .p-faq .p-faq__case__list__item__img {
    margin-bottom: 10px;
  }
}
.p-faq .p-faq__case__list__item__title {
  color: #009b43;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .p-faq .p-faq__case__list__item__title {
    margin-bottom: 10px;
  }
}
.p-faq .p-faq__case__list__item__title__img {
  margin: 0 auto;
}
.p-faq .p-faq__case__list__item__title__img.--01 {
  width: 137px;
}
.p-faq .p-faq__case__list__item__title__img.--02 {
  width: 171px;
}
.p-faq .p-faq__case__list__item__title__img.--03 {
  width: 134px;
}
.p-faq .p-faq__case__list__item__title__img.--04 {
  width: 138px;
}
.p-faq .p-faq__case__list__item__title__img.--05 {
  width: 172px;
}
.p-faq .p-faq__case__checklist__item {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 26px;
  position: relative;
}
.p-faq .p-faq__case__checklist .p-faq__case__checklist__item:not(:last-of-type) {
  margin-bottom: 10px;
}
.p-faq .p-faq__case__checklist__item::before {
  content: "";
  width: 19px;
  height: 16px;
  background: url(../img/faq/case_check.png) center / cover no-repeat;
  position: absolute;
  top: 0.2lh;
  left: calc(1em / 2);
  transform: translate(-50%, 0%);
}
.p-faq .p-faq__case__checklist__item .notice,
.p-faq .p-faq__case__list__item__text .notice {
  color: #7B7B7B;
  line-height: 1.5;
  font-size: 15px;
}
.p-faq .p-faq__case__list__item__text .notice {
  margin-top: 13px;
}




.p-faq .p-faq__qaArea {
  background-color: #009b43;
  position: relative;
}
.p-faq .p-faq__qaArea::before {
  content: "";
  display: block;
  width: 786px;
  height: 568px;
  border-radius: 50%;
  background-image: linear-gradient(0deg, transparent 80%, #009b43 80%);
  position: absolute;
  top: -66px;
  left: 50%;
  transform: translate(-50%, 0);
}
.p-faq .p-faq__qaArea__title {
  margin: 0 auto;
  max-width: 132px;
}

.p-faq .c-accordion {
  width: 100%;
  padding-top: 7.5rem;
  padding-bottom: 13rem;
}
.p-faq .c-accordion__item {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.p-faq .c-accordion__item:not(:last-of-type) {
  margin-bottom: 3rem;
}
.p-faq .c-accordion__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 40px 50px;
  border: none;
  background: transparent;
  text-align: left;
  font: inherit;
  color: inherit;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.p-faq .c-accordion__trigger:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.p-faq .c-accordion__trigger:focus {
  outline: none;
}
.p-faq .c-accordion__question {
  flex: 1;
  min-width: 0;
  line-height: 1.6;
  color: #009b43;
  font-weight: 700;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 22px;
  white-space: pre-line;
  padding-left: 7.5rem;
  position: relative;
}
.p-faq .c-accordion__question::before {
  content: "";
  position: absolute;
  top: 0.5lh;
  left: 0;
  width: 25px;
  height: auto;
  aspect-ratio: 25 / 29;
  background: url(../img/faq/text_q.png) no-repeat center center / cover;
  transform: translate(0px, -50%);
}
.p-faq .c-accordion__icon {
  position: relative;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  background-color: #009b43;
  border-radius: 50%;
}
.p-faq .c-accordion__icon::before,
.p-faq .c-accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
/* 横線（プラス・マイナス共通） */
.p-faq .c-accordion__icon::before {
  width: 15px;
  height: 2px;
}
/* 縦線（プラス時のみ表示） */
.p-faq .c-accordion__icon::after {
  width: 2px;
  height: 15px;
}
.p-faq .c-accordion__trigger[aria-expanded="true"] .c-accordion__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}
.p-faq .c-accordion__panel {
  overflow: hidden;
  transition: height 0.45s ease-out;
  background-color: #fff9c0;
}
.p-faq .c-accordion__panel[hidden] {
  display: block;
  height: 0 !important;
}
.p-faq .c-accordion__answer {
  padding: 40px 50px 40px calc(50px + 7.5rem);
  font-size: 16px;
  white-space: pre-line;
  position: relative;
}
.p-faq .c-accordion__answer::before {
  content: "";
  position: absolute;
  top: calc(40px + 0.5lh);
  left: 50px;
  width: 26px;
  height: auto;
  aspect-ratio: 26 / 27;
  background: url(../img/faq/text_a.png) no-repeat center center / cover;
  transform: translate(0px, -50%);
}
@media screen and (max-width: 769px) {
  .p-faq .p-faq__mainv {
    padding-top: 9.5rem;
    padding-bottom: 4rem;
  }
  .p-faq .c-accordion {
    padding-top: 4.5rem;
    padding-bottom: 8rem;
  }
  .p-faq .c-accordion__trigger {
    padding: 1.6rem;
  }
  .p-faq .c-accordion__question {
    padding-left: 1.5em;
  }
  .p-faq .c-accordion__question::before {
    width: 1em;
    top: 0.9rem;
  }
  .p-faq .c-accordion__answer {
    padding: 1.6rem 1.6rem 1.6rem calc(1.6rem + 2em);
  }
  .p-faq .c-accordion__answer::before {
    top: calc(1.6rem + 0.5lh);
    left: 1.6rem;
    width: 1.375em;
  }
}
@media screen and (max-width: 600px) {
  .p-faq .c-accordion__question::before {
    top: 0.5lh;
  }
}