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

.section_1 .box_wrap {
	width: 90%;
}

.section_1 .box_wrap .box_wrap_inner {
	gap: 24px;
}

.section_1 .box_wrap .box_wrap_inner .box {
	gap: 12px;
}

.section_1 .box_wrap .box_wrap_inner .box img {}

.section_1 .hd_label_wrap {
	position: relative;
	z-index: 0;
	width: 100%;
}

.section_1 .hd_label_wrap::before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
    width: calc((100vw - 100%) / 2 + 1px);
	height: 100%;
	background-color: #D3D3D3;
	/* box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.3); */
}

.section_1 .hd_label_wrap:has(.hd_label_left):before {
    left: calc((100vw - 100%) / -2);
}

.section_1 .hd_label_wrap:has(.hd_label_right):before {
    right: calc((100vw - 100%) / -2);
}

.section_1 .hd_label {
	width: 100%;
	/* box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.3); */
}

.section_1 .hd_label_left {
	align-items: flex-start;
	padding-left: 0;
}

.section_1 .hd_label_right {
	align-items: flex-end;
	padding-right: 0;
}

.section_1 .hd_label .hd {}

.section_1 .text_wrap {}

.section_1 .text_wrap .text_wrap_inner {
	align-items: flex-start;
	gap: 12px;
}

.section_1 .text_wrap .text_wrap_inner > .text {}

.section_1 .text_wrap .text_wrap_inner > .num {
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
}

.section_1 .text_wrap .text_wrap_inner > .num_left {
	margin-right: auto;
}

.section_1 .text_wrap .text_wrap_inner > .num_right {
	margin-left: auto;
}

.section_1 .text_wrap .text_wrap_inner > .num .highlight {
	font-size: 2em;
}

.section_1 .img {
	box-shadow: 8px 8px 0px 0px rgba(0, 5, 58, 1);
}

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

	.section_1 .box_wrap {
		width: 90%;
		max-width: 1280px;
	}
	
	.section_1 .box_wrap .box_wrap_inner .box {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 48px;
	}

	.section_1 .box_wrap .box_wrap_inner .box:nth-child(even) {
		flex-direction: row-reverse;
	}

	.section_1 .text_wrap {
		width: calc((100% - (48px * 1)) / 2);
	}

	.section_1 .img {
		width: calc((100% - (48px * 1)) / 2);
	}
}

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

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

	.section_1 .text_wrap {
		width: calc((100% - (72px * 1)) / 2);
	}

	.section_1 .text_wrap .text_wrap_inner {
		gap: 24px;
	}

	.section_1 .text_wrap .text_wrap_inner > .num {
		font-size: 2rem;
	}

	.section_1 .img {
		width: calc((100% - (72px * 1)) / 2);
	}
}

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

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