@charset "utf-8";
/* Sitemap
----------------------------------------------------------------------------------------------------*/
.main {
  width: min(90%, 1140px);
  margin: 0 auto;
}
.sitemap__list, .list__sub {
  list-style: none;
}
.sitemap__list {
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  font-weight: 600;
}
.list__sub {
  padding: 0;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 400;
}
.sitemap__list a {
  display: block;
  text-decoration: none;
  transition: 0.5s;
  padding: 2rem 1rem;
  border-top: 1px solid #dcdcdc;
}
.list__sub a {
  padding: 2rem 0 2rem 10rem;
}
.sitemap__list a:hover {
  background: #0081BB;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sitemap__list {
    padding: 0;
  }
}
/*-----------------------------------------
昭和建設株式会社
-----------------------------------------*/
.sitemap__list a:hover {
  background: #8fc42f;
}