.p-sitemap {
  padding-block: clamp(2.390625rem, 1.48rem + 1.9vw, 3.1875rem);
  background-color: var(--color-gray);
}
@media (max-width: 767px) {
  .p-sitemap {
    padding-block: 14.93vw 10.67vw;
    margin-bottom: 39.47vw;
  }
}
.p-sitemap__container {
  width: 100%;
  max-width: 1237px;
  margin-inline: auto;
}
@media (max-width: 1237px) {
  .p-sitemap__container {
    padding-inline: clamp(0.9375rem, 0.58rem + 0.74vw, 1.25rem);
  }
}
@media (max-width: 767px) {
  .p-sitemap__container {
    padding-inline: 6.4vw;
  }
}
.p-sitemap__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-sitemap__inner {
    flex-direction: column;
    gap: 10.67vw;
  }
}
.p-sitemap__column {
  display: flex;
  flex-direction: column;
  gap: clamp(1.875rem, 1.16rem + 1.49vw, 2.5rem);
  width: clamp(11.4375rem, 7.08rem + 9.08vw, 15.25rem);
  padding-top: clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
}
@media (max-width: 767px) {
  .p-sitemap__column {
    gap: 10.67vw;
    width: 100%;
    padding-top: 0;
  }
}
.p-sitemap__column--singles {
  width: auto;
}
.p-sitemap__group {
  display: flex;
  flex-direction: column;
  gap: clamp(1.125rem, 0.7rem + 0.89vw, 1.5rem);
}
@media (max-width: 767px) {
  .p-sitemap__group {
    gap: 6.4vw;
  }
}
.p-sitemap__category {
  font-family: var(--font-primary);
  font-size: clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
  font-weight: 700;
  line-height: 1.25;
  color: #333;
  text-decoration: none;
  letter-spacing: 0.08em;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-sitemap__category:hover {
    opacity: 0.7;
    transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (max-width: 767px) {
  .p-sitemap__category {
    font-size: 4.27vw;
  }
}
.p-sitemap__list {
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 0.46rem + 0.6vw, 1rem);
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .p-sitemap__list {
    gap: 4.27vw;
  }
}
.p-sitemap__list li {
  line-height: 1.7;
}
.p-sitemap__list--business li {
  line-height: 1.5;
}
.p-sitemap__link {
  font-family: var(--font-primary);
  font-size: clamp(0.65625rem, 0.41rem + 0.52vw, 0.875rem);
  font-weight: 500;
  line-height: 1.29;
  color: #727272;
  text-decoration: none;
  letter-spacing: 0.08em;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-sitemap__link:hover {
    opacity: 0.7;
    transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (max-width: 767px) {
  .p-sitemap__link {
    font-size: 3.73vw;
  }
}