/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  function                                                  */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  mixin                                                     */
.p-sitemap {
  padding-block: 64px;
}
@media screen and (max-width: 599.98px) {
  .p-sitemap {
    padding-top: 32px;
  }
}
.p-sitemap__content {
  display: grid;
  row-gap: 64px;
}
@media screen and (max-width: 599.98px) {
  .p-sitemap__content {
    row-gap: 48px;
  }
}
.p-sitemap__block {
  display: grid;
  row-gap: 22px;
}
@media screen and (max-width: 1024px) {
  .p-sitemap__block {
    row-gap: 16px;
  }
}
@media screen and (max-width: 599.98px) {
  .p-sitemap__block {
    row-gap: 8px;
  }
}
.p-sitemap__ttl {
  padding-bottom: 12px;
  width: fit-content;
  font-size: 2.8rem;
  line-height: 1.2142857143;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #000;
  font-weight: 600;
}
@media screen and (max-width: 599.98px) {
  .p-sitemap__ttl {
    padding-bottom: 0;
    font-size: 1.8rem;
    line-height: 1.6111111111;
    letter-spacing: 0;
  }
}
.p-sitemap__ttl a:hover {
  opacity: 0.7;
}
.p-sitemap__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 94px;
}
@media screen and (max-width: 599.98px) {
  .p-sitemap__list {
    gap: 8px 36px;
  }
}
@media screen and (max-width: 599.98px) {
  .p-sitemap__list a {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
.p-sitemap__list a:hover {
  opacity: 0.7;
}

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