/**
 * Recruit Page Styles
 *
 * 使用テンプレート:
 *   - page-recruit.php (Recruit / 1ページ: /form-test)
 */

/* ── Welcome ── */
.recruit-welcome {
    text-align: center;
    padding: 2rem 0;
}

.recruit-welcome__text {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.8;
}

/* ── Section Heading ── */
.recruit-section__heading {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
    line-height: 1.6;
}

/* ── PDF Viewer ── */
.recruit-pdf {
    max-width: 50rem;
    margin: 0 auto;
}

.recruit-pdf__canvas-wrap {
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    margin-bottom: 1.5rem;
}

.recruit-pdf__canvas-wrap canvas {
    width: 100%;
    height: auto;
    display: block;
}

.recruit-pdf__nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.recruit-pdf__btn {
    min-width: 8rem;
}

/* ── Content ── */
.recruit-content {
    max-width: 50rem;
    margin: 0 auto;
    line-height: 1.8;
}

/* ── Form ── */
.recruit-form {
    max-width: 50rem;
    margin: 0 auto;
}
