/*------------------------------------------------------------
	recruitment
------------------------------------------------------------*/
#main .innerDl {
	margin-bottom: 15.5rem;
	border-radius: 3rem;
	border: 2px solid #026EE4;
	background: #FFF;
	overflow: hidden;
}
#main .innerDl > dt {
	padding: 0.2rem 8.5rem 0.7rem 4.8rem;
	color: #FFF;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.714;
	background: #026EE4;
	position: relative;
	cursor: pointer;
}
#main .innerDl > dt::before,
#main .innerDl > dt::after {
	width: 3rem;
	height: 0.4rem;
	content: "";
	position: absolute;
	right: 4.8rem;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	transition: 0.3s;
}
#main .innerDl > dt::after {
	transform: translateY(-50%) rotate(90deg);
}
#main .innerDl > dt.on::after {
	transform: translateY(-50%) rotate(0deg);
}
#main .innerDl > dd {
	padding: 7rem 15rem;
	display: none;
}
#main .innerDl > dd th,
#main .innerDl > dd td {
	padding: 1.8rem 0;
	line-height: 1.875;
	font-weight: 500;
}
#main .innerDl > dd th {
	width: 20.4%;
	font-weight: 700;
}
#main .innerDl .txtUl li {
	padding-left: 1.6rem;
	text-indent: -1.6rem;
}
#main .innerDl .comTab {
	margin-bottom: 5.2rem;
}
#main .innerDl .comBtn01 a {
	margin: 0 auto;
	min-width: 24.6rem;
	letter-spacing: 0.05em;
	background-position: right 1.8rem center,100% 100%;
}
#main .innerDl > dd dl {
	margin-top: 2.9rem;
	display: flex;
	gap: 1rem;
}
#main .innerDl > dd dl:first-of-type {
	margin-top: 0;
}
#main .innerDl > dd dt {
	min-width: 14rem;
}
#main .apply {
	margin-bottom: 14.8rem;
}
#main .apply .stepUl {
	display: flex;
	flex-wrap: wrap;
	gap: 3.799rem;
	position: relative;
}
#main .apply .stepUl::before {
	width: 100%;
	height: 0.6rem;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: linear-gradient(to right,#026EE4 0%,#51A7DD 100%);
}
#main .apply .stepUl li {
	padding: 2.8rem 2rem 3.5rem;
	width: calc((100% - 15.2rem) / 5);
	border-radius: 2rem;
	background: #F2F2F2;
	position: relative;
	z-index: 1;
}
#main .apply .stepUl .step {
	color: #026EE4;
	font-family: "Albert Sans", sans-serif;
	font-size: 2rem;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0;
}
#main .apply .stepUl .image {
	margin: 2.5rem auto 2.6rem;
	width: 10rem;
}
#main .apply .stepUl .title {
	margin-bottom: 1.5rem;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
#main .apply .stepUl p {
	margin: 0 auto;
	width: fit-content;
	line-height: 1.75;
}
#main .apply .tips {
	margin: 1.8rem 0 3.5rem;
	text-align: right;
}
#main .apply .subBox {
	padding: 3.5rem 7rem 3.3rem;
	border-radius: 2rem;
	border: 1px solid #026EE4;
	background: #FFF;
}
#main .apply .subBox .heading {
	margin-bottom: 1.9rem;
	padding-bottom: 2rem;
	color: #026EE4;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.05em;
	border-bottom: 1px solid currentColor;
}
#main .faqBox {
	margin-bottom: 11.4rem;
}
#main .faqBox .faqDl {
	padding: 2.9rem 0 3rem;
	border-top: 1px solid #D9D9D9;
}
#main .faqBox .faqDl:last-child {
	border-bottom: 1px solid #D9D9D9;
} 
#main .faqBox dt {
	margin-bottom: 1.5rem;
	font-weight: 700;
	line-height: 1.562;
	letter-spacing: 0.05em;
}
#main .faqBox dd {
	font-weight: 500;
	line-height: 1.562;
	letter-spacing: 0.05em;
}
#main .faqBox .faqDl .en {
	margin-right: 1.6rem;
	color: #026EE4;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
}
#main .faqBox .faqDl dd .en {
	color: #D9374B;
}
@media all and (max-width: 896px) {
	#main .comTitle {
		margin-bottom: 6.7rem;
	}
	#main .innerDl {
		margin: 0 -2.8rem 13rem;
		border-radius: 2rem;
	}
	#main .innerDl > dt {
		padding: 2.2rem 6rem 2.6rem 2.6rem;
		font-size: 2.4rem;
		line-height: 1.45;
		letter-spacing: 0.02em;
	}
	#main .innerDl > dt::before,
	#main .innerDl > dt::after {
		top: 3.9rem;
		right: 2.6rem;
		transform: translateY(0);
	}
	#main .innerDl > dt::after {
		transform: rotate(90deg);
	}
	#main .innerDl > dt.on::after {
		transform: rotate(0deg);
	}
	#main .innerDl > dd {
		padding: 5.9rem 2.1rem 5.7rem 2.5rem;
	}
	#main .innerDl > dd th,
	#main .innerDl > dd td {
		padding: 0 0 1.9rem;
		width: 100% !important;
		display: block;
		border-top: none;
		letter-spacing: 0.05em;
		line-height: 1.785;
	}
	#main .innerDl > dd tr:first-child th {
		border-top: 1px solid #D9D9D9;
	}
	#main .innerDl > dd th {
		padding: 2rem 0 0.5rem;
		border-bottom: none;
		letter-spacing: 0;
	}
	#main .innerDl > dd dl {
		display: block;
	}
	#main .innerDl .txtUl li {
		padding-left: 1.5rem;
		text-indent: -1.5rem;
	}
	#main .innerDl .comBtn01 a {
		min-width: 27rem;
		background-position: right 2.4rem center,100% 100%;
	}
	#main .apply {
		margin-bottom: 12.8rem;
	}
	#main .apply .stepUl {
		margin-right: -2.8rem;
		overflow: auto;
		flex-wrap: nowrap;
		gap: 2rem;
	}
	#main .apply .stepUl li {
		width: 21rem;
		flex-shrink: 0;
	}
	#main .apply .headLine03 {
		margin-bottom: 6.2rem;
	}
	#main .apply .stepUl p {
		line-height: 1.866;
		letter-spacing: 0.05em;
	}
	#main .apply .stepUl .step {
		font-size: 1.8rem;
		letter-spacing: 0;
		line-height: 2;
	}
	#main .apply .stepUl .title {
		margin-bottom: 1.8rem;
		font-size: 1.8rem;
		letter-spacing: 0.05em;
	}
	#main .apply .tips {
		margin-top: 1.9rem;
		text-align: left;
		line-height: 1.666;
	}
	#main .apply .subBox {
		padding: 2.5rem 2.9rem 2.9rem;
		border-radius: 1rem;
	}
	#main .apply .subBox .heading {
		padding-bottom: 1.7rem;
		text-align: center;
		font-size: 1.8rem;
		letter-spacing: 0.01em;
	}
	#main .apply .subBox p {
		line-height: 2;
		letter-spacing: 0.01em;
	}
	#main .faqBox {
		margin-bottom: 13rem;
	}
	#main .faqBox .headLine03 {
		margin-bottom: 6.2rem;
	}
	#main .faqBox .faqDl .en {
		width: 1.5rem;
		margin-right: 1.4rem;
	}
	#main .faqBox dt {
		margin: 0 -2rem 1.5rem 0;
		letter-spacing: 0;
		line-height: 1.6;
	}
	#main .faqBox dd {
		letter-spacing: 0;
		line-height: 2;
		display: flex;
	}
}