.qa {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .qa {
    gap: 45px;
  }
}
@media screen and (max-width: 576px) {
  .qa {
    gap: 35px;
  }
}
.qa .q {
  border-bottom: 1px solid #2f2f2f;
  font-family: "shippori-mincho", serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  padding-bottom: 10px;
  padding-left: 3em;
  text-indent: -1.4em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .qa .q {
    font-size: 19px;
    padding-left: 3em;
    text-indent: -1.5em;
  }
}
@media screen and (max-width: 576px) {
  .qa .q {
    font-size: 16px;
  }
}
.qa .q span {
  display: inline-block;
  font-family: "aktiv-grotesk-extended", sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 200;
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .qa .q span {
    font-size: 27px;
    margin-right: 9px;
  }
}
@media screen and (max-width: 576px) {
  .qa .q span {
    font-size: 22px;
  }
}
.qa .a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 2.18;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .qa .a {
    font-size: 14px;
    line-height: 1.96;
    padding-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .qa .a {
    font-size: 12px;
  }
}

body:not(.on) .page-main-wrap > .pc {
  display: inline-block;
  max-width: 600px;
  width: 100%;
}
body:not(.on) .page-main-wrap > .sp {
  display: inline-block;
  max-width: 400px;
  width: 100%;
}

body.on .page-main-wrap {
  position: relative;
}
body.on .page-main-wrap > .pc {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
body.on .page-main-wrap > .sp {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
/*# sourceMappingURL=sourcemaps/qa.css.map */