.sec1 {
    padding: 5.2083333333vw 3.125vw 0;
}

.sec1 .top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.sec1 .top .title {

    font-weight: 400;
    font-size: 3.125vw;
    color: #231815;
    line-height: 3.6458333333vw;
    text-transform: uppercase;
}

.sec1 .top .icon {
    width: 3.9583333333vw;
    margin-bottom: 0.2604166667vw;
}

.sec1 .line {
    width: 100%;
    height: 1px;
    background: #231815;
    margin: 1.8229166667vw 0 2.8645833333vw;
    transform-origin: left;
    transform: scaleX(0);
    transition: 2s;
}

.sec1 .line.aos-animate {
    transform: scaleX(1);
}

.sec1 .text {
    display: flex;
    justify-content: space-between;
  align-items: center;
  padding: 0 8.54166666666666vw 0 0;
}

.sec1 .text .l, .sec1 .text .r {
    font-weight: 400;
    font-size: 0.9375vw;
    color: #231815;
    line-height: 1.7708333333vw;
    width: 45.88541666666666vw;
}
.sec1 .text .img {
  width: 26.14583333vw;
}
.sec1 .text .img img {
  display: block;
  width: 100%;
}
.sec1 .scroll_box {
    height: 300vh;
}

.sec1 .scroll_box .fix {
    width: 100%;
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec1 .scroll_box .fix .item {
    width: 100%;
}
.sec1 .scroll_box .fix .item:nth-child(2n-1) .item_box {
    flex-direction: row-reverse;
}
.sec1 .scroll_box .fix .item .item_box {
    width: 100%;
    background: #FAF8F7;
    padding: 1.0416666667vw;
    display: flex;
    justify-content: space-between;
    transition: 0.6s;
}

.sec1 .scroll_box .fix .item .l {
    width: 42.8333333333vw;
    padding: 6.7708333333vw 3.7708333vw 0 1.5625vw;
    position: relative;
}

.sec1 .scroll_box .fix .item .l .l_page {
    position: absolute;
    left: 1.5625vw;
    bottom: 2.6041666667vw;
    line-height: 1;

    font-weight: 400;
    font-size: 1.25vw;
    color: #231815;
}

.sec1 .scroll_box .fix .item .l .l_page span {
    font-weight: 400;
    font-size: 1.25vw;
    color: #B3ACAA;
}

.sec1 .scroll_box .fix .item .l h5 {

    font-weight: 400;
    font-size: 1.875vw;
    color: #231815;
    line-height: 2.2916666667vw;
    text-transform: uppercase;
    margin-bottom: 2.34375vw;
}

.sec1 .scroll_box .fix .item .l p {
    width: 34.8958333333vw;
    font-weight: 400;
    font-size: 0.9375vw;
    color: #231815;
    line-height: 1.7708333333vw;
}

.sec1 .scroll_box .fix .item .r {
    width: 45.8333333333vw;
    height: 31.25vw;
    overflow: hidden;
}

.sec1 .scroll_box .fix .item .r img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec1 .scroll_box .fix .item .r:hover img {
    transform: scale(1.1);
}

.sec1 .scroll_box .fix .item:not(:nth-child(1)) {
    position: absolute;
    transform: translateY(100vh);
}

.sec2 {
    padding: 1.0416666667vw 3.125vw 4.1666666667vw;
}

.sec2 .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.6458333333vw;
}

.sec2 .top .title {

    font-weight: 400;
    font-size: 3.125vw;
    color: #231815;
    line-height: 3.6458333333vw;
    text-transform: uppercase;
}

.sec2 .top .text {
    font-weight: 400;
    font-size: 0.9375vw;
    color: #231815;
    line-height: 1.7708333333vw;
    width: 44.53125vw;
}

.sec2 .img {
    width: 100%;
    overflow: hidden;
}

.sec2 .img img {
    display: block;
    width: 100%;
    transform: scale(1.1);
    transition: 2s;
}

.sec2 .img.aos-animate img {
    transform: scale(1);
}

.sec3 {
    background: #FAF8F7;
    padding: 6.25vw 9.375vw 7.2916666667vw 3.125vw;
}

.sec3 .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec3 .wrap .l {
    width: 44.4791666667vw;
}

.sec3 .wrap .l h5 {

    font-weight: 400;
    font-size: 3.125vw;
    color: #231815;
    line-height: 3.6458333333vw;
    margin-bottom: 2.6041666667vw;
}

.sec3 .wrap .l p {
    font-weight: 400;
    font-size: 0.9375vw;
    color: #231815;
    line-height: 1.7708333333vw;
}

.sec3 .wrap .r {
    width: 28.1770833333vw;
}

.sec3 .wrap .r img {
    display: block;
    width: 100%;
}
.sec4 {
    padding: 4.739583333333vw 0 2.03125vw;
}
.sec4 .img {
    width: 75.0520833333333vw;
    margin: 0 auto;
}
.sec4 .img img {
    display: block;
    width: 100%;
}
/*# sourceMappingURL=sustainability.css.map */
@media screen and (max-width: 768px) {
    .common_banner {
        padding: 0;
        height: 40vh;
    }
    .common_banner .img {
        height: 100%;
    }
    .common_banner .img img {
        height: 100%;
    }
    .common_banner .img .text h5 {
        margin-bottom: 10px;
    }
    .common_banner .img .text h5 div {
        font-size: 18px;
    }
    .common_banner .img .text p div {
        font-size: 28px;

    }
    .sec1 {
        padding: 60px 5vw 0;
    }
    .sec1 .top {

    }
    .sec1 .top .title {
        font-size: 24px;
        line-height: 1.4;
    }
    .sec1 .top .icon {
        width: 35px;
        margin-bottom: 6px;
    }
    .sec1 .text {
        display: block;
        padding: 0;
    }
    .sec1 .line {
        transform: scaleX(1);
        margin: 15px 0 30px;
    }
    .sec1 .text .img {
        width: 170px;
        margin: 30px 0 0;
    }
    .sec1 .scroll_box {
        height: unset !important;
        padding: 60px 0 0;
    }
    .sec1 .scroll_box .fix .item .item_box {
        flex-direction: column-reverse !important;
        padding: 8px;
    }
    .sec1 .scroll_box .fix .item .l {
        width: 100%;
        padding: 30px 15px 50px;
    }
    .sec1 .scroll_box .fix .item .l .l_page {
        display: none;
    }
    .sec1 .scroll_box .fix .item:not(:nth-child(1)) {
        position: unset;
        transform: unset;
    }
    .sec1 .scroll_box .fix .item .l h5 {
        font-size: 18px;
        line-height: 1.6;
    }
    .sec1 .scroll_box .fix .item .l p {
        width: 100%;
        font-size: 16px;
        line-height: 1.8;
    }
    .sec1 .scroll_box .fix .item .r {
        width: 100%;
        height: 60vw;
    }
    .sec1 .scroll_box .fix {
        height: unset !important;
        display: block;
    }
    .sec1 .text .l, .sec1 .text .r {
        width: 100%;
        font-size: 16px;
        line-height: 1.8;
    }
    .sec1 .scroll_box .fix .item {
        margin-bottom: 40px;
    }
    .sec4 {
        padding: 0;
    }
    .sec4 .img {
        width: 100%;
    }
    .sec3 {
        padding: 60px 5vw 80px;
    }
    .sec3 .wrap {
        display: block;
    }
    .sec3 .wrap .l {
        width: 100%;
    }
    .sec3 .wrap .l h5 {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 40px;
    }
    .sec3 .wrap .l p {
        font-size: 16px;
        line-height: 1.8;
    }
    .sec3 .wrap .r {
        width: 100%;
        margin: 40px 0 0;
    }
}
