@charset "utf-8";

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

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

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

.section_1 {}

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

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

.section_1 .heading_wrap {
	width: 100%;
}

.section_1 .heading_wrap .heading {
	gap: 12px;
}

.section_1 .heading_wrap .heading::after {
	content: none;
}

.section_1 .heading_wrap .heading .main {
	line-height: 1;
}

.section_1 .heading_wrap .heading .main::before,
.section_1 .heading_wrap .heading .main::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: 1920px;
	height: 2px;
	background-color: #44240C;
}

.section_1 .heading_wrap .heading .main::before {
	left: -12px;
	transform: translate(-100% ,-50%);
}

.section_1 .heading_wrap .heading .main::after {
	left: auto;
	right: -12px;
	transform: translate(100% ,-50%);
}

.section_1 .heading_wrap .heading .sub {
	line-height: 1;
}

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

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

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

.section_1 .content_wrap .content .item_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.section_1 .content_wrap .content .item_wrap .item {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
}

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

.section_1 .content_wrap .content .item_wrap .item_1 {
	justify-content: space-between;
	font-size: 1.25rem;
}

.section_1 .content_wrap .content .item_wrap .item_1 .text_1 {
	font-weight: 700;
}

.section_1 .content_wrap .content .item_wrap .item_2 {
	justify-content: flex-start;
}

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

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

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

	.section_1 .heading_wrap .heading {
		gap: 24px;
		font-size: 2rem;
	}

	.section_1 .heading_wrap .heading .sub {
		font-size: 0.5em;
	}

	.section_1 .content_wrap {
		gap: 72px;
	}

	.section_1 .content_wrap .content {
		gap: 36px;
	}

	.section_1 .content_wrap .content .item_wrap .item_1 {
		font-size: 1.5rem;
	}

	.section_1 .content_wrap .content .item_wrap .item_2 {
		font-size: 1.25rem;
	}
}

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

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