@charset "UTF-8";
/*--------------------------------

　recruitCss

--------------------------------*/
.recruit {
    padding: 100px 0;
}

.recruit .inner {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
}

.recruit h2 {
    font-weight: bold;
    font-size: 210%;
    letter-spacing: 3px;
    line-height: 2;
    margin-bottom: 70px;
}

.recruit .inner > p {
    max-width: 670px;
    margin: 0 auto 100px;
    font-size: 120%;
}

.recruit ul {
    max-width: 700px;
    margin: 0 auto 100px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.recruit li {
    width: 48%;
    max-width: 330px;
}

.recruit li a {
    display: block;
    background: #0085d1;
    padding: 8px;
    border-radius: 10px;
    color: #fff;
}

.recruit li a:hover {
    opacity: .7;
}

.recruit li p {
    border: 2px solid #fff;
    border-radius: 10px;
    text-align: center;
    padding: 30px 0 15px;
}

.recruit li p::after {
    display: block;
    content: '';
    background: url(../img/arrow@2x.png) no-repeat;
    background-size: 9px;
    width: 9px;
    height: 12px;
    margin: 10px auto 0;
}

.recruit li span {
    display: block;
    line-height: 1.3;
}

.recruit li span:nth-child(1) {
    font-weight: bold;
    font-size: 300%;
}

.recruit li span:nth-child(2) {
    font-size: 150%;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 768px) {
    .recruit {
        padding: 70px 0;
    }
    .recruit h2 {
        font-size: 160%;
        line-height: 1.6;
        margin-bottom: 50px;
    }

    .recruit .inner > p {
        margin-bottom: 50px;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .recruit {
        padding: 50px 0;
    }
    .recruit h2 {
        text-align: left;
        margin-bottom: 30px;
    }
    .recruit h2 br {
        display: none;
    }

    .recruit ul {
        margin-bottom: 50px;
    }

    .recruit li {
        width: 100%;
        max-width: 330px;
        margin: 0 auto 20px;
    }
}
