@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------- */

.now.index::before {
	content: "";
}

/* ---------------------------------------------------------------------------------------------------- */

.section_1 {}

.section_1::before {
	content: "";
	position: absolute;
	top: 2.5%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 90%;
	height: auto;
	aspect-ratio: 1700 / 982;
	background-image: url(../img/bg_deco.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.section_1 .inner {
	padding: 10% 0 20%;
}

.section_1 .wrap {}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading::before {}

.section_1 .heading_wrap .heading::after {}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {}

.section_1 .content_wrap .content {
	width: 90%;
	max-width: 1280px;
}

.section_1 .content_wrap .content .item_wrap {
	gap: 24px;
}

.section_1 .content_wrap .content .item_wrap .item {}

.section_1 .content_wrap .content .item_wrap .item .item_inner {}

.section_1 .content_wrap .content .item_wrap .item .img_wrap {}

.section_1 .content_wrap .content .item_wrap .item .img_wrap .img {}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap {}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {
	font-weight: 500;
}

.section_1 .content_wrap .content .item_wrap .item_1 .item_inner {
	gap: 24px;
}

.section_1 .content_wrap .content .item_wrap .item_2 .img_wrap {
	position: relative;
}

.section_1 .content_wrap .content .item_wrap .item_2 .img_wrap::before {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
	width: 100%;
	height: auto;
	aspect-ratio: 1606 / 366;
	background-image: url(../img/top_concept_deco_1.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.section_1 .content_wrap .content .item_wrap .item_2 .img_wrap .img {
	width: 80%;
}

@media screen and (min-width: 768px) {
	.section_1 {}

	.section_1::before {
		top: 6.5%;
		width: 50%;
	}

	.section_1 .inner {
		padding: 10% 0;
	}

	.section_1 .wrap {}

	.section_1 .heading_wrap {
		align-items: flex-start;
	}

	.section_1 .heading_wrap .heading {}

	.section_1 .heading_wrap .heading::before {}

	.section_1 .heading_wrap .heading::after {}

	.section_1 .heading_wrap .heading .main {}

	.section_1 .heading_wrap .heading .sub {}

	.section_1 .content_wrap {}

	.section_1 .content_wrap .content {}

	.section_1 .content_wrap .content .item_wrap {}

	.section_1 .content_wrap .content .item_wrap .item {}

	.section_1 .content_wrap .content .item_wrap .item .item_inner {}

	.section_1 .content_wrap .content .item_wrap .item .img_wrap {}

	.section_1 .content_wrap .content .item_wrap .item .img_wrap .img {}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap {}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {}

	.section_1 .content_wrap .content .item_wrap .item_1 {
		width: 60%;
		margin-left: auto;
	}

	.section_1 .content_wrap .content .item_wrap .item_1 .item_inner {}

	.section_1 .content_wrap .content .item_wrap .item_2 {
		position: absolute;
		top: 0;
		left: 0;
		width: 35%;
	}

	.section_1 .content_wrap .content .item_wrap .item_2 .img_wrap {}

	.section_1 .content_wrap .content .item_wrap .item_2 .img_wrap::before {
		left: -15%;
		transform: translate(0, 64%);
		width: 150%;
	}

	.section_1 .content_wrap .content .item_wrap .item_2 .img_wrap .img {
		width: 100%;
	}
}

@media screen and (min-width: 1280px) {
	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {
		line-height: 2;
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 1920px) {
	.section_1 .content_wrap .content .item_wrap .item_2 .img_wrap::before {
		left: -20%;
		width: 200%;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.section_2 {}

.section_2::before {
	content: "";
	position: absolute;
	top: 5%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 90%;
	height: auto;
	aspect-ratio: 1700 / 982;
	background-image: url(../img/bg_deco.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.section_2 .inner {
	padding: 10% 0;
}

.section_2 .wrap {}

.section_2 .heading_wrap {}

.section_2 .heading_wrap .heading {}

.section_2 .heading_wrap .heading::before {}

.section_2 .heading_wrap .heading::after {}

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

.section_2 .content_wrap {}

.section_2 .content_wrap .content {
	width: 90%;
	max-width: 1280px;
}

.section_2 .content_wrap .content .item_wrap {
	gap: 24px;
}

.section_2 .content_wrap .content .item_wrap .item {}

.section_2 .content_wrap .content .item_wrap .item .item_inner {}

.section_2 .content_wrap .content .item_wrap .item .img_wrap {}

.section_2 .content_wrap .content .item_wrap .item .img_wrap .img {}

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap {}

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {}

.section_2 .content_wrap .content .item_wrap .item_1 .item_inner {
	gap: 24px;
}

.section_2 .content_wrap .content .item_wrap .item_1 .item_inner .text_wrap {}

.section_2 .content_wrap .content .item_wrap .item_1 .item_inner .text_wrap .text_wrap_inner {}

.section_2 .content_wrap .content .item_wrap .item_1 .item_inner .text_wrap .text_wrap_inner .text {}

.section_2 .content_wrap .content .item_wrap .item_1 .item_inner .box_wrap {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
}

.section_2 .content_wrap .content .item_wrap .item_1 .item_inner .box_wrap .box_wrap_inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 12px 8px;
	width: 100%;
}

.section_2 .content_wrap .content .item_wrap .item_1 .item_inner .box_wrap .box_wrap_inner .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	padding: 12px 8px;
	border: 1px #ffffff solid;
}

.section_2 .content_wrap .content .item_wrap .item_1 .item_inner .box_wrap .box_wrap_inner .box .text {
	font-weight: 700;
}

.section_2 .content_wrap .content .item_wrap .item_2 .img_wrap {}

.section_2 .content_wrap .content .item_wrap .item_2 .img_wrap .img {
	width: 80%;
}

@media screen and (min-width: 768px) {
	.section_2 {}

	.section_2::before {
		top: 0;
		width: 50%;
	}

	.section_2 .inner {
		padding: 5% 0;
	}

	.section_2 .wrap {}

	.section_2 .heading_wrap {
		align-items: flex-start;
	}

	.section_2 .heading_wrap .heading {
		align-items: flex-start;
	}

	.section_2 .heading_wrap .heading::before {}

	.section_2 .heading_wrap .heading::after {}

	.section_2 .heading_wrap .heading .main {}

	.section_2 .heading_wrap .heading .sub {}

	.section_2 .content_wrap {}

	.section_2 .content_wrap .content {}

	.section_2 .content_wrap .content .item_wrap {}

	.section_2 .content_wrap .content .item_wrap .item {}

	.section_2 .content_wrap .content .item_wrap .item .item_inner {}

	.section_2 .content_wrap .content .item_wrap .item .img_wrap {}

	.section_2 .content_wrap .content .item_wrap .item .img_wrap .img {}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap {}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {}

	.section_2 .content_wrap .content .item_wrap .item_1 {
		position: relative;
		z-index: 1;
		width: 60%;
		margin-right: auto;
	}

	.section_2 .content_wrap .content .item_wrap .item_1 .item_inner {
		align-items: flex-start;
	}

	.section_2 .content_wrap .content .item_wrap .item_1 .item_inner .text_wrap {}

	.section_2 .content_wrap .content .item_wrap .item_1 .item_inner .text_wrap .text_wrap_inner {
		align-items: flex-start;
	}

	.section_2 .content_wrap .content .item_wrap .item_1 .item_inner .text_wrap .text_wrap_inner .text {}

	.section_2 .content_wrap .content .item_wrap .item_1 .item_inner .box_wrap {}

	.section_2 .content_wrap .content .item_wrap .item_1 .item_inner .box_wrap .box_wrap_inner {
		justify-content: flex-start;
		gap: 16px;
	}

	.section_2 .content_wrap .content .item_wrap .item_1 .item_inner .box_wrap .box_wrap_inner .box {}

	.section_2 .content_wrap .content .item_wrap .item_1 .item_inner .box_wrap .box_wrap_inner .box .text {}

	.section_2 .content_wrap .content .item_wrap .item_2 {
		position: absolute;
		z-index: 0;
		top: 0;
		right: 0;
		width: 35%;
		height: auto;
		max-height: 100%;
	}

	.section_2 .content_wrap .content .item_wrap .item_2 .item_inner {}

	.section_2 .content_wrap .content .item_wrap .item_2 .item_inner .img_wrap {}

	.section_2 .content_wrap .content .item_wrap .item_2 .item_inner .img_wrap .img {
		width: 100%;
	}
}

@media screen and (min-width: 1280px) {
	.section_2 .content_wrap .content .item_wrap .item_1 {
		width: 70%;
	}

	.section_2 .content_wrap .content .item_wrap .item_1 .item_inner .text_wrap .text_wrap_inner .text {
		line-height: 2;
	}

	.section_2 .content_wrap .content .item_wrap .item_2 {
		width: auto;
		height: 100%;
	}

	.section_2 .content_wrap .content .item_wrap .item_2 .item_inner {
		height: 100%;
	}

	.section_2 .content_wrap .content .item_wrap .item_2 .item_inner .img_wrap {
		height: 100%;
	}

	.section_2 .content_wrap .content .item_wrap .item_2 .item_inner .img_wrap .img {
		height: 100%;
	}
}

@media screen and (min-width: 1440px) {
	.section_2 .content_wrap .content .item_wrap .item_1 .item_inner {
		gap: 36px;
	}

	.section_2 .content_wrap .content .item_wrap .item_1 .item_inner .text_wrap .text_wrap_inner .text {
		font-size: 1.25rem;
	}

	.section_2 .content_wrap .content .item_wrap .item_1 .item_inner .box_wrap .box_wrap_inner .box .text {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_3 {}

.section_3::before {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 12px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 90%;
	height: auto;
	aspect-ratio: 1760 / 368;
	background-image: url(../img/top_recruit_deco_1.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.section_3 .inner {
	padding: 10% 0 20%;
}

.section_3 .wrap {}

.section_3 .heading_wrap {}

.section_3 .heading_wrap .heading {}

.section_3 .heading_wrap .heading::before {}

.section_3 .heading_wrap .heading::after {}

.section_3 .heading_wrap .heading .main {}

.section_3 .heading_wrap .heading .sub {}

.section_3 .content_wrap {}

.section_3 .content_wrap .content {
	width: 90%;
}

.section_3 .content_wrap .content .item_wrap {
	gap: 24px;
}

.section_3 .content_wrap .content .item_wrap .item {}

.section_3 .content_wrap .content .item_wrap .item .item_inner {}

.section_3 .content_wrap .content .item_wrap .item .img_wrap {}

.section_3 .content_wrap .content .item_wrap .item .img_wrap .img {}

.section_3 .content_wrap .content .item_wrap .item .item_inner .text_wrap {}

.section_3 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

.section_3 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {}

.section_3 .content_wrap .content .item_wrap .item_1 .item_inner {
	gap: 24px;
}

.section_3 .content_wrap .content .item_wrap .item_1 .item_inner .text_wrap {}

.section_3 .content_wrap .content .item_wrap .item_1 .item_inner .text_wrap .text_wrap_inner {
	gap: 12px;
}

.section_3 .content_wrap .content .item_wrap .item_1 .item_inner .text_wrap .text_wrap_inner .text {
	font-weight: 500;
}

.section_3 .content_wrap .content .item_wrap .item_2 .img_wrap {}

.section_3 .content_wrap .content .item_wrap .item_2 .img_wrap .img {
	width: 80%;
}

@media screen and (min-width: 768px) {
	.section_3 {}

	.section_3::before {
		bottom: 7.5%;
		left: auto;
		right: 0;
		transform: translate(0, 0);
		width: 62.5%;
	}

	.section_3 .inner {
		padding: 5% 0;
	}

	.section_3 .wrap {}

	.section_3 .heading_wrap {
		align-items: flex-start;
	}

	.section_3 .heading_wrap .heading {
		align-items: flex-start;
	}

	.section_3 .heading_wrap .heading::before {}

	.section_3 .heading_wrap .heading::after {}

	.section_3 .heading_wrap .heading .main {}

	.section_3 .heading_wrap .heading .sub {}

	.section_3 .content_wrap {}

	.section_3 .content_wrap .content {
		margin-right: auto;
	}

	.section_3 .content_wrap .content .item_wrap {}

	.section_3 .content_wrap .content .item_wrap .item {}

	.section_3 .content_wrap .content .item_wrap .item .item_inner {}

	.section_3 .content_wrap .content .item_wrap .item .img_wrap {}

	.section_3 .content_wrap .content .item_wrap .item .img_wrap .img {}

	.section_3 .content_wrap .content .item_wrap .item .item_inner .text_wrap {}

	.section_3 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

	.section_3 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {}

	.section_3 .content_wrap .content .item_wrap .item_1 {
		width: 60%;
		margin-left: auto;
	}

	.section_3 .content_wrap .content .item_wrap .item_1 .item_inner {
		align-items: flex-start;
	}

	.section_3 .content_wrap .content .item_wrap .item_1 .item_inner .text_wrap {}

	.section_3 .content_wrap .content .item_wrap .item_1 .item_inner .text_wrap .text_wrap_inner {
		align-items: flex-start;
	}

	.section_3 .content_wrap .content .item_wrap .item_1 .item_inner .text_wrap .text_wrap_inner .text {}

	.section_3 .content_wrap .content .item_wrap .item_2 {
		position: absolute;
		top: 0;
		left: 0;
		width: 35%;
	}

	.section_3 .content_wrap .content .item_wrap .item_2 .img_wrap {}

	.section_3 .content_wrap .content .item_wrap .item_2 .img_wrap .img {
		width: 100%;
	}
}

@media screen and (min-width: 1280px) {
	.section_3::before {
		bottom: 10%;
	}

	.section_3 .inner {
		padding: 5% 0 10.5%;
	}

	.section_3 .content_wrap .content .item_wrap .item_1 {
		padding-bottom: 7.5%;
	}

	.section_3 .content_wrap .content .item_wrap .item_1 .item_inner .text_wrap .text_wrap_inner .text {
		line-height: 2;
	}

	.section_3 .content_wrap .content .item_wrap .item_2 {
		width: auto;
		height: 100%;
	}

	.section_3 .content_wrap .content .item_wrap .item_2 .item_inner {
		width: auto;
		height: 100%;
	}

	.section_3 .content_wrap .content .item_wrap .item_2 .item_inner .img_wrap {
		width: auto;
		height: 100%;
	}

	.section_3 .content_wrap .content .item_wrap .item_2 .item_inner .img_wrap .img {
		width: auto;
		height: 100%;
	}
}

@media screen and (min-width: 1440px) {
	.section_3 .inner {
		padding: 5% 0 19.5%;
	}

	.section_3 .content_wrap .content .item_wrap .item_1 {
		padding: 0;
	}

	.section_3 .content_wrap .content .item_wrap .item_1 .item_inner {
		gap: 36px;
	}

	.section_3 .content_wrap .content .item_wrap .item_1 .item_inner .text_wrap .text_wrap_inner {
		gap: 36px;
	}

	.section_3 .content_wrap .content .item_wrap .item_1 .item_inner .text_wrap .text_wrap_inner .text {
		font-size: 1.5rem;
	}

	.section_3 .content_wrap .content .item_wrap .item_2 {
		height: 80%;
	}
}

@media screen and (min-width: 1920px) {
	.section_3::before {
		width: 67%;
	}

	.section_3 .inner {
		padding: 5% 0 19%;
	}

	.section_3 .content_wrap .content .item_wrap .item_2 {
		height: 100%;
	}
}

/* ---------------------------------------------------------------------------------------------------- */
