@charset "utf-8";

.header-pc {
    background-color: #fff;
}

.site-main {
    position: relative;
    padding-top: 140px;
    background-color: #eee9e2;
}

.job-contents {
    width: 1000px;
    margin: 0 auto 115px;
    padding: 33px 0 80px;
    letter-spacing: 0;
}

/*-------------------------------------------------------------

　job-content

-------------------------------------------------------------*/

.job-content {
    width: 100%;
    margin-bottom: 12px;
    padding: 45px 55px 64px;
    background-color: #fff;
    border-radius: 10px;
}

.job-content.infomation,
.job-content.application {
    border-radius: 0 0 10px 10px;
}

.company_name {
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #b7b7b7;
}

.job-point {
    margin-bottom: 30px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.8;
}

.job_meta-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 26px;
}

.job_meta-item {
    display: inline-block;
    margin-right: 6px;
    padding: 10px 16px;
    font-size: 1.6rem;
    background-color: #eae2d8;
    border-radius: 10px;
}

.job-lead {
    font-size: 1.6rem;
    line-height: 1.875;
}

.job-headline {
    margin-bottom: 32px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.875;
}

.job-lead h3 {
    margin-bottom: 32px;
    font-size: 1.6rem;
    font-weight: 700;
}

.job-title {
    font-size: 1.6rem;
    font-weight: 700;
}

.job-content-label {
    display: inline-block;
    width: 100%;
    padding: 14px 0 11px 58px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    background-color: #333;
    border-radius: 10px 10px 0 0;
}

.job-content-label .en-label {
    display: inline-block;
    margin-left: 30px;
    font-weight: 500;
}

.job-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 47px;
}

.job-title {
    position: relative;
    width: 18%;
    line-height: 1.875;
}

.job-title::before {
    content: '';
    display: inline-block;
    width: 31px;
    height: 31px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.job-title.visual-title::before {
    background-image: url(../img/job/camera.svg);
}

.job-title.job-description-title::before {
    background-image: url(../img/job/job.svg);
}

.job-title.eligible-applicants-title::before {
    background-image: url(../img/job/ertification.svg);
}

.job-title.recruitment-background-title::before {
    background-image: url(../img/job/background.svg);
}

.job-title.employment-status-title::before {
    background-image: url(../img/job/status.svg);
}

.job-title.work-location-title::before {
    background-image: url(../img/job/area.svg);
}

.job-title.work-hours-title::before {
    background-image: url(../img/job/time.svg);
}

.job-title.salary-title::before {
    background-image: url(../img/job/salary.svg);
}

.job-title.industry-title::before {
    background-image: url(../img/job/industry.png);
}

.job-title.occupation-title::before {
    background-image: url(../img/job/occupation.png);
}

.job-title.holiday-leave-title::before {
    background-image: url(../img/job/holiday.svg);
}

.job-title.benefits-title::before {
    background-image: url(../img/job/welfare.svg);
}

.job-box .job-text {
    width: 82%;
    line-height: 1.875;
}

.job-info-table {
    width: 100%;
}

.job-info-table table {
    width: 100%;
}

.job-info-table th,
.job-info-table td {
    padding-top: 29px;
    padding-left: 36px;
    padding-bottom: 27px;
    line-height: 1.875;
    border-bottom: 1px solid #dedede;
}

.job-info-table tr:last-child th,
.job-info-table tr:last-child td {
    border-bottom: none;
}

.job-info-table th {
    width: 22%;
    background-color: #fafafa;
}

.job-info-table a {
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
}

.job-title.visual-title {
    width: 100%;
    margin-bottom: 30px;
}

.visualImg-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.visualImg-img {
    order: 1;
    width: 340px;
    height: 230px;
}

.visualImg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.visualImg-text {
    order: 0;
    max-width: 510px;
    line-height: 1.857;
}

.all-job-list {
	margin-top: 20px;
}

.all-job-list ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.all-job-list ul li{
	width: 24.5%;
	order: 1;
    height: 150px;
}

.all-job-list ul li img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

/*-------------------------------------------------------------

　job-buttons

-------------------------------------------------------------*/
.job-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 48px;
}

.all-job_more-button-bottom {
    margin-right: 36%;
}

.job-buttons .more-arrow-button::before,
.job-buttons .more-arrow-button::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -100px;
    height: 1px;
    background: #000;
}

.job-buttons .more-arrow-button::before {
    width: 40px;
    transform: translate(55px, 0px);
}

.job-buttons .more-arrow-button::after {
    width: 15px;
    transform-origin: right center;
    transform: translate(40px, 0px) rotate(140deg);
}

.job-favorite-button,
.job-form-button {
    display: inline-block;
}

.job-favorite-button {
    width: 20%;
    margin-right: 16px;
}

.job-favorite-button .frame-button::before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 13px;
    background-image: url(../img/common/header/favorite_black.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.job-form-button {
    position: relative;
    width: 30%;
    line-height: 1.4;
}

/* .job-form-button::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 70px;
    margin-top: -4px;
    transform: rotate(45deg);
} */

/*-------------------------------------------------------------

　related-articles

-------------------------------------------------------------*/
.related-articles {
    max-width: 1000px;
    margin: auto;
}

.related-article_title {
    font-size: 2.2rem;
    font-weight: 700;
}

/*-------------------------------------------------------------

　archive

-------------------------------------------------------------*/
.archive-head h1 {
    margin-bottom: 43px;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0;
}

.blog-list_list-item:not(:last-child) {
    margin-bottom: 15px;
}

.all-job-archive .meta-time {
    display: inline-block;
    margin-right: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #333;
    letter-spacing: 0.03em;
}

.blog-item_content {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    width: 100%;
    padding: 50px 58px;
    border-top: 15px solid #333333;
    background-color: #fff;
    border-radius: 10px;
    transition: 0.2s;
    cursor: pointer;
}

.blog-item_content:hover {
    transform: translateY(-5px);
}

.blog-item_meta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 42%;
}

.blog-categories li {
    padding: 12px;
    background-color: #efefef;
    border-radius: 10px;
}

.blog-categories li:not(:last-child) {
    margin-bottom: 10px;
}

.blog-categories li::before {
    display: inline-block;
    content: "#";
    width: 0.8em;
    height: 1em;
}

.blog-item_text {
    width: 58%;
}

.blog-item_title {
    margin-bottom: 20px;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.615;
}

.blog-item_read {
    font-size: 1.6rem;
    line-height: 2;
    color: #aaaaaa;
}

/*-------------------------------------------------------------

　archive
　category-list

-------------------------------------------------------------*/

.all-job-archive .category-list {
    display: flex;
    margin-bottom: 82px;
}

.all-job-archive .category-list li {
    width: calc(100% / 6);
    min-width: 128px;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0;
    cursor: pointer;
}

.all-job-archive .category-list li:not(:last-child) {
    margin-right: 22px;
}

.all-job-archive .category-list a::before {
    display: inline-block;
    content: "#";
    width: 1em;
    height: 1em;
}

.all-job-archive .all-cat a::before {
    content: none;
}

.all-job-archive .category-list a {
    display: inline-block;
    width: 100%;
    padding: 15px 13px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    transition: background-color 0.3s;
}

.all-job-archive .category-list a:hover,
.all-job-archive .category-list a:active {
    background-color: #efefef;
}

.all-job-archive .category-list .cat-item.current-cat a {
    background-color: #efefef;
}

/*-------------------------------------------------------------

　pagination

-------------------------------------------------------------*/

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    position: relative;
    font-size: 13px;
}

.pagination span,
.pagination a {
    display: block;
    width: auto;
    margin: 4px;
    padding: 8px;
    border: 1px solid #333;
    border-radius: 10px;
    text-align: center;
    line-height: 16px;
    transition: 0.2s;
    cursor: pointer;
}

/* ページ番号 */
.pagination .pager {
    width: 32px;
    height: 32px;
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current {
    color: #fff;
    border-color: #333;
    background-color: #333;
}

/* 前へ */
.pagination a.prev {
    margin-right: 16px;
}

/* 次へ */
.pagination a.next {
    margin-left: 16px;
}

/* 最初へ */
/* .pagination a.first {} */

/* 最後へ */
/* .pagination a.last {} */

/* Page x / y */
.pagination span.page_num {
    display: none;
}

@media only screen and (max-width: 1139px) {
    .job-contents {
        max-width: 100%;
        padding: 0 6.666666666666667vw;
		margin-bottom: 0;
    }

    .visualImg-box {
        flex-direction: column;
    }

    .visualImg-img {
        order: 0;
        width: 255px;
        height: 172px;
        margin-bottom: 20px;
    }

    .visualImg-text {
        order: 1;
    }

}

@media only screen and (max-width: 900px) {

    .job-content {
        padding: 20px 15px 26px;
    }

    .company_name {
        margin-bottom: 20px;
        padding-bottom: 20px;
        font-size: 1.2rem;
    }

    .job-point {
        margin-bottom: 20px;
        font-size: 1.4rem;
    }

    .job_meta-list {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .job_meta-item {
        margin-right: 6px;
        padding: 5px 8px;
        font-size: 1.1rem;
        border-radius: 5px;
    }

    .job-lead {
        font-size: 1.1rem;
    }

    .job-headline {
        margin-bottom: 20px;
        font-size: 1.1rem;
    }

    .job-title {
        width: 100%;
        margin-bottom: 16px;
        font-size: 1.1rem;
    }

    .job-title::before {
        width: 15px;
        height: 15px;
        margin-right: 8px;
    }

    .job-content-label {
        padding: 7px 0 7px 14px;
        font-size: 1.1rem;
    }

    .job-content-label .en-label {
        margin-left: 10px;
    }

    .visualImg-text {
        order: 1;
        font-size: 1.1rem;
    }

    .job-box {
        flex-direction: column;
        margin-bottom: 35px;
    }

    .job-box .job-text {
        width: 100%;
        font-size: 1.1rem;
    }

    .job-info-table th,
    .job-info-table td {
        padding-top: 14px;
        padding-left: 13px;
        padding-bottom: 13px;
        font-size: 1.1rem;
    }

    .job-content.application .job-info-table th,
    .job-content.application .job-info-table td {
        padding: 0;
        border-bottom: none;
        display: block;
        width: 100%;
    }

    .job-content.application .job-info-table th {
        margin-bottom: 14px;
        background-color: #fff;
    }

    .job-content.application .job-info-table td {
        margin-bottom: 35px;
    }

    .job-content.application .job-info-table tr:last-child td {
        margin-bottom: 0;
    }

    .job-buttons .more-arrow-button::before,
    .job-buttons .more-arrow-button::after {
        left: -85px;
    }

    .job-buttons .more-arrow-button::before {
        width: 22px;
    }

    .job-buttons .more-arrow-button::after {
        width: 10px;
        transform: translate(45px, 0px) rotate(140deg);
    }

    .job-buttons {
        display: inline-block;
        margin-top: 31px;
        margin-bottom: 50px;
        margin-left: 35px;
    }

    .all-job_more-button-bottom {
        width: 100%;
    }

    .job-favorite-button,
    .job-form-button {
        position: fixed;
        bottom: 20px;
        width: 165px;
    }

    .job-favorite-button {
        left: 6.666666666666667vw;
        background-color: #333;
        border-radius: 100vh;
    }

    .job-favorite-button .frame-button {
        color: #fff;
    }

    .job-favorite-button .frame-button::before {
        content: '';
        display: inline-block;
        width: 13px;
        height: 13px;
        margin-right: 13px;
        background-image: url(../img/common/header/favorite_white.png);
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
    }

    .job-form-button {
        right: 6.666666666666667vw;
        background-color: #909f39;
    }

    .job-favorite-button .frame-button {
        padding: 15px 0;
        font-size: 1.2rem;
    }

    .job-form-button.blackButton {
        padding: 15px 0;
    }

    .job-form-button::before {
        content: none;
    }
	
.all-job-list ul li{
	width: 49%;
    margin-bottom: 8px;
	height: 100px;
}
}