.lp_second.mv{
    aspect-ratio: 1440 / 821;
    background: url(../img/lp_second/mv_bg.jpg) no-repeat center right / cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .lp_second.mv{
        aspect-ratio: initial;
    }
}

.lp_second.mv .mv__content{
    max-width: 845px;
    padding: 40px 0 ;
    margin: 0 auto;
}

.lp_second.mv .mv__content img{
    width: 100%;
    height: auto;
}

.lp_second__btnList{
    display: flex;
    gap: 16px;
    justify-content: center;
    padding: 40px 0;
}

.lp_second__solveInner{
    margin-top: initial !important;
}