/*-------------------
visual
--------------------*/
._visual{
	position: relative;
	overflow: hidden;
	z-index: 0;
	padding: 0;
	padding-top: 65px;
	margin: 0 0 50px auto;
	width: calc(100% - 50px);
}
._visual:after{
	content: "";
	display: block;
	width: 25%;
	padding-bottom: 13%;
	background:linear-gradient(to top left, #fff 50%, transparent 50%) bottom left / 100% 100% no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
}
h1{
	font-family: 'Barlow', YakuHanJP, 'Noto Sans Japanese', 游ゴシック, 'Yu Gothic Medium', 'Hiragino Sans', sans-serif;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 80px;
	text-align: center;
	color: #fff;
	height: 1em;
	line-height: 1;
	margin-left: -50px;
	letter-spacing: 0.08em;
}
h1 span{
	font-size: 16px;
	color: #FFE832;
	display: block;
	margin-top: 30px;
	letter-spacing: normal;
}
@media screen and (max-width: 640px) {
	body{
		font-size: 13px;
	}
	._visual{
		padding-top: 40px;
		width: calc(100% - 35px);
		margin: 0 auto 30px;
	}
	h1{
		font-size: 35px;
		margin-left: auto;
	}
	h1 span{
		font-size: 15px;
		margin-top: 20px;
	}
}
/*-------------------
contents
--------------------*/
h2{
	font-family: 'Barlow', YakuHanJP, 'Noto Sans Japanese', 游ゴシック, 'Yu Gothic Medium', 'Hiragino Sans', sans-serif;
	font-size: 20px;
	padding-bottom: 20px;
	/*border-bottom: solid 5px #001346;*/
	margin: 0 auto 50px;
	position: relative;
	text-align: center;
	letter-spacing: 0.05em;
	font-weight: 600;
	display: inline-block;
}
h2:after{
	content: "";
	background: #001346;
	height: 5px;
	/*width: 150px;*/
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: auto;
	margin: auto;
}
h2 + p,
h2 + p + p{
	font-family: 'Noto Serif JP', serif;
	font-size: 30px;
	text-align: center;
	font-weight: 500;
	line-height: 1.75;
}
p + h2{
	margin-top: 100px;
}
@media screen and (max-width: 640px) {
	h2{
		font-size: 15px !important;
		padding-bottom: 8px;
		margin: 0 auto 50px;
	}
	h2:after{
		height: 2px;
		width: auto;
	}
	h2 + p,
	h2 + p + p{
		font-size: 15px;
	}
	p + h2{
		margin-top: 50px;
	}
}
.__inner{
	display: flex;
	justify-content:space-between;
	align-items: inherit;
	flex-wrap: wrap;
}
._left{
	
}
._right{
	width: 65%;
}
._right a{
	color: #001346;
	text-decoration: underline;
}
._right a:hover{
	text-decoration: none;
}
@media screen and (max-width: 640px) {
	._left{
		width: 100%;
		text-align: center;
	}
	._right{
		width: 100%;
		text-align: left;
	}
}
/*-------------------
_access
--------------------*/
._access{
	position: relative;
	background: url("../img/body-bg-1.png") no-repeat top left, url("../img/body-bg-2.png") no-repeat bottom right;
	background-size: 65%;
	margin-bottom: 50px;
}
._access h3{
	margin-bottom: 20px;
}
._access table + h3{
	margin-top: 50px;
}
._map{
	width: 100%;
	margin-bottom: 50px;
	position: relative;
	padding-bottom: 50%;
	overflow: hidden;
}
._map iframe{
	position: absolute;
  	top: 0;
  	left: 0;
}
._access table th{
	margin-right: 1em;
	display: inline-block;
}
._access table {
	line-height: 1.75;
}
@media screen and (max-width: 768px) {
	._map iframe{
	}
}
@media screen and (max-width: 640px) {
	._map{
		padding-bottom: 75%;
	}
	._access table th,
	._access table td{
		margin-right: 0;
		display: block;
	}
	._access table td{
		margin-bottom: 1em;
	}
}
