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

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

.section_1 .heading_wrap {
	position: relative;
}

.section_1 .heading_wrap::before {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 72px;
	height: 2px;
	background-color: #ffc600;
}

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

.section_1 .heading_wrap .heading .main {
	text-align: center;
	/* line-height: 1; */
}

.section_1 .heading_wrap .heading .sub {
	line-height: 1;
}

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

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

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

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

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

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

.section_1 .content_wrap .content_2 .item_wrap .item .text {
	text-align: center;
	font-size: 1.375rem;
}

.section_1 .content_wrap .content_2 .item_wrap .item .btn_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 65%;
}

.section_1 .content_wrap .content_2 .item_wrap .item .btn_wrap .btn {
	width: 100%;
}

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

	.section_1 .inner {}

	.section_1 .wrap {}

	.section_1 .heading_wrap {}

	.section_1 .heading_wrap::before {}

	.section_1 .heading_wrap .heading {}

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

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

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

	.section_1 .content_wrap .content_2 .item_wrap .item .btn_wrap {
		flex-direction: row;
		gap: 36px;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item .btn_wrap .btn {
		width: calc((100% - (36px * 1)) / 2);
	}
}

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

	.section_1 .inner {}

	.section_1 .wrap {
		width: 80%;
	}

	.section_1 .heading_wrap {}

	.section_1 .heading_wrap::before {
		height: 6px;
	}

	.section_1 .heading_wrap .heading {}

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

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

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

	.section_1 .content_wrap .content_2 .item_wrap .item .btn_wrap {
		width: 50%;
	}

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

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

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

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

	.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_1 .item_wrap .item {
		gap: 24px;
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .text {
		font-size: 1.25rem;
		line-height: 2;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item {
		gap: 60px;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item .text {
		font-size: 1.875rem;
	}

	.section_1 .content_wrap .content_2 .item_wrap .item .btn_wrap {
		gap: 120px;
		width: 60%;
	}

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

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

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

.section_2 {}

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

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

.section_2 .heading_wrap {
	position: relative;
}

.section_2 .heading_wrap::before {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 72px;
	height: 2px;
	background-color: #ffc600;
}

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

.section_2 .heading_wrap .heading .main {
	text-align: center;
	/* line-height: 1; */
}

.section_2 .heading_wrap .heading .sub {
	line-height: 1;
}

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

.section_2 .content_wrap .content {
	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: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
}

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

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

.section_2 .content_wrap .content .item_wrap .item table tr th {
	width: 100%;
	background-color: #e4f5ff;
}

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

.section_2 .content_wrap .content .item_wrap .item .btn {
	display: block;
	width: 80%;
}

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

	.section_2 .inner {}

	.section_2 .wrap {}

	.section_2 .heading_wrap {}

	.section_2 .heading_wrap::before {}

	.section_2 .heading_wrap .heading {}

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

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

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

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

	.section_2 .content_wrap .content .item_wrap .item .btn {
		width: 260px;
	}
}

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

	.section_2 .inner {}

	.section_2 .wrap {
		width: 50%;
	}

	.section_2 .heading_wrap {}

	.section_2 .heading_wrap::before {}

	.section_2 .heading_wrap .heading {}

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

	.section_2 .content_wrap .content .item_wrap .item table tr th,
	.section_2 .content_wrap .content .item_wrap .item table tr td {}

	.section_2 .content_wrap .content .item_wrap .item table tr th {}

	.section_2 .content_wrap .content .item_wrap .item table tr td {}

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

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

	.section_2 .inner {}

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

	.section_2 .heading_wrap {}

	.section_2 .heading_wrap::before {
		height: 6px;
	}

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

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

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

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

	.section_2 .content_wrap .content .item_wrap .item table tr th,
	.section_2 .content_wrap .content .item_wrap .item table tr td {}

	.section_2 .content_wrap .content .item_wrap .item table tr th {}

	.section_2 .content_wrap .content .item_wrap .item table tr td {}

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

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

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