@charset "utf-8";

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

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

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

.section_1 {}

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

.section_1 .wrap {
	gap: 24px;
	width: 90%;
	max-width: 1280px;
}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading::before {}

.section_1 .heading_wrap .heading::after {}

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

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

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

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

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {
	line-height: 2;
}

.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text .highlight {
	font-size: 1.25em;
}

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

	.section_1 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {
		text-align: center;
	}
}

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

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

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

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

.section_2 {
	background-image: url(../img/other_bg.webp);
	background-position: 50% 0;
	background-repeat: repeat;
	background-size: 100%;
}

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

.section_2 .wrap {
	gap: 24px;
	width: 90%;
	max-width: 930px;
}

.section_2 .heading_wrap {}

.section_2 .heading_wrap .heading {}

.section_2 .heading_wrap .heading::before {}

.section_2 .heading_wrap .heading::after {}

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

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

.section_2 .table_wrap {
	padding: 10% 0;
	background-color: rgba(255, 255, 255, 0.8);
}

.section_2 .table_wrap_inner {
	gap: 24px;
}

.section_2 .table {
	width: 90%;
}

.section_2 .btn {
	width: 240px;
}

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

	.section_2 .table_wrap {
		padding: 5% 0;
	}

	.section_2 .table tr th {
		width: 25%;
	}

	.section_2 .table tr td {
		width: 75%;
	}
}

@media screen and (min-width: 1280px) {
	.section_2 .table tr th {
		width: 20%;
	}

	.section_2 .table tr td {
		width: 80%;
	}
}

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

	.section_2 .table_wrap_inner {
		gap: 60px;
	}
}

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

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