/* ====================
content
==================== */
.content#environment {
}
/* ====================
breadcrumbs-list
==================== */
.breadcrumbs-list {
	display: none;
}

/* ====================
hero
==================== */
.hero-wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.hero {
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.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: calc(758 / 780 * 100vw);
	height: calc(681 / 780 * 100vw);
	top: calc(56 / 780 * 100vw);
	left: calc(16 / 780 * 100vw);
	z-index: -1;
}
.hero-title-wraper {
	/*padding-top: calc(664 / 780 * 100vw);*/
	padding-top: calc(564 / 780 * 100vw);
	padding-left: calc(20 / 780 * 100vw);
}
.hero-title-sub {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: calc(92 / 780 * 100vw);
	color: #ffffff;
	letter-spacing: 0.04em;
	line-height: 1;
	text-shadow: 2px 2px 0 #0cbff0, -2px -2px 0 #0cbff0,
				-2px 2px 0 #0cbff0, 2px -2px 0 #0cbff0,
				0px 2px 0 #0cbff0,  0 -2px 0 #0cbff0,
				-2px 0 0 #0cbff0, 2px 0 0 #0cbff0;
}
.hero-title {
	font-weight: 900;
	font-size: calc(60 / 780 * 100vw);
	line-height: 1;
	color: #ffffff;
	letter-spacing: 0.04em;
	padding-top: calc(18 / 780 * 100vw);
	margin-left: calc(10 / 780 * 100vw);
	text-shadow: 2px 2px 0 #0cbff0, -2px -2px 0 #0cbff0,
				-2px 2px 0 #0cbff0, 2px -2px 0 #0cbff0,
				0px 2px 0 #0cbff0,  0 -2px 0 #0cbff0,
				-2px 0 0 #0cbff0, 2px 0 0 #0cbff0;
}
.hero-lead {
	padding-top: calc(44 / 780 * 100vw);
	padding-left: calc(30 / 780 * 100vw);
	padding-right: calc(30 / 780 * 100vw);
	background-color: #a9e9f8;
}
.hero-lead-text {
	font-size: calc(30 / 780 * 100vw);
	font-weight: 500;
	line-height: 1.9;
	letter-spacing: 0.025em;
}

/* ====================
desc
==================== */
.desc-wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	background-color: #a9e9f8;
	padding-top: calc(35 / 780 * 100vw);
	padding-bottom: calc(86 / 780 * 100vw);
	z-index: 1;
}
.desc-wrapper::after {
	display: none;
}
.desc {
	width: calc(720 / 780 * 100vw);
	margin: 0 auto;
}
.desc-title {
	font-size: calc(56 / 780 * 100vw);
	font-weight: 900;
	color: #12b1e9;
	letter-spacing: 0.04em;
	line-height: 1.43;
	text-align: center;
	padding-top: calc(72 / 780 * 100vw);
}
.desc-image-list {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-top: calc(50 / 780 * 100vw);
}
.desc-image-list-item {
	width: 100%;
}
.desc-image-list-item:not(:first-child) {
	display: none;
}
.desc-image-list-item img {
	border-radius: 10px;
}
.desc-lead {
	padding-top: calc(42 / 780 * 100vw);
}
.desc-lead-text {
	font-size: calc(30 / 780 * 100vw);
	line-height: 1.9;
	letter-spacing: 0.025em;
	text-align: left;
}
.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: calc(30 / 780 * 100vw);
	line-height: 2.125;
	letter-spacing: 0.04em;
	text-align: center;
}
.schedule-list {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-top: calc(50 / 780 * 100vw);
}
.schedule-list-item {
	width: 100%;
	background-color: #ffffff;
	border-radius: 10px;
	position: relative;
	z-index: 1;
	margin-bottom: calc(50 / 780 * 100vw);
}
.schedule-item {
	display: flex;
}
.schedule-header {
	width: calc(120 / 780 * 100vw);
	background-color: #4fd2f2;
	border-radius: 10px 0 0 10px;
	text-align: center;
	padding: 30px 0 30px 0;
	color: #ffffff;
}
.schedule-text {
	width: calc(660 / 780 * 100vw);
	padding: 30px 0 30px 16px;
}
.deview-color {
	background-color: #fd319b;
}
.deview-text-color {
	color: #fd319b;
	font-weight: 700;
}

/* ====================
flow
==================== */
.flow-wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	background: linear-gradient(90deg, rgba(80,210,242,1) 0%, rgba(19,194,237,1) 100%);
	padding-bottom: calc(198 / 780 * 100vw);
	z-index: 1;
}
.flow-wrapper::before {
	position: absolute;
	content: "";
	border-color: transparent #a9e9f8 transparent transparent;
	border-style: solid;
	border-width: 0 100vw calc(100 / 780 * 100vw) 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 calc(100 / 780 * 100vw) 100vw;
	bottom: 0;
	height: 0;
	z-index: -1;
}
.flow {
	width: calc(720 / 780 * 100vw);
	margin: 0 auto;
}
.flow-image {
	width: 100%;
	margin: 0 auto;
	padding-top: calc(30 / 780 * 100vw);
	text-align: center;
}
.flow-image img {
	width: calc(720 / 780 * 100vw);
}
.flow-title {
	font-size: calc(56 / 780 * 100vw);
	font-weight: 900;
	color: #ffffff;
	letter-spacing: 0.04em;
	line-height: 1.43;
	text-align: center;
	padding-top: calc(36 / 780 * 100vw);
}
.flow-lead {
	padding-top: calc(30 / 780 * 100vw);
}
.flow-lead-text {
	font-size: calc(30 / 780 * 100vw);
	line-height: 1.9;
	letter-spacing: 0.025em;
	text-align: left;
}
.flow-list {
	width: calc(720 / 780 * 100vw);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	row-gap: calc(78 / 780 * 100vw);
	padding-top: calc(66 / 780 * 100vw);
}
.flow-list-item {
	width: 100%;
	background-color: #ffffff;
	border-radius: 10px;
	padding-bottom: calc(68 / 780 * 100vw);
	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: calc(160 / 780 * 100vw);
	height: calc(160 / 780 * 100vw);
	top: 0;
	left: 0;
	z-index: -1;
	border-top-left-radius: 10px;
}
.flow-list-title {
	font-size: calc(48 / 780 * 100vw);
	font-weight: 700;
	letter-spacing: 0.04em;
	padding-top: calc(10 / 780 * 100vw);
	padding-left: calc(74 / 780 * 100vw);
}
.flow-list-title span {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: calc(90 / 780 * 100vw);
	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: calc(30 / 780 * 100vw);
}
.flow-list-text {
	font-size: calc(30 / 780 * 100vw);
	line-height: 2.05;
	letter-spacing: 0.1em;
	text-align: left;
	padding: calc(24 / 780* 100vw) calc(44 / 780* 100vw) 0;
}

/* ====================
location
==================== */
.location-wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	background-color: #a9e9f8;
	padding-bottom: calc(50 / 780* 100vw);
	z-index: 1;
}
.location {
	width: calc(720 / 780 * 100vw);
	margin: 0 auto;
	display: block;
	padding-top: calc(50 / 780* 100vw);
}
.location-image {
	width: 100%;
	padding-top: calc(40 / 780* 100vw);
	padding-left: calc(20 / 780* 100vw);
}
.location-image img {
	width: calc(684 / 780* 100vw);
}
.location-info {
	width: 100%;
	padding-top: calc(50 / 780* 100vw);
}
.location-title {
	font-size: calc(56 / 780 * 100vw);
	font-weight: 900;
	color: #12b1e9;
	letter-spacing: 0.04em;
	line-height: 1.43;
	text-align: center;
	padding-top: calc(36 / 780 * 100vw);
}
.location-text {
	font-size: calc(30 / 780 * 100vw);
	line-height: 1.9;
	letter-spacing: 0.025em;
	text-align: left;
}

/* ====================
career
==================== */
.career-wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	background: linear-gradient(90deg, rgba(80,210,242,1) 0%, rgba(19,194,237,1) 100%);
	padding-bottom: calc(150 / 780 * 100vw);
	z-index: 1;
}
.career-wrapper::before {
	position: absolute;
	content: "";
	border-color: transparent #a9e9f8 transparent transparent;
	border-style: solid;
	border-width: 0 100vw calc(100 / 780 * 100vw) 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 calc(100 / 780 * 100vw) 100vw;
	bottom: 0;
	height: 0;
	z-index: -1;
}
.career-image {
	width: 100%;
	margin: 0 auto;
	padding-top: calc(30 / 780 * 100vw);
	text-align: center;
}
.career-image img {
	width: calc(720 / 780 * 100vw);
}
.career-title {
	font-size: calc(56 / 780 * 100vw);
	font-weight: 900;
	color: #ffffff;
	letter-spacing: 0.04em;
	line-height: 1.43;
	text-align: center;
	padding-top: calc(36 / 780 * 100vw);
}
.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: calc(720 / 780 * 100vw);
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	row-gap: calc(40 / 780 * 100vw);
	padding-top: calc(66 / 780 * 100vw);
	padding-bottom: calc(66 / 780 * 100vw);
}
.career-list-item {
	width: calc(700 / 780 * 100vw);
	padding-left: calc(10 / 780 * 100vw);
	background-color: #ffffff;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}
.career-list-item img.image_cs {
	width: calc(680 / 780* 100vw);
}
.list-item-one-column {
	width: 100%;
}
.career-list-title {
	font-size: calc(38 / 780 * 100vw);
	font-weight: 700;
	letter-spacing: 0.04em;
	padding-left: calc(20 / 780* 100vw);
	padding-right: calc(20 / 780* 100vw);
}
.career-list-text {
	font-size: calc(30 / 780 * 100vw);
	line-height: 1.43;
	letter-spacing: 0.04em;
	padding-left: calc(20 / 780* 100vw);
	padding-right: calc(20 / 780* 100vw);
}
.career-list-step {
	text-align: center;
}
.career-list-step img.image_step {
	width: calc(640 / 780 * 100vw);
	margin: calc(60 / 780* 100vw) auto;
}


