
.stafflink {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	gap: 2%;
	margin: 3em 0 10em;
	justify-content: center;
}

.stafflink a {
	width: 80%;
	background: #ddd;
	padding: 1em;
	margin-bottom: 1em;
	font-size: 23px;
	text-decoration: none;
	color: #0e5fc8;
	position: relative;
	display: block;
	border-radius: 6px;
	text-align: center;
	transition: background 0.3s;
	box-sizing: border-box;
}
.stafflink a:hover {
	background: #ccc;
}
.stafflink a::after {
	content: "＞";
	position: absolute;
	right: 0.7em;
	top: 50%;
	transform: translateY(-50%);
	color: #0e5fc8;
	font-weight:bold;
}

@media screen and (max-width: 768px){
.stafflink a::after {
	content: "";
	position: absolute;
	right:0;
	top: 0;
	transform: translateY(-50%);
	color: #0e5fc8;
	font-weight:normal;
}
	}

.subpage_header .page_title .en2 {
	font-size: 1.8rem;
	font-family: "Open Sans", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	letter-spacing: -0.5px;
	color: #0E5FC8;
	margin-top: 8px;
	text-transform: uppercase;
}




