@charset "utf-8";
/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
.recruitTtl {
    background: url(../../img/recruit/recruit_mv_bg.jpg) no-repeat center center / cover;
}
#intro {
    margin: 0 auto 100px;
}
.catch {
    margin: 0 0 36px;
    font-size: 3.5rem;
    font-weight: 700;
}
.especially {
    color: #ab0106;
}
.introTxt {
    margin: 0 0 26px;
    font-size: 1.8rem;
    line-height: 1.4;
}
.introTxt:nth-last-of-type(1) {
    margin: 0;
}
#occupation .secTtl02 {
    padding: 0 0 6px;
}
#occupation .secTtlIn {
    font-size: 2.5rem;
}
#occupation .secTtlIn:after {
    bottom: -10px;
}
#occupation {
    padding: 100px 0;
    background: #f9f9f9;
}
#tabArea ul {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.tabItem {
    margin: 0 0 0 0;
    padding: 28px 42px;
    display: inline-block;
    position: relative;
    background: #eaeaea;
    font-size: 1.8rem;
    line-height: 1.0;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.tabItem:nth-last-of-type(1) {
    margin: 0;
}
.tabItem:hover, .tabItem.active {
    color: #ab0106;
    background: #fff;
}
.tabItem:after {
    width: 100%;
    height: 5px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #ab0106;
    opacity: 0;
}
.tabItem.active:after {
    opacity: 1;
}
#tabConts .table {
    padding: 40px 40px 66px 40px;
    display: none;
    background: #fff;
}
#tabConts .table.show {
    display: block;
}
table {
    width: 100%;
    margin: 0 0 50px;
    border-top: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
}
.table th, .table td {
    font-size: 1.6rem;
    line-height: 1.4;
    border-left: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}
.table th {
    width: 220px;
    padding: 30px 0;
    background: #f9f9f9;
    text-align: center;
    border-left: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}
.table td {
    padding: 30px 25px;
}
.btnAppli {
    width: 265px;
    margin: auto;
}
.linkAppli {
    padding: 28px 0;
    font-size: 1.8rem;
}
.btnAppli:before, .btnAppli:after {
    border-color: #ab0106;
}
.linkAppli {
    background: #ab0106;
}
/* -------------------------------------------------- */
/* TAB */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .recruitTtl {
        background: url(../../img/recruit/sp_recruit_mv_bg.jpg) no-repeat center center / cover;
    }
    #intro {
        margin: 0 auto 60px;
    }
    .catch {
        font-size: 3.0rem;
    }
    .introTxt {
        font-size: 1.6rem;
    }
    #occupation {
        padding: 60px 0;
    }
    #occupation .secTtlIn:after {
        bottom: -8px;
    }
    #tabArea ul {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        overflow-y: hidden;
        white-space: nowrap;
    }
}
/* -------------------------------------------------- */
/* SP */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
    .recruitTtl {
        background: url(../../img/recruit/sp_recruit_mv_bg.jpg) no-repeat center center / cover;
    }
    #intro {
        margin: 0 auto 60px;
    }
    .catch {
        font-size: 2.5rem;
    }
    .introTxt {
        font-size: 1.6rem;
    }
    #occupation {
        padding: 60px 0;
    }
    #occupation .secTtlIn:after {
        bottom: -7px;
    }
    #tabArea ul {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .tabItem {
        min-width: 60px;
        margin: 0;
        padding: 22px 3%;
        display: inline-block;
        font-size: 1.4rem;
        letter-spacing: 0;
    }
    #tabConts .table {
        padding: 20px 4%;
        display: none;
    }
    .table th, .table td {
        display: block;
        font-size: 1.6rem;
    }
    .table th {
        width: 100%;
        padding: 20px 0;
        background: #f9f9f9;
        text-align: center;
        border-left: 1px solid #bfbfbf;
        border-bottom: 1px solid #bfbfbf;
    }
    .table td {
        width: 100%;
        padding: 20px 5%;
    }
}