@charset "utf-8";
.sitemap_wrap {
  display: flex;
  flex-direction: column;
  gap: 34px 0;
}
.sitemap_list {
  flex: 1;
}
.sitemap_list_item {
  display: flex;
  flex-direction: column;
  gap: 14px 0;
  padding: 34px 0 30px;
  border-bottom: 1px solid #ACACA5;
}
.sitemap_list_item:nth-child(1) {
  padding: 0 0 30px;
}
.sitemap_top {
  min-width: 120px;
}
.sitemap_top_link {
  display: flex;
  gap: 0 6px;
}
.sitemap_top_link > span:nth-child(1) {
  padding: 2px 0 0;
}
.sitemap_top_link > span:nth-child(1) img {
  vertical-align: baseline;
}
.sitemap_top_link_arw {
  width: 23px;
}
.sitemap_top_link_arw02 {
  width: 6px;
  vertical-align: baseline;
}
.sitemap_top_link_txt {
  position: relative;
  font-size: 18px;
}
.sitemap_top_link_icon {
  padding: 0 27px 0 0;
  background: url('../images/sitemap/sitemap_top_link_icon.svg') right center/16px 16px no-repeat;
}
.sitemap_top_link_icon02 {
  padding: 0 20px 0 0;
  background: url('../images/sitemap/sitemap_top_link_icon.svg') right center/10px 10px no-repeat;
}
.sitemap_sub {
  padding: 0 0 0 71px;
}
.sitemap_sub_link {
  display: flex;
  gap: 0 9px;
}
.sitemap_sub_link + .sitemap_sub_link {
  margin: 10px 0 0;
}
.sitemap_top_link_txt02 {
  font-size: 13px;
  font-weight: normal;
}
.sitemap_top_link_txt02 img {
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .sitemap_wrap {
    flex-direction: row;
    gap: 0 48px;
  }
  .sitemap_list_item {
    flex-direction: row;
    gap: 0 20px;
  }
  .sitemap_top_link_txt {
		font-size: clamp(18px, 1.87vw, 24px);
  }
  .sitemap_top_link_icon {
    padding: 0 30px 0 0;
    background: url('../images/sitemap/sitemap_top_link_icon.svg') right center/20px 20px no-repeat;
  }
  .sitemap_top_link_icon02 {
    background: url('../images/sitemap/sitemap_top_link_icon.svg') right center/12px 12px no-repeat;
  }
  .sitemap_top_link_txt02 {
		font-size: clamp(13px, 1.4vw, 18px);
  }
  .sitemap_sub {
    padding: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .sitemap_list_item {
    gap: 0 20px;
    padding: 45px 0 40px;
  }
  .sitemap_list_item:nth-child(1) {
    padding: 0 0 40px;
  }
  .sitemap_top {
    min-width: 250px;
  }
  .sitemap_top_link {
    gap: 0 9px;
  }
  .sitemap_top_link > span:nth-child(1) {
    padding: 4px 0 0;
  }
  .sitemap_top_link_txt::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #222;
    transition: all 0.3s ease;
  }
  .sitemap_top_link_arw {
    width: 30px;
  }
  .sitemap_top_link_arw02 {
    width: 8px;
  }
  .sitemap_top_link:hover .sitemap_top_link_txt::before {
    width: 100%;
  }
  .sitemap_top_link_txt {
    font-size: 24px;
  }
  .sitemap_top_link_icon {
    padding: 0 32px 0 0;
    background: url('../images/sitemap/sitemap_top_link_icon.svg') right 8px/22px 22px no-repeat;
  }
  .sitemap_top_link_icon02 {
    padding: 0 21px 0 0;
    background: url('../images/sitemap/sitemap_top_link_icon.svg') right 8px/14px 14px no-repeat;
  }
  .sitemap_sub {
    padding: 9px 0 0;
  }
  .sitemap_sub_link {
    gap: 0 13px;
  }
  .sitemap_sub_link + .sitemap_sub_link {
    margin: 20px 0 0;
  }
  .sitemap_top_link_txt02 {
    font-size: 18px;
  }
}
