@charset "utf-8";

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

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

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

.section_1 {}

.section_1 .inner {
	padding: 10% 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 {}

.section_1 .item_wrap {}

.section_1 .item_wrap .item {}

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

.section_1 .text_wrap {
	width: 90%;
}

.section_1 .text_wrap .text_wrap_inner {}

.section_1 .text_wrap .text_wrap_inner .text {
	text-align: center;
}

.section_1 .img_wrap {
	width: 90%;
}

.section_1 .img_wrap .img_wrap_inner {
	gap: 12px;
}

.section_1 .img_wrap .img_wrap_inner .img {}

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

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

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

	.section_1 .img_wrap .img_wrap_inner {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 24px;
	}

	.section_1 .img_wrap .img_wrap_inner .img {
		width: calc((100% - (24px * 3)) / 4);
	}
}

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

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

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

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