@charset "utf-8";

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

.section_1 {}

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

.section_1 .wrap {
	gap: 48px;
}

.section_1 .heading_wrap {}

.section_1 .heading_wrap::after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translate(-50%, 100%);
	width: 1px;
	height: 24px;
	background-color: #D9D9D9;
}

.section_1 .heading_wrap .heading {
	flex-direction: column-reverse;
}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {
	padding: 24px 0;
	background-image: url(../img/top_intro_sp.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

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

.section_1 .content_wrap .content_2 {
	width: 90%;
	padding: 36px 0;
	background-color: #20386C;
}

.section_1 .content_wrap .content_2::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 1px #ffffff solid;
}

.section_1 .content_wrap .content_2 .item_wrap {
	width: max-content;
	max-width: 90%;
}

.section_1 .content_wrap .content_2 .item_wrap .item {
	gap: 12px;
}

.section_1 .content_wrap .content_2 .item_wrap .item .text {
	text-align: center;
	color: #ffffff;
}

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

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

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

	.section_1 .wrap {}

	.section_1 .heading_wrap {}

	.section_1 .heading_wrap .heading {}

	.section_1 .heading_wrap .heading .main {}

	.section_1 .heading_wrap .heading .sub {}

	.section_1 .content_wrap {
		padding: 0;
		background-image: none;
	}

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

	.section_1 .content_wrap .content {}

	.section_1 .content_wrap .content::before {}

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

	.section_1 .content_wrap .content_2 {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 75%;
	}

	.section_1 .content_wrap .content_2::before {}

	.section_1 .content_wrap .content_2 .item_wrap {
		width: calc(100% - (36px * 2));
	}

	.section_1 .content_wrap .content_2 .item_wrap .item {}

	.section_1 .content_wrap .content_2 .item_wrap .item .text {}
}

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

	.section_1 .heading_wrap::after {
		bottom: -45px;
		height: 90px;
	}

	.section_1 .content_wrap .content_2 {
		width: 65%;
		padding: 60px 0;
	}

	.section_1 .content_wrap .content_2::before {
		width: calc(100% - 16px);
		height: calc(100% - 16px);
	}

	.section_1 .content_wrap .content_2 .item_wrap {
		width: calc(100% - (60px * 2));
	}
}

@media screen and (min-width: 1920px) {
	.section_1 .content_wrap .content_2 {
		width: 57.5%;
	}
}

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

.section_company .heading_wrap .heading {
	flex-direction: column-reverse;
}

.section_company .heading_wrap .heading .sub {
    font-weight: 300;
    font-style: italic;
}

@media screen and (min-width: 1280px) {
	.section_company .wrap {
		gap: 24px;
	}

	.section_company .heading_wrap {
		align-items: center;
	}
}

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