@charset "UTF-8";

.registered-02-mv {
    background-color: #edf2f9;
    padding: 80px 120px 0;
    position: relative;
    width: 100%;
    margin-bottom: calc((129 / 1440) * 100%);
}

.registered-02-mv .acq-hdg-index-l2 {
    margin: 0 0 40px;
}


.registered-02-mv .cus-hdg-index-l2 {
    margin: 0 0 40px;
}

.registered-02-mv::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    background-image: url("/content/dam/yayoi-corp/yss/registered-02/common/img/index-mv-bg.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 1920 / 167;
    transform: translateY(99%);
}

.registered-02-mv_wrap {
    display: grid;
    gap: 56px;
    grid-template-columns: 1fr min(40%, 464px);
    max-width: 1200px;
    margin: auto;
}

.registered-02-mv_content .acq-box {
    margin: 5px 0 16px;
}

.registered-02-mv_media .acq-media {
    margin: 0;
}

.registered-02-mv_content .cus-box {
    margin: 5px 0 16px;
}

.registered-02-mv_media .cus-media {
    margin: 0;
}

@media only screen and (max-width: 1200px) {
    .registered-02-mv {
        padding: 48px 16px 0;
    }

    .registered-02-mv_wrap {
        display: flex;
        flex-direction: column-reverse;
        gap: 32px;
    }

    .registered-02-mv_content .acq-box {
        margin-top: 0;
    }

    .registered-02-mv_content .cus-box {
        margin-top: 0;
    }
}
