@charset "UTF-8";
/* ---------------------------------------------
  faq
  --------------------------------------------- */
.l-wrapper-none {
  overflow: clip;
}

.p-page-container {
  width: calc(100% - 64px);
  max-width: 1224px;
  margin: 0 auto 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
}
@media only screen and (max-width: 992px) {
  .p-page-container {
    width: calc(100% - 30px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px auto 100px;
    gap: 0;
  }
}

.p-page-links {
  position: sticky;
  top: 128px;
  width: 267px;
  padding-top: 70px;
}
@media only screen and (max-width: 992px) {
  .p-page-links {
    position: static;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px 10px;
    gap: 16px 10px;
    padding-top: 0;
  }
}
.p-page-links li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1.5px solid #EAE5DA;
  padding-bottom: 18px;
}
@media only screen and (max-width: 719px) {
  .p-page-links li {
    padding-bottom: 10px;
  }
}
.p-page-links li:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .p-page-links li:not(:last-child) {
    margin-bottom: 0;
  }
}
.p-page-links a {
  display: block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.35;
  color: #84654A;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
  padding: 0 30px 0 10px;
}
.p-page-links a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 719px) {
  .p-page-links a {
    font-size: 15px;
    padding: 0 30px 0 0;
  }
}
.p-page-links a::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("https://d2w53g1q050m78.cloudfront.net/wwwnanarobenet/uploads/assets/img/common/ico_arrow_circle.svg") no-repeat center/100%;
  position: absolute;
  top: 5px;
  right: 5px;
}
@media only screen and (max-width: 719px) {
  .p-page-links a::after {
    width: 18px;
    height: 18px;
    top: 2px;
  }
}

.p-page-main {
  width: 78%;
  max-width: 850px;
}
@media only screen and (max-width: 992px) {
  .p-page-main {
    width: 100%;
    max-width: 100%;
  }
}

.p-faq {
  padding: 64px 0 0;
}
@media only screen and (max-width: 719px) {
  .p-faq {
    padding-top: 50px;
  }
}
.p-faq:first-child {
  padding-top: 50px;
}
@media only screen and (max-width: 719px) {
  .p-faq:first-child {
    padding-top: 40px;
  }
}
.p-faq .c-section-ttl {
  margin-bottom: 10px;
}
.p-faq__list__item {
  border: none;
}
.p-faq__list__item:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 719px) {
  .p-faq__list__item:not(:last-child) {
    margin-bottom: 0;
  }
}
.p-faq__list__item.is-open .p-faq__list__item__question::after {
  content: "−";
}
.p-faq__list__item__question {
  font-weight: 700;
  font-size: 20px;
  padding: 18px 80px 18px 48px;
  position: relative;
  cursor: pointer;
  border-bottom: 1.5px dotted #EAE5DA;
  letter-spacing: 0;
  line-height: 1.6;
}
@media only screen and (max-width: 719px) {
  .p-faq__list__item__question {
    padding: 18px 40px 18px 28px;
  }
}
.p-faq__list__item__question p {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.6;
}
@media only screen and (max-width: 719px) {
  .p-faq__list__item__question p {
    font-size: 17px;
    line-height: 1.35;
  }
}
.p-faq__list__item__question::before {
  content: "Q.";
  font-family: "adobe-garamond-pro", serif;
  color: #84654A;
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  position: absolute;
  left: 5px;
  top: 20px;
}
@media only screen and (max-width: 719px) {
  .p-faq__list__item__question::before {
    font-size: 20px;
    left: 0;
  }
}
.p-faq__list__item__question::after {
  content: "+";
  display: inline-block;
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #9A806A;
  position: absolute;
  top: 20px;
  right: 32px;
}
@media only screen and (max-width: 719px) {
  .p-faq__list__item__question::after {
    font-size: 22px;
    right: 4px;
  }
}
.p-faq__list__item__answer {
  font-size: 16px;
  position: relative;
  font-size: 16px;
  height: 0;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
  overflow: hidden;
}
.p-faq__list__item__answer__inner {
  padding: 20px 80px 20px 48px;
}
@media only screen and (max-width: 719px) {
  .p-faq__list__item__answer__inner {
    padding: 18px 40px 18px 28px;
  }
}
.p-faq__list__item__answer::before {
  content: "A.";
  font-family: "adobe-garamond-pro", serif;
  color: #84654A;
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  position: absolute;
  left: 5px;
  top: 20px;
}
@media only screen and (max-width: 719px) {
  .p-faq__list__item__answer::before {
    font-size: 20px;
    left: 0;
    top: 12px;
  }
}
.p-faq__list__item__answer p {
  font-size: 15px;
  letter-spacing: 0em;
  line-height: 1.8;
}
@media only screen and (max-width: 719px) {
  .p-faq__list__item__answer p {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
}
.p-faq__list__item__answer .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 1.8;
}
@media only screen and (max-width: 719px) {
  .p-faq__list__item__answer .list li {
    font-size: 14px;
    line-height: 1.6;
  }
}
.p-faq__list__item__answer .list li:before {
  content: "・";
  display: inline-block;
  margin-right: 4px;
}
.p-faq__list__item__answer .box {
  background-color: #F7F6F2;
  padding: 16px 24px;
  margin-top: 10px;
}
@media only screen and (max-width: 719px) {
  .p-faq__list__item__answer .box {
    width: calc(100% + 68px);
    margin-left: -28px;
    padding: 24px 32px;
  }
}
.p-faq__list__item__answer a {
  border-bottom: 0.5px solid #482E12;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-faq__list__item__answer a:hover {
  opacity: 0.7;
}

#faq01, #faq02, #faq03, #faq04 {
  scroll-margin-top: 90px;
}