@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 {
	align-items: flex-start;
}

.section_1 .heading_wrap .heading {
	align-items: flex-end;
}

.section_1 .heading_wrap .heading .main {
	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 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
}

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

.section_1 .content_wrap .content .item_wrap .item .date {
	font-size: 1.25rem;
	font-weight: 700;
}

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

.section_1 .btn {
	position: absolute;
	top: 24px;
	right: 0;
	display: block;
	width: 156px;
}

.section_1 .btn img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

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

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

	.section_1 .btn {
		top: 0;
		right: 0;
	}

	.section_1 .btn img {}
}

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

	.section_1 .inner {}

	.section_1 .wrap {
		flex-direction: row;
		gap: 120px;
		width: 80%;
	}

	.section_1 .heading_wrap {
		width: max-content;
		max-width: 50%;
	}

	.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 {
		flex: 1;
		padding-top: 12px;
		padding-right: 180px;
	}

	.section_1 .content_wrap .content {}

	.section_1 .content_wrap .content .item_wrap {}

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

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

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

	.section_1 .btn {}

	.section_1 .btn img {}
}

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

	.section_1 .inner {}

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

	.section_1 .heading_wrap {}

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

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

	.section_1 .btn {}

	.section_1 .btn img {}
}

@media screen and (min-width: 1920px) {
	.section_1 .wrap {
		gap: 156px;
	}
}

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

.section_2 {
	position: relative;
	background-image: url(../img/top_about_bg_sp.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.section_2::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: auto;
	height: 95%;
	aspect-ratio: 63 / 781;
	background-image: url(../img/top_about_yamaguchidenki_sp.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: contain;
}

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

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

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

.section_2 .heading_wrap .heading {}

.section_2 .heading_wrap .heading .main {
	line-height: 1;
	color: #ffffff;
}

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

.section_2 .content_wrap .content {}

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

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

.section_2 .content_wrap .content .item_wrap .item .text {
	color: #ffffff;
}

@media screen and (min-width: 768px) {
	.section_2 {
		background-image: url(../img/top_about_bg_pc.png);
	}

	.section_2::before {
		left: 12px;
		aspect-ratio: 67 / 781;
		background-image: url(../img/top_about_yamaguchidenki_pc.png);
	}

	.section_2 .inner {}

	.section_2 .wrap {
		width: 85%;
	}

	.section_2 .heading_wrap {}

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

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

	.section_2::before {}

	.section_2 .inner {}

	.section_2 .wrap {
		width: 50%;
		margin: 0 auto 0;
	}

	.section_2 .heading_wrap {}

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

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

	.section_2::before {}

	.section_2 .inner {}

	.section_2 .wrap {
		gap: 60px;
	}

	.section_2 .heading_wrap {}

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

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

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

.section_3 {}

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

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

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

.section_3 .heading_wrap .heading {}

.section_3 .heading_wrap .heading .main {
	line-height: 1;
}

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

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

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

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

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

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

.section_3 .content_wrap .content .item_wrap .item .deco {
	position: absolute;
	bottom: 12px;
	right: 12px;
	width: 36px;
}

.section_3 .content_wrap .content .item_wrap .item .text_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
}

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

.section_3 .content_wrap .content .item_wrap .item .text_wrap .text_1 {
	font-size: 1.625rem;
	line-height: 1;
	white-space: nowrap;
	color: #ffc600;
}

.section_3 .content_wrap .content .item_wrap .item .text_wrap .text_1 span {
	display: inline;
	background-image: linear-gradient(
		0deg,
		transparent 0%,
		transparent 15%,
		#ffc600 15%,
		#ffc600 20%,
		transparent 20%,
		transparent 100%
	);
	background-position: 0 50%;
	line-height: 1;
}

.section_3 .content_wrap .content .item_wrap .item .text_wrap .text_2 {
	font-size: 2rem;
	line-height: 1;
	white-space: nowrap;
	color: #ffffff;
}

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

	.section_3 .inner {}

	.section_3 .wrap {}

	.section_3 .heading_wrap {}

	.section_3 .heading_wrap .heading {}

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

	.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 .deco {
		width: 36px;
	}

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

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

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

	.section_3 .content_wrap .content .item_wrap .item .text_wrap .text_1 span {}

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

	.section_3 .content_wrap .content_1 .item_wrap {
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 24px;
	}

	.section_3 .content_wrap .content_2 .item_wrap {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 24px;
	}

	.section_3 .content_wrap .content_2 .item_wrap .item {
		width: calc((100% - (24px * 1)) / 2);
	}
}

@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 .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 .deco {
		bottom: 24px;
		right: 24px;
		width: 48px;
	}

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

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

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

	.section_3 .content_wrap .content .item_wrap .item .text_wrap .text_1 span {}

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

	.section_3 .content_wrap .content_1 .item_wrap {
		gap: 48px;
	}

	.section_3 .content_wrap .content_2 .item_wrap {}

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

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

	.section_3 .inner {}

	.section_3 .wrap {}

	.section_3 .heading_wrap {}

	.section_3 .heading_wrap .heading {}

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

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

	.section_3 .content_wrap .content .item_wrap .item .text_wrap {
		gap: 8px;
	}

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

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

	.section_3 .content_wrap .content .item_wrap .item .text_wrap .text_1 span {}

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

	.section_3 .content_wrap .content_1 .item_wrap {
		gap: 120px;
	}

	.section_3 .content_wrap .content_2 .item_wrap {
		gap: 36px;
	}

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

@media screen and (min-width: 1920px) {
	.section_3 .content_wrap .content .item_wrap .item .text_wrap .text_1 {
		font-size: 1.875rem;
	}

	.section_3 .content_wrap .content .item_wrap .item .text_wrap .text_2 {
		font-size: 2.5rem;
	}
}

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

.section_4 {}

.section_4::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(0, 0);
	width: 100%;
	height: auto;
	aspect-ratio: 5 / 4;
	background-image: url(../img/top_area_bg.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	/* clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%); */
}

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

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

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

.section_4 .heading_wrap .heading {}

.section_4 .heading_wrap .heading .main {
	line-height: 1;
	color: #ffffff;
}

.section_4 .heading_wrap .heading .sub {
	display: none;
	line-height: 1;
	color: #ffffff;
}

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

.section_4 .content_wrap {
	width: 100%;
}

.section_4 .content_wrap .content {}

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

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

.section_4 .content_wrap .content .item_wrap .item .text {
	color: #ffffff;
}

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

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

	.section_4::before {
		aspect-ratio: 5 / 2;
		background-position: 0 0;
	}

	.section_4 .inner {}

	.section_4 .wrap {}

	.section_4 .heading_wrap {}

	.section_4 .heading_wrap .heading {}

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

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

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

	.section_4::before {}

	.section_4 .inner {}

	.section_4 .wrap {
		width: 80%;
	}

	.section_4 .heading_wrap {}

	.section_4 .heading_wrap .heading {
		flex-direction: row;
		align-items: flex-end;
	}

	.section_4 .heading_wrap .heading .main {}

	.section_4 .heading_wrap .heading .sub {
		display: block;
	}

	.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 {
		flex-direction: row;
		justify-content: flex-start;
		gap: 48px;
	}

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

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

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

	.section_4 .content_wrap .content_1 .item_wrap .item_1 {
		width: max-content;
	}

	.section_4 .content_wrap .content_1 .item_wrap .item_2 {
		width: max-content;
		padding-top: 18px;
	}

	.section_4 .content_wrap .content_2 {
		width: 90%;
		margin: 0 auto 0;
		margin-top: -24px;
	}
}

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

	.section_4::before {}

	.section_4 .inner {}

	.section_4 .wrap {
		width: 70%;
	}

	.section_4 .heading_wrap {}

	.section_4 .heading_wrap .heading {
		gap: 36px;
	}

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

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

	.section_4 .content_wrap .content_1 .item_wrap .item_2 {
		padding-top: 32px;
	}

	.section_4 .content_wrap .content_2 {}
}

@media screen and (min-width: 1920px) {
	.section_4 .content_wrap .content .item_wrap {
		gap: 120px;
	}

	.section_4 .content_wrap .content_1 .item_wrap .item_2 {
		padding-top: 36px;
	}
}

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

.section_5 {}

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

.section_5 .wrap {
	width: 90%;
	margin: 0 auto 0;
}

.section_5 .heading_wrap {}

.section_5 .heading_wrap .heading {}

.section_5 .heading_wrap .heading .main {
	line-height: 1;
}

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

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

.section_5 .content_wrap .content {
	width: 100%;
	background-color: #ffffff;
}

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

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

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

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

.section_5 .content_wrap .content .item_wrap .item .btn {
	display: block;
	width: 210px;
	margin: 0 auto 0;
}

.section_5 .content_wrap .content_2 .item_wrap {
	padding: 24px 0;
}

.section_5 .content_wrap .content_2 .item_wrap .item {
	width: 90%;
	margin: 0 auto 0;
}

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

	.section_5 .inner {}

	.section_5 .wrap {}

	.section_5 .heading_wrap {}

	.section_5 .heading_wrap .heading {}

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

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

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

	.section_5 .content_wrap .content_2 .item_wrap {}
}

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

	.section_5 .inner {}

	.section_5 .wrap {}

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

	.section_5 .heading_wrap .heading {
		flex-direction: row;
		align-items: flex-end;
	}

	.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 {
		position: relative;
		flex-direction: column-reverse;
	}

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

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

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

	.section_5 .content_wrap .content_1 {
		width: 75%;
		margin: 0 auto 0 0;
		margin-top: 60px;
	}

	.section_5 .content_wrap .content_2 {
		position: absolute;
		top: 0;
		right: 0;
		width: 50%;
	}

	.section_5 .content_wrap .content_2 .item_wrap .item_2 {
		width: 75%;
	}

	.section_5 .content_wrap .content_2 .item_wrap .item_3 {
		width: 75%;
	}
}

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

	.section_5 .inner {}

	.section_5 .wrap {}

	.section_5 .heading_wrap {}

	.section_5 .heading_wrap .heading {}

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

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

	.section_5 .content_wrap .content .item_wrap .item .text {
		line-height: 2;
	}

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

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

	.section_5 .content_wrap .content_1 {
		width: 65%;
		margin-top: 84px;
	}

	.section_5 .content_wrap .content_2 {
		width: 45%;
	}

	.section_5 .content_wrap .content_2 .item_wrap {
		padding: 48px 0;
	}

	.section_5 .content_wrap .content_2 .item_wrap .item_2 {}

	.section_5 .content_wrap .content_2 .item_wrap .item_3 {}
}

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

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

.section_6 {}

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

.section_6 .wrap {
	width: 90%;
	margin: 0 auto 0;
}

.section_6 .heading_wrap {}

.section_6 .heading_wrap .heading {}

.section_6 .heading_wrap .heading .main {
	line-height: 1;
	color: #ffffff;
}

.section_6 .heading_wrap .heading .sub {
	line-height: 1;
	color: #ffffff;
}

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

.section_6 .content_wrap .content {
	width: 100%;
	background-color: #0041a1;
}

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

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

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

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

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

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

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

.section_6 .content_wrap .content .item_wrap .item .btn {
	display: block;
	width: 210px;
	margin: 0 auto 0;
}

.section_6 .content_wrap .content_2 .item_wrap {
	padding: 24px 0;
}

.section_6 .content_wrap .content_2 .item_wrap .item {
	width: 90%;
	margin: 0 auto 0;
}

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

	.section_6 .inner {}

	.section_6 .wrap {}

	.section_6 .heading_wrap {}

	.section_6 .heading_wrap .heading {}

	.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 .table tr th,
	.section_6 .content_wrap .content .item_wrap .item .table tr td {
		display: table-cell;
	}

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

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

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

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

	.section_6 .content_wrap .content_2 .item_wrap {}
}

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

	.section_6 .inner {}

	.section_6 .wrap {}

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

	.section_6 .heading_wrap .heading {
		flex-direction: row;
		align-items: flex-end;
	}

	.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 {
		position: relative;
		flex-direction: column-reverse;
	}

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

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

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

	.section_6 .content_wrap .content_1 {
		width: 75%;
		margin: 0 0 0 auto;
		margin-top: 60px;
	}

	.section_6 .content_wrap .content_2 {
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
	}

	.section_6 .content_wrap .content_2 .item_wrap .item_2 {
		width: 75%;
	}

	.section_6 .content_wrap .content_2 .item_wrap .item_3 {
		width: 75%;
	}
}

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

	.section_6 .inner {}

	.section_6 .wrap {}

	.section_6 .heading_wrap {}

	.section_6 .heading_wrap .heading {}

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

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

	.section_6 .content_wrap .content .item_wrap .item .text {
		line-height: 2;
	}

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

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

	.section_6 .content_wrap .content_1 {
		width: 65%;
		margin-top: 84px;
	}

	.section_6 .content_wrap .content_2 {
		width: 45%;
	}

	.section_6 .content_wrap .content_2 .item_wrap {
		padding: 48px 0;
	}

	.section_6 .content_wrap .content_2 .item_wrap .item_2 {}

	.section_6 .content_wrap .content_2 .item_wrap .item_3 {}
}

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

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