.soudankai_mv {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    container-name: soudankai_mv;
}

.soudankai_mv_img {
    position: relative;
}
.soudankai_mv_img img {
    width: 100%;
    height: 100%;
    max-height: 300px;
    object-fit: cover;
}

.soudankai_mv_fee {
    position: absolute;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    font-size: 0.75rem;
    color: #FFF;
    text-align: center;
    background: #000;
}

.soudankai_mv_fee_main {
    margin-bottom: 0.25em;
    font-size: 1.5rem;
    font-weight: 700;
}

.soudankai_mv_text {
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    color: #000;
    background: url("https://www.kanazawa-it.ac.jp/tokyo/t1s/images/common/2nd_mv_bg_arrow.png") no-repeat left center;
    background-size: cover;
}

.soudankai_mv_copy {
    margin-bottom: 1em;
    line-height: 1.4;
}
.soudankai_mv_copy span {
    display: inline-block;
}
.soudankai_mv_copy .soudankai_mv_copy_main {
    margin-right: 0.5em;
    margin-bottom: 0.25em;
    font-weight: 700;
}

.soudankai_mv_title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
}

@media (min-width: 1000px) {
    .soudankai_mv {
        min-height: 400px;
    }
    .soudankai_mv_copy .soudankai_mv_copy_main {
        display: block;
    }
}

@media (min-width: 768px) {
    .soudankai_mv {
        flex-flow: row nowrap;
    }
    .soudankai_mv_img {
        flex: 1 1 542px;
        order: 2;
    }
    .soudankai_mv_img img {
        max-height: none;
        object-fit: cover;
    }
    .soudankai_mv_fee {
        top: 0;
        right: 0;
        width: 120px;
        height: 120px;
        font-size: 0.875rem;
    }
    .soudankai_mv_fee_main {
        font-size: 2.25rem;
    }
    .soudankai_mv_text {
        display: flex;
        flex: 0 1 410px;
        flex-flow: column nowrap;
        justify-content: center;
        width: auto;
        padding: 40px min(2.5vw, 40px);
        background-size: auto 100%;
    }
    .soudankai_mv_title {
        font-size: clamp(26px, 3vw, 36px);
    }
}