/*!
global > color
------------------------------
*/
:root {
  --cl-gable-green: #174134;
  --cl-gray-nurse: #e3e8e3;
  --cl-iron: #dce2e1;
}

/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
:root {
  --font-ja: "Noto Sans JP", sans-serif;
  --font-en: "Poppins", sans-serif;
}

/*!
global > mixin
------------------------------
*/
.p_sitemap {
  padding-bottom: 211px;
}
@media screen and (min-width: 768px) {
  .p_sitemap {
    padding-bottom: clamp(
      28.125rem,
      7.0512820513vw + 24.7403846154rem,
      29.5rem
  );
  }
}
.p_sitemap .c_ttl18 {
  display: block;
  padding: 5px 2px 9px;
  border-bottom: 1px solid #8BA099;
  font-feature-settings: "palt";
  letter-spacing: 0;
  margin-bottom: 33px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p_sitemap .c_ttl18 {
    font-size: 1.125rem;
    margin-bottom: 28px;
    padding: 10px 2px clamp(
      0.9375rem,
      3.2051282051vw + -0.6009615385rem,
      1.5625rem
  );
  }
}
.p_sitemap .c_link {
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .p_sitemap .c_link {
    margin-bottom: 29px;
  }
}
.p_sitemap__inner {
  margin: 0 auto;
  max-width: 1125px;
  padding: 28px 27px 0 27px;
}
@media screen and (min-width: 768px) {
  .p_sitemap__inner {
    padding: 0 40px;
  }
}
.p_sitemap__item {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_sitemap__item {
    margin-bottom: clamp(
      3.75rem,
      1.6025641026vw + 2.9807692308rem,
      4.0625rem
  );
    padding-left: 22px;
    padding-right: 22px;
  }
}
.p_sitemap__item:first-child {
  padding-right: 0;
}
.p_sitemap__item.no_mr_bt {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p_sitemap__item.no_mr_bt {
    margin-bottom: clamp(
      3.75rem,
      1.6025641026vw + 2.9807692308rem,
      4.0625rem
  );
  }
}
@media screen and (min-width: 768px) {
  .p_sitemap__item.item_01 {
    margin-bottom: clamp(
      3.75rem,
      8.9743589744vw + -0.5576923077rem,
      5.5rem
  );
  }
}
@media screen and (min-width: 768px) {
  .p_sitemap__item.item_01 .c_ttl18 {
    margin-bottom: 24px;
  }
}
.p_sitemap__flex {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p_sitemap__flex {
    grid-template-columns: 1fr 1fr;
    grid-gap: clamp(
      3.75rem,
      19.2307692308vw + -5.4807692308rem,
      7.5rem
  );
  }
}
.p_sitemap__flex01 {
  display: grid;
  grid-gap: 34px;
}
@media screen and (min-width: 768px) {
  .p_sitemap__flex01 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 38px clamp(
      3.75rem,
      12.8205128205vw + -2.4038461538rem,
      6.25rem
  );
  }
}
.p_sitemap__flex01.no_gap_sp {
  grid-gap: 0;
}
@media screen and (min-width: 768px) {
  .p_sitemap__flex01.no_gap_sp {
    grid-gap: 38px clamp(
      3.75rem,
      12.8205128205vw + -2.4038461538rem,
      6.25rem
  );
  }
}
/*# sourceMappingURL=sitemap.css.map */
