.article{
    margin-top: 80px;
}

.article-mv__img img{
    display: block;
    width: 100%;
}

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

.article__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;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.article__section:nth-of-type(n + 2){
    margin-top: 150px;
}

.article__right{
    margin-left: auto;
    max-width: 1010px;
    text-align: right;
}

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

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

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

.article__title{
    font-weight: 700;
    font-size: 26px;
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #B81C22;
    margin-bottom: 20px;
}

.article__box{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
}

.article__text{
font-weight: 400;
font-size: 18px;
line-height: 200%;
letter-spacing: 0.01em;
color: #1B1E49;
font-family: "Noto Sans JP", sans-serif;

}

.article__text strong{
    font-weight: 700;
}

.article__content{
    padding-left: 40px;
}

.article__question{
    padding-left: 68px;
    position: relative;
}

.article__question::before{
    position: absolute;
    content: "";
    width: 48px;
    height: 1px;
    background: #1B1E49;
    top: 18px;
    left: 0;
}

.article__img img{
    width: 100%;
    display: block;
}

.article__img{
    padding: 80px 0;
}

.article__box:nth-of-type(3){
    margin-top: 0;
}

.article__btn{
    margin-top: 80px;
    margin-bottom: 100px;
}

.article__btn a.entry__btn{
background: #B81C22;
color: #fff;
max-width: 900px;
padding: 34px 0;

}

.article__btn .entry__btn .btn__icon path{
    stroke: #fff;

}

.article .under__title{
    text-align: left;
    padding-left: 40px;
}

.article__list{
    display: flex;
    flex-direction: column;
    gap: 93px;
    margin-top: 50px;
}

.article__unit{
    display: flex;
    align-items: center;
    gap: 20px;
}

.article__time{
    font-weight: 700;
    font-size: 24px;
    line-height: 180%;
    letter-spacing: 0.05em;
    color: #fff;
    background: #B81C22;
    max-width: 142px;
    width: 100%;
    line-height: 79px;
    border-radius: 50px;
    text-align: center;
    flex-shrink: 0;
    position: relative;
}

.article__time::before{
    position: absolute;
    content: "";
    background-image: url(../img/pc/interview/sec3_item_arrow_rev01.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 73px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,100%);
    z-index: -1;
    bottom: -11px;

}

.article__unit:nth-last-of-type(1) .article__time::before{
    display: none;
}

.article__body{
    display: flex;
    align-items: center;
    gap: 30px;
}

.article__heading{
font-weight: 700;
font-size: 24px;
line-height: 140%;
letter-spacing: 0.01em;
color: #B81C22;
font-family: Noto Sans JP , sans-serif;

}

.article__description{
        font-family: Noto Sans JP , sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 160%;
letter-spacing: 0.05em;
color: #1B1E49;
text-align: left;
}

.flow__btn  a.entry__btn{
    background: #1B1E49;
    border-color: #1B1E49;
}

@media (max-width : 1400px) {
    .article{
        margin-top: calc((80 / 1400) * 100vw);
    }
    
    .article-mv__img img{
        display: block;
        width: 100%;
    }
    
    .article__left{
        position: sticky;
        left: 0;
        top: 80px;
        width: fit-content;
        height: 0;
    }
    
    .article__items{
        background: url(../img/pc/interview/mv_side_menu_bg.jpg);
        background-size: contain;
        background-repeat: repeat;
        padding: calc((60 / 1400) * 100vw) calc((40 / 1400) * 100vw) calc((60 / 1400) * 100vw) calc((68 / 1400) * 100vw);
        border-top: calc((2 / 1400) * 100vw) solid #B81C22;
        border-bottom: calc((2 / 1400) * 100vw) solid #B81C22;
        border-right: calc((2 / 1400) * 100vw) solid #B81C22;
    }
    
    .article__section:nth-of-type(n + 2){
        margin-top: calc((150 / 1400) * 100vw);
    }
    
    .article__right{
        margin-left: auto;
        max-width: calc((1010 / 1400) * 100vw);
        text-align: right;
    }
    
    .article__link{
        font-weight: 700;
        font-size: calc((16 / 1400) * 100vw);
        line-height: 280%;
        letter-spacing: 0.01em;
        color: #B81C22;
        display: block;
        position: relative;
    }
    
    .article__link:hover{
        text-decoration: underline!important;
    }
    
    .article__link:hover::before{
        position: absolute;
        content: "";
        background-image: url(../img/pc/interview/sec7_hex01.svg);
        background-size: contain;
        background-repeat: no-repeat;
        width: calc((12 / 1400) * 100vw);
        height: calc((12 / 1400) * 100vw);
        left: calc((-15 / 1400) * 100vw);
        top: 50%;
        transform: translate(-100%,-50%);
    }
    
    .article__title{
        font-weight: 700;
        font-size: calc((26 / 1400) * 100vw);
        line-height: 140%;
        letter-spacing: 0.01em;
        color: #B81C22;
        margin-bottom: calc((20 / 1400) * 100vw);
    }
    
    .article__box{
        margin-top: calc((50 / 1400) * 100vw);
        display: flex;
        flex-direction: column;
        gap: calc((20 / 1400) * 100vw);
        text-align: left;
    }
    
    .article__text{
    font-weight: 400;
    font-size: calc((18 / 1400) * 100vw);
    line-height: 200%;
    letter-spacing: 0.01em;
    color: #1B1E49;
    font-family: "Noto Sans JP", sans-serif;
    
    }
    
    .article__text strong{
        font-weight: 700;
    }
    
    .article__content{
        padding-left: calc((40 / 1400) * 100vw);
    }
    
    .article__question{
        padding-left: calc((68 / 1400) * 100vw);
        position: relative;
    }
    
    .article__question::before{
        position: absolute;
        content: "";
        width: calc((48 / 1400) * 100vw);
        height: calc((1 / 1400) * 100vw);
        background: #1B1E49;
        top: calc((18 / 1400) * 100vw);
        left: 0;
    }
    
    .article__img img{
        width: 100%;
        display: block;
    }
    
    .article__img{
        padding: calc((80 / 1400) * 100vw) 0;
    }
    
    .article__box:nth-of-type(3){
        margin-top: 0;
    }
    
    .article__btn{
        margin-top: calc((80 / 1400) * 100vw);
        margin-bottom: calc((100 / 1400) * 100vw);
    }
    
    .article__btn a.entry__btn{
    background: #B81C22;
    color: #fff;
    max-width: calc((900 / 1400) * 100vw);
    padding: calc((34 / 1400) * 100vw) 0;
    
    }
    
    .article__btn .entry__btn .btn__icon path{
        stroke: #fff;
    
    }
    
    .article .under__title{
        text-align: left;
        padding-left: calc((40 / 1400) * 100vw);
    }
    
    .article__list{
        display: flex;
        flex-direction: column;
        gap: calc((93 / 1400) * 100vw);
        margin-top: calc((50 / 1400) * 100vw);
    }
    
    .article__unit{
        display: flex;
        align-items: center;
        gap: calc((20 / 1400) * 100vw);
    }
    
    .article__time{
        font-weight: 700;
        font-size: calc((24 / 1400) * 100vw);
        line-height: 180%;
        letter-spacing: 0.05em;
        color: #fff;
        background: #B81C22;
        max-width: calc((142 / 1400) * 100vw);
        width: 100%;
        line-height: calc((79 / 1400) * 100vw);
        border-radius: calc((50 / 1400) * 100vw);
        text-align: center;
        flex-shrink: 0;
    }
    
    .article__body{
        display: flex;
        align-items: center;
        gap: calc((30 / 1400) * 100vw);
    }
    
    .article__heading{
    font-weight: 700;
    font-size: calc((24 / 1400) * 100vw);
    line-height: 140%;
    letter-spacing: 0.01em;
    color: #B81C22;
    font-family: Noto Sans JP , sans-serif;
    
    }
    
    .article__description{
            font-family: Noto Sans JP , sans-serif;
    font-weight: 400;
    font-size: calc((16 / 1400) * 100vw);
    line-height: 160%;
    letter-spacing: 0.05em;
    color: #1B1E49;
    text-align: left;
    }
    
    .flow__btn  a.entry__btn{
        background: #1B1E49;
        border-color: #1B1E49;
    }

    .article .under__title{
        font-size: calc((40 / 1400) * 100vw);
    }

    .article__btn a.entry__btn{
        font-size: calc((38 / 1400) * 100vw);
    }

    .article__time::before{
        width: calc((24 / 1400) * 100vw);
        height: calc((73 / 1400) * 100vw);
        bottom: calc((0 / 1400) * 100vw);
        bottom: calc((-11 / 1400) * 100vw);
    
    }
}

@media (max-width : 768px) {
    .article__right{
        max-width: 100%;
    }

    .article .under__title{
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0.01em;
    text-align: center;

    }

    .article__box{
        gap: 20px;
    }

    .article__title{
        font-weight: 700;
        font-size: 20px;
        line-height: 180%;
        letter-spacing:  0.01em;
        margin-bottom: 10px;
    }

    .article__text{
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.01em;

    }

    .article__question{
        font-weight: 700;
        font-size: 14px;
        line-height: 180%;
        letter-spacing: 0.01em;
        padding-left: 32px;

    }

    .article__question::before{
        width: 20px;
        height: 1px;
        top: 11px;
    }

    .article__btn a.entry__btn{
    font-weight: 900;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.05em;
    max-width: 100%;
    box-shadow: 1px 7px 0px 0px #1D83BC;

    }

    .article__content{
        padding: 0;
    }

    .article{
        overflow-x: clip;
    }

.article .under__title{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.article__list{
    gap: 112px;
	margin-top: 50px;
}

.article__time{
    font-weight: 700;
    font-size: 20px;
    line-height: 180%;
    letter-spacing: 0.05em;
    max-width: 106px;
    border-radius: 50px;
    line-height: 60px;
}

.article__heading{
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.01em;

}

.article__description{
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.05em;
    
}

.article__body{
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 0;
}

.article__unit{
    gap: 20px;
    align-items: start;
}

.article__btn{
    margin: 40px 0;
}

.article__left{
    position: static;
    height: auto;
}

.article__items {
    background: none;
    padding: 0;
    border: 0;
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 15px;
    width: calc(100% - 30px);
    margin: 0 auto;
    max-width: 375px;

}


.article__item{
    width: calc(50% - 15px * 1 /2);
    background: url(../img/pc/interview/mv_side_menu_bg.jpg);
    background-size: contain;
    background-repeat: repeat;
    border: 3px solid #B81C22;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-left: 25px;
    padding-right: 15px;
}

.article__item::before{
    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;
}

.article__link{
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0.01em;
    display: flex;
    align-items: center;
    align-items: center;
    gap: 5px;
    text-align: left;
    width: 100%;
    justify-content: start;
	padding-left: 5px;

}

.article__link:before {
    display: none;
}

.article{
    margin-top: 0;
}

.article__left{
    margin: 0 auto;
    transform: translateY(-34px);
    z-index: 1;
}

.article__link__icon{
    position: absolute;
    content: "";
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
}
}
.article-mv{
    position: relative;
}

.article-mv__heading__main{
    position: relative;
}

.article-mv__heading__main::before{
    position: absolute;
    content: "";
    width: calc((100vw - 1280px) / 2);
    height: 100%;
    background: #B81C22;
    top: 0;
    left: 0;
    z-index: -1;
}

.article-mv__heading{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 3;
    width: 100%;
}

.article-mv__heading__main__text{
    color: #fff;
    font-weight: 700;
    font-size: 46px;
    line-height: 140%;
    letter-spacing: 0.01em;
    display: block;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    background: transparent;
}

.article-mv__heading__main__text__main{
    background: #B81C22;
    display: inline-block;
    padding-right: 55px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.article-mv__heading__main:nth-of-type(2){
    margin-top: 15px;
}

.article-mv__heading__name{
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
}

.article-mv__heading__name__text{
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.01em;
    display: inline-block;
    background: #1B1E49;
    color: #fff;
    border-radius: 5px;
    padding: 10px 43px;
}
@media (max-width : 1400px) {
    .article-mv__heading__main__text{
        max-width: calc((1280 / 1920) * 100vw);
        font-size: calc((46 / 1920) * 100vw);
        width: 100%;
    }
    .article-mv__heading__main__text__main{
        padding-right: calc((55 / 1920) * 100vw);
        border-top-right-radius: calc((10 / 1920) * 100vw);
        border-bottom-right-radius: calc((10 / 1920) * 100vw);
        padding-top: calc((15 / 1920) * 100vw);
        padding-bottom: calc((15 / 1920) * 100vw);
    }
    .article-mv__heading__main:nth-of-type(2){
        margin-top: calc((15 / 1920) * 100vw);
    }
    .article-mv__heading__name{
        max-width: calc((1280 / 1920) * 100vw);
        width: 100%;
        padding-top: calc((30 / 1920) * 100vw);
    }
    .article-mv__heading__name__text{
        font-size: calc((20 / 1920) * 100vw);
        border-radius: calc((5 / 1920) * 100vw);
        padding: calc((10 / 1920) * 100vw) calc((43 / 1920) * 100vw);
    }
    
.article-mv__heading__main::before{
        width: calc((100vw - calc((1280 / 1920) * 100vw)) / 2);
}
}

@media (max-width : 768px) {
    .article-mv__heading__main__text__main{
    font-weight: 700;
    font-size: 26px;
    line-height: 140%;
    letter-spacing: 0.01em;
    padding: 10px 15px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    }

    .article-mv__heading__main__text{
        max-width: 100%;
    }

    .article-mv__heading__main:nth-of-type(2){
        margin-top: 0;
    }

    .article-mv__heading__main:nth-of-type(3){
        margin-top: 0;
    }

    .article-mv__heading{
        top: 30px;
        transform: translateY(0);
    }

    .article-mv__heading__name{
        max-width: 100%;
        padding-top: 55px;
    }

    .article-mv__heading__name__text{
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.01em;
    padding: 10px 15px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    }

    .article-mv__heading__name.sp{
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .article__time::before{
        height: 80px;
        width: 25px;
        bottom: -15px;
    }

    .article__description{
        height: 0;
    }

    .article__unit:nth-last-child(1) .article__description{
        height: auto;
    }
}

.article__img small{
    display: block;
    text-align: left;
}