@charset "utf-8";

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

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

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

.section_1 {}

.section_1 .inner {
	position: relative;
	padding: 40% 0;
}

.section_1 .inner::before,
.section_1 .inner::after {
	content: "";
	position: absolute;
	transform: rotate(0deg);
	width: 150%;
	height: 2px;
	background-color: #000000;
}

.section_1 .inner::before {
	top: 5%;
	left: 50%;
	transform: translate(-50%, 0) rotate(-10deg);
}

.section_1 .inner::after {
	bottom: 5%;
	left: 50%;
	transform: translate(-50%, 0) rotate(10deg);
}

.section_1 .wrap {}

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

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

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {}

.section_1 .content_wrap .content {}

.section_1 .content_wrap .content .item_wrap {
	gap: 48px;
}

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

.section_1 .content_wrap .content .item_wrap .item .item_inner {
	gap: 24px;
}

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

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

.section_1 .content_wrap .content .item_wrap .item .img_wrap .img_wrap_inner .img {}

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

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
	align-items: flex-start;
	gap: 12px;
	width: 90%;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {
	font-weight: 700;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .big {
	font-size: 1.5rem;
}

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

	.section_1 .inner::before {
		top: 5%;
		left: 50%;
		transform: translate(-50%, 0) rotate(-5deg);
	}

	.section_1 .inner::after {
		bottom: 5%;
		left: 50%;
		transform: translate(-50%, 0) rotate(5deg);
	}

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

	.section_1 .content_wrap .content .item_wrap .item .item_inner .img {
		width: calc((100% - (24px * 1)) * 0.6);
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap {
		width: calc((100% - (24px * 1)) * 0.4);
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
		width: 90%;
		margin-right: auto;
	}

	.section_1 .content_wrap .content .item_wrap .item:nth-child(2) .item_inner {
		flex-direction: row-reverse;
	}

	.section_1 .content_wrap .content .item_wrap .item:nth-child(2) .item_inner .text_wrap .text_wrap_inner {
		margin: 0;
		margin-left: auto;
	}
}

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

	.section_1 .inner::after {
		bottom: 7.5%;
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .heading_wrap .heading {
		gap: 36px;
	}

	.section_1 .content_wrap .content .item_wrap {
		gap: 60px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner {
		gap: 36px;
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .img {
        width: calc((100% - (36px * 1)) * 0.6);
    }

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap {
		width: calc((100% - (36px * 1)) * 0.4);
	}

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
		gap: 36px;
	}

	.section_1 .content_wrap .content .item_wrap .item:nth-child(2) .item_inner .text_wrap {
		margin-top: 72px;
	}
}

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

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

.section_2 {}

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

.section_2 .wrap {}

.section_2 .heading_wrap {
	gap: 12px;
}

.section_2 .heading_wrap .heading {}

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

.section_2 .heading_wrap .text {
	font-weight: 900;
}

.section_2 .content_wrap {}

.section_2 .content_wrap .content {
	gap: 24px;
}

.section_2 .content_wrap .content .item_wrap {}

.section_2 .content_wrap .content .item_wrap .item {
	width: 90%;
	max-width: 1280px;
}

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

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

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

.section_2 .content_wrap .content .item_wrap .item .img_wrap .img_wrap_inner .img {}

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

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
	align-items: flex-start;
	gap: 24px;
	width: 90%;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {
	font-weight: 700;
	color: #D7B900;
}

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

.section_2 .content_wrap .content .item_wrap .item .item_inner .table_wrap .heading_wrap {
	width: max-content;
	max-width: 100%;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .table_wrap .heading {
	align-items: flex-start;
	font-size: 3rem;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .table_wrap .heading .main {
	font-size: 0.4em;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table {
	width: 100%;
	margin: -20px 0;
	border-collapse: separate;
	border-spacing: 0 20px;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr {}

.section_2 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr th,
.section_2 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr td {
	padding: 20px 10px;
	border: 0;
	border-bottom: 1px #131001 solid;
	vertical-align: middle;
	text-align: center;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr th {
	width: 60%;
	background-color: #131001;
	color: #ffffff;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr th .flex {}

.section_2 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr th .flex .text {}

.section_2 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr td {
	width: 40%;
	font-family: "Oswald", sans-serif;
}

.section_2 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr td .flex {}

.section_2 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr td .flex .text {}

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

	.section_2 .heading_wrap {
		align-items: center;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .table_wrap .heading {
		font-size: 6.25rem;
	}
}

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

@media screen and (min-width: 1440px) {
	.section_2 .content_wrap .content {
		gap: 48px;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner {
		gap: 48px;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .table_wrap {
		gap: 48px;
	}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr th,
	.section_2 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr td {
		font-size: 1.25rem;
	}
}

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

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

.section_3 {
	background-color: #000000;
}

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

.section_3 .wrap {}

.section_3 .heading_wrap {
	align-items: flex-end;
	width: 90%;
}

.section_3 .heading_wrap .heading {
	color: #ffffff;
}

.section_3 .heading_wrap .heading .main {}

.section_3 .heading_wrap .heading .sub {}

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

.section_3 .slider_wrap {
	width: 100%;
}

.section_3 .swiper_2_re {
	margin-top: 24px;
}

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

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

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

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

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

.section_4 {
	background-color: #E1E1E1;
}

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

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

.section_4 .content_wrap .content {
	gap: 24px;
}

.section_4 .content_wrap .content .item_wrap {}

.section_4 .content_wrap .content .item_wrap .item {
	width: 90%;
	max-width: 768px;
}

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

.section_4 .content_wrap .content .item_wrap .item .item_inner .table_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 .item_inner .table_wrap .heading_wrap {
	width: max-content;
	max-width: 100%;
}

.section_4 .content_wrap .content .item_wrap .item .item_inner .table_wrap .heading {
	align-items: flex-start;
	font-size: 3rem;
}

.section_4 .content_wrap .content .item_wrap .item .item_inner .table_wrap .heading .main {
	font-size: 0.4em;
}

.section_4 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table {
	width: 100%;
	margin: -20px 0;
	border-collapse: separate;
	border-spacing: 0 20px;
}

.section_4 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr {}

.section_4 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr th,
.section_4 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr td {
	padding: 20px 10px;
	border: 0;
	vertical-align: middle;
}

.section_4 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr th {
	width: 30%;
	background-color: #131001;
	text-align: center;
	font-weight: 700;
	color: #ffffff;
}

.section_4 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr th .flex {}

.section_4 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr th .flex .text {}

.section_4 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr td {
	width: 70%;
}

.section_4 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr td .flex {}

.section_4 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr td .flex .text {}

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

	.section_4 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr td {
		padding: 20px;
	}
}

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

@media screen and (min-width: 1440px) {
	.section_4 .content_wrap .content {
		gap: 60px;
	}

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

	.section_4 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr th,
	.section_4 .content_wrap .content .item_wrap .item .item_inner .table_wrap .table tr td {
		font-size: 1.25rem;
	}
}

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

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