@charset "utf-8";

.l-list__article{
    width: 70%;
    margin: 0 auto;
}

.l-list__article dl{
    font-size: 1.6rem;
    line-height: 190%;
    display: flex;
    padding: 20px 0;
    border-bottom: 2px solid #ccc;
}

.l-list__article dt{
    margin-right: 50px;
    width: 260px;
    text-align: left;
    letter-spacing: 0.7rem;
}

.l-list__article dd{
    width: 100%;
    text-align: left;
}

.l-article__box__second{
    position: relative;
    width: 50%;
    margin: 200px auto 60px;
    text-align: center;
}

.recruit_title{
    position: relative;
}

.recruit_title_text{
    position: absolute;
    top: 190px;
}

.l-title-recruit_left{
    text-align: center;
    width: 70%;
    margin: 0 auto 80px;
}
.bg-list-recruit__body{
    position: relative;
    margin-bottom: 80px;
}

/* ===========================================
	btn
=========================================== */

.btn,
input.btn,
button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

input.btn-flat {
    overflow: hidden;
    padding: 1.5rem 6rem;
    color: #fff;
    border-radius: 0;
    background: #000;
}

input.btn-flat span {
    position: relative;
}

input.btn-flat:before {
    position: absolute;
    top: 0;
    left: 30px;
    width: 150%;
    height: 500%;
    content: '';
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-70%) rotate(135deg);
    transform: translateX(-98%) translateY(-70%) rotate(135deg);
    background: #F39800;
}

input.btn-flat:hover:before {
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(135deg);
    transform: translateX(-9%) translateY(-25%) rotate(135deg);
}


@media screen and (max-width: 767px){
    .bg--list__body {
        margin-bottom: 80px;
    }
    .l-title-recruit_left{
        margin: 0 auto 40px;
    }
}
