.footer {
    background-color: #333333;
}

.recruit-fv {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.recruit-fv .recruit {
    position: relative;
    width: 100%;
    height: 100%;
}

.recruit-fv picture,
.recruit-fv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fv-txt {
    width: 100%;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fv-main-txt {
    font-size: clamp(1.25rem, -0.25rem + 3.125vw, 3.5rem);
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.fv-sub-txt {
    font-size: clamp(0.75rem, 0.0833rem + 1.3889vw, 1.75rem);
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.re-message {
    background-image: url(../assets/img/recruit/top/top-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.re-message-cont {
    padding: 8% 16px;
    max-width: 960px;
    margin: 0 auto;
}

.message-main-txt {
    font-size: clamp(2rem, 1.6667rem + 0.6944vw, 2.5rem);
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    color: #fff;
}

.message-sub-txt {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    margin-top: 24px;
    line-height: 1.6;
}

.re-date {
    padding: 80px 0;
    background-color: #EFEFEF;
}

.re-date-cont {
    max-width: 1520px;
    margin: 40px auto 0;
}

.re-date-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;

    @media screen and (min-width: 768px) and (max-width:1320px) {
        grid-template-columns: 1fr 1fr;
        padding: 0 16px;
        gap: 40px;
        max-width: 920px;
        margin: 0 auto;

        .re-date-item-icon {
            max-width: 100px;
        }

        .re-date-item-date {
            max-width: 150px;
        }

        .re-date-item {
            max-width: 420px;
        }
    }
}

.re-date-item {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    padding: 32px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.re-date-item-ttl {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 20px;
}

.re-date-item-icon {
    max-width: 120px;
    margin-bottom: 16px;
}

.re-date-item-date {
    max-width: 280px;
    margin-bottom: 16px;
}

.re-date-item-des {
    font-weight: 500;
    font-size: 16px;
    text-align: left;
}

.re-family {
    padding: 80px 16px 0;

    @media (max-width: 767px) {
        padding: 40px 16px 0;
    }
}

.family-cont {
    max-width: 1520px;
    margin: 0 auto;
}

.family-box {
    position: relative;
    height: 680px;

    @media (min-width: 1320px) and (max-width:1520px) {
        height: 620px;
    }

    @media (min-width: 1021px) and (max-width:1320px) {
        height: 500px;
    }
}

.family-item-left {
    position: absolute;
    top: 10%;
    left: 0;
    background: linear-gradient(135deg, #FEA549, #F84547);
    padding: 16px;
    width: 100%;
    max-width: 760px;
    height: 520px;
    z-index: 2;
    display: flex;
    justify-content: center;

    @media (min-width: 1320px) and (max-width:1520px) {
        max-width: 700px;
        height: 480px;
    }

    @media (min-width: 1021px) and (max-width:1320px) {
        max-width: 500px;
        height: 420px;
    }
}

.family-item-left-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 630px;

    @media (min-width: 1320px) and (max-width:1520px) {
        max-width: 570px;
    }

    @media (min-width: 1021px) and (max-width:1320px) {
        max-width: 420px;
    }
}

.re-family .re-common-ttl {
    margin: 0;
}

.family-des {
    margin: 40px 0 40px auto;
    line-height: 1.8;

}

.re-btn-left .re-btns {
    margin: 0 0 0 auto;
}

.family-item-right {
    position: absolute;
    top: 0%;
    right: 0;
    z-index: 1;
}

.family-item-right img {
    width: 100%;

    @media (min-width: 1320px) and (max-width:1520px) {
        max-width: 760px;
    }

    @media (min-width: 1021px) and (max-width:1320px) {
        max-width: 600px;
    }
}

.re-about-job {
    padding: 80px 0 0;

    @media (max-width: 767px) {
        padding: 40px 0 0;
    }
}

.re-about-job .re-btns {
    border-bottom: 1px solid #FEA549;
}

.about-job-cont {
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 16px;
}

.about-job-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.re-about-job-des {
    margin-top: 40px;
}

.re-slide-track {
    display: flex;
    width: max-content;
    animation: slide-left 60s linear infinite;
    margin-top: 40px;
}

/* スマホ用（768px以下）のとき縦横サイズを縮小 */
@media (max-width: 768px) {
    .recruit-fv .re-slide-track img {
        height: 200px;
    }
}

@keyframes slide-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.re-interview {
    padding: 80px 0;
}

.re-interview .re-btns {
    border-bottom: 1px solid #F84547;
}

.interview-cont {
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 16px;
}

.interview-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}


.re-interview-des {
    margin-top: 40px;
}

.interview-person-cont {
    margin-top: 40px;

    @media (max-width: 767px) {
        margin: 0 auto;
    }

}

.interview-person-box {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    justify-items: center;
    margin-top: 40px;
    max-width: 1220px;
    margin: 0 auto;

    @media (max-width: 767px) {
        margin-top: 16px;
        gap: 16px;
    }
}

.interview-person-item-01 {
    background-image: url(../assets/img/recruit/top/interview-01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 400px;
    height: 380px;
    border-radius: 15px;
    padding: 16px;
    display: flex;
    align-items: flex-end;

    @media (max-width: 767px) {
        padding: 8px;
        height: 320px;
        max-width: 320px;
    }
}

.interview-person-item-02 {
    background-image: url(../assets/img/recruit/top/interview-02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 400px;
    height: 380px;
    border-radius: 15px;
    padding: 16px;
    display: flex;
    align-items: flex-end;

    @media (max-width: 767px) {
        padding: 8px;
        height: 320px;
        max-width: 320px;
    }
}

.interview-txt-right img {
    width: 100% !important;
    height: auto !important;

    @media (max-width: 767px) {
        width: 100% !important;
        height: auto !important;
    }
}

.interview-txt-cont {
    width: 100%;
}

.interview-txt-box {
    background-color: #3333339a;
    padding: 16px;
    border-radius: 5px;
    display: flex;

    @media (max-width: 767px) {
        padding: 8px;
    }
}

.interview-person-item-01 img,
.interview-person-item-02 img {
    display: inline-block;
    transition: transform 0.3s ease;
    transform: translateX(0);
}

.interview-person-item-01:hover img,
.interview-person-item-01:focus img,
.interview-person-item-02:hover img,
.interview-person-item-02:focus img {
    transform: translateX(6px);
}

.interview-main-txt {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.interview-sub-box {
    margin-top: 16px;
    width: 100%;
    white-space: nowrap;
}

.person-category-txt {
    background: linear-gradient(135deg, #FEA549, #F84547);
    padding: 2px 8px;
    border-radius: 5px;
    margin-right: 16px;

    @media (max-width: 767px) {
        padding: 2px 4px;
        font-size: 12px;
        margin-right: 6px;
    }
}

.interview-txt-right {
    width: 17%;
    display: flex;
    align-items: flex-end;

    @media (max-width: 767px) {
        width: 20%;
    }
}

.entry-area {
    background-image: url(../assets/img/recruit/common/entry-area-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.entry-area-cont {
    padding: 120px 16px;
}

.entry-area-txt {
    max-width: 1520px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.entry-area-ttl {
    margin: 0 auto;
}

.entry-area-main-ttl {
    font-size: 32px;
    font-weight: 500;
}

.entry-area-sub-ttl {
    font-size: 16px;
    font-weight: 500;
}

.entry-area-des-cont {
    max-width: 1200px;
    margin: 40px auto;
}

.entry-area-btns {
    display: flex;
    gap: 40px;
    max-width: 960px;
    justify-content: center;
}

.entry-btn {
    display: flex;
    gap: 40px;
    align-items: center;
    max-width: 160px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ffffff;
}

.entry-area-btns img {
    width: 32px;
    height: 32px;
}

.entry-area-des {
    text-align: left;
}


@media (min-width: 768px) and (max-width:1024px) {
    .horizontal-line {
        margin: 16px auto;
    }

    .family-box {
        position: unset;
        display: flex;
        flex-direction: column;
        max-width: 760px;
        margin: 0 auto;
        height: unset;
    }

    .family-item-left,
    .family-item-right {
        position: unset;
    }

    .family-item-left {
        order: 2;
    }

    .family-item-right {
        order: 1;
    }

    .family-item-left {
        padding: 40px 16px;
        width: 100%;
        max-width: unset;
        height: unset;
    }

    .family-item-left-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .fv-txt {
        position: absolute;
        top: 82.5%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .fv-main-txt {
        font-size: clamp(1.75rem, 0.5226rem + 5.168vw, 3rem);
    }

    .fv-sub-txt {
        font-size: clamp(1.125rem, 0.2658rem + 3.6176vw, 2rem);
    }

    .horizontal-line {
        height: 1px;
        max-width: 320px;
        margin: 12px auto;
        background-color: #fff;
    }

    .re-message-cont {
        padding: 15% 16px;
    }

    .message-main-txt {
        font-size: clamp(1.25rem, 0.9167rem + 0.6944vw, 1.75rem);
        line-height: 1.4;
    }

    .message-sub-txt {
        font-size: clamp(0.875rem, 0.7917rem + 0.1736vw, 1rem);
        line-height: 1.4;
    }

    .re-date {
        padding: 40px 24px;
    }

    .re-date-box {
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .re-date-item-icon {
        max-width: 80px;
    }

    .re-date-item-date {
        max-width: 150px;
    }

    .re-date-item {
        padding: 16px;
        max-width: 360px;
    }

    .re-date-item-des {
        max-width: 480px;
    }

    .re-family {
        padding: 0 0 40px;
    }

    .family-box {
        position: unset;
        display: flex;
        flex-direction: column;
        max-width: 760px;
        margin: 0 auto;
        height: unset;
    }

    .family-item-left,
    .family-item-right {
        position: unset;
    }

    .family-item-left {
        order: 2;
    }

    .family-item-right {
        order: 1;
    }

    .family-item-left {
        padding: 40px 16px;
        width: 100%;
        max-width: unset;
        height: unset;
    }

    .family-item-left-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .entry-area-main-ttl {
        font-size: clamp(1.75rem, 1.5833rem + 0.3472vw, 2rem);
    }

    .entry-area-cont {
        padding: 40px 16px;
    }

    .person-category-txt {
        font-size: 12px;
    }

    .person-category-txt {
        font-size: 14px;
    }

    .interview-main-txt {
        font-size: 18px;
    }

    .interview-txt-box {
        padding: 8px;
    }

    .interview-person-box {
        gap: 20px;
    }
}