/* ===== 愛徳HP メリハリ配色（全ページ共通・2026-07-12） =====
   技術だよりの題箋と同じ浮世絵4色+αで、ナビの札を色分けする。
   インラインstyleに勝つため !important。href属性で対象を特定するので
   dcページ(相対href)にも dayori/saiyo(絶対href)にも効く。 */

/* 業務 ─ 緋 */
.nv4 a[href*="業務内容"]{background:linear-gradient(180deg,#c14b42,#a83d35) !important;color:#f6efdd !important;border-color:#7e2f28 !important;border-top-color:#5f231e !important}
/* 技術 ─ 瑠璃 */
.nv4 a[href*="技術紹介"]{background:linear-gradient(180deg,#2a5ea6,#1f4e8c) !important;color:#f6efdd !important;border-color:#173a68 !important;border-top-color:#122c50 !important}
/* 実績 ─ 青碧 */
.nv4 a[href*="業務実績"]{background:linear-gradient(180deg,#26907f,#1f7a6d) !important;color:#f6efdd !important;border-color:#175c52 !important;border-top-color:#11463e !important}
/* 協業 ─ 江戸紫 */
.nv4 a[href*="協業"]{background:linear-gradient(180deg,#7754a8,#6a4a99) !important;color:#f6efdd !important;border-color:#503876 !important;border-top-color:#3d2b5a !important}
/* 会社 ─ 山吹 */
.nv4 a[href*="会社案内"]{background:linear-gradient(180deg,#c08a2e,#ab7a26 ) !important;color:#f6efdd !important;border-color:#7e5a1c !important;border-top-color:#604415 !important}
/* 採用 ─ 蘇芳 */
.nv4 a[href*="saiyo"]{background:linear-gradient(180deg,#9d4257,#8e354a) !important;color:#f6efdd !important;border-color:#6b2838 !important;border-top-color:#511e2a !important}
/* 動画 ─ 錆浅葱 */
.nv4 a[href*="動画"]{background:linear-gradient(180deg,#5f979c,#53868b) !important;color:#f6efdd !important;border-color:#3e6569 !important;border-top-color:#2f4d50 !important}
/* 便り ─ 柿 */
.nv4 a[href*="dayori"]{background:linear-gradient(180deg,#d0693b,#bd5c31 ) !important;color:#f6efdd !important;border-color:#8e4525 !important;border-top-color:#6b341c !important}
/* 奥の間 ─ 墨 */
.nv4 a[href*="社内ツール"]{background:linear-gradient(180deg,#4a4239,#3d3630) !important;color:#e8dcbb !important;border-color:#2a251f !important;border-top-color:#1c1915 !important}

/* 現在地の札 ─ 金の縁で示す（色分けで従来の紅ハイライトが埋もれるため） */
.nv4 a.on{outline:3px solid #caa243 !important;outline-offset:-3px}

/* 御相談ボタンは藍のまま、少しだけ深く */
.nv4 a.lift{background:#1d3a63 !important}
