/* ==========================================
   Media Query Mixins
   ========================================== */
main {
  background: var(--bg2);
}

.faq {
  background: var(--br);
  padding: 45rem 10rem 60rem;
}
.faq__ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 38rem;
  width: auto;
}
.faq__ttl-en {
  height: 29rem;
  margin-bottom: 12rem;
}
.faq__ttl-jp {
  color: #FFF;
  font-size: 16rem;
  font-weight: 500;
}
.faq__list .item:not(:last-child) {
  padding-bottom: 8rem;
}
.faq__list .item.active .question::after {
  transform: rotate(90deg);
}
.faq__list .item.active .answer {
  max-height: 100vh;
}
.faq__list .question {
  font-size: 14rem;
  line-height: 20rem;
  color: #6F6254;
  font-weight: 500;
  background: #FAF3EA;
  padding: 10rem 20rem 10rem 38rem;
  margin: 8rem 0;
  position: relative;
}
.faq__list .question i {
  font-family: "Oswald", sans-serif;
  font-size: 20rem;
  line-height: 1;
  font-style: normal;
  position: absolute;
  left: 9rem;
  top: 8rem;
}
.faq__list .question::before, .faq__list .question::after {
  display: block;
  content: "";
  width: 7rem;
  height: 1rem;
  background: #6F6254;
  position: absolute;
  right: 8rem;
  top: 20rem;
  transform-origin: center;
  transition: all 300ms 0s ease;
}
.faq__list .answer {
  color: #fff;
  font-size: 12rem;
  font-weight: 400;
  line-height: 18rem;
  max-height: 0;
  overflow: hidden;
  transition: all 300ms 0s ease;
}

.footer {
  padding-top: 70rem;
}

/*# sourceMappingURL=style.css.map */
