/* ==========================================================================
   Layout / Follow
   スクロール追従のCTAボタン（無料相談・資料ダウンロード）
   ========================================================================== */
.l-follow {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  background-color: var(--color-white);
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.1);
}

.l-follow__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

/* 装飾（扉・取っ手）はなしのシンプルなボタンにする */
.l-follow .l-follow__btn::after,
.l-follow .l-follow__btn::before {
  content: none;
}
