@charset "utf-8";

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

.now.index::before {
	content: "";
}

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

.section_1 {}

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

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

.section_1 .content_wrap .content {
	gap: 24px;
	width: 90%;
}

.section_1 .item_wrap {
	gap: 24px;
}

.section_1 .item_wrap .item {}

.section_1 .item_wrap .item .item_inner {}

.section_1 .post_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	padding: 24px;
	border: 1px #201E46 solid;
	background-color: #ffffff;
}

.section_1 .post_wrap .post_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: max-content;
	max-width: 100%;
}

.section_1 .post_wrap .post_wrap_inner .post {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_1 .post_wrap .post_wrap_inner .post .post_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
}

.section_1 .post_wrap .post_wrap_inner .post .post_inner .img {
	width: 100%;
	height: auto;
}

.section_1 .post_wrap .post_wrap_inner .post .post_inner .img img {
	width: 100%;
	height: auto;
	aspect-ratio: 5 / 3.5;
	object-fit: cover;
}

.section_1 .post_wrap .post_wrap_inner .post .post_inner .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0px;
	width: 100%;
}

.section_1 .post_wrap .post_wrap_inner .post .post_inner .text_wrap .text_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0px;
	width: 100%;
}

.section_1 .post_wrap .post_wrap_inner .post .post_inner .text_wrap .text_wrap_inner .text {}

.section_1 .post_wrap .post_wrap_inner .post .post_inner .text_wrap .text_wrap_inner .date {
	/* border-bottom: 1px #000000 solid; */
}

.section_1 .post_wrap .post_wrap_inner .post .post_inner .text_wrap .text_wrap_inner .title {}

.section_1 .post_wrap .post_wrap_inner .post .post_inner .text_wrap .text_wrap_inner .writing {}

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

	.section_1 .heading_wrap {}

	.section_1 .heading_wrap .heading {}

	.section_1 .content_wrap .content {
		width: 90%;
		max-width: 1280px;
	}

	.section_1 .post_wrap {
		width: 100%;
	}

	.section_1 .post_wrap .post_wrap_inner {}

	.section_1 .post_wrap .post_wrap_inner .post .post_inner .text_wrap .text_wrap_inner {
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 24px;
	}
}

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

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

	.section_1 .post_wrap .post_wrap_inner .post .post_inner .text_wrap .text_wrap_inner {
		gap: 48px;
	}

	.section_1 .post_wrap .post_wrap_inner .post .post_inner .text_wrap .text_wrap_inner .text {
		font-size: 1.125rem;
	}
}

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

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

.section_2 {
	background-color: #201E46;
}

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

.section_2 .wrap {}

.section_2 .heading_wrap {}

.section_2 .heading_wrap .heading {
	position: relative;
}

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

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

.section_2 .content_wrap {}

.section_2 .content_wrap .content {
	gap: 24px;
	width: 90%;
}

.section_2 .item_wrap {
	gap: 24px;
}

.section_2 .item_wrap .item {}

.section_2 .item_wrap .item .item_inner {
	gap: 24px;
}

.section_2 .box_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_2 .box_wrap .box_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 84px;
	width: 100%;
}

.section_2 .box_wrap .box_wrap_inner .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_2 .box_wrap .box_wrap_inner .box .box_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
}

.section_2 .box_wrap .box_wrap_inner .box .box_inner .img {
	width: 100%;
}

.section_2 .box_wrap .box_wrap_inner .box .box_inner .text_wrap {}

.section_2 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner {
	gap: 12px;
}

.section_2 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .text {
	color: #E5E4E1;
}

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

	.section_2 .content_wrap .content {
		margin-left: auto;
	}

	.section_2 .box_wrap .box_wrap_inner .box .box_inner {
		flex-direction: row-reverse;
		justify-content: center;
		align-items: center;
		gap: 24px;
	}

	.section_2 .box_wrap .box_wrap_inner .box .box_inner .img {
		width: calc((100% - (24px * 1)) * 0.55);
	}

	.section_2 .box_wrap .box_wrap_inner .box .box_inner .text_wrap {
		width: calc((100% - (24px * 1)) * 0.45);
	}

	.section_2 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner {
		gap: 24px;
	}
}

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

@media screen and (min-width: 1440px) {
	.section_2 .box_wrap .box_wrap_inner .box .box_inner {
		gap: 48px;
	}

	.section_2 .box_wrap .box_wrap_inner .box .box_inner .img {
		width: calc((100% - (48px * 1)) * 0.55);
	}

	.section_2 .box_wrap .box_wrap_inner .box .box_inner .text_wrap {
		width: calc((100% - (48px * 1)) * 0.45);
	}

	.section_2 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner {
		gap: 72px;
	}

	.section_2 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .text {
		font-size: 1rem;
	}
}

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

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

.section_3 {}

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

.section_3 .wrap {}

.section_3 .heading_wrap {}

.section_3 .heading_wrap .heading {
	position: relative;
}

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

.section_3 .heading_wrap .heading .main {}

.section_3 .heading_wrap .heading .sub {}

.section_3 .content_wrap {}

.section_3 .content_wrap .content {
	gap: 24px;
	width: 90%;
	max-width: 1280px;
}

.section_3 .item_wrap {
	gap: 24px;
}

.section_3 .item_wrap .item {}

.section_3 .item_wrap .item .item_inner {
	gap: 24px;
}

.section_3 .box_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

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

.section_3 .box_wrap .box_wrap_inner .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_3 .box_wrap .box_wrap_inner .box .box_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.section_3 .box_wrap .box_wrap_inner .box .box_inner .img {
	width: 100%;
}

.section_3 .box_wrap .box_wrap_inner .box .box_inner .img img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.section_3 .box_wrap .box_wrap_inner .box .box_inner .text_wrap {}

.section_3 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner {
	gap: 12px;
}

.section_3 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .text {}

.section_3 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .num {
	font-family: "Zen Old Mincho", serif;
	font-size: 2.5rem;
	line-height: 1;
}

.section_3 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .title {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.125rem;
	line-height: 1.5;
}

.section_3 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .writing {}

.section_3 .btn_common {}

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

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

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

	.section_3 .heading_wrap .heading .main,
	.section_3 .heading_wrap .heading .sub {
		width: max-content;
		max-width: 100%;
	}

	.section_3 .box_wrap {
		padding-left: 5%;
	}

	.section_3 .box_wrap .box_wrap_inner {
		flex-direction: row;
		justify-content: center;
		align-items: flex-start;
		gap: 24px;
	}

	.section_3 .box_wrap .box_wrap_inner .box {
		width: calc((100% - (24px * 2)) / 3);
	}

	.section_3 .btn_common {
		margin-left: auto;
	}
}

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

@media screen and (min-width: 1440px) {
	.section_3 .item_wrap .item .item_inner {
		gap: 48px;
	}

	.section_3 .box_wrap {
		padding-left: 10%;
	}

	.section_3 .box_wrap .box_wrap_inner .box .box_inner {
		gap: 24px;
	}

	.section_3 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner {
		gap: 24px;
	}

	.section_3 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .text {
		font-size: 1rem;
	}

	.section_3 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .num {
		font-size: 4rem;
	}

	.section_3 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .title {
		font-size: 1.5rem;
	}
}

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

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

.section_4 {
	background-color: #201E46;
}

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

.section_4 .wrap {}

.section_4 .heading_wrap {}

.section_4 .heading_wrap .heading {
	position: relative;
}

.section_4 .heading_wrap .heading .main,
.section_4 .heading_wrap .heading .sub {
	color: #E5E4E1;
}

.section_4 .heading_wrap .heading .main {}

.section_4 .heading_wrap .heading .sub {}

.section_4 .content_wrap {}

.section_4 .content_wrap .content {
	gap: 24px;
	width: 90%;
	max-width: 1280px;
}

.section_4 .item_wrap {
	gap: 24px;
}

.section_4 .item_wrap .item {}

.section_4 .item_wrap .item .item_inner {
	gap: 24px;
}

.section_4 .box_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_4 .box_wrap .box_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 84px;
	width: 100%;
}

.section_4 .box_wrap .box_wrap_inner .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_4 .box_wrap .box_wrap_inner .box .box_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
}

.section_4 .box_wrap .box_wrap_inner .box .box_inner .img {
	width: 100%;
}

.section_4 .box_wrap .box_wrap_inner .box .box_inner .text_wrap {}

.section_4 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner {
	gap: 12px;
}

.section_4 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .text {
	color: #E5E4E1;
}

.section_4 .btn_common {}

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

	.section_4 .box_wrap .box_wrap_inner .box .box_inner {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 24px;
	}

	.section_4 .box_wrap .box_wrap_inner .box .box_inner .img {
		width: calc((100% - (24px * 1)) * 0.55);
	}

	.section_4 .box_wrap .box_wrap_inner .box .box_inner .text_wrap {
		width: calc((100% - (24px * 1)) * 0.45);
	}

	.section_4 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner {
		gap: 24px;
	}

	.section_4 .btn_common {
		margin-left: auto;
	}
}

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

@media screen and (min-width: 1440px) {
	.section_4 .box_wrap .box_wrap_inner .box .box_inner {
		gap: 48px;
	}

	.section_4 .box_wrap .box_wrap_inner .box .box_inner .img {
		width: calc((100% - (48px * 1)) * 0.55);
	}

	.section_4 .box_wrap .box_wrap_inner .box .box_inner .text_wrap {
		width: calc((100% - (48px * 1)) * 0.45);
	}

	.section_4 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner {
		gap: 72px;
	}

	.section_4 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .text {
		font-size: 1rem;
	}
}

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

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

.section_5 {}

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

.section_5 .wrap {}

.section_5 .heading_wrap {}

.section_5 .heading_wrap .heading {
	position: relative;
}

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

.section_5 .heading_wrap .heading .main {}

.section_5 .heading_wrap .heading .sub {}

.section_5 .content_wrap {}

.section_5 .content_wrap .content {}

.section_5 .item_wrap {
	gap: 24px;
}

.section_5 .item_wrap .item {}

.section_5 .item_wrap .item .item_inner {
	gap: 24px;
}

.section_5 .slider_wrap {
	width: 100%;
}

.section_5 .btn_common {}

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

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

@media screen and (min-width: 1440px) {
	.section_5 .item_wrap .item .item_inner {
		gap: 48px;
	}
}

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

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

.section_6 {
	background-color: #201E46;
}

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

.section_6 .wrap {}

.section_6 .heading_wrap {}

.section_6 .heading_wrap .heading {
	position: relative;
}

.section_6 .heading_wrap .heading .main,
.section_6 .heading_wrap .heading .sub {
	color: #E5E4E1;
}

.section_6 .heading_wrap .heading .main {}

.section_6 .heading_wrap .heading .sub {}

.section_6 .content_wrap {}

.section_6 .content_wrap .content {
	gap: 24px;
	width: 90%;
	max-width: 1280px;
}

.section_6 .item_wrap {
	gap: 24px;
}

.section_6 .item_wrap .item {}

.section_6 .item_wrap .item .item_inner {
	gap: 24px;
}

.section_6 .box_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_6 .box_wrap .box_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 84px;
	width: 100%;
}

.section_6 .box_wrap .box_wrap_inner .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_6 .box_wrap .box_wrap_inner .box .box_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
}

.section_6 .box_wrap .box_wrap_inner .box .box_inner .img {
	width: 100%;
}

.section_6 .box_wrap .box_wrap_inner .box .box_inner .text_wrap {}

.section_6 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner {
	gap: 12px;
}

.section_6 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .text {
	color: #E5E4E1;
}

.section_6 .btn_common {}

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

	.section_6 .box_wrap .box_wrap_inner .box .box_inner {
		flex-direction: row-reverse;
		justify-content: center;
		align-items: center;
		gap: 24px;
	}

	.section_6 .box_wrap .box_wrap_inner .box .box_inner .img {
		width: calc((100% - (24px * 1)) * 0.55);
	}

	.section_6 .box_wrap .box_wrap_inner .box .box_inner .text_wrap {
		width: calc((100% - (24px * 1)) * 0.45);
	}

	.section_6 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner {
		gap: 24px;
	}

	.section_6 .btn_common {
		margin-right: auto;
	}
}

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

@media screen and (min-width: 1440px) {
	.section_6 .box_wrap .box_wrap_inner .box .box_inner {
		gap: 48px;
	}

	.section_6 .box_wrap .box_wrap_inner .box .box_inner .img {
		width: calc((100% - (48px * 1)) * 0.55);
	}

	.section_6 .box_wrap .box_wrap_inner .box .box_inner .text_wrap {
		width: calc((100% - (48px * 1)) * 0.45);
	}

	.section_6 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner {
		gap: 72px;
	}

	.section_6 .box_wrap .box_wrap_inner .box .box_inner .text_wrap .text_wrap_inner .text {
		font-size: 1rem;
	}
}

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

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

.section_7 {}

.section_7 .inner {
	padding: 20% 0;
}

.section_7 .wrap {}

.section_7 .heading_wrap {}

.section_7 .heading_wrap .heading {
	position: relative;
}

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

.section_7 .heading_wrap .heading .main {}

.section_7 .heading_wrap .heading .sub {}

.section_7 .content_wrap {}

.section_7 .content_wrap .content {
	gap: 24px;
	width: 90%;
}

.section_7 .item_wrap {
	gap: 24px;
}

.section_7 .item_wrap .item {}

.section_7 .item_wrap .item .item_inner {
	gap: 24px;
}

.section_7 .box_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_7 .box_wrap .box_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 84px;
	width: 100%;
}

.section_7 .box_wrap .box_wrap_inner .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_7 .box_wrap .box_wrap_inner .box .box_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
}

.section_7 .box_wrap .box_wrap_inner .box .box_inner .img {
	width: 100%;
}

.section_7 .box_wrap .box_wrap_inner .box .box_inner .table_wrap {}

.section_7 .box_wrap .box_wrap_inner .box .box_inner .table_wrap .table_wrap_inner {
	width: 100%;
}

.section_7 .box_wrap .box_wrap_inner .box .box_inner .table_wrap .table_wrap_inner .table {
	width: 100%;
    border-collapse: separate;
    border-spacing: 5px 10px;
}

.section_7 .box_wrap .box_wrap_inner .box .box_inner .table_wrap .table_wrap_inner .table tr {}

.section_7 .box_wrap .box_wrap_inner .box .box_inner .table_wrap .table_wrap_inner .table tr th,
.section_7 .box_wrap .box_wrap_inner .box .box_inner .table_wrap .table_wrap_inner .table tr td {
	padding: 12px 6px;
	border: 0;
	border-bottom: 1px #201E46 solid;
	background-color: #ffffff;
	vertical-align: middle;
	font-family: "Zen Old Mincho", serif;
	font-weight: 400;
}

.section_7 .box_wrap .box_wrap_inner .box .box_inner .table_wrap .table_wrap_inner .table tr th {
	text-align: center;
}

.section_7 .box_wrap .box_wrap_inner .box .box_inner .table_wrap .table_wrap_inner .table tr th .flex {}

.section_7 .box_wrap .box_wrap_inner .box .box_inner .table_wrap .table_wrap_inner .table tr th .flex p {}

.section_7 .box_wrap .box_wrap_inner .box .box_inner .table_wrap .table_wrap_inner .table tr td {}

.section_7 .box_wrap .box_wrap_inner .box .box_inner .table_wrap .table_wrap_inner .table tr td .flex {}

.section_7 .box_wrap .box_wrap_inner .box .box_inner .table_wrap .table_wrap_inner .table tr td .flex p {}

.section_7 .box_wrap .box_wrap_inner .box .box_inner .btn_wrap {
	width: max-content;
	max-width: 100%;
}

.section_7 .box_wrap .box_wrap_inner .box .box_inner .btn_wrap .btn_wrap_inner {
	gap: 12px;
	width: max-content;
	max-width: 100%;
}

.section_7 .box_wrap .box_wrap_inner .box .box_inner .btn_wrap .btn_wrap_inner .btn_common {}

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

	.section_7 .content_wrap .content {
		margin-right: auto;
	}

	.section_7 .box_wrap .box_wrap_inner .box .box_inner {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 24px;
	}

	.section_7 .box_wrap .box_wrap_inner .box .box_inner .img {
		width: calc((100% - (24px * 1)) * 0.5);
	}

	.section_7 .box_wrap .box_wrap_inner .box .box_inner .table_wrap {
		width: calc((100% - (24px * 1)) * 0.5);
	}

	.section_7 .box_wrap .box_wrap_inner .box .box_inner .btn_wrap {
		margin-left: auto;
	}
}

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

@media screen and (min-width: 1440px) {
	.section_7 .item_wrap .item .item_inner {
		gap: 48px;
	}

	.section_7 .box_wrap .box_wrap_inner .box .box_inner {
		gap: 60px;
	}

	.section_7 .box_wrap .box_wrap_inner .box .box_inner .img {
		width: calc((100% - (60px * 1)) * 0.5);
	}

	.section_7 .box_wrap .box_wrap_inner .box .box_inner .table_wrap {
		gap: 12px;
		width: calc((100% - (60px * 1)) * 0.5);
	}
}

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

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

.section_8 {}

.section_8 .inner {
	padding: 20% 0;
}

.section_8 .wrap {}

.section_8 .heading_wrap {}

.section_8 .heading_wrap .heading {
	position: relative;
}

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

.section_8 .heading_wrap .heading .main {}

.section_8 .heading_wrap .heading .sub {}

.section_8 .content_wrap {}

.section_8 .content_wrap .content {
	gap: 24px;
	width: 90%;
	max-width: 1280px;
}

.section_8 .item_wrap {
	gap: 24px;
}

.section_8 .item_wrap .item {}

.section_8 .item_wrap .item .item_inner {
	gap: 24px;
}

.section_8 .box_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.section_8 .box_wrap .box_wrap_inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
}

.section_8 .box_wrap .box_wrap_inner .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: calc((100% - (12px * 1)) / 2);
}

.section_8 .box_wrap .box_wrap_inner .box .box_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.section_8 .box_wrap .box_wrap_inner .box .box_inner .img {
	width: 100%;
}

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

	.section_8 .box_wrap .box_wrap_inner {
		gap: 12px;
	}

	.section_8 .box_wrap .box_wrap_inner .box {
		width: calc((100% - (12px * 3)) / 4);
	}
}

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

@media screen and (min-width: 1440px) {
	.section_8 .box_wrap .box_wrap_inner {
		gap: 24px;
	}

	.section_8 .box_wrap .box_wrap_inner .box {
		width: calc((100% - (24px * 3)) / 4);
	}
}

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

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