@charset "UTF-8";
.rctTtl_1 span.redIco {
	margin-right: 10px;
	padding: 6px 18px 3px;
	background: #f00;
	color: #fff;
	font-size: 14px;
}

.rctTtl_1 span.blueIco {
	margin-right: 10px;
	padding: 6px 18px 3px;
	background: #00A0E9;
	color: #fff;
	font-size: 14px;
}

.rctTtl_1 span.grayIco {
	margin-right: 10px;
	padding: 6px 18px 3px;
	background: #6A6A6A;
	color: #fff;
	font-size: 14px;
}

.for_SP {
	display: none;
}

.valSquare {
	display: none;
}

@media screen and (max-width:768px) {
	.for_SP {
		display: block;
	}
	.valSquare {
		display: inline;
	}
	.rctTtl_1 {
		line-height: 1.9;
		display: block;
		position: relative;
		padding: 12px 10px 7px 20px !important;
		background: #0088d1;
		color: #fff;
		font-size: 18px !important;
		font-weight: bold !important;
		border-bottom: 2px solid #026ba9;
	}
	.rctTtl_1:before{
		content: '';
		display: block;
		width: 3px;
		height: 14px;
		background: #61abee;
		position: absolute;
		top: 50%;
		left: 10px;
		margin-top: -7px;
	}
}


/* 共通
=========================================== */


/*empSec*/

.empSec {
	margin-top: 65px;
}

.empSec p {
	margin: 0;
}

.empSec .empTtl {
	padding-bottom: 16px;
	color: #00a0e9;
	font-size: 214.286%;
	font-weight: normal;
	text-align: center;
	position: relative;
}

#main .empSec .empTtl {
	margin: 0;
}

.empSec .empTtl:after {
	content: "";
	display: block;
	width: 30px;
	height: 4px;
	margin-left: -15px;
	background-color: #00a0e9;
	position: absolute;
	bottom: 0;
	left: 50%;
}

.empSec .empFigL {
	width: 300px;
	margin: 0 20px 0 0;
	float: left;
}

.empSec .empFigR {
	width: 300px;
	margin: 0 0 0 20px;
	float: right;
}

.empSec .empFigL img,
.empSec .empFigR img {
	width: 100%;
}

.empSec .empExp {
	color: #666;
}

.empSec .empExp p {
	line-height: 2;
}

.empSec .listImg {
	padding: 0;
	overflow: hidden;
	list-style: none;
}
.empSec .listImgSP {
	display: none;
	padding: 0;
	overflow: hidden;
	list-style: none;
}

.empSec .listImg li {
	width: 240px;
	float: left;
	margin-right: 20px;
}
.empSec .listImg li img {
	width: 100%;
}

.empSec .listImg li:nth-child(3n) {
	margin: 0;
}

@media screen and (max-width:768px) {
	.empSec {
		margin-top: 30px;
	}
	.empSec .empTtl {
		padding-bottom: 10px;
		border-bottom: 2px solid #ccc;
		color: #3e3e3e;
		font-size: 20px;
		font-weight: bold;
		line-height: 1;
		text-align: left;
		position: relative;
	}
	#main .empSec .empTtl {
		margin-right: 15px;
		margin-left: 15px;
	}
	.empSec .empTtl:after {
		content: '';
		display: block;
		width: 50px;
		margin-left: 0;
		background: #00a0e9;
		position: absolute;
		left: 0;
		bottom: -2px;
		height: 2px;
	}
	.empSec .empFigL,
	.empSec .empFigR {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.empSec .listImg {
		display: none;
		padding: 0;
		overflow: hidden;
		list-style: none;
	}
	.empSec .listImgSP {
		display: block;
		padding: 0;
		overflow: hidden;
		list-style: none;
	}
	.empSec .listImgSP li{
		float: left;
		margin: 0;
	}
	.empSec .listImgSP img{
		width: 100%;
		height: auto;
	}
}


/* 仕事内容
=========================================== */

.jobCnt {
	margin-top: 40px;
}

.jobCnt .jobIn {}


/*==clearfix==*/

.jobCnt .jobIn:after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (max-width:768px) {
	.jobCnt {
		margin-top: 20px;
		padding-right: 15px;
		padding-left: 15px;
	}
}


/* 大切にしている価値観
=========================================== */

.valCnt {
	margin-top: 40px;
}

.valCnt .valList {
	margin: 60px 0 0;
	padding: 0;
	border-top: 1px solid #ccc;
	list-style: none;
}

.valCnt .valList li {
	border-bottom: 1px solid #ccc;
	padding: 35px 0 30px;
}


/*==clearfix==*/

.valCnt .valList li:after {
	content: "";
	display: block;
	clear: both;
}

.valCnt .valList li .elm {
	width: 300px;
	color: #00a0e9;
	font-size: 142.857%;
	font-weight: bold;
	float: left;
}

.valCnt .valList li .txt {
	margin-left: 320px;
	color: #666;
	line-height: 2;
}

.valList li .txt span {
	font-weight: bold;
	position: relative;
}

.mb20 {
	margin-bottom: 20px !important;
}

@media screen and (max-width:768px) {
	.valCnt {
		margin-top: 20px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.valCnt .valList {
		margin-top: 0;
		border-top: none;
	}
	.valCnt .valList li {
		margin-top: 30px;
		padding: 0;
		border-bottom: none;
	}
	.valCnt .valList li .elm {
		width: 100%;
		padding-bottom: 10px;
		border-bottom: 2px solid #ccc;
		color: #3e3e3e;
		font-size: 20px;
		font-weight: bold;
		line-height: 1;
		text-align: left;
		position: relative;
		float: none;
	}
	.valCnt .valList li .elm:after {
		content: '';
		display: block;
		width: 50px;
		margin-left: 0;
		background: #00a0e9;
		position: absolute;
		left: 0;
		bottom: -2px;
		height: 2px;
	}
	.valCnt .valList li .txt {
		width: 100%;
		margin-top: 20px;
		margin-left: 0;
	}
	.valList text span:before {
		content: '■';
	}
}


/* 応募する
=========================================== */

.aplBtn {
	width: 448px;
	margin: 40px auto 0;
}

.aplBtn a {
	padding: 37px;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f80101',EndColorStr='#cc0000',GradientType=0)";
	background: -webkit-linear-gradient(45deg, #f80101, #cc0000);
	background: -moz-linear-gradient(45deg, #f80101, #cc0000);
	background: -o-linear-gradient(45deg, #f80101, #cc0000);
	background: linear-gradient(45deg, #f80101, #cc0000);
	font-size: 128.571%;
	line-height: 1;
	text-align: center;
	display: block;
	position: relative;
}

#mainContents .aplBtn a:link,
#mainContents .aplBtn a:active,
#mainContents .aplBtn a:visited {
	color: #fff;
	text-decoration: none;
}

.aplBtn a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#f80101',EndColorStr='#cc0000',GradientType=0)";
	background: -webkit-linear-gradient(45deg, #f80101, #cc0000);
	background: -moz-linear-gradient(45deg, #f80101, #cc0000);
	background: -o-linear-gradient(45deg, #f80101, #cc0000);
	background: linear-gradient(45deg, #f80101, #cc0000);
}

.aplBtn a:after {
	content: "";
	display: block;
	width: 11px;
	height: 100%;
	background: url(/recruit/requirements/job/images/aplbtn_arw.png) center center no-repeat;
	position: absolute;
	top: 0;
	right: 30px;
}

.ie9 .aplBtn a {
	width: 100%;
	box-sizing: border-box;
	display: table;
}

@media screen and (max-width:768px) {
	.aplBtn {
		width: 100%;
		margin-top: 20px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.aplBtn a {
		padding: 20px;
		font-size: 16px;
	}
}


/**/
