@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;
	font-size: 1.25rem;
}

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

.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 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
}

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

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

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

.section_1 .content_wrap .content .item_wrap .item .img {
	width: 100%;
}

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

.section_1 .content_wrap .content_2 .item_wrap {
	flex-wrap: wrap;
}

.section_1 .content_wrap .content_2 .item_wrap .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: calc((100% - (12px * 1)) / 2);
}

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

	.section_1 .inner {}

	.section_1 .wrap {}

	.section_1 .heading_wrap {}

	.section_1 .heading_wrap .heading {}

	.section_1 .heading_wrap .heading::after {}

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

	.section_1 .content_wrap {}

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

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

	.section_1 .content_wrap .content_2 .item_wrap {}

	.section_1 .content_wrap .content_2 .item_wrap .item {
		width: calc((100% - (12px * 2)) / 3);
	}
}

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

	.section_1 .inner {}

	.section_1 .wrap {
		width: 80%;
	}

	.section_1 .heading_wrap {}

	.section_1 .heading_wrap .heading {}

	.section_1 .heading_wrap .heading::after {}

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

	.section_1 .content_wrap {}

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

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

	.section_1 .content_wrap .content_2 .item_wrap {}

	.section_1 .content_wrap .content_2 .item_wrap .item {
		width: calc((100% - (12px * 5)) / 6);
	}
}

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

	.section_1 .inner {}

	.section_1 .wrap {
		width: 70%;
	}

	.section_1 .heading_wrap {}

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

	.section_1 .heading_wrap .heading::after {}

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

	.section_1 .content_wrap {
		gap: 36px;
	}

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

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

	.section_1 .content_wrap .content_2 .item_wrap {}

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

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

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

.section_2 {}

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

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

.section_2 .heading_wrap {
	width: 100%;
}

.section_2 .heading_wrap .heading {
	gap: 12px;
	font-size: 1.25rem;
}

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

.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 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
}

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

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

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

.section_2 .content_wrap .content .item_wrap .item .img {
	width: 100%;
}

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

.section_2 .content_wrap .content .item_wrap .item .text_1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 120px;
	height: auto;
	aspect-ratio: 1 / 1;
	padding: 12px;
	border-radius: 100%;
	background-color: #703701;
	color: #ffffff;
}

.section_2 .content_wrap .content .item_wrap .item .text_1 .highlight {
	font-size: 3em;
	line-height: 1;
}

.section_2 .content_wrap .content .item_wrap .item .text_2 {
	flex: 1;
	text-align: left;
}

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

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

	.section_2 .inner {}

	.section_2 .wrap {}

	.section_2 .heading_wrap {}

	.section_2 .heading_wrap .heading {}

	.section_2 .heading_wrap .heading::after {}

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

	.section_2 .content_wrap {}

	.section_2 .content_wrap .content {}

	.section_2 .content_wrap .content .item_wrap {
		align-items: flex-start;
		width: max-content;
	}

	.section_2 .content_wrap .content .item_wrap .item {
		width: max-content;
	}

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

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

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

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

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

	.section_2 .content_wrap .content .item_wrap .item_6 {}
}

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

	.section_2 .inner {}

	.section_2 .wrap {
		width: 80%;
	}

	.section_2 .heading_wrap {}

	.section_2 .heading_wrap .heading {}

	.section_2 .heading_wrap .heading::after {}

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

	.section_2 .content_wrap {}

	.section_2 .content_wrap .content {}

	.section_2 .content_wrap .content .item_wrap {}

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

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

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

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

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

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

	.section_2 .content_wrap .content .item_wrap .item_6 {}
}

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

	.section_2 .inner {}

	.section_2 .wrap {
		gap: 48px;
		width: 70%;
	}

	.section_2 .heading_wrap {}

	.section_2 .heading_wrap .heading {
		font-size: 2rem;
	}

	.section_2 .heading_wrap .heading::after {}

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

	.section_2 .content_wrap {
		gap: 36px;
	}

	.section_2 .content_wrap .content {}

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

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

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

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

	.section_2 .content_wrap .content .item_wrap .item .text_1 {
		width: 168px;
		font-size: 1.5rem;
	}

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

	.section_2 .content_wrap .content .item_wrap .item .text_2 {
		font-size: 1.5rem;
		line-height: 2;
	}

	.section_2 .content_wrap .content .item_wrap .item_6 {}
}

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

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