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

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

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

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

.section_1 .content_wrap .content_2 .item_wrap .item_1 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
}

.section_1 .content_wrap .content_2 .item_wrap .item_1 .text_1 {
	padding: 4px 8px;
	background-color: #44240C;
	color: #ffffff;
}

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

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

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

	.section_1 .content_wrap .content_2 {}

	.section_1 .content_wrap .content_2 .item_wrap {}

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

	.section_1 .content_wrap .content_2 .item_wrap .item_1 {}

	.section_1 .content_wrap .content_2 .item_wrap .item_1 .text_1 {}

	.section_1 .content_wrap .content_2 .item_wrap .item_2 {
		flex-direction: row;
		align-items: flex-start;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item_2 .text {
		width: calc((100% - 12px) * 0.6);
	}

	.section_1 .content_wrap .content_2 .item_wrap .item_2 .img {
		width: calc((100% - 12px) * 0.4);
	}
}

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

	.section_1 .inner {}

	.section_1 .wrap {
		gap: 36px;
		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 {
		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_1 .item_wrap .item .text {}

	.section_1 .content_wrap .content_2 {}

	.section_1 .content_wrap .content_2 .item_wrap {
		gap: 24px;
	}

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

	.section_1 .content_wrap .content_2 .item_wrap .item_1 {}

	.section_1 .content_wrap .content_2 .item_wrap .item_1 .text_1 {
		padding: 8px 12px;
		font-size: 1.25rem;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item_1 .text_2 {
		font-size: 1.25rem;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item_2 {}

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

	.section_1 .content_wrap .content_2 .item_wrap .item_2 .img {}
}

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

	.section_1 .inner {}

	.section_1 .wrap {
		gap: 48px;
		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: 48px;
	}

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

	.section_1 .content_wrap .content_2 {}

	.section_1 .content_wrap .content_2 .item_wrap {
		gap: 24px;
	}

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

	.section_1 .content_wrap .content_2 .item_wrap .item_1 {
		gap: 24px;
	}

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

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

	.section_1 .content_wrap .content_2 .item_wrap .item_2 {}

	.section_1 .content_wrap .content_2 .item_wrap .item_2 .text {
		line-height: 2;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item_2 .img {}
}

@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 {
	width: 100%;
}

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

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

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

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

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

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

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

.section_2 .content_wrap .content_2 .item_wrap .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

.section_2 .content_wrap .content_2 .item_wrap .item_1 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
}

.section_2 .content_wrap .content_2 .item_wrap .item_1 .text_1 {
	width: 100%;
	padding: 12px;
	background-color: #D7C9BF;
	text-align: center;
}

.section_2 .content_wrap .content_2 .item_wrap .item_2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

.section_2 .content_wrap .content_2 .item_wrap .item_2 .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
}

.section_2 .content_wrap .content_2 .item_wrap .item_2 .box .img {
	width: 100%;
}

.section_2 .content_wrap .content_2 .item_wrap .item_2 .box .text {}

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

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

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

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

	.section_2 .content_wrap .content_2 {}

	.section_2 .content_wrap .content_2 .item_wrap {}

	.section_2 .content_wrap .content_2 .item_wrap .item {}

	.section_2 .content_wrap .content_2 .item_wrap .item_1 {}

	.section_2 .content_wrap .content_2 .item_wrap .item_1 .text_1 {}

	.section_2 .content_wrap .content_2 .item_wrap .item_2 {
		flex-direction: row;
		align-items: flex-start;
	}

	.section_2 .content_wrap .content_2 .item_wrap .item_2 .text {
		width: calc((100% - 12px) * 0.6);
	}

	.section_2 .content_wrap .content_2 .item_wrap .item_2 .img {
		width: calc((100% - 12px) * 0.4);
	}

	.section_2 .content_wrap .content_2 .item_wrap .item_2 .box {}

	.section_2 .content_wrap .content_2 .item_wrap .item_2 .box .img {
		width: 100%;
	}

	.section_2 .content_wrap .content_2 .item_wrap .item_2 .box .text {
		width: 100%;
	}
}

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

	.section_2 .inner {}

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

	.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 {
		gap: 36px;
	}

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

	.section_2 .content_wrap .content_2 {}

	.section_2 .content_wrap .content_2 .item_wrap {
		gap: 24px;
	}

	.section_2 .content_wrap .content_2 .item_wrap .item {}

	.section_2 .content_wrap .content_2 .item_wrap .item_1 {}

	.section_2 .content_wrap .content_2 .item_wrap .item_1 .text_1 {
		padding: 8px 12px;
		font-size: 1.25rem;
	}

	.section_2 .content_wrap .content_2 .item_wrap .item_1 .text_2 {
		font-size: 1.25rem;
	}

	.section_2 .content_wrap .content_2 .item_wrap .item_2 {
		gap: 24px;
	}

	.section_2 .content_wrap .content_2 .item_wrap .item_2 .text {}

	.section_2 .content_wrap .content_2 .item_wrap .item_2 .img {}
}

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

	.section_2 .inner {}

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

	.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: 48px;
	}

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

	.section_2 .content_wrap .content_2 {
		gap: 36px;
	}

	.section_2 .content_wrap .content_2 .item_wrap {
		gap: 36px;
	}

	.section_2 .content_wrap .content_2 .item_wrap .item {}

	.section_2 .content_wrap .content_2 .item_wrap .item_1 {
		gap: 24px;
	}

	.section_2 .content_wrap .content_2 .item_wrap .item_1 .text_1 {
		font-size: 1.5rem;
	}

	.section_2 .content_wrap .content_2 .item_wrap .item_1 .text_2 {
		font-size: 1.5rem;
	}

	.section_2 .content_wrap .content_2 .item_wrap .item_2 {
		gap: 36px;
	}

	.section_2 .content_wrap .content_2 .item_wrap .item_2 .text {
		line-height: 2;
	}

	.section_2 .content_wrap .content_2 .item_wrap .item_2 .img {}
}

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

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

.section_3 {}

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

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

.section_3 .heading_wrap {
	width: 100%;
}

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

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

.section_3 .heading_wrap .heading .main {}

.section_3 .heading_wrap .heading .sub {}

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

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

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

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

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

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

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

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

	.section_3 .inner {
		padding: 5% 0 5%;
	}

	.section_3 .wrap {}

	.section_3 .heading_wrap {}

	.section_3 .heading_wrap .heading {}

	.section_3 .heading_wrap .heading::after {}

	.section_3 .heading_wrap .heading .main {}

	.section_3 .heading_wrap .heading .sub {}

	.section_3 .heading_wrap .heading .main span,
	.section_3 .heading_wrap .heading .sub span {}

	.section_3 .content_wrap {}

	.section_3 .content_wrap .content {}

	.section_3 .content_wrap .content .item_wrap {}

	.section_3 .content_wrap .content .item_wrap .item {
		flex-direction: row;
		align-items: flex-start;
	}

	.section_3 .content_wrap .content .item_wrap .item .img {
		width: calc((100% - 12px) * 0.35);
	}

	.section_3 .content_wrap .content .item_wrap .item .text {
		width: calc((100% - 12px) * 0.65);
	}
}

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

	.section_3 .inner {}

	.section_3 .wrap {
		gap: 36px;
		width: 80%;
	}

	.section_3 .heading_wrap {}

	.section_3 .heading_wrap .heading {}

	.section_3 .heading_wrap .heading::after {}

	.section_3 .heading_wrap .heading .main {}

	.section_3 .heading_wrap .heading .sub {}

	.section_3 .heading_wrap .heading .main span,
	.section_3 .heading_wrap .heading .sub span {}

	.section_3 .content_wrap {
		gap: 36px;
	}

	.section_3 .content_wrap .content {}

	.section_3 .content_wrap .content .item_wrap {}

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

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

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

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

	.section_3 .inner {}

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

	.section_3 .heading_wrap {}

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

	.section_3 .heading_wrap .heading::after {}

	.section_3 .heading_wrap .heading .main {}

	.section_3 .heading_wrap .heading .sub {}

	.section_3 .heading_wrap .heading .main span,
	.section_3 .heading_wrap .heading .sub span {}

	.section_3 .content_wrap {
		gap: 48px;
	}

	.section_3 .content_wrap .content {}

	.section_3 .content_wrap .content .item_wrap {}

	.section_3 .content_wrap .content .item_wrap .item {
		gap: 36px;
	}

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

	.section_3 .content_wrap .content .item_wrap .item .text {
		line-height: 2;
	}
}

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

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