@charset "utf-8";

.content__with_sidebar{
    width: calc(100% - 230px);
}
.mv-area h1 {
    color: var(--body-color);
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    z-index: 1;
    border-left: 3px solid var(--body-color);
    padding-left: 17px;
}
    .mv-area h1 span:first-child {
        font-size: 32px;
        font-weight: 500;
        font-family: var(--point-font);
        letter-spacing: 0.15em;
    }
    .mv-area h1 span:last-child {
        font-size: 48px;
        font-weight: 500;
        letter-spacing: 0.15em;
    }