/* =========================================
   ITADORI SAUNA — 求人LP (lp-recruit.css)
   ========================================= */

:root {
    --rec-green:   #06C755;
    --rec-green-l: #3ddc7f;
    --rec-black:   #0f0f0f;
    --rec-white:   #ffffff;
    --rec-off:     #f5f3ef;
    --rec-gray:    #888;
    --rec-line:    #e8e8e8;
}

body.lp-recruit-page *,
body.lp-recruit-page *::before,
body.lp-recruit-page *::after { box-sizing: border-box; }

body.lp-recruit-page {
    margin: 0;
    padding: 0;
    font-family: "source-han-sans-japanese", "Noto Sans JP", "Hiragino Sans", sans-serif;
    color: var(--rec-black);
    background: var(--rec-white);
    -webkit-font-smoothing: antialiased;
}

body.lp-recruit-page img { max-width: 100%; display: block; }
body.lp-recruit-page a { color: inherit; text-decoration: none; }
body.lp-recruit-page ul { list-style: none; padding: 0; margin: 0; }

/* ===== 右下固定ボタン ===== */
.rec-float-cta {
    position: fixed;
    bottom: 28px;
    right: 24px;
    z-index: 1000;
    background: var(--rec-green);
    color: var(--rec-white);
    padding: 14px 22px;
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    box-shadow: 0 6px 24px rgba(6, 199, 85, 0.5);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.rec-float-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(6, 199, 85, 0.6);
}

/* ===== Hero ===== */
.rec-hero {
    position: relative;
    height: 100svh;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.rec-hero__img-wrap {
    position: absolute;
    inset: 0;
}

.rec-hero__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rec-hero__overlay {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 80px 32px 60px;
    background: linear-gradient(to top, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.4) 60%, transparent 100%);
}

.rec-hero__tag {
    display: inline-block;
    background: var(--rec-green);
    color: var(--rec-white);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 50px;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
}

.rec-hero__brand {
    font-family: 'Renner*', 'renner*', sans-serif;
    font-size: 0.65rem;
    letter-spacing: 0.35em;
    color: rgba(255,255,255,0.7);
    margin: 0 0 12px;
    text-transform: uppercase;
}

.rec-hero__title {
    font-size: clamp(2.4rem, 10vw, 4rem);
    font-weight: 900;
    color: var(--rec-white);
    line-height: 1.2;
    margin: 0 0 16px;
    letter-spacing: -0.02em;
}

.rec-hero__title em {
    font-style: normal;
    color: var(--rec-green-l);
}

.rec-hero__sub {
    font-size: 0.95rem;
    color: rgba(255,255,255,0.85);
    margin: 0 0 28px;
    letter-spacing: 0.04em;
    line-height: 1.7;
}

.rec-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.rec-badge {
    display: inline-block;
    background: rgba(22, 163, 74, 0.25);
    border: 1px solid var(--rec-green-l);
    color: var(--rec-green-l);
    font-size: 0.72rem;
    font-weight: 600;
    padding: 5px 14px;
    border-radius: 50px;
    letter-spacing: 0.03em;
}

.rec-hero__season {
    font-size: 0.82rem;
    color: rgba(255,255,255,0.6);
    margin: 0 0 32px;
    letter-spacing: 0.05em;
    border: 1px solid rgba(255,255,255,0.25);
    display: inline-block;
    padding: 6px 16px;
    border-radius: 4px;
}

/* ===== ボタン ===== */
.rec-btn {
    display: inline-block;
    padding: 18px 44px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-align: center;
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.rec-btn--primary {
    background: var(--rec-green);
    color: var(--rec-white);
    box-shadow: 0 6px 24px rgba(6, 199, 85, 0.5);
    display: block;
    width: 100%;
}

.rec-btn--primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(6, 199, 85, 0.6);
}

.rec-btn--white {
    background: var(--rec-white);
    color: var(--rec-green);
    box-shadow: 0 6px 24px rgba(0,0,0,0.15);
}

.rec-btn--white:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.2);
}

/* ===== 共通セクション ===== */
.rec-section { padding: 80px 32px; }
.rec-section--white { background: var(--rec-white); }
.rec-section--light { background: var(--rec-off); }
.rec-section--dark  { background: var(--rec-black); color: var(--rec-white); }

.rec-inner {
    max-width: 720px;
    margin: 0 auto;
}

.rec-inner--wide {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 32px;
}

.rec-inner--center { text-align: center; }

.rec-label {
    font-family: 'Renner*', 'renner*', sans-serif;
    font-size: 0.6rem;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: var(--rec-green);
    margin: 0 0 12px;
    display: block;
}

.rec-label--light { color: rgba(255,255,255,0.5); }
.rec-label--dim   { color: rgba(255,255,255,0.35); }
.rec-section--dark .rec-label { color: var(--rec-green-l); }

.rec-title {
    font-size: clamp(1.6rem, 4vw, 2.2rem);
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 48px;
    letter-spacing: -0.02em;
}

.rec-title--white { color: var(--rec-white); }

.rec-note {
    font-size: 0.78rem;
    color: var(--rec-gray);
    margin: 0;
    letter-spacing: 0.03em;
}

.rec-apply-note {
    margin-top: 20px;
    font-size: 0.78rem;
    color: rgba(255,255,255,0.5);
}

/* ===== ② Stats ===== */
.rec-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--rec-line);
    border-left: 1px solid var(--rec-line);
}

.rec-stat-item {
    text-align: center;
    padding: 48px 20px;
    border-right: 1px solid var(--rec-line);
    border-bottom: 1px solid var(--rec-line);
}

.rec-stat-item__num {
    font-size: clamp(1.5rem, 3.5vw, 2.2rem);
    font-weight: 900;
    color: var(--rec-green);
    line-height: 1;
    margin: 0 0 12px;
    letter-spacing: -0.02em;
}

.rec-stat-item__num span {
    font-size: 0.55em;
    font-weight: 700;
}

.rec-stat-item__label {
    font-size: 0.7rem;
    color: #999;
    line-height: 1.8;
    letter-spacing: 0.03em;
}

/* ===== ③ 仕事内容 ===== */
.rec-job-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 24px;
}

.rec-job-card {
    background: var(--rec-off);
    border-radius: 12px;
    padding: 28px 24px;
}

.rec-job-card__place {
    font-size: 0.68rem;
    font-weight: 700;
    color: var(--rec-green);
    letter-spacing: 0.06em;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--rec-line);
}

.rec-job-list li {
    font-size: 0.88rem;
    line-height: 1.7;
    color: #444;
    padding: 6px 0 6px 18px;
    position: relative;
}

.rec-job-list li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: var(--rec-green);
    font-size: 0.7rem;
}

/* ===== ④ Benefits ===== */
.rec-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.rec-benefit-card {
    background: var(--rec-white);
    border-radius: 12px;
    padding: 28px 20px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.06);
}

.rec-benefit-card__icon {
    font-size: 1.6rem;
    margin-bottom: 14px;
    line-height: 1;
}

.rec-benefit-card__title {
    font-size: 0.6rem;
    font-weight: 700;
    color: var(--rec-green);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 0 6px;
}

.rec-benefit-card__val {
    font-size: 1rem;
    font-weight: 800;
    margin: 0 0 8px;
    color: var(--rec-black);
    line-height: 1.3;
}

.rec-benefit-card__note {
    font-size: 0.72rem;
    color: #999;
    line-height: 1.7;
}

/* ===== ④ Interview Cards ===== */
.rec-interview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.rec-interview-card {
    background: var(--rec-white);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--rec-line);
}

.rec-interview-card__img {
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.rec-interview-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.rec-interview-card:hover .rec-interview-card__img img {
    transform: scale(1.04);
}

.rec-interview-card__body {
    padding: 20px;
}

.rec-interview-card__period {
    font-size: 0.62rem;
    color: var(--rec-green);
    font-weight: 700;
    letter-spacing: 0.06em;
    margin: 0 0 10px;
}

.rec-interview-card__quote {
    font-size: 0.88rem;
    line-height: 1.8;
    color: #333;
    margin: 0;
}

.rec-interview-card__name {
    font-size: 0.7rem;
    color: #bbb;
    margin: 12px 0 0;
}

/* ===== ⑤ Gallery ===== */
.rec-gallery {
    background: var(--rec-black);
    padding: 64px 0 64px 32px;
    overflow: hidden;
}

.rec-gallery__header {
    padding-right: 32px;
    margin-bottom: 32px;
}

.rec-gallery__track {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-right: 32px;
    scrollbar-width: none;
}

.rec-gallery__track::-webkit-scrollbar { display: none; }

.rec-gallery__item {
    flex: 0 0 260px;
    scroll-snap-align: start;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    position: relative;
}

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

.rec-gallery__label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 14px 14px;
    margin-bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, transparent 100%);
    color: var(--rec-white);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

/* ===== ⑥ Timeline ===== */
.rec-timeline {
    position: relative;
    display: flex;
    flex-direction: column;
}

.rec-timeline::before {
    content: '';
    position: absolute;
    left: 56px;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background: var(--rec-line);
}

.rec-tl-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 18px 0;
    position: relative;
}

.rec-tl-item__time {
    width: 44px;
    flex-shrink: 0;
    font-size: 0.68rem;
    font-weight: 700;
    color: var(--rec-green);
    text-align: right;
    padding-top: 3px;
    letter-spacing: 0.02em;
    font-family: 'Renner*', 'renner*', sans-serif;
}

.rec-tl-item__dot {
    width: 10px;
    height: 10px;
    background: var(--rec-white);
    border: 2px solid var(--rec-green);
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 4px;
    margin-left: 6px;
    margin-right: 6px;
    position: relative;
    z-index: 1;
}

.rec-tl-item__content { flex: 1; }

.rec-tl-item__title {
    font-size: 0.9rem;
    font-weight: 700;
    margin: 0 0 4px;
    color: var(--rec-black);
}

.rec-tl-item__note {
    font-size: 0.75rem;
    color: #777;
    line-height: 1.7;
    margin: 0;
}

/* ===== ⑦ Application Steps ===== */
.rec-steps {
    display: flex;
    flex-direction: column;
    max-width: 480px;
    margin: 0 auto 40px;
    text-align: left;
}

.rec-step {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.rec-step:last-child { border-bottom: none; }

.rec-step__num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Renner*', 'renner*', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    color: rgba(255,255,255,0.6);
    flex-shrink: 0;
    letter-spacing: 0.05em;
}

.rec-step__title {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--rec-white);
    margin: 4px 0 6px;
}

.rec-step__note {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.5);
    line-height: 1.7;
    margin: 0;
}

/* ===== ⑧ 正社員・キャリア採用 ===== */
.rec-career-desc {
    font-size: 0.92rem;
    color: #555;
    line-height: 1.85;
    margin-bottom: 32px;
}

.rec-career-cards {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 36px;
}

.rec-career-card {
    border: 1px solid #e5e0d8;
    border-radius: 14px;
    padding: 24px 28px;
    text-align: center;
    background: #faf9f7;
    min-width: 160px;
}

.rec-career-card__type {
    font-size: 0.68rem;
    letter-spacing: 0.15em;
    color: var(--rec-green);
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.rec-career-card__role {
    font-size: 1rem;
    font-weight: 800;
    color: #0f0f0f;
    margin-bottom: 8px;
}

.rec-career-card__salary {
    font-size: 0.78rem;
    color: #888;
}

.rec-btn--outline {
    display: inline-block;
    background: transparent;
    color: #0f0f0f;
    border: 2px solid #0f0f0f;
    padding: 14px 36px;
    border-radius: 50px;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    transition: background 0.2s, color 0.2s;
    text-decoration: none;
}

.rec-btn--outline:hover {
    background: #0f0f0f;
    color: #fff;
}

/* ===== ⑨ Final CTA ===== */
.rec-final-cta {
    background: #080808;
    padding: 100px 32px;
    text-align: center;
    border-top: 1px solid #1a1a1a;
}

.rec-final-cta__title {
    font-size: clamp(1.8rem, 5vw, 2.8rem);
    font-weight: 800;
    color: var(--rec-white);
    line-height: 1.4;
    margin: 0 0 12px;
    letter-spacing: -0.02em;
}

.rec-final-cta__sub {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.5);
    margin: 0 0 40px;
    line-height: 1.7;
}

/* ===== Footer ===== */
.rec-footer {
    background: #080808;
    color: #555;
    text-align: center;
    padding: 20px 32px;
    font-size: 0.72rem;
    line-height: 2;
    border-top: 1px solid #1a1a1a;
}

.rec-footer a { color: #666; transition: color 0.2s; }
.rec-footer a:hover { color: var(--rec-white); }
.rec-footer__copy { margin: 4px 0 0; color: #444; }

/* =========================================
   レスポンシブ（〜768px）
   ========================================= */
@media screen and (max-width: 768px) {

    .rec-float-cta { bottom: 20px; right: 16px; padding: 13px 18px; font-size: 0.78rem; }

    .rec-hero__overlay { padding: 80px 24px 48px; }
    .rec-hero__title { font-size: 2.2rem; }

    .rec-section { padding: 60px 20px; }
    .rec-title { font-size: 1.5rem; margin-bottom: 32px; }

    .rec-inner--wide { padding: 0 20px; }

    .rec-stats { grid-template-columns: repeat(2, 1fr); }
    .rec-stat-item { padding: 32px 16px; }

    .rec-job-grid { grid-template-columns: 1fr; }

    .rec-benefit-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
    .rec-benefit-card { padding: 20px 16px; }

    .rec-interview-grid { grid-template-columns: 1fr; gap: 16px; }

    .rec-gallery { padding: 48px 0 48px 20px; }
    .rec-gallery__header { padding-right: 20px; }
    .rec-gallery__track { padding-right: 20px; }
    .rec-gallery__item { flex: 0 0 200px; }

    .rec-timeline::before { left: 52px; }

    .rec-btn { padding: 16px 32px; font-size: 0.92rem; }
    .rec-btn--primary { width: 100%; }

    .rec-final-cta { padding: 72px 24px; }

    .rec-career-cards { flex-direction: column; align-items: center; }
    .rec-career-card { width: 100%; max-width: 280px; }
}
