/* =========================================================
   LINE相談バナー（FAQ直後）
   ========================================================= */

.line-cta-section {
  background: linear-gradient(135deg, #06C755 0%, #04a847 100%);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
  padding: 56px 20px;
}

.line-cta-inner {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.line-cta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.06em;
  margin: 0;
}

.line-cta-title {
  font-size: 1.8rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.45;
  margin: 4px 0 6px;
  text-shadow: 0 2px 6px rgba(0, 80, 35, 0.25);
}

.line-cta-text {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.8;
  margin: 0 0 22px;
}

.line-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 44px;
  background: #ffffff;
  color: #06C755;
  border-radius: 999px;
  font-size: 1.25rem;
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 0.03em;
  box-shadow: 0 8px 22px rgba(0, 70, 30, 0.28);
  transition: transform 0.18s ease, box-shadow 0.25s ease;
}

.line-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 70, 30, 0.34);
}

.line-cta-btn svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.line-cta-note {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 14px 0 0;
  line-height: 1.6;
}

@media (max-width: 700px) {
  .line-cta-section { padding: 44px 16px; }
  .line-cta-title { font-size: 1.4rem; }
  .line-cta-text { font-size: 0.98rem; }
  .line-cta-btn { padding: 14px 36px; font-size: 1.12rem; }
  .line-cta-btn svg { width: 24px; height: 24px; }
}
