.eb_tvoice_mv {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    overflow: hidden;
    text-align: left;
    margin-bottom: 30px;
    @media (width <= 767px) {
        margin-bottom: 10px;
    }
}

.ev_tvoice_mv_teachers {
    display: flex;
    flex-flow: row nowrap;
}

.ev_tvoice_mv_teacher {
    position: relative;
    flex: 0 0 33.33%;
}
.ev_tvoice_mv_teacher img {
    width: 100%;
    height: auto;
}
.ev_tvoice_mv_teacher .teacher_name {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 160px;
    padding: 1em 0.75em;
    font-size: 0.75rem;
    line-height: 1.4;
    color: #FFF;
    background: #000;
}
.ev_tvoice_mv_teacher .teacher_name span {
    display: inline-block;
}
.ev_tvoice_mv_teacher .teacher_name .tacher_name_main {
    margin-right: 0.4em;
    font-size: 0.9375rem;
    font-weight: 700;
}
.ev_tvoice_mv_teacher.is-mba .teacher_name {
    background: var(--program-mba-color);
}

.eb_tvoice_mv_text {
    padding: 25px 20px;
    background: url("https://www.kanazawa-it.ac.jp/tokyo/t1s/images/common/2nd_mv_bg_arrow.png") no-repeat left center;
    background-size: cover;
}

.eb_tvoice_mv_sub_copy {
    box-sizing: content-box;
    width: max-content;
    padding: 0 0.4em;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.71;
    color: #FFF;
    letter-spacing: 0.1em;
    background: var(--sub-color);
}

.eb_tvoice_mv_title {
    margin: 0.5em 0 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
    color: #000;
}

.eb_tvoice_profiles {
    display: flex;
    flex-flow: column nowrap;
    gap: 1em 0
}

.eb_tvoice_profile {
    display: flex;
    flex-flow: row nowrap;
    gap: 0 15px;
}

.eb_tvoice_profile_img {
    flex: 0 0 clamp(120px, 20vw, 180px);
}
.eb_tvoice_profile_img img {
    width: 100%;
    height: auto;
}

.eb_tvoice_profile_body {
    line-height: 1.6;
}

.eb_tvoice_profile_name {
    margin-bottom: 0.5em;
    font-size: 1rem;
}
.eb_tvoice_profile_name span {
    margin-right: 0.4em;
    font-weight: 700;
}
@media (min-width: 768px) {
    .eb_tvoice_mv {
        flex-flow: row wrap;
        justify-content: center;
    }
    .ev_tvoice_mv_teachers {
        position: relative;
        z-index: 2;
        flex: 0 0 465px;
    }
    .ev_tvoice_mv_teacher .teacher_name {
        padding: 1em 12.5%;
        font-size: 0.875rem;
    }
    .ev_tvoice_mv_teacher .teacher_name .tacher_name_main {
        font-size: 1.1875rem;
    }
    .eb_tvoice_mv_text {
        flex: 1 0 auto;
        margin-top: -100px;
        padding-top: 125px;
        text-align: center;
    }
    .eb_tvoice_mv_sub_copy {
        margin: 0 auto;
        font-size: clamp(22px, 2.2vw, 28px);
    }
    .eb_tvoice_mv_title {
        font-size: clamp(26px, 2.5vw, 36px);
    }
    .eb_tvoice_profiles {
        flex-flow: row nowrap;
        gap: 0 min(3vw, 40px);
        justify-content: space-between;
    }
    .eb_tvoice_profile {
        display: block;
        flex-basis: 290px;
    }
    .eb_tvoice_profile_img {
        margin-right: 0;
        margin-bottom: 1em;
    }
    .eb_tvoice_profile_body {
        font-size: 0.9375rem;
    }
    .eb_tvoice_profile_name {
        font-size: 1.125rem;
    }
}
@media (min-width: 1000px) {
    .eb_tvoice_mv {
        flex-flow: row nowrap;
        background: url("https://www.kanazawa-it.ac.jp/tokyo/t1s/images/common/2nd_mv_bg_arrow.png") no-repeat left center;
        background-size: cover;
    }
    .ev_tvoice_mv_teachers {
        flex: 1 1 56.8%;
        order: 2;
        min-width: 360px;
        max-width: 540px;
    }
    .eb_tvoice_mv_text {
        flex: 1 1 43.2%;
        align-self: center;
        margin-top: 0;
        padding: 0 min(2.5vw, 40px);
        text-align: left;
        background: none;
    }
    .eb_tvoice_mv_sub_copy {
        margin: 0;
    }
    .eb_tvoice_mv_title {
        margin: 1em 0 0;
        font-size: clamp(26px, 2.5vw, 36px);
    }
}