@charset "utf-8";
/*------------------------------------------------------------
	recruit
------------------------------------------------------------*/
#gNavi .navi04 a::before {
	opacity: 1;
}
.pageTitle {
	background-image: url("../img/recruit/page_title_bg.jpg");
}
.pageTitle h2 {
	width: 320px;
}
#main .headLine01 {
	margin-bottom: 59px;
}
#main .headLine01::after {
	bottom: -23px;
}
#main .sec01 {
	margin-bottom: 95px;
}
#main .sec01 .ttl {
	margin-bottom: 40px;
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.28;
	letter-spacing: 0.05em;
}
#main .sec01 .text {
	text-align: center;
	color: #030000;
	font-size: 2rem;
	letter-spacing: 0.08em;
	line-height: 1.48;
}
#main .sec02 {
	margin-bottom: 112px;
}
#main .sec02 .headLine01 {
	margin-bottom: 62px;
}
#main .sec02 .comListList {
	margin-left: 10px;
}
#main .sec02 .comListList li .inner {
	margin-bottom: 42px;
	position: relative;
}
#main .sec02 .comListList li .ttl {
	margin-bottom: 43px;
	position: relative;
	text-align: center;
	color: #333;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 0;
}
#main .sec02 .comListList li .ttl::after {
	width: 75px;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: -15px;
	background: #0b3185;
	content: '';
	transform: translateX(-50%);
}
#main .sec02 .comListList li .btn {
	margin: 0 auto;
	width: 250px;
}
#main .sec02 .comListList li .btn a {
	display: block;
	border-radius: 40px;
	background-image: -moz-linear-gradient(-90deg, rgb(0, 108, 234) 0%, rgb(50, 216, 255) 100%);
	background-image: -webkit-linear-gradient(-90deg, rgb(0, 108, 234) 0%, rgb(50, 216, 255) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(0, 108, 234) 0%, rgb(50, 216, 255) 100%);
}
#main .sec02 .comListList li .btn span {
	padding: 15px 10px 16px;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-size: 1.6rem;
	background: url("../img/common/icon05.png") no-repeat center right 22px;
}
#main .sec03 {
	padding: 56px 0 72px;
	background: #F9F9F9;
}
#main .sec03 .headLine01 {
	margin-bottom: 67px;
}
#main .sec03 .comBtn {
	margin-bottom: 0;
	width: 400px;
}
#main .sec03 .comBtn a {
	padding: 0 39px;
	font-weight: bold;
	border: 3px solid #0B3184;
	background: #0B3184;
}
#main .sec03 .comBtn a span {
	padding: 26px 62px 29px 62px;
}
@media all and (min-width: 897px) {
	#main .sec02 .comListList li .btn a:hover {
		box-shadow: 0px 6px 7.84px 0.16px rgba(4, 0, 0, 0.26);
	}
	#main .sec03 .comBtn a:hover {
		color: #0B3184;
		box-shadow: none;
		background-color: #fff;
	}
	#main .sec03 .comBtn a:hover span {
		background-image: url("../img/common/icon02.png");
	}
}
@media all and (max-width: 896px) {
	#main .sec01 {
		margin-bottom: 45px;
	}
	#main .sec01 .ttl {
		margin-bottom: 20px;
		font-size: 2rem;
	}
	#main .sec01 .text {
		font-size: 1.6rem;
	}
	#main .sec02 {
		margin-bottom: 45px;
	}
	#main .sec02 .comListList {
		margin-left: 0;
	}
	#main .sec02 .comListList li .inner {
		margin-bottom: 20px;
	}
	#main .sec02 .comListList li .ttl {
		margin-bottom: 20px;
		font-size: 1.8rem;
	}
	#main .sec02 .comListList li .ttl::after {
		width: 45px;
		height: 2px;
		bottom: -10px;
	}
	#main .sec02 .comListList li .btn span {
		padding: 10px;
		font-size: 1.3rem;
	}
	#main .sec03 {
		padding: 45px 0;
	}
	#main .sec03 .comBtn {
		width: 90%;
		max-width: 400px;
	}
	#main .sec03 .comBtn a {
		padding: 0 15px;
	}
	#main .sec03 .comBtn a span {
		padding: 10px 62px 10px 62px;
	}
}