@charset "utf-8";
/*------------------------------------------------------------
	recruitinginfo
------------------------------------------------------------*/
#main {
	padding-bottom: 50px;
	background: #DFE6EF;
}
#main .topPhoto {
	margin-bottom: 51px;
}
#main .topPhoto img {
	width: 100%;
}
#main .content {
	max-width: 990px;
}
#main p {
	margin-bottom: 58px;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.9;
}
#main table {
	margin-bottom: 90px;
	width: 100%;
	border-collapse: collapse;
}
#main th,
#main td {
	text-align: left;
	vertical-align: middle;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.83;
	box-sizing: border-box;
	border-bottom: 12px solid #DFE6EF;
}
#main th {
	padding: 28px 24px 28px;
	width: 20%;
	color: #fff;
	font-weight: 500;
	background: #6782BE;
	border-right: 10px solid #DFE6EF;
}
#main td {
	padding: 12px 32px 13px;
	background: #fff;
}
#main tr:last-child th,
#main tr:last-child td {
	border-bottom: 0;
}
#main .secBox {
	margin-bottom: 77px;
	padding: 45px 0 93px;
	background: #fff;
}
#main .secBox .headLine02 {
	margin-bottom: 61px;
}
#main .secBox .txtList {
	margin-top: -20px;
}
#main .secBox .txtList li {
	box-sizing: border-box;
	padding: 25px 10px;
	margin: 20px 34px 0 0;
	width: calc((100% - 170px) / 6);
	min-height: 112px;
	position: relative;
	font-weight: 500;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.4;
	background: #6782BE;
}
#main .secBox .txtList li:nth-child(6n) {
	margin-right: 0;
}
#main .secBox .txtList li::after {
	width: 13px;
	height: 25px;
	position: absolute;
	right: -24px;
	top: 50%;
	transform: translateY(-50%);
	background: url("../img/common/icon02.png") no-repeat center center / 100%;
	content: "";
}
#main .secBox .txtList li:last-child::after {
	display: none;
}
#main .secBox .inquiry {
	margin: 0;
	text-align: center;
	font-weight: 500;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
}
#main .sec01 {
	padding-bottom: 65px;
}


/*-------------------------------------------
2024/02/06 選考フロー要素数変更のため新規追加
-------------------------------------------*/
#main .secBox .selectionFlow {
	margin-top: -20px;
}
#main .secBox .selectionFlow li {
	box-sizing: border-box;
	padding: 25px 10px;
	margin: 20px 34px 0 0;
	width: calc((100% - 136px) / 5);
	min-height: 112px;
	position: relative;
	font-weight: 500;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.4;
	background: #6782BE;
}
#main .secBox .selectionFlow li:nth-child(5n) {
	margin-right: 0;
}
#main .secBox .selectionFlow li::after {
	width: 13px;
	height: 25px;
	position: absolute;
	right: -24px;
	top: 50%;
	transform: translateY(-50%);
	background: url("../img/common/icon02.png") no-repeat center center / 100%;
	content: "";
}
#main .secBox .selectionFlow li:last-child::after {
	display: none;
}
/*-------------------------------------------*/


@media all and (max-width: 896px) {
	.pageTitle h2 {
		margin-bottom: 92px;
	}
	#main {
		padding-bottom: 50px;
	}
	#main .topPhoto {
		margin-bottom: 20px;
	}
	#main .content {
		margin: 0;
	}
	#main p {
		margin: 0 26px 25px;
		font-size: 1.25rem;
		line-height: 1.92;
	}
	#main table {
		margin-bottom: 35px;
	}
	#main th,
	#main td {
		font-size: 1.05rem;
		line-height: 1.57;
		border-bottom-width: 6px;
	}
	#main th {
		padding: 16px 14px 16px;
		width: 22.6%;
		min-width: 80px;
		border-right-width: 5px;
	}
	#main td {
		padding: 8px 17px 8px;
	}
	#main .secBox {
		margin-bottom: 42px;
		padding: 40px 0 30px;
	}
	#main .secBox .headLine02 {
		margin-bottom: 15px;
	}
	#main .secBox .txtList {
		margin: 0 auto;
		width: 66%;
		display: block;
	}
	#main .secBox .txtList li {
		margin: 0 0 19px;
		padding: 10px;
		width: auto;
		min-height: 63px;
		font-size: 1.3rem;
		line-height: 1.38;
	}
	#main .secBox .txtList li:last-child {
		margin-bottom: 0;
	}
	#main .secBox .txtList li::after {
		width: 20px;
		height: 11px;
		right: 50%;
		top: auto;
		bottom: -15px;
		transform: translateY(0) translateX(50%);
		background-image: url("../img/common/icon03.png");
	}
	#main .secBox .txtList li:last-child::after {
		display: none;
	}


/*-------------------------------------------
2024/02/06 選考フロー要素数変更のため新規追加
-------------------------------------------*/
	#main .secBox .selectionFlow {
		margin: 0 auto;
		width: 66%;
		display: block;
	}
	#main .secBox .selectionFlow li {
		margin: 0 0 19px;
		padding: 10px;
		width: auto;
		min-height: 63px;
		font-size: 1.3rem;
		line-height: 1.38;
	}
	#main .secBox .selectionFlow li:last-child {
		margin-bottom: 0;
	}
	#main .secBox .selectionFlow li::after {
		width: 20px;
		height: 11px;
		right: 50%;
		top: auto;
		bottom: -15px;
		transform: translateY(0) translateX(50%);
		background-image: url("../img/common/icon03.png");
	}
	#main .secBox .selectionFlow li:last-child::after {
		display: none;
	}
/*-------------------------------------------*/


	#main .secBox .inquiry {
		margin: 0 20px;
		font-size: 1.5rem;
	}
	#main .sec01 {
		margin-bottom: 0;
		padding-bottom: 65px;
	}
	#main .sec01 .headLine02 {
		margin-bottom: 30px;
	}
}