@charset "utf-8";
p{
    line-height: 1.9;
}
h2{
    margin-bottom: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 3px #d9d9d9 solid;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: calc(1em + 0.5rem);
}
table{
    width: 80%;
    margin-bottom: 2.5rem;
    border-collapse: collapse;
    margin: 0 auto;
}
table tbody th {
    padding: 1rem;
    background: #d9d9d9;;
    border: 1px #ffffff solid;
    font-weight: 400;
}
table td {
    padding: 1rem;
    border: 1px #ffffff solid;
}
section.recruit_mv {
    background: url(/aoki/images/recruit/recruit_mv.png);
    height: 350px;
    background-size: cover;
    background-position: center bottom;
}
.recruit_content{
    padding-top: 10px;
}
.recruit_title {
    font-size: 3.9rem;
    font-weight: normal;
    text-align: center;
    margin: 0px 0 30px;
}
.recruit_top_message {
    font-size: 1.5rem;
    line-height: 1.9;
    padding-bottom: 30px;
}
.recruit_about_message{
    position: relative;
    width: 550px;
    height: 180px;
    border: 1px #d9d9d9 solid;
    border-radius: 0 0 20px 0;
    background: url(/aoki/images/recruit/recruit_bnr_topmessage.png) no-repeat right #fff;
    background-size: contain;
    padding: 5.5rem 0 0 3.5rem;
    margin: 0 auto;
}
.recruit_about_message:hover {
    color: #fff;
    background-color: #ff8022;
}
.recruit_about_message a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.recruit_about_message p {
    font-size: 2.5rem;
    font-weight: 500;
    margin-top: 8%;
    letter-spacing: 0.25rem;
}
.recruit_bnr {
    text-align: center;
}
.mt40 {
    margin-top: 40px;
}
.mb40 {
    margin-bottom: 40px;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.message_text {
    width: 340px;
    margin: 0 auto;
}

.recruit_link{
    display: flex;
    justify-content: space-around;
}
.recruit_link div img{
    border: 1px solid #000;
}

/* ===================================================================================
 for PC min-width: 741px
 =================================================================================== */
 @media screen and (min-width: 741px), print {
}
/* ===================================================================================
 for SP max-width: 740px
 =================================================================================== */
 @media screen and (max-width: 740px) {
    .bg_orange {
        margin-top: 40px;
    }
    table{
        width: 100%;
    }
    table th{
        width: 26%;
    }
    .recruit_link {
        margin: 40px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .recruit_link div {
        margin-bottom: 20px;
    }
    .recruit_about_message{
        width: 90%;
        height: 100px;
    }
    .recruit_about_message p {
        font-size: 2rem;
        margin-top: 2%;
    }
    
}
