@charset "UTF-8";
:root {
  --font-family-base: "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-en: "Plus Jakarta Sans", "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-mobo: "MOBO-SemiBold", "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-kumbh-sans: "Kumbh Sans", "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

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

:root {
  --color-base: #1A1C25;
  --color-placeholder: #D4D4D4;
  --color-gray-01: #E9EBF1;
  --color-gray-02: #D4D4D4;
  --color-blue-01: #183672;
  --color-blue-02: #104879;
  --color-green: #006B64;
  --color-yellow-01: #FFF2CA;
  --color-yellow-02: #FFE25A;
  --color-orange: #F37E14;
  --color-red-01: #FF1000;
}

: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: 1920;
  --width-pc-design-content: 1380;
  --width-pc-design-content-percent: 98%;
  --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: 414;
  --width-sp-design-content: 370;
  --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-voice {
  position: relative;
  padding-top: 22.8rem;
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding-top: 8rem;
  }
}
.p-voice .c-unique-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 29.6rem;
}
@media screen and (max-width: 767px) {
  .p-voice .c-unique-bg {
    height: 18.3rem;
  }
}
.p-voice .c-wrap {
  position: relative;
  z-index: 1;
  padding-block: 11.7rem 17.8rem;
  max-width: 166rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-voice .c-wrap {
    padding-block: 4rem 10.5rem;
    width: calc(390 / var(--width-sp-design) * 100vw);
  }
}
.p-voice .list {
  margin-inline: auto;
  max-width: 120rem;
}
@media screen and (max-width: 767px) {
  .p-voice .list {
    max-width: 89.7435897436%;
  }
}
@media screen and (min-width: 768px) {
  .p-voice .list_item {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 60rem 1fr;
    column-gap: 3rem;
  }
}
.p-voice .list_item:nth-child(n+2) {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-voice .list_item:nth-child(n+2) {
    margin-top: 3rem;
  }
}
.p-voice .list_ttl {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-voice .list_ttl {
    grid-row: 1;
    grid-column: 2;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice .list_ttl {
    font-size: 2.2rem;
    line-height: 1.4545454545;
  }
}
.p-voice .list_img {
  aspect-ratio: 600/400;
}
@media screen and (min-width: 768px) {
  .p-voice .list_img {
    grid-row: span 4;
    grid-column: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-voice .list_img {
    margin-top: 2rem;
  }
}
.p-voice .list_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-voice .list_txt {
  font-size: 1.6rem;
  line-height: 2.125;
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-voice .list_txt {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    margin-top: 1.4rem;
  }
}
.p-voice .list_dl {
  margin-top: 3rem;
  padding: 2rem;
  background: var(--color-gray-01);
}
@media screen and (max-width: 767px) {
  .p-voice .list_dl {
    margin-top: 2rem;
    padding: 1.4rem;
  }
}
.p-voice .list_dl_theme {
  font-size: 1.5rem;
  line-height: 2.1333333333;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-voice .list_dl_theme {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
.p-voice .list_dl_des {
  font-size: 1.5rem;
  line-height: 2.1333333333;
}
@media screen and (max-width: 767px) {
  .p-voice .list_dl_des {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
.p-voice .c-pager {
  margin-top: 11.4rem;
}
@media screen and (max-width: 767px) {
  .p-voice .c-pager {
    margin-top: 4rem;
  }
}

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