html {
  font-size: max(12px, 1.1111111111vw);
}
@media screen and (min-width: 960px) {
  html {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 320px) {
  html {
    font-size: 16px;
  }
}

.br-sp,
.br-pc {
  display: none;
}

@media screen and (max-width: 389px) {
  .br-sp {
    display: inline;
  }
  .br-sp::after {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (min-width: 390px) {
  .br-pc {
    display: inline;
  }
  .br-pc::after {
    content: "\a";
    white-space: pre;
  }
}
@media screen and (min-width: 320px) {
  .fv__image-subpage-container {
    width: 100%;
    height: 25rem;
    position: absolute;
    top: 0;
  }
}
@media screen and (min-width: 390px) {
  .fv__image-subpage-container {
    width: 100%;
    height: 25rem;
    position: absolute;
    top: 0;
  }
}
@media screen and (min-width: 810px) {
  .fv__image-subpage-container {
    width: 24.375rem;
    position: absolute;
    left: 50%;
    top: 200px;
    transform: translate(-50%, -50%);
  }
}

.header__faq-title {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 1.375rem;
  color: #fff;
  letter-spacing: 0.1em;
  position: absolute;
  top: 83%;
  left: 8%;
  z-index: 100;
}

.faq__items {
  margin-top: 3.75rem;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 320px) {
  .faq__wrapper {
    background-image: url("../images/background-Q&A.jpg");
    background-size: cover;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 28.125rem;
    padding-bottom: 6.875rem;
  }
}
@media screen and (min-width: 810px) {
  .faq__wrapper {
    width: 24.375rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 960px) {
  .faq__wrapper {
    background-image: url("../images/background-Q&A.jpg");
    background-size: cover;
    width: 24.375rem;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 28.125rem;
    padding-bottom: 6.875rem;
  }
}
@media screen and (min-width: 320px) {
  .faq__btn {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 49px;
    height: 100px;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .faq__btn {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 49px;
  }
}
.faq__box {
  display: flex;
}
@media screen and (min-width: 320px) {
  .faq__inner {
    width: 19.375rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 390px) {
  .faq__inner {
    width: 23.4375rem;
  }
}
.faq__label {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #c1638a;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media screen and (min-width: 320px) {
  .faq__question {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-size: 1.125rem;
    color: #333;
    letter-spacing: 0.04em;
    margin-left: 0.625rem;
    line-height: 2;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .faq__question {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-size: 1.125rem;
    color: #333;
    letter-spacing: 0.04em;
    margin-left: 0.625rem;
    line-height: 2;
    height: auto;
  }
}
@media screen and (min-width: 320px) {
  .faq__question-container {
    display: flex;
    margin-top: 30px;
  }
}
@media screen and (min-width: 320px) {
  .faq__answer {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-size: 0.9375rem;
    color: #000;
    margin-left: 0.625rem;
    line-height: 2;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .faq__answer {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-size: 0.9375rem;
    color: #000;
    margin-left: 0.625rem;
    line-height: 2;
    height: auto;
  }
}
@media screen and (min-width: 320px) {
  .faq__answer-container {
    display: flex;
  }
}
@media screen and (min-width: 320px) {
  .faq__item {
    display: flex;
  }
}
.faq__item:nth-child(n+2) {
  margin-top: 19px;
}
@media screen and (min-width: 320px) {
  .faq__title {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-size: 1.5rem;
    color: #c1638a;
    position: absolute;
    left: -27%;
    top: 29%;
  }
}
@media screen and (min-width: 320px) {
  .faq__image-box {
    position: relative;
    top: 0.5rem;
    left: 38%;
    height: 6.25rem;
    width: 9.375rem;
  }
}
@media screen and (min-width: 320px) {
  .faq__logo-image {
    position: absolute;
  }
}