@charset "UTF-8";
.mainvisual {
    background: url("../../common/img/mv-recruit-bg.png")  no-repeat center bottom;
	background-size:  cover;
}
.page-title{
    background: url("../../common/img/mv-recruit.png")no-repeat center;
}
/*
================================
================================*/
.interview-contents {
    margin: 0 auto 70px;
}
.interview-img {
    margin: 25px auto 0;
}
.interview-img {
    margin: 25px auto 70px;
    position: relative;
    max-width: 1280px;
    box-sizing: border-box;
}
.interview-img a:hover {
  opacity: 0.9;
}
img.interview-text {
    display: block;
    margin: auto;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
/*
スマホ
=======================================================================================================*/
@media screen and (max-width: 767px) {
.page-title {
    background-size: contain;
    background-position: center 140px;
}
img.interview-text {
    max-width: 50%;
}
}








