/* ========================================
   Recruit Page Styles
   ======================================== */

/* Page Header */
.page-header {
    padding: 150px 20px 80px;
    background: #f8f8f8;
    text-align: center;
}

.page-header-content {
    max-width: 1200px;
    margin: 0 auto;
}

.page-header-title-en {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 0.15em;
    color: #E70012;
    margin-bottom: 10px;
    font-family: 'Inter', sans-serif;
}

.page-header-title-ja {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.15em;
    color: #333;
    font-family: 'Noto Serif JP', serif;
}

/* Message Section */
.recruit-message-section {
    padding: 100px 20px;
    background: #fff;
}

.recruit-message-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.recruit-message-title {
    font-family: 'Noto Serif JP', serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.05em;
    color: #1c1c1c;
    margin-bottom: 40px;
}

.recruit-message-text {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
    color: #333;
}

/* Job Details Section */
.job-details-section {
    padding: 100px 20px;
    background: #f8f8f8;
}

.job-details-container {
    max-width: 900px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title-en {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.111em;
    color: #E70012;
    margin-bottom: 8px;
    font-family: 'Inter', sans-serif;
}

.section-title-ja {
    font-size: 18px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.07em;
    color: #1c1c1c;
    font-family: 'Noto Serif JP', serif;
}

.job-details-content {
    background: #fff;
}

.job-detail-item {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    padding: 30px 20px;
}

.job-detail-item:first-child {
    border-top: 1px solid #e0e0e0;
}

.job-detail-label {
    flex: 0 0 200px;
    font-weight: 700;
    font-size: 16px;
    color: #1c1c1c;
    padding-right: 40px;
    font-family: 'Noto Serif JP', serif;
}

.job-detail-value {
    flex: 1;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

.job-detail-value p {
    margin: 0 0 8px 0;
}

.job-detail-value p:last-child {
    margin-bottom: 0;
}

.job-detail-value ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.job-detail-value ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}

.job-detail-value ul li:before {
    content: "・";
    position: absolute;
    left: 0;
    color: #E70012;
}

.job-detail-value .note {
    font-size: 14px;
    color: #666;
}

/* Contact Form Section */
.contact-form-section {
    padding: 100px 20px;
    background: #fff;
}

.contact-form-container {
    max-width: 800px;
    margin: 0 auto;
}

.contact-intro {
    text-align: center;
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 50px;
}

.contact-form {
    background: #fff;
    padding: 50px;
    border-radius: 8px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}

.form-group {
    margin-bottom: 30px;
}

.form-label {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 10px;
    font-family: 'Noto Serif JP', serif;
}

.required {
    background: #E70012;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 8px;
    border-radius: 3px;
    margin-left: 8px;
}

.form-input,
.form-textarea,
.form-select {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border-color 0.3s ease;
    font-family: inherit;
    background-color: #fff;
}

.form-select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

.form-input:focus,
.form-textarea:focus,
.form-select:focus {
    outline: none;
    border-color: #E70012;
}

.form-textarea {
    resize: vertical;
    min-height: 150px;
}

.form-submit {
    text-align: center;
    margin-top: 40px;
}

.submit-btn {
    background: #E70012;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 60px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.1em;
}

.submit-btn:hover {
    background: #B30010;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(231, 0, 18, 0.3);
}

.form-message {
    margin-top: 20px;
    padding: 15px;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    display: none;
}

.form-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    display: block;
}

.form-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    display: block;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-header {
        padding: 120px 20px 60px;
    }

    .page-header-title-en {
        font-size: 48px;
    }

    .page-header-title-ja {
        font-size: 16px;
    }

    .recruit-message-section {
        padding: 60px 20px;
    }

    .recruit-message-title {
        font-size: 24px;
        line-height: 1.6;
    }

    .recruit-message-text {
        font-size: 15px;
    }

    .job-details-section {
        padding: 60px 20px;
    }

    .job-detail-item {
        flex-direction: column;
        padding: 20px 0;
    }

    .job-detail-label {
        flex: none;
        margin-bottom: 15px;
        padding-right: 0;
    }

    .contact-form-section {
        padding: 60px 20px;
    }

    .contact-form {
        padding: 30px 20px;
    }

    .submit-btn {
        width: 100%;
        padding: 16px 30px;
    }
}

@media (max-width: 480px) {
    .page-header-title-en {
        font-size: 36px;
    }

    .recruit-message-title {
        font-size: 20px;
    }

    .section-title-en {
        font-size: 28px;
    }
}

