

/* 採用メッセージ
========================================== */


#recruit .message {
	margin-top: 115px;
}
#recruit .message-catch {
}
#recruit h3.message-catch {
	font-weight: bold;
	text-align: center;
	font-size: 29px;
}
.message-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 80px;
	gap: 45px;
}
#recruit .message .message-txt {
	max-width: 520px;
	width: 100%;
}
#recruit .message .message-txt p {
	line-height: 2.8;
}
#recruit .message .message-txt p + p {
	margin-top: 1em;
}
#recruit .message .message-pic {}
#recruit .message .message-pic figure {
	border-radius: 20px;
	overflow: hidden;
}
#recruit .message .message-pic figure + figure {
	margin-top: 36px;
}
@media only screen and (max-width: 767px) {
	#recruit h3.message-catch {
		font-size: 22px;
	}
	#recruit .message .message-txt p {
		font-size: 14px;
	}
	.message-flex {
		margin-top: 40px;
	}
}

/* 選考の流れ
========================================== */

#recruit .flow {
}
#recruit .flow > h3 {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
#recruit .flow > ul {
	margin-top: 40px;
	display: flex;
	justify-content: center;
	gap: 64px;
	padding-bottom: 35px;
}
#recruit .flow > ul li {
	background: #EEF0F5;
	color: #2E4894;
	padding: 1em;
	font-size: 22px;
	font-weight: bold;
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	line-height: 1.2;
	width: 150px;
}
#recruit .flow > ul li span {
	display: block;
	width: 100%;
	font-size: 14px;
	text-align: center;
}
#recruit .flow > ul li::after{
	content: "";
	width: 14px;
	height: 24px;
	background: url(../img/common/ic_arr_r_bl.svg) no-repeat;
	display: block;
	position: absolute;
	right: -2em;
	margin-top: -12px;
	top: 50%;
}
#recruit .flow > ul li:last-of-type {
	background: #FEF2C5;
}
#recruit .flow > ul li:last-of-type::after{
	display: none;
}
#recruit .flow > ul + p {
	text-align: center;
}
@media only screen and (max-width: 767px) {
	#recruit .flow > h3 {
		font-size: 18px;
	}
	#recruit .flow > ul {
		display: block;
		margin-top: 20px;
	}
	#recruit .flow > ul li {
		width: 100%;
		font-size: 14px;
	}
	#recruit .flow > ul li + li {
		margin-top: 40px;
	}
	#recruit .flow > ul li::after {
		bottom: -25px;
		top: inherit;
		margin-top: 0;
		right: inherit;
		background: url(../img/common/ic_arr_btm_bl.svg) no-repeat;
		width: 24px;
		height: 14px;
	}
}


/* 募集要項
========================================== */

#recruit .summary {
	background: #fff;
	border-radius: 5px;
	border: #D2D2D2 1px solid;
	padding-top: 80px;
	padding-bottom: 60px;
}
#recruit .summary table {
	width: 100%;
}
#recruit .summary table tr {
	border-top: 1px solid #D2D2D2;
}
#recruit .summary table tr:last-of-type {
	border-bottom: 1px solid #D2D2D2;
}
#recruit .summary table tr th {
	padding: 34px 1em;
	color: #302AD4;
}
#recruit .summary table tr td {
	padding: 34px 1em;
	max-width: 700px;
}
@media only screen and (max-width: 767px) {
	#recruit .summary {
		padding-top: 40px;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}
	#recruit .summary table {
		display: block;
	}
	#recruit .summary table tr th ,
	#recruit .summary table tr td {
		display: block;
		padding: 1em;
		width: 100%;
	}
	#recruit .summary table tr td {
		padding-top: 0;
		font-size: 14px;
	}
	#recruit .summary table tr td > div > span {
		display: inline-block;
	}
}

/* エントリーボタン
========================================== */

.entry {
	margin-top: 60px;
}

.entry .btn-entry {
	background: url(../img/common/ic_cir_arr_wh.svg)no-repeat right 2em center #302AD4;
	text-align: center;
	color: #fff;
	max-width: 400px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 30px 0;
	border-radius: 60px;
	line-height: 1;
}