@charset "UTF-8";
/*
 * top-custom.css — TOPページ固有の微調整
 * メインビュー（.brf-hero* / .brf-marquee*）・取扱サービスカード（.brf-scard*）・
 * 回遊カード（.brf-explore*）・採用バナー（.brf-recruit*）の基本スタイルは
 * 複数箇所での再利用を見込み site.css に定義している。
 * ここには TOP だけの上書きがあれば追記する。
 */

/* メインビュー直後は上余白を詰める（導入セクション） */
.brf-hero + .section { padding-top: 88px; }
@media (max-width: 896px) { .brf-hero + .section { padding-top: 50px; } }
