
/* ====================
content
==================== */
.content#recruitment {
}

/* ====================
hero
==================== */
.hero::after {
	position: absolute;
	display: block;
	content: "";
	background: url(/company/recruit/highschool/img/recruitment/image_hero.png) left top no-repeat;
	background-size: contain;
	width: 624px;
	height: 490px;
	bottom: 40px;
	right: -73px;
}

/* ====================
desc
==================== */
.desc-wrapper {
	width: 1300px;
	margin: 0 auto;
	position: relative;
	background-color: #a9e9f8;
	padding-bottom: 90px;
	position: relative;
	z-index: 1;
}
.desc-wrapper::after {
	position: absolute;
	display: block;
	content: "";
	background: url(/company/recruit/highschool/img/recruitment/bg_desc.png) right top no-repeat;
	background-size: contain;
	width: 281px;
	height: 354px;
	top: -5px;
	right: 0;
	z-index: -1;
}
.desc {
	width: 1100px;
	margin: 0 auto;
}
.desc-title {
	font-size: 46px;
	font-weight: 900;
	color: #12b1e9;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-align: center;
	padding-top: 72px;
}
.desc-image-list {
	width: 100%;
	display: flex;
	flex-direction: row;
	column-gap: 40px;
	padding-top: 51px;
}
.desc-image-list-item {
	width: calc((100% - (40px * 2)) / 3);
}
.desc-image-list-item img {
	border-radius: 10px;
}
.desc-lead {
	padding-top: 30px;
}
.desc-lead-text {
	font-size: 16px;
	line-height: 2.125;
	letter-spacing: 0.04em;
	text-align: center;
}
.desc-sub-title {
	font-size: 28px;
	font-weight: 900;
	color: #12b1e9;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-align: center;
	padding-top: 72px;
}

/* ====================
table
==================== */
.job-description-table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 1100px;
	border-radius: 10px;
	margin-top: 50px;
	line-height: 1.8;
	border-radius: 10px;
	overflow: hidden;
}
.job-description-table th {
	width: 280px;
	text-align: left;
	color: #ffffff;
	padding: 30px 0 30px 40px;
	background-color: #4fd2f2;
}
.job-description-table td {
	padding: 30px 0 30px 40px;
	background-color: #ffffff;
}
.job-description-table th,
.job-description-table td {
	border-bottom: 1px solid #a9e9f8;
}
.job-description-table p:first-child {
}
.job-description-table p:nth-child(1),
.job-description-table p:nth-child(2) {
	margin-bottom: 20px;
}
.job-description-table p:last-child {
	margin-bottom: 0;
}

/* ====================
flow
==================== */
.flow-wrapper {
	width: 1300px;
	margin: 0 auto;
	position: relative;
	background: linear-gradient(90deg, rgba(80,210,242,1) 0%, rgba(19,194,237,1) 100%);
	padding-bottom: 198px;
	z-index: 1;
}
.flow-wrapper::before {
	position: absolute;
	content: "";
	border-color: transparent #a9e9f8 transparent transparent;
	border-style: solid;
	border-width: 0 1300px 100px 0;
	top: 0;
	height: 0;
	z-index: -1;
}
.flow-wrapper::after {
	position: absolute;
	content: "";
	border-color: transparent transparent #a9e9f8 transparent;
	border-style: none;
	border-width: 0 0 100px 1300px;
	bottom: 0;
	height: 0;
	z-index: -1;
}
.flow-title {
	font-size: 46px;
	font-weight: 900;
	color: #ffffff;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: center;
	padding-top: 200px;
}
.flow-list {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 50px;
	padding-top: 52px;
	font-size: 18px;
}
.flow-list-item {
	width: 100%;
	background-color: #ffffff;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	padding-bottom: 0;
}
.flow-list-item::before {
	background: none;
}
.flow-list-item::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 10px solid #ffffff;
	border-bottom: 0;
	left: 50%;
	bottom: -35%;
}
.flow-list-item:last-child::after {
	display: none;
}
.flow-item {
	display: flex;
}
.flow-header {
	width: 180px;
	background-color: #a9e9f8;
	border-radius: 10px 0 0 10px;
	text-align: center;
	padding: 30px 0 30px 0;
	color: #40b2cd;
}
.flow-list-text {
	width: 85%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}
.flow-list-text-header {
	font-weight: 700;
	width: 15%;
	text-align: center;
}
.flow-list-text-body {
	width: 85%;
}
.flow-text {
	width: 85%;
	padding: 30px 0 30px 30px;
}
.flow-text-center {
	color: #14c2ed;
	padding-left: calc((1100px - 180px)/2 - 110px);
	font-weight: 700;
}
.flow-under-image {
	position: absolute;
	right: 70px;
	bottom: 100px;
	z-index: 1;
}

