@charset "UTF-8";

.sustainability-section {}

.dei-section-title {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 5rem;
    line-height: 6rem;
    letter-spacing: 0.08em;
    padding-bottom: 3rem;
    color: #000000;

    @media screen and (max-width: 767px) {
        font-size: 2rem;
        letter-spacing: 0.05em;
        padding-bottom: 1rem;
    }
}

.dei-description {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 3.8rem;
    letter-spacing: 0.1em;
    padding-bottom: 6rem;
    color: #000000;

    @media screen and (max-width: 767px) {
        font-size: 1.6rem;
        line-height: 2;
        letter-spacing: 0.05em;
        padding-bottom: 20px;
    }
}

.dei-image-wrapper {
    padding-bottom: 10rem;
    /* overflow: hidden; */

    @media screen and (max-width: 767px) {
        padding-bottom: 4rem;
    }

}

.dei-image-wrapper img {
    width: 100%;
    display: block;
    border-top-right-radius: 10rem;
    border-bottom-left-radius: 10rem;

    @media screen and (max-width: 767px) {
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
    }
}

.dei-titles {
    padding-bottom: 8rem;

    @media screen and (max-width: 767px) {
        padding-bottom: 40px;
    }

    h2 {
        display: flex;
        flex-direction: column;
    }
}

.dei-eng-title {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 900;
    font-size: 5.6rem;
    line-height: 6.7rem;
    letter-spacing: 0.1em;
    color: #000000;
    text-align: center;
    padding-bottom: 1rem;

    @media screen and (max-width: 767px) {
        font-size: 2rem;
        letter-spacing: 0.08em;
        padding-bottom: 0;
    }
}

.dei-jp-title {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 3.8rem;
    text-align: center;
    letter-spacing: 0.1em;
    color: #000000;

    @media screen and (max-width: 767px) {
        font-size: 16px;
        line-height: 2;
        letter-spacing: 0.05em;
    }
}

.dei-container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 6rem;
    gap: 7rem;
    /* justify-content: space-between; */

    @media screen and (max-width: 767px) {
        flex-direction: column;
        gap: 10px;
    }
}

.dei-container-paragraph {
    width: 50%;

    @media screen and (max-width: 767px) {
        width: 100%;
        order: 1;
    }
}

.dei-container-img {
    width: 45%;

    @media screen and (max-width: 767px) {
        width: 100%;
        order: 0;
    }
}

.dei-container-title {
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 900;
    font-size: 5.2rem;
    line-height: 6.2rem;
    letter-spacing: 0.1em;
    color: #000000;

    @media screen and (max-width: 767px) {
        font-size: 30px;
        line-height: 1.8;
        letter-spacing: 0.08em;
        padding-bottom: 0;
    }
}

.dei-container-subtitle {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 3.4rem;
    letter-spacing: 0.08em;
    color: #000000;
    padding-bottom: 3rem;

    @media screen and (max-width: 767px) {
        font-size: 1.4rem;
        line-height: 1;
        letter-spacing: 0.05em;
        padding-bottom: 10px;
    }
}

.divider {
    border-top: 2px solid #000;
    width: 95%;
    padding-bottom: 3rem;

}

.dei-container-block-title {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 3.4rem;
    letter-spacing: 0.08em;
    padding-bottom: 2rem;
    color: #000000;
    /* flex: none; */
    /* order: 0; */
    /* align-self: stretch; */
    /* flex-grow: 0; */

    @media screen and (max-width: 767px) {
        font-size: 2rem;
        letter-spacing: 0.08em;
        padding-bottom: 10px;

        br {
            display: none;
        }
    }
}

.dei-container-block-des {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.1em;
    color: #000000;
    text-align: justify;

    @media screen and (max-width: 767px) {
        font-size: 16px;
        line-height: 2;
        letter-spacing: 0.05em;
    }
}

.button-tag {

    @media screen and (max-width: 767px) {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.dei-container-button {
    margin-top: 2rem;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 25rem;
    background-color: #000;
    text-decoration: none !important;
    font-family: 'Urbanist';
    font-style: normal;
    font-weight: 900;
    font-size: 1.4rem;
    line-height: 1.9rem;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 17rem;
    height: 5.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}