@charset "utf-8";

.g-main {
	padding-bottom: 0;
}

.l-mv {
	& figure {
		& img {
			&.objectfit_position_left {
				@media screen and (max-width: 999px) {
					object-position: left 75% bottom 0;
				}
			}
		}
	}
}

.main_map {
	padding: 0 0 100px;
	
	@media screen and (max-width: 999px) {
		padding-bottom: 60px;
	}
	
	& .inner {
		position: relative;
	}
	
	& .title {
		font-size: 3.6rem;
		font-weight: 600;
		line-height: 1.5;
		text-align: center;
		letter-spacing: .05em;
		margin: 80px 0 20px;
		position: relative;
		z-index: 10;
		
		@media screen and (max-width: 999px) {
			font-size: 2.6rem;
			margin-bottom: 30px;
		}
	}
	
	& .map {
		padding: 60px 120px 0 0;
		
		@media screen and (max-width: 999px) {
			padding-top: 0;
			padding-right: 0;
		}
	}
	
	& .lead {
		font-size: 1.6rem;
		line-height: 2.25;
		margin: 150px 0 0;
		padding: 0 0 0 45%;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
		
		@media screen and (max-width: 999px) {
			line-height: 2;
			margin-top: 30px;
			padding-left: 0;
			position: relative;
			top: auto;
			right: auto;
		}
		
		& b {
			color: var(--red);
			font-weight: 600;
		}
	}
	
	@media screen and (max-width: 999px) {
		& + .g-banner .items {
			padding-top: 30px;
		}
	}
}

.l-data {
	margin: -60px 0 0;
	padding-bottom: 100px;
	position: relative !important;
	z-index: 80 !important;
	
	@media screen and (max-width: 999px) {
		margin-top: 0;
		padding-bottom: 60px;
	}
	
	& .main {
		
		& .title {
			font-size: 4.2rem;
			padding: 30px 0 0;
			margin: 0;
			
			@media screen and (max-width: 999px) {
				font-size: 3rem;
				margin-top: -60px;
			}
		}
		
		& .lead {
			font-size: 2.2rem;
			line-height: 1.75;
			text-align: center;
			margin: 30px 0 0;
			
			@media screen and (max-width: 999px) {
				font-size: 1.6rem;
				letter-spacing: 2;
			}
		}

		& .u-anchor_nav {
			padding-top: 60px;
			
			@media screen and (max-width: 999px) {
				padding-top: 30px;
				
				& ul {
					display: block;
					border-top: 1px solid #ddd;
					
					& li {
						width: 100%;
						padding: 15px 30px;
						border-bottom: 1px solid #ddd;
					}
				}
			}
		}
	}
}

.details {
	padding: 60px 60px 120px;
	background: #333;
	border-bottom: 1px solid rgba(0,0,0,.1);
	
	@media screen and (max-width: 999px) {
		padding: 60px 0 80px;
		border-radius: 0 0 30px 30px;
	}
	
	&:not(:first-child) {
		margin-top: -60px;
		padding-top: 160px;
	}
	
	& .title {
		text-align: center;

		& b {
			font-size: 3.2rem;
			font-weight: 600;
			letter-spacing: .05em;
			min-width: 540px;
			padding: .6em 1em .7em;
			display: inline-block;
			background: #fff;
			border-radius: 10em;
			
			@media screen and (max-width: 999px) {
				font-size: 2.4rem;
				min-width: calc(100% - (20px * 2));
			}
		}
	}
	
	& .lead {
		font-size: 1.8rem;
		line-height: 1.75;
		letter-spacing: .05em;
		text-align: center;
		margin: 40px 0 0;
		
		@media screen and (max-width: 999px) {
			font-size: 1.6rem;
			text-align: left;
		}
		
		& b {
			font-size: 2.4rem;
			font-weight: 600;
			
			@media screen and (max-width: 999px) {
				font-size: 2rem;
			}
		}
	}

	& .lists {
		max-width: 1400px;
		margin: 60px auto 0;
		display: flex;
		flex-wrap: wrap;
		
		@media screen and (max-width: 999px) {
			position: absolute;
			opacity: 0;
			transition: 1s;
			
			&.slick-initialized {
				position: relative;
				opacity: 1;
			}
		}
	}
	
	& .item {
		text-align: center;
		width: calc(100% / 4 - (12px * 2));
		min-height: 325px;
		margin: 24px 12px 0;
		padding: 0 0 40px;
		background: #fff;
		border-radius: 20px;
		overflow: hidden;
		transform: translateZ(0);
		
		@media screen and (max-width: 999px) {
			margin-top: 0;
		}
		
		&:nth-child(-n + 4) {
			margin-top: 0;
		}
		
		& h3 {
			color: var(--black);
			font-size: 1.8rem;
			font-weight: 600;
			margin: 30px 0 0;
		}
		
		& figure {
			background: #ddd;

		}
		
		& p {
			font-size: 1.2rem;
			font-weight: 400;
			letter-spacing: .05em;
			margin: 50px 30px 0 30px;
			position: relative;
			display: none;
			
			@media screen and (max-width: 999px) {
				line-height: 1.5;
				margin: 40px 15px 0 15px;
			}
			
			&:after {
				content: '';
				width: 8px;
				height: 8px;
				margin: -10px 0 0;
				display: block;
				background: #777;
				border-radius: 50%;
				position: absolute;
				top: 0;
				left: 50%;
				transform: translate(-50%,-100%);
			}
			
			& span {
				line-height: 1.75;
				text-align: left;
				margin-bottom: 20px;
				padding: 0 0 2em;
				display: block;
				border-bottom: 1px solid #ddd;
			}
		}
	}
	
	&.-green {
		background: #E8F3EA;
		z-index: 50;
		
		& p:after {
			background: #106E1F;
		}
		
		& .lead b {
			color: #106E1F;
		}
	}
	
	&.-red {
		background: #F5EBEC;
		z-index: 40;
		
		& p:after {
			background: #C30D23;
		}
	}
	
	&.-blue {
		background: #E5F6FB;
		z-index: 30;
		
		& p:after {
			background: #036EB8;
		}
	}
	
	&.-purple {
		background: #F4EEF8;
		z-index: 20;
		
		@media screen and (max-width: 999px) {
			margin-bottom: -30px;
		}
		
		& p:after {
			background: #601986;
		}
	}
}

.l-map_stage {
	margin: 40px 100px 0;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	transform: translateZ(0);
}

@media screen and (max-width: 1199px) {
	.l-map_stage {
		max-width: 800px;
		margin-inline: auto;
	}
}

.l-map_stage .image img {
	border-radius: 20px;
}

.l-map_stage button {
	text-align: left;
	padding: 0 50px 0 0;
	background: var(--white);
	border-radius: 10px;
	border: 2px solid #4d4d4d;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	box-shadow: 6px 6px 2px 0 rgba(0,0,0,.25);
}

@media screen and (max-width: 767px) {
	.l-map_stage button {
		padding-right: 8%;
	}
}

.l-map_stage button.left {
	transform: translate(-100%,-50%);
}

.l-map_stage button:nth-of-type(1) {
	margin: 15% 0 0 25%;
}

.l-map_stage button:nth-of-type(2) {
	margin: 11.5% 0 0 75.5%;
}

.l-map_stage button:nth-of-type(3) {
	margin: 41% 0 0 72.5%;
}

.l-map_stage button:nth-of-type(4) {
	margin: 74% 0 0 25%;
}

.l-map_stage button:nth-of-type(5) {
	margin: 93.5% 0 0 3.5%;
}

.l-map_stage button:nth-of-type(6) {
	margin: 93.5% 0 0 37.5%;
}

@media screen and (max-width: 767px) {
	.l-map_stage button:nth-of-type(1) {
		margin: 15% 0 0 30%;
	}

	.l-map_stage button:nth-of-type(2) {
		margin: 11.5% 0 0 74.5%;
	}

	.l-map_stage button:nth-of-type(3) {
		margin: 35.5% 0 0 74.5%;
	}

	.l-map_stage button:nth-of-type(4) {
		margin: 76% 0 0 29%;
	}

	.l-map_stage button:nth-of-type(5) {
		margin: 93.5% 0 0 2.2%;
	}

	.l-map_stage button:nth-of-type(6) {
		margin: 93.5% 0 0 36.5%;
	}
}

.l-map_stage button b {
	color: var(--black);
	font-family: var(--font-sans_serif);
	font-size: 1.5rem;
	font-weight: 700;
	font-feature-settings: 'palt';
	line-height: 1.35;
	letter-spacing: 0;
	width: 100%;
	min-height: 3.6em;
	padding: .35em .75em .45em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: .3s;
}

@media screen and (max-width: 919px) {
	.l-map_stage button b {
		font-size: 1.55vw;
		min-height: 3.95em;
		padding: .55em .5em .65em;
	}
}

@media screen and (max-width: 767px) {
	.l-map_stage button b {
		font-size: 2.2vw;
		padding: .35em .5em .45em;
	}
}

.l-map_stage button span {
	color: var(--white);
	font-family: var(--font-sans_serif);
	font-size: 1.1rem;
	text-align: center;
	width: 50px;
	height: 100%;
	padding: 0 0 8px;
	background: #666;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	border-radius: 0 8px 8px 0;
	position: absolute;
	top: 0;
	right: -1px;
	transition: .3s;
}

@media screen and (max-width: 919px) {
	.l-map_stage button span {
		font-size: 1vw;
	}
}

@media screen and (max-width: 767px) {
	.l-map_stage button span {
		font-size: 1.35vw;
		width: 30%;
	}
}

.l-map_stage button span:before,
.l-map_stage button span:after {
	content: '';
	width: 1.35em;
	height: .3em;
	margin: -.65em 0 0;
	display: block;
	background: var(--white);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-100%);
	transition: .3s;
}

.l-map_stage button span:after {
	transform: translate(-50%,-100%) rotate(90deg);
}

.l-map_stage button:hover {
	border-color: var(--black);
}

.l-map_stage button:hover span {
	background: var(--black);
}

.l-map_stage button:hover span:before {
	transform: translate(-50%,-100%) rotate(180deg);
}

.l-map_stage button:hover span:after {
	transform: translate(-50%,-100%) rotate(270deg);
}

.l-map_stage:after {
	content: '';
	width: 100%;
	height: 100%;
	inset: 0;
	background: rgb(0 0 0 / .5);
	position: absolute;
	z-index: 20;
	backdrop-filter: blur(1.5px);
	transition: .2s;
	opacity: 0;
	visibility: hidden;
}

.l-map_stage.active:after {
	opacity: 1;
	visibility: visible;
}

.l-map_detail {
	font-family: var(--font-sans_serif);
	width: calc(100% - (40px * 2));
	padding: 40px 50px 0;
	background: var(--white);
	border-radius: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scale(.9);
	z-index: 30;
	box-shadow: 0 0 20px 0 rgb(0 0 0 / .25);
	opacity: 0;
	visibility: hidden;
	transition: .4s;
}

@media screen and (max-width: 767px) {
	.l-map_detail {
		width: calc(100% - (20px * 2));
		padding: 20px 20px 0;
		border-radius: 10px;
	}
}

.l-map_stage.active .l-map_detail.active {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%,-50%) scale(1);
}

.l-map_detail .map_modal_title {
	color: var(--black) !important;
	font-size: 2.2rem !important;
	padding-top: 0 !important;
	padding-bottom: .75em !important;
	border-bottom: 1px solid #808080;
}

@media screen and (max-width: 767px) {
	.l-map_detail .map_modal_title {
		font-size: 1.8rem !important;
	}
}

.l-map_detail ul {
	margin-inline: -5px;
	padding: 20px 0 30px;
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
	.l-map_detail ul {
		margin-inline: 0;
		padding: 10px 0 15px;
	}
}

.l-map_detail ul li {
	font-size: 1.8rem;
	line-height: 1.25;
	font-feature-settings: "palt";
	width: calc(100% / 3);
	padding: 10px 5px;
}

@media screen and (max-width: 767px) {
	.l-map_detail ul li {
		font-size: 1.4rem;
		width: calc(100%);
		padding: 5px 0;
	}
}

.l-map_detail ul li.red {
	color: #bc2424;
}

.l-map_detail ul li.blue {
	color: #008ecc;
}

.l-map_detail ul li.yellow {
	color: #d29200;
}

.l-map_detail ul li.purple {
	color: #872ee5;
}

.l-map_detail ul li.magenta {
	color: #ef33dd;
}

.l-map_detail ul li.navy {
	color: #1a3dd3;
}

.l-map_detail ul li.gray {
	color: #494949;
}

.l-map_detail ul li small {
	font-size: .95rem;
}

.l-map_detail_close {
	color: #666;
	font-size: 1.6rem;
	text-align: center;
	margin: 0 -50px;
	padding: 1.5em 0 1.75em;
	display: block;
	background: #ccc;
	border-radius: 0 0 20px 20px;
	cursor: pointer;
	transition: .3s;
}

@media screen and (max-width: 767px) {
	.l-map_detail_close {
		font-size: 1.3rem;
		margin: 0 -20px;
		padding: 1em 0 1.25em;
		border-radius: 0 0 10px 10px;
	}
}

.l-map_detail_close:hover {
	background: #bfbfbf;
}

.l-map_detail_close i {
	vertical-align: -.25em;
	width: 1.25em;
	height: 1.25em;
	margin: 0 .5em 0 0;
	display: inline-block;
	position: relative;
	transform: rotate(45deg);
}

.l-map_detail_close i:before,
.l-map_detail_close i:after {
	content: '';
	width: 100%;
	height: 4px;
	background: #666;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.l-map_detail_close i:after {
	transform: translate(-50%,-50%) rotate(90deg);
}

.l-map_legend {
	margin: 30px 100px 0;
}

@media screen and (max-width: 767px) {
	.l-map_legend {
		margin: 15px 0 0;
	}
}

.l-map_legend ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.l-map_legend ul {
		justify-content: flex-start;
		align-items: flex-start;
	}
}

.l-map_legend ul li {
	line-height: 1.35;
	padding: 5px 20px;
	display: flex;
}

@media screen and (max-width: 767px) {
	.l-map_legend ul li {
		width: calc(100% / 2);
		padding: 5px 5px;
	}
}

.l-map_legend ul li:before {
	content: '';
	width: 1.5em;
	height: .5em;
	margin: .425em 0 0;
	display: inline-block;
	border-radius: 10em;
	background: var(--black);
}

.l-map_legend ul li.red:before {
	background-color: #bc2424;
}

.l-map_legend ul li.blue:before {
	background-color: #008ecc;
}

.l-map_legend ul li.yellow:before {
	background-color: #d29200;
}

.l-map_legend ul li.purple:before {
	background-color: #872ee5;
}

.l-map_legend ul li.magenta:before {
	background-color: #ef33dd;
}

.l-map_legend ul li.navy:before {
	background-color: #1a3dd3;
}

.l-map_legend ul li.gray:before {
	background-color: #494949;
}

.l-map_legend ul li b {
	font-family: var(--font-sans_serif);
	font-size: 1.5rem;
	font-weight: 400;
	font-feature-settings: 'palt';
	letter-spacing: 0;
	padding: 0 0 0 .5em;
}

@media screen and (max-width: 767px) {
	.l-map_legend ul li b {
		font-size: 1.25rem;
	}
}
