@charset "utf-8";
@import url("form.css");

/**********************************************/
/*採用情報*/
/**********************************************/

#recruit {
    background:url("../img/theme_recruit.jpg") no-repeat center center;
    background-size: cover;
}

.area-left {
    width:calc(8.333% * 5);
}
.area-fill {
    width:calc(8.333% * 7);
}


/*営業時間*/
.tbl-hours {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
}
.tbl-hours th {
    width: 100px;
    padding: 5px;
}
.tbl-hours td {
    width: calc(100% - 100px);
    padding: 5px;
}

.notes {
    font-size: 0.9rem;
}

.read {
    text-align: center;
}
.read .service-ttl {
    margin: 50px 0;
    font-size: 2.0rem;
}
.read .service-ttl::before {
    bottom: -25px;
}
.read .service-ttl span {
    margin-top: 30px;
    font-size: 1.2rem;
}
.read p {
    line-height: 200%;
    font-weight: bold;
    font-size: 1.1rem;
}


/*募集内容*/
.jobs {
    width: 100%;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
}
.jobs .job {
    width: calc(50% - 10px);
    border: 1px #ddd solid;
    border-top: 3px #407ed7 solid;
    padding: 20px;
}
.jobs .job h3 {
    margin: 10px 0 30px 0;
    text-align: center;
}

.jobs .job:first-child {
    margin-right: 20px;
}
.jobs .job .sp {
    display: none;
}
.jobs .job .link {
    margin-top: 20px;
}


/*募集要項*/
.tbl-recruit {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px #ddd solid;
}
.tbl-recruit th {
    width: 100px;
    padding: 10px 0;
    border-right: 1px #ddd dotted;
    border-bottom: 1px #ddd solid;
    text-align: left;
    height: 80px;
}
.tbl-recruit td {
    width:calc(100% - 100px);
    padding: 10px 0 10px 10px;
    border-bottom: 1px #ddd solid;
    line-height: 140%;
}
.tbl-recruit td ul {
    margin-top: 5px;
    margin-bottom: 0;
}


/*SP*/
.entrybtn {
    margin: 30px 0 10px;
    text-align: center;
}
.entrybtn a {
    width: 100%;
    max-width: 200px;
    display: inline-block;
    padding: 8px 40px 8px 20px;
    line-height: 100%;
    text-decoration: none;
    color: #fff;
    background:url("../img/icon_arrow_down.png") no-repeat 95% center;
    background-size: 18px;
    background-color: #982c3a;
    border-radius: 5px;
}
.entrybtn a:hover {
    background-color: #ddd;
}


/**************************/
/*応募フォーム*/
/**************************/
#entryform {
    margin-top: 50px;
    padding: 30px 20px;
    background-color: #eef5f7;
}

.formbox {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.formbox .tbl-entry {
    background-color: #fff;
}
.itform {
    margin-top: 30px;
}
.form-btn {
    margin: 30px 0;
}



/****************************/
/*レスポンシブ*/
/****************************/
@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 980px) {
    .read .service-ttl {
        font-size: 1.6rem;
    }
    .read .service-ttl span {
        font-size: 1.1rem;
    }
    .read p {
        font-size: 1.0rem;
    }

    .tbl-recruit tr:first-child th {
        padding-top: 20px;
    }
    .tbl-recruit th {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
        border-width:0;
        display: block;
        height: auto;
    }
    .tbl-recruit th::before {
        content: "【";
    }
    .tbl-recruit th::after {
        content: "】";
    }
    .tbl-recruit td {
        width: 100%;
        padding: 0 0 10px 0;
        display: block;
        margin-bottom: 20px;
    }

    .jobs .job .link {
        margin-top: 0px;
    }
}

@media screen and (max-width: 780px) {
    .jobs .job {
      width: 100%;
      margin-bottom: 30px;
    }
    .jobs .job:first-child {
        margin-right: 0;
    }

    .jobs .job .sp {
        display: block;
    }

    .jobs .job .link {
        display: none;
    }

    #entryform {
        margin-top: 0px;
    }
    #entryform h2 {
        text-align: center;
        margin-top: 0;
    }
    .entrybtn {
        margin: 10px 0 10px;
    }
}

@media screen and (max-width: 580px) {
    .read .service-ttl {
        font-size: 1.4rem;
        margin-bottom: 30px;
    }
    .read .service-ttl::before {
        bottom: -15px;
    }
    .read .service-ttl span {
        margin-top: 20px;
        font-size: 1.0rem;
    }
    .read p {
        font-weight: normal;
        line-height: 160%;
        font-size: 0.9rem;
    }
    .read p br {
        display: none;
    }

    #entryform {
        padding: 30px 10px;
    }
    .entry {
        background-color: #fff;
        padding: 30px 10px 10px;
    }
    .form-btn {
        margin: 0 0 30px;
    }

    .jobs .item {
        padding: 10px;
    }
    .job-link a {
        background-size: 16px;
        padding: 1px 34px 1px 0;
        font-size: 0.9rem;
    }
    .jobs .job h3 {
        margin: 10px 0 20px 0;
    }
}

@media screen and (max-width: 380px) {
    .entry {
        padding: 30px 10px 10px;
    }
    .tbl-recruit td ul {
        margin-left: 25px;
        padding-left: 0;
    }
}



