html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  color: #333;
  background-color: #fff;
}

.sitemap {
  width: 100vw;
}
.sitemap__inner {
  width: 90.6666666667vw;
  padding: 16vw 0 21.3333333333vw;
  margin: 0 auto;
}
@media (min-width: 52.1875em) {
  .sitemap__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.3333333333vw 5.5555555556vw;
    width: 69.4444444444vw;
    padding: 5.5555555556vw 0 8.3333333333vw;
  }
}
@media (min-width: 90em) {
  .sitemap__inner {
    gap: 48px 80px;
    width: 1000px;
    padding: 80px 0 120px;
  }
}
.sitemap__group {
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 52.1875em) {
  .sitemap__group {
    margin-bottom: 0;
  }
}
.sitemap__heading {
  padding-bottom: 2.6666666667vw;
  margin-bottom: 4.2666666667vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
  color: #333;
  border-bottom: 2px solid #333;
}
@media (min-width: 52.1875em) {
  .sitemap__heading {
    padding-bottom: 0.6944444444vw;
    margin-bottom: 1.1111111111vw;
    font-size: 1.25vw;
  }
}
@media (min-width: 90em) {
  .sitemap__heading {
    padding-bottom: 10px;
    margin-bottom: 16px;
    font-size: 18px;
  }
}
.sitemap__list li {
  border-bottom: 1px solid #e0e0e0;
}
.sitemap__list li a {
  display: block;
  padding: 2.6666666667vw 1.0666666667vw;
  font-size: 3.7333333333vw;
  line-height: 1.6;
  color: #555;
  transition: color 0.2s ease, padding-left 0.2s ease;
}
@media (min-width: 52.1875em) {
  .sitemap__list li a {
    padding: 0.6944444444vw 0.2777777778vw;
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 90em) {
  .sitemap__list li a {
    padding: 10px 4px;
    font-size: 15px;
  }
}
.sitemap__list li a:hover {
  padding-left: 3.2vw;
  color: #333;
}
@media (min-width: 52.1875em) {
  .sitemap__list li a:hover {
    padding-left: 0.8333333333vw;
  }
}
@media (min-width: 90em) {
  .sitemap__list li a:hover {
    padding-left: 12px;
  }
}

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