.p-sitemap {
  background-color: #efefef;
}
.p-sitemap .l-pageinfo .c-circle03 img {
  opacity: 0.3;
  filter: invert(32%) sepia(59%) saturate(610%) hue-rotate(167deg) brightness(96%) contrast(83%);
}
.p-sitemap__items {
  padding: 50vw 0 0;
  margin-bottom: clamp(50px, -0.0606796117px + 13.3495145631vw, 160px);
  max-width: 1200px;
  margin-left: 25px;
  margin-right: 25px;
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 12.6941747573px + 7.2815533981vw, 100px);
}
@media (min-width: 959px) {
  .p-sitemap__items {
    margin-left: 2.6041666667%;
    margin-right: 2.6041666667%;
  }
}
@media (min-width: 1299px) {
  .p-sitemap__items {
    margin-inline: auto;
  }
}
@media (min-width: 767px) {
  .p-sitemap__items {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 959px) {
  .p-sitemap__items {
    padding: clamp( 400px, -212.3006833713px + 63.7813211845vw,680px) 0 0;
  }
}
.p-sitemap__items > div {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 8.1432038835px + 8.4951456311vw, 110px);
}
@media (min-width: 767px) {
  .p-sitemap__items > div {
    width: calc((100% - clamp(40px, 12.6941747573px + 7.2815533981vw, 100px)) / 2);
  }
}
.p-sitemap__item.-others {
  background-color: #fff;
  border-radius: clamp(7px, 5.6347087379px + 0.3640776699vw, 10px);
  padding: clamp(20px, 10.8980582524px + 2.427184466vw, 40px) clamp(15px, 5.8980582524px + 2.427184466vw, 35px);
}
.p-sitemap__item.-others ul {
  border-top: none;
}
.p-sitemap__item.-others ul li {
  border-bottom: none;
}
.p-sitemap__item.-others ul li:not(:last-child) {
  margin-bottom: clamp(13px, 10.7245145631px + 0.6067961165vw, 18px);
}
.p-sitemap__item.-others ul li a {
  padding: 0;
  display: inline-block;
}
.p-sitemap__item.-others ul li a::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #0071bc;
  bottom: -2px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s;
}
@media (any-hover: hover) {
  .p-sitemap__item.-others ul li a:where(:-webkit-any-link, :enabled, summary):hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .p-sitemap__item.-others ul li a:where(:-moz-any-link, :enabled, summary):hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .p-sitemap__item.-others ul li a:where(:any-link, :enabled, summary):hover::before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.p-sitemap__item.-others ul li .p-sitemap__linkIcon2 {
  display: inline-grid;
  place-items: center;
  margin-right: 10px;
}
.p-sitemap__item.-others ul li .p-sitemap__linkIcon2 img {
  filter: invert(34%) sepia(14%) saturate(2188%) hue-rotate(168deg) brightness(99%) contrast(87%);
}
.p-sitemap__item h2 {
  color: #051946;
  font-weight: normal;
  text-transform: uppercase;
  font-size: clamp( 1.5625rem, 0.9936286408rem + 2.427184466vw,2.8125rem);
  line-height: 1;
  margin-bottom: clamp(15px, 8.1735436893px + 1.8203883495vw, 30px);
}
.p-sitemap__item ul {
  list-style-type: none;
  border-top: 1px solid #b2b2b2;
}
.p-sitemap__item ul li {
  border-bottom: 1px solid #b2b2b2;
}
.p-sitemap__item ul li a {
  display: block;
  padding: 1em 0;
  color: #1a1a1a;
  text-decoration: none;
  position: relative;
  transition: color 0.5s;
}
.p-sitemap__item ul li a .p-sitemap__linkIcon {
  position: absolute;
  right: 5px;
  top: 50%;
  translate: 0 -50%;
  display: grid;
  place-items: center;
}
.p-sitemap__item ul li a .p-sitemap__linkIcon img {
  filter: invert(34%) sepia(14%) saturate(2188%) hue-rotate(168deg) brightness(99%) contrast(87%);
}
@media (any-hover: hover) {
  .p-sitemap__item ul li a:hover {
    color: #326698;
  }
  .p-sitemap__item ul li a:hover span.p-sitemap__linkIcon {
    -webkit-animation: arrowSlideIn 0.6s ease forwards;
            animation: arrowSlideIn 0.6s ease forwards;
  }
}

@-webkit-keyframes arrowSlideIn {
  0% {
    opacity: 0;
    transform: translateX(-15px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes arrowSlideIn {
  0% {
    opacity: 0;
    transform: translateX(-15px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*# sourceMappingURL=sitemap.css.map */