.yonago .pagesMV {
    background: url(../img/mv_yonago.webp) center/cover no-repeat;
}

.pagesMV .text__wrapper {
    width: 53%;
}

@media screen and (max-width: 767.9px) {
    .yonago .pagesMV {
        background-image: url(../img/mv_yonago_sp.webp);
    }

    .pagesMV .text__wrapper {
        width: 100%;
    }
}
sub {
    vertical-align: bottom;
}
/* story */
.story {
    padding-bottom: 0;
}

.story__list.reverse {
    margin-bottom: 142rem;
}

.story__list:nth-child(3) .story__img {
    transform: translate(-30rem, 5rem);
}

.story__list:nth-child(3) {
    margin-bottom: 150rem;
}

.btn--bottom {
    margin: 148rem auto 50rem;
}

@media screen and (max-width: 767.9px) {
    .story .story__list.reverse {
        margin-bottom: 58rem;
    }

    .story__list:nth-child(3) .story__img {
        transform: unset;
    }

    .story__list:nth-child(3) {
        margin-bottom: 58rem;
    }

    .btn--bottom {
        margin: 60rem auto 50rem;
    }
}