@charset "UTF-8";

/* 採用情報
---------------------------------------------*/
.recruit_contener {
    margin-top: 60px;
}
.recruit_contener.notop {
    margin-top: 20px;
}
.recruit_table {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    border-top: #fff 1px dotted;
    width: 100%;
}
.recruit_table th {
    padding: 10px;
    background-color: #2e2e2e;
    display: block;
}
.recruit_table td {
    padding: 15px 0;
    border-bottom: #fff 1px dotted;
    display: block;
}
.recruit_table ul {
    list-style: none;
}
.recruit_img {
    margin: 20px 0;
}
.recruit_img figure {
    width: 100%;
    position: relative;
}
.recruit_img figure::before {
    content: "";
    display: block;
    padding-top: 50%; /* 比率を指定 */
}
.recruit_img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.cmn-btn-01 {
    display: block;
    height: 50px;
    line-height: 50px;
    width: 270px;
    margin: 30px auto 0;
    text-align: center;
    background-color: #2e2e2e;
    font-size: 15px;
    overflow: hidden;
    position: relative;
    transition: all .3s ease;
    color: #fff;
    text-decoration: none;
}
.cmn-btn-01 span {
    position: relative;
    z-index: 1;
}
.cmn-btn-01::before {
    content: '';
    height: 35px;
    width: 5px;
    background-color: #952A1C;
    transition: all .3s ease;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}
.cmn-btn-01:hover {
    text-decoration: none;
    background-color: #952A1C;
}
.recruit_table td ul {
    padding: 0 13px;
}
.recruit_table td li {
    margin-top: 10px;
    list-style: disc;
}
.recruit_table td li:first-child {
    margin-top: 0;
}
/*　採用情報詳細　*/
.recruit_catch {
    font-size: 16px;
    line-height: 28px;
    color: #FFFFCC;
    margin-bottom: 25px;
}
.recruit_catch a {
    color: #fff;
}


/* TOP 求人情報リンク
---------------------------------------------*/
.top-recruit__link {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    background-color: #2e2e2e;
    color: #fff;
    position: relative;
    padding: 0 12px;
    box-sizing: border-box;
    transition: all .3s ease;
    border-right: #2e2e2e 3px solid;
    text-decoration: none;
}
.top-recruit__link::before {
    content: '';
    background: url(../images/top-recruit.jpg) center/cover no-repeat;
    width: 90px;
    height: 44px;
    position: absolute;
    bottom: 3px;
    right: 0;
}
.top-recruit__link::after {
    content: '';
    background-color: #952A1C;
    height: 35px;
    width: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}
.top-recruit__link:hover {
    opacity: .7;
}