@media screen and (min-width: 768px) {
  .sitemap .content.lead .content__inner {
    padding-bottom: 54px;
    position: relative;
    border-bottom: 1px dashed #B3C7D3;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .sitemap .content.lead .content__inner {
    padding-bottom: 44px;
    position: relative;
    border-bottom: 1px dashed #B3C7D3;
  }
}
@media screen and (min-width: 768px) {
  .sitemap .site-map {
    margin-top: 70px;
    padding-bottom: 100px;
  }
  .sitemap .site-map__nav {
    margin-inline: auto;
    width: fit-content;
    max-width: 100%;
  }
  .sitemap .site-map__list--top {
    padding-bottom: 40px;
    border-bottom: 1px solid #E6E6E6;
  }
  .sitemap .site-map__list--main {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    grid-auto-columns: minmax(0, max-content);
    justify-content: start;
    column-gap: 50px;
    row-gap: 27px;
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #E6E6E6;
  }
  .sitemap .site-map__list--main .site-map__item:nth-child(5) {
    grid-area: 1/3;
  }
  .sitemap .site-map__list--main .site-map__item:nth-child(6) {
    grid-area: 1/4;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .sitemap .site-map__list--main {
    grid-auto-flow: row;
    grid-template-rows: none;
    grid-template-columns: repeat(2, minmax(0, max-content));
  }
  .sitemap .site-map__list--main .site-map__item:nth-child(5), .sitemap .site-map__list--main .site-map__item:nth-child(6) {
    grid-area: auto;
  }
}
@media screen and (min-width: 768px) {
  .sitemap .site-map__list--sub {
    display: flex;
    gap: 40px;
    margin-top: 40px;
  }
  .sitemap .site-map__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #0064B2;
    transition: opacity 0.3s;
  }
  .sitemap .site-map__link:hover {
    opacity: 0.7;
  }
  .sitemap .site-map__link::after {
    content: "";
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHJ4PSI4IiBmaWxsPSIjRkZGNjIyIi8+PHBhdGggZD0iTTExLjEzMDQgOEw2LjQzNDc4IDExLjMxMzVMNi40MzQ3OCA0LjY4NjUxTDExLjEzMDQgOFoiIGZpbGw9IiMwMDdCQzciLz48L3N2Zz4=");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .sitemap .site-map__link--sub {
    gap: 5px;
    font-size: 1rem;
  }
  .sitemap .site-map__link--sub::after {
    content: none;
  }
  .sitemap .site-map__link--sub::before {
    content: "";
    flex-shrink: 0;
    width: 8px;
    height: 11px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDggMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuOTc3MjcgNS42MjkxN0wwIDExLjI1ODNWMEw3Ljk3NzI3IDUuNjI5MTdaIiBmaWxsPSIjMDA3QkM3Ii8+PC9zdmc+");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .sitemap .content.lead .content__inner {
    padding-bottom: 54px;
    position: relative;
    border-bottom: 1px dashed #B3C7D3;
  }
}
@media screen and (max-width: 767px) and (max-width: 768px) {
  .sitemap .content.lead .content__inner {
    padding-bottom: 44px;
    position: relative;
    border-bottom: 1px dashed #B3C7D3;
  }
}
@media screen and (max-width: 767px) {
  .sitemap .site-map {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .sitemap .site-map__nav {
    width: 100%;
  }
  .sitemap .site-map__list--top {
    padding-bottom: 30px;
    border-bottom: 1px solid #E6E6E6;
  }
  .sitemap .site-map__list--main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 38px;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E6E6E6;
  }
  .sitemap .site-map__list--sub {
    display: flex;
    gap: 28px;
    margin-top: 30px;
  }
  .sitemap .site-map__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #0064B2;
  }
  .sitemap .site-map__link::after {
    content: "";
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHJ4PSI4IiBmaWxsPSIjRkZGNjIyIi8+PHBhdGggZD0iTTExLjEzMDQgOEw2LjQzNDc4IDExLjMxMzVMNi40MzQ3OCA0LjY4NjUxTDExLjEzMDQgOFoiIGZpbGw9IiMwMDdCQzciLz48L3N2Zz4=");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .sitemap .site-map__link--sub {
    gap: 5px;
    font-size: 1rem;
  }
  .sitemap .site-map__link--sub::after {
    content: none;
  }
  .sitemap .site-map__link--sub::before {
    content: "";
    flex-shrink: 0;
    width: 8px;
    height: 11px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDggMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuOTc3MjcgNS42MjkxN0wwIDExLjI1ODNWMEw3Ljk3NzI3IDUuNjI5MTdaIiBmaWxsPSIjMDA3QkM3Ii8+PC9zdmc+");
    background-size: contain;
    background-repeat: no-repeat;
  }
}/*# sourceMappingURL=style.css.map */