@charset "UTF-8";

.sitemap_container {
    padding-bottom: 80px;
    background-image: url(../images/sitemap_bg.png),url(../images/sitemap-right.png);
    background-repeat: no-repeat;
    background-position-y: 90%, 85%;
    background-position-x: 0, 100%;
    background-size: auto, clamp(18.75rem, -20.46rem + 50.19vw, 35.375rem);
}

.sitemap-content_container {
    max-width: 1000px;
    width: 90%;
    margin: auto;
}

.page-title_container .en-title {
    color: #142B8B;
    font-size: 18px;
    font-weight: 300;
    font-family: "Noto serif JP";
}

.page-title_container .ja-title {
    font-size: 32px;
    font-weight: 700;
}

.sitemap-list_container {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    max-width: 800px;
    column-gap: 18px;
}

.sitemap-half_list {
    max-width: 336px;
    width: calc(100% / 2);
}

.sitename-link {
    color: #142B8B;
    font-weight: 700;
    padding-bottom: 3px;
    border-bottom: 1px solid #142B8B;
}

.sitemap-content_wrap:not(:first-of-type) {
    margin-top: 36px;
}

.sitename-wrap.wrap_first {
    margin-bottom: 10px;
}

.site-contents {
    font-size: 14px;
}

@media screen and (max-width: 1250px) {
    .sitemap_container {
        background-size: auto, clamp(13.438rem, 5.92rem + 26.73vw, 18.75rem);
        background-position-y: 60%, 97%;
        padding-bottom: 230px;
    }
}

@media screen and (max-width: 767px) {
    .sitemap_container {
        padding-bottom: 150px;
        background-image: none, url(../images/sitemap-right.png);
    }
    .sitemap-list_container {
        margin-top: 30px;
    }
}