/********************
 guard CSS
********************/

/* #area-headding ----------*/
#area-headding{
	height: 400px;
	text-align: center;
	background: url(../images/guard/header.jpg) 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
#area-headding:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(24, 24, 24, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
#area-headding h1{
	display: inline-block;
	margin: 150px 0 0;
	padding-left: 1.2em;
	color: #fff;
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 0.05em;
	position: relative;
}
#area-headding h1:before{
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/guard/ico_guard.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}

/* #sect-contents ----------*/
#sect-contents{
	background-color: #fff;
	margin-top: -60px;
	padding-top: 60px;
	padding-bottom: 80px;
	position: relative;
}

#sect-contents .txt-lead{
	margin-bottom: 60px;
	text-align: center;
	line-height: 1.75em;
	letter-spacing: 0.1em;
}

#sect-contents .box-images{ margin-bottom: 60px; }

#sect-contents h2{
	margin: 0 0 30px;
	padding-top: 40px;
	font-size: 27px;
	line-height: 1.1em;
	text-align: center;
	position: relative;
}
#sect-contents h2:before{
	content: '';
	display: block;
	width: 60px;
	height: 4px;
	background-color: #3a6bb4;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -30px;
}

#sect-contents h3{
	margin-top: 0;
	margin-bottom: 10px;
	color: #f73169;
	font-size: 20px;
}
#sect-contents h3 + p{
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.75em;
}

/* .box-contact ----------*/
#sect-contents .box-contact{
	margin-top: 60px;
}
#sect-contents .box-contact h3{ text-align: center; }
#sect-contents .box-contact dl{
	margin-bottom: 0;
	padding: 20px;
	font-size: 18px;
	border: 1px solid #ccc;
}
#sect-contents .box-contact dt{
	display: table-cell;
	padding: 0 3em;
	line-height: 1.6667em;
	vertical-align: middle;
}
#sect-contents .box-contact dd{
	display: table-cell;
	font-weight: bold;
	line-height: 1.6667em;
}


@media screen and (max-width: 991px) {
	#area-headding{
		height: 360px;
	}
	#area-headding h1{
		margin-top: 130px;
		font-size: 32px;
		line-height: 36px;
	}
	#area-headding h1:before{
		width: 36px;
		height: 36px;
	}
	#sect-contents{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#sect-contents .txt-lead{
		margin-bottom: 40px;
		font-size: 15px;
	}
	#sect-contents .box-images{ margin-bottom: 40px; }
	#sect-contents h3{ font-size: 18px; }

	#sect-contents .box-contact{ margin-top: 40px; }
	#sect-contents .box-contact dl{ font-size: 16px; padding: 16px; }
	#sect-contents .box-contact dt{ padding: 0 1.5em; }
}


@media screen and (max-width: 767px) {
	#area-headding{
		height: 200px;
	}
	#area-headding h1{
		margin-top: 80px;
		font-size: 28px;
		line-height: 32px;
	}
	#area-headding h1:before{
		width: 32px;
		height: 32px;
	}

	#sect-contents{
		margin-top: 0;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#sect-contents .txt-lead{
		margin-bottom: 30px;
		text-align: left;
	}
	#sect-contents .box-images{ margin-bottom: 30px; }
	#sect-contents .box-images div:first-child{ margin-bottom: 15px; }

	#sect-contents h2{
		margin-bottom: 20px;
		padding-top: 30px;
		font-size: 24px;
	}

	#sect-contents h3{ margin-bottom: 5px; }
	/*#sect-contents h3 + p{
		font-size: 13px;
		line-height: 1.5em;
	}*/

	#sect-contents .box-contact{ margin-top: 30px; }
	#sect-contents .box-contact dl{ padding: 10px; }
	#sect-contents .box-contact dt{ padding: 0 1em 0 0; }
}



/* #sect-works ----------*/
#sect-works .box-works{
	margin-bottom: 30px;
}

/* #sect-recruit ----------*/
#sect-recruit{
	margin-top: 60px;
	padding: 60px 0;
	background-color: #f0f0f0;
}
#sect-recruit .txt-lead{ margin-bottom: 30px; }
#sect-recruit dl{ font-size: 15px; }
#sect-recruit dl dt{ float: left; }
#sect-recruit dl dd{
	margin-left: 7em;
	margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
	#sect-recruit{
		padding: 40px 0;
	}
}

@media screen and (max-width: 767px) {
	#sect-works .box-works{
		margin-bottom: 15px;
	}
	#sect-recruit{
		padding: 30px 15px;
	}
	#sect-recruit h2{ font-size: 22px; }
	/*#sect-recruit dl{ font-size: 14px; }*/
	#sect-recruit dl dt{
		float: none;
	}
	#sect-recruit dl dd{
		margin-left: 0;
		margin-bottom: 10px;
	}
}


/* .btn-apply ----------*/
.btn-apply{
	width: 380px;
	margin: 0 auto;
}
.btn-apply a{
	display: block;
	height: 50px;
	margin: 0 auto;
	padding-right: 1.0em;
	background-color: #3a6bb4;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	letter-spacing: 0.1em;
	position: relative;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.btn-apply a:after{
	display: block;
	width: 24px;
	height: 24px;
	content: "\f18e";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 24px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -12px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.btn-apply a:hover{
	text-decoration: none;
	background-color: #4c91e5;
}
.btn-apply a:hover:after{ right: 6px; }

@media screen and (max-width: 991px) {
	/*.btn-apply a{ font-size: 15px; }*/
}
@media screen and (max-width: 767px) {
	/*.btn-apply a{ font-size: 14px; }*/
	.btn-apply{ width: 100%; }
}