@charset "UTF-8";

/* -----------------------------------------------------------
    求人情報ページ（募集ありver）
-------------------------------------------------------------- */
.recruit_area .recruit-info .recruit-ttl {
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: center;

    padding: 30px 30px;
    margin-bottom: 50px;
    background-color: #fff3ad;
}

/* テーブル※一部調整 */
table th {
    padding: 30px 10px;
    width: 140px;
    text-align: left;
    vertical-align: top;
}
table td {
    padding: 30px 0 30px;
    text-align: left;
    vertical-align: top;
}
/* table td span.bold {
    color: #FCA65D;
} */
table td ul li {
    font-size: 1.6rem;
    line-height: 1.5;

    position: relative;
}
table td ul li::before {
    content: " ・ ";
    color: #ff8c27;
    font-size: 1.8rem;
}

/* お問い合わせ */
.rec-contact-box {
    margin-top: 80px;
    padding: 80px 0;
    background-color: #fff3ad;
}
.rec-contact-box .contact-ttl {
    display: flex;
    align-items: center;

    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 0 25px;
}
.rec-contact-box .basic-txt {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    color: #ff8c27;
}
.rec-contact-box .contact-ttl::before, 
.rec-contact-box .contact-ttl::after {
    background: #333;
    content: "";
    display: block;
    flex-grow: 1;
    height: 1px;
}
.rec-contact-box .contact-ttl:before {
    margin-right: 20px;
}
.rec-contact-box .contact-ttl:after {
    margin-left: 20px;
}

.rec-contact-box .contact-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

/* tei、mail共通 */
.rec-contact-box .contact-flex .contact-tel,
.rec-contact-box .contact-flex .contact-mail {
    width: calc( ( 100% - 20px ) / 2 );
    height: 95px;
    background: #FFF;
    border-radius: 50px;
    position: relative;

    text-align: center;
}
.rec-contact-box .contact-flex .contact-tel .contact-txt,
.rec-contact-box .contact-flex .contact-mail .contact-txt {
    font-size: 2.4rem;
    font-weight: bold;
    color: #ff8c27;

    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/* tel */
.rec-contact-box .contact-flex .contact-tel {
    padding: 30px 30px;
}
.rec-contact-box .contact-flex .contact-tel img {
    width: 240px;
    object-fit: cover;
    object-position: center;
}
.rec-contact-box .contact-flex .contact-tel .company_time {
    display: inline-block;
    font-size: 1.4rem;
    color: #666;
    font-weight: 500;
    padding: 5px 0 0;
    letter-spacing: 0.1em;
}

/* mail */
.rec-contact-box .contact-flex .contact-mail {
    padding: 0 0;
}
.rec-contact-box .contact-flex .contact-mail a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 2.5rem;
    font-weight: bold;
    text-decoration: none;
    color: inherit;

    padding: 30px 30px;
}
.rec-contact-box .contact-flex .contact-mail a::before {
    content: " ";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../img/icon-mail.png) no-repeat left center;
    background-size: 25px 25px;
    margin: 0 15px 0 0;
    vertical-align: bottom;
}

@media screen and (max-width: 667px) {
    .recruit_area .recruit-info .recruit-ttl {
        font-size: 1.6rem;
        line-height: 1.5;
        text-align: center;
        padding: 20px 20px;
        margin-bottom: 20px;
    }

    /* テーブル※一部調整 */
    table th {
        display: block;
        width: 100%;
        padding: 20px 0 8px;
        text-align: left;
    }
    table td {
        display: block;
        width: 100%;
        padding: 0 0 20px;
        text-align: left;
    }

    /* お問い合わせ */
    .rec-contact-box {
        margin-top: 30px;
        padding: 40px 20px;
    }
    .rec-contact-box .contact-ttl {
        font-size: 1.8rem;
        margin: 0 0 20px;
    }
    .rec-contact-box .basic-txt {
        font-size: 2rem;
        padding-top: 10px;
    }
    .rec-contact-box .contact-ttl:before {
        margin-right: 15px;
    }
    .rec-contact-box .contact-ttl:after {
        margin-left: 15px;
    }

    .rec-contact-box .contact-flex {
        flex-direction: column;
        gap: 25px;
        margin-top: 30px;
    }

    /* tei、mail共通 */
    .rec-contact-box .contact-flex .contact-tel,
    .rec-contact-box .contact-flex .contact-mail {
        width: 100%;
        height: auto;
        padding: 0 0;
    }
    .rec-contact-box .contact-flex .contact-tel .contact-txt,
    .rec-contact-box .contact-flex .contact-mail .contact-txt {
        font-size: 1.8rem;
    }

    /* tel */
    .rec-contact-box .contact-flex .contact-tel a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 20px 20px 5px;
    }
    .rec-contact-box .contact-flex .contact-tel img {
        width: 180px;
        object-fit: cover;
        object-position: center;
    }
    .rec-contact-box .contact-flex .contact-tel .company_time {
        font-size: 1.3rem;
        padding: 0 0 10px;
    }

    /* mail */
    .rec-contact-box .contact-flex .contact-mail a {
        padding: 25px 20px;
        font-size: 1.8rem;
    }
    .rec-contact-box .contact-flex .contact-mail a::before {
        content: " ";
        display: inline-block;
        width: 18px;
        height: 18px;
        background: url(../img/icon-mail.png) no-repeat left center;
        background-size: 18px 18px;
        margin: 0 10px 0 0;
        vertical-align: bottom;
    }

}
