
.h2title {
    margin-top: 0;
    margin-bottom: 60px;
    font-size: 5.8rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    color: #fff;
    line-height: 1.3;
    letter-spacing: 0.2rem;
    text-align: center;

}

.message-en {
    color: #fff;
    text-align: center;
}

.scrolldown {
    bottom: -150px;
}

.scrolldown:after {
    background: #fff;

}


.sdgs-info {
    padding-top: 160px;
    position: relative;
    z-index: 1;
}

.sdgs-info .desc {
    text-align: center;
}

.sdgs-info-block {
    padding-top: 80px;
    margin: 0 auto;
    max-width: 1000px;
}

.sdgs__item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

.sdgs__item.odd {
    justify-content: flex-end;
}

.sdgs__item::before {
    content: "";
    width: 600px;
    height: 400px;
    position: absolute;
}

.sdgs__item.odd::before {
    left: 0;
}

.sdgs__item.even::before {
    right: 0;
}

.sdgs__item.--3::before {
    content: "";
    background: url(../img/sdgs/1002_img01.jpg) no-repeat center;
    background-size: cover;
}

.sdgs__item.--7::before {
    content: "";
    background: url(../img/sdgs/1002_img04.jpg) no-repeat center;
    background-size: cover;
}

.sdgs__item.--11::before {
    content: "";
    background: url(../img/sdgs/1002_img05.jpg) no-repeat center;
    background-size: cover;
}

.sdgs__item.--12::before {
    content: "";
    background: url(../img/sdgs/1002_img07.jpg) no-repeat center;
    background-size: cover;
}

.sdgs__item .imgWrapper {
    width: 100%;
    position: relative;
}

.sdgs__item.odd .imgWrapper {
    text-align: right;
    position: relative;
}

.sdgs__item .textBlock {
    padding-top: 20px;
    padding-bottom: 80px;
    margin-bottom: 80px;
    position: relative;
}

.sdgs__item .textBlock:before {
    content: "";
    background: #ffffff;
    width: 1000px;
    height: 100%;
    position: absolute;
    top: 0;
}

.sdgs__item.odd .textBlock:before {
    right: -500px;
}

.sdgs__item.even .textBlock:before {
    left: -500px;
}

.sdgs__item .sdgs-title {
    margin-bottom: 30px;
    font-size: 2rem;
    letter-spacing: 0.1rem;
    position: relative;
    display: inline-block;
}

.sdgs__item.--3 .sdgs-title {
    color: #26973B;
}

.sdgs__item.--7 .sdgs-title {
    color: #FABD00;
}

.sdgs__item.--11 .sdgs-title {
    color: #F5A202;
}

.sdgs__item.--12 .sdgs-title {
    color: #D39207;
}

.sdgs__item .sdgs-title::before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 120px;
    height: 1px;
}

.sdgs__item.odd .sdgs-title::before {
    left: -160px;
}

.sdgs__item.even .sdgs-title::before {
    right: -160px;
}

.sdgs__item.--3 .sdgs-title::before {
    background-color: #26973B;
}

.sdgs__item.--7 .sdgs-title::before {
    background-color: #FABD00;
}

.sdgs__item.--11 .sdgs-title::before {
    background-color: #FABD00;
}

.sdgs__item.--12 .sdgs-title::before {
    background-color: #D39207;
}

.sdgs__item .sdgs-title+.text {
    margin-bottom: 40px;
    position: relative;
}

.sdgs__item .textBlock {
    width: 520px;
    position: relative;
}

.sdgs__item.odd .textBlock {
    padding-left: 100px;
}

.sdgs__item.even .textBlock {
    padding-right: 100px;
}

.sdgs__item .decimal {
    margin: 0;
    padding: 0;
    position: relative;
}

.sdgs__item .decimal::before {
    margin-right: 5px;
    content: "●";
}

.sdgs__item.--3 .decimal::before {
    color: #26973B;
}

.sdgs__item.--7 .decimal::before {
    color: #FABD00;
}

.sdgs__item.--11 .decimal::before {
    color: #FABD00;
}

.sdgs__item.--12 .decimal::before {
    color: #D39207;
}





@media screen and (max-width: 960px) {
    .sdgs__item__cnt {
        padding-top: 150px;
    }
}

@media screen and (max-width: 767px) {
    #kasou .sustainability .mainvisual {
        height: 800px;
    }

    .titleBlock {
        width: 100%;
        height: auto;
    }

    .titleBlock .basewidth {
        padding-top: 100px;
    }

    .h2title {
        margin-top: 0;
        margin-bottom: 60px;
        font-size: 12vw;

    }

    .message-en br {
        display: none;
    }

    .inner-title::before {
        bottom: 160px;
        font-size: 10vw;
    }

    .sdgs-info .desc {
        font-size: 4.5vw;
        text-align: left;
    }

    .sdgs-info .desc br {
        display: none;
    }

    .sdgs__item::before {
        width: 100%;
    }

    .sdgs__item.even::before {
        right: 0;
        top: -86px;
    }

    .sdgs__item.odd::before {
        top: -86px;
        left: 0;
    }

    .sdgs__item .textBlock {
        width: 100%;
    }

    .sdgs__item.odd .textBlock {
        padding-left: 0;
    }

    .sdgs__item.even .textBlock {
        padding-right: 0;
    }

    .sdgs__item.odd .sdgs-title::before {
        left: inherit;
        right: -160px;
    }

    .sdgs__item.--12 .textBlock {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}