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

.section_1 .content_wrap .content {}

.section_1 .content_wrap .content .item_wrap {}

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

.section_1 .content_wrap .content .item_wrap .item .text_2 {
	margin-left: auto;
	font-size: 1.5rem;
}

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

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

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

	.section_1 .inner {}

	.section_1 .wrap {
		gap: 96px;
		width: 70%;
	}

	.section_1 .heading_wrap {}

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

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

	.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 .text {
		line-height: 2;
	}

	.section_1 .content_wrap .content .item_wrap .item .text_1 {
		font-size: 1.25rem;
	}

	.section_1 .content_wrap .content .item_wrap .item .text_2 {
		font-size: 1.875rem;
	}
}

@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 {
	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: flex-start;
	gap: 12px;
	width: 100%;
}

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

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

.section_2 .content_wrap .content .item_wrap .item .text_1 {
	width: 40%;
	padding: 4px 8px;
	background-color: #0041a1;
	color: #ffffff;
}

.section_2 .content_wrap .content .item_wrap .item .text_2 {
	width: 100%;
	padding: 4px 8px;
	background-color: #ffffff;
	box-shadow: inset 0px 2px 4px 2px rgba(0, 0, 0, 0.25);
}

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

	.section_2 .inner {}

	.section_2 .wrap {
		gap: 48px;
	}

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

	.section_2 .content_wrap .content .item_wrap .item {
		position: relative;
		padding-left: 120px;
	}

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

	.section_2 .content_wrap .content .item_wrap .item .text_1 {
		position: absolute;
		top: 0;
		left: 0;
		transform: translate(0, -50%);
		width: 144px;
	}

	.section_2 .content_wrap .content .item_wrap .item .text_2 {
		padding-left: 60px;
	}
}

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

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

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

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

	.section_2 .inner {}

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

	.section_2 .heading_wrap {}

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

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

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

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

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

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

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