@charset "utf-8";
/* CSS Document */

.fvCont {
	margin-bottom: 0 !important;
}
.fv {
	background-image: url("../recruit/images/fv.jpg");
	position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
	padding-top: 120px;
}
.fvTxt01 {
	font-size: 36px;
	font-weight: bold;
	color: #dc0012;
	line-height: 1.4;
	background-color: rgba( 255, 255, 255, 0.8 );
	padding: 8px 12px 6px;
	position: absolute;
	top: 225px;
	left: 60%;
}
.fvTxt02 {
	font-size: 17px;
	color: #fff;
	line-height: 1.8;
	background-color: #dc0012;
	padding: 8px 12px 8px;
	width: 453px;
	position: absolute;
	top: 303px;
	left: 60%;
}
.recMainCont {
	background-color: #F4F4F4;
	padding: 70px 0 10px;
	margin-bottom: 80px;
}
.recTit01 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
}
.visiTit01 {
	color: #DE0012;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 90px;
}
.visiCtrl {
	position: relative;
	margin-bottom: 80px;
	padding: 50px 0;
}
.visiCont {
	max-width: 1400px;
	width: 80%;
	margin: 0 auto;
	position: static;
    z-index: 1;
}
.visiInner {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.visiCont ul {
	margin: 0 auto;
}
.visiBox01 {
	width: 45%;
    margin-right: 3%;
}
.visiBox02 {
	margin-left: 3%;
}
.visiImg01 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 55vw;
    overflow: hidden;
    min-height: 100%;
	z-index: 1;
}
.visiImg01 img {
	position: absolute;
    max-width: none;
    height: 100%;
    width: auto;
}
.visiImgBg {
    position: absolute;
    top: -8%;
    right: 0;
	z-index: 0;
	background-image: url(../vision/images/bg01.jpg);
	background-repeat: repeat-x;
	width: 30%;
	height: 220px;
}
.visiTxt01 {
	line-height: 2;
	margin-bottom: 30px;
}
.visiTxt01 a {
	color: #333;
}
.last {
	margin-bottom: 0;
}
.visiTit02 {
	color: #DE0012;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}
.visiImg03 {
	width: 60%;
	margin: 0 auto;
}
/*ナビ下線アニメーション*/
.header .gnavi li:nth-child(3) {
	border-bottom: 2px #df0012 solid;
	padding-bottom: 0;
}
.header .gnavi li:nth-child(3)::after {
	height: 0;
}
/*ナビ下線アニメーション*/

/*1800px以下*/
@media screen and (max-width: 1800px){
.fv {
	padding-top: 80px;
}
}

/*1700px以下*/
@media screen and (max-width: 1700px){
.visiImgBg {
	width: 22%;
}
.visiImg03 {
	width: 70%;
	margin: 0 auto;
}
}

/*1600px以下*/
@media screen and (max-width: 1600px){
.fv {
	padding-top: 40px;
}
.visiImgBg {
	width: 20%;
}
.visiImg03 {
	width: 80%;
	margin: 0 auto;
}
}

/*1240px以下*/
@media screen and (max-width: 1240px){
.fv {
	padding-top: 0;
}
.fvTxt01 {
	left: 54%;
}
.fvTxt02 {
	left: 54%;
}
.visiCtrl {
	padding: 0;
}
.visiCont {
    width: 94%;
}
.visiImgBg {
	display: none;
}
.visiBox01 {
	width: 48%;
}
.visiImg03 {
	width: 90%;
	margin: 0 auto;
}
}

/*800px以下*/
@media screen and (max-width: 800px){
.visiTit01 {
    font-size: 24px;
    margin-bottom: 30px;
	padding: 0 5%;
}
.visiImg02 {
	width: 100%;
	margin-bottom: 20px;
}
.visiInner {
    display: block;
}
.visiImg02 {
    width: 100%;
    margin-bottom: 30px;
}
.visiBox01 {
    width: 100%;
}
.visiTxt01 {
    margin-bottom: 30px;
}
.visiTit02 {
    margin-bottom: 30px;
}
.visiCtrl {
    margin-bottom: 70px;
}
}

/*700px以下*/
@media screen and (max-width: 700px){
.recMainCont {
    padding: 70px 0 10px;
    margin-bottom: 70px;
}
}

/*500px以下*/
@media screen and (max-width: 500px){
.recMainCont {
    padding: 45px 0 10px;
    margin-bottom: 60px;
}
.visiCtrl {
    margin-bottom: 55px;
}
.visiTit01 {
    font-size: 20px;
    margin-bottom: 25px;
    padding: 0 5%;
}
.visiTxt01 {
    margin-bottom: 20px;
    font-size: 15px;
}
.visiTit02 {
    font-size: 20px;
	margin-bottom: 20px;
}
}
