/* 2025.01.25
-----------------------------------*/
/* st-PageIntro
-----------------------------------*/
.is-sitemap .st-PageIntro {
  background-image: url("../img/bg_sitemap_01_sp.jpg");
}

@media screen and (min-width: 700px) {
  .is-sitemap .st-PageIntro {
    background-image: url("../img/bg_sitemap_01_pc.jpg");
  }
}
/* sitemap-Content
-----------------------------------*/
.sitemap-Content {
  max-width: 1000px;
  margin: 60px auto 155px;
  padding-inline: 20px;
}
.sitemap-Content_Row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}
.sitemap-Content_Row + .sitemap-Content_Row {
  margin-top: 30px;
}
.sitemap-Content_Link {
  text-decoration: none;
  /*border: 1px solid #969696;*/
  display: block;
  /*padding: 17px 59px 17px 39px;*/
  padding: 17px 59px 17px 0;
  position: relative;
}
.sitemap-Content_Link + .sitemap-Content_Link {
  margin-top: 30px;
}
/*
.sitemap-Content_Link::before {
  content: "";
  width: 10px;
  background-color: #556998;
  display: block;
  position: absolute;
  left: 9px;
  top: -1px;
  bottom: -1px;
}
*/
.sitemap-Content_Link .sw-Arrow02 {
  margin-block: auto;
  position: absolute;
  right: 19px;
  top: 0;
  bottom: 0;
}
.sitemap-Content_Link_ExternalIco {
  margin-block: auto;
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
}
.sitemap-Content_Link-home {
  padding-right: 19px;
  padding-bottom: 10px;
}
.sitemap-Content_Link-home .sitemap-Content_SubText {
  margin-top: 7px;
  margin-left: 10px;
}
.sitemap-Content_Link-home .sw-Arrow02 {
  margin-block: 0;
  top: auto;
  bottom: 9px;
}
.sitemap-Content_Text {
  font-family: "Noto Sans JP", sans-serif;
  color: #505050;
  font-weight: 700;
  display: block;
}
.sitemap-Content_Text_Sm {
  font-size: 80%;
}
.sitemap-Content_SubText {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.43;
  display: block;
}
/*
.sitemap-Content_Subpage {
  background-color: #f0f0f0;
  padding-block: 10px;
  padding-left: 20px;
}
*/
.sitemap-Content_Subpage_Item {
  list-style: none;
}
.sitemap-Content_Subpage_Link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.43;
  text-decoration: none;
  display: block;
  padding: 10px 60px 10px 20px;
  position: relative;
}
.sitemap-Content_Subpage_Link .sw-Arrow02 {
  margin-block: auto;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
}
.sitemap-Content_Subpage_Sm {
  font-size: 80%;
}

@media screen and (min-width: 700px) {
  .sitemap-Content_Row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .sitemap-Content_Item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (min-width: 960px) {
  .sitemap-Content {
    margin-top: 130px;
    margin-bottom: 265px;
    padding-inline: 40px;
  }
  .sitemap-Content_Row {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
  .sitemap-Content_Item {
    width: calc((100% - 60px) / 2);
  }
  .sitemap-Content_Link-home {
    padding-bottom: 10px;
  }
  .sitemap-Content_Link-home .sitemap-Content_SubText {
    margin-top: 3px;
  }
  .sitemap-Content_Text {
    font-size: 1.25rem;
    line-height: 1.25;
  }
  .sitemap-Content_SubText {
    font-size: 1rem;
  }
  .sitemap-Content_Subpage {
    padding-top: 7px;
    padding-bottom: 13px;
  }
  .sitemap-Content_Subpage_Link {
    font-size: 1rem;
    line-height: 1.5;
    padding-block: 8px;
  }
}
@media (any-hover: hover) {
  .sitemap-Content_Link:hover .sitemap-Content_Text, .sitemap-Content_Link:hover .sitemap-Content_SubText {
    text-decoration: underline;
    opacity: 0.7;
  }
  .sitemap-Content_Link:hover .sitemap-Content_Link_ExternalIco {
    opacity: 0.7;
  }
  .sitemap-Content_Link:hover .sw-Arrow02 {
    opacity: 0.7;
  }
  .sitemap-Content_Link_ExternalIco {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .sitemap-Content_Text {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .sitemap-Content_SubText {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .sitemap-Content_Subpage_Link {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .sitemap-Content_Subpage_Link:hover {
    text-decoration: underline;
    opacity: 0.7;
  }
}