/* recruit-box */
.page-work .recruit-box .recruit-lists .recruit-item figure {
    position: relative;
    border: 1px solid #bbb;
}

.page-work .recruit-box .recruit-lists .recruit-item figure dl {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    /* justify-content: center;
    align-items: end; */
}

.page-work .recruit-box .recruit-lists .recruit-item figure dl dt {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.page-work
    .recruit-box
    .recruit-lists
    .recruit-item
    figure
    dl
    dt
    .figure-title {
    display: inline-block;
    white-space: nowrap;
    text-align: center;
}

.scroll-animate {
    animation: scroll 10s linear infinite; /* スクロールアニメーション */
}



@keyframes scroll {
    0% {
        transform: translateX(100%); /* 初期位置 */
    }
    100% {
        transform: translateX(-100%); /* 終了位置 */
    }
}

.page-work .recruit-box .recruit-lists .recruit-item figure dl dd {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.page-work
    .recruit-box
    .recruit-lists
    .recruit-item
    figure
    dl
    dd
    .recruit-lists {
    display: contents;
}

.page-work
    .recruit-box
    .recruit-lists
    .recruit-item
    figure
    dl
    dd
    .figure-title {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-work .recruit-box .recruit-lists .recruit-item figure dl dd .figure-img {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-work
    .recruit-box
    .recruit-lists
    .recruit-item
    figure
    dl
    dd
    .figure-img
    img {
    transform: translate(0, 0);
}

.job-description-content h1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.job-description-content h1 div.h1-label {
    background-color: var(--orange-color);
    color: #fff;
    padding: 0.2em 1em;
    margin-right: 1.5em;
}

.page-coworker .coworker-lists:has(.none-employment) {
    grid-template-columns: none;
}

.section-none-coworker {
    width: 100%;
}

/* editor-field */
.editor-field {
    font-size: var(--base-fontsize);
}

.editor-field p {
    font-size: var(--base-fontsize);
}

.editor-field p:empty {
    height: var(--base-fontsize);
}

.editor-field table tbody td {
    border: 1px solid #ccc;
    padding: 8px;
}
