@charset "UTF-8";
/* CSS Document */

#page_top{
	z-index: 99;
}

#app-block {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
#app-block .image-block img {
	max-width: 100%;
}
#app-block .image-block {
	width: 99px;
}
#app-block h2 {
	display: table;
	font-size: 20px;
	line-height: 100px;
	color: #333;
	margin: 0 0 0 9px;
}
.app-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
	margin-top: 40px;
}
.app-link a {
	display: block;
	width: 164px;
}
.app-link a img {
	max-width: 100%;
}
.text-center {
	text-align: center;
}
.recruit-slide img {
	border-radius: 10px;
}

@media screen and (max-width:680px) {
	#app-block h2 {
		line-height: 32px;
		padding-right: 10px;
	}
}