/*----------------------------------
	SITE MAP
------------------------------------*/
.sitemap__inner {
  margin-top: 96px;
}

.sitemap__icon::before {
  margin-left: .25em;
  color: #6350E9;
  vertical-align: bottom;
}

.sitemap__link--2nd {
  font-size: 4rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.sitemap__link--3rd {
  font-weight: bold;
  font-size: 2rem;
}

.sitemap__link--4th {
  font-weight: bold;
  font-size: 1.6rem;
}

.sitemap__link--5th {
  font-size: 1.4rem;
}

.sitemap__link--3rd, .sitemap__link--4th {
  display: inline-block;
  margin-top: -webkit-calc((-1em * 1.5 + 1em) / 2) ;
  margin-top: -moz-calc((-1em * 1.5 + 1em) / 2) ;
  margin-top: calc((-1em * 1.5 + 1em) / 2) ;
  margin-bottom: -webkit-calc((-1em * 1.5 + 1em) / 2) ;
  margin-bottom: -moz-calc((-1em * 1.5 + 1em) / 2) ;
  margin-bottom: calc((-1em * 1.5 + 1em) / 2) ;
  line-height: 1.5;
  line-height: 1.5;
}

.sitemap-subpages {
  margin-top: 40px;
}

.sitemap-subpages__list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sitemap-subpages__list::after {
  speak: none;
  display: block;
  width: -webkit-calc((100% - 40px*2)/ 3);
  width: -moz-calc((100% - 40px*2)/ 3);
  width: calc((100% - 40px*2)/ 3);
  height: 0;
  content: "";
}

.sitemap-subpages__item {
  width: -webkit-calc((100% - 40px*2) / 3);
  width: -moz-calc((100% - 40px*2) / 3);
  width: calc((100% - 40px*2) / 3);
}

.sitemap-subpages__item:nth-of-type(n + 4) {
  margin-top: 32px;
}

.sitemap-subpages__item--4th {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .sitemap__link--2nd {
    font-size: 3.2rem;
  }
  .sitemap__link--3rd {
    font-weight: bold;
    font-size: 1.8rem;
  }
  .sitemap-subpages {
    margin-top: 24px;
  }
  .sitemap-subpages__list {
    display: block;
  }
  .sitemap-subpages__list::after {
    display: none;
  }
  .sitemap-subpages__item {
    width: 100%;
    margin-top: 24px;
  }
  .sitemap-subpages__item:nth-of-type(n + 4) {
    margin-top: 16px;
  }
  .sitemap-subpages__item--4th {
    margin-top: 16px;
    padding-left: 20px;
  }
}
