@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
 サイトマップ
===========================================*/
.sitemap_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sitemap_list::before {
  content: "";
  display: block;
  order: 1;
}
.sitemap_list::after {
  content: "";
  display: block;
}
.sitemap_list::before, .sitemap_list::after {
  width: 250px;
}
@media screen and (max-width: 1200px) {
  .sitemap_list::before, .sitemap_list::after {
    width: 47%;
  }
}
@media screen and (max-width: 576px) {
  .sitemap_list::before, .sitemap_list::after {
    width: 100%;
  }
}
.sitemap_item {
  width: 250px;
  margin-bottom: 80px;
}
.sitemap_item:last-child {
  margin-bottom: 150px;
}
@media screen and (max-width: 1200px) {
  .sitemap_item {
    width: 47%;
  }
}
@media screen and (max-width: 576px) {
  .sitemap_item {
    width: 100%;
  }
}
.sitemap_item-02 {
  width: 550px;
}
@media screen and (max-width: 1200px) {
  .sitemap_item-02 {
    width: 100%;
  }
}
.sitemap_item-02 .page_list {
  display: flex;
  flex-wrap: wrap;
}
.sitemap_item-02 .page_list_item {
  width: 50%;
}
.sitemap_item_headWrap {
  display: block;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #004a95;
}
.sitemap_item a.sitemap_item_headWrap:hover .sitemap_item_head {
  background: linear-gradient(to right, #187fc2, #003387);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sitemap_item_head {
  line-height: 1;
  color: #6e6e6e;
  display: flex;
  flex-direction: column;
}
.sitemap_item_head_en {
  font-family: "Bebas Neue", cursive;
  font-size: clamp(2.4rem, 4vw, 4.8rem);
  letter-spacing: 0.05em;
}
.sitemap_item_head_ja {
  font-weight: 900;
  letter-spacing: 0.05em;
}

.page_list_item a {
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.page_list_item a:hover {
  color: #ffb900;
  -webkit-text-decoration: underline #ffb900;
          text-decoration: underline #ffb900;
}/*# sourceMappingURL=sitemap.css.map */