.hnx-kv {
    width: 100%;
    height: 680px;
    background: url("/image/hnx/career/top/kv.png") no-repeat center center / cover;
    overflow: hidden;
    position: relative;
}

.hnx-kv__inner {
    width: 100%;
    max-width: 1275px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

/* 上部のサイト名帯 */
.hnx-kv__site-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 674px;
    height: 70px;
    margin: 0;
    background: linear-gradient(90deg, #38d08a 0%, #45c9dc 100%);
    border-radius: 0 0 24px 0;
    color: #fff;
    font-size: 36px;
    line-height: 70px;
    text-align: center;
    letter-spacing: 0.04em;
    z-index: 2;
}

.hnx-kv__site-title::before {
    content: "";
    position: absolute;
    right: 50%;
    width: 100vw;
    height: 100%;
    background: linear-gradient(90deg, #38d08a 0%, #45c9dc 100%);
    z-index: -1;
}

/* エントリーボタン */
.hnx-kv__entry-btn {
    position: absolute;
    top: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 232px;
    height: 48px;
    background: #ef3d3d;
    color: #fff !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    border-radius: 100vmax;
}

.hnx-kv__entry-btn:hover {
    opacity: 0.85;
    transform: translateY(-2px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

/* コピー画像 */
.hnx-kv__copy {
    position: absolute;
    bottom: 30px;
    z-index: 2;
}

.hnx-kv__copy img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1275px) {
    .hnx-kv__inner {
        max-width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .hnx-kv__site-title {
        height: 48px;
        font-size: 27px !important;
        line-height: 48px !important;
        text-align: left;
        padding-left: 1em;
    }

    .hnx-kv__entry-btn {
        left: 20px;
    }

    .hnx-kv__copy {
        left: 20px;
        width: 72%;
        max-width: 954px;
    }
}

@media screen and (max-width: 767px) {
    .hnx-kv {
        height: 520px;
        background-position: center center;
    }

    .hnx-kv__site-title {
        width: calc(100% - 20px);
        line-height: 42px;
        font-size: 16px !important;
    }

    .hnx-kv__entry-btn {
        top: 88px;
        left: 20px;
        width: 180px;
        height: 44px;
        font-size: 16px;
    }

    .hnx-kv__copy {
        left: 20px;
        bottom: 24px;
        width: 72%;
    }
}

.indexCatchy {
    font-size: 30px;
    text-align: center;
    margin: 40px 0 !important;
}

.indexSec.hht-nc2-1-1 {
    margin-bottom: 120px !important;
}

.indexTitleH2 {
    font-size: 36px !important;
    border: none !important;
    line-height: 1 !important;
}

.indexTitleH2::before {
    width: 32px !important;
    height: 32px !important;
    transform: none !important;
    top: 2px !important;
    border-radius: 6px;
    background: #e60027;
}

.indexTextStyle01 {
    font-size: 18px;
}

.indentSet {
    padding-left: 40px;
}

@media screen and (max-width: 767px) {
    .indexSec.hht-nc2-1-1 {
        margin-bottom: 20px !important;
    }

    .indexCatchy {
        font-size: 16px;
    }

    .indexTitleH2 {
        font-size: 24px !important;
        line-height: 1.2 !important;
        padding-left: 1em !important;
    }

    .indexTitleH2::before {
        width: 20px !important;
        height: 20px !important;
        top: 5px !important;
        border-radius: 4px;
    }

    .indentSet {
        padding-left: 22px;
    }

    .indexTextStyle01 {
        font-size: 16px;
    }
}
