@charset "utf-8";

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

.section_1 {}

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

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

.section_1 .heading_wrap {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

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

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

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

.section_1 .content_wrap .content {
	position: relative;
	padding: 36px 12px 12px;
	border: 1px #010101 solid;
	border-top: 0;
}

.section_1 .content_wrap .content::before,
.section_1 .content_wrap .content::after {
	content: "";
	position: absolute;
	width: 48px;
	height: 1px;
	background-color: #010101;
}

.section_1 .content_wrap .content::before {
	top: 0;
	left: 0;
}

.section_1 .content_wrap .content::after {
	top: 0;
	right: 0;
}

.section_1 .content_wrap .content .item_wrap {}

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

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

.section_1 .content_wrap .content .item_wrap .item .list li {
	position: relative;
	padding-left: 24px;
	font-weight: 700;
}

.section_1 .content_wrap .content .item_wrap .item .list li::before {
	content: "";
	position: absolute;
	top: 0.35em;
	left: 0;
	width: auto;
	height: 16px;
	aspect-ratio: 1 / 1;
	background-image: url(../img/check.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (min-width: 768px) {
	.section_1 .inner {
		padding: 10% 0 5%;
	}

	.section_1 .content_wrap .content::before,
	.section_1 .content_wrap .content::after {
		width: 25%;
	}

	.section_1 .content_wrap .content {
		padding: 48px 24px 24px;
	}
}

@media screen and (min-width: 1280px) {
	.section_1 .inner {
		padding: 7.5% 0 5%;
	}

	.section_1 .wrap {
		width: 70%;
	}

	.section_1 .content_wrap .content {
		padding: 72px 24px 24px;
	}
}

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

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

	.section_1 .content_wrap .content {
		padding: 96px 36px 36px;
	}

	.section_1 .content_wrap .content .item_wrap .item .list li {
		padding-left: 36px;
		font-size: 1.5rem;
	}

	.section_1 .content_wrap .content .item_wrap .item .list li::before {
		height: 24px;
	}
}

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

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

.section_2 {}

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

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

.section_2 .heading_wrap {}

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

.section_2 .heading_wrap .heading .main,
.section_2 .heading_wrap .heading .sub {
	text-align: center;
}

.section_2 .heading_wrap .heading .main {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	letter-spacing: 0;
}

.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: "Konkhmer Sleokchher", system-ui;
	font-size: 0.666666667em;
}

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

.section_2 .content_wrap {
	gap: 12px;
}

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

@media screen and (min-width: 768px) {
	.section_2 .content_wrap .content .item_wrap .item .img {
		width: 50%;
	}
}

@media screen and (min-width: 1280px) {
	.section_2 .inner {
		padding: 5% 0;
	}

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

	.section_2 .content_wrap {
		flex-direction: row;
		align-items: flex-start;
		gap: 24px;
	}

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

	.section_2 .content_wrap .content_1 {
		width: 50%;
	}

	.section_2 .content_wrap .content_2 {
		width: 50%;
	}
}

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

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

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

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

.section_3 {}

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

.section_3 .wrap {
	gap: 24px;
	width: 90%;
	margin: 0 auto 0;
}

.section_3 .heading_wrap {}

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

.section_3 .heading_wrap .heading .main,
.section_3 .heading_wrap .heading .sub {
	text-align: center;
}

.section_3 .heading_wrap .heading .main {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	letter-spacing: 0;
}

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

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

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

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

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

.section_3 .content_wrap {
	gap: 24px;
}

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

.section_3 .content_wrap .content .item_wrap .item .table th,
.section_3 .content_wrap .content .item_wrap .item .table td {
	display: block;
	border: 0;
	border: 1px #010101 solid;
}

.section_3 .content_wrap .content .item_wrap .item .table th {
	background-color: #010101;
	font-weight: 700;
	color: #ffffff;
}

.section_3 .content_wrap .content .item_wrap .item .table td {
	font-weight: 700;
}

.section_3 .content_wrap .content .item_wrap .item .btn {
	display: block;
	width: 240px;
	padding: 12px;
	background-color: #010101;
	text-align: center;
	font-weight: 700;
	color: #ffffff;
}

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

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

	.section_3 .content_wrap .content .item_wrap .item .table {
		border-collapse: separate;
		border-spacing: 12px;
	}

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

	.section_3 .content_wrap .content .item_wrap .item .table th {
		width: 15%;
		text-align: center;
	}

	.section_3 .content_wrap .content .item_wrap .item .table td {
		width: 85%;
	}
}

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

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

	.section_3 .content_wrap {
		gap: 36px;
	}

	.section_3 .content_wrap .content .item_wrap .item .table {
		border-spacing: 18px;
	}

	.section_3 .content_wrap .content .item_wrap .item .table th,
	.section_3 .content_wrap .content .item_wrap .item .table td {
		padding: 16px;
		font-size: 1.5rem;
	}

	.section_3 .content_wrap .content .item_wrap .item .btn {
		width: 430px;
		font-size: 2rem;
	}
}

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

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