@charset "UTF-8";



/*-------------------------------------------------------
employment
 --------------------------------------------------------*/

/*-------------------------------------------------------
index
 --------------------------------------------------------*/

.employment_box{
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;

	margin-bottom: 50px;
}
.employment_box_photo{
	width: 22%;
	margin-left: 3%;
}
.employment_box_photo img{
	width: 100%;
}
.employment_box_text{
	width: 75%;
}
.employment_box .square-line-title {
	margin-top: 0;
}



/*-------------------------------------------------------
introduction
 --------------------------------------------------------*/

.intro_photo_block {
	width: 100%;
	height: 400px;
}
.intro_photo_block.intro01 {
	background-image: url(../images/employment/employment_introduction_img02.png);
	/*background-image: url(../images/employment/intro_photo01.png);*/
	background-size: cover;
	background-position: center right;
}
.intro_photo_block.intro02 {
	background-image: url(../images/employment/employment_introduction_img04.png);
	/*background-image: url(../images/employment/intro_photo02.png);*/
	background-size: cover;
	background-position: center right;
}
.intro_photo_block.intro03 {
	background-image: url(../images/employment/employment_introduction_img06.png);
	/*background-image: url(../images/employment/intro_photo03.png);*/
	background-size: cover;
	background-position: center right;
}

.intro_text_block {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	margin-bottom: 30px;
}

.interview_box {
	margin: -185px 5% 0;
	padding: 30px;
	background: rgba(50,100,185,1);
	width: 40%;
	text-align: center;
}
.interview_box h2 {
	position: relative;
	display: inline-block;
	padding-bottom: 15px;
	font-size: 32px;
	margin: 0 auto 15px;
	color: #FFF;
	font-weight: bold;
}
.interview_box h2::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 3px solid #FFF;
	width: 50px;
	margin: 0 auto;
}
.interview_box dl dt {
	padding-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}
.interview_box dl dd {
	font-size: 16px;
	color: #FFF;
	text-align: left;
}

.profile_box {
	margin-top: 20px;
	width: 50%;
	text-align: center;
}
.profile_box dt {
	font-size: 24px;
	font-weight: bold;
	color: rgba(50,100,185,1);
	margin-bottom: 15px;
}
.profile_box dd {
	font-size: 16px;
}



/* -- Media query	761px以下の場合 スマートフォン設定------------------------------------------------------------- */
@media screen and (max-width: 761px ) {

	.employment_box_photo{
		width: 100%;
		margin-left: 0;
	}
	.employment_box_text{
		width: 100%;
	}
	.employment_box_text p{
		margin-bottom: 10px;
	}



	.intro_photo_block {
		width: 100%;
		height: 200px;
		background-image: url(../images/employment/sv_img01.png);
		background-size: cover;
		background-position: center right;
	}

	.interview_box {
		margin: -40px auto 20px;
		width: 90%;
	}

	.interview_box h2 {
		font-size: 24px;
	}

	.profile_box {
		width: 90%;
		margin: 0 auto;
	}
	
	ul.photo_list3 li {
		margin-bottom: 15px;
	}

}
