.sustainable{

}

.sustainable .us-banner{
    background:url("/images/front/pc/banner/banner2.png") center no-repeat;
    background-size: cover;
}


.sustainable .inner-wrap{
    max-width:1368px;
    width: 100%;
    margin: 0 auto;
    padding: 144px 0 240px;
    display: flex;
    flex-direction: column;
    gap: 128px;
}

.sustainable .inner-wrap .youtube{
    gap: 40px;
}

.sustainable .inner-wrap .youtube strong{
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
}

.sustainable .inner-wrap .youtube iframe{
    width: 100%;
}


.sustainable .inner-wrap > div{
    display: flex;
    flex-direction: column;
    gap: 56px;
    padding: 0 64px;
}

.sustainable .inner-wrap > div small{
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    color: var(--gray-600);
}


.sustainable .inner-wrap > div strong{
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    color: var(--brand-green);
}

.sustainable .inner-wrap > div > div{
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.sustainable .inner-wrap > div img{
    width: 100%;
}


