@charset "UTF-8";
/* default settings */
/* CUSTOM STYLES */
.layout-sitemap {
  background: #f3f8ff url(/assets/img/common/section_bg.webp) repeat center top;
  padding: 5rem 0 7.5rem 0;
}
@media (max-width: 767.9px) {
  .layout-sitemap {
    padding-top: 4.3125rem;
    padding-bottom: 5rem;
  }
}
.layout-sitemap .top-anchor {
  margin-top: 2.5rem;
  text-align: center;
}

@media (max-width: 767.9px) {
  .visual {
    padding-bottom: 0;
  }
}
@media (max-width: 767.9px) {
  .visual .visual__title__eng {
    margin-left: 0;
    line-height: 110%;
  }
}

.sitemap-list {
  /* お問い合わせ */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 150%;
  /* identical to box height, or 24px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* font */
  color: #00033D;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 1.875rem;
}
.sitemap-list a {
  color: inherit;
  text-decoration: none;
}