@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#container {
	background: #fff;
}

#gNavi .navi05 a {
	border-bottom: 2px solid #fff;
}

.pageTitle {
	position: relative;
	min-height: 350px;
	background: url(../img/career/page_title_bg.jpg) no-repeat center center;
	background-size: cover;
}

.pageTitle h1 {
	padding-top: 140px;
}

.contentBox {
	width: 1000px;
}

#main {
	padding: 52px 0 120px;
	background: url(../img/career/bg01.gif) no-repeat center top;
	background-size: 1116px auto;
}

#main .headLine01 {
	margin-bottom: 102px;
}

#main .listUl {
	margin: 0 0 49px 50px;
}

#main .listUl li {
	margin-right: 45px;
	padding: 20px 18px 36px;
	float: left;
	width: 270px;
	box-sizing: border-box;
	background: url(../img/career/bg02.png) repeat left top;
	box-shadow: 0 2px 12px #ddd;
}

#main .listUl li .ttl {
	margin: -47px 0 48px;
	color: #003392;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
}

#main .listUl li .ttl span {
	margin-bottom: 4px;
	display: block;
	font-size: 44px;
	font-weight: normal;
    font-family: "RobotoCondensed-Regular";
}

#main .listUl li .ttl:before {
	width: 30px;
	height: 2px;
	background: #003392;
	background-size: 8px 11px;
	position: absolute;
	left: 0;
	bottom: -14px;

	content: "";
}
#main .listUl li p {
	line-height: 1.6;
}

#main h3 {
	margin-bottom: 50px;
	color: #333;
	text-align: center;
	font-size: 34px;
}

#main .borderBox {
	margin-bottom: 51px;
	padding-bottom: 33px;
	border: 2px solid #003392;
	background-color: #fff;
}

#main .borderBox .tabUl {
	margin-bottom: 52px;
}

#main .borderBox .tabUl li {
	float: left;
	width: 332px;
}

#main .borderBox .tabUl li a {
	padding: 6px 10px 6px 6px;
	display: block;
	color: #333;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	background-color: #e6ebf4;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#main .borderBox .tabUl li:nth-child(3n) a {
	border-right: none;
}

#main .borderBox .tabUl li .info {
	padding-left: 20px;
	background: url(../img/career/icon.png) no-repeat left center;
	background-size: 8px 5px;
}

#main .borderBox .tabUl li .info span {
	color: #003392;
	font-size: 18px;
    font-family: "RobotoCondensed-Bold";
}

#main .borderBox .tabUl li a:hover,
#main .borderBox .tabUl .on a {
	color: #fff;
	background-color: #003392;
}

#main .borderBox .tabUl .on a .info,
#main .borderBox .tabUl li a:hover .info {
	background: url(../img/career/icon_over.png) no-repeat left center;
	background-size: 8px 5px;
}

#main .borderBox .tabUl .on a .info span,
#main .borderBox .tabUl li a:hover .info span {
	color: #fff;
}

#main .borderBox .top {
	margin: 0 0 20px 55px;
	color: #003392;
	font-size: 60px;
	font-weight: bold;
	line-height: 1.15;
}

#main .borderBox .inner {
	margin: 0 28px 0 28px;
}

#main .borderBox .inner .photoBox {
	float: right;
}

#main .borderBox .inner .photoBox img {
	width: 640px;
}

#main .borderBox .inner .photoBox p {
	margin-top: 8px;
	color: #333;
	font-size: 14px;
	text-align: right;
}

#main .borderBox .inner .photoBox p span {
	color: #003392;
	font-size: 18px;
    font-family: "RobotoCondensed-Bold";
}

#main .borderBox .inner .photoBox img {
	margin-top: -41px;
}

#main .borderBox .inner .textBox {
	position: relative;
	margin: 39px -170px 0 0;
	padding: 33px 40px 43px;
	width: 460px;
	float: left;
	background: url(../img/career/bg02.png) repeat left top;
	box-sizing: border-box;
	box-shadow: 0px 0 9px #ddd;
	z-index: 200;
}

#main .borderBox .inner .textBox .topText {
	margin-bottom: 17px;
	font-size: 24px;
	font-weight: bold;
}

#main .borderBox .inner .textBox p {
	margin: 0 0 27px 0;
	color: #333;
	line-height: 1.6;
}

#main .borderBox .inner .textBox li {
	line-height: 1.7;
}



#main .h2Ttl01 {
	margin-bottom: 85px;
}

#main .imgBox {
	margin: 0 50px 20px;
	position: relative;
}

#main .imgBox .title {
	position: absolute;
	padding: 8px 0;
	left: 10px;
	top: 10px;
	width: 236px;
	font-size: 20px;
	color: #003392;
	font-weight: bold;
	text-align: center;
	background-color: #fff;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.pageTitle {
		min-height: 175px;
		background: url(../img/career/sp_page_title_bg.jpg) no-repeat center top;
		background-size: cover;
	}

	.pageTitle h1 {
		padding-top: 80px;
	}

	#main {
		padding: 20px 0 39px;
		background: url(../img/career/sp_bg.gif) no-repeat center top;
		background-size: 100% auto;
	}

	.contentBox {
		width: auto;
	}

	.spNaviBox {
		margin-bottom: 26px;
	}

	#main .listUl {
		margin: 0 15px 26px;
	}

	#main .headLine01 {
		margin-bottom: 47px;
	}

	#main .listUl li {
		margin: 0 0 35px;
		padding: 5px 9px 15px;
		width: 100%;
		box-shadow: 0 0 5px #eee;
	}

	#main .listUl li:last-child {
		margin-bottom: 0;
	}

	#main .listUl li .ttl {
		margin: -20px 0 10px -4px;
		font-size: 20px;
	}

	#main .listUl li .ttl span {
		margin: -16px 10px 0 0;
		float: left;
		font-size: 50px;
	}

	#main .listUl li .ttl:before {
		left: 4px;
		bottom: -5px;
		width: 38px;
		height: 3px;
	}

	#main .listUl li p {
		line-height: 1.5;
	}

	#main h3 {
		margin-bottom: 24px;
		color: #333;
		font-size: 20px;
		text-align: center;
	}

	#main .borderBox {
		margin: 0 14px 25px;
		padding-bottom: 26px;
		border: 1px solid #003392;
	}

	#main .borderBox .tabUl {
		margin-bottom: 14px;
	}

	#main .borderBox .tabUl li {
		width: 50%;
	}

	#main .borderBox .tabUl li a {
		padding: 5px 0 6px;
		font-size: 10px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}

	#main .borderBox .tabUl li .info {
		padding-left: 17px;
		background-size: 6px auto;
	}

	#main .borderBox .tabUl li .info span {
		font-size: 13px;
	}

	#main .borderBox .tabUl li:nth-child(2n) a {
		border-right: none;
	}

	#main .borderBox .tabUl li:nth-child(3n) a {
		border-right: 1px solid #fff;
	}

	#main .borderBox .tabUl .on a .info,
	#main .borderBox .tabUl li a:hover .info {
		background: url(../img/career/icon_over.png) no-repeat left center;
		background-size: 5px auto;
	}

	#main .borderBox .top {
		margin: 0 0 10px 23px;
		font-size: 30px;
		position: relative;
		z-index: 100;
	}

	#main .borderBox .inner {
		margin: 0 12px;
	}

	#main .borderBox .inner .photoBox {
		margin: 0 0 5px;
		float: none;
	}

	#main .borderBox .inner .photoBox img {
		margin: -22px 0 0;
		width: 100%;
	}

	#main .borderBox .inner .photoBox p {
		margin-top: 2px;
		font-size: 11px;
	}

	#main .borderBox .inner .photoBox p span {
		font-size: 13.5px;
		letter-spacing: 1px;
	}

	#main .borderBox .inner .textBox {
		margin: 0;
		padding: 0;
		float: none;
		background: none;
		box-shadow: 0 0 0 #fff;
		width: auto;
	}

	#main .borderBox .inner .textBox .topText {
		margin: 0 0 7px;
		font-size: 15px;
	}

	#main .borderBox .inner .textBox p {
		margin-bottom: 11px;
		line-height: 1.5;
	}

	#main .borderBox .inner .textBox ul li {
		line-height: 1.8;
	}

	#main .h2Ttl01 {
		margin-bottom: 26px;
	}

	#main .imgBox {
		margin: 0 15px 20px;
	}

	#main .imgBox img {
		width: 100%;
	}

	#main .imgBox .title {
		font-size: 15px;
		width: 178px;
		left: 5px;
		top: 5px;
		padding: 5px 0 6px;
	}
}
