/*
Theme Name: Twenty Twenty-one Child
Version: 1.6
Template: twentytwentyone
*/
:root {
  --viewport-width: min(100vw, 2000px);
  --b: calc(var(--viewport-width) / 160);
}

#sitemap .content {
  padding-bottom: max(18rem, 70px);
}
#sitemap .content__wrapper {
  width: 84%;
  max-width: 980px;
}
#sitemap .content__heading {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  white-space: nowrap;
}
#sitemap .content__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: max(3.5rem, 28px) max(9rem, 55px);
}
@media screen and (max-width: 768px) {
  #sitemap .content__nav {
    grid-template-columns: 1fr;
  }
}
#sitemap .content__list {
  display: flex;
  flex-direction: column;
  gap: max(3.5rem, 28px);
}
#sitemap .content__item a {
  position: relative;
  display: flex;
  align-items: center;
  gap: max(1rem, 10px);
  width: 100%;
  padding-bottom: max(1.5rem, 15px);
  border-bottom: 1px solid rgba(23, 126, 93, 0.45);
  color: #177e5d;
  font-size: max(1.5rem, 14px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#sitemap .content__item a:hover {
  opacity: 0.6;
}
#sitemap .content__item a:hover .content__item__arrow {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
#sitemap .content__item__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: max(1.4rem, 12px);
  height: auto;
  aspect-ratio: 10.897/9.193;
  background: url("../images/btn-icon-green.svg") center/contain no-repeat;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
#sitemap .content__childList {
  display: flex;
  flex-direction: column;
  gap: max(1.2rem, 8px);
  padding-top: max(2rem, 16px);
  padding-left: max(3rem, 18px);
}
#sitemap .content__childItem a {
  gap: max(0.7rem, 6px);
  padding-bottom: 0;
  border-bottom: 0;
  color: #000000;
  font-size: max(1.4rem, 12px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#sitemap .content__childItem a:hover .content__childItem__arrow {
  opacity: 1;
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
#sitemap .content__childItem__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: max(1.1rem, 10px);
  height: auto;
  aspect-ratio: 10.897/9.193;
  background: url("../images/btn-icon-green.svg") center/contain no-repeat;
  opacity: 0;
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (max-width: 550px) {
  #sitemap .content__childItem__arrow {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}/*# sourceMappingURL=sitemap.css.map */