@charset "UTF-8";

html {
    background-color: #F5F3EE;
}
@media screen and (min-width: 900px){
    #SDGsHeaderBox{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 50px;
    }
    .SDGsHBox{
        width: 25%;
        margin: 0 1%;
        aspect-ratio: .8;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .SDGsHWord {
        font-size: 7vw;
        position: absolute;
        left: 50%;
        top: -5%;
        transform: translate(-50%, -50%);
        font-weight: 600;
        opacity: .5;
        color: #B4B4B4;
    }
    .SDGsHCircle {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        aspect-ratio: 1;
        border-radius: 100%;
        background: linear-gradient(to bottom, #707070 50%, #AFAFAF 50%, #AFAFAF);
        display: flex;
        flex-direction: column;
        font-weight: 200;
    }
    .SDGsHCircleUp,
    .SDGsHCircleDown {
        width: 100%;
        height: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 2vw;
        color: #FFFFFF;
        line-height: 2vw;
        text-align: center;
    }
    .SDGsHCircleSub{
        font-size: 10px;
    }
    .SDGsHCircleUp {
        transform: translate(0px, 10%);
    }
    .SDGsHCircleDown {
        font-size: 1vw;
        transform: translate(0px, -10%);
    }
    .MainTextBox {
        font-size: 15px;
        letter-spacing: 1px;
        line-height: 23px;
        color: #797979;
    }
    .MarginBox{
        margin: 0 auto 50px;
    }
    .SusHeader {
        font-size: 43px;
        display: flex;
        align-items: center;
        margin: 50px 0 40px;
        padding: 60px 0 0;
        color: #2B2B2B;
    }
    .SusHeaderJp {
        font-size: 18px;
        font-weight: 600;
        display: flex;
        border-left: 1px solid #696969;
        height: 45px;
        vertical-align: middle;
        align-items: center;
        margin: 0 0 0 15px;
        padding: 0 0 0 15px;
        color: #2B2B2B;
    }
    .SusContentBox{
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .SusImageBox {
        width: 60%;
        border-radius: 5px;
        overflow: hidden;
        aspect-ratio: 2;
    }
    .SusImageBox img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .SusContentText {
        width: 40%;
        padding: 0 5%;
    }
}




@media screen and (max-width: 899px) {
    #SDGsHeaderBox {
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin: 0 auto 50px;
    }

    .SDGsHBox {
        width: 240px;
        margin: 0 1%;
        aspect-ratio: .8;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .SDGsHWord {
        font-size: 115px;
        position: absolute;
        left: 50%;
        top: -5%;
        transform: translate(-50%, -50%);
        font-weight: 600;
        opacity: .5;
        color: #B4B4B4;
    }

    .SDGsHCircle {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        aspect-ratio: 1;
        border-radius: 100%;
        background: linear-gradient(to bottom, #707070 50%, #AFAFAF 50%, #AFAFAF);
        display: flex;
        flex-direction: column;
        font-weight: 200;
    }

    .SDGsHCircleUp,
    .SDGsHCircleDown {
        width: 100%;
        height: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 32px;
        color: #FFFFFF;
        line-height: 27px;
        text-align: center;
    }

    .SDGsHCircleSub {
        font-size: 10px;
    }

    .SDGsHCircleUp {
        transform: translate(0px, 10%);
    }

    .SDGsHCircleDown {
        font-size: 16px;
        transform: translate(0px, -10%);
    }

    .MainTextBox {
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 23px;
        color: #797979;
    }

    .MarginBox {
        margin: 0 auto 50px;
    }

    .SusHeader {
        font-size: 43px;
        display: flex;
        align-items: center;
        margin: 50px 0 40px;
        padding: 60px 0 0;
        color: #2B2B2B;
    }

    .SusHeaderJp {
        font-size: 18px;
        font-weight: 600;
        display: flex;
        border-left: 1px solid #696969;
        height: 45px;
        vertical-align: middle;
        align-items: center;
        margin: 0 0 0 15px;
        padding: 0 0 0 15px;
        color: #2B2B2B;
    }

    .SusContentBox {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .SusContentBox:nth-of-type(2n+1){
        flex-direction:column-reverse;
    }
    .SusImageBox {
        width: 100%;
        border-radius: 5px;
        overflow: hidden;
        aspect-ratio: 2;
    }

        .SusImageBox img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .SusContentText {
        width: 100%;
        margin: 20px auto 0;
    }
}

@media screen and (min-width: 1500px) {
    .SDGsHWord {
        font-size: 106px !important;
    }
    .SDGsHCircleUp {
        font-size: 30px !important;
        line-height: 30px !important;
    }
    .SDGsHCircleDown {
        line-height: 30px !important;
        font-size: 15px !important;
    }
}
