@charset "utf-8";

/* mv */
.underlayer_mv_lead {
    display: flex;
    flex-direction: column;
    gap: 40rem;
}
.underlayer_mv_name_position {
    font-size: 16rem;
    margin-bottom: 12rem;
    line-height: 1;
}
.underlayer_mv_name_txt {
    font-size: 34rem;
    line-height: 1;
}
.underlayer_mv_name_en {
    line-height: 1;
    color: var(--color-gray-2);
    font-size: 14rem;
    margin-top: 5rem;
}
.underlayer_mv_message_lead {
    font-size: 13rem;
    line-height: calc(23 / 13);
}
@media (min-width: 769px) {
    .underlayer_mv_img {
        background: url('../../images/message/index/mv.webp') no-repeat 50% 50% / cover;
    }
}
@media (max-width: 768px) {
    .underlayer_mv_img {
        background: url('../../images/message/index/mv_sp.webp') no-repeat 50% 50% / cover;
    }
}

/* column */
@media (min-width: 769px) {
    .column_content_wrap {
        position: relative;
        z-index: 1;
    }
    .column_content {
        margin-top:181rem;
        gap:30rem;
    }
    .column_content + .column_content {
        margin-top: 0rem;
    }
    .column_ttl {
        width: calc((1206 - 30 - 640) / 1206 * 100%);
    }
    .column_txt_area {
        flex: 1;
    }
    .message_main_img {
        margin-top: -253rem;
    }
}