@charset "UTF-8";
/*=======================================
	responsive
=======================================*/
/* -----------------------
- sitemap_sec
----------------------- */
/*=======================================
　sitemap_sec
=======================================*/
.sitemap_sec {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .sitemap_sec {
    margin-bottom: 100px;
  }
}
.sitemap_sec .inner.w1060 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 70px 0;
}
@media screen and (max-width: 768px) {
  .sitemap_sec .inner.w1060 {
    gap: 50px 0;
  }
}
@media only screen and (max-width: 640px) {
  .sitemap_sec .inner.w1060 {
    display: block;
  }
}
.sitemap_sec .inner.w1060 ul {
  width: 45.28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 0;
}
@media screen and (max-width: 768px) {
  .sitemap_sec .inner.w1060 ul {
    gap: 20px 0;
  }
}
@media only screen and (max-width: 640px) {
  .sitemap_sec .inner.w1060 ul {
    width: 100%;
  }
}
.sitemap_sec .inner.w1060 ul:not(:last-child) {
  margin-bottom: 30px;
}
.sitemap_sec .inner.w1060 ul li a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
}
.sitemap_sec .inner.w1060 ul li.main_link a {
  font-weight: 700;
  font-size: 35px;
  color: #26bacb;
  padding-bottom: 17px;
  border-bottom: 1px solid #26bacb;
  display: block;
  position: relative;
}
@media only screen and (max-width: 950px) {
  .sitemap_sec .inner.w1060 ul li.main_link a {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .sitemap_sec .inner.w1060 ul li.main_link a {
    font-size: 20px;
  }
}
.sitemap_sec .inner.w1060 ul li.main_link a .arrow {
  position: absolute;
  top: 0.1em;
  right: 0;
  background: #26BACB;
  border: 1px solid #26BACB;
  width: 35px;
  height: 35px;
  border-radius: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .sitemap_sec .inner.w1060 ul li.main_link a .arrow {
    width: 25px;
    height: 25px;
    top: 0;
  }
}
.sitemap_sec .inner.w1060 ul li.main_link a .arrow svg {
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .sitemap_sec .inner.w1060 ul li.main_link a .arrow svg {
    width: 10px;
  }
}
.sitemap_sec .inner.w1060 ul li.main_link a:hover {
  opacity: 1;
}
.sitemap_sec .inner.w1060 ul li.main_link a:hover .arrow {
  background: #fff;
}
.sitemap_sec .inner.w1060 ul li.main_link a:hover .arrow svg {
  fill: #26BACB;
}
.sitemap_sec .inner.w1060 ul li.sub_link a {
  font-weight: 500;
  font-size: 20px;
  position: relative;
  padding-left: 22px;
}
@media only screen and (max-width: 950px) {
  .sitemap_sec .inner.w1060 ul li.sub_link a {
    font-size: 16px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .sitemap_sec .inner.w1060 ul li.sub_link a {
    font-size: 14px;
  }
}
.sitemap_sec .inner.w1060 ul li.sub_link a::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #26bacb;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.6em;
}
@media screen and (max-width: 768px) {
  .sitemap_sec .inner.w1060 ul li.sub_link a::before {
    width: 6px;
    height: 6px;
  }
}
.sitemap_sec .inner.w1060 ul li.sub_link a:hover {
  color: #26bacb;
  opacity: 1;
}
.sitemap_sec .inner.w1060 ul li.link_blank a::after {
  background: url("../image/common/icon_blank_03.svg") no-repeat;
}/*# sourceMappingURL=sitemap.css.map */