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



.recruit-box {
    position: relative;
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
}

.recruit-box a {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px;
    top: 0;
    left: 0;
    z-index: 10;
    color: #fff;
    text-decoration: none;
}

.recruit-box h3 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-size: 1.4em;
    line-height: 1.2;
}

.recruit-box .bg {
    position: absolute;
    width: 100%;
    height: 250px;
    z-index: 1;
    overflow: hidden;
}

.recruit-box .bg span {
    display: block;
    position: absolute;
    width: 100%;
    height: 250px;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.4);
}

.recruit-box .bg img {
    position: absolute;
    margin: auto;
    max-height: 150%;
    width: 100%;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
}

.recruit-box .recruit-text {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    z-index: 5;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
    left: 0;
    bottom: 0;
    color: #fff;
}