.sdgs__bg {
    background-image: url('../images/data2024/sdgs/sdgs--bk__pc.png');
    background-size: 100% 50%;
    background-repeat: no-repeat;
}

@media (max-width: 1023px) {
    .sdgs__bg {
        background-image: url('../images/data2024/sdgs/sdgs--bk__pc.png');
        background-size: 100% 50%;
        background-repeat: no-repeat;
    }
}

.sdgs__title-box {
    margin: auto;
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sdgs__title {
    color: var(--main-color__black);
    letter-spacing: 2.4px;
    font-size: 24px;
    font-weight: 500;
    margin-top: 3.3125rem;
}

@media (min-width: 760px) and (max-width: 1023px) {
    .sdgs__title {
        letter-spacing: 1.6px;
        font-size: 16px;
        margin-top: 1.5625rem;
    }
}

@media (min-width: 390px) and (max-width: 759px) {
    .sdgs__title {
        letter-spacing: 1.6px;
        font-size: 16px;
        margin-top: 1.5625rem;
    }
}

@media (min-width: 340px) and (max-width: 389px) {
    .sdgs__title {
        letter-spacing: 1.6px;
        font-size: 16px;
        margin-top: 1.5625rem;
    }
}

@media (max-width: 339px) {
    .sdgs__title {
        letter-spacing: 1.6px;
        font-size: 16px;
        margin-top: 1.5625rem;
    }
}

.sdgs__subtitle {
    color: var(--main-color__black);
    letter-spacing: 3.4px;
    font-size: 34px;
    font-weight: 600;
    margin-top: 4px;
    margin-bottom: 3.3031rem;
}

@media (min-width: 760px) and (max-width: 1023px) {
    .sdgs__subtitle {
        letter-spacing: 2.8px;
        font-size: 28px;
        margin-bottom: 2.25rem;
        font-weight: 700;
    }
}

@media (min-width: 390px) and (max-width: 759px) {
    .sdgs__subtitle {
        letter-spacing: 2.8px;
        font-size: 28px;
        margin-bottom: 2.25rem;
    }
}

@media (min-width: 340px) and (max-width: 389px) {
    .sdgs__subtitle {
        letter-spacing: 2.8px;
        font-size: 28px;
        margin-bottom: 2.25rem;
    }
}

@media (max-width: 339px) {
    .sdgs__subtitle {
        letter-spacing: 2.8px;
        font-size: 28px;
        margin-bottom: 2.25rem;
    }
}

.sdgs__logos {
    max-width: 507px;
    width: 100%;
    margin-bottom: 3.3125rem;
}

@media (min-width: 760px) and (max-width: 1023px) {
    .sdgs__logos {
        margin-bottom: 3.41rem;
    }
}

@media (min-width: 390px) and (max-width: 759px) {
    .sdgs__logos {
        margin-bottom: 3.41rem;
    }
}

@media (min-width: 340px) and (max-width: 389px) {
    .sdgs__logos {
        margin-bottom: 3.41rem;
    }
}

@media (max-width: 339px) {
    .sdgs__logos {
        margin-bottom: 3.41rem;
    }
}

.sdgs__illust-box {
    max-width: 1219px;
    width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: 8.75rem;
    background: transparent linear-gradient(85deg, #FFFFFF 0%, #F2F2F2 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 15px;
    padding-bottom: 7.31rem;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .sdgs__illust-box {
        max-width: 1219px;
        width: 90.7%;
        margin: auto;
        margin-bottom: 6.25rem;
        background: transparent linear-gradient(85deg, #FFFFFF 0%, #F2F2F2 100%) 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 8px;
        /* display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        align-content: center;
        flex-wrap: nowrap;
        padding-top: 3.5rem;
        padding-bottom: 2.25rem; */
    }
}


@media (max-width: 1023px) {
    .sdgs__illust-box {
        max-width: 1219px;
        width: 90.7%;
        height: fit-content;
        margin: auto;
        margin-bottom: 6.25rem;
        background: transparent linear-gradient(85deg, #FFFFFF 0%, #F2F2F2 100%) 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        align-content: center;
        flex-wrap: wrap;
        padding-top: 3.5rem;
        padding-bottom: 2.25rem;
    }
}

.sdgs__download-box {
    margin: auto;
    margin-top: 7rem;
}

@media (min-width: 760px) and (max-width: 1023px) {
    .sdgs__download-box {
        margin-top: 6.25rem;
        margin-bottom: 8.125rem;
    }
}

@media (min-width: 390px) and (max-width: 759px) {
    .sdgs__download-box {
        margin-top: 6.25rem;
        margin-bottom: 8.125rem;
    }
}

@media (min-width: 340px) and (max-width: 389px) {
    .sdgs__download-box {
        margin-top: 6.25rem;
        margin-bottom: 8.125rem;
    }
}

@media (max-width: 339px) {
    .sdgs__download-box {
        margin-top: 6.25rem;
        margin-bottom: 8.125rem;
    }
}

.sdgs__download-label {
    max-width: 620px;
    /* width: 100%; */
    height: 95px;
    background: #0075B9;
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: 1.8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 48px;
    margin: auto;
    transition: 0.3s;
    cursor: pointer !important;
    padding: 0 8rem;
}

@media (min-width: 760px) and (max-width: 1023px) {
    .sdgs__download-label {
        padding: 0 0rem;
    }
}

@media (min-width: 390px) and (max-width: 759px) {
    .sdgs__download-label {
        max-width: 319px;
        padding: 0 0rem;
    }
}

@media (min-width: 340px) and (max-width: 389px) {
    .sdgs__download-label {
        max-width: 319px;
        padding: 0 0rem;
        font-size: 16px;
        letter-spacing: 1.6px;
    }
}

@media (max-width: 339px) {
    .sdgs__download-label {
        max-width: 280px;
        height: 80px;
        padding: 0 0rem;
        font-size: 14px;
        letter-spacing: 1.4px;
    }
}

.sdgs__download-label:link {
    color: #FFFFFF;
    text-decoration: none;
}

.sdgs__download-label:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.sdgs__download-label:hover {
    transition: 0.3s;
    text-decoration: none;
    transform: translateY(-5px);
}

.sdgs__download-label .text_xl {
    font-size: 24px;
    letter-spacing: 2.4px;
    font-weight: 600;
    margin-left: 10px;
    margin-right: 10px;
}

@media (min-width: 390px) and (max-width: 759px) {
    .sdgs__download-label .text_xl {
        font-size: 21px;
        letter-spacing: 2.1px;
    }
}

@media (min-width: 340px) and (max-width: 389px) {
    .sdgs__download-label .text_xl {
        font-size: 20px;
        letter-spacing: 2px;
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media (max-width: 339px) {
    .sdgs__download-label .text_xl {
        font-size: 18px;
        letter-spacing: 1.8px;
    }
}

.sdgs__download-label .text_m {
    font-weight: 500;
}

.sdgs__illust-iframe {
    width: 100%;
    height: 55rem;
    border: 0;
}

/* モーダル */
.sdgs__modal {
    position: relative;
}

.sdgs__modal .modal.show .modal-dialog {
    margin-top: 0rem;
    max-width: 1366px;
    width: 100%;
    margin: auto;
}

.sdgs__modal .modal {
    background-color: rgba(0, 0, 0, 0.5);
    overflow-y: hidden;
}

.modal-backdrop.show {
    opacity: 0;
}

.sdgs__modal .modal-dialog {
    max-width: none !important;
    max-height: none !important;
    width: 100vw !important;
    height: 100vh !important;
}

.sdgs__modal .modal-content {
    border: 0px solid rgba(0, 0, 0, .8) !important;
    max-width: 1216px;
    width: 100%;
    max-height: 691px;
    height: 90%;
    margin: auto;
    background-color: #F8F8F8;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 16px;
    padding-top: 2.975rem;
    padding-left: 3.491rem;
    overflow-y: auto;
    overflow-x: hidden;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .sdgs__modal .modal-content {
        width: 90vw;
        padding-top: 2.9375rem;
        padding-left: 0.825rem;
    }
}

/* モーダルークローズボタン */
.sdgs__modal-close {
    width: 66px;
    height: 66px;
    background-color: var(--main-color__yellogreen);
    position: absolute;
    top: 0.875rem;
    right: 0.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    z-index: 999;
    border-radius: 4px;
    cursor: pointer;
}

.sdgs__modal-close span {
    position: absolute;
    width: 52px;
    height: 2px;
    background-color: #FFFFFF;
    top: 50%;
}

.sdgs__modal-close span:first-child {
    transform: rotate(45deg);
}

.sdgs__modal-close span:last-child {
    transform: rotate(-45deg);
}

/* モーダルタイトル */
.sdgs__modal-title-box {
    display: flex;
    align-items: center;
    max-width: 480px;
    width: 100%;
    height: 62px;
    padding: 12px 28px;
    background: #006EBC;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 3.12px;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .sdgs__modal-title-box {
        max-width: 380px;
        width: 100%;
        height: 52px;
        padding: 12px 28px;
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 2.12px;
    }
}

.sdgs__modal-sita-area {
    display: flex;
    margin-top: 2.5625rem;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .sdgs__modal-sita-area {
        flex-wrap: nowrap;
    }
}

.sdgs__modal-left-img {
    max-width: 480px;
    width: 100%;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .sdgs__modal-left-img {
        max-width: 380px;
        width: 100%;
    }
}

.sdgs__modal-right-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 7.4375rem;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .sdgs__modal-right-box {
        margin-left: 4.4375rem;
    }
}

.sdgs__icon {
    max-width: 100px;
    width: 100%;
    height: auto;
    margin-right: 0.635rem;
    margin-bottom: 2.8125rem;
}

@media (min-width: 760px) and (max-width: 1023px) {
    .sdgs__icon {
        max-width: 21.8%;
        width: 100%;
        height: auto;
        margin-right: 0.76rem;
        margin-bottom: 0.9375rem;
    }
}

@media (min-width: 390px) and (max-width: 759px) {
    .sdgs__icon {
        max-width: 21.8%;
        width: 100%;
        height: auto;
        margin-right: 0.76rem;
        margin-bottom: 0.9375rem;
    }
}

@media (min-width: 340px) and (max-width: 389px) {
    .sdgs__icon {
        max-width: 21.8%;
        width: 100%;
        height: auto;
        margin-right: 0.76rem;
        margin-bottom: 0.9375rem;
    }
}

@media (max-width: 339px) {
    .sdgs__icon {
        max-width: 21.8%;
        width: 100%;
        height: auto;
        margin-right: 0.76rem;
        margin-bottom: 0.9375rem;
    }
}

.sdgs__icon-text {
    font-size: 18px;
    letter-spacing: 1.8px;
    color: var(--main-color__black);
    line-height: 29px;
}

@media (min-width: 760px) and (max-width: 1023px) {
    .sdgs__icon-text {
        font-size: 16px;
        letter-spacing: 1.6px;
        color: var(--main-color__black);
        line-height: 24px;
    }
}

@media (min-width: 390px) and (max-width: 759px) {
    .sdgs__icon-text {
        font-size: 16px;
        letter-spacing: 1.6px;
        color: var(--main-color__black);
        line-height: 24px;
    }
}

@media (min-width: 340px) and (max-width: 389px) {
    .sdgs__icon-text {
        font-size: 16px;
        letter-spacing: 1.6px;
        color: var(--main-color__black);
        line-height: 24px;
    }
}

@media (max-width: 339px) {
    .sdgs__icon-text {
        font-size: 14px;
        letter-spacing: 1.4px;
        color: var(--main-color__black);
        line-height: 22px;
    }
}

.sdgs__icon-text .text-wight {
    font-weight: 600;
}

.letter-spacing-0 {
    letter-spacing: 0px;
}

.sdgs__detail-btn {
    max-width: 320px;
    width: 100%;
    height: 52px;
    color: #FFFFFF;
    background-color: #2D86C4;
    letter-spacing: 0.72px;
    display: flex;
    align-items: center;
    position: relative;
    text-decoration: none;
    border-radius: 4px;
    font-size: 18px;
    padding-left: 14px;
    box-sizing: border-box;
    box-shadow: 0px 3px 6px #00000029;
    margin-top: 2.25rem;
    margin-bottom: 8rem;
}

.sdgs__detail-btn:link {
    color: #FFFFFF;
}

@media (min-width: 760px) and (max-width: 1023px) {
    .sdgs__detail-btn {
        max-width: 280px;
        width: 100%;
        height: 38px;
        letter-spacing: 0.64px;
        font-size: 16px;
        margin-bottom: initial;
    }
}

@media (min-width: 390px) and (max-width: 759px) {
    .sdgs__detail-btn {
        max-width: 280px;
        width: 100%;
        height: 38px;
        letter-spacing: 0.64px;
        font-size: 16px;
        margin-bottom: initial;
    }
}

@media (min-width: 340px) and (max-width: 389px) {
    .sdgs__detail-btn {
        max-width: 280px;
        width: 100%;
        height: 38px;
        letter-spacing: 0.64px;
        font-size: 16px;
        margin-bottom: initial;
    }
}

@media (max-width: 339px) {
    .sdgs__detail-btn {
        max-width: 280px;
        width: 100%;
        height: 38px;
        letter-spacing: 0.64px;
        font-size: 16px;
        margin-bottom: initial;
    }
}

.sdgs__detail-btn-arrow {
    width: 8px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}

.sdgs__detail-btn:visited {
    color: #FFFFFF !important;

}

.sdgs__detail-btn:hover {
    color: #FFFFFF !important;
    text-decoration: none;
}

.sdgs__detail-btn:hover .sdgs__detail-btn-arrow {
    right: 10px;
    transition: 0.3s;
}

@media (max-width: 1023px) {
    .sdgs__detail-btn:hover .sdgs__detail-btn-arrow {
        right: 20px;
    }
}

@media (max-width: 1023px) {
    .sdgs__illust-img-sp {
        max-width: 85.5%;
        width: 100%;
    }

    .sdgs__illust-box-blue {
        max-width: 93%;
        width: 100%;
        height: auto;
        background: #E6F7FF;
        border: 0.5px solid #2D86C4;
        border-radius: 4px;
        margin-top: 3.875rem;
        padding-left: 1.3125rem;
        padding-top: 1.5625rem;
        padding-right: 1.4375rem;
        padding-bottom: 3.25rem;
    }

    .sdgs__illust-box-white {
        max-width: 93%;
        width: 100%;
        height: auto;
        background: #FFFFFF;
        border-radius: 4px;
        padding-left: 1.3125rem;
        padding-top: 1.5625rem;
        padding-right: 1.4375rem;
        padding-bottom: 2.5625rem;
        margin-top: 1.5rem;
    }

    .sdgs__illust-box-img {
        max-width: 100%;
        width: 100%;
        margin-bottom: 1.625rem;
    }

    .sdgs__illust-box-title {
        font-size: 19px;
        font-weight: 600;
        letter-spacing: 1.9px;
        line-height: 28px;
        color: #000000;
        margin-bottom: 0.625rem;
    }

    @media (max-width: 339px) {
        .sdgs__illust-box-title {
            font-size: 15px;
            font-weight: 600;
            letter-spacing: 1.5px;
            line-height: 24px;
            color: #000000;
            margin-bottom: 0.625rem;
        }
    }
}