
@charset "UTF-8";

/* =========================================================
   Career Common
========================================================= */

.section-title{
    text-align:center;
    margin:10px 0 50px;
    font-size:2rem;
}

/* =========================================================
   Work Info
========================================================= */

.chart-area-obi{
    width:70%;
    max-width:700px;
    height:150px;
    margin:0 auto;
    position:relative;
}

.chart-area{
    position:relative;
    width:100%;
    height:300px;
    margin:0 auto;
}

.workinfo-chart-section .chart-area{
    max-width:500px;
}

.company-list-section{
    margin-top:60px;
}

.company-set{
    width:min(90%, 900px);
    margin:0 auto 60px;
}

.work-subtitle{
    padding:5px 0 5px 15px;
    border-left:5px solid #427BBF;
    font-weight:bold;
    margin:60px 0 40px 10px;
}

/* =========================================================
   Interview
========================================================= */

.interview-section{
    padding:50px 20px;
}

.interview-item{
    margin-bottom:100px;
    display:flex;
    flex-direction:column;
    gap:30px;
}

.interview-img{
    width:100%;
    overflow:hidden;
}

.interview-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.interview-text{
    position:relative;
    width:100%;
}

.interview-text .number{
    display:block;
    font-size:5rem;
    font-weight:bold;
    line-height:1;
    margin-bottom:10px;
}

.interview-catch-copy{
    font-size:1.8rem;
    font-weight:bold;
    line-height:1.4;
    margin: -80px 0 15px;
    position:relative;
    z-index:10;
    padding:10px;
}

.highlight{
    background:linear-gradient(transparent 60%, #ffff00 60%);
    padding:0 5px;
}

.name{
    font-size:1.2rem;
    margin-bottom:30px;
}

.interview-text .sub-title{
    font-size:1.6rem;
    font-weight:bold;
    margin-bottom:10px;
}

.interview-text .description{
    font-size:1.3rem;
    line-height:1.8;
}

/* =========================================================
   PC
========================================================= */

@media (min-width: 900px){

    .section-title{
        margin-bottom:80px;
        font-size:5rem;
    }

    .work-subtitle{
        margin-left:200px;
        margin-bottom:80px;
    }

    .company-list-section{
        margin-top:120px;
    }

    .interview-section{
        width:70%;
        margin:0 auto;
        padding:0;
    }

    .interview-img img{
        width:100%;
        height:auto;
        border-radius:8px;
    }

    .interview-img .main-img{
        width:60%;
        max-width:800px;
    }

    .interview-item .interview-img img:not(.main-img){
        width:500px;
        display:block;
    }

    .interview-item{
        justify-content:space-between;
        align-items:flex-start;
        margin-bottom:150px;
        gap:0;
        position:relative;
    }

    .interview-text{
        flex:0 0 50%;
        width:90%;
        padding:40px 80px;
        box-sizing:border-box;
    }

    .interview-item:nth-of-type(even){
        flex-direction:row-reverse;
    }

    .interview-item:nth-of-type(even) .interview-img img{
        margin-left:auto;
    }

    .interview-item:nth-of-type(4){
        justify-content:flex-start;
        margin-top:-150px;
        margin-bottom:300px;
    }

    .interview-header-group{
        position:absolute;
        top:15%;
        left:45%;
        z-index:10;
        width:80%;
    }

    .interview-header-group .interview-catch-copy{
        font-size:5rem;
        margin-top:-20px;
    }

    .interview-text .number{
        font-size:11rem;
    }

    .interview-header-group .name{
        font-size:1.5rem;
        margin-left:300px;
        margin-bottom:50px;
    }
}
