html {
    font-size: 16px;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #333;
    font-weight: 500;
    letter-spacing: .04em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
}

.recruitment .main-section {
    background: url("/assets/images/recruitment/bg-main.jpg") center center / cover !important;
}

.recruitment_ander .container .contain-section {
    max-width: 1200px;
}

.recruitment .contain-section {
    padding: 50px 0;
}

.recruitment .contain-titlebox {
    text-align: center;
    margin: 0 0 50px;
}

.recruitment .contain-titlebox h2 {
    font-size: 34px;
    margin: 50px auto 0;
}

.recruitment .contain-titlebox h3 {
    padding: 44px 20px;
    margin: 0 auto;
    width: 70%;
    font-size: 40px;
    font-weight: normal;
/*    border: 1px solid #000;
    background: #fff; */
}

.recruitment_list {
    display: table;
    flex-wrap: wrap;
    margin: 30px auto 70px;
    border: 1px solid #222;
    background: #fff;
    width: 98%;
    min-height: 150px;
}

.recruitment_list dt {
    width: 41%;
    display: table-cell;
    vertical-align: middle;
    background: #222;
    padding: 20px 22px;
    /* min-height: 500px; */
    font-size: 19px;
}

.recruitment_list dt p {
    color: #E3B06E;
}

.recruitment_list dd {
    height: 100%;
    width: 100%;
    display: table-cell;
    padding: 20px 24px;
    color: #222;
    font-size: 20px;
    vertical-align: middle;
}

.recruitment_list dd a {
    border: 0 !important;
    font-size: 16px!important;
}
.recruitment_box {
    background: #fff;
    padding: 60px 0;
}

.recruitment_table {
    width: calc(100% - 120px);
    border-collapse: collapse;
    margin: 0 auto;
    text-align: left;
    vertical-align: top;
}

.recruitment_table th,
.recruitment_table td {
    border-bottom: 1px solid #E2E2E2;
    padding: 40px 0 30px;
    margin: 0;
}

.recruitment_table tr:last-child th,
.recruitment_table tr:last-child td {
    border-bottom: 0;
}

.recruitment_table th {
    width: 27%;
    font-weight: normal;
    position: relative;
}

.recruitment_table th p {
    position: relative;
    padding-left: 21px;
}

.recruitment_table th p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 10px;
    height: 20px;
    border-radius: 0 10px 10px 0;
    background: #FF7066;
}

.recruitment_table td {
    width: auto;
}

    .btn-bottom-page {
    clear: both;
    display: block;
    text-align: center;
    padding: 110px 0 120px;
    }
    .btn-bottom-page a {
    border: 2px solid #000;
    display: inline-block;
    padding: 10px 80px 10px 53px;
    margin: auto;
    position: relative;
    }
    .btn-bottom-page a i {
    font-size: 40px;
    font-size: 2.5rem;
    }
    .btn-bottom-page a .jp {
    display: inline-block;
    margin: 0 18px 0 22px;
    }
    .btn-bottom-page a .ico {
    top: 45px;
    position: absolute;
    height: 1px;
    width: 25px;
    background: #000;
    margin: 0 auto;
    display: inline-block;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    }

    .btn-bottom-page a .ico:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 4px solid #000;
    border-right: 4px solid transparent;
    position: absolute;
    right: 0px;
    top: -3px;
    }

    .btn-bottom-page a:hover .ico {
    width: 40px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    }

@media only screen and (max-width: 768px) {
    .recruitment .main-section {
        background: url("/assets/images/recruitment/bg-main-sp.jpg") center center / cover !important;
    }

    .recruitment .contain-titlebox {
        margin: 0;
    }
    .recruitment .contain-titlebox h2{
        font-size: 1.3rem;
    }
    .recruitment .contain-titlebox h3 {
        font-size: 1.2rem;
        margin: 50px auto 30px;
    }

    .recruitment_box {
        padding: 20px 0;
    }

    .recruitment_list {
        display: block;
        margin: 30px auto;
    }

    .recruitment_list dt,
    .recruitment_list dd {
        width: 100%;
        display: block;
    }
    .recruitment .btn-read-more strong{
        left: auto;
        right: 0;
    }
    .recruitment_table {
        width: calc(100% - 40px);
    }

    .recruitment_table th {
        padding-top: 15px;
        padding-bottom: 0;
        width: 100%;
        display: block;
        border-bottom: 0;
    }

    .recruitment_table td {
        width: 100%;
        display: block;
        padding: 15px;
    }
    
    .shinoken .btn-bottom-page {
        padding: 110px 0 0px;
        padding-top: 42px;
    }
    .shinoken .btn-bottom-page a {
        border: 2px solid #000;
        padding: 8px 55px 9px 29px;
    }
    .shinoken .btn-bottom-page i {
        font-size: 20px;
    }
    .shinoken .btn-bottom-page a .jp {
        font-size: 14px;
        margin: 0 13px 0 17px;
    }
    .shinoken .btn-bottom-page a .ico {
        top: 33px;
        height: 1px;
        width: 24px;
    }
    .shinoken .btn-bottom-page a .ico:after {
        border-bottom: 4px solid #000;
        border-right: 4px solid transparent;
        top: -3px;
        right: -1px;
    }
}

.mt-16 {
    display: block;
}

.block {
    display: block;
    color:#878787;
}
.btn-read-more.glay {
    border: none;
    color: #878787;
    padding: 2px 45px 4px 0px;
    font-size: 16px;
}
.btn-read-more.glay strong {
    background: #878787;
}
.btn-read-more.glay strong:after {
    border-color: transparent transparent transparent #878787;
}
