@charset "UTF-8";
/**
 * Colors
==================== */
/**
 * Gradients
==================== */
/**
 * Breakpoints
 ==================== */
/**
 * Design Sizes
==================== */
/**
 * Spacing Units
==================== */
/**
 * Radius
==================== */
/**
 * vw変換
==================== */
/**
 * em変換
==================== */
/**
 * mixins
==================== */
.sitemap {
  padding: 10.2564102564vw 6.1538461538vw;
}
@media (min-width: 1021px) {
  .sitemap {
    padding: 5.5555555556vw 5.5555555556vw 5.5555555556vw 8.3333333333vw;
  }
}
.sitemap__inner {
  width: 100%;
}
.sitemap__list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10.2564102564vw;
}
@media (min-width: 1021px) {
  .sitemap__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 5.5555555556vw 2.7777777778vw;
  }
}
.sitemap__item {
  width: 100%;
  padding-bottom: 10.2564102564vw;
  border-bottom: 1px solid var(--clr-gray-02);
  display: flex;
  flex-direction: column;
  gap: 4.1025641026vw;
}
@media (min-width: 1021px) {
  .sitemap__item {
    padding-bottom: 0;
    padding-right: 2.7777777778vw;
    border-bottom: none;
    border-right: 1px solid var(--clr-gray-02);
    gap: 1.1111111111vw;
  }
}
.sitemap__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media (min-width: 1021px) {
  .sitemap__item:last-child {
    padding-right: 0;
    border-right: none;
  }
}
@media (min-width: 1021px) {
  .sitemap__item:nth-child(4n) {
    padding-right: 0;
    border-right: none;
  }
}
.sitemap__item-title {
  width: 100%;
  font-size: 6.1538461538vw;
  font-weight: 700;
  line-height: 165%;
  letter-spacing: 0.1230769231vw;
  color: var(--clr-tomoku-body);
  display: flex;
  gap: 2.0512820513vw;
  align-items: baseline;
}
@media (min-width: 1021px) {
  .sitemap__item-title {
    font-size: 1.6666666667vw;
    letter-spacing: 0.0333333333vw;
    gap: 0.5555555556vw;
  }
}
.sitemap__item-title::before {
  content: "";
  display: block;
  width: 4.1025641026vw;
  height: 4.1025641026vw;
  aspect-ratio: 1/1;
  border-radius: 1.0256410256vw;
  background: linear-gradient(90deg, #00E5ED 1.55%, #218AFE 56.24%, #0162E9 99.89%);
}
@media (min-width: 1021px) {
  .sitemap__item-title::before {
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    border-radius: 0.2777777778vw;
  }
}
.sitemap__sublist {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4.1025641026vw;
}
@media (min-width: 1021px) {
  .sitemap__sublist {
    gap: 1.1111111111vw;
  }
}
.sitemap__subitem {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.0512820513vw;
}
@media (min-width: 1021px) {
  .sitemap__subitem {
    gap: 0.5555555556vw;
  }
}
.sitemap__subitem-children {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.0512820513vw;
}
@media (min-width: 1021px) {
  .sitemap__subitem-children {
    gap: 0.5555555556vw;
  }
}
.sitemap__subitem-child .sitemap__link {
  grid-template-columns: 10.2564102564vw 1fr;
}
@media (min-width: 1021px) {
  .sitemap__subitem-child .sitemap__link {
    grid-template-columns: 2.7777777778vw 1fr;
    font-size: 0.9722222222vw;
    letter-spacing: 0.0194444444vw;
  }
}
.sitemap__link {
  width: fit-content;
  max-width: 100%;
  font-size: 4.6153846154vw;
  font-weight: 700;
  line-height: 165%;
  letter-spacing: 0.0923076923vw;
  color: var(--clr-tomoku-blue);
  text-decoration: underline;
  text-underline-offset: 1.0256410256vw;
  text-decoration-thickness: 1px;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease;
  display: grid;
  grid-template-columns: 6.1538461538vw auto;
  gap: 2.0512820513vw;
  align-items: center;
}
@media (min-width: 1021px) {
  .sitemap__link {
    font-size: 1.25vw;
    letter-spacing: 0.025vw;
    text-underline-offset: 0.2777777778vw;
    grid-template-columns: 1.6666666667vw 1fr;
    gap: 0.5555555556vw;
  }
  .sitemap__link:hover {
    text-decoration-color: var(--clr-tomoku-blue);
  }
}
.sitemap__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid var(--clr-tomoku-blue);
}

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