#topArea {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
}
@media screen and (min-width: 980px) {
	#topArea { min-height: calc(100vh - 80px); }
}/*--pc*/
@media screen and (min-width: 980px) {
	#topArea #menu {
		gap: 20px;
		position: absolute;
		bottom: 60px;
		left: 0;
		right: 0;
		margin: auto;
		padding: 0 20px;
		z-index: 10;
	}
	#topArea #menu > nav {
		width: calc(25% - 15px);
		height: 120px;
	}
}
@media screen and (min-width: 980px) {
	#topArea #menu > nav > a {
		gap: 4px;
		max-width: 390px;
		margin: auto;
		border-radius: 8px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% 100%;
		line-height: 28px;
		font-size: 28px;
		z-index: 10;
	}
	#topArea #menu > nav:nth-child(2n+1) > a { background-image: url('../img/pgTop/menu1.png'); }
	#topArea #menu > nav:nth-child(2n) >  a { background-image: url('../img/pgTop/menu2.png'); }
}

#main {
	padding-top: 50px;
	padding-bottom: 50px;
}
.newsTtl {
	display: flex;
	justify-content: center;
}
#shiraseru {
	padding: 30px 0;
}
.newsBtn {
	display: flex;
	justify-content: center;
}
.newsBtn a {
	display: flex;
	justify-content: center;
	min-width: 240px;
	padding: 5px 10px;
	border-radius: 100vh;
	background-color: #9f0810;
	color: #fff;
}
.newsBtn a:hover { background-color: #f43e69; }

.recruitBtn {
	padding: 40px 10px 0;
}
.recruitBtn a {
	position: relative;
	display: block;
	max-width: 480px;
	margin: auto;
	border: 3px solid #9f0810;
	border-radius: 10px;
	background: url('../img/pgTop/recruit.jpg') no-repeat center center;
	background-size: contain;
	z-index: 1;
}
.recruitBtn a::before {
	content: '';
	display: block;
	padding-top: 29.16%;
}
.recruitBtn a:hover::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	background-color: rgba(255,255,255,.2);
	z-index: 2;
}
