@charset "utf-8";

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

@media screen and (min-width: 768px) {
	.header_list_wrap .header_list li.deco a::after {
		content: "";
	}
}

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

.section_1 {
	background-image: url(../img/);
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

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

.section_1 .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
	width: 100%;
	margin: 0 auto;
}

.section_1 .heading_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	width: 90%;
	margin: 0 auto;
}

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .main::before,
.section_1 .heading_wrap .heading .main::after {
	height: 56px;
}

.section_1 .heading_wrap .heading .main::after {}

.section_1 .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 90%;
	margin: 0 auto;
}

.section_1 .content .item {
	width: 100%;
}

.section_1 .content .item .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
}

.section_1 .content .item .text_wrap .text {
	text-align: center;
}

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

	.section_1 .heading_wrap .heading .main::before,
	.section_1 .heading_wrap .heading .main::after {
		height: 175%;
	}

	.section_1 .content {
		width: 80%;
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .heading_wrap {
		width: 70%;
	}

	.section_1 .content {
		width: 70%;
	}

	.section_1 .content .item .text_wrap .text {
		font-size: 1.125rem;
	}
}

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