@charset "UTF-8";
/* settings
---------------------------------------------------------------*/
/* object
---------------------------------------*/
/* image
---------------------------------------*/
/* text
---------------------------------------*/
.sitemapSec__list {
  border: 1px solid #eee;
}

@media (max-width: 768px) {
  .sitemapSec__list {
    margin-top: 5.33333vw;
  }
}

@media (min-width: 769px) {
  .sitemapSec__item:not(:first-child) {
    margin-top: 2vw;
  }
}

@media (max-width: 768px) {
  .sitemapSec__item:not(:first-child) {
    margin-top: 5.33333vw;
  }
}

.sitemapSec__item a {
  font-weight: 700;
}

.sitemapSec__link {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
  display: block;
}

@media (max-width: 768px) {
  .sitemapSec__link {
    padding: 4vw;
  }
}

@media (min-width: 769px) {
  .sitemapSec__link {
    padding: 1.67vw 1.67vw;
    font-size: 1.11vw;
  }
}

.sitemapSec__title {
  margin-bottom: 0;
}

.sitemapSec__in {
  width: 88%;
  margin: auto;
  padding: 6% 5%;
  border-top: 1px solid #eee;
}

@media (max-width: 768px) {
  .sitemapSec__in li:not(:last-of-type) {
    font-size: 3.73333vw;
  }
}

@media (min-width: 769px) {
  .sitemapSec__in li:not(:last-of-type) {
    font-size: 0.89vw;
    margin-bottom: 0.5vw;
  }
}

.sitemapSec__in li a {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.05em;
  position: relative;
}

@media (max-width: 768px) {
  .sitemapSec__in li a {
    padding: 1% 3% 1% 5.33333vw;
    font-size: 3.46667vw;
  }
}

@media (min-width: 769px) {
  .sitemapSec__in li a {
    padding: 1% 3% 1% 1.94vw;
    font-size: 0.89vw;
  }
}

.sitemapSec__in li a::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  background: #ccc;
}

@media (max-width: 768px) {
  .sitemapSec__in li a::before {
    width: 3.46667vw;
  }
}

@media (min-width: 769px) {
  .sitemapSec__in li a::before {
    width: 0.89vw;
  }
}
