.p_sitemap .l_container {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .p_sitemap .heading-1 {
    bottom: 0;
    transform: translateY(3%);
  }
}
.p_sitemap .heading-1 span {
  font-size: 3rem;
  color: #000;
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .p_sitemap .heading-1 span {
    font-size: 5rem;
  }
}
.p_sitemap .heading-1 .eng {
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .p_sitemap .heading-1 .eng {
    font-size: 3rem;
  }
}
.p_sitemap01 {
  padding: 39px 0 75px;
}
.p_sitemap01_ttl {
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .p_sitemap01_ttl {
    font-size: 2.2rem;
  }
}
.p_sitemap01_content {
  margin-top: 11px;
}
.p_sitemap .sitemap_item {
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .p_sitemap .sitemap_item {
    padding-bottom: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .p_sitemap .sitemap_item.item01 {
    padding-bottom: 9px;
  }
}
@media only screen and (min-width: 768px) {
  .p_sitemap .sitemap_item.item02 {
    padding-bottom: 16px;
  }
}
.p_sitemap .sitemap_item.item02 .name {
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .p_sitemap .sitemap_item.item02 .name {
    padding-bottom: 10px;
  }
}
.p_sitemap .sitemap_item.item02 .sitemap_frame {
  gap: 0;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .p_sitemap .sitemap_item.item02 .sitemap_frame {
    gap: clamp(2.5rem, 2.9761904762vw + 1.0714285714rem, 6.05rem);
  }
}
.p_sitemap .sitemap_item.item04 {
  padding-bottom: 32px;
}
.p_sitemap .sitemap_item.item04 .sitemap_col.col01 {
  width: 217px;
}
@media only screen and (min-width: 768px) {
  .p_sitemap .sitemap_item.item04 .sitemap_frame {
    gap: inherit;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .p_sitemap .sitemap_item.item04 .sitemap_frame {
    width: unset;
  }
}
@media only screen and (min-width: 768px) {
  .p_sitemap .sitemap_item.item04 .sitemap_col {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .p_sitemap .sitemap_item.item04 .sitemap_col {
    width: unset;
  }
}
.p_sitemap .sitemap_item.item05 {
  border-bottom: 1px solid #cccccc;
}
@media only screen and (min-width: 768px) {
  .p_sitemap .sitemap_item.item05 {
    padding-bottom: 38px;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .p_sitemap .sitemap_item.item05 .sitemap_desc {
    padding-left: 10px;
  }
}
.p_sitemap .sitemap_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #f3f3f3;
  padding: 5px 10px;
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  .p_sitemap .sitemap_ttl {
    padding: 4px 10px;
  }
}
.p_sitemap .sitemap_frame {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .p_sitemap .sitemap_frame {
    flex-direction: row;
    gap: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p_sitemap .sitemap_frame.g_90 {
    gap: clamp(2.5rem, 7.4404761905vw - 1.0714285714rem, 8.925rem);
  }
}
@media only screen and (min-width: 768px) {
  .p_sitemap .sitemap_frame.g_60 {
    gap: clamp(2.5rem, 2.9761904762vw + 1.0714285714rem, 6.05rem);
  }
}
@media only screen and (min-width: 768px) {
  .p_sitemap .sitemap_frame.g_64 {
    gap: clamp(2.5rem, 3.5714285714vw + 0.7857142857rem, 6.5rem);
  }
}
.p_sitemap .sitemap_desc {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .p_sitemap .sitemap_desc {
    flex-direction: row;
  }
}
.p_sitemap .sitemap_col.col01 {
  flex-shrink: 0;
  width: 244px;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) {
  .p_sitemap .sitemap_col.col01 {
    padding-left: 10px;
  }
}
.p_sitemap .sitemap_col:has(.sitemap_list) .name {
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .p_sitemap .sitemap_col:has(.sitemap_list) .name {
    padding-bottom: 10px;
  }
}
.p_sitemap .sitemap_col .name {
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 700;
  transition: 0.5s;
}
.p_sitemap .sitemap_col .name:hover {
  text-decoration: none;
}
.p_sitemap .sitemap_col .name01 {
  font-weight: 700;
}
.p_sitemap .sitemap_list_item {
  padding-bottom: 2px;
}
.p_sitemap .sitemap_onner {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .p_sitemap .sitemap_onner {
    flex-direction: row;
    flex-wrap: wrap;
    gap: clamp(2.5rem, 4.4642857143vw + 0.3571428571rem, 6.675rem);
  }
}
.p_sitemap .sitemap_inner02 {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .p_sitemap .sitemap_inner02 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .p_sitemap .sitemap_inner02 .p_sitemap01_content {
    padding-left: 11px;
  }
}
@media only screen and (min-width: 768px) {
  .p_sitemap .sitemap_inner02 .sitemap_desc {
    padding-top: 8px;
    gap: 71px;
  }
}
@media only screen and (min-width: 768px) {
  .p_sitemap .sitemap_inner02 .cols02 {
    transform: translateX(13px);
  }
}

/*# sourceMappingURL=sitemap.css.map */
