@charset "UTF-8";
.p-qa__wrap {
  max-width: 88rem;
  width: 100%;
  margin: 0;
  border-top: 1px solid var(--gray2);
}
.p-qa__block {
  padding: 4.05rem 0;
  border-bottom: 1px solid var(--gray2);
  box-sizing: border-box;
  counter-increment: faq;
}
@media (max-width: 1024px) {
  .p-qa__block {
    padding: 2.95rem 0;
  }
}
.p-qa__block_sign {
  padding: 0 4.5rem 0 0;
  position: relative;
  cursor: pointer;
}
.p-qa__block_sign::before, .p-qa__block_sign::after {
  content: "";
  width: 2rem;
  height: 1px;
  background: var(--base);
  position: absolute;
  top: 50%;
  right: 1.25rem;
}
.p-qa__block_sign::before {
  transform: translateY(-50%);
}
.p-qa__block_sign::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}
.p-qa__block_sign.open::after {
  transform: translateY(-50%) rotate(180deg);
  opacity: 0;
}
.p-qa__block_title {
  display: block;
  padding-left: 7.87rem;
  position: relative;
  line-height: 1.75;
  letter-spacing: 0.12em;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "源ノ明朝", serif;
  color: var(--base);
}
@media (max-width: 1024px) {
  .p-qa__block_title {
    padding-left: 3.5rem;
    line-height: 1.76923;
    font-size: 1.3rem;
  }
}
.p-qa__block_title::before {
  content: "Q" counter(faq) ".";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Optima", sans-serif;
}
@media (max-width: 1024px) {
  .p-qa__block_title::before {
    font-size: 1.4rem;
  }
}
.p-qa__block_content {
  display: none;
  padding: 3rem 14rem 0 0;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .p-qa__block_content {
    padding-right: 0;
  }
}
.p-qa__block_text {
  padding-left: 7.87rem;
  position: relative;
  line-height: 1.75;
  letter-spacing: 0.12em;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "源ノ明朝", serif;
  color: #bf7747;
}
@media (max-width: 1024px) {
  .p-qa__block_text {
    padding-left: 3.5rem;
    line-height: 1.76923;
    font-size: 1.3rem;
  }
}
.p-qa__block_text::before {
  content: "A" counter(faq) ".";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Optima", sans-serif;
}
@media (max-width: 1024px) {
  .p-qa__block_text::before {
    font-size: 1.3rem;
  }
}
.p-qa__block_link {
  display: inline-block;
  margin-right: 0.26rem;
  padding-right: 1.735rem;
  position: relative;
  line-height: inherit;
  text-decoration: underline;
  font-size: inherit;
  color: inherit;
}
.p-qa__block_link::after {
  content: "";
  width: 1.475rem;
  height: 1.075rem;
  background: url(/assets/images/qa/icon_blank-pink.svg) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-qa-bottom {
  margin: 12rem 0 0;
}
@media (max-width: 1024px) {
  .p-qa-bottom {
    margin: 0;
  }
}
.p-qa-bottom__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1024px) {
  .p-qa-bottom__wrap {
    grid-template-columns: 100%;
  }
}
.p-qa-bottom__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: var(--gray2);
}
@media (max-width: 1024px) {
  .p-qa-bottom__content {
    padding: 9.8rem 0 8.1rem;
  }
}
.p-qa-bottom__lead {
  line-height: 1.2272727;
  letter-spacing: 0.01em;
  font-size: 4.4rem;
  font-family: "saol-l-i";
  color: #FFF;
}
@media (max-width: 1024px) {
  .p-qa-bottom__lead {
    line-height: 1.3125;
    font-size: 3.2rem;
  }
}
.p-qa-bottom__name {
  margin: 2.6rem auto 0;
  line-height: 1.9285714;
  letter-spacing: 0.06em;
  font-size: 2.8rem;
  font-family: "saol-l-i";
  color: #FFF;
}
@media (max-width: 1024px) {
  .p-qa-bottom__name {
    margin-top: 2.9rem;
    line-height: 1.75;
    font-size: 2.4rem;
  }
}/*# sourceMappingURL=qa.css.map */