@charset "UTF-8";
/* CSS Document */
/*PC*/
@media print, screen and (min-width: 769px) {

#interview{
position: relative;
margin: 0 auto;
overflow: hidden;
padding-bottom: 120px;
box-sizing: border-box;
}

#interview .section_wrap{
width: 1200px;
margin: auto;
}


/*index
-------------------------------------*/
#interview .section_wrap .interview_list{
display: flex;
flex-wrap: wrap;
margin: 0 auto 60px;
}

#interview .section_wrap .interview_list li{
width:23.5%;
padding:10px;
box-sizing: border-box;
margin-right:2%;
margin-bottom: 3%;
background: #323740;
border-radius: .6rem;
}

#interview .section_wrap .interview_list li:nth-child(4n){
margin-right: 0;
}

#interview .section_wrap .interview_list li a{
position: relative;
overflow: hidden;
display: block;
}

#interview .section_wrap .interview_list li a .img{
margin: 0 auto;
}

#interview .section_wrap .interview_list li a .txt_box{
padding:15px 15px;
box-sizing: border-box;
width: 100%;
color: #FFF;
display: block;
margin: 0;
}


#interview .section_wrap .interview_list li a .txt_box .d_ttl{
font-size: .7rem;
font-weight: 300;
line-height: 1;
margin: 0 0 10px;
display: block;
}


#interview .section_wrap .interview_list li a .txt_box .name{
font-size: 1.2rem;
font-weight: 300;
line-height: 1;
display: block;
}

#interview .section_wrap .interview_list li a .txt_box .name span{
font-size:.8rem;
display: block;
margin-top: 10px;
}

#interview .section_wrap .bnr_img{
width: 46%;
margin: 0 auto;
}


/*detail
-------------------------------------*/
#interview .section_wrap .common_btn_box{
text-align: center;
}

#interview .section_wrap .d_img{
width: 100%;
margin: 0 auto 30px;
position: relative;
overflow: hidden;
}

#interview .section_wrap .txt_box{
position: relative;
width: 80%;
margin: 0 auto 40px;
display: flex;
justify-content: flex-end;
align-items: center;
}

#interview .section_wrap .txt_box .s_name{
font-size: 1rem;
font-weight: 500;
line-height: 1;
margin-right: 15px;
}

#interview .section_wrap .txt_box .name{
font-weight: 700;
font-size: 2rem;
line-height: 1;
}


#interview .section_wrap .d_img .bg_en_txt{
position: absolute;
bottom: -30px;
right: -10px;
font-size: 8rem;
font-weight: 200;
font-family: "Poppins", sans-serif;
line-height: 1;
color: rgb(255, 255, 255);
mix-blend-mode: overlay;
}

#interview .section_wrap .d_block{
width: 80%;
margin: 0 auto 80px;
}


#interview .section_wrap .d_block h2{
font-size: 1.6rem;
font-weight: 700;
line-height: 1;
margin: 0 0 20px;
}

#interview .section_wrap .d_block h2 span{
display: block;
font-size: .8rem;
font-weight: 700;
color: #FF0000;
margin-bottom: 5px;
}

#interview .section_wrap .d_block .txt{
line-height: 2;
font-weight: 500;
margin: 0;
}



}
/*sp*/
@media only screen and (max-width: 768px) {

#interview{
position: relative;
margin: 0 auto 60px;
overflow: hidden;
}

#interview .section_wrap{
width:90%;
margin: auto;
}



/*index
-------------------------------------*/
#interview .section_wrap .interview_list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto 40px;
}

#interview .section_wrap .interview_list li{
width:48%;
padding: 8px;
box-sizing: border-box;
border-radius:.6rem;
margin-bottom: 3%;
background: #323740;

}

#interview .section_wrap .interview_list li:nth-child(4n){
margin-right: 0;
}

#interview .section_wrap .interview_list li a{
position: relative;
overflow: hidden;
display: block;
}

#interview .section_wrap .interview_list li a .img{
margin: 0 auto;
}

#interview .section_wrap .interview_list li a .txt_box{
padding:15px 15px;
box-sizing: border-box;
width: 100%;
color: #FFF;
display: block;
margin: 0;
}


#interview .section_wrap .interview_list li a .txt_box .d_ttl{
font-size: .7rem;
font-weight: 300;
line-height: 1;
margin: 0 0 10px;
}


#interview .section_wrap .interview_list li a .txt_box .name{
font-size: 1rem;
font-weight: 300;
line-height: 1;
}


#interview .section_wrap .bnr_img{
width: 80%;
margin: 0 auto;
}

/*detail
-------------------------------------*/
#interview .section_wrap .common_btn_box{
text-align: center;
}

#interview .section_wrap .d_img{
width: 100%;
margin: 0 auto 20px;
position: relative;
overflow: hidden;
}


#interview .section_wrap .txt_box{
position: relative;
width: 100%;
margin: 0 auto 40px;

text-align: right;
}

#interview .section_wrap .txt_box .s_name{
font-size: .8rem;
font-weight: 500;
line-height: 1;
margin-bottom: 10px;
}

#interview .section_wrap .txt_box .name{
font-weight: 700;
font-size:1.2rem;
line-height: 1;
}

#interview .section_wrap .txt_box .name span{
font-size: .8rem;
margin-top: 10px;
display: block;
}


#interview .section_wrap .d_img .bg_en_txt{
position: absolute;
bottom:-10px;
right: -10px;
font-size: 3rem;
font-weight: 200;
font-family: "Poppins", sans-serif;
line-height: 1;
color: rgb(255, 255, 255);
mix-blend-mode: overlay;
white-space: nowrap;
}

#interview .section_wrap .d_block{
width: 90%;
margin: 0 auto 40px;
}


#interview .section_wrap .d_block h2{
font-size: 1.4rem;
font-weight: 700;
line-height: 1;
margin: 0 0 30px;
}

#interview .section_wrap .d_block .txt{
line-height: 1.8;
font-weight: 500;
margin: 0;
}


}