.eneos .pagesMV {
    background: url(../img/mv_eneos.webp) center/cover no-repeat;
}

.pagesMV .text__wrapper {
    width: 46%;
}

@media screen and (max-width: 767.9px) {
    .eneos .pagesMV {
        background-image: url(../img/mv_eneos_sp.webp);
    }

    .pagesMV .text__wrapper {
        width: 100%;
    }
}

/* story */
.story {
    padding-top: 80rem;
    padding-bottom: 97rem;
}

.story .lead {
    padding-bottom: 75rem;
}

.story__list:nth-child(1) {
    .story__img {
        transform: translate(-30rem, 61rem);
    }
}

.story__list:nth-child(2) {
    margin-bottom: 100rem;

    .story__title {
        margin-top: 93rem;
        padding-left: 379rem;
    }

    .story__text {
        width: 739rem;
    }

    .img__wrapper {
        transform: translate(349rem, 5rem);
    }
}

.story__list:nth-child(3) {
    margin-bottom: 144rem;

    .story__title {
        margin-top: 43rem;
    }
}

.story__list:nth-child(4) {
    margin-bottom: 131rem;

    .story__title {
        padding-left: 67rem;
    }
}

.story__list:nth-child(5) {
    margin-left: 0;

    .text__wrapper {
        width: 634rem;
    }

    .story__title {
        padding-left: 0;
    }

    .story__text {
        width: 634rem;

    }

    .img__wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        transform: none;
    }

    .story__img {
        width: 300rem;
        padding-top: 7rem;
        margin-bottom: 15rem;
    }

    .note {
        text-align: center;
        font-size: 16rem;
        margin-bottom: 10rem;
    }

}

@media screen and (max-width: 767.9px) {
    .story {
        padding-top: 50rem;
        padding-bottom: 24rem;
    }

    .story .lead {
        padding-bottom: 43rem;
    }

    .story__list:nth-child(1) {
        .story__img {
            transform: none;
            margin-top: 30rem;
        }
    }

    .story .story__list.reverse:nth-child(2) {
        margin-bottom: 22rem;

        .story__title {
            margin-top: 0;
            padding-left: 0;
        }

        .story__text {
            width: 100%;
        }

        .img__wrapper {
            transform: none;
        }

        .story__img {
            margin-top: 33rem;
        }

        .note {
            text-align: right;
        }
    }

    .story__list:nth-child(3) {
        margin-bottom: 60rem;

        .story__title {
            margin-top: 30rem;
        }

        .story__img {
            margin-top: 32rem;
        }
    }

    .story .story__list.reverse:nth-child(4) {
        margin-bottom: 60rem;

        .story__title {
            padding-left: 0;
        }

        .story__img {
            margin-top: 31rem;
        }
    }

    .story__list:nth-child(5) {
align-items: center;
        .text__wrapper {
            width: 100%;
        }

        .story__text {
            width: 100%;

        }

        .story__img {
            padding-top: 0;
            margin-bottom: 16rem;
            margin-top: 44rem;
        }

        .note {
            margin-bottom: 12rem;
        }

    }

}