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


/*----------------------------------------------------
	☆block1
----------------------------------------------------*/

.block1 .box1 .imgArea {
	background: url(../images/img01.jpg) center center no-repeat;
	background-size: cover;
	position: absolute;
	right: 57%;
	left: 0%;
	top: -50px;
	bottom: 50px;
}
/*----------------------------------------------------
	☆interview
----------------------------------------------------*/
.interview {
	padding: 120px 0 150px;
}
.interview .imgArea {
	padding-left: 35%;
	width: 100%;
}
.interview .textArea {
	background: url(/recruit/lib/cmn_img/bg_texture.png);
	width: 40%;
	font-weight: bold;
	margin-top: -320px;
	position: relative;
	z-index: 200;
}
.interview a {
	padding: 55px 0 55px 45px;
	display: block;
}
.interview .year {
	font-size: 14px;
	background-color: #40ae43;
	color: #fff;
	padding: 5px 10px;
}


.interview .part{
	display: block;
	font-size: 24px;
}
/*moreBtn*/
.interview .moreBtn {
	display: inline-block;
	color: #40ae43;
	font-size: 14px;
	padding: 10px 50px;
	border-radius: 10px;
	border: solid 1px;
}

/* for SP
-------------------------------------------------------------------------------------*/

@media only screen and (max-width: 800px) {
/*----------------------------------------------------
	☆SPblock1
----------------------------------------------------*/

.block1 .box1 .imgArea {
	position: relative;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	height: 200px;
	margin: 0 10% 0 0;
}
/*----------------------------------------------------
	☆SPinterview
----------------------------------------------------*/
.interview {
	padding:40px 0 0;
}
.interview .imgArea {
	padding-left: 0;
	width: 100%;
}
.interview .textArea {
	margin: 0 auto;
	width: 95%;
	margin-top: -20px;
	text-align: center;
}
.interview a {
	padding: 20px 0;
	display: block;
}
.interview .year {
	font-size: 12px;
	padding: 3px 5px;
	letter-spacing: 2px;
}


.interview .part {
	font-size: 16px;
}
/*moreBtn*/
.interview .moreBtn {
	font-size: 10px;
    padding: 5px 25px;
	
}
}
