@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-privacy-policy {
  position: relative;
  z-index: 1;
  padding-top: 22.8rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy {
    padding-top: 8rem;
  }
}
.p-privacy-policy .c-unique-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 46.7rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy .c-unique-bg {
    height: 21.6rem;
  }
}
.p-privacy-policy .c-wrap {
  padding-block: 9.6rem 18.2rem;
  max-width: 166rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy .c-wrap {
    padding-block: 8rem 10.5rem;
    width: 94.2028985507%;
  }
}
.p-privacy-policy .inner {
  margin-inline: auto;
  max-width: 120rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy .inner {
    width: 89.7435897436%;
  }
}
.p-privacy-policy .ttl {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy .ttl {
    font-size: 2.2rem;
    line-height: 1.5454545455;
  }
}
.p-privacy-policy .ttl + .txt {
  margin-top: 2rem;
}
.p-privacy-policy .txt {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy .txt {
    font-size: 1.4rem;
    line-height: 1.8571428571;
  }
}
.p-privacy-policy .txt._adjustment {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy .txt._adjustment {
    line-height: 1.5714285714;
  }
}
.p-privacy-policy .txt + .ttl {
  margin-top: 4.8rem;
}
.p-privacy-policy .txt + .txt {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy .txt + .txt {
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-privacy-policy .txt + .txt._adjustment {
    margin-top: 2rem;
  }
}
.p-privacy-policy .box {
  margin-top: 4.8rem;
  padding: 4rem;
  background: var(--color-gray-01);
}
@media screen and (max-width: 767px) {
  .p-privacy-policy .box {
    margin-top: 4.8rem;
    padding: 3rem;
  }
}
.p-privacy-policy .box_ttl {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy .box_ttl {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.p-privacy-policy .box_tel {
  margin-top: 2rem;
}
.p-privacy-policy .box_tel_link {
  font-size: 2.8rem;
  line-height: 1.4285714286;
  font-weight: 700;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy .box_tel_link {
    font-size: 2.2rem;
    line-height: 1.4545454545;
  }
}
.p-privacy-policy .box_time {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy .box_time {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}

/*# sourceMappingURL=privacy-policy.css.map */
