@charset "UTF-8";

.sp01_main_wrap{
        background: url(../img/ts/interview/interview_main_pc.jpg)no-repeat center center/cover;
        height: 388px;
}
.main_tab_sp_only{
    display: none;
}

.sp01_title{
    display: none;
}
.sp01_subtitle{
    display: none;
}

@media only screen and (max-width: 1200px){
    .sp01_main_wrap{
        background:none;
        height: auto;
    }
    .main_tab_sp_only{
        display: block;
        width:100%;
    }
    .sp01_title{
        display: block;
        padding: 30px 0 40px;
        width:100%;
        background-color: #0a2d88;
    }
    .sp01_title h1{
        text-align: center;
        color:#fff;
        font-size: 60px;
    }
    
    .sp01_title p{
        font-size: 30px;
        text-align: center;
        font-weight: bold;
        color:#fff;
    }
}
@media only screen and (max-width: 768px){
    .sp01_title{
        padding: 15px 0 20px;
    }
    .sp01_title h1{
        font-size: 35px;
    }
    .sp01_title p{
        font-size: 20px;
    }
}

.interview_body{
    width:1158px;
    margin: 0 auto;
}
.interview_body h2{
    font-size:18px;
    margin: 60px 0;
}

.chief_box{
    display: flex;
    width:100%;
    background-color: #e4eef8;
}
.chief_box div{
   width:100%;
    display: block;
}
.chief_box div h3{
    font-size: 45px;
    color: #0a2d88;
    text-align: center;
    margin-top: 130px;
    line-height: 1.25;
}
.chief_box div h4{
    font-size: 32px;
    color: #0a2d88;
    line-height: 1.2;
    margin-top: 135px;
    margin-left: 135px;
}
.chief_box div h4 span{
    font-size:20px;
}
.chief_box div p{
    font-size: 16px;
    color: #0a2d88;
    margin-left: 135px;
}
.chief_box div p span{
    font-weight: bold;
}
.max1200block{
    display: block;
}
.under1200block{
    display: none;
}
@media only screen and (max-width: 1200px){
    .interview_body{
        width:90%;
    }
    .chief_box{
        display: block;
        width:650px;
        margin: 0 auto;
    }
    .chief_box div h3{
        margin-top: 30px;
    }
    .chief_box div h4{
        margin-top: 30px;
    }
    .chief_box div p{
        padding-bottom: 30px;
    }
    .max1200block{
        display: none;
    }
    .under1200block{
        display: block;
    }
}
@media only screen and (max-width: 768px){
    .interview_body h2{
        margin: 30px 0;
    }
    .chief_box{
        width:100%;
    }
    .chief_box div h3{
        font-size: 26px;
    }
    .chief_box div h4{
        margin-left: 30px;
        font-size:22px;
    }
    .chief_box div h4 span{
        font-size: 14px;
    }
    .chief_box div p{
        margin-left: 30px;
        line-height: 1.5;
    }
}

.int_sec_title{
    font-size: 20px;
    color:#0a2d88;
    border-left: 3px #0a2d88 solid;
    padding-left: 10px;
    margin-top: 30px;
}
.int_sec_wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    margin-top: 10px;
    justify-content: space-between;
}
.int_sec_wrap p{
    font-size:16px;
    max-width:770px;
    width:100%;
}
.int_sec_wrap img{
    width:350px;
}
.nonwrap{
    font-size:16px;
    margin-bottom: 60px;
}
.add_wrap_int{
    display: block;
}
@media only screen and (max-width: 1200px){
    .int_sec_title{
        width:650px;
        margin: 30px auto 0;
    }
    .int_sec_wrap{
        width:650px;
        margin: 10px  auto 0;
        justify-content: center;
    }
    .int_sec_wrap img{
        margin-bottom: 10px;
    }
    .add_wrap_int{
        margin-bottom: 30px;
    }
    .nonwrap{
        width:650px;
        margin: 0 auto 30px;
    }
}
@media only screen and (max-width: 768px){
    .int_sec_title{
        width:100%;
    }
    .int_sec_wrap{
        width:100%
    }
    .nonwrap{
        width:100%;
    }
}

.int_bottom_btn{
    margin: 60px 0!important;
    text-align: center;
}

.int_bottom_btn img{
    width:650px;
    height: 173px;
    border-radius: 10px;
    box-shadow: 5px 5px 0px 0 #b9b9b9;
    transition: 0.3s all;
}
.int_bottom_btn img:hover{
    box-shadow:none;
}
@media only screen and (max-width: 768px){
    .int_bottom_btn img{
        width:300px;
        height: auto;
    }
}