.sitemapSection {
  padding-bottom: 180px;
}
@media (max-width: 969px) {
  .sitemapSection {
    padding-bottom: 95px;
  }
}
.sitemapSection .sitemapList {
  margin-top: -20px;
}
@media (max-width: 969px) {
  .sitemapSection .sitemapList {
    margin-top: -30px;
  }
}
.sitemapSection .sitemapList .listItem {
  width: calc(50% - 25px);
  font-size: 1.7rem;
  line-height: 1.5;
}
@media (max-width: 969px) {
  .sitemapSection .sitemapList .listItem {
    width: 100%;
    font-size: 1.4rem;
  }
}
.sitemapSection .sitemapList .listItem a {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding: 20px 0;
  border-bottom: 1px solid var(--border-color);
  color: var(--main-color);
}
@media (max-width: 969px) {
  .sitemapSection .sitemapList .listItem a {
    padding: 30px 0;
  }
}
@media (any-hover: hover) {
  .sitemapSection .sitemapList .listItem a:hover {
    opacity: 1;
  }
  .sitemapSection .sitemapList .listItem a:hover .bar::after {
    left: 0;
  }
}
.sitemapSection .sitemapList .listItem span {
  opacity: 0.6;
}
.sitemapSection .sitemapList .listItem .font_en {
  display: block;
  margin-bottom: 5px;
  font-size: 3.1rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  opacity: 1;
}
@media (max-width: 969px) {
  .sitemapSection .sitemapList .listItem .font_en {
    font-size: 2.48rem;
  }
}
.sitemapSection .sitemapList02 {
  margin-top: 60px;
}
@media (max-width: 969px) {
  .sitemapSection .sitemapList02 {
    max-width: 480px;
    margin: 30px auto 0;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}
.sitemapSection .sitemapList02 .listItem {
  line-height: 1.5;
}
@media (max-width: 969px) {
  .sitemapSection .sitemapList02 .listItem {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
.sitemapSection .sitemapList02 .listItem ul {
  justify-content: flex-start;
}
@media (max-width: 969px) {
  .sitemapSection .sitemapList02 .listItem ul {
    display: block;
    width: 49%;
  }
}
.sitemapSection .sitemapList02 .listItem ul + ul {
  margin-top: 15px;
}
@media (max-width: 969px) {
  .sitemapSection .sitemapList02 .listItem ul + ul {
    margin-top: 0;
  }
}
.sitemapSection .sitemapList02 .listItem li {
  margin-right: 30px;
}
@media (max-width: 969px) {
  .sitemapSection .sitemapList02 .listItem li {
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.sitemapSection .sitemapList02 .listItem a {
  color: var(--main-color);
}
.sitemapSection .sitemapList02 .listItem .icon_external {
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 2px;
  vertical-align: middle;
}
.sitemapSection .sitemapLang {
  position: relative;
  width: 263px;
  color: var(--main-color);
  font-size: 1.7rem;
  letter-spacing: 0.1em;
}
@media (max-width: 969px) {
  .sitemapSection .sitemapLang {
    width: 100%;
    margin-top: 20px;
    font-size: 1.3rem;
  }
}
.sitemapSection .sitemapLang .langTitle {
  display: block;
  position: relative;
  padding: 18px 30px;
  border: 1px solid var(--border-color);
  cursor: pointer;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 969px) {
  .sitemapSection .sitemapLang .langTitle {
    padding: 18px 20px;
  }
}
.sitemapSection .sitemapLang .langTitle .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
}
.sitemapSection .sitemapLang .langList {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
.sitemapSection .sitemapLang .langList li {
  border: 1px solid var(--border-color);
  border-top: none;
}
.sitemapSection .sitemapLang .langList a {
  display: block;
  padding: 18px 30px;
  color: currentColor;
}
@media (max-width: 969px) {
  .sitemapSection .sitemapLang .langList a {
    padding: 18px 20px;
  }
}