@charset "utf-8";
/*------------------------------------------------------------
	access
------------------------------------------------------------*/
#main h2 {
	margin-top: -2.6rem;
	padding: 4.1rem 2rem 2.8rem;
	min-height: 19.9rem;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.2;
	background: url(../img/access/bg01.png) no-repeat center top / 100% 100%;
}
#main h2 span {
	display: block;
	position: relative;
	z-index: 1;
}
#main h2 .en {
	font-size: 8.3rem;
	font-weight: 500;
}
#main .imgBox {
	margin: max(-11.01vw, -12.1rem) auto 0;
	width: 91.5%;
	display: flex;
	align-items: center;
}
#main .imgBox .textBox {
	padding: 2.2rem 1.5rem 0 0;
	width: 58.6%;
}
#main .imgBox .textBox .ttl {
	margin-bottom: 2rem;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#main .imgBox .textBox .text01 {
	margin-bottom: 3.4rem;
	font-size: 2.4rem;
	color: #1970ef;
	letter-spacing: 0.04em;
	line-height: 1.64;
}
#main .imgBox .textBox .text02 {
	padding-left: 3em;
	text-indent: -3em;
	color: #251714;
	font-size: 2.3rem;
	line-height: 1.35;
}
#main .imgBox .photoBox {
	flex: 1;
	margin-right: -18.1rem;
}
#main .textList {
	margin: -1.1rem auto 2.7rem;
	width: fit-content;
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
}
#main .textList li {
	width: 100%;
	padding-left: 1em;
	text-indent: -1em;
	color: #251714;
	font-size: 1.8rem;
	letter-spacing: 0.04em;
}
#main .mapBox {
	margin: 0 auto;
	width: 100%;
	max-width: 91rem;
	position: relative;
	border-radius: 2rem;
	aspect-ratio: 910/542;
	overflow: hidden;
}
#main .mapBox iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#main {
	margin-bottom: 7rem;
}
@media all and (max-width: 896px) {
	#main h2 {
		margin: 0 0 3rem;
		padding: 1.5rem 1.5rem 2rem;
		min-height: initial;
		font-size: 2rem;
	}
	#main h2 .en {
		font-size: 5rem;
	}
	#main .imgBox {
		margin: 0 0 4rem;
		width: auto;
		display: block;
	}
	#main .imgBox .textBox {
		margin-bottom: 3rem;
		padding: 0;
		width: auto;
	}
	#main .imgBox .textBox .ttl {
		margin-bottom: 1rem;
		font-size: 2.4rem;
	}
	#main .imgBox .textBox .text01 {
		margin-bottom: 2rem;
		font-size: 2rem;
	}
	#main .imgBox .textBox .text02 {
		font-size: 1.8rem;
	}
	#main .imgBox .photoBox {
		margin: 0;
		text-align: center;
	}
	#main .textList {
		margin: 0 0 2rem;
		width: auto;
		gap: 0.5rem;
	}
	#main .textList li {
		font-size: 1.5rem;
	}
	#main .mapBox {
		max-width: initial;
		border-radius: 1rem;
		aspect-ratio: 910/700;
	}
	#main {
		margin-bottom: 5rem;
	}
}