@charset "utf-8";

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

.section_1 {
	background-color: #010101;
}

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

.section_1 .wrap {
	gap: 24px;
	width: 90%;
	margin: 0 auto 0;
}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading .main,
.section_1 .heading_wrap .heading .sub {
	color: #ffffff;
}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .heading_wrap .heading .main span,
.section_1 .heading_wrap .heading .sub span {
	display: block;
}

.section_1 .content_wrap {}

.section_1 .content_wrap .content {}

.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 .text {}

.section_1 .content_wrap .content .item_wrap .item .text_1 {
	color: #ffffff;
}

.section_1 .btn {}

.section_1 .btn img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

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

@media screen and (min-width: 1280px) {
	.section_1 .wrap {
		width: 50%;
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .wrap {
		gap: 36px;
	}

	.section_1 .heading_wrap .heading {
		font-size: 2.5rem;
	}

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

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

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

.section_2 {
	background-color: #010101;
	background-image: url(../img/top_service_bg_sp.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

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

.section_2 .wrap {
	gap: 24px;
	width: 90%;
	margin: 0 auto 0;
}

.section_2 .heading_wrap {}

.section_2 .heading_wrap .heading {}

.section_2 .heading_wrap .heading .main,
.section_2 .heading_wrap .heading .sub {
	color: #ffffff;
}

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

.section_2 .heading_wrap .heading .main span,
.section_2 .heading_wrap .heading .sub span {
	display: block;
}

.section_2 .content_wrap {
	gap: 36px;
}

.section_2 .content_wrap .content {}

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

.section_2 .content_wrap .content .item_wrap .item {
	gap: 12px;
}

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

.section_2 .content_wrap .content .item_wrap .item .heading .main,
.section_2 .content_wrap .content .item_wrap .item .heading .sub {
	color: #ffffff;
}

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

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

.section_2 .content_wrap .content .item_wrap .item .text {
	color: #ffffff;;
}

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

.section_2 .btn {}

.section_2 .btn img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

@media screen and (min-width: 768px) {
	.section_2 {
		background-image: url(../img/top_service_bg_pc.png);
	}

	.section_2 .content_wrap .content .item_wrap .item {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}

	.section_2 .content_wrap .content .item_wrap .item .heading {
		align-items: flex-start;
	}

	.section_2 .content_wrap .content_3 .item_wrap .item {
		justify-content: center;
		align-items: center;
	}
}

@media screen and (min-width: 1280px) {
	.section_2 .wrap {
		width: 80%;
	}

	.section_2 .content_wrap .content_1 {
		width: 75%;
	}
}

@media screen and (min-width: 1440px) {
	.section_2 .content_wrap {
		gap: 84px;
	}

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

	.section_2 .content_wrap .content .item_wrap .item .heading .sub {
		font-size: 0.5em;
	}

	.section_2 .content_wrap .content_2 .item_wrap .item .text {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 1920px) {
	.section_2 .wrap {
		width: 70%;
	}
}

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

.section_3 {}

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

.section_3 .wrap {
	gap: 24px;
	width: 100%;
	margin: 0 auto 0;
}

.section_3 .heading_wrap {
	align-items: flex-start;
	width: 90%;
	margin: 0 auto 0;
}

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

.section_3 .heading_wrap .heading .main,
.section_3 .heading_wrap .heading .sub {}

.section_3 .heading_wrap .heading .main {}

.section_3 .heading_wrap .heading .sub {}

.section_3 .heading_wrap .heading .main span,
.section_3 .heading_wrap .heading .sub span {
	display: block;
}

.section_3 .content_wrap {
	width: 100%;
	margin: 0 auto 0;
}

.section_3 .content_wrap .content {}

.section_3 .content_wrap .content .item_wrap {}

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

.section_3 .content_wrap .content .item_wrap .item .slider_area {
	width: 100%;
}

.section_3 .btn {}

.section_3 .btn img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

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

@media screen and (min-width: 1280px) {
	.section_3 .heading_wrap {
		width: 80%;
	}
}

@media screen and (min-width: 1440px) {
	.section_3 .wrap {
		gap: 72px;
	}

	.section_3 .heading_wrap {
		width: 70%;
	}
}

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

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

.section_4 {
	background-color: #010101;
	background-image: url(../img/top_recruit_bg_sp.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

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

.section_4 .wrap {
	gap: 24px;
	width: 90%;
	margin: 0 auto 0;
}

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

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

.section_4 .heading_wrap .heading .main,
.section_4 .heading_wrap .heading .sub {
	color: #ffffff;
}

.section_4 .heading_wrap .heading .main {}

.section_4 .heading_wrap .heading .sub {}

.section_4 .heading_wrap .heading .main span,
.section_4 .heading_wrap .heading .sub span {}

.section_4 .content_wrap {
	gap: 12px;
}

.section_4 .content_wrap .content {}

.section_4 .content_wrap .content .item_wrap {
	gap: 12px;
}

.section_4 .content_wrap .content .item_wrap .item {}

.section_4 .content_wrap .content .item_wrap .item .text {
	color: #ffffff;;
}

.section_4 .content_wrap .content .item_wrap .item .text_1 {}

.section_4 .btn {}

.section_4 .btn img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

@media screen and (min-width: 768px) {
	.section_4 {
		background-image: none;
	}

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

	.section_4 .content_wrap {
		background-image: url(../img/top_recruit_bg_pc.png);
		background-repeat: no-repeat;
		background-size: cover;
		align-items: flex-end;
		gap: 36px;
		width: max-content;
		max-width: 100%;
		padding: 48px 24px;
	}

	.section_4 .content_wrap .content {
		width: max-content;
		max-width: 100%;
	}

	.section_4 .content_wrap .content .item_wrap {
		flex-direction: row;
		align-items: flex-start;
		gap: 24px;
		width: max-content;
		max-width: 100%;
	}
}

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

@media screen and (min-width: 1440px) {
	.section_4 .content_wrap {
		padding: 96px 48px;
	}
}

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

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

.section_5 {}

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

.section_5 .wrap {
	gap: 24px;
	width: 90%;
	margin: 0 auto 0;
}

.section_5 .heading_wrap {}

.section_5 .heading_wrap .heading {}

.section_5 .heading_wrap .heading .main,
.section_5 .heading_wrap .heading .sub {}

.section_5 .heading_wrap .heading .main {}

.section_5 .heading_wrap .heading .sub {}

.section_5 .heading_wrap .heading .main span,
.section_5 .heading_wrap .heading .sub span {}

.section_5 .content_wrap {
	gap: 24px;
}

.section_5 .content_wrap .content {}

.section_5 .content_wrap .content .item_wrap {
	gap: 12px;
}

.section_5 .content_wrap .content .item_wrap .item {}

.section_5 .content_wrap .content .item_wrap .item .text {
	text-align: center;
}

.section_5 .content_wrap .content .item_wrap .item .img {
	display: block;
	width: 100%;
}

.section_5 .content_wrap .content_2 {
	width: max-content;
	max-width: 100%;
}

.section_5 .content_wrap .content_2 .item_wrap .item .text {
	width: 100%;
	text-align: left;
}

@media screen and (min-width: 768px) {
	.section_5 .content_wrap .content .item_wrap {
		flex-direction: row;
	}
}

@media screen and (min-width: 1280px) {
	.section_5 .wrap {
		width: 50%;
	}
}

@media screen and (min-width: 1440px) {
	.section_5 .wrap {
		gap: 36px;
	}

	.section_5 .content_wrap {
		gap: 36px;
	}
}

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

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