@charset "utf-8";
/* ============================================
	採用情報
============================================ */
.btn_recruit {
	background: url(../img/bg_recruit.jpg) no-repeat;
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.03);
    border: 1px solid #ccc;
    background-position: right;
    background-size: cover;
    position: relative;
    overflow: hidden;
    height: 250px;
	margin: 40px 0 0;
}
.btn_recruit .text {
	margin: 60px 0 0 40px;
}
.btn_recruit .text h3 {
	font-size: 162.5%;
}
.btn_recruit .text p {
	font-family: presicav, sans-serif;
    font-weight: 700;
    color: #0186D3;
    margin: 0 0 15px;
}
.btn_recruit a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.btn_recruit .arrow {
	position: absolute;
    background: linear-gradient(135deg, #82B9D9 10%, #0186D3 90%);
    color: #FFF;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    right: 20px;
    bottom: 20px;
}
.btn_recruit:hover {
	opacity: .6;
}

@media only screen and (max-width:720px) {
/* ============================================
	採用情報
============================================ */
.btn_recruit {
    height: 130px;
	margin: 20px 0 0;
}
.btn_recruit .text {
    margin: 20px 0 0 20px;
}
.btn_recruit .text h3 {
    font-size: 114%;
}
.btn_recruit .text p {
    margin: 0 0 5px;
}
.btn_recruit .arrow {
    width: 25px;
    height: 25px;
    right: 10px;
    bottom: 10px;
}
.btn_recruit .arrow  span {
	font-size: 130%;
}
}