@charset "utf-8";

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

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

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

.memo {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 90%;
	max-width: 1280px;
	margin: 20% auto 0;
}

@media screen and (min-width: 768px) {
	.memo {
		margin: 5% auto 0;
	}
}

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

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

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

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

.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: 60px;
	width: 90%;
}

.section_1 .item_wrap {
	gap: 24px;
}

.section_1 .item_wrap .item {}

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

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

.section_1 .img_wrap .img_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.section_1 .img_wrap .img_wrap_inner .img {
	width: 100%;
	height: auto;
	aspect-ratio: 417 / 278;
}

.section_1 .img_wrap .img_wrap_inner .img img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	aspect-ratio: 417 / 278;
	object-fit: cover;
}

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

	.section_1 .heading_wrap .heading.deco_bg::before {
		bottom: 50%;
		transform: translate(50%, 50%);
	}

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

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

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

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

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

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

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

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

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