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

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

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

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

	.section_1 .hd_label_wrap {
		width: 240px;
	}

	.section_1 .hd_label {
		clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
	}

	.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) {
	.section_1 .hd_label_wrap {
		width: 300px;
	}
}

@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 .hd_label_wrap {
		width: 360px;
	}

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

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

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

.section_2 {}

.section_2 .inner {
	margin-bottom: 10%;
	padding: 10% 0;
	background-color: rgba(38, 38, 38, 0.7);
}

.section_2 .wrap {}

.section_2 .heading_wrap {}

.section_2 .heading_wrap .heading {}

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

.section_2 .content_wrap {}

.section_2 .content_wrap .content {}

.section_2 .item_wrap {}

.section_2 .item_wrap .item {}

.section_2 .item_wrap .item .item_inner {}

.section_2 .box_wrap {
	width: 90%;
}

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

.section_2 .box_wrap .box_wrap_inner .box {
	gap: 24px;
}

.section_2 .box_wrap .box_wrap_inner .box img {}

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

.section_2 .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_2 .hd_label_wrap:has(.hd_label_left):before {
    left: calc((100vw - 100%) / -2);
}

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

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

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

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

.section_2 .hd_label .hd {}

.section_2 .text_wrap {}

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

.section_2 .text_wrap .text_wrap_inner > .text {}

.section_2 .img {}

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

	.section_2 .box_wrap {
		width: 90%;
		max-width: 1280px;
	}

	.section_2 .hd_label_wrap {
		width: 240px;
		margin-right: auto;
	}
}

@media screen and (min-width: 1280px) {
	.section_2 .hd_label_wrap {
		width: 300px;
	}
}

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

	.section_2 .hd_label_wrap {
		width: 360px;
	}
}

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

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