@charset "utf-8";

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

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

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

.table_wrap {
    width: 100%;
	overflow-x: scroll;
}

.table_wrap .table {
    width: 100%;
	min-width: 640px;
    border-collapse: collapse;
	background-color: #F5F5F5;
}

.table_wrap .table thead {
    height: 100px;
}

.table_wrap .table th,
.table_wrap .table td {
	padding: 0;
    border: 0;
	vertical-align: middle;
	text-align: center;
}

.table_wrap .table th div,
.table_wrap .table td div {
	width: 100%;
	height: 100%;
	padding: 16px 8px;
}

.table_wrap .table thead th,
.table_wrap .table thead td {
    border: 0;
}

.table_wrap .table thead th {
    background-color: #44240C;
    color: #fff;
}

.table_wrap .table tbody th:nth-of-type(1),
.table_wrap .table tbody td:nth-of-type(1) {
    background-color: #D7C9BF;
}

.table_wrap .comment {
	margin: 12px 0;
	font-size: 0.875rem;
}

/* .section_2 .table_wrap .table th:nth-of-type(1),
.section_2 .table_wrap .table td:nth-of-type(1) {
	width: calc((100% - 240px) * 0.25);
}

.section_2 .table_wrap .table th:nth-of-type(2),
.section_2 .table_wrap .table td:nth-of-type(2) {
	width: calc((100% - 240px) * 0.25);
}

.section_2 .table_wrap .table th:nth-of-type(3),
.section_2 .table_wrap .table td:nth-of-type(3) {
	width: calc((100% - 240px) * 0.25);
}

.section_2 .table_wrap .table th:nth-of-type(4),
.section_2 .table_wrap .table td:nth-of-type(4) {
	width: calc((100% - 240px) * 0.25);
}

.section_2 .table_wrap .table th:nth-of-type(5),
.section_2 .table_wrap .table td:nth-of-type(5) {
	width: calc((100% - 240px) * 0.25);
} */

.section_3 .table_wrap .table tbody td:nth-of-type(2) {
    text-align: left;
}

.section_4 .table_wrap .table tbody td:nth-of-type(4) {
    text-align: left;
}

.table_wrap .table .line th:nth-of-type(1),
.table_wrap .table .line td:nth-of-type(1) {
	width: 240px;
}

@media screen and (min-width: 768px) {
	.table_wrap {
		overflow-x: auto;
	}

	.table_wrap .table th:nth-of-type(1),
	.table_wrap .table td:nth-of-type(1) {
		width: 180px;
	}
}

@media screen and (min-width: 1280px) {
	.table_wrap .table .line th:nth-of-type(1),
	.table_wrap .table .line td:nth-of-type(1) {
		width: 280px;
	}

	/* .section_4 .table_wrap .table th:nth-of-type(2),
	.section_4 .table_wrap .table td:nth-of-type(2) {
		width: calc((100% - 280px) * 0.25);
	}

	.section_4 .table_wrap .table th:nth-of-type(3),
	.section_4 .table_wrap .table td:nth-of-type(3) {
		width: calc((100% - 280px) * 0.25);
	}

	.section_4 .table_wrap .table th:nth-of-type(4),
	.section_4 .table_wrap .table td:nth-of-type(4) {
		width: calc((100% - 280px) * 0.5);
	}

	.section_5 .table_wrap .table th:nth-of-type(2),
	.section_5 .table_wrap .table td:nth-of-type(2) {
		width: calc((100% - 280px) * 0.5);
	}

	.section_5 .table_wrap .table th:nth-of-type(3),
	.section_5 .table_wrap .table td:nth-of-type(3) {
		width: calc((100% - 280px) * 0.5);
	} */

	.section_6 .table_wrap .table tbody th:nth-of-type(1),
	.section_6 .table_wrap .table tbody td:nth-of-type(1) {
		width: 55%;
	}
}

@media screen and (min-width: 1440px) {
	.table_wrap .table th,
	.table_wrap .table td {
		font-size: 1.5rem;
	}
}

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

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

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

.section_1 .content_wrap .content_2 .item_wrap {
	flex-direction: column;
}

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

.section_1 .content_wrap .content_2 .item_wrap .item .img {
	width: 100%;
	margin-top: 12px;
}

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

	.section_1 .content_wrap .content_2 {
		align-items: flex-start;
	}

	.section_1 .content_wrap .content_2 .item_wrap {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

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

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

	.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: 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 {
		width: calc((100% - (24px * 2)) / 3);
	}

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

	.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 .text {
		font-size: 1.5rem;
	}

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

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

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

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

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

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

	.section_2 .inner {}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.section_3 .content_wrap .content_2 {}

	.section_3 .content_wrap .content_2 .item_wrap {}

	.section_3 .content_wrap .content_2 .item_wrap .item {}
}

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

	.section_3 .inner {}

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

	.section_3 .content_wrap .content {}

	.section_3 .content_wrap .content .item_wrap {}

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

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

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

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

	.section_3 .content_wrap .content_2 {}

	.section_3 .content_wrap .content_2 .item_wrap {}

	.section_3 .content_wrap .content_2 .item_wrap .item {}
}

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

	.section_3 .inner {}

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

	.section_3 .content_wrap .content {}

	.section_3 .content_wrap .content .item_wrap {}

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

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

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

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

	.section_3 .content_wrap .content_2 {}

	.section_3 .content_wrap .content_2 .item_wrap {}

	.section_3 .content_wrap .content_2 .item_wrap .item {}
}

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

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

.section_4 {}

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

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

.section_4 .heading_wrap {
	width: 100%;
}

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

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

.section_4 .heading_wrap .heading .main {}

.section_4 .heading_wrap .heading .sub {}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.section_4 .wrap {}

	.section_4 .heading_wrap {}

	.section_4 .heading_wrap .heading {}

	.section_4 .heading_wrap .heading::after {}

	.section_4 .heading_wrap .heading .main {}

	.section_4 .heading_wrap .heading .sub {}

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

	.section_4 .content_wrap {}

	.section_4 .content_wrap .content {}

	.section_4 .content_wrap .content .item_wrap {}

	.section_4 .content_wrap .content .item_wrap .item {}

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

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

	.section_4 .content_wrap .content_1 .item_wrap .item .text {}

	.section_4 .content_wrap .content_2 {}

	.section_4 .content_wrap .content_2 .item_wrap {}

	.section_4 .content_wrap .content_2 .item_wrap .item {}
}

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

	.section_4 .inner {}

	.section_4 .wrap {
		width: 80%;
	}

	.section_4 .heading_wrap {}

	.section_4 .heading_wrap .heading {}

	.section_4 .heading_wrap .heading::after {}

	.section_4 .heading_wrap .heading .main {}

	.section_4 .heading_wrap .heading .sub {}

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

	.section_4 .content_wrap {}

	.section_4 .content_wrap .content {}

	.section_4 .content_wrap .content .item_wrap {}

	.section_4 .content_wrap .content .item_wrap .item {}

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

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

	.section_4 .content_wrap .content_1 .item_wrap .item .text {}

	.section_4 .content_wrap .content_2 {}

	.section_4 .content_wrap .content_2 .item_wrap {}

	.section_4 .content_wrap .content_2 .item_wrap .item {}
}

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

	.section_4 .inner {}

	.section_4 .wrap {
		width: 70%;
	}

	.section_4 .heading_wrap {}

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

	.section_4 .heading_wrap .heading::after {}

	.section_4 .heading_wrap .heading .main {}

	.section_4 .heading_wrap .heading .sub {}

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

	.section_4 .content_wrap {}

	.section_4 .content_wrap .content {}

	.section_4 .content_wrap .content .item_wrap {}

	.section_4 .content_wrap .content .item_wrap .item {}

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

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

	.section_4 .content_wrap .content_1 .item_wrap .item .text {}

	.section_4 .content_wrap .content_2 {}

	.section_4 .content_wrap .content_2 .item_wrap {}

	.section_4 .content_wrap .content_2 .item_wrap .item {}
}

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

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

.section_5 {}

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

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

.section_5 .heading_wrap {
	width: 100%;
}

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

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

.section_5 .heading_wrap .heading .main {}

.section_5 .heading_wrap .heading .sub {}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.section_5 .wrap {}

	.section_5 .heading_wrap {}

	.section_5 .heading_wrap .heading {}

	.section_5 .heading_wrap .heading::after {}

	.section_5 .heading_wrap .heading .main {}

	.section_5 .heading_wrap .heading .sub {}

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

	.section_5 .content_wrap {}

	.section_5 .content_wrap .content {}

	.section_5 .content_wrap .content .item_wrap {}

	.section_5 .content_wrap .content .item_wrap .item {}

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

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

	.section_5 .content_wrap .content_1 .item_wrap .item .text {}

	.section_5 .content_wrap .content_2 {}

	.section_5 .content_wrap .content_2 .item_wrap {}

	.section_5 .content_wrap .content_2 .item_wrap .item {}
}

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

	.section_5 .inner {}

	.section_5 .wrap {
		width: 80%;
	}

	.section_5 .heading_wrap {}

	.section_5 .heading_wrap .heading {}

	.section_5 .heading_wrap .heading::after {}

	.section_5 .heading_wrap .heading .main {}

	.section_5 .heading_wrap .heading .sub {}

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

	.section_5 .content_wrap {}

	.section_5 .content_wrap .content {}

	.section_5 .content_wrap .content .item_wrap {}

	.section_5 .content_wrap .content .item_wrap .item {}

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

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

	.section_5 .content_wrap .content_1 .item_wrap .item .text {}

	.section_5 .content_wrap .content_2 {}

	.section_5 .content_wrap .content_2 .item_wrap {}

	.section_5 .content_wrap .content_2 .item_wrap .item {}
}

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

	.section_5 .inner {}

	.section_5 .wrap {
		width: 70%;
	}

	.section_5 .heading_wrap {}

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

	.section_5 .heading_wrap .heading::after {}

	.section_5 .heading_wrap .heading .main {}

	.section_5 .heading_wrap .heading .sub {}

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

	.section_5 .content_wrap {}

	.section_5 .content_wrap .content {}

	.section_5 .content_wrap .content .item_wrap {}

	.section_5 .content_wrap .content .item_wrap .item {}

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

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

	.section_5 .content_wrap .content_1 .item_wrap .item .text {}

	.section_5 .content_wrap .content_2 {}

	.section_5 .content_wrap .content_2 .item_wrap {}

	.section_5 .content_wrap .content_2 .item_wrap .item {}
}

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

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

.section_6 {}

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

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

.section_6 .heading_wrap {
	width: 100%;
}

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

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

.section_6 .heading_wrap .heading .main {}

.section_6 .heading_wrap .heading .sub {}

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

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

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

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

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

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

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

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

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

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

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

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

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

	.section_6 .wrap {}

	.section_6 .heading_wrap {}

	.section_6 .heading_wrap .heading {}

	.section_6 .heading_wrap .heading::after {}

	.section_6 .heading_wrap .heading .main {}

	.section_6 .heading_wrap .heading .sub {}

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

	.section_6 .content_wrap {}

	.section_6 .content_wrap .content {}

	.section_6 .content_wrap .content .item_wrap {}

	.section_6 .content_wrap .content .item_wrap .item {}

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

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

	.section_6 .content_wrap .content_1 .item_wrap .item .text {}

	.section_6 .content_wrap .content_2 {}

	.section_6 .content_wrap .content_2 .item_wrap {}

	.section_6 .content_wrap .content_2 .item_wrap .item {}
}

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

	.section_6 .inner {}

	.section_6 .wrap {
		width: 80%;
	}

	.section_6 .heading_wrap {}

	.section_6 .heading_wrap .heading {}

	.section_6 .heading_wrap .heading::after {}

	.section_6 .heading_wrap .heading .main {}

	.section_6 .heading_wrap .heading .sub {}

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

	.section_6 .content_wrap {}

	.section_6 .content_wrap .content {}

	.section_6 .content_wrap .content .item_wrap {}

	.section_6 .content_wrap .content .item_wrap .item {}

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

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

	.section_6 .content_wrap .content_1 .item_wrap .item .text {}

	.section_6 .content_wrap .content_2 {}

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

	.section_6 .content_wrap .content_2 .item_wrap .item {}
}

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

	.section_6 .inner {}

	.section_6 .wrap {
		width: 70%;
	}

	.section_6 .heading_wrap {}

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

	.section_6 .heading_wrap .heading::after {}

	.section_6 .heading_wrap .heading .main {}

	.section_6 .heading_wrap .heading .sub {}

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

	.section_6 .content_wrap {}

	.section_6 .content_wrap .content {}

	.section_6 .content_wrap .content .item_wrap {}

	.section_6 .content_wrap .content .item_wrap .item {}

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

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

	.section_6 .content_wrap .content_1 .item_wrap .item .text {}

	.section_6 .content_wrap .content_2 {}

	.section_6 .content_wrap .content_2 .item_wrap {}

	.section_6 .content_wrap .content_2 .item_wrap .item {}
}

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

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