/* subpage-head */
.subpage-head{
	position: relative;
}

.subpage-head:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.25);
	z-index: 51;
}

.subpage-head-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 50;
}

.subpage-head-inner{
	max-width: 1180px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 52;
}

.subpage-head-title{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-size: 210%;
	color: #FFF;
	margin: 1em;
}

.subpage-head-title .en{
	text-shadow: 2px 2px 0.25em #000;
}

.subpage-head-title .ja{
	font-size: 50%;
	text-shadow: 2px 2px 0.25em #000;
}

@media(max-width: 750px){
	.subpage-head-title{
		font-size: calc(210% * 0.7);
	}
}
