.index__left{
    position: sticky;
    left: 0;
    top: 81px;
    width: fit-content;
    height: 0;
}


.index__items{
    background: url(../img/pc/interview/mv_side_menu_bg.jpg);
    background-size: contain;
    background-repeat: repeat;
    padding: 60px 40px 60px 68px;
    border-top: 2px solid #B81C22;
    border-bottom: 2px solid #B81C22;
    border-right: 2px solid #B81C22;
}

.index__link{
    font-weight: 700;
    font-size: 16px;
    line-height: 280%;
    letter-spacing: 0.01em;
    color: #B81C22;
    display: block;
    position: relative;
}

.index__link:hover{
    text-decoration: underline!important;
}

.index__link:hover::before{
    position: absolute;
    content: "";
    background-image: url(../img/pc/interview/sec7_hex01.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    left: -15px;
    top: 50%;
    transform: translate(-100%,-50%);
}

.index__right{
    max-width: 1010px;
    width: 100%;
    margin-left: auto;
}

@media screen and (max-width: 1400px) {
    .index__right{
        max-width: 810px;
    }
}

@media screen and (max-width: 1200px) {
    .index__left{
        position: static;
        left: unset;
        top: unset;
        height: unset;
        width: 100%;
        margin-top: -25px;
    }
    
    
    .index__items{
        background: none;
        padding: 0;
        border-top: none;
        border-bottom: none;
        border-right: none;
        border-radius: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        max-width: 345px;
        width: 100%;
        margin: 0 auto;
    }

    .index__item{
        background: url(../img/pc/interview/mv_side_menu_bg.jpg);
        background-size: contain;
        background-repeat: repeat;
        width: calc(50% - 15px * 1 / 2);
        border: 3px solid #B81C22;
        border-radius: 5px;
        padding: 12px 20px;
    }
    
    .index__link{
        font-size: 14px;
        line-height: 140%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .index__link::before{
        position: absolute;
        content: "";
        background-image: url(../img/pc/interview/sec7_hex01.svg);
        background-size: cover;
        background-repeat: no-repeat;
        width: 13px;
        height: 12px;
        left: 0;
        top: 50%;
        transform: translate(-100%,-50%);
    }

    .index__link::after{
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        width: 6px;
        height: 6px;
        border-top: 2px solid #B81C22;
        border-right: 2px solid #B81C22;
        transform: rotate(45deg) translateY(-50%);
        transform-origin: top center;
        transition: 0.15s;
        right: -10px;
    }
    
    .index__link:hover{
        text-decoration: underline!important;
    }
    
    .index__link:hover::before{
        display: none;
    }

    .index__right{
        margin-top: 50px;
    }
}
