.p-faq {
  background: #FCF8F8;
  padding: 10.3rem 0 23.4rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 2.2rem 0 8rem;
  }
}
.p-faq__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 111.3rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-faq__wrap {
    display: block;
    padding: 0 2.4rem;
  }
}
.p-faq-movie__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  gap: 0 0.7rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 0.8rem;
}
.p-faq-movie__ttl img {
  width: 2.3rem;
}
.p-faq-movie__movie {
  width: 26rem;
  height: 13rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
.p-faq-movie__movie iframe {
  width: 100%;
  height: 100%;
}
.p-faq-side {
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .p-faq-side {
    width: auto;
  }
}
.p-faq-side-list {
  position: sticky;
  top: 15rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-faq-side-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    top: auto;
    left: auto;
  }
}
.p-faq-side-list__item {
  margin-top: 0.4rem;
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}
@media screen and (max-width: 767px) {
  .p-faq-side-list__item {
    width: calc(50% - 1rem);
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.p-faq-side-list__item:first-child {
  margin-top: 0;
}
.p-faq-side-list__item:nth-child(-n+2) {
  margin-top: 0;
}
.p-faq-side-list__item a {
  position: relative;
  display: block;
  padding: 1.2rem 1.5rem 1.2rem 0;
}
.p-faq-side-list__item a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.1rem);
  right: 0.2rem;
  width: 0.7rem;
  height: 0.7rem;
  border-bottom: 1px solid #B98374;
  border-right: 1px solid #B98374;
  transform: translateY(-50%) rotate(45deg);
}
.p-faq-main {
  width: 72rem;
}
@media screen and (max-width: 767px) {
  .p-faq-main {
    width: auto;
    margin-top: 8rem;
  }
}
.p-faq-main__ttl {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 3.2rem;
  color: #B98374;
  letter-spacing: 0.06em;
  margin: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-faq-main__ttl {
    font-size: 2.4rem;
    margin: 0 0 2rem;
  }
}
.p-faq-main__block {
  outline: none;
}
.p-faq-main__block + .p-faq-main__block {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-faq-main__block + .p-faq-main__block {
    margin-top: 8rem;
  }
}/*# sourceMappingURL=faq.css.map */