@charset "UTF-8";
/*-----------------------------------

	headline_block

-----------------------------------*/
#headline_block h1::after {
	content: "RECRUIT";
}
/*-----------------------------------

	recruitment_block

-----------------------------------*/
#recruitment_block {
	margin: -210px 0 120px;
	padding: 220px 0 140px;
	background: #59C8F2;
	border-radius: 20px;
	color: #FFF;
}
#recruitment_block .contents_inner {
	position: relative;
	z-index: 0;
}
#recruitment_block .contents_inner::before,
#recruitment_block .contents_inner::after {
	content: "";
	position: absolute;
	z-index: -1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
#recruitment_block .contents_inner::before {
	width: 264px;
	height: 470px;
	background-image: url(../img/recruit/recruitment_img01.svg);
	top: calc(50% - 235px);
	left: 0;
}
#recruitment_block .contents_inner::after {
	width: 310px;
	height: 448px;
	background-image: url(../img/recruit/recruitment_img02.svg);
	top: calc(50% - 224px);
	right: 0;
}
#recruitment_block h2 {
	text-align: center;
	font-size: 44px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 60px;
}
#recruitment_block h2::after {
	content: "RECRUITMENT";
	font-size: 18px;
	font-family: "Barlow", sans-serif;
	display: block;
	margin-top: 20px;
}
#recruitment_block p {
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	text-align: center;
	white-space: pre-line;
}
@media screen and (max-width: 1250px) {
	#recruitment_block .contents_inner::before {
		width: 21.12vw;
		left: -5vw;
	}
	#recruitment_block .contents_inner::after {
		width: 24.8vw;
		right: -5vw;
	}
}
@media screen and (max-width: 840px) {
	#recruitment_block {
		margin: -180px 0 120px;
		padding: 140px 0 100px;
	}
}
@media screen and (max-width: 640px) {
	#recruitment_block {
		margin: -115px 0 60px;
		padding: 105px 0 70px;
	}
	#recruitment_block .contents_inner::before {
		width: 116px;
		height: 206px;
		top: -30px;
	}
	#recruitment_block .contents_inner::after {
		width: 139px;
		height: 200px;
		top: auto;
		right: -11vw;
		bottom: -30px;
	}
	#recruitment_block h2 {
		font-size: 26px;
		margin-bottom: 30px;
	}
	#recruitment_block h2::after {
		font-size: 16px;
		margin-top: 10px;
	}
	#recruitment_block p {
		font-size: 14px;
	}
}
/*-----------------------------------

	summary_block

-----------------------------------*/
#summary_block {
	padding-bottom: 120px;
}
#summary_block .contents_inner {
	max-width: 1000px;
}
#summary_block h2 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: #AEAEAE;
	margin-bottom: 60px;
	position: relative;
}
#summary_block h2::before {
	content: "SUMMARY";
	font-size: 48px;
	font-weight: 700;
	font-family: "Barlow", sans-serif;
	color: #000;
	display: block;
	margin-bottom: 15px;
}
#summary_block .box {
	background: #FFF;
	border-radius: 50px;
	padding: 60px;
}
#summary_block .box ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0 50px;
}
#summary_block .box ul li {
	font-size: 20px;
	font-weight: 700;
}
#summary_block .box table {
	width: 100%;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 20px;
}
#summary_block .box table tr {
	border-bottom: 1px solid #D5D0C9;
}
#summary_block .box table th {
	padding: 30px;
	text-align: center;
	font-weight: 700;
	width: 205px;
}
#summary_block .box table td {
	padding: 30px;
	white-space: pre-line;
}
#summary_block .box p.caution {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #59C8F2;
}
@media screen and (max-width: 840px) {
	#summary_block .box table th {
		width: 180px;
		padding: 20px;
	}
	#summary_block .box table td {
		padding: 20px;
	}
}
@media screen and (max-width: 640px) {
	#summary_block {
		padding-bottom: 60px;
	}
	#summary_block h2 {
		font-size: 14px;
		margin-bottom: 30px;
	}
	#summary_block h2::before {
		font-size: 28px;
		margin-bottom: 10px;
	}
	#summary_block .box {
		border-radius: 25px;
		padding: 30px;
	}
	#summary_block .box ul {
		gap: 0 20px;
	}
	#summary_block .box ul li {
		font-size: 16px;
	}
	#summary_block .box table {
		font-size: 14px;
		margin-bottom: 10px;
	}
	#summary_block .box table th {
		padding: 15px 0 0 0;
		width: 100%;
		display: block;
		text-align: left;
	}
	#summary_block .box table td {
		padding: 0 0 15px 0;
		width: 100%;
		display: block;
	}
	#summary_block .box p.caution {
		font-size: 14px;
	}
}