@charset "UTF-8";

/*------------------------------------------------------------------------------------------------------------------------------
          
TOPページ
									
------------------------------------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------ MV */

#inrMv{
    background: url("../images/people/mv_people.jpg") center center / cover no-repeat;
}

/*------------------------------------------------------ INTERVIEW */
.introBox .title + .text {
    margin-top: 15px;
}
.introBox .text {
    text-align: justify;
}

#container .interviewList{
    /*padding: 0 20px;*/
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#container .interviewList li{
    margin-bottom: 40px;
    width: 47%;
}

#container .interviewList li .image{
    max-width: 300px;
    margin: 0 auto 20px;
}

#container .interviewList li .info{
    font-weight: bold;
}
#container .interviewList li .info .position{
    background: #169dd8;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    padding: 5px 8px;
    margin-bottom: 8px;
    display: table;
    letter-spacing: 0.01em;
}
#container .interviewList li .info .dep{
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
}
#container .interviewList li .info .name{
    font-size: 16px;
    line-height: 1;
    transition: .4s;
    position: relative;
    display: table;
    padding-right: 2em;
}
#container .interviewList li .info .name::before,
#container .interviewList li .info .name::after{
    display: inline-block;
    content: "";
    width: 1em;
    height: 1em;
    background: url("../images/common/arrow_01_bl.svg") center 32% / contain no-repeat;
    transition: .4s;
    position: absolute;
    top: 0;
    right: 0;
}
#container .interviewList li .info .name::before{
    opacity: 0;
    background: url("../images/common/arrow_01_yellow.svg") center 32% / contain no-repeat;
}


#container .survey + .survey{
    margin-top: 60px;
}

#container .survey a{
    transition: .4s;
}
#container .survey .image{
    position: relative;
    z-index: 0;
    background: url(../images/people/img_survey_sp.jpg) right center / cover no-repeat;
    height: 44vw;
}
#container .survey.crosstalk .image{
    background: url(../images/people/img_crosstalk_sp.jpg) right center / cover no-repeat;
}
#container .survey .info{
    background: #fff;
    padding: 30px;
    width: 90%;
    margin: -30px auto 0;
    z-index: 1;
    position: relative;
}

#container .survey .linkBtn{
    margin-top: 15px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}


/* HOVER */
#container .interviewList li a:hover .name{
    color: #0078dc;
}
#container .survey a:hover{
    color: #0078dc;
}

#container .interviewList li a:hover .info .name::before{
    opacity: 1;
}
#container .interviewList li a:hover .info .name::after{
    opacity: 0;
}


/*------------------------------------------------------------------------------------

以下 TAB 用
									
------------------------------------------------------------------------------------*/

@media print, screen and (min-width: 500px) {
    
    /*------------------------------------------------------ INTERVIEW */
    
    #container .interviewList{
        padding: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: -7%;
    }
    #container .interviewList li{
        width: 30%;
        margin-bottom: 7%;
    }
    #container .interviewList li + li{
        margin-top: 0;
    }
    
    #container .survey .info{
        margin-top: -60px;
        padding: 50px;
    }
    #container .survey .linkBtn{
        margin-left: 0;
        margin-right: 0;
    }
}


/*------------------------------------------------------------------------------------

以下 PC 用
									
------------------------------------------------------------------------------------*/

@media print, screen and (min-width: 900px) {   
	
    .introBox .title, .indexList .info .title,
    #container .interviewList li .info .name{
        font-size: 24px;
    } 
    
    /*------------------------------------------------------ INTERVIEW */
    
    #container .interview{
        overflow: hidden;
    }
    #container .interviewList{
        margin-left: auto;
        margin-right: auto;
    }
    #container .interviewList li{
        width: 30%;
    }
    #container .interviewList li .image{
        max-width: none;
    }
    
    
    #container .interviewList li .info .position{
        font-size: 12px;
    }
    
    #container .interviewList li .info .name::after{
        background-position: center 37%;
    }
	
}


/*------------------------------------------------------------------------------------

以下 1200px以上 用
									
------------------------------------------------------------------------------------*/

@media print, screen and (min-width: 1200px) {
    #container .survey{
        display: block;
        width: 100vw;
        position: relative;
        left: 50%;
        margin-left: -50vw;
    }
    #container .survey + .survey{
        margin-top: 100px;
    }
    
    #container .survey .image{
        width: 50vw;
        margin: 0 0 0 50vw;
        background: url(../images/people/img_survey.jpg) right center / cover no-repeat;
        height: min(530px,31vw);
    }
    #container .survey.crosstalk .image{
        background: url(../images/people/img_crosstalk.jpg) right center / cover no-repeat;
    }
    #container .survey .info{
        width: 50%;
        margin:0;
        padding: 80px 60px;
        position: absolute;
        left: 10%;
        top: 50%;
        transform: translateY(-50%);
    }
}

/*------------------------------------------------------------------------------------

以下 1440px以上 用
									
------------------------------------------------------------------------------------*/

@media print, screen and (min-width: 1440px) {
    
    
/*------------------------------------------------------ INTERVIEW */
    
    #container .survey .image{
        width: 50vw;
        margin: 0 0 0 50vw;
    }
    #container .survey .info{
        width: calc((100% - (100% - 1200px)) * 0.6);
        left: calc((100% - 1200px) / 2);
    }
}

