.common_section1 .wrap .common_y {
    position: relative;
    overflow: unset
}

.common_section1 .wrap .common_y .mx {
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translate(-50%, 0)
}

.common_section1 .wrap .common_y .flex .title.on {
    color: var(--color)
}

.common_section1 .wrap .text2 {
    width: 1263px;
    font-family: 'Archivo r', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #3D3D3D;
    line-height: 40px;
    margin: 85px auto 0;
    text-align: center
}

.sustainable1 {
    padding: 300px 0 233px
}

.sustainable1 .wrap {
    width: 1860px;
    margin: auto
}

.sustainable1 .wrap .matter {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sustainable1 .wrap .matter:not(:last-child) {
    margin: 0 0 530px
}

.sustainable1 .wrap .matter:nth-child(2n) {
    flex-direction: row-reverse
}

.sustainable1 .wrap .matter .content {
    width: 800px
}

.sustainable1 .wrap .matter .content .dis {
    display: flex;
    align-items: center;
    gap: 27px;
    margin: 0 0 40px
}

.sustainable1 .wrap .matter .content .title {
    font-weight: bold;
    font-size: 60px;
    color: #111111;
    line-height: 60px;
    font-family: 'Archivo b', sans-serif;
    text-transform: uppercase
}

.sustainable1 .wrap .matter .content .title * {
    font-family: 'Archivo b', sans-serif
}

.sustainable1 .wrap .matter .content .text {
    font-weight: 400;
    font-size: 20px;
    color: #3D3D3D;
    line-height: 40px;
    font-family: 'Archivo r', sans-serif;
    margin: 45px 0 0 0
}

.main {
    position: relative;
    z-index: 1
}

.main .main_sticky {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.main .main_sticky .index_canvas {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    transition: 2s;
    pointer-events: none
}

@media screen and (max-width: 1919px) {
    .common_section1 .wrap .common_y .mx{
        top: 3.3854166667vw;
    }
    .common_section1 .wrap .text2{
        width: 65.78125vw;
        font-size: 1.25vw;
        line-height: 2.0833333333vw;
        margin: 4.4270833333vw auto 0px;
    }
    .sustainable1{
        padding: 15.625vw 0px 12.1354166667vw;
    }
    .sustainable1 .wrap{
        width: 96.875vw;
    }
    .sustainable1 .wrap .matter:not(:last-child){
        margin: 0px 0px 27.6041666667vw;
    }
    .sustainable1 .wrap .matter .content{
        width: 41.6666666667vw;
    }
    .sustainable1 .wrap .matter .content .dis{
        gap: 1.40625vw;
        margin: 0px 0px 2.0833333333vw;
    }
    .sustainable1 .wrap .matter .content .title{
        font-size: 3.125vw;
        line-height: 3.125vw;
    }
    .sustainable1 .wrap .matter .content .text{
        font-size: 1.0416666667vw;
        line-height: 2.0833333333vw;
        margin: 2.34375vw 0px 0px;
    }
}

@media screen and (max-width: 1024px) {
    .common_section1 .wrap .text2{
        width: 100%;
        font-size: 13px;
        line-height: 25px;
        margin: 30px 0 0 0;
        padding: 0 5%;
    }
    .main .main_sticky{
        z-index: -1;
    }
    .sustainable1{
        padding: 20px 0 35px;
    }
    .sustainable1 .wrap .matter:not(:last-child){
        margin: 0 0 50px;
    }
    .sustainable1 .wrap .matter{
        flex-direction: column!important;
        align-items: unset;
    }
    .sustainable1 .wrap .matter .content{
        width: 100%;
    }
    .sustainable1 .wrap{
        width: 90%;
    }
    .sustainable1 .wrap .matter .content .dis{
        gap: 18px;
        margin: 0 0 15px ;
    }
    .sustainable1 .wrap .matter .content .dis img{
        width: 30px;
        height: 30px;
        object-fit: contain;
    }
    .sustainable1 .wrap .matter .content .title{
        font-size: 22px;
        line-height: 25px;
    }
    .sustainable1 .wrap .matter .content .text{
        margin: 20px 0 0 0;
        font-size: 13px;
        line-height: 25px;
    }
    .sustainable1 .wrap .matter .picture{
        width: 65%;
        margin: 30px 0 0 0;
    }
    .sustainable1 .wrap .matter .picture img{
        width: 100%;
    }
}
