/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*　　　　　　　　　　　　　　　　　　　　共有　　　　　　　　　　　　　　　　　　*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 16px;
    font-family: "noto-sans-cjk-jp", sans-serif;
    letter-spacing: 0.08em;
    line-height: 1.5;
}

html {
    scroll-behavior: auto !important;
}


.footer {
    background-color: #333333 !important;
}

.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;
}

.horizontal-line {
    height: 1px;
    max-width: 30%;
    margin: 30px auto;
    background-color: #fff;
}

.re-co-main-ttl {
    color: #333;
    font-size: clamp(1.5rem, 1.3766rem + 0.5195vw, 2rem);
    font-weight: bold;
    line-height: 1;
    margin-bottom: 4px;
}

.re-co-sub-ttl {
    font-size: 16px;
    font-weight: bold;
    color: #F84547;
    line-height: 1;
    margin-top: 8px;
}

.recruit-sec {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.recruit-sec .re-sec-fv {
    position: relative;
    width: 100%;
    height: 100%;
}

.recruit-sec picture,
.recruit-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fv-sec-txt {
    width: 100%;
    position: absolute;
    top: 25%;
    left: 0;

    @media (min-width: 1021px) and (max-width:1300px) {
        left: 16%;
    }

    @media (min-width: 768px) and (max-width:1020px) {
        left: 20%;
    }

    @media (max-width: 767px) {
        top: 70%;
        left: 0%;
    }
}

.fv-sec-txt-cont {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 32px;

    @media (max-width: 767px) {
        gap: 20px;
    }
}

.fv-sec-txt-box {
    @media (max-width: 767px) {
        height: 80px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.fv-sec-square {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: linear-gradient(135deg, #FEA549, #F84547);
    max-width: 170px;

    @media (min-width: 1021px) and (max-width:1300px) {
        max-width: 140px;
    }

    @media (min-width: 768px) and (max-width:1020px) {
        max-width: 100px;
    }

    @media (max-width: 767px) {
        max-width: 64px;
    }
}

.fv-sec-main-txt {
    font-size: clamp(1.5rem, 1.1299rem + 1.5584vw, 3rem);
    font-weight: 600;

    @media (max-width: 767px) {}
}

.fv-sec-sub-txt {
    font-size: clamp(1rem, 0.7532rem + 1.039vw, 2rem);
}

.fv-sec-sub-cont {
    display: inline-flex;
    align-items: center;
    max-width: 320px;
    gap: 20px;
}

.sec-horizontal-line {
    height: 1px;
    width: 80px;
    margin: 30px auto;
    background-color: #fff;

    @media (max-width: 767px) {
        width: 40px;
        margin: 16px auto;
    }
}

.t-center {
    text-align: center;
}

.t-left {
    text-align: left;
}

.t-right {
    text-align: right;
}

.f {
    display: flex;
}

.f-c {
    display: flex;
    flex-direction: column;
}

.white {
    color: #fff;
}

.orange {
    color: #FEA549;
}

.red {
    color: #F84547;
}

.re-btns {
    display: flex;
    gap: 12px;
    max-width: 131px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ffffff;
    align-items: center;

    @media (max-width: 767px) {
        max-width: 140px;
    }
}

.re-btns img {
    width: 32px;
    height: 32px;
}

.re-btns img {
    transition: transform 0.3s ease;
    display: inline-block;
    transform: translateX(0);
}

.re-btns:hover img,
.re-btns:focus img {
    transform: translateX(6px);
}

.entry-btn img {
    transition: transform 0.3s ease;
    display: inline-block;
    transform: translateX(0);
}

.entry-btn:hover img,
.entry-btn:focus img {
    transform: translateX(6px);
}

.re-date {
    padding: 80px 0;
    background-color: #EFEFEF;
}

.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;
    }
}

@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;
    }

    .entry-area-main-ttl {
        font-size: clamp(1.75rem, 1.5833rem + 0.3472vw, 2rem);
    }

    .entry-area-cont {
        padding: 40px 16px;
    }
}