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

/* ====================
hero
==================== */
.hero::after {
	position: absolute;
	display: block;
	content: "";
	background: url(/company/recruit/highschool/img/environment/image_hero.png) left top no-repeat;
	background-size: contain;
	width: 700px;
	height: 399px;
	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/environment/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;
}

/* ====================
schedule
==================== */
.schedule-lead {
	padding-top: 40px;
}
.schedule-lead-text {
	font-size: 16px;
	line-height: 2.125;
	letter-spacing: 0.04em;
	text-align: center;
}
.schedule-list {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 40px;
	padding-top: 52px;
}
.schedule-list-item {
	width: calc((100% - 40px) / 2);
	background-color: #ffffff;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}
.schedule-item {
	display: flex;
}
.schedule-header {
	width: 15%;
	background-color: #4fd2f2;
	border-radius: 10px 0 0 10px;
	text-align: center;
	padding: 30px 0 30px 0;
	color: #ffffff;
}
.schedule-text {
	width: 85%;
	padding: 30px 0 30px 16px;
}
.deview-color {
	background-color: #fd319b;
}
.deview-text-color {
	color: #fd319b;
	font-weight: 700;
}
/* ====================
flow
==================== */
.flow-wrapper {
	width: 1300px;
	margin: 0 auto;
	position: relative;
	/* background-color: #43cff1; */
	background: linear-gradient(90deg, rgba(80,210,242,1) 0%, rgba(19,194,237,1) 100%);
	padding-bottom: 198px;
	position: relative;
	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: solid;
	border-width: 0 0 100px 1300px;
	bottom: 0;
	height: 0;
	z-index: -1;
}
.flow-image {
	width: 1100px;
	margin: 0 auto;
	padding-top: 21px;
	text-align: center;
}
.flow-image img {
	width: 713px;
	height: 500px;
}
.flow-title {
	font-size: 46px;
	font-weight: 900;
	color: #ffffff;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: center;
	padding-top: 40px;
}
.flow-lead {
	padding-top: 40px;
}
.flow-lead-text {
	font-size: 16px;
	line-height: 2.125;
	letter-spacing: 0.04em;
	text-align: center;
}
.flow-list {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 40px;
	padding-top: 52px;
}
.flow-list-item {
	width: calc((100% - 40px) / 2);
	background-color: #ffffff;
	border-radius: 10px;
	padding-bottom: 32px;
	position: relative;
	z-index: 1;
}
.flow-list-item::before {
	position: absolute;
	display: block;
	content: "";
	background: url(/company/recruit/highschool/img/environment/bg_flow_list_pc.png) left top no-repeat;
	background-size: contain;
	width: 120px;
	height: 120px;
	top: 0;
	left: 0;
	z-index: -1;
	border-top-left-radius: 10px;
}
.flow-list-title {
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding-top: 26px;
	padding-left: 54px;
}
.flow-list-title span {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 44px;
	color: #ffffff;
	text-shadow: 1px 1px 0 #687172, -1px -1px 0 #687172,
				-1px 1px 0 #687172, 1px -1px 0 #687172,
				0px 1px 0 #687172,  0 -1px 0 #687172,
				-1px 0 0 #687172, 1px 0 0 #687172;
	padding-right: 12px;
}
.flow-list-text {
	font-size: 16px;
	line-height: 2.125;
	letter-spacing: 0.04em;
	padding: 8px 31px 0;
}

/* ====================
location
==================== */
.location-wrapper {
	width: 1300px;
	margin: 0 auto;
	position: relative;
	background-color: #a9e9f8;
	padding-bottom: 100px;
	position: relative;
	z-index: 1;
}
.location {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding-top: 96px;
}
.location-image {
	width: 50%;
	padding-left: 54px;
}
.location-image img {
	width: 529px;
	margin-top: -90px;
}
.location-info {
	width: 50%;
	padding-left: 20px;
	padding-right: 15px;
}
.location-title {
	font-size: 46px;
	font-weight: 900;
	color: #12b1e9;
	letter-spacing: 0.04em;
	line-height: 1;
}
.location-text {
	font-size: 16px;
	line-height: 2.125;
	letter-spacing: 0.04em;
	padding-top: 40px;
}
.location-link-btn {
	margin: 35px 0;
}
.location-link-btn:hover {
	background: #fff;
	color: #00b7ee;
	-webkit-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	transition: 0.3s ease all;
	border: 1px solid #00b7ee;
}
.location-link-btn:hover:after {
	border-color: #00b7ee;
}

/* ====================
career
==================== */
.career-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;
}
.career-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;
}
.career-wrapper::after {
	position: absolute;
	content: "";
	border-color: transparent transparent #a9e9f8 transparent;
	/*border-style: solid;*/
	border-width: 0 0 100px 1300px;
	bottom: 0;
	height: 0;
	z-index: -1;
}
.career-image {
	width: 1100px;
	margin: 0 auto;
	padding-top: 21px;
	text-align: center;
}
.career-image img {
	width: 769px;
	height: 438px;
}
.career-title {
	font-size: 46px;
	font-weight: 900;
	color: #ffffff;
	letter-spacing: 0.04em;
	line-height: 1;
	text-align: center;
	padding-top: 40px;
}
.career-lead {
	padding-top: 40px;
}
.career-lead-text {
	font-size: 16px;
	line-height: 2.125;
	letter-spacing: 0.04em;
	text-align: center;
}
.career-list {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 40px;
	padding-top: 52px;
}
.career-list-item {
	width: calc((100% - 40px) / 2);
	background-color: #ffffff;
	border-radius: 10px;
	padding-bottom: 32px;
	position: relative;
	z-index: 1;
}
.career-list-item img.image_cs {
	width: 468px;
	height: 261px;
	padding-left: 40px;
}
.list-item-one-column {
	width: 100%;
}
.career-list-title {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0 40px 0 0;
}
.career-list-text {
	font-size: 16px;
	line-height: 2.125;
	letter-spacing: 0.04em;
	padding: 8px 40px 0 0;
}
.career-list-step {
	text-align: center;
}
.career-list-step img.image_step {
	width: 1038px;
	height: 322px;
	margin: 10px auto;
}
