
.interview{
    margin-top:3%;
    h2, p{
    /* color: #026ab5; */
    font-weight: 900;
}
}
.introduce_img{
    /* width:40%; */
}
.introduce{
    text-align: left;
    font-size: min(4vw, 4rem);
    margin-bottom: 10%;
}
.catch_copy{
    font-size: min(5vw, 3.5rem);
    text-align: left;
    strong{
        color:red;
    }
    
}
.indent{
    text-indent: 40%;
    text-wrap-mode: nowrap;
}
.sentence{
    font-size: min(3vw, 2rem);
    text-align: left;
}
.interview_content{
    margin-top: 3%;
    position: relative;
    
}
.under_line{
    position: relative;
    margin-bottom: 3%;
    &::after{
        content: "";
        position: absolute;
        width: 55%;
        height: min(0.5vw, 0.2rem);
        display: block;
        bottom: -20%;
        background-color: #026ab5;
    }
}   