@charset "UTF-8";
:root {
  --font-family-base: "zen-kaku-gothic-antique", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-iskra: "iskra", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-noto-sans-cjk-jp: "noto-sans-cjk-jp", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-mizolet: "mizolet", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-sichandich: "sichandich", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-sichandic: "sichandic", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

:root {
  --font-weight-base: 400;
}

:root {
  --color-base: #000;
  --color-placeholder: #fff;
  --color-yellow: #f8b800;
  --color-brown: #d25315;
}

:root {
  --z-index-level-top: 2147483647;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

/* 言語が英語（ラテン系言語）の場合、cap-heightベースにする */
:root:lang(en) {
  --leading-trim: calc((1cap - 1lh) / 2);
}

/* もし lh が未対応のブラウザであれば fallback */
@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}
:root {
  --width-pc-design: 1440;
  --width-pc-design-content: 1300;
  --width-pc-design-content-percent: calc(var(--width-pc-design-content) / (--width-pc-design-content * .05) * 100%);
  --width-pc-design-content-vw: calc(var(--width-pc-design-content) / (--width-pc-design-content * .05) * 100vw);
  --width-pc-design-content-rem: calc((var(--width-pc-design-content) / 10) * 1rem);
  --width-sp-design: 800;
  --width-sp-design-content: 720;
  --width-sp-design-content-percent: calc(var(--width-sp-design-content) / var(--width-sp-design) * 100%);
  --width-sp-design-content-vw: calc(var(--width-sp-design-content) / var(--width-sp-design) * 100vw);
  --width-sp-design-content-rem: calc((var(--width-sp-design-content) / 10) * 1rem);
}

:root {
  --border-radius-infinity: calc(1px / 0);
}

:root {
  --opacity-base: .5;
}

:root {
  --transition-base: .4s;
  --transition-sub: .6s;
  --transition-animation-base: .4s;
  --transition-animation-sub: .6s;
}

.p-faq-fv {
  padding-top: 8.2rem;
}
@media screen and (max-width: 767px) {
  .p-faq-fv {
    padding-top: 4.1rem;
  }
}
.p-faq-fv .c-wrap {
  display: grid;
  grid-template-columns: 1fr 27.5rem;
  gap: 5.6rem 14.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq-fv .c-wrap {
    grid-template-columns: 1fr 18.8rem;
    gap: 6rem 7rem;
  }
}
.p-faq-fv .c-roof-ttl {
  grid-column: 1;
}
@media screen and (max-width: 767px) {
  .p-faq-fv .c-roof-ttl {
    grid-column: span 2;
  }
}
.p-faq-fv .txt {
  font-size: 2rem;
  line-height: 2.1;
}
@media screen and (min-width: 768px) {
  .p-faq-fv .txt {
    grid-row: 2;
    grid-column: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-faq-fv .txt {
    font-size: 2.8rem;
    line-height: 2;
    letter-spacing: -0.016em;
    margin-top: 0rem;
  }
}
.p-faq-fv .img {
  margin-top: 10.6rem;
}
@media screen and (min-width: 768px) {
  .p-faq-fv .img {
    grid-row: span 3;
    grid-column: 2;
    width: 14.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-faq-fv .img {
    margin-top: auto;
  }
}
.p-faq-card {
  padding-block: 7.1rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-faq-card {
    padding-top: 13rem;
  }
}
.p-faq-card .ttl {
  font-family: var(--font-family-sichandic);
  font-size: 7rem;
  line-height: 1.0714285714;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 767px) {
  .p-faq-card .ttl {
    margin-inline: auto;
    width: fit-content;
  }
}
.p-faq-card .ttl_ruby {
  display: inline-block;
  position: relative;
}
.p-faq-card .ttl_ruby::before {
  content: "・・・";
  position: absolute;
  top: -0.915em;
}
.p-faq-card .c-card-list {
  margin-top: 7.8rem;
}
@media screen and (max-width: 767px) {
  .p-faq-card .c-card-list {
    margin-top: 6.5rem;
  }
}

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