@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: 0 0 10%;
}

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

.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 {
	padding-left: 3.6rem;
	font-size: 1.8rem;
}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .main::before,
.section_1 .heading_wrap .heading .main::after {
	left: -2.1rem;
}

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

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

.section_1 .content_1 .item_1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	width: 100%;
}

.section_1 .content_1 .item_1 .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
}

.section_1 .content_1 .item_1 .text_wrap .text_1 {
	font-size: 1.2rem;
}

.section_1 .content_2 {
	width: 90%;
	margin: 0 auto 0;
}

@media screen and (min-width: 768px) {
	.section_1 .heading_wrap .heading {
		padding-left: 4rem;
		font-size: 2rem;
	}

	.section_1 .heading_wrap .heading .main::before,
	.section_1 .heading_wrap .heading .main::after {
		left: -2.3rem;
	}

	.section_1 .content_1 {
		flex-direction: row;
		align-items: flex-start;
	}

	.section_1 .content_1 .item_1 {
		flex: 1;
	}

	.section_1 .content_1 .item_2 {
		width: 45%;
	}

	.section_1 .content_2 {
		width: 65%;
	}
}

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

	.section_1 .content_1 {
		width: 80%;
	}

	.section_1 .content_2 {
		width: 50%;
	}
}

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

	.section_1 .heading_wrap .heading {
		padding-left: 6.25rem;
		font-size: 3.125rem;
	}

	.section_1 .heading_wrap .heading .main::before,
	.section_1 .heading_wrap .heading .main::after {
		left: -3.5rem;
	}

	.section_1 .content_1 {
		width: 70%;
	}

	.section_1 .content_1 .item_1 {
		gap: 48px;
	}

	.section_1 .content_1 .item_1 .text_wrap .text_1 {
		font-size: 2.5rem;
	}

	.section_1 .content_1 .item_1 .text_wrap .text_2 {
		font-size: 1.125rem;
	}
}

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

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