@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/* ====================================================
Media Quary
==================================================== */
.sec-sitemap {
  padding: 41px 0 200px;
  color: #000;
}

@media screen and (max-width: 1245px) {
  .sec-sitemap {
    padding: 50px 0 120px;
  }
}

@media screen and (max-width: 768px) {
  .sec-sitemap {
    padding: 50px 0;
  }
}

.sec-sitemap .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec-sitemap a {
  color: inherit;
  display: block;
}

.sitemap-col {
  width: 48%;
  max-width: 520px;
}

@media screen and (max-width: 768px) {
  .sitemap-col {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .sitemap-col:last-child {
    margin-bottom: 0;
  }
}

.sitemap-col:nth-child(even) {
  margin-left: auto;
}

.sitemap-col__item {
  margin-bottom: 75px;
}

@media screen and (max-width: 1245px) {
  .sitemap-col__item {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .sitemap-col__item {
    margin-bottom: 30px;
  }
}

.sitemap-col__item:last-child {
  margin-bottom: 0;
}

.sitemap-col__ttl {
  margin-bottom: 71px;
  padding: 0;
}

@media screen and (max-width: 1245px) and (min-width: 769px) {
  .sitemap-col__ttl {
    font-size: 2.6rem;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .sitemap-col__ttl {
    margin-bottom: 15px;
  }
}

.sitemap-col__ttl a {
  padding: 21px 30px 21px 0;
  position: relative;
}

@media screen and (max-width: 1245px) {
  .sitemap-col__ttl a {
    padding: 15px 25px 15px 0;
  }
}

@media screen and (max-width: 768px) {
  .sitemap-col__ttl a {
    padding: 10px 25px 10px 0;
  }
}

.sitemap-col__ttl a:after {
  position: absolute;
  content: '';
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 3px solid #005ca2;
  border-right: 3px solid #005ca2;
  width: 5px;
  height: 5px;
  top: calc(50% + 2px);
  right: 20px;
}

@media screen and (max-width: 1245px) {
  .sitemap-col__ttl a:after {
    right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .sitemap-col__ttl a:after {
    right: 0;
    border-top: 2px solid #005ca2;
    border-right: 2px solid #005ca2;
  }
}

.sitemap-col__ttl:last-child {
  margin-bottom: 0;
}

.sitemap-col__box {
  margin-bottom: 61px;
}

@media screen and (max-width: 1245px) {
  .sitemap-col__box {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 768px) {
  .sitemap-col__box {
    margin-bottom: 30px;
  }
}

.sitemap-col__box:last-child {
  margin-bottom: 0;
}

.sitemap-col__subTtl {
  line-height: 1;
  margin-bottom: 32px;
  padding: 0;
}

@media screen and (max-width: 1245px) and (min-width: 769px) {
  .sitemap-col__subTtl {
    font-size: 2.1rem;
    margin-bottom: 15px;
  }
}

.sitemap-col__subTtl > * {
  padding: 0px 0 2px 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sitemap-col__subTtl > * {
    padding: 0 0 0 10px;
  }
}

.sitemap-col__subTtl > *:before {
  position: absolute;
  content: '';
  width: 6px;
  top: 0;
  bottom: 0;
  left: 0;
  background: #79c1e0;
}

@media screen and (max-width: 768px) {
  .sitemap-col__subTtl > *:before {
    width: 3px;
  }
}

.sitemap-col__list {
  letter-spacing: 1px;
}

.sitemap-col__list a {
  color: #020202;
}

.sitemap-col__list > * > a {
  padding-left: 30px;
  position: relative;
}

.sitemap-col__list > * > a:before {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  background: url("../images/ico-arr.png") no-repeat;
  background-size: contain;
  background-position: center;
  left: -1px;
  top: 11px;
}

@media screen and (max-width: 1245px) {
  .sitemap-col__list > * > a:before {
    top: 7px;
  }
}

@media screen and (max-width: 768px) {
  .sitemap-col__list > * > a:before {
    width: 15px;
    height: 15px;
    top: 6px;
    left: 0;
  }
}

@media screen and (max-width: 374px) {
  .sitemap-col__list > * > a:before {
    width: 12px;
    height: 12px;
  }
}

.sitemap-col__list > * .list-sub {
  padding: 3px 0 0 33px;
}

.sitemap-col__list > * .list-sub a {
  padding-left: 19px;
  position: relative;
}

.sitemap-col__list > * .list-sub a:before {
  position: absolute;
  content: '';
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 3px solid #79c1e0;
  border-right: 3px solid #79c1e0;
  left: 0;
  top: 15px;
  width: 6px;
  height: 6px;
}

@media screen and (max-width: 1245px) {
  .sitemap-col__list > * .list-sub a:before {
    top: 13px;
  }
}

@media screen and (max-width: 768px) {
  .sitemap-col__list > * .list-sub a:before {
    top: 10px;
  }
}

/*# sourceMappingURL=maps/sitemap.css.map */
