@charset "utf-8";

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

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

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

.section_1 {}

.section_1 .inner {
	padding: 10% 0;
	background-color: rgba(8, 11, 42, 0.7);
}

.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: 24px;
}

.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 .big {
	font-size: 1.5rem;
}

.section_1 .text_wrap .text_wrap_inner .font {
	font-family: "Zen Old Mincho", serif;
}

.section_1 .img {}

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

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

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

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

@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: 48px;
	}

	.section_1 .hd_label_wrap {
		width: 360px;
	}

	.section_1 .text_wrap .text_wrap_inner .big {
		font-size: 2.25rem;
	}
}

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

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

.section_2 {}

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

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

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

.section_2 .map_wrap .map_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.section_2 .map {
	position: relative;
    width: 100%;
    height: 0;
    padding-top: calc(100% * (1 / 1));
    overflow-y: hidden;
}

.section_2 .map iframe {
	position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: calc(100% + (150px * 2));
}

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

.section_2 .map_note .map_note_inner {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.section_2 .map_note .map_note_inner img {
	width: 24px;
	height: auto;
}

.section_2 .map_note .map_note_inner .text {}

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

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

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

	.section_2 .map {
		padding-top: calc(100% * (1 / 2));
	}
}

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

	.section_2 .map_wrap .map_wrap_inner {
		gap: 24px;
	}

	.section_2 .map_note .map_note_inner img {
		width: 36px;
	}
}

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

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