.top_pc {
  display: block;
  max-width: 1920px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.top_pc img {
  width: 100%;
  height: auto;
}

.top_pc2 {
  display: block;
  max-width: 1080px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.top_pc2 img {
  width: 100%;
  height: auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 760px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

:root {
  --ink: #0f172a;
  --muted: #475569;
  --brand: #8ea5ff;
  /* 見出しピルのベース色 */
  --brand-grad: linear-gradient(90deg, #f59ad6, #b5c3ff);
  --card: #eef2ff;
  --card-head: #5a7bff;
  --radius: 18px;
  --shadow: 0 10px 24px rgba(99, 102, 241, 0.12);
}

/* セクション本体 */

.why {
  position: relative;
  overflow: clip;
  padding: clamp(48px, 7vw, 96px) 16px;
  background: #fafbff;
  isolation: isolate;
  margin: 2em auto;
  /* 背景の下に白ベールをのせるため */
}

.why::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(1000px 600px at 30% -10%, rgba(245, 245, 255, 0.8), transparent 60%),
    radial-gradient(800px 500px at 80% 10%, rgba(245, 245, 255, 0.8), transparent 65%);
  z-index: 0;
  pointer-events: none;
}

/* 背景画像（差し替えOK） */

.bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  /* カードより下 */
  overflow: hidden;
}

.bg-layer {
  position: absolute;
  inset: auto;
  top: -10%;
  left: 0;
  width: 120%;
  height: auto;
  transform: translate3d(0, 0, 0);
  opacity: 0.5;
  will-change: transform;
  user-select: none;
  pointer-events: none;
}

/* レイアウト */

.why__inner {
  position: relative;
  z-index: 1;
  max-width: min(1100px, 92vw);
  margin: 0 auto;
  color: var(--ink);
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo',
    sans-serif;
}

/* タイトルのピル */

.why__tag {
  display: inline-block;
  margin-inline: auto;
  margin-bottom: clamp(28px, 4vw, 40px);
  padding: 0.6em 1.4em;
  border-radius: 999px;
  background: var(--brand-grad);
  color: #fff;
  font-size: clamp(18px, 3.2vw, 28px);
  font-weight: 800;
  text-align: center;
}

/* グリッド */

.why__grid {
  display: grid;
  gap: clamp(16px, 2.2vw, 22px);
  grid-template-columns: 1fr;
}

/* カード */

.card {
  background: #eaefff;
  /* 外枠の淡色 */
  border-radius: var(--radius);
  padding: clamp(14px, 1.8vw, 18px);
  box-shadow: var(--shadow);
}

.card__title {
  background: var(--card-head);
  color: #fff;
  border-radius: 12px;
  padding: 0.9em 1.2em;
  text-align: center;
  font-size: clamp(18px, 2.4vw, 22px);
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: clamp(12px, 1.6vw, 16px);
}

.card__body {
  background: #fff;
  border-radius: 12px;
  padding: clamp(14px, 1.8vw, 18px);
  color: #0f172a;
  font-weight: 600;
  line-height: 1.9;
}

/* ダーク背景にも乗るよう薄い内側影（任意） */

.card__body {
  box-shadow: inset 0 0 0 1px rgba(99, 102, 241, 0.08);
}

/* モーション配慮 */

@media (prefers-reduced-motion: reduce) {
  .bg-layer {
    transform: none !important;
  }
}

@media (min-width: 960px) {
  .why__grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* ====== base ====== */

.lla-section {
  --brand: #b4c2ff;
  --brand-grad: linear-gradient(90deg, #f8a9df, #b4c2ff);
  --ink: #0f172a;
  --muted: #475569;
  --card: #ffffff;
  --panel: #f0f3ff;
  --shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Meiryo',
    sans-serif;
  color: var(--ink);
  padding: clamp(32px, 5vw, 56px) 16px 80px;
  background: radial-gradient(700px 400px at 20% -10%, rgba(255, 240, 255, 0.7), transparent 60%),
    radial-gradient(800px 500px at 90% 10%, rgba(230, 245, 255, 0.7), transparent 70%), #fafbff;
}

/* pill heading */

.lla-pill {
  width: fit-content;
  margin: 28px auto;
  padding: 0.7em 1.4em;
  border-radius: 999px;
  background: var(--brand-grad);
  color: #fff;
  font-weight: 800;
  font-size: clamp(18px, 3.2vw, 28px);
  letter-spacing: 0.06em;
  text-align: center;
  box-shadow: var(--shadow);
}

/* support block */

.support-wrap {
  max-width: min(1024px, 92vw);
  margin: 16px auto 56px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  background: var(--card);
  border-radius: 20px;
  box-shadow: var(--shadow);
  padding: clamp(16px, 2.6vw, 22px);
}

.support-copy .copy-inner {
  border: 3px solid #9db1ff;
  border-radius: 14px;
  padding: clamp(14px, 2.2vw, 18px);
  background: #fff;
}

.points {
  margin-top: 0.6em;
  padding-left: 1.2em;
}

.points li {
  list-style: '✔ ';
  color: var(--muted);
  margin: 0.2em 0;
}

.support-avatars {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(10px, 2vw, 16px);
  margin: 0;
  padding: 8px;
  align-items: center;
  justify-items: center;
}

.support-avatars img {
  width: 104px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 999px;
  box-shadow: var(--shadow);
}

/* voices */

.voice {
  max-width: min(960px, 92vw);
  margin: 36px auto;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr auto;
  align-items: start;
}

.voice.alt {
  grid-template-columns: auto 1fr;
}

.avatar img {
  width: 140px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 999px;
  box-shadow: var(--shadow);
}

.bubble {
  position: relative;
  background: #e8f0ff;
  border-radius: 16px;
  padding: clamp(14px, 2.2vw, 18px);
  box-shadow: var(--shadow);
}

.voice.alt .bubble {
  background: #eafaf7;
}

.bubble::after {
  content: '';
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 18px;
  height: 18px;
  background: inherit;
  rotate: 45deg;
  box-shadow: var(--shadow);
  right: -8px;
  border-radius: 2px;
}

.voice.alt .bubble::after {
  left: -8px;
  right: auto;
}

.voice-name {
  font-size: clamp(14px, 2.2vw, 18px);
  font-weight: 800;
  margin-bottom: 0.5em;
}

.bubble p {
  color: var(--ink);
  line-height: 1.9;
  font-weight: 600;
}

/* responsive */

@media (max-width: 720px) {
  .support-avatars {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .voice,
  .voice.alt {
    grid-template-columns: 1fr;
  }
  .bubble::after {
    display: none;
  }
  .avatar {
    order: -1;
    justify-self: center;
  }
}

/* Flow */

.flow-section {
  padding: 2.5rem 0;
}

.pill-title {
  width: fit-content;
  margin: 0 auto 1.5rem;
  padding: 0.7rem 1.4rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #f6a9df, #b5c3ff);
  color: #fff;
  font-weight: 900;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  box-shadow: 0 12px 28px rgba(90, 123, 255, 0.16);
}

.flow-grid {
  width: min(1100px, 92vw);
  margin: 0 auto;
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  .flow-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .flow-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.flow-step {
  background: #eef1ff;
  border-radius: 28px;
  padding: 10px;
  box-shadow: 0 12px 28px rgba(90, 123, 255, 0.16);
}

.flow-step__inner {
  background: #fff;
  border-radius: 22px;
  padding: 22px 18px 20px;
  min-height: 230px;
  position: relative;
}

.flow-step__badge {
  position: absolute;
  left: -12px;
  top: -12px;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffd3ec, #b5c3ff);
  color: #3b3b57;
  font-weight: 800;
  font-size: 0.82rem;
  box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.14);
}

.flow-step__icon {
  width: 68px;
  height: 68px;
  margin: 4px auto 14px;
  display: grid;
  place-items: center;
  background: #e9edff;
  border-radius: 18px;
  box-shadow: inset 0 0 0 1px rgba(90, 123, 255, 0.12);
}

.flow-step__title {
  text-align: center;
  font-weight: 900;
  margin: 0 0 0.3rem;
}

.flow-step__desc {
  text-align: center;
  color: #616a86;
  font-weight: 600;
  font-size: 0.95rem;
}

/* Recruit */

.require-section {
  padding: 2.5rem 0;
}

.require {
  width: min(1100px, 92vw);
  margin: 0 auto;
  background: #eef1ff;
  border-radius: 30px;
  padding: 14px;
  box-shadow: 0 12px 28px rgba(90, 123, 255, 0.16);
}

.require__inner {
  background: #fff;
  border-radius: 22px;
  display: grid;
  gap: 1rem;
  padding: 16px;
  align-items: center;
  grid-template-columns: 1fr;
}

@media (min-width: 880px) {
  .require__inner {
    grid-template-columns: 380px 1fr;
    padding: 18px;
  }
}

.require__photo {
  background: #fff;
  border-radius: 18px;
  padding: 10px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.require__photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.require__content {
  padding: 6px;
}

.require__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 0.8rem;
}

.chip {
  display: inline-block;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(90deg, #98e0ff, #c4a8ff);
  box-shadow: 0 6px 16px rgba(100, 116, 255, 0.22);
  font-size: 0.95rem;
}

.require__note {
  background: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: inset 0 0 0 2px rgba(90, 123, 255, 0.12);
  font-weight: 700;
  line-height: 1.9;
}

.require__note strong {
  font-weight: 900;
}

.require__small {
  color: #616a86;
  font-weight: 600;
  font-size: 0.9rem;
  margin-top: 0.4rem;
}

/* ===== FAQ ===== */

.faq {
  background: #5a5a5a;
  color: #fff;
  padding: 48px 0;
}

.faq__inner {
  width: min(1100px, 92vw);
  margin: 0 auto;
}

.faq__tag {
  display: inline-block;
  background: #fff;
  color: #333;
  font-weight: 900;
  padding: 0.5rem 0.9rem;
  border-radius: 10px;
  margin-bottom: 22px;
  letter-spacing: 0.08em;
}

.faq__list {
  margin: 0;
  padding: 0;
}

.qa {
  padding: 18px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}

.qa:last-child {
  border-bottom: none;
}

.qa__q {
  font-weight: 900;
  font-size: 1.1rem;
  margin: 0 0 0.6rem;
}

.qa__a {
  margin: 0;
  line-height: 1.9;
  color: #f3f3f3;
}

.qa__a strong {
  color: #fff;
}

/* ===== Footer ===== */

.site-footer {
  background: #2f3340;
  color: #d7dbea;
  padding-top: 28px;
}

.site-footer__inner {
  width: min(1100px, 92vw);
  margin: 0 auto;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
  padding-bottom: 18px;
}

@media (min-width: 900px) {
  .site-footer__inner {
    grid-template-columns: 1fr 1fr 1.1fr;
  }
}

.f-title {
  font-weight: 900;
  margin: 0 0 0.6rem;
}

.f-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.f-list li {
  margin: 0.35rem 0;
}

.f-list a {
  color: #d7dbea;
  text-decoration: none;
}

.f-list a:hover {
  text-decoration: underline;
}

.f-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
}

.f-sns {
  margin: 0;
  opacity: 0.9;
}

.line-banner {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: #06c755;
  color: #fff;
  font-weight: 900;
  border-radius: 999px;
  padding: 0.8rem 1rem;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(6, 199, 85, 0.25);
}

.line-banner:hover {
  filter: brightness(1.05);
}

/* コピーライト */

.f-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  padding: 12px 0;
  color: #bfc4d7;
  font-size: 0.9rem;
}

/* ===== 固定LINE応募ボタン ===== */

.line-fab {
  position: fixed;
  right: 16px;
  bottom: 20px;
  z-index: 50;
  width: 50%;
  max-width: 200px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #06c755;
  color: #fff;
  font-weight: 900;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(6, 199, 85, 0.28);
  justify-content: center;
}

.line-fab img {
  width: 35px;
  height: auto;
  object-fit: contain;
}

.line-fab:hover {
  filter: brightness(1.06);
}

@media (max-width: 480px) {
  .line-fab {
    right: 12px;
    bottom: 12px;
    padding: 0.7rem 0.9rem;
  }
}
