/* # =================================================================
   # sitemap
   # ================================================================= */

html,
main {
  overflow-x: hidden;
}

.sitemap__container {
  padding-block: 3.2rem 8.4rem;
}

.sitemap__innerwrap {
  background: #fff;
  border-radius: 30px;
  padding: 75px 75px 54px 75px;
}

.sitemap__linklist > li {
  margin-bottom: 48px;
}

.sitemap__linklist > li > a {
  background: var(--colorHoverGreen) url(../../images/sitemap/arrow_link.png) center right 20.71px no-repeat;
  border-radius: 5px;
  font-size: 2rem;
  font-weight: 700;
  display: block;
  padding: 0 20px;
  line-height: 50px;
  transition: 0.3s;
}

.sitemap__linklist > li > a:hover {
  background: #b7de91 url(../../images/sitemap/arrow_link.png) center right 20.71px no-repeat;
  transition: 0.3s;
}

.sitemap__linksublist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 25px;
  margin-top: 24px;
}

.sitemap__linksublist > li > a {
  background: #fff url(../../images/sitemap/arrow_link.png) center right 20.71px no-repeat;
  border-bottom: #d9d9d9 solid 1px;
  color: #333;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 50px;
  padding: 0 20px;
  transition: 0.3s;
}

.sitemap__linksublist > li > a:hover {
  background: var(--colorHoverGreen) url(../../images/sitemap/arrow_link.png) center right 20.71px no-repeat;
  color: #047f4a;
  transition: 0.3s;
}

.sitemap__linksublist > li.bordernone > a {
  border-bottom: none;
}

.sitemap__linksublist_chilled {
  border-bottom: #d9d9d9 solid 1px;
  padding-bottom: 15px;
}

.sitemap__linksublist_chilled > li > a {
  background: #fff;
  color: #333;
  display: block;
  font-weight: 500;
  line-height: 40px;
  padding-left: 26px;
  transition: 0.3s;
}

.sitemap__linksublist_chilled > li > a:hover {
  background: var(--colorHoverGreen);
  color: #047f4a;
  transition: 0.3s;
}

.sitemap__bottom_block {
  border-top: #d9d9d9 solid 2px;
  padding-top: 28px;
}

.sitemap__bottom_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 25px;
  align-items: stretch;
}

.sitemap__bottom_list > li {
  border-bottom: #d9d9d9 solid 1px;
}

.sitemap__bottom_list > li > a {
  background: #fff url(../../images/sitemap/arrow_link.png) center right 20.71px no-repeat;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 20px;
  line-height: 1.5;
  height: 100%;
  min-height: 5rem;
  transition: 0.3s;
}

.sitemap__bottom_list > li > a:hover {
  background: var(--colorHoverGreen) url(../../images/sitemap/arrow_link.png) center right 20.71px no-repeat;
  color: #047f4a;
  transition: 0.3s;
}

.pageContents {
  .leaf-1 {
    top: 9rem;
    left: -8.8rem;
  }
  .leaf-2 {
    top: 19.5rem;
    left: -8rem;
  }

  .leaf-3 {
    background-image: url(../../images/common/img_bg_contents-leaf-1.webp);
    width: 6.7rem;
    height: 4.7rem;
    top: 88.5rem;
    right: -12rem;
    animation: fall-left 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    animation-delay: 1s;
  }
  @media screen and (max-width: 767px) {
    .leaf-1 {
      display: none;
    }
    .leaf-2 {
      top: 7.5rem;
      left: -2rem;
      width: 1.5rem;
    }
    .leaf-3 {
      top: 51rem;
      right: -2.5rem;
      width: 2.2rem;
    }
  }
}

.footer .bg-leaf {
  display: none;
}

@media screen and (max-width: 1099px) {
  .sitemap__innerwrap {
    padding: 75px 25px 54px 25px;
  }
}

@media screen and (max-width: 767px) {
  .container1100 {
    padding-inline: 3rem;
  }

  .sitemap__container {
    padding-block: 3.2rem 12.7rem;
  }

  .sitemap__innerwrap {
    padding: 33px 16px 33px 16px;
  }
  .sitemap__linksublist {
    display: block;
    margin-top: 0;
  }
  .sitemap__bottom_list {
    display: block;
  }
  .sitemap__bottom_list > li > a {
    padding-block: 1.3rem;
    min-height: 50px;
  }

  .footer .bg-leaf {
    display: block;
  }

  .sitemap__ordered-list {
    display: flex;
    gap: 0;
    flex-direction: column;
  }

  .sitemap__message {
    order: 1;
  }

  .sitemap__mission {
    order: 2;
  }

  .sitemap__outline {
    order: 3;
  }

  .sitemap__culture {
    order: 4;
  }

  .sitemap__sdgs {
    order: 5;
  }
}
