@charset "UTF-8";

/* --------------------------
    上書き
-------------------------- */

@media print, screen and (min-width:768px) {
    .product_lead p {
        margin-top: 30px;
    }
}


/* --------------------------
    採用情報
-------------------------- */

.recruit_lead {
    margin-top: 20px;
}
.recruit_lead p.recruit_text {
    font-size: 2.0rem;
    line-height: 1.8;
    color: #1E32AA;
    font-weight: bold;
}

/* ボタン */
.home {
    margin-top: 40px;
}
a.home_btn {
    display: block;
    color: #000000;
    padding: 19px 0;
    background: #FFFFFF;
    border: 1px solid #1E32AA;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    position: relative;
}
a.home_btn span {
    color: #1E32AA;
    position: absolute;
    top: 20px;
    right: 21px;
    transition-duration: 0.3s;
}


@media print, screen and (min-width:768px) {
    .recruit_lead {
        margin-top: 50px;
        text-align: center;
    }
    .recruit_lead p.recruit_text {
        font-size: 2.4rem;
        line-height: 1.5;
    }
    .home {
        width: 400px;
        margin: 80px auto 0;
    }
    a.home_btn {
        font-size: 2.0rem;
        line-height: 1.45;
    }
    a.home_btn:hover {
        text-decoration: none;
        opacity: 0.7;
    }
    a.home_btn:hover span {
        transform: translateX(5px);
    }
}