@media (max-width: 1440px) {
    .hero .hero_text .en_title {
        font-size: 4rem;
    }
    .main .sub_copy {
        font-size: 2.2rem;
    }
    .main .en_title {
        font-size: 3.6rem;
    }
}

@media (max-width: 1024px) {
    .hero .inner {
        padding-left: 15.70834vw;
        padding-right: 7.1146vw;
    }
    .hero .hero_visual {
        height: 55.792vw;
    }
    .hero .hero_text .en_title {
        font-size: 3.1rem;
    }
    .main .sub_copy {
        font-size: 1.8rem;
    }
    .story .story_head {
        min-height: 64rem;
    }
    .story .story_head .quote_mark {
        width: 1.5rem;
        height: 2.95rem;
    }
    .main .en_title {
        font-size: 2.6rem;
    }
    .more_btn .circle {
        width: 4rem;
        height: 4rem;
    }
    .more_btn .circle .icon_default,
    .more_btn .circle .icon_hover {
        width: 1.8rem;
        height: 1.8rem;
    }
    .more_btn .label {
        font-size: 1.2rem;
    }
    .impact .impact_card {
        min-width: 22rem;
    }
}

@media (max-width: 768px) {
    .hero {
        padding-top: 0;
    }
    .main .en_title {
        font-size: 3.2rem;
    }
    .hero .inner {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding-top: 22.2162vw;
        padding-bottom: 5.7rem;
        margin-top: 0;
        align-items: center;
    }
    .hero .hero_text {
        padding-left: 0;
        margin-top: 0;
    }
    .hero .hero_text .en_title {
        font-size: 3.3rem;
        color: var(--black0F0F0F);
        margin-bottom: 2rem;
    }

    .hero .hero_visual {
        flex-basis: auto;
        width: 26rem;
        height: 40rem;
    }

    .hero .inner {
        padding-left: 0;
        padding-right: 0;
    }

    .story .story_head .quote_mark {
        margin: 0 auto 4.2rem;
    }

    .story .story_head {
        width: 100%;
        padding-top: 7.1354vw;
        text-align: center;
        background: url(../../images/bg/main_bg_m.png) no-repeat center bottom;
        background-size: 100% auto;
        padding-bottom: calc(353 / 320 * 100%);
    }
    .flow {
        padding: 10.6rem 0 10.2rem;
    }
    .flow .inner {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 0;
    }
    .flow .flow_text {
        padding-left: 6.25vw;
    }
    .flow .flow_visual {
        width: 92vw;
    }

    .impact .impact_inner {
        flex-direction: column;
        align-items: stretch;
        padding: 0 0 30vw 0;
        gap: 0;
    }

    .impact .impact_intro {
        align-self: flex-end;
        text-align: right;
        padding-right: 6.25vw;
        margin-bottom: 10vw;
    }

    .impact .impact_swiper {
        flex: none;
        margin-left: 6.25vw;
        width: calc(100% - 6.25vw);
    }
    .impact .impact_card {
        width: 58vw;
    }

    .more_btn {
        margin-top: 2.4rem;
    }
}

@media (max-width: 480px) {
    .hero .inner {
        padding-top: 33.8667vw;
    }
    .hero .hero_text .en_title {
        font-size: 2.8rem;
        margin-bottom: 1.6rem;
    }
    .story .story_head .en_title {
        margin-bottom: 2.5rem;
        margin-bottom: 1.6rem;
    }
    .main .sub_copy {
        font-size: 1.5rem;
    }

    .flow .flow_text {
        padding-left: 8.3332vw;
    }
    .impact .impact_intro .en_title {
        margin-bottom: 1.6rem;
    }
    .impact .impact_intro {
        padding-right: 8.3332vw;
    }
    .impact .impact_card {
        width: 65.558vw;
    }

    .main .en_title {
        font-size: 2rem;
    }
}
