@charset "UTF-8";
:root {
  --font-family-base: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  --font-family-en: "Akshar", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

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

:root {
  --color-base: #2B2B2B;
  --color-placeholder: #2B2B2B;
  --color-blue-dark: #001776;
  --color-cyan: #00B5CC;
}

: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: 375;
  --width-sp-design-content: 347;
  --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-site-map {
  padding-block: 10.4rem 9.8rem;
}
@media screen and (max-width: 767px) {
  .p-site-map {
    padding-block: 4.2rem 17.5rem;
  }
}
.p-site-map .list {
  margin-inline: auto;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-site-map .list {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-site-map .list_item:nth-child(n+2) {
    margin-top: 2.2rem;
  }
}
.p-site-map .list_ttl + .list_ttl {
  margin-top: 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-site-map .list_ttl + .list_ttl {
    margin-top: 2.2rem;
  }
}
.p-site-map .list_ttl:is(.list_lows + .list_ttl) {
  margin-top: 3.3rem;
}
@media screen and (max-width: 767px) {
  .p-site-map .list_ttl:is(.list_lows + .list_ttl) {
    margin-top: 2.2rem;
  }
}
.p-site-map .list_ttl_link {
  font-size: 2.8rem;
  line-height: 1.4642857143;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--color-blue-dark);
}
@media screen and (max-width: 767px) {
  .p-site-map .list_ttl_link {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.p-site-map .list_lows {
  margin-top: 1.1rem;
  padding-left: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-site-map .list_lows {
    margin-top: 0.6rem;
    padding-left: 0.6rem;
  }
}
.p-site-map .list_lows_item:nth-child(n+2) {
  margin-top: 0.6rem;
}
.p-site-map .list_lows_link {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
  padding-left: 1.3rem;
}
.p-site-map .list_lows_link::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 0.9rem;
  height: 1.2rem;
  background: var(--color-base);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.p-site-map .list_lows_detail {
  margin-top: 0.4rem;
  padding-left: 1.6rem;
}
.p-site-map .list_lows_detail_item:nth-child(n+2) {
  margin-top: 0.4rem;
}
.p-site-map .list_lows_detail_link {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
  padding-left: 1.2rem;
}
.p-site-map .list_lows_detail_link::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}

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