@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP&family=M+PLUS+Rounded+1c&family=Poppins:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
:root {
  --text-color: #005b43;
  --main-color: #1ca867;
  --pink: #d74e71;
  --orange: #ef8615;
  --bk: #000;
  --wh: #fff;
}

@font-face {
  font-family: "DIN2014";
  src: url("../fonts/din-2014.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}

.under499 {
  display: none !important;
}
@media screen and (max-width: 499px) {
  .under499 {
    display: block !important;
  }
}

/* 三点リーダー 一行 */
/* 三点リーダー 複数行 */
/* 背景をテキストで切り取る */
/* -------------------------
 * イントロ
 * ------------------------- */
.sitemap-list-container {
  display: grid;
  grid-template-columns: 48% 48%;
  gap: 3rem 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sitemap__list-item {
  background-image: radial-gradient(circle, #c4dfaa 1px, transparent 2px);
  background-size: 7px 6px;
  background-position: bottom left;
  background-repeat: repeat-x;
  min-height: 12rem;
}
@media screen and (max-width: 834px) {
  .sitemap__list-item {
    min-height: auto;
  }
}
@media screen and (max-width: 499px) {
  .sitemap__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 8.4rem;
  }
}
.sitemap__list-item a {
  width: 100%;
  position: relative;
  display: block;
  padding-left: 1.8em;
  padding-block: 4rem 3rem;
  font-size: 2.4rem;
  font-weight: 800;
}
@media screen and (max-width: 834px) {
  .sitemap__list-item a {
    font-size: 1.6rem;
    padding-block: 2rem 1rem;
  }
}
@media screen and (max-width: 499px) {
  .sitemap__list-item a {
    padding-block: 1.8rem;
  }
}
.sitemap__list-item a::before {
  position: absolute;
  top: 4.6rem;
  left: 0;
  font-family: "Material Symbols Outlined";
  content: "\e5cc";
  line-height: 1;
  font-weight: 500;
  color: var(--text-color);
  font-size: 3.5rem;
  margin-top: -0.5rem;
}
@media screen and (max-width: 834px) {
  .sitemap__list-item a::before {
    top: 2.2rem;
    font-size: 2.8rem;
  }
}
.sitemap__list-item .ff-poppins {
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (max-width: 834px) {
  .sitemap__list-item .ff-poppins {
    font-size: 1.8rem;
  }
}
.sitemap__list-item .sub-txt {
  font-size: 1.6rem;
  margin-left: 1em;
}
@media screen and (max-width: 834px) {
  .sitemap__list-item .sub-txt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 499px) {
  .sitemap__list-item .sub-txt {
    margin-left: 0em;
  }
}

.--pc {
  display: grid;
}
@media screen and (max-width: 640px) {
  .--pc {
    display: none;
  }
}

.--sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .--sp {
    display: grid;
  }
}/*# sourceMappingURL=sitemap.css.map */