@charset "utf-8";

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

.section_1 {}

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

.section_1 .wrap {
	gap: 48px;
	width: 90%;
	margin: 0 auto 0;
}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {
	position: relative;
	flex-direction: column-reverse;
}

.section_1 .heading_wrap .heading::before,
.section_1 .heading_wrap .heading::after {
	content: "";
	position: absolute;
	width: 75%;
	height: auto;
	aspect-ratio: 233 / 58;
	background-image: url(../img/about_deco.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.section_1 .heading_wrap .heading::before {
	top: -24px;
	left: -48px;
}

.section_1 .heading_wrap .heading::after {
	bottom: -24px;
	right: -48px;
	transform: rotate(180deg);
}

.section_1 .heading_wrap .heading .main,
.section_1 .heading_wrap .heading .sub {}

.section_1 .heading_wrap .heading .main {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
}

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

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

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

.section_1 .heading_wrap .heading .sub {
	font-family: "Konkhmer Sleokchher", system-ui;
	font-size: 0.666666667em;
}

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

.section_1 .content_wrap {
	gap: 24px;
}

.section_1 .content_wrap .content {}

.section_1 .content_wrap .content .item_wrap {
	gap: 12px;
}

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

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

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

.section_1 .content_wrap .content .item_wrap .item_1 .text span:nth-of-type(1) {
	padding-top: 0.25em;
	font-family: "Konkhmer Sleokchher", system-ui;
	font-size: 0.9em;
}

.section_1 .content_wrap .content .item_wrap .item_1 .text span:nth-of-type(2) {
	font-weight: 700;
}

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

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

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

	.section_1 .heading_wrap .heading::before {
		top: -36px;
		left: -180px;
	}

	.section_1 .heading_wrap .heading::after {
		bottom: -36px;
		right: -180px;
	}

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

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

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

	.section_1 .heading_wrap .heading::before {
		left: -192px;
	}

	.section_1 .heading_wrap .heading::after {
		right: -192px;
	}

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

@media screen and (min-width: 1920px) {
	.section_1 .heading_wrap .heading::before {
		top: -48px;
	}

	.section_1 .heading_wrap .heading::after {
		bottom: -48px;
	}
}

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

.section_2 {
	background-color: #010101;
}

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

.section_2 .wrap {
	gap: 12px;
	width: 90%;
	margin: 0 auto 0;
}

.section_2 .heading_wrap {
	align-items: flex-start;
}

.section_2 .heading_wrap .heading {
	align-items: flex-start;
	font-size: 1.5rem;
}

.section_2 .heading_wrap .heading .main,
.section_2 .heading_wrap .heading .sub {
	color: #ffffff;
}

.section_2 .heading_wrap .heading .main {
	font-family: "Konkhmer Sleokchher", system-ui;
}

.section_2 .heading_wrap .heading .main::before,
.section_2 .heading_wrap .heading .main::after {}

.section_2 .heading_wrap .heading .main::before {}

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

.section_2 .heading_wrap .heading .sub {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 0.666666667em;
}

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

.section_2 .content_wrap {
	gap: 24px;
}

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

.section_2 .content_wrap .content .item_wrap .item .table th,
.section_2 .content_wrap .content .item_wrap .item .table td {
	display: block;
	border: 0;
	border-bottom: 1px #ffffff solid;
	color: #ffffff;
}

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

@media screen and (min-width: 1280px) {
	.section_2 .wrap {
		gap: 36px;
		width: 80%;
	}

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

	.section_2 .content_wrap {
		width: 60%;
	}

	.section_2 .content_wrap .content .item_wrap .item .table th,
	.section_2 .content_wrap .content .item_wrap .item .table td {
		display: table-cell;
	}

	.section_2 .content_wrap .content .item_wrap .item .table th {
		width: 50%;
	}

	.section_2 .content_wrap .content .item_wrap .item .table td {
		width: 50%;
	}
}

@media screen and (min-width: 1440px) {
	.section_2 .wrap {
		gap: 48px;
		width: 70%;
	}

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

	.section_2 .heading_wrap .heading .sub {
		font-size: 0.375em;
	}

	.section_2 .content_wrap {
		width: 70%;
	}

	.section_2 .content_wrap .content .item_wrap .item .table th,
	.section_2 .content_wrap .content .item_wrap .item .table td {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 1920px) {
	.section_2 .content_wrap {
		width: 55%;
	}
}

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