/* ========================== */
/* 採用トップページ用 */
/* ========================== */
#kakono-ichiran{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 50px auto 70px;
	padding: 10px 5px;
	padding-right: 45px;
	width: 80%;
	max-width: 280px;
	height: 50px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background: #aaa;
	border-radius: 10px;
	background: linear-gradient(45deg, #54a5d4 0%, #54a5d4 50%, #ec6b70 50%, #ec6b70 100%);
}
#kakono-ichiran:hover{
	opacity: 0.8;
}
#kakono-ichiran::after{
	position: absolute;
	display: block;
	content: "";
	margin: auto;
	right: 10px;
	top: 0;
	bottom: 0;
	width: 30px;
	height: 30px;
	background-image: url(../../../images/recruit-top/link-arrow00.png);
	background-size: cover;
	text-decoration: none;
}