.spacer_100 {
    width: 100%;
    height: 100px;
}

.company_section_1 {
    height: 800px;
    position: relative;
}

.svg-1 {
    height: 101%;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1000;
}

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

.company_section_1_text {
    position: absolute;
    top: 20px;
    left: 100px;
    height: 100%;
    display: flex;
    flex-direction: column;
    z-index: 1000;
}

.svg-2 {
    margin-left: -10px;
    width: 800px;
    padding-top: 100px;
}

.svg-3 {
    width: 350px;
    padding-top: 70px;
}

.svg-4 {
    width: 350px;
    padding-top: 30px;
    margin-left: 40px;
}

.company_section_2 {
    text-align: center;
    width: 100%;
}

.svg-5 {
    padding: 70px 0;
}

.company_section_3 {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}

.img-2 {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.company_section_3_images {
    display: flex;
    flex-direction: row;
    justify-content: end;
    width: 100%;
}

.img-3,
.img-4 {
    width: 50%;
    height: 500px;
    object-fit: cover;
    object-position: center left;
}

.company_button_1,
.company_button_2,
.company_button_3 {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 100px 0;
}

.company_button_1 a {
    display: block;
    position: relative;
    width: 450px;
    padding: 10px 0;
    border: 3px solid #4f6bb2;
    border-radius: 90px;
    text-decoration: none;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    background-color: #ffffff;
}

.company_button_2 a {
    display: block;
    position: relative;
    width: 450px;
    padding: 10px 0;
    border: 2px solid #b8babd;
    border-radius: 90px;
    text-decoration: none;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    background-color: #ffffff;
}

.company_button_3 button {
    display: block;
    position: relative;
    width: 450px;
    padding: 10px 0;
    border: 2px solid #929597;
    border-radius: 90px;
    text-decoration: none;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    background-color: #929597;
    cursor: pointer;
    transition: all 0.3s ease;
}

.company_button_1 a svg,
.company_button_2 a svg,
.company_button_3 button svg {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}

.company_button_3 button:hover {
    border: 2px solid #b8babd;
    background-color: #b8babd;
}

.svg-center {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company_section_center {
    position: relative;
}

.company_section_center_text {
    position: absolute;
    top: 50%;
    left: 10%;
    font-weight: 700;
}

.company_section_center_text a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.company_section_center_text a:hover {
    color: #4f6bb2;
}

.form-privacy-text-link {
    font-size: 16px;
    color: #2c2e35;
    line-height: 1.6;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.form-privacy-text-link:hover {
    color: #4f6bb2;
}

.title_company_inner {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 24px;
    font-weight: 700;
    color: #323334;
}

.title_company_inner_detail {
    position: absolute;
    bottom: -95px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    font-weight: 600;
    color: #323334;
}

.title_company_inner_detail_2 {
    position: absolute;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    font-weight: 600;
    color: #323334;
    width: max-content;
    text-align: center;
    line-height: 1.5;
}

.company_section_4 {
    width: 100%;
}

.company_section_4_1 {
    position: relative;
    background-color: rgba(200, 212, 227, 0.3);
    margin-top: 400px;
    padding-top: 500px;
}

.company_section_4_1_img {
    position: absolute;
    top: -400px;
    left: 0;
    padding: 0 100px;
}

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

.body_company_section_4 {
    padding: 0 100px;
}

.body_company_section_4_2 {
    padding: 50px 0;
    background-color: rgba(200, 212, 227, 0.3);
}


.company_table {
    width: 100%;
    border-collapse: collapse;
}

.company_table th,
.company_table td {
    border: 2px solid #b8babd;
    padding: 30px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.5;
}

.company_table th {
    width: 300px;
    background-color: #4f6bb2;
    color: #ffffff;
    text-align: start;
}

.company_table td {
    border-right: none;
    color: #323334;
    background-color: #ffffff;
    padding-left: 50px;
}

.company_section_4_title_2 {
    text-align: center;
    padding: 40px 0;
}

.title_company_inner_2 {
    font-size: 24px;
    font-weight: 700;
    color: #323334;
}

.company_section_5 {
    position: relative;
    width: 100%;
    padding: 50px 100px;
}

.company_section_5_1_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background-color: rgba(200, 212, 227, 0.3);
    z-index: -1;
}

.company_section_5_1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 2px solid #b8babd;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}

.company_section_5_1_top {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.company_section_5_1_top img {
    width: 50%;
    height: 400px;
    object-fit: cover;
}

.company_section_5_1_title {
    width: calc(100% - 100px);
    margin: 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    border-bottom: 2px solid #b8babd;
}

.company_section_5_1_title h6 {
    font-size: 24px;
    font-weight: 700;
    color: #231f20;
}

.company_section_5_1_bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px;
}

.company_5_bottom_title,
.company_5_bottom_text,
.company_5_bottom_text_2 {
    font-size: 22px;
    font-weight: 600;
    color: #231f20;
    line-height: 1.5;
}

.company_5_bottom_text {
    margin-left: 30px;
}

.company_5_bottom_text_2 {
    margin-left: 60px;
}

.company_section_5_1_bottom_button {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 60px;
}

/* ========== 採用エントリーフォーム ========== */
.entry-form-wrapper {
    padding: 70px 300px;
    background-color: rgba(200, 212, 227, 0.3);
}

.entry-form-wrapper .form-message {
    padding: 20px 24px;
    margin-bottom: 24px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.6;
}

.entry-form-wrapper .form-message-success {
    background-color: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

.entry-form-wrapper .form-message-error {
    background-color: #ffebee;
    color: #c62828;
    border: 1px solid #ef9a9a;
}

/* 送信完了画面（contact_done と同様） */
.entry-form-wrapper .content._done {
    padding: 50px 0;
    text-align: center;
}

.entry-form-wrapper .contact-intro {
    margin: 0 auto;
}

.entry-form-wrapper .contact-ttl {
    font-size: 24px;
    font-weight: 700;
    color: #2e3235;
    margin-bottom: 24px;
}

.entry-form-wrapper .contact-body {
    font-size: 16px;
    line-height: 1.8;
    color: #323334;
    margin-bottom: 32px;
    font-weight: 600;
}

.entry-form-wrapper .contact-donelink a {
    display: inline-block;
    padding: 14px 28px;
    background-color: #4f6bb2;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
}

.entry-form-wrapper .contact-donelink a:hover {
    background-color: #3d5a9e;
}

.company-hero-slider {
    position: relative;
    overflow: hidden;
}

.company-hero-slider ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.company-hero-slider ul li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.8s ease;
}

.company-hero-slider ul li.is-active {
    position: relative;
    opacity: 1;
}

.company-hero-dots {
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 1200;
}

.company-hero-dot {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.company-hero-dot.is-active {
    background-color: #4f6bb2;
    border-color: #4f6bb2;
}

.entry-form {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.entry-form .form-row {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.entry-form .form-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 600;
    color: #2e3235;
}

.entry-form .badge {
    padding: 2px 12px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 1.5;
}

.entry-form .badge-required {
    background-color: #e74030;
}

.entry-form .badge-optional {
    background-color: #2095d2;
}

/* Segmented control (志望種別) */
.entry-form .form-segmented {
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid #b8babd;
}

.entry-form .form-segmented input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.entry-form .form-segmented .segmented-btn {
    width: 50%;
    display: block;
    padding: 20px 28px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    background-color: #fff;
    color: #2e3235;
    border: none;
    transition: background-color 0.2s, color 0.2s;
    text-align: center;
}

.entry-form .form-segmented input:checked+.segmented-btn {
    background-color: #4f6bb2;
    color: #fff;
}

.entry-form .form-segmented .segmented-btn:not(:last-child) {
    border-right: 2px solid #b8babd;
}

/* Select & input base */
.entry-form .form-select,
.entry-form .form-input {
    width: 100%;
    padding: 30px;
    font-size: 16px;
    border: 2px solid #b8babd;
    border-radius: 4px;
    background-color: #fff;
    color: #323334;
    appearance: none;
    font-weight: 700;
}

.entry-form .form-select {
    color: #c4c5c7;
}

.entry-form .form-select option {
    color: #323334;
    font-weight: 700;
}

.entry-form .form-select:valid {
    color: #323334;
}

.entry-form .form-input::placeholder {
    color: #c4c5c7;
}

.entry-form .form-field-with-hint {
    display: flex;
    align-items: center;
    position: relative;
}

.entry-form .form-field-with-hint svg {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}

.entry-form .form-birth-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

/* Inline two (姓名, カナ) */
.entry-form .form-inline-two {
    display: flex;
    gap: 30px;
}

.entry-form .form-inline-two .form-input {
    flex: 1;
    min-width: 180px;
}

/* Inline three (生年月日) */
.entry-form .form-inline-three {
    display: flex;
    gap: 30px;
    align-items: center;
    width: 100%;
}

.entry-form .form-inline-three .form-select-inline-wrapper {
    width: 100%;
    position: relative;
}

.entry-form .form-inline-three .form-select-inline-wrapper svg {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}

.entry-form .form-inline-three .form-select {
    width: 100%;
}

/* Radio group (性別) */
.entry-form .form-radio-group {
    display: inline-flex;
    gap: 0;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #b8babd;
}

.entry-form .form-radio-group input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.entry-form .form-radio-group .radio-btn {
    display: inline-block;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    background-color: #fff;
    color: #323334;
    border: none;
    transition: background-color 0.2s, color 0.2s;
}

.entry-form .form-radio-group input:checked+.radio-btn {
    background-color: #4f6bb2;
    color: #fff;
}

.entry-form .form-radio-group .radio-btn:not(:last-of-type) {
    border-right: 1px solid #b8babd;
}

/* Full width input */
.entry-form .form-input-full {
    max-width: 100%;
}

/* Checkbox group */
.entry-form .form-checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 60px;
}

/* 2 cột: 2 trên, 2 dưới (ご連絡可能な時間帯) */
.entry-form .form-checkbox-group-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 0;
}

.entry-form .checkbox-item {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    color: #323334;
    cursor: pointer;
    font-weight: 600;
}

.entry-form .checkbox-item input[type="checkbox"] {
    width: 24px;
    height: 24px;
    accent-color: #4f6bb2;
}

.entry-form .form-label-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}

.entry-form .char-count {
    font-size: 14px;
    color: #666;
}

.entry-form .form-textarea {
    width: 100%;
    padding: 14px;
    font-size: 15px;
    border: 1px solid #b8babd;
    border-radius: 6px;
    background-color: #fff;
    color: #323334;
    resize: vertical;
    min-height: 140px;
}

/* Privacy & agree */
.entry-form .form-privacy {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.entry-form .form-privacy-text {
    font-size: 16px;
    color: #2c2e35;
    line-height: 1.6;
    font-weight: 600;
}

.entry-form .form-checkbox-agree {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #2e3235;
    cursor: pointer;
}

.entry-form .form-checkbox-agree input[type="checkbox"] {
    width: 24px;
    height: 24px;
    accent-color: #4f6bb2;
}

/* Submit button */
.entry-form .form-submit-wrap {
    text-align: center;
}

.entry-form .form-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 32px;
    font-size: 18px;
    font-weight: 600;
    color: #555;
    background-color: #e0e0e0;
    border: 1px solid #b8babd;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
}

.entry-form .form-submit-btn:hover {
    background-color: #d0d0d0;
    color: #323334;
}

.entry-form .form-submit-btn svg {
    flex-shrink: 0;
}

/* ========== Responsive (company-simple) ========== */
@media (max-width: 1024px) {
    .spacer_100 {
        height: 50px;
    }

    .entry-form-wrapper {
        padding: 50px 80px;
    }

    .company_section_4_1 {
        margin-top: 260px;
        padding-top: 320px;
    }

    .company_section_4_1_img {
        top: -260px;
        padding: 0 40px;
    }

    .body_company_section_4 {
        padding: 0 40px;
    }

    .company_table th,
    .company_table td {
        padding: 20px;
        font-size: 18px;
    }

    .title_company_inner {
        bottom: -32px;
        font-size: 16px;
    }

    .title_company_inner_detail_2 {
        bottom: -90px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .company-hero-slider {
        height: auto !important;
    }

    .company_section_1 {
        height: 200px;
    }

    .img-1 {
        height: 200px;
    }

    .svg-1 {
        height: 202px;
    }

    .company_section_1_text {
        padding: 16px;
        height: auto;
        top: 0;
        left: 0;
    }

    .svg-2 {
        width: 60%;
        padding-top: 20px;
        margin-left: -2px;
    }

    .svg-3 {
        width: 30%;
        padding-top: 20px;
    }

    .svg-4 {
        width: 30%;
        padding-top: 10px;
        margin-left: 20px;
    }

    .company_section_2 {
        width: 80%;
        margin: 0 auto;
    }

    .svg-5 {
        padding: 20px 0;
    }

    .company_section_center_text {
        top: 25%;
        left: 5%;
        font-size: 12px;
    }

    .title_company_inner {
        bottom: -32px;
        font-size: 16px;
    }

    .title_company_inner_detail {
        font-size: 10px;
    }

    .title_company_inner_detail_2 {
        bottom: -100px;
        font-size: 10px;
        width: 90%;
    }

    .img-2 {
        height: 150px;
    }

    .img-3,
    .img-4 {
        height: 150px;
    }

    .company_section_4_1 {
        margin-top: 125px;
        padding-top: 125px;
    }

    .company_section_4_1_img {
        top: -125px;
        padding: 0 16px;
    }

    .body_company_section_4 {
        padding: 0 16px;
    }

    .company_table {
        font-size: 14px;
    }

    .company_table th,
    .company_table td {
        padding: 14px;
        font-size: 14px;
    }

    .company_table th {
        width: 80px;
    }

    .company_section_4_title_2 {
        padding: 20px 0;
    }

    .title_company_inner_2 {
        font-size: 16px;
    }

    .company_section_4_1,
    .company_section_4_1_img,
    .body_company_section_4 {
        box-sizing: border-box;
    }

    .company_section_5 {
        padding: 20px 16px;
    }

    .company_section_5_1_top {
        flex-direction: column;
    }

    .company_section_5_1_top img {
        width: 100%;
        height: 200px;
    }

    .company_section_5_1_title {
        margin: 0;
        width: calc(100% - 30px);
    }

    .company_section_5_1_title h6 {
        font-size: 16px;
    }

    .company_section_5_1_bottom {
        padding: 15px;
    }

    .company_5_bottom_title,
    .company_5_bottom_text,
    .company_5_bottom_text_2 {
        font-size: 18px;
    }

    .company_button_1,
    .company_button_2,
    .company_button_3 {
        padding: 40px 0;
    }

    .company_button_1 a,
    .company_button_2 a,
    .company_button_3 button {
        width: 90%;
        max-width: 320px;
        font-size: 18px;
    }

    .entry-form-wrapper {
        padding: 40px 16px;
    }

    .entry-form {
        gap: 32px;
    }

    .entry-form .form-segmented .segmented-btn {
        padding: 15px 20px;
        font-size: 16px;
    }

    .entry-form .form-select,
    .entry-form .form-input {
        padding: 18px;
        font-size: 15px;
    }

    .entry-form .form-select option {
        font-size: 14px;
    }

    .entry-form .form-inline-two {
        flex-direction: column;
        gap: 16px;
    }

    .entry-form .form-inline-three {
        flex-direction: column;
        gap: 16px;
        align-items: stretch;
    }

    .entry-form .form-select-inline-wrapper svg {
        right: 18px;
    }

    .entry-form .form-label {
        font-size: 18px;
        display: block;
    }

    .entry-form .badge {
        font-size: 14px;
    }

    .entry-form .form-checkbox-group,
    .entry-form .form-checkbox-group-2col {
        grid-template-columns: 1fr;
        gap: 8px 16px;
    }

    .entry-form .form-textarea {
        min-height: 180px;
    }
}

.datalist-1 td {
    background-color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

._form th {
    background-color: #4f6bb2;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .datalist-1 td {
        font-size: 16px;
    }

    .datalist-1 th {
        font-size: 16px;
    }

    ._form.btn {
        min-width: 100%;
        width: 100%;
    }

    ._form.btn._back {
        margin-top: 0;
    }
}

button.btn_form-company {
    background-color: #4f6bb2;
    color: #ffffff;
}

.test-table {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.test-table-item-2 {
    display: flex;
    flex-direction: column;
    text-align: right;
}