@charset "UTF-8";
/*========
recruit
=========*/
#recruit.kv {
    background-image: url(../img/recruit/kv.jpg);
}

.recruit .content_main .btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.recruit .content_main .btns a {
	font-size: 2.4rem;
	flex-basis: 49%;
	border-radius: 0 !important;
	padding: 2rem 0;
	position: relative;
}

.recruit .content_main .btns a svg {
	position: absolute;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
}


.recruit .content_main .btns a:hover svg path{
	stroke : #005093;
}

.recruit .content_main .img {
	margin-bottom: 2rem;
}

.recruit .content_main .img img {
	vertical-align: bottom;
}

.recruit a:nth-child(2) {
	margin-left: 0;
}

@media screen and (max-width: 767px) {
	.recruit .content_main .btns a {
		flex-basis: 100%;
		font-size: 3.33333vw;
		margin-bottom: 2rem;
	}
}