@charset "UTF-8";
/* =========================================================
   住まキャリ公式LINE 紹介LP（page-line.php）
   PC基準 1440px / コンテンツ幅 1180px / 本文幅 800px
   色: ネイビー #16334F ／ アクセント #EF7D1A ／ LINE #06C755（CTAのみ）
   接頭辞 ll- でこのページに閉じる。SWELLの .l-container 内から
   全幅セクションを出すため、背景は 100vw で左右に広げる。
========================================================= */
.ll {
  --ll-navy: #16334F;
  --ll-navy-2: #23456A;
  --ll-orange: #EF7D1A;
  --ll-orange-soft: #FFF7EF;
  --ll-line: #06C755;
  --ll-line-dark: #05b04c;
  --ll-bg: #F6F8FA;
  --ll-border: #E5E9ED;
  --ll-ink: #1F2A37;
  --ll-muted: #5F6B7A;
  --ll-r: 16px;
  --ll-font: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  --ll-en: "Montserrat", "Roboto", -apple-system, sans-serif;
  font-family: var(--ll-font);
  color: var(--ll-ink);
  font-size: 16px;
  line-height: 1.8;
  overflow-x: clip;
}
.ll *, .ll *::before, .ll *::after { box-sizing: border-box; }
/* リセットは :where() で詳細度0にする。`.ll h1` のままだと `.ll-hero__title` などの
   クラス1つの指定より強く、見出し・段落の margin-bottom が全部効かなくなる（2026-09-17 に発覚）。 */
:where(.ll h1, .ll h2, .ll h3, .ll p, .ll ul, .ll ol) { margin: 0; }
:where(.ll ul, .ll ol) { padding: 0; list-style: none; }
.ll img { max-width: 100%; height: auto; }
.ll-sp { display: none; }

/* SWELLの本文枠（#content.l-content）はこのページだけ全幅・余白なしにする。
   本文枠は max-width 1296px の flex で、main の幅も絞られるため、
   100vw と負マージンで抜ける方式だと基準がずれてセクションが左にはみ出す（2026-09-17 に発生）。
   枠そのものを広げれば、セクションは width:100% のまま全幅になる。 */
.umj-line-lp-page #content.l-content,
.umj-line-lp-page .l-content {
  display: block !important; max-width: none !important; width: 100% !important;
  padding: 0 !important; margin: 0 !important;
}
main.ll { display: block; width: 100% !important; max-width: none !important; flex: none; margin: 0; padding: 0; }
/* SWELL の get_footer() が本文枠の中にサイドバー（#sidebar.l-sidebar）を出力する。
   LPには不要で、本文枠を全幅にすると main の下に約3400px のウィジェットが並んでしまうため非表示にする */
.umj-line-lp-page #sidebar.l-sidebar,
.umj-line-lp-page .l-sidebar { display: none !important; }
.ll > section { width: 100%; margin-left: 0; }
.ll-inner { max-width: 1180px; margin: 0 auto; padding: 0 40px; }
.ll-sec { padding: 100px 0; background: #fff; }
.ll-sec--soft { background: var(--ll-bg); }

/* 見出し（英字＋日本語） */
.ll-head { text-align: center; margin-bottom: 56px; }
.ll-head--left { text-align: left; }
.ll-head__en, .ll-eyebrow {
  font-family: var(--ll-en); font-weight: 700; font-size: 13px; letter-spacing: .18em;
  color: var(--ll-orange); margin-bottom: 12px;
}
.ll-head__ja { font-size: 38px; font-weight: 700; line-height: 1.35; color: var(--ll-navy); letter-spacing: .02em; }
.ll-text { max-width: 800px; }

/* ボタン */
.ll-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 64px; padding: 0 40px; border-radius: 999px;
  font-weight: 700; font-size: 18px; line-height: 1.2; text-decoration: none;
  transition: transform .15s ease, box-shadow .2s ease, background-color .2s ease;
}
.ll-btn--line { background: var(--ll-line); color: #fff !important; box-shadow: 0 10px 24px rgba(6,199,85,.28); }
.ll-btn--line:hover { background: var(--ll-line-dark); transform: translateY(-2px); box-shadow: 0 14px 28px rgba(6,199,85,.32); }
.ll-btn__ic { width: 24px; height: 24px; flex: none; }
.ll-btn--white { background: #fff; color: var(--ll-navy) !important; min-height: 56px; font-size: 16px; }
.ll-btn--white:hover { background: #eef2f6; }

/* ===== HERO ===== */
.ll-hero {
  background: linear-gradient(115deg, #ffffff 0%, #ffffff 45%, #eef3f8 100%);
  padding: 56px 0 64px; min-height: 620px; display: flex; align-items: center;
}
.ll-hero__inner { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 56px; align-items: center; width: 100%; }
.ll-hero__title { font-size: 50px; font-weight: 800; line-height: 1.3; color: var(--ll-navy); letter-spacing: .01em; margin-bottom: 32px; }
.ll-marker { background: linear-gradient(transparent 62%, rgba(239,125,26,.55) 62%, rgba(239,125,26,.55) 92%, transparent 92%); padding: 0 .06em; }
.ll-hero__lead { font-size: 17px; color: var(--ll-ink); max-width: 560px; margin-bottom: 36px; }
.ll-hero__cta { margin-bottom: 24px; }
.ll-hero__points { display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: 14px; font-weight: 500; color: var(--ll-navy); }
.ll-hero__points li::before { content: ""; display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: var(--ll-orange); margin-right: 8px; vertical-align: 1px; }

.ll-hero__visual { position: relative; display: flex; justify-content: center; }
.ll-hero__circle {
  position: absolute; width: 400px; height: 400px; border-radius: 50%; background: rgba(22,51,79,.07);
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  animation: ll-breathe 9s ease-in-out infinite;
}
/* オレンジの丸は小さな差し色。目立たせない（光らせない・大きくしない）。
   右の丸はスマホの白いバーと青い画面の境目の高さ、スマホから離した位置に置き、ゆっくり漂わせるだけ */
.ll-hero__dot { position: absolute; border-radius: 50%; background: var(--ll-orange); will-change: transform; }
.ll-hero__dot--1 { width: 16px; height: 16px; top: 70px; right: -44px; opacity: .8; animation: ll-float 7s ease-in-out infinite; }
.ll-hero__dot--2 { width: 10px; height: 10px; bottom: 6%; left: -32px; opacity: .55; animation: ll-float 8.5s ease-in-out -2s infinite reverse; }
@keyframes ll-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes ll-breathe {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.04); }
}
@media (prefers-reduced-motion: reduce) {
  .ll-hero__circle, .ll-hero__dot { animation: none; }
}

/* スマホ（CSSで描く）。高さは固定せず中身に合わせて伸ばす。
   幅によってカードの高さが変わるため、高さ固定だと下のボタンが切れる（2026-09-18 に発生） */
.ll-phone {
  position: relative; width: 320px; border-radius: 42px; text-align: left;
  background: #0f1620; padding: 12px; box-shadow: 0 30px 60px rgba(22,51,79,.25), inset 0 0 0 2px #2a3442;
}
.ll-phone::before { content: ""; position: absolute; top: 12px; left: 50%; transform: translateX(-50%); width: 110px; height: 24px; background: #0f1620; border-radius: 0 0 14px 14px; z-index: 2; }
/* 画面は中身より短くならないよう最低高さを持たせる（スマホらしい縦長の比率を保つ）。中身が増えれば伸びる */
.ll-phone__screen { width: 100%; min-height: 596px; border-radius: 30px; background: #8ea2c2; overflow: hidden; display: flex; flex-direction: column; }
.ll-phone__bar { background: #f7f7f7; padding: 30px 16px 9px; font-size: 13px; font-weight: 700; color: #222; text-align: center; position: relative; }
.ll-phone__back { position: absolute; left: 14px; bottom: 7px; font-size: 18px; color: #0a84ff; font-weight: 400; }
.ll-phone__chat { padding: 14px 0 30px 12px; display: flex; flex-direction: column; gap: 10px; overflow: hidden; }
.ll-bubble { align-self: flex-start; background: #fff; border-radius: 14px 14px 14px 4px; padding: 8px 12px; font-size: 12px; line-height: 1.5; color: #222; max-width: 90%; margin-right: 12px; }
.ll-bubble strong { color: var(--ll-navy); }
/* 求人カード。実際に配信される Flex カード（画像→会社名→職種→勤務地→💴年収→緑ボタン→テキストリンク→灰ボタン）
   と同じ並びをコンパクトに再現する */
.ll-carousel { display: flex; gap: 8px; align-items: flex-start; }
.ll-card { flex: none; width: 216px; background: #fff; border-radius: 12px; overflow: hidden; font-size: 11px; color: #222; box-shadow: 0 2px 6px rgba(0,0,0,.06); }
.ll-card--peek { opacity: .9; }
.ll-card__img { position: relative; aspect-ratio: 16 / 9; background: #dfe6ee; }
.ll-card__img img { display: block; width: 100%; height: 100%; object-fit: cover; }
.ll-card__img--plain { background: linear-gradient(135deg, #e4ebf2, #cfd9e4); }
.ll-card__sample { position: absolute; top: 6px; left: 6px; background: rgba(22,51,79,.75); color: #fff; font-family: var(--ll-en); font-size: 8px; font-weight: 700; letter-spacing: .12em; padding: 2px 6px; border-radius: 4px; }
.ll-card__body { padding: 9px 12px 4px; }
.ll-card__co { color: #8a94a0; font-size: 10px; margin-bottom: 1px; }
.ll-card__title { font-size: 14px; font-weight: 700; color: #1a1a1a; line-height: 1.3; margin-bottom: 4px; }
.ll-card__area { font-size: 10px; color: #444; margin-bottom: 4px; }
.ll-card__salary { display: flex; align-items: center; gap: 4px; font-size: 12px; font-weight: 700; color: #1f9d55; }
.ll-card__ic { font-size: 11px; }
.ll-card__foot { padding: 6px 12px 11px; display: grid; gap: 4px; }
.ll-card__btn { display: block; text-align: center; border-radius: 6px; padding: 7px; font-weight: 700; font-size: 11px; line-height: 1.3; }
.ll-card__btn--primary { background: var(--ll-line); color: #fff; }
.ll-card__btn--gray { background: #8f9499; color: #fff; }
.ll-card__link { text-align: center; color: var(--ll-line-dark); font-weight: 700; font-size: 11px; padding: 2px; }
.ll-phone--get { width: 300px; }
.ll-phone--get .ll-phone__screen { min-height: 560px; }
.ll-phone--get .ll-card { width: 204px; }

/* ===== 安心材料 ===== */
.ll-trust { background: #fff; border-bottom: 1px solid var(--ll-border); }
.ll-trust__list { display: flex; justify-content: center; min-height: 100px; align-items: center; }
.ll-trust__list li { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 0 56px; border-left: 1px solid var(--ll-border); }
.ll-trust__list li:first-child { border-left: 0; }
.ll-trust__en { font-family: var(--ll-en); font-weight: 700; font-size: 12px; letter-spacing: .2em; color: var(--ll-orange); }
.ll-trust__ja { font-weight: 700; font-size: 16px; color: var(--ll-navy); }

/* ===== FOR YOU ===== */
.ll-cards4 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.ll-card4 {
  background: #fff; border: 1px solid var(--ll-border); border-radius: var(--ll-r);
  min-height: 185px; padding: 28px 32px; display: grid; grid-template-columns: 56px 1fr; grid-template-rows: auto auto; column-gap: 24px; align-content: center;
}
.ll-card4__ic { width: 56px; height: 56px; color: var(--ll-navy); grid-row: 1 / span 2; align-self: center; }
.ll-card4 h3 { font-size: 22px; font-weight: 700; color: var(--ll-navy); line-height: 1.4; margin-bottom: 8px; }
.ll-card4 p { color: var(--ll-muted); font-size: 15px; }

/* ===== HOW TO USE ===== */
.ll-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; position: relative; margin-bottom: 72px; }
.ll-step { position: relative; text-align: center; padding-top: 76px; }
/* 薄い番号はカードの上に出す。カードに少しだけ（下端10px）かかる位置 */
.ll-step__num { position: absolute; top: -20px; left: 50%; transform: translateX(-50%); font-family: var(--ll-en); font-weight: 800; font-size: 96px; line-height: 1; color: #E9EDF1; z-index: 0; }
.ll-step__ui {
  position: relative; z-index: 1; margin: 0 auto 24px; width: 240px; height: 180px; border-radius: 18px;
  background: #fff; border: 1px solid var(--ll-border); box-shadow: 0 10px 30px rgba(22,51,79,.08);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; padding: 18px;
}
.ll-step + .ll-step::before { content: "→"; position: absolute; left: -32px; top: 152px; font-size: 26px; color: #c7cfd8; }
.ll-step__ui-ic { width: 72px; height: 72px; border-radius: 50%; background: var(--ll-line); color: #fff; display: grid; place-items: center; }
.ll-step__ui-ic svg { width: 40px; height: 40px; }
.ll-step__ui-label { font-size: 13px; font-weight: 700; color: var(--ll-navy); }
.ll-step__ui-q { font-size: 12px; color: var(--ll-muted); align-self: flex-start; }
.ll-step__ui-opt { width: 100%; text-align: left; font-size: 13px; padding: 7px 12px; border-radius: 8px; border: 1px solid var(--ll-border); color: var(--ll-navy); background: #fff; }
.ll-step__ui-opt.is-on { border-color: var(--ll-orange); background: var(--ll-orange-soft); font-weight: 700; }
.ll-step__ui-push, .ll-step__ui-mini { width: 100%; text-align: left; border-radius: 12px; padding: 10px 12px; font-size: 12px; line-height: 1.5; display: flex; flex-direction: column; }
.ll-step__ui-push { background: var(--ll-bg); border: 1px solid var(--ll-border); }
.ll-step__ui-push b { color: var(--ll-navy); }
.ll-step__ui-mini { background: #fff; border: 1.5px solid var(--ll-orange); }
.ll-step__ui-mini b { color: var(--ll-navy); font-size: 13px; }
.ll-step__title { font-size: 24px; font-weight: 700; color: var(--ll-navy); margin-bottom: 10px; }
.ll-step__text { color: var(--ll-muted); font-size: 15px; line-height: 1.7; }
.ll-step__note { display: inline-block; margin-top: 10px; font-size: 13px; font-weight: 700; color: var(--ll-orange); border: 1px solid var(--ll-orange); border-radius: 999px; padding: 2px 14px; }

.ll-questions { max-width: 800px; margin: 0 auto; text-align: center; padding: 40px; background: var(--ll-bg); border-radius: 20px; }
.ll-questions__title { font-size: 24px; font-weight: 700; color: var(--ll-navy); margin-bottom: 22px; }
.ll-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 12px; }
.ll-pills li { background: #fff; border: 1px solid #d5dbe2; border-radius: 999px; padding: 8px 20px; font-size: 15px; font-weight: 500; color: var(--ll-navy); }
.ll-questions__note { margin-top: 22px; font-size: 16px; color: var(--ll-ink); }

.ll-timing { max-width: 800px; margin: 32px auto 0; border: 1px solid var(--ll-border); border-radius: 20px; padding: 28px 40px; display: grid; grid-template-columns: 140px 1fr; gap: 24px; align-items: center; }
.ll-timing__label { font-weight: 700; color: var(--ll-navy); font-size: 17px; }
.ll-timing__list { display: grid; gap: 12px; }
.ll-timing__list li { display: grid; grid-template-columns: 170px 1fr; gap: 16px; align-items: baseline; }
.ll-timing__when { font-weight: 700; color: var(--ll-orange); }
.ll-timing__what { color: var(--ll-ink); font-size: 15px; }

/* ===== CTA帯 ===== */
.ll-cta { text-align: center; }
.ll-cta--navy { background: var(--ll-navy); color: #fff; padding: 64px 0; }
.ll-cta--navy .ll-cta__title { color: #fff; }
.ll-cta__title { font-size: 30px; font-weight: 700; line-height: 1.45; margin-bottom: 28px; }
.ll-cta__title--navy { color: var(--ll-navy); font-size: 36px; }
.ll-cta__note { margin-top: 16px; font-size: 14px; opacity: .85; }
.ll-cta--plain { background: #fff; padding: 100px 0; }
.ll-cta--plain .ll-cta__title { margin-bottom: 18px; }
.ll-cta__lead { color: var(--ll-muted); margin: 0 0 36px; font-size: 16px; }

/* ===== WHAT YOU GET ===== */
.ll-split { display: grid; grid-template-columns: 420px minmax(0, 1fr); gap: 72px; align-items: center; }
.ll-split__visual { display: flex; justify-content: center; }
.ll-split__text .ll-head { margin-bottom: 32px; }
.ll-getbox { background: var(--ll-bg); border-radius: var(--ll-r); padding: 28px 32px; margin-bottom: 24px; max-width: 560px; }
.ll-getbox__title { font-weight: 700; color: var(--ll-navy); margin-bottom: 16px; font-size: 17px; }
.ll-checks { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 20px; }
.ll-checks li { position: relative; padding-left: 30px; font-weight: 500; }
.ll-checks li::before { content: ""; position: absolute; left: 0; top: 4px; width: 20px; height: 20px; border-radius: 50%; background: var(--ll-orange); }
.ll-checks li::after { content: ""; position: absolute; left: 6px; top: 8px; width: 8px; height: 5px; border-left: 2.5px solid #fff; border-bottom: 2.5px solid #fff; transform: rotate(-45deg); }
.ll-checks--plain { grid-template-columns: 1fr; margin-top: 20px; }

/* ===== FEATURES ===== */
.ll-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; background: #fff; border: 1px solid var(--ll-border); border-radius: 20px; padding: 56px 64px; margin-bottom: 24px; }
.ll-feature--rev .ll-feature__text { order: 2; }
.ll-feature--rev .ll-feature__visual { order: 1; }
.ll-feature__num { font-family: var(--ll-en); font-weight: 800; font-size: 40px; color: var(--ll-orange); line-height: 1; display: block; margin-bottom: 18px; }
.ll-feature__title { font-size: 30px; font-weight: 700; color: var(--ll-navy); line-height: 1.4; margin-bottom: 20px; }
.ll-feature__text p { color: var(--ll-ink); }
.ll-feature__text p + p { margin-top: 12px; }
.ll-feature__visual { display: flex; justify-content: center; }

.ll-match { width: 320px; background: var(--ll-bg); border-radius: 18px; padding: 24px; display: grid; gap: 12px; text-align: center; }
.ll-match__field { background: #fff; border: 1px solid var(--ll-border); border-radius: 12px; padding: 10px 14px; text-align: left; }
.ll-match__label { display: block; font-size: 11px; color: var(--ll-muted); }
.ll-match__val { font-weight: 700; color: var(--ll-navy); display: flex; justify-content: space-between; }
.ll-match__val i { font-style: normal; color: #9aa6b2; font-size: 12px; }
.ll-match__arrow { font-family: var(--ll-en); font-weight: 700; color: var(--ll-orange); letter-spacing: .1em; font-size: 14px; }
.ll-match__result { background: var(--ll-navy); color: #fff; border-radius: 12px; padding: 14px; font-weight: 700; }

.ll-flow { display: grid; gap: 12px; width: 320px; }
.ll-flow__card { background: #fff; border: 1px solid var(--ll-border); border-radius: 14px; padding: 14px 18px; display: flex; flex-direction: column; box-shadow: 0 8px 20px rgba(22,51,79,.06); }
.ll-flow__card:nth-child(1) { transform: translateX(-24px); opacity: .55; }
.ll-flow__card:nth-child(2) { border-color: var(--ll-orange); }
.ll-flow__card:nth-child(3) { transform: translateX(24px); }
.ll-flow__card b { color: var(--ll-navy); }
.ll-flow__card span { font-size: 13px; color: var(--ll-muted); }

.ll-edit, .ll-consult { width: 340px; background: #8ea2c2; border-radius: 18px; padding: 20px; display: grid; gap: 12px; }
.ll-edit__msg { justify-self: start; background: #fff; border-radius: 16px 16px 16px 4px; padding: 10px 14px; font-size: 14px; color: #222; max-width: 88%; }
.ll-edit__msg--me { justify-self: end; background: #8de08f; border-radius: 16px 16px 4px 16px; }
.ll-edit__row { background: #fff; border-radius: 12px; padding: 12px 14px; display: flex; align-items: center; gap: 8px; font-size: 14px; flex-wrap: wrap; }
.ll-edit__label { font-size: 12px; color: var(--ll-muted); width: 100%; }
.ll-edit__from { color: #8a94a0; text-decoration: line-through; }
.ll-edit__arrow { color: var(--ll-orange); font-weight: 700; }
.ll-edit__to { color: var(--ll-navy); font-weight: 700; }
.ll-edit__done { justify-self: center; background: var(--ll-navy); color: #fff; border-radius: 999px; padding: 6px 18px; font-size: 13px; font-weight: 700; }
.ll-consult__ca { display: grid; grid-template-columns: 36px 1fr; gap: 8px; align-items: start; }
.ll-consult__avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--ll-navy); position: relative; }
.ll-consult__avatar::before { content: ""; position: absolute; width: 12px; height: 12px; border-radius: 50%; background: #fff; top: 8px; left: 12px; }
.ll-consult__avatar::after { content: ""; position: absolute; width: 22px; height: 12px; border-radius: 12px 12px 0 0; background: #fff; bottom: 4px; left: 7px; }
.ll-consult__name { display: block; font-size: 11px; color: #33415a; margin-bottom: 4px; }

.ll-free { background: var(--ll-orange-soft); border-radius: 20px; padding: 56px 64px; text-align: center; position: relative; }
.ll-free__num { position: absolute; top: 28px; left: 40px; font-family: var(--ll-en); font-weight: 800; font-size: 40px; color: var(--ll-orange); line-height: 1; }
.ll-free__yen { font-family: var(--ll-en); font-weight: 800; font-size: 72px; line-height: 1; color: var(--ll-orange); margin-bottom: 16px; }
.ll-free__title { font-size: 30px; font-weight: 700; color: var(--ll-navy); margin-bottom: 32px; }
.ll-free__list { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; }
.ll-free__list li { background: #fff; border-radius: 14px; min-width: 170px; padding: 18px 20px; display: flex; flex-direction: column; gap: 4px; }
.ll-free__list span { font-size: 14px; color: var(--ll-muted); }
.ll-free__list b { font-family: var(--ll-en); font-size: 26px; color: var(--ll-navy); }

/* ===== 対応求人 ===== */
.ll-genre { background: var(--ll-navy); color: #fff; padding: 90px 0; text-align: center; }
.ll-genre__title { font-size: 36px; font-weight: 700; margin-bottom: 22px; }
.ll-genre__lead { max-width: 720px; margin: 0 auto 36px; opacity: .9; }
.ll-pills--dark { max-width: 760px; margin: 0 auto 40px; }
.ll-pills--dark li { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.35); color: #fff; }

/* ===== FAQ ===== */
.ll-inner--faq { max-width: 900px; }
.ll-faq { display: grid; gap: 14px; }
.ll-faq__item { border: 1px solid var(--ll-border); border-radius: 14px; background: #fff; overflow: hidden; }
.ll-faq__q { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 16px; padding: 22px 28px; font-weight: 700; font-size: 17px; color: var(--ll-navy); }
.ll-faq__q::-webkit-details-marker { display: none; }
.ll-faq__mark { font-family: var(--ll-en); font-weight: 800; font-size: 22px; color: var(--ll-orange); flex: none; }
.ll-faq__qtext { flex: 1; }
.ll-faq__plus { position: relative; width: 22px; height: 22px; flex: none; }
.ll-faq__plus::before, .ll-faq__plus::after { content: ""; position: absolute; background: var(--ll-navy); top: 50%; left: 50%; transform: translate(-50%, -50%); transition: transform .2s; }
.ll-faq__plus::before { width: 16px; height: 2px; }
.ll-faq__plus::after { width: 2px; height: 16px; }
.ll-faq__item[open] .ll-faq__plus::after { transform: translate(-50%, -50%) rotate(90deg); }
.ll-faq__a { padding: 0 28px 24px 66px; color: var(--ll-ink); }

/* ===== FINAL CTA ===== */
.ll-final { background: linear-gradient(135deg, #eef3f8 0%, #f6f8fa 100%); padding: 110px 0; }
.ll-final__inner { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 72px; align-items: center; }
.ll-final__title { font-size: 44px; font-weight: 800; color: var(--ll-navy); line-height: 1.3; margin-bottom: 26px; }
.ll-final__lead { font-size: 17px; margin-bottom: 36px; max-width: 600px; }
.ll-final__note { margin-top: 14px; font-size: 14px; color: var(--ll-muted); }
.ll-final__qr { text-align: center; }
.ll-qr { width: 220px; height: 220px; margin: 0 auto 14px; background: #fff; border-radius: 20px; padding: 20px; box-shadow: 0 16px 40px rgba(22,51,79,.12); display: grid; place-items: center; }
.ll-qr img { width: 180px; height: 180px; }
.ll-qr__note { font-size: 14px; color: var(--ll-navy); font-weight: 500; line-height: 1.5; }
.ll-qr__ic { width: 18px; height: 18px; color: var(--ll-line); vertical-align: -3px; margin-right: 4px; }
.ll-qr__id { margin-top: 6px; font-size: 13px; color: var(--ll-muted); font-family: var(--ll-en); }

/* ===== スマホ固定CTA（PCでは出さない） ===== */
.ll-sticky { display: none; }

/* =========================================================
   タブレット
========================================================= */
@media (max-width: 1024px) {
  .ll-inner { padding: 0 28px; }
  .ll-hero__inner { grid-template-columns: minmax(0, 1fr) 320px; gap: 32px; }
  .ll-hero__title { font-size: 40px; }
  .ll-phone, .ll-phone--get { width: 290px; }
  .ll-phone .ll-phone__screen { min-height: 540px; }
  .ll-phone .ll-card { width: 196px; }
  .ll-hero__circle { width: 360px; height: 360px; }
  .ll-head__ja { font-size: 32px; }
  .ll-feature { padding: 40px; gap: 32px; }
  .ll-split { grid-template-columns: 340px minmax(0, 1fr); gap: 40px; }
  .ll-final__inner { grid-template-columns: minmax(0, 1fr) 240px; gap: 40px; }
}

/* =========================================================
   スマホ（PCを縮めない。FVは縦積み）
========================================================= */
@media (max-width: 767px) {
  .ll { font-size: 15px; }
  .ll-sp { display: inline; }
  .ll-inner { padding: 0 20px; }
  .ll-sec { padding: 64px 0; }
  .ll-head { margin-bottom: 32px; }
  .ll-head__ja { font-size: 27px; }
  .ll-btn { width: 100%; max-width: 360px; min-height: 58px; font-size: 16px; padding: 0 24px; }

  .ll-hero { padding: 44px 0 56px; min-height: 0; }
  .ll-hero__inner { grid-template-columns: 1fr; gap: 40px; text-align: center; }
  /* 「希望条件に合った求人が、」12文字が1行に収まる上限（20px余白×2を引いた350px） */
  .ll-hero__title { font-size: 27px; letter-spacing: 0; margin-bottom: 22px; }
  .ll-hero__lead { font-size: 15px; margin: 0 auto 28px; }
  .ll-hero__points { justify-content: center; gap: 6px 14px; font-size: 13px; }
  .ll-hero__points li::before { display: none; }
  .ll-hero__points li + li::before { content: "｜"; display: inline; background: none; width: auto; height: auto; margin: 0 4px 0 0; color: #b8c2cc; }
  .ll-hero__visual { padding-top: 10px; }
  .ll-hero__circle { width: 300px; height: 300px; }
  /* SPは左右の余白が20pxしかないので、玉は画面内に収まる位置へ（高さは白いバーと青い画面の境目） */
  .ll-hero__dot--1 { right: 6px; top: 60px; width: 14px; height: 14px; }
  .ll-hero__dot--2 { left: 4px; bottom: 8%; }
  .ll-phone, .ll-phone--get { width: 260px; border-radius: 36px; padding: 10px; }
  .ll-phone .ll-phone__screen { border-radius: 28px; min-height: 500px; }
  .ll-phone__bar { padding-top: 26px; }
  .ll-phone__chat { padding: 12px 0 26px 10px; gap: 8px; }
  .ll-phone .ll-card { width: 176px; }
  .ll-card__title { font-size: 13px; }

  .ll-trust__list { flex-direction: column; min-height: 0; padding: 20px 0; gap: 12px; }
  .ll-trust__list li { border-left: 0; padding: 0; flex-direction: row; gap: 12px; }

  .ll-cards4 { grid-template-columns: 1fr; gap: 14px; }
  .ll-card4 { min-height: 0; padding: 22px; grid-template-columns: 44px 1fr; column-gap: 16px; }
  .ll-card4__ic { width: 44px; height: 44px; }
  .ll-card4 h3 { font-size: 18px; }
  .ll-card4 p { font-size: 14px; }

  .ll-steps { grid-template-columns: 1fr; gap: 40px; margin-bottom: 48px; }
  .ll-step + .ll-step::before { content: "↓"; left: 50%; top: -34px; transform: translateX(-50%); }
  .ll-step { padding-top: 60px; }
  .ll-step__num { font-size: 72px; top: -12px; }
  .ll-step__title { font-size: 20px; }
  .ll-questions { padding: 28px 20px; border-radius: 16px; }
  .ll-questions__title { font-size: 20px; }
  .ll-pills li { font-size: 14px; padding: 7px 16px; }
  .ll-timing { grid-template-columns: 1fr; gap: 12px; padding: 22px 20px; margin-top: 20px; }
  .ll-timing__list li { grid-template-columns: 1fr; gap: 2px; }

  .ll-cta--navy { padding: 48px 0; }
  .ll-cta__title { font-size: 22px; margin-bottom: 22px; }
  .ll-cta__title--navy { font-size: 24px; letter-spacing: 0; }
  .ll-cta--plain { padding: 64px 0; }

  .ll-split { grid-template-columns: 1fr; gap: 32px; }
  .ll-split__visual { order: 2; }
  .ll-split__text { order: 1; }
  .ll-getbox { padding: 22px 20px; }
  .ll-checks { grid-template-columns: 1fr 1fr; gap: 8px 12px; font-size: 14px; }
  .ll-checks--plain { grid-template-columns: 1fr; }

  .ll-feature { grid-template-columns: 1fr; gap: 28px; padding: 28px 20px; border-radius: 16px; }
  .ll-feature--rev .ll-feature__text { order: 1; }
  .ll-feature--rev .ll-feature__visual { order: 2; }
  .ll-feature__num { font-size: 32px; }
  .ll-feature__title { font-size: 23px; }
  .ll-match, .ll-flow, .ll-edit, .ll-consult { width: 100%; max-width: 340px; }
  .ll-flow__card:nth-child(1), .ll-flow__card:nth-child(3) { transform: none; }
  .ll-free { padding: 40px 20px; }
  .ll-free__num { top: 16px; left: 20px; font-size: 30px; }
  .ll-free__yen { font-size: 56px; }
  .ll-free__title { font-size: 22px; margin-bottom: 22px; }
  .ll-free__list { gap: 10px; }
  .ll-free__list li { min-width: calc(50% - 5px); padding: 14px; }
  .ll-free__list b { font-size: 22px; }

  .ll-genre { padding: 64px 0; }
  .ll-genre__title { font-size: 26px; }
  .ll-pills--dark { margin-bottom: 28px; }

  .ll-faq__q { padding: 16px 18px; font-size: 15px; gap: 12px; }
  .ll-faq__mark { font-size: 18px; }
  .ll-faq__a { padding: 0 18px 18px 48px; font-size: 14px; }

  .ll-final { padding: 64px 0 120px; }
  .ll-final__inner { grid-template-columns: 1fr; gap: 36px; text-align: center; }
  .ll-final__title { font-size: 26px; letter-spacing: 0; }
  .ll-final__lead { font-size: 15px; margin: 0 auto 28px; }

  .ll-sticky {
    display: block; position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255,255,255,.96); border-top: 1px solid var(--ll-border);
    box-shadow: 0 -8px 24px rgba(22,51,79,.08); text-align: center;
    transition: transform .25s ease, opacity .25s ease;
  }
  .ll-sticky .ll-btn { max-width: none; min-height: 52px; box-shadow: none; }
  .ll-sticky.is-hidden { transform: translateY(110%); opacity: 0; pointer-events: none; }
}
