@charset "utf-8";

/*============================
採用メッセージ
============================*/

#recruit_message img {
    margin-left: 20px;
}

@media only screen and (max-width: 768px) {
    #recruit_message img {
        width: 100%;
        padding-top: 50.75%;
        height: 0;
        overflow: hidden;
        background: url(../images/message/01_sp.jpg) no-repeat left top;
        background-size: 100%;
        margin: 0 0 20px;
    }
}

/*============================
メリット
============================*/
/**/

#merit {
    margin-top: 30px;
    counter-reset: no;
}

#merit {
    width: 100%;
    background: url(../images/merit/merit.jpg) no-repeat left top;
    padding: 30px 50px;
    padding-bottom: 0;
}

#merit h3 {
    padding: 0;
    margin: auto;
    border: none;
    width: 196px;
    padding-top: 55px;
    height: 0;
    overflow: hidden;
    background: url(../images/merit/subtitle.png) no-repeat;
}

#merit .inner {
    padding: 20px 40px;
}

#merit ul li {
    background: #FFF;
    margin: 0 0 15px 0;
    /*    padding: 15px 10px 15px 75px;*/
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
    position: relative;
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
}

#merit ul li span.no {
    background-color: #00bfff;
    width: 55px;
    position: relative;
}

#merit ul li span.no::after {
    counter-increment: no;
    content: counter(no, decimal-leading-zero);
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 28px;
    height: 23px;
    font-size: 24px;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

#merit ul li .text {
    display: block;
    width: 100%;
    flex: 1;
    padding: 10px 20px;
}

/**/

.partners {
    margin-top: 40px;
}

.partners a {
    display: block;
}

#recruit .merit ul li:nth-child(2)::after {
    background-image: url(../images/no2.jpg);
}

@media only screen and (max-width: 768px) {
    #merit {
        width: 100%;
        background-image: url(../images/merit/merit_sp.jpg);
        background-size: cover;
        padding: 0 15px;
        padding-top: 15px;
        margin-top: 25px;
    }

    #merit h3 {
        background: url(../images/merit/subtitle_sp.png) no-repeat;
        background-size: 100%;
        width: 100%;
        height: 0;
        padding-top: 15.82%;
    }

    #merit .inner {
        padding: 20px 0px;
        padding-bottom: 15px;
    }

    #merit ul li {
        background: #FFF;
        margin: 0 0 10px 0;
        font-weight: bold;
        font-size: 15px;
        line-height: 1.4;
        position: relative;
    }

    #merit ul li:last-of-type {
        margin-bottom: 0;
    }
}




/*============================
募集要項
============================*/

#recruit_info table.info {
    margin-top: 20px;
}



@media only screen and (max-width: 768px) {

    .partners img {
        padding-top: 85%;
        display: block;
        overflow: hidden;
        width: 100%;
        height: 0;
        background: url(../images/01_sp.jpg) no-repeat;
        background-size: 100%;
    }
}
