.interviewThirdTitle .mainTitleCont h1 p{
	font-size: inherit;
    color: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit;
}
.interviewThirdCont{
	margin-bottom: 0;
}
.interviewThirdCont.k-image-right .interviewPictArea{
	flex-flow: row-reverse;
    padding-right: 0;
    padding-left: 90px;
}
.interviewThirdCont.k-image-right .interviewPictArea .pict{
	left: auto;
    right: 0;
}
.interviewThirdCont.type2{
	margin: 30px 0;
}
.interviewThirdTitle .mainTitleCont{
    /*width: auto;*/
    /*min-width: 520px;*/
}
.listCont .detail h3 p{
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit;
}
.interviewThirdCont .interviewPictArea{
    margin-bottom: 0;
}
.interviewThirdCont.type2{
    background: none;
}
.interviewThirdCont .interviewPictArea .detail h5{
    font-size: 120%;
    font-weight: 700;
}
.interviewThirdCont .interviewPictArea .detail p,
.interviewThirdCont .interviewPictArea .detail h5{
    margin-bottom: 12px;
}
.interviewThirdCont.type2 .interviewPictArea .pict{
    text-align: center;
}
header .headMenu li.current-menu-item a,
header .headMenu li.current-page-ancestor a,
.single-work header .menu-item-object-work a,
.single-interview header .menu-item-object-interview a,
.single-recruit_info header .menu-item-object-recruit_info a,
.single-system header .menu-item-object-system a{
    color: #3084CC;
}


.interviewThirdCont.type2 .interviewPictArea{
  display: block;
  margin-bottom: 0;
  padding: 0 !important;
}
.interviewThirdCont.type2 .interviewPictArea .detail{
    margin: -80px auto 0;
    padding-top: 60px;
    text-align: center;
    min-width: 680px;
    width: 63%;
}

footer .footLinkArea dl dd a[target="_blank"]:after {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: 180%;
    white-space: nowrap;
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    background-image: url(../img/common/icon_blank2.png);
    display: inline-block;
    margin-left: 10px;
}



@media screen and (min-width: 960px) {
    .topSystem .topSystemCont .detail img{
        min-height: 400px;
        object-fit: cover;
    }
    .headLogo img{
        max-width: 165px;
        max-height: 45px;
    }
}

@media screen and (max-width: 960px) {
    .interviewThirdCont.k-image-right .interviewPictArea{
        padding-left: 0;
    }
    .interviewThirdCont.k-image-right .interviewPictArea .pict {
        left: auto;
        right: -5vw;
    }
    .interviewThirdCont.type2 .interviewPictArea .pict{
        left: -5vw;
        right: auto;
        width: 100vw;
    }
    .interviewThirdCont.type2 .interviewPictArea .detail {
        margin-top: -10vw;
        padding-top: 8vw;
        min-width: 0;
        text-align: left;
        width: 100%;
    }
}





