.sitemap__inner {
  padding-top: 116px;
  padding-bottom: 156px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2%;
}
@media (max-width: 768px) {
  .sitemap__inner {
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sitemap__container {
  width: 21.5%;
}
@media (max-width: 980px) {
  .sitemap__container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sitemap__container {
    margin-bottom: 38px;
  }
}
.sitemap__container--menu {
  width: 48%;
}
@media (max-width: 980px) {
  .sitemap__container--menu {
    width: 32%;
  }
}
@media (max-width: 768px) {
  .sitemap__container--menu {
    width: 100%;
  }
}
.sitemap__container--school {
  margin-left: -26px;
}
@media (max-width: 980px) {
  .sitemap__container--school {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .sitemap__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0px 20px;
  }
}
.sitemap__list-title {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 34px;
}
@media (max-width: 768px) {
  .sitemap__list-title {
    font-size: 18px;
    margin-bottom: 2px;
  }
}
.sitemap__list-title--menu {
  color: #F6A631;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .sitemap__list-title--menu {
    margin-bottom: 3px;
  }
}
.sitemap__list-title--school {
  color: #40C1C9;
}
.sitemap__list-title--info {
  color: #ADADAD;
}
.sitemap__list--menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (max-width: 768px) {
  .sitemap__list--menu {
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -webkit-flex-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
  }
}
.sitemap__item {
  width: 100%;
  border-bottom: 1px solid #000;
  font-size: 21px;
}
@media (max-width: 980px) {
  .sitemap__item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sitemap__item {
    width: 47%;
    font-size: 14px;
  }
}
.sitemap__item a {
  margin-top: 19.5px;
  padding-bottom: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .sitemap__item a {
    margin-top: 18px;
    padding-bottom: 12.3px;
  }
}
.sitemap__item a:hover {
  color: #F6A631;
}
.sitemap__item a:hover img {
  -webkit-transform: translate(0.25vw);
          transform: translate(0.25vw);
}
.sitemap__item span {
  display: inline-block;
}
.sitemap__item img {
  width: inherit;
  height: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .sitemap__item img {
    width: 9px;
  }
}
.sitemap__item--menu {
  width: 45.3%;
}
@media (max-width: 980px) {
  .sitemap__item--menu {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sitemap__item--menu {
    width: 47%;
  }
}
.sitemap__item--menu:nth-child(2n) {
  margin-left: 5.3%;
}
@media (max-width: 980px) {
  .sitemap__item--menu:nth-child(2n) {
    margin-left: 0;
  }
}