/* トップインタビュー */
#hero-top {
	width: 100%;
	height: 80vh;
	margin: 54px auto 0;
	background: url('../images-recruit/topinterview.jpg') no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
}

#hero-top img {
	position: absolute;
	top: 50%;
	left: 157px;
	transform: translateY(-50%);
	width: 511px;
	height: 241px;
}

#interview {
	margin: 80px auto 0;
}

#interview .interview-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#interview .interview-container .interview-image {
	width: 296px;
	height: 296px;
}

#interview .interview-container .interview-content {
	width: 60%;
	margin-top: 64px;
	font-size: 15px;
	line-height: 2.7;
	letter-spacing: 2px;
}

#interview .interview-container .interview-content-image {
	width: 60%;
	height: auto;
	margin-top: 64px;
}

#interview .interview-container .kazuma-signature {
	width: 265px;
	height: 83px;
	margin-top: 96px;
}

#gallery {
	width: 100%;
	margin-top: 96px;
}

#gallery img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	#hero-top {
		width: 100%;
		height: 268px;
		background: url('../images-recruit/topinterview-sp.jpg') no-repeat;
		background-position: top center;
		background-size: contain;
	}

	#hero-top img {
		display: none;
	}

	#interview {
		margin: 60px auto 0;
	}

	#interview .interview-container .interview-image {
		width: 183px;
		height: 183px;
		margin-top: 60px;
	}

	#interview .interview-container .interview-content {
		width: 85%;
		margin-top: 32px;
		font-size: 14px;
		line-height: 2.2;
		letter-spacing: 2px;
	}

	#interview .interview-container .interview-content-image {
		width: 85%;
		height: auto;
		margin-top: 32px;
	}

	#interview .interview-container .kazuma-signature {
		width: 150px;
		height: auto;
		margin-top: 64px;
	}

}