.sitemap_wrapper {
  margin-top: 12rem;
  padding-bottom: min(142px, 7.396vw);
  
}
#sitemap .sitemap_inner {
  margin-top: min(240px, 12.5vw);
}
#sitemap .sitemap__title {
  margin-left: 0;
  font-size: 3.2rem;
  letter-spacing: 4px;
}
#sitemap .sitemap_link {
  font-size: 2.4rem;
  margin-bottom: 3rem;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.7;
  font-weight: 320;
}
#sitemap .sitemap_link img {
  width: min(2.2rem, 1vw);
}
#sitemap .sitemap_box ul {
  margin-top: 3rem;
  position: relative;
}
.site_map_list a {
  padding-left: 4rem;
}
.site_map_list a::before {
  content: "";
  background: #565656;
  width: 14px;
  height: 1px;
  top: 14px;
  left: 1rem;
  position: absolute;
}
.site_map_list a::after {
  content: "";
  background: #565656;
  width: 1px;
  height: 14px;
  top: 0;
  left: 1rem;
  position: absolute;
}
.header__list:hover .header__list_drop {
  display: block ;
}
.circle_dot {
  width: 50%;
}
.circle_dot span {
  display: block;
  width: 5px;
  height: 5px;
  background: #666;
  border-radius: 50%;
  margin-top: 2rem;
  margin-inline: auto;
}

@media screen and (min-width: 1024px) {
  .circle_dot {
    width: 20%;
  }
}

@media screen and (max-width: 767.9px) {
  #sitemap .sitemap_wrapper {
    padding-bottom: 2rem;
    margin-top: 0;
  }
  #sitemap .sitemap_inner {
    margin-top: 6rem;
  }
  #sitemap .sitemap__title {
    font-size: 2.2rem;
    line-height: 1.1875;
    position: relative;
  }
  #sitemap .sitemap_link {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  #sitemap .sitemap_link img {
    width: 1.4rem;
    margin-right: 1rem;
  }
  #sitemap .sitemap ul {
    margin-left: 14vw;
    margin-top: 2rem;
  }
  .circle_dot span {
    width: 3px;
    height: 3px;
  }
}