/* subpage-head */

.subpage-head{
	font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	position: relative;
}

.subpage-head:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(51,51,51,0.3);
	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{
	width: 90%;
	margin: 5em auto;
	position: relative;
	z-index: 52;
}

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

.subpage-head-title .ja{
	font-size: 100%;
	font-weight: var(--fontWeight_bold);
}

