/* ===== RETHEME terra (§3-3b・2026-07-03 batch) — 原本はサーバ .bak & _server_mirror/css ===== */
@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #16181c;
  background: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
summary {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p,
ul,
ol,
dl,
dd,
figure {
  margin-top: 0;
}

ul,
ol {
  padding-left: 1.25em;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 9999;
  padding: 10px 16px;
  color: #fff;
  background: #7E3227;
  border-radius: 6px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

#wrapper,
#contents {
  width: 100%;
}

#main {
  overflow: hidden;
}

.inner {
  width: min(1180px, 100% - 100px);
  margin-inline: auto;
}

.section {
  padding: 120px 0;
}

.section--soft {
  background: #f8f5f5;
}

.section-heading {
  display: grid;
  gap: 14px;
  margin-bottom: 52px;
}

.section-heading__eyebrow {
  margin: 0;
  color: #5a3a2a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-heading__title {
  max-width: 880px;
  margin: 0;
  color: #7E3227;
  font-size: clamp(32px, 4.2vw, 58px);
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.03em;
}

.section-heading__lead {
  max-width: 760px;
  margin: 0;
  color: #706260;
  font-size: 17px;
  line-height: 1.9;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 14px 30px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.button--primary {
  color: #16181c;
  background: #f5b500;
  box-shadow: 0 12px 30px rgba(117, 86, 0, 0.18);
}

.button--secondary {
  color: #fff;
  background: #7E3227;
}

.button--outline {
  color: #7E3227;
  border-color: rgba(76, 23, 15, 0.34);
  background: rgba(255, 255, 255, 0.8);
}

.button:focus-visible,
.summary-link:focus-visible {
  outline: 3px solid #f5b500;
  outline-offset: 4px;
}

.breadcrumb {
  border-top: 1px solid rgba(76, 23, 15, 0.08);
  background: #fff;
}

.breadcrumb__inner {
  width: min(1180px, 100% - 100px);
  margin-inline: auto;
  padding: 18px 0;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #736866;
  font-size: 12px;
}

.breadcrumb__item + .breadcrumb__item::before {
  margin-right: 8px;
  content: "/";
}

.breadcrumb__link {
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .button:hover {
    transform: translateY(-2px);
  }
  .button--primary:hover {
    box-shadow: 0 16px 36px rgba(117, 86, 0, 0.25);
  }
}
@media (max-width: 1024px) {
  .inner,
  .breadcrumb__inner {
    width: min(100% - 60px, 1180px);
  }
  .section {
    padding: 96px 0;
  }
}
@media (max-width: 850px) {
  .section {
    padding: 76px 0;
  }
  .section-heading {
    margin-bottom: 36px;
  }
  .section-heading__lead {
    font-size: 15px;
  }
}
@media (max-width: 568px) {
  .inner,
  .breadcrumb__inner {
    width: min(100% - 40px, 1180px);
  }
  .section {
    padding: 64px 0;
  }
  .button {
    width: 100%;
    min-height: 56px;
    padding-inline: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button {
    transition: none;
  }
}
.header {
  position: relative;
  z-index: 100;
  width: 100%;
  color: #000;
  background: #fff;
  font-family: inherit;
}
.header *, .header *::before, .header *::after {
  box-sizing: border-box;
}

.header__inner {
  width: 100%;
  padding: 0 50px;
}

.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__brand {
  padding-top: 0;
}

.header__logo {
  display: block;
  width: 200px;
  line-height: 0;
}

.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header__tagline {
  margin: 10px 0 0;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.header__utility {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header__lang {
  position: relative;
  flex: 0 0 auto;
}

.header__lang-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  color: #000;
  background: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.header__lang-arrow {
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.2s ease;
}

.header__lang.is-open .header__lang-arrow {
  transform: translateY(2px) rotate(225deg);
}

.header__lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 10;
  display: grid;
  width: 150px;
  padding: 8px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  visibility: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.header__lang.is-open .header__lang-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.header__lang-link {
  display: block;
  padding: 10px 12px;
  border-radius: 4px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.header__lang-link.is-current {
  background: #f8f5f4;
  font-weight: 600;
}

.header__actions {
  position: relative;
  top: -45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: auto;
  padding: 100px 20px 20px;
  border-radius: 0 0 10px 10px;
  background: #B24A3B;
}

.header__action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 32px;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}

.header__action-link img {
  display: block;
  flex: 0 0 auto;
  width: auto;
  max-height: 18px;
}

.header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  margin-top: 10px;
}

.header__nav-link {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.header__lang-button:focus-visible, .header__lang-link:focus-visible, .header__action-link:focus-visible, .header__nav-link:focus-visible, .header__logo:focus-visible {
  outline: 2px solid #B24A3B;
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .header__lang-button:hover {
    border-color: #B24A3B;
  }
  .header__lang-link:hover {
    background: #f8f5f4;
  }
  .header__action-link:hover {
    opacity: 0.8;
  }
  .header__nav-link:hover {
    color: #B24A3B;
  }
}
@media (max-width: 1250px) {
  .header__utility {
    gap: 20px;
  }
  .header__nav {
    gap: 22px;
  }
}
@media (max-width: 1024px) {
  .header__inner {
    padding: 0 35px;
  }
  .header__tagline {
    display: none;
  }
}
@media (max-width: 850px) {
  .header__inner {
    padding: 14px 30px;
  }
  .header__top {
    align-items: center;
    gap: 16px;
  }
  .header__brand {
    padding-top: 0;
  }
  .header__logo {
    width: 160px;
  }
  .header__utility {
    margin-left: auto;
  }
  .header__lang-button {
    width: 98px;
    height: 40px;
    padding: 0 12px;
    font-size: 13px;
  }
  .header__lang-menu {
    width: 140px;
  }
  .header__actions, .header__nav {
    display: none;
  }
}
@media (max-width: 568px) {
  .header__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .header__logo {
    width: 145px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .header__lang-arrow, .header__lang-menu {
    transition: none;
  }
}
.sp-menu {
  display: none;
}

@media (max-width: 850px) {
  .sp-menu {
    position: fixed;
    top: 14px;
    right: 124px;
    z-index: 1000;
    display: block;
  }
  .sp-menu__button {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid rgba(76, 23, 15, 0.14);
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 8px 24px rgba(76, 23, 15, 0.12);
    cursor: pointer;
  }
  .sp-menu__lines,
  .sp-menu__lines::before,
  .sp-menu__lines::after {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: #7E3227;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  .sp-menu__lines {
    position: relative;
  }
  .sp-menu__lines::before,
  .sp-menu__lines::after {
    position: absolute;
    left: 0;
    content: "";
  }
  .sp-menu__lines::before {
    top: -7px;
  }
  .sp-menu__lines::after {
    top: 7px;
  }
  .sp-menu.is-open .sp-menu__lines {
    background: transparent;
  }
  .sp-menu.is-open .sp-menu__lines::before {
    transform: translateY(7px) rotate(45deg);
  }
  .sp-menu.is-open .sp-menu__lines::after {
    transform: translateY(-7px) rotate(-45deg);
  }
  .sp-menu__button:focus-visible,
  .sp-menu__link:focus-visible {
    outline: 3px solid #f5b500;
    outline-offset: 4px;
  }
  .sp-menu__panel {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 96px 28px 40px;
    overflow-y: auto;
    background: rgba(249, 246, 246, 0.98);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  }
  .sp-menu.is-open .sp-menu__panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .sp-menu__nav {
    display: grid;
    gap: 0;
    border-top: 1px solid rgba(76, 23, 15, 0.14);
  }
  .sp-menu__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    border-bottom: 1px solid rgba(76, 23, 15, 0.14);
    color: #7E3227;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
  }
  .sp-menu__cta {
    display: grid;
    gap: 12px;
  }
}
body.is-menu-open {
  overflow: hidden;
}

.footer {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}
.footer__inner {
  box-sizing: border-box;
  margin: 100px 0;
  padding: 0 50px;
}
.footer__top {
  display: flex;
}
.footer__intro {
  display: flex;
  flex: 0 0 400px;
  flex-direction: column;
}
.footer__copy {
  display: block;
  width: 355px;
  margin: 0;
}
.footer__copy img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__description {
  display: block;
  margin: 30px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
}
.footer__nav {
  width: calc(100% - 400px);
}
.footer__columns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 24px 0 28px;
  list-style: none;
}
.footer__column {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 33.3333333333%;
  padding: 0 35px;
  gap: 10px;
}
.footer__column--center {
  border-left: 1px dotted #f8f5f4;
}
.footer__heading {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none;
}
.footer__heading--spaced {
  margin-top: 15px;
}
.footer__heading span {
  position: relative;
  bottom: -1px;
  display: block;
  width: 17px;
  margin-left: 5px;
  border-radius: 50%;
  aspect-ratio: 1;
  background: linear-gradient(135deg, #B24A3B 0%, #9C4032 100%);
}
.footer__heading span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  width: 7px;
  content: "";
  transform: translate(-25%, -50%);
  clip-path: polygon(0 15%, 15% 0, 65% 50%, 15% 100%, 0 85%, 35% 50%, 0 15%);
  aspect-ratio: 1;
  background-color: #fff;
}
.footer__group {
  margin: 0;
}
.footer__summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}
.footer__summary::-webkit-details-marker {
  display: none;
}
.footer__summary::after {
  display: block;
  width: 13px;
  content: "";
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  clip-path: polygon(0 45%, 45% 45%, 45% 0, 55% 0, 55% 45%, 100% 45%, 100% 55%, 55% 55%, 55% 100%, 45% 100%, 45% 55%, 0 55%);
  aspect-ratio: 1;
  background-color: #000;
}
.footer__group[open] .footer__summary::after {
  clip-path: polygon(0 45%, 100% 45%, 100% 55%, 0 55%);
}
.footer__links {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 15px;
  border-radius: 5px;
  background-color: #f8f5f4;
}
.footer__nav-link {
  display: block;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
  text-decoration: none;
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}
.footer__bottom {
  display: flex;
  align-items: flex-start;
  margin-top: 50px;
}
.footer__company {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.footer__brand-row {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
.footer__logo {
  display: block;
  width: 200px;
}
.footer__bess {
  display: block;
  width: 170px;
}
.footer__logo img, .footer__bess img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__link {
  display: flex;
  align-items: center;
  gap: 0 5px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}
.footer__link span {
  display: block;
  width: 15px;
  line-height: 1;
}
.footer__link img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__copyright {
  margin: 0;
  color: #000;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
}
.footer__copyright--mobile {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .footer__heading:hover, .footer__summary:hover, .footer__nav-link:hover, .footer__link:hover {
    color: #9C4032;
  }
  .footer__summary:hover::after {
    background-color: #9C4032;
  }
}
@media (max-width: 1350px) {
  .footer__top {
    flex-direction: column;
  }
  .footer__intro {
    flex-basis: auto;
    width: 100%;
  }
  .footer__description br {
    display: none;
  }
  .footer__nav {
    width: 100%;
    margin-top: 50px;
  }
  .footer__column {
    width: 31.6666666667%;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .footer__nav {
    margin-top: 20px;
  }
  .footer__links {
    font-size: 14px;
  }
}
@media (max-width: 850px) {
  .footer__inner {
    margin: 50px 0;
    padding: 0 30px;
  }
  .footer__intro {
    align-items: center;
  }
  .footer__copy {
    width: 300px;
  }
  .footer__description {
    max-width: 500px;
    margin: 10px auto 0;
    text-align: center;
  }
  .footer__nav {
    display: none;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .footer__brand-row {
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
  }
  .footer__copyright--desktop {
    display: none;
  }
  .footer__company {
    align-items: center;
    width: 100%;
    gap: 24px 0;
  }
  .footer__brand-row {
    width: 100%;
  }
  .footer__logo {
    width: 180px;
  }
  .footer__bess {
    width: 150px;
  }
  .footer__link {
    justify-content: center;
    font-size: 13px;
  }
  .footer__copyright--mobile {
    display: block;
    margin-top: 30px;
    text-align: center;
  }
}
@media (max-width: 568px) {
  .footer__inner {
    padding: 0 20px;
  }
  .footer__copy {
    width: min(100%, 300px);
  }
}

body#ag-branches {
  --branch-brown: #5a3a2a;
  --branch-brown-soft: #f2ece8;
  --branch-green: #9C4032;
  --branch-green-dark: #7E3227;
  --branch-gold: #f5b500;
  --branch-text: #16181c;
  --branch-muted: #706260;
  --branch-border: rgba(76, 23, 15, .14);
  --branch-shadow: 0 24px 70px rgba(76, 23, 15, .11);
}
body#ag-branches .branches-hero {
  position: relative;
  min-height: 720px;
  background: #f3efee;
}
body#ag-branches .branches-hero__media {
  position: absolute;
  inset: 0 0 0 42%;
  overflow: hidden;
}
body#ag-branches .branches-hero__media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, #f3efee 0%, rgba(243, 239, 238, 0.78) 18%, transparent 56%);
}
body#ag-branches .branches-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
body#ag-branches .branches-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  min-height: 720px;
}
body#ag-branches .branches-hero__content {
  width: min(650px, 58%);
  padding: 92px 0 84px;
}
body#ag-branches .branches-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  color: var(--branch-brown);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
body#ag-branches .branches-hero__label::before {
  width: 34px;
  height: 1px;
  content: "";
  background: currentColor;
}
body#ag-branches .branches-hero__title {
  max-width: 630px;
  margin: 0;
  color: var(--branch-green-dark);
  font-size: clamp(46px, 6.2vw, 84px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.045em;
}
body#ag-branches .branches-hero__title-accent {
  display: block;
  margin-top: 12px;
  color: var(--branch-brown);
  font-size: 0.52em;
  letter-spacing: 0.02em;
}
body#ag-branches .branches-hero__lead {
  max-width: 600px;
  margin: 30px 0 0;
  color: #433735;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.95;
}
body#ag-branches .branches-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}
body#ag-branches .branches-hero__note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 24px 0 0;
  color: #645553;
  font-size: 13px;
  line-height: 1.7;
}
body#ag-branches .branches-hero__note::before {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  content: "";
  background: var(--branch-green);
  box-shadow: 0 0 0 6px rgba(122, 40, 27, 0.12);
}
body#ag-branches .branch-intro {
  position: relative;
  margin-top: -34px;
  padding: 0 0 96px;
}
body#ag-branches .branch-intro__panel {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 0.95fr 1.6fr;
  gap: 44px;
  padding: 48px;
  border: 1px solid rgba(76, 23, 15, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--branch-shadow);
}
body#ag-branches .branch-intro__title {
  margin: 0;
  color: var(--branch-green-dark);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.4;
}
body#ag-branches .branch-intro__title strong {
  color: var(--branch-brown);
  font-weight: 700;
}
body#ag-branches .branch-intro__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
body#ag-branches .branch-intro__item {
  min-height: 170px;
  padding: 22px;
  border-radius: 18px;
  background: #f8f5f5;
}
body#ag-branches .branch-intro__number {
  display: block;
  margin-bottom: 16px;
  color: var(--branch-brown);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
body#ag-branches .branch-intro__question {
  margin: 0;
  color: var(--branch-green-dark);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
}
body#ag-branches .branch-intro__answer {
  margin: 10px 0 0;
  color: var(--branch-muted);
  font-size: 13px;
  line-height: 1.75;
}
body#ag-branches .network-overview {
  position: relative;
  color: #fff;
  background: var(--branch-green-dark);
}
body#ag-branches .network-overview__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 680px;
}
body#ag-branches .network-overview__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 96px 76px 96px max(50px, (100vw - 1180px) / 2);
}
body#ag-branches .network-overview__eyebrow {
  margin: 0 0 16px;
  color: #f4d37d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
body#ag-branches .network-overview__title {
  margin: 0;
  font-size: clamp(38px, 4.7vw, 66px);
  line-height: 1.22;
  letter-spacing: -0.035em;
}
body#ag-branches .network-overview__lead {
  max-width: 620px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.95;
}
body#ag-branches .network-overview__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}
body#ag-branches .network-overview__fact {
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  line-height: 1.65;
}
body#ag-branches .network-overview__fact strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 15px;
}
body#ag-branches .network-overview__visual {
  position: relative;
  min-height: 680px;
  overflow: hidden;
}
body#ag-branches .network-overview__visual::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(90deg, rgba(76, 23, 15, 0.9), rgba(76, 23, 15, 0.12) 38%, rgba(76, 23, 15, 0.32));
}
body#ag-branches .network-overview__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body#ag-branches .network-map {
  position: absolute;
  inset: 58px 58px 58px 32px;
  z-index: 2;
  display: grid;
  place-items: center;
}
body#ag-branches .network-map__svg {
  width: min(100%, 540px);
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.18));
}
body#ag-branches .network-map__note {
  position: absolute;
  right: 24px;
  bottom: 22px;
  left: 24px;
  z-index: 3;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  line-height: 1.6;
  text-align: right;
}
body#ag-branches .branch-list__head-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 46px;
}
body#ag-branches .branch-list__status {
  flex: 0 0 auto;
  max-width: 340px;
  margin: 0;
  padding: 14px 18px;
  border-left: 3px solid var(--branch-gold);
  color: var(--branch-muted);
  background: #fffaf0;
  font-size: 12px;
  line-height: 1.7;
}
body#ag-branches .branch-list__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
body#ag-branches .branch-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 24px;
  min-height: 270px;
  padding: 34px;
  overflow: hidden;
  border: 1px solid var(--branch-border);
  border-radius: 22px;
  background: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
body#ag-branches .branch-card::after {
  position: absolute;
  right: -46px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  content: "";
  background: rgba(90, 58, 42, 0.055);
}
body#ag-branches .branch-card__index {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: #fff;
  background: var(--branch-green-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
body#ag-branches .branch-card__body {
  position: relative;
  z-index: 1;
}
body#ag-branches .branch-card__type {
  margin: 0;
  color: var(--branch-brown);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
body#ag-branches .branch-card__title {
  margin: 8px 0 0;
  color: var(--branch-green-dark);
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.4;
}
body#ag-branches .branch-card__meta {
  display: grid;
  gap: 8px;
  margin: 22px 0 0;
}
body#ag-branches .branch-card__meta-row {
  display: grid;
  grid-template-columns: 98px 1fr;
  gap: 10px;
  margin: 0;
  color: var(--branch-muted);
  font-size: 13px;
  line-height: 1.65;
}
body#ag-branches .branch-card__meta-row dt {
  color: #4b3c3a;
  font-weight: 700;
}
body#ag-branches .branch-card__meta-row dd {
  margin: 0;
}
body#ag-branches .branch-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  color: var(--branch-green-dark);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
body#ag-branches .branch-card__link::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  transform: rotate(45deg);
}
body#ag-branches .branch-list__contact {
  display: grid;
  grid-template-columns: 1.25fr auto;
  align-items: center;
  gap: 30px;
  margin-top: 28px;
  padding: 30px 34px;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, #3c1c17, #7E3227);
}
body#ag-branches .branch-list__contact-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.5;
}
body#ag-branches .branch-list__contact-text {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  line-height: 1.75;
}
body#ag-branches .branch-role {
  background: #f6f3f3;
}
body#ag-branches .branch-role__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
body#ag-branches .role-card {
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(76, 23, 15, 0.08);
}
body#ag-branches .role-card__image {
  height: 230px;
  overflow: hidden;
}
body#ag-branches .role-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
body#ag-branches .role-card__body {
  padding: 28px;
}
body#ag-branches .role-card__number {
  margin: 0 0 12px;
  color: var(--branch-brown);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
body#ag-branches .role-card__title {
  margin: 0;
  color: var(--branch-green-dark);
  font-size: 24px;
  line-height: 1.45;
}
body#ag-branches .role-card__text {
  margin: 14px 0 0;
  color: var(--branch-muted);
  font-size: 14px;
  line-height: 1.85;
}
body#ag-branches .consult-flow {
  position: relative;
}
body#ag-branches .consult-flow__layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: center;
}
body#ag-branches .consult-flow__image {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  border-radius: 26px;
}
body#ag-branches .consult-flow__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body#ag-branches .consult-flow__image-caption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  margin: 0;
  padding: 18px;
  border-radius: 14px;
  color: #fff;
  background: rgba(76, 23, 15, 0.86);
  font-size: 13px;
  line-height: 1.7;
  backdrop-filter: blur(8px);
}
body#ag-branches .consult-flow__steps {
  display: grid;
  gap: 0;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}
body#ag-branches .consult-flow__step {
  position: relative;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  padding: 0 0 28px;
}
body#ag-branches .consult-flow__step:not(:last-child)::before {
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 31px;
  width: 1px;
  content: "";
  background: rgba(122, 40, 27, 0.22);
}
body#ag-branches .consult-flow__number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border: 1px solid rgba(122, 40, 27, 0.2);
  border-radius: 50%;
  color: var(--branch-green-dark);
  background: #fff;
  font-size: 13px;
  font-weight: 700;
}
body#ag-branches .consult-flow__step-title {
  margin: 5px 0 0;
  color: var(--branch-green-dark);
  font-size: 20px;
  line-height: 1.5;
}
body#ag-branches .consult-flow__step-text {
  margin: 8px 0 0;
  color: var(--branch-muted);
  font-size: 14px;
  line-height: 1.8;
}
body#ag-branches .consult-flow__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}
body#ag-branches .agency-link {
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: var(--branch-brown);
}
body#ag-branches .agency-link__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 590px;
}
body#ag-branches .agency-link__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px max(50px, (100vw - 1180px) / 2) 80px 76px;
}
body#ag-branches .agency-link__eyebrow {
  margin: 0 0 16px;
  color: #f5d37b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
body#ag-branches .agency-link__title {
  margin: 0;
  font-size: clamp(36px, 4.2vw, 58px);
  line-height: 1.28;
  letter-spacing: -0.03em;
}
body#ag-branches .agency-link__text {
  max-width: 590px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.95;
}
body#ag-branches .agency-link__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}
body#ag-branches .agency-link__media {
  min-height: 590px;
  overflow: hidden;
}
body#ag-branches .agency-link__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body#ag-branches .faq-list {
  display: grid;
  gap: 14px;
  max-width: 960px;
  margin: 0 auto;
}
body#ag-branches .faq-item {
  border: 1px solid var(--branch-border);
  border-radius: 16px;
  background: #fff;
}
body#ag-branches .faq-item__summary {
  position: relative;
  display: grid;
  grid-template-columns: 44px 1fr 24px;
  gap: 16px;
  align-items: center;
  min-height: 84px;
  padding: 18px 24px;
  color: var(--branch-green-dark);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
  cursor: pointer;
  list-style: none;
}
body#ag-branches .faq-item__summary::-webkit-details-marker {
  display: none;
}
body#ag-branches .faq-item__mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: var(--branch-brown);
  font-size: 14px;
}
body#ag-branches .faq-item__toggle {
  position: relative;
  width: 20px;
  height: 20px;
}
body#ag-branches .faq-item__toggle::before,
body#ag-branches .faq-item__toggle::after {
  position: absolute;
  top: 9px;
  left: 2px;
  width: 16px;
  height: 2px;
  content: "";
  background: var(--branch-green-dark);
  transition: transform 0.25s ease;
}
body#ag-branches .faq-item__toggle::after {
  transform: rotate(90deg);
}
body#ag-branches .faq-item[open] .faq-item__toggle::after {
  transform: rotate(0);
}
body#ag-branches .faq-item__answer {
  padding: 0 88px 26px 84px;
  color: var(--branch-muted);
  font-size: 14px;
  line-height: 1.9;
}
body#ag-branches .faq-item__answer p {
  margin: 0;
}
body#ag-branches .final-cta {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, #35120d, #611e14);
}
body#ag-branches .final-cta::before,
body#ag-branches .final-cta::after {
  position: absolute;
  border-radius: 50%;
  content: "";
  background: rgba(255, 255, 255, 0.04);
}
body#ag-branches .final-cta::before {
  top: -170px;
  right: -80px;
  width: 480px;
  height: 480px;
}
body#ag-branches .final-cta::after {
  bottom: -220px;
  left: -80px;
  width: 420px;
  height: 420px;
}
body#ag-branches .final-cta__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: center;
  gap: 50px;
}
body#ag-branches .final-cta__eyebrow {
  margin: 0 0 14px;
  color: #f5d37b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
body#ag-branches .final-cta__title {
  margin: 0;
  font-size: clamp(38px, 4.6vw, 62px);
  line-height: 1.3;
  letter-spacing: -0.035em;
}
body#ag-branches .final-cta__text {
  max-width: 680px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.9;
}
body#ag-branches .final-cta__actions {
  display: grid;
  gap: 14px;
}
body#ag-branches .final-cta__actions .button--outline {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
  background: transparent;
}
body#ag-branches .branch-card__link:focus-visible,
body#ag-branches .breadcrumb__link:focus-visible,
body#ag-branches .faq-item__summary:focus-visible {
  outline: 3px solid var(--branch-gold);
  outline-offset: 4px;
}
@media (hover: hover) and (pointer: fine) {
  body#ag-branches .branch-card:hover {
    border-color: rgba(122, 40, 27, 0.35);
    box-shadow: 0 18px 50px rgba(76, 23, 15, 0.1);
    transform: translateY(-3px);
  }
  body#ag-branches .role-card:hover .role-card__image img {
    transform: scale(1.035);
  }
}
@media (max-width: 1100px) {
  body#ag-branches .branch-intro__panel {
    grid-template-columns: 1fr;
  }
  body#ag-branches .network-overview__content {
    padding-left: 50px;
  }
  body#ag-branches .consult-flow__layout {
    gap: 44px;
  }
  body#ag-branches .agency-link__content {
    padding-right: 50px;
  }
}
@media (max-width: 1024px) {
  body#ag-branches .branches-hero,
  body#ag-branches .branches-hero__inner {
    min-height: 650px;
  }
  body#ag-branches .branches-hero__media {
    left: 36%;
  }
  body#ag-branches .branches-hero__content {
    width: 65%;
  }
  body#ag-branches .branch-intro__list,
  body#ag-branches .branch-role__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  body#ag-branches .network-overview__grid,
  body#ag-branches .agency-link__layout {
    grid-template-columns: 1fr;
  }
  body#ag-branches .network-overview__content {
    padding: 84px 40px;
  }
  body#ag-branches .network-overview__visual {
    min-height: 600px;
  }
  body#ag-branches .agency-link__media {
    min-height: 440px;
    order: -1;
  }
  body#ag-branches .agency-link__content {
    padding: 70px 40px;
  }
  body#ag-branches .consult-flow__layout {
    grid-template-columns: 1fr;
  }
  body#ag-branches .consult-flow__image {
    min-height: 500px;
  }
}
@media (max-width: 850px) {
  body#ag-branches .branches-hero {
    display: grid;
    min-height: auto;
  }
  body#ag-branches .branches-hero__media {
    position: relative;
    inset: auto;
    height: 360px;
    order: -1;
  }
  body#ag-branches .branches-hero__media::after {
    background: linear-gradient(0deg, #f3efee 0%, transparent 42%);
  }
  body#ag-branches .branches-hero__inner {
    min-height: auto;
  }
  body#ag-branches .branches-hero__content {
    width: 100%;
    padding: 54px 0 82px;
  }
  body#ag-branches .branches-hero__lead {
    font-size: 16px;
  }
  body#ag-branches .branch-intro {
    margin-top: -26px;
    padding-bottom: 76px;
  }
  body#ag-branches .branch-intro__panel {
    gap: 30px;
    padding: 30px;
  }
  body#ag-branches .branch-intro__list {
    grid-template-columns: 1fr;
  }
  body#ag-branches .branch-intro__item {
    min-height: auto;
  }
  body#ag-branches .branch-list__head-row {
    display: block;
  }
  body#ag-branches .branch-list__status {
    max-width: none;
    margin-top: 24px;
  }
  body#ag-branches .branch-list__grid {
    grid-template-columns: 1fr;
  }
  body#ag-branches .branch-list__contact,
  body#ag-branches .final-cta__inner {
    grid-template-columns: 1fr;
  }
  body#ag-branches .branch-role__grid {
    grid-template-columns: 1fr;
  }
  body#ag-branches .role-card {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
  }
  body#ag-branches .role-card__image {
    height: 100%;
    min-height: 280px;
  }
  body#ag-branches .final-cta {
    padding: 86px 0;
  }
}
@media (max-width: 568px) {
  body#ag-branches .branches-hero__media {
    height: 290px;
  }
  body#ag-branches .branches-hero__content {
    padding: 42px 0 70px;
  }
  body#ag-branches .branches-hero__title {
    font-size: 43px;
  }
  body#ag-branches .branches-hero__title-accent {
    margin-top: 8px;
  }
  body#ag-branches .branches-hero__actions,
  body#ag-branches .agency-link__actions,
  body#ag-branches .consult-flow__actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  body#ag-branches .branch-intro__panel {
    padding: 26px 22px;
    border-radius: 18px;
  }
  body#ag-branches .network-overview__content,
  body#ag-branches .agency-link__content {
    padding: 62px 20px;
  }
  body#ag-branches .network-overview__facts {
    grid-template-columns: 1fr;
  }
  body#ag-branches .network-overview__visual {
    min-height: 460px;
  }
  body#ag-branches .network-map {
    inset: 34px 20px 54px;
  }
  body#ag-branches .branch-card {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: auto;
    padding: 26px 22px;
  }
  body#ag-branches .branch-card__index {
    width: 48px;
    height: 48px;
  }
  body#ag-branches .branch-card__meta-row {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  body#ag-branches .branch-list__contact {
    padding: 26px 22px;
  }
  body#ag-branches .role-card {
    display: block;
  }
  body#ag-branches .role-card__image {
    min-height: 220px;
  }
  body#ag-branches .consult-flow__image {
    min-height: 390px;
  }
  body#ag-branches .consult-flow__step {
    grid-template-columns: 52px 1fr;
    gap: 14px;
  }
  body#ag-branches .consult-flow__number {
    width: 52px;
    height: 52px;
  }
  body#ag-branches .consult-flow__step:not(:last-child)::before {
    top: 42px;
    left: 25px;
  }
  body#ag-branches .agency-link__media {
    min-height: 300px;
  }
  body#ag-branches .faq-item__summary {
    grid-template-columns: 38px 1fr 20px;
    gap: 12px;
    min-height: 76px;
    padding: 16px;
    font-size: 14px;
  }
  body#ag-branches .faq-item__mark {
    width: 36px;
    height: 36px;
  }
  body#ag-branches .faq-item__answer {
    padding: 0 18px 22px 66px;
    font-size: 13px;
  }
  body#ag-branches .final-cta {
    padding: 70px 0;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
p,
ul,
ol,
dl,
dd,
figure,
blockquote {
  margin: 0;
}

ul,
ol {
  padding: 0;
}

button,
input,
textarea,
select {
  font: inherit;
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
html {
  color: #332928;
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
}

body {
  min-width: 320px;
  color: #332928;
  background: #fff;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

body.is-menu-open {
  overflow: hidden;
}

a {
  color: inherit;
}

button {
  color: inherit;
}

::selection {
  color: #fff;
  background: #762518;
}

.header {
  position: relative;
  z-index: 100;
  width: 100%;
  color: #000;
  background: #fff;
  font-family: inherit;
}
.header *, .header *::before, .header *::after {
  box-sizing: border-box;
}

.header__inner {
  width: 100%;
  padding: 0 50px;
}

.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__brand {
  padding-top: 0;
}

.header__logo {
  display: block;
  width: 200px;
  line-height: 0;
}

.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header__tagline {
  margin: 10px 0 0;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.header__utility {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header__lang {
  position: relative;
  flex: 0 0 auto;
}

.header__lang-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  color: #000;
  background: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.header__lang-arrow {
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 0.2s ease;
}

.header__lang.is-open .header__lang-arrow {
  transform: translateY(2px) rotate(225deg);
}

.header__lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 10;
  display: grid;
  width: 150px;
  padding: 8px;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  visibility: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.header__lang.is-open .header__lang-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.header__lang-link {
  display: block;
  padding: 10px 12px;
  border-radius: 4px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}

.header__lang-link.is-current {
  background: #f8f5f4;
  font-weight: 600;
}

.header__actions {
  position: relative;
  top: -45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: auto;
  padding: 100px 20px 20px;
  border-radius: 0 0 10px 10px;
  background: #B24A3B;
}

.header__action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-height: 32px;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
}

.header__action-link img {
  display: block;
  flex: 0 0 auto;
  width: auto;
  max-height: 18px;
}

.header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  margin-top: 10px;
}

.header__nav-link {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.header__lang-button:focus-visible, .header__lang-link:focus-visible, .header__action-link:focus-visible, .header__nav-link:focus-visible, .header__logo:focus-visible {
  outline: 2px solid #B24A3B;
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .header__lang-button:hover {
    border-color: #B24A3B;
  }
  .header__lang-link:hover {
    background: #f8f5f4;
  }
  .header__action-link:hover {
    opacity: 0.8;
  }
  .header__nav-link:hover {
    color: #B24A3B;
  }
}
@media (max-width: 1250px) {
  .header__utility {
    gap: 20px;
  }
  .header__nav {
    gap: 22px;
  }
}
@media (max-width: 1024px) {
  .header__inner {
    padding: 0 35px;
  }
  .header__tagline {
    display: none;
  }
}
@media (max-width: 850px) {
  .header__inner {
    padding: 14px 30px;
  }
  .header__top {
    align-items: center;
    gap: 16px;
  }
  .header__brand {
    padding-top: 0;
  }
  .header__logo {
    width: 160px;
  }
  .header__utility {
    margin-left: auto;
  }
  .header__lang-button {
    width: 98px;
    height: 40px;
    padding: 0 12px;
    font-size: 13px;
  }
  .header__lang-menu {
    width: 140px;
  }
  .header__actions, .header__nav {
    display: none;
  }
}
@media (max-width: 568px) {
  .header__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .header__logo {
    width: 145px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .header__lang-arrow, .header__lang-menu {
    transition: none;
  }
}
.sp-menu {
  display: none;
}

@media (max-width: 850px) {
  .sp-menu {
    position: fixed;
    top: 22px;
    right: 20px;
    z-index: 300;
    display: block;
  }
  .sp-menu__button {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: #B24A3B;
    box-shadow: 0 10px 30px rgba(27, 17, 16, 0.07);
    cursor: pointer;
  }
  .sp-menu__line {
    width: 18px;
    height: 1px;
    background: currentColor;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
  .sp-menu__panel {
    position: fixed;
    inset: 0;
    visibility: hidden;
    padding: 104px 24px 40px;
    background: rgba(38, 19, 16, 0.98);
    opacity: 0;
    overflow-y: auto;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .sp-menu__nav {
    display: grid;
    gap: 8px;
    width: min(100%, 520px);
    margin: 0 auto;
  }
  .sp-menu__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 12px 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
  }
  .sp-menu__link::after {
    content: "→";
  }
  .sp-menu__link--cta {
    justify-content: center;
    margin-top: 20px;
    border: 1px solid #fff;
    border-radius: 999px;
    background: #B24A3B;
  }
  .sp-menu__link--cta::after {
    display: none;
  }
  .sp-menu.is-open .sp-menu__panel {
    visibility: visible;
    opacity: 1;
  }
  .sp-menu.is-open .sp-menu__line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .sp-menu.is-open .sp-menu__line:nth-child(2) {
    opacity: 0;
  }
  .sp-menu.is-open .sp-menu__line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
}
.footer {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}
.footer__inner {
  box-sizing: border-box;
  margin: 100px 0;
  padding: 0 50px;
}
.footer__top {
  display: flex;
}
.footer__intro {
  display: flex;
  flex: 0 0 400px;
  flex-direction: column;
}
.footer__copy {
  display: block;
  width: 355px;
  margin: 0;
}
.footer__copy img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__description {
  display: block;
  margin: 30px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
}
.footer__nav {
  width: calc(100% - 400px);
}
.footer__columns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 24px 0 28px;
  list-style: none;
}
.footer__column {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 33.3333333333%;
  padding: 0 35px;
  gap: 10px;
}
.footer__column--center {
  border-left: 1px dotted #f8f5f4;
}
.footer__heading {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none;
}
.footer__heading--spaced {
  margin-top: 15px;
}
.footer__heading span {
  position: relative;
  bottom: -1px;
  display: block;
  width: 17px;
  margin-left: 5px;
  border-radius: 50%;
  aspect-ratio: 1;
  background: linear-gradient(135deg, #B24A3B 0%, #d77f72 100%);
}
.footer__heading span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  width: 7px;
  content: "";
  transform: translate(-25%, -50%);
  clip-path: polygon(0 15%, 15% 0, 65% 50%, 15% 100%, 0 85%, 35% 50%, 0 15%);
  aspect-ratio: 1;
  background-color: #fff;
}
.footer__group {
  margin: 0;
}
.footer__summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}
.footer__summary::-webkit-details-marker {
  display: none;
}
.footer__summary::after {
  display: block;
  width: 13px;
  content: "";
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  clip-path: polygon(0 45%, 45% 45%, 45% 0, 55% 0, 55% 45%, 100% 45%, 100% 55%, 55% 55%, 55% 100%, 45% 100%, 45% 55%, 0 55%);
  aspect-ratio: 1;
  background-color: #000;
}
.footer__group[open] .footer__summary::after {
  clip-path: polygon(0 45%, 100% 45%, 100% 55%, 0 55%);
}
.footer__links {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 15px;
  border-radius: 5px;
  background-color: #f8f5f4;
}
.footer__nav-link {
  display: block;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
  text-decoration: none;
  transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}
.footer__bottom {
  display: flex;
  align-items: flex-start;
  margin-top: 50px;
}
.footer__company {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.footer__brand-row {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
.footer__logo {
  display: block;
  width: 200px;
}
.footer__bess {
  display: block;
  width: 170px;
}
.footer__logo img, .footer__bess img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__link {
  display: flex;
  align-items: center;
  gap: 0 5px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
}
.footer__link span {
  display: block;
  width: 15px;
  line-height: 1;
}
.footer__link img {
  display: block;
  width: 100%;
  height: auto;
}
.footer__copyright {
  margin: 0;
  color: #000;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
}
.footer__copyright--mobile {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .footer__heading:hover, .footer__summary:hover, .footer__nav-link:hover, .footer__link:hover {
    color: #B24A3B;
  }
  .footer__summary:hover::after {
    background-color: #B24A3B;
  }
}
@media (max-width: 1350px) {
  .footer__top {
    flex-direction: column;
  }
  .footer__intro {
    flex-basis: auto;
    width: 100%;
  }
  .footer__description br {
    display: none;
  }
  .footer__nav {
    width: 100%;
    margin-top: 50px;
  }
  .footer__column {
    width: 31.6666666667%;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .footer__nav {
    margin-top: 20px;
  }
  .footer__links {
    font-size: 14px;
  }
}
@media (max-width: 850px) {
  .footer__inner {
    margin: 50px 0;
    padding: 0 30px;
  }
  .footer__intro {
    align-items: center;
  }
  .footer__copy {
    width: 300px;
  }
  .footer__description {
    max-width: 500px;
    margin: 10px auto 0;
    text-align: center;
  }
  .footer__nav {
    display: none;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }
  .footer__brand-row {
    flex-direction: column;
    align-items: center;
    gap: 20px 0;
  }
  .footer__copyright--desktop {
    display: none;
  }
  .footer__company {
    align-items: center;
    width: 100%;
    gap: 24px 0;
  }
  .footer__brand-row {
    width: 100%;
  }
  .footer__logo {
    width: 180px;
  }
  .footer__bess {
    width: 150px;
  }
  .footer__link {
    justify-content: center;
    font-size: 13px;
  }
  .footer__copyright--mobile {
    display: block;
    margin-top: 30px;
    text-align: center;
  }
}
@media (max-width: 568px) {
  .footer__inner {
    padding: 0 20px;
  }
  .footer__copy {
    width: min(100%, 300px);
  }
}

/* ===== PHOTO HARMONY + POSTER GRAMMAR（§5-5/§8・2026-07-03） ===== */
main img { filter: saturate(0.78); }
main figure { position: relative; }
main figure::after { content:""; position:absolute; inset:0; background:#B24A3B; opacity:0.14; mix-blend-mode:color; pointer-events:none; }
main h1, main h2, main h3, main [class*="__title"] { font-family:'Yu Mincho','Hiragino Mincho ProN','MS Mincho',serif; font-weight:700; letter-spacing:0.03em; }
main [class*="__eyebrow"], main [class*="__en"], main [class*="__label"] { font-family:'Barlow',Arial,sans-serif; font-weight:700; letter-spacing:0.28em; text-transform:uppercase; }
main [class*="__eyebrow"]::after, main [class*="__label"]::after { content:""; display:inline-block; vertical-align:middle; width:34px; height:2px; margin-left:14px; background:#B24A3B; }
main [class*="__number"] { font-family:'Barlow',Arial,sans-serif; letter-spacing:0.02em; }
@media (hover:hover) and (pointer:fine) { main [class*="card"]:hover { transform:translateY(-4px); transition:transform .25s ease; } }
@media (prefers-reduced-motion:reduce) { main [class*="card"]:hover { transform:none; } main img { transition:none; } }


/* ===== BATCHC LP図解表示型オーバーライド（image-design-system v1.1 §7-2）2026-07-03 =====
   図解スロット限定（:has/src指定）: contain・height:auto・原寸比率契約・写真調和フィルタ/ベール解除・caption下置き。
   写真スロット（ヒーロー/CTA帯/背景型/記事サムネ）は不変更。 ===== */
body#ag-branches img[src][src$="/img/contents/agency/branches/network-overview.jpg"]{width:100%;height:auto;min-height:0;max-height:none;position:static;object-fit:contain;object-position:center;filter:none;mix-blend-mode:normal;aspect-ratio:1600/1000}
body#ag-branches :is(div,figure,picture):has(> img[src$="/img/contents/agency/branches/network-overview.jpg"]),body#ag-branches :is(div,figure,picture):has(> picture > img[src$="/img/contents/agency/branches/network-overview.jpg"]){min-height:0;height:auto;aspect-ratio:auto}
body#ag-branches picture:has(> img[src$="/img/contents/agency/branches/network-overview.jpg"]){position:static;display:block;height:auto;min-height:0}
body#ag-branches img[src][src$="/img/contents/agency/branches/branch-support.jpg"]{width:100%;height:auto;min-height:0;max-height:none;position:static;object-fit:contain;object-position:center;filter:none;mix-blend-mode:normal;aspect-ratio:1400/900}
body#ag-branches :is(div,figure,picture):has(> img[src$="/img/contents/agency/branches/branch-support.jpg"]),body#ag-branches :is(div,figure,picture):has(> picture > img[src$="/img/contents/agency/branches/branch-support.jpg"]){min-height:0;height:auto;aspect-ratio:auto}
body#ag-branches picture:has(> img[src$="/img/contents/agency/branches/branch-support.jpg"]){position:static;display:block;height:auto;min-height:0}
body#ag-branches img[src][src$="/img/contents/agency/branches/training-meeting.jpg"]{width:100%;height:auto;min-height:0;max-height:none;position:static;object-fit:contain;object-position:center;filter:none;mix-blend-mode:normal;aspect-ratio:1400/900}
body#ag-branches :is(div,figure,picture):has(> img[src$="/img/contents/agency/branches/training-meeting.jpg"]),body#ag-branches :is(div,figure,picture):has(> picture > img[src$="/img/contents/agency/branches/training-meeting.jpg"]){min-height:0;height:auto;aspect-ratio:auto}
body#ag-branches picture:has(> img[src$="/img/contents/agency/branches/training-meeting.jpg"]){position:static;display:block;height:auto;min-height:0}
body#ag-branches img[src][src$="/img/contents/agency/branches/consultation.jpg"]{width:100%;height:auto;min-height:0;max-height:none;position:static;object-fit:contain;object-position:center;filter:none;mix-blend-mode:normal;aspect-ratio:1400/900}
body#ag-branches :is(div,figure,picture):has(> img[src$="/img/contents/agency/branches/consultation.jpg"]),body#ag-branches :is(div,figure,picture):has(> picture > img[src$="/img/contents/agency/branches/consultation.jpg"]){min-height:0;height:auto;aspect-ratio:auto}
body#ag-branches picture:has(> img[src$="/img/contents/agency/branches/consultation.jpg"]){position:static;display:block;height:auto;min-height:0}
main figure:has(img[src$="/img/contents/agency/branches/network-overview.jpg"])::after,main figure:has(img[src$="/img/contents/agency/branches/branch-support.jpg"])::after,main figure:has(img[src$="/img/contents/agency/branches/training-meeting.jpg"])::after,main figure:has(img[src$="/img/contents/agency/branches/consultation.jpg"])::after{content:none}
main figure:has(img[src$="/img/contents/agency/branches/network-overview.jpg"]) figcaption,main figure:has(img[src$="/img/contents/agency/branches/branch-support.jpg"]) figcaption,main figure:has(img[src$="/img/contents/agency/branches/training-meeting.jpg"]) figcaption,main figure:has(img[src$="/img/contents/agency/branches/consultation.jpg"]) figcaption{position:static;margin:12px 0 0;padding:0;color:#5A6270;background:none;font-size:12px;right:auto;bottom:auto;left:auto;top:auto;width:auto}

/* ===== UPLIFT batch5 agency terracotta (uplift_20260705) — 下層格上げ再開指示書 2026-07-05 ===== */
:root {
  --u-theme: #B24A3B;
  --u-deep: #7E3227;
  --u-tint: #F8F5F4;
  --u-clay: #E6BDB7;
  --u-gold: #F5B500;
  --u-ink: #16181C;
  --u-sub: #5A6270;
  --u-border: #E2E5E8;
  /* 旧ブラウン変数の再アンカー（#5a3a2a全廃・テーマ整合） */
  --branch-brown: #B24A3B;
  --branch-brown-soft: #F8F5F4;
}

/* ---- 余白リズム（96px）・タイプスケール ---- */
body#ag-branches .section { padding: 96px 0; }
body#ag-branches .section--soft { background: var(--u-tint); }
body#ag-branches .branch-intro { padding-bottom: 96px; }
body#ag-branches .section-heading__eyebrow { color: var(--u-theme); font-size: 13px; letter-spacing: 0.28em; }
body#ag-branches .section-heading__title { color: var(--u-ink); font-size: 25px; letter-spacing: 0.03em; line-height: 1.5; }
body#ag-branches .section-heading__lead { color: var(--u-sub); font-size: 18px; line-height: 1.9; }

/* ---- ボタン（金CTA・focus可視。radius999は既存） ---- */
body#ag-branches .button { font-size: 16px; }
body#ag-branches .button--outline { color: var(--u-deep); border-color: rgba(126, 50, 39, 0.4); }
body#ag-branches .button:focus-visible { outline: 2px solid var(--u-deep); outline-offset: 3px; }
body#ag-branches .network-overview .button:focus-visible,
body#ag-branches .agency-link .button:focus-visible,
body#ag-branches .final-cta .button:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
@media (hover: hover) and (pointer: fine) {
  body#ag-branches .button--primary:hover { background: var(--u-gold); box-shadow: 0 18px 34px rgba(245, 181, 0, 0.34); filter: brightness(0.92); }
}

/* ---- ヒーロー（明地型の台帳内正規化＝例外としてダーク転換せず・31px・ラベル字間0.28em・アニメ） ---- */
body#ag-branches .branches-hero { background: var(--u-tint); min-height: 640px; }
body#ag-branches .branches-hero__inner { min-height: 640px; }
body#ag-branches .branches-hero__label { color: var(--u-theme); font-size: 13px; letter-spacing: 0.28em; }
body#ag-branches .branches-hero__title { color: var(--u-ink); font-size: 31px; letter-spacing: 0.03em; line-height: 1.5; max-width: 690px; }
body#ag-branches .branches-hero__title-accent { color: var(--u-theme); font-size: 20px; margin-top: 16px; }
body#ag-branches .branches-hero__lead { color: var(--u-sub); font-size: 18px; line-height: 1.9; }
body#ag-branches .branches-hero__note { color: var(--u-sub); font-size: 13px; }
@keyframes u52-fade {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}
body#ag-branches .branches-hero__label,
body#ag-branches .branches-hero__title,
body#ag-branches .branches-hero__lead,
body#ag-branches .branches-hero__actions,
body#ag-branches .branches-hero__note { animation: u52-fade 0.6s ease both; }
body#ag-branches .branches-hero__title { animation-delay: 0.12s; }
body#ag-branches .branches-hero__lead { animation-delay: 0.24s; }
body#ag-branches .branches-hero__actions { animation-delay: 0.36s; }
body#ag-branches .branches-hero__note { animation-delay: 0.48s; }
@media (prefers-reduced-motion: reduce) {
  body#ag-branches .branches-hero__label,
  body#ag-branches .branches-hero__title,
  body#ag-branches .branches-hero__lead,
  body#ag-branches .branches-hero__actions,
  body#ag-branches .branches-hero__note { animation: none; }
}

/* ---- 導入パネル・拠点網（deep帯=既存継承） ---- */
body#ag-branches .branch-intro__panel { border-radius: 12px; border-color: var(--u-border); }
body#ag-branches .branch-intro__title { font-size: 25px; letter-spacing: 0.03em; line-height: 1.5; }
body#ag-branches .branch-intro__number { color: var(--u-theme); }
body#ag-branches .branch-intro__question { font-size: 16px; }
body#ag-branches .branch-intro__answer { color: var(--u-sub); }
body#ag-branches .network-overview__eyebrow { color: var(--u-clay); font-size: 13px; letter-spacing: 0.28em; }
body#ag-branches .network-overview__title { font-size: 31px; letter-spacing: 0.03em; line-height: 1.5; }
body#ag-branches .network-overview__lead { color: rgba(255, 255, 255, 0.82); font-size: 18px; line-height: 1.9; }
body#ag-branches .network-overview__fact { border-radius: 12px; }

/* ---- 拠点一覧（radius12・クリーム#fffaf0全廃） ---- */
body#ag-branches .branch-card { border-radius: 12px; border-color: var(--u-border); overflow: hidden; } /* 装飾円::afterのカード外はみ出しを封じる */
body#ag-branches .branch-card__index { background: var(--u-theme); color: #fff; } /* 塗り円=白文字維持 */
body#ag-branches .branch-card__title { font-size: 20px; letter-spacing: 0.03em; }
body#ag-branches .branch-card__type { color: var(--u-theme); }
body#ag-branches .branch-card__meta { color: var(--u-sub); }
body#ag-branches .branch-list__status { background: var(--u-tint); border-radius: 12px; }
body#ag-branches .branch-list__contact-title { font-size: 20px; }
body#ag-branches .branch-list__contact-text { color: var(--u-sub); }

/* ---- 役割カード・相談フロー ---- */
body#ag-branches .role-card { border-radius: 12px; border-color: var(--u-border); }
body#ag-branches .role-card__number { color: var(--u-theme); }
body#ag-branches .role-card__title { font-size: 20px; }
body#ag-branches .role-card__text { color: var(--u-sub); }
body#ag-branches .consult-flow__number { color: var(--u-theme); }
body#ag-branches .consult-flow__step-title { font-size: 20px; }
body#ag-branches .consult-flow__step-text { color: var(--u-sub); }

/* ---- 代理店リンクバンド（deep帯） ---- */
body#ag-branches .agency-link { background: var(--u-deep); }
/* 既存バグ修正: webp対応で挿入された<picture>に高さ連鎖がなくimg height:100%が失効→写真が帯を充填しない
   （agency-cta.jpg=写真スロット・BATCHC図解リスト外を確認済み） */
body#ag-branches .agency-link__media picture { display: block; width: 100%; height: 100%; }
/* 人物が切れないようcover切り取り窓を右へ（agency-cta.jpg=人物が画像右寄りに立つ構図。Vlizeさん指摘 2026-07-05） */
body#ag-branches .agency-link__media img { object-position: 85% center; }
body#ag-branches .branch-list__contact-text { color: rgba(255, 255, 255, 0.8); }
body#ag-branches .agency-link__eyebrow { color: var(--u-clay); font-size: 13px; letter-spacing: 0.28em; }
body#ag-branches .agency-link__title { font-size: 31px; letter-spacing: 0.03em; line-height: 1.5; }
body#ag-branches .agency-link__text { color: rgba(255, 255, 255, 0.82); font-size: 16px; }

/* ---- FAQ ---- */
body#ag-branches .faq-item { border-radius: 12px; border-color: var(--u-border); }
body#ag-branches .faq-item__mark { background: var(--u-theme); color: #fff; } /* 塗り円=白文字維持 */
body#ag-branches .faq-item__summary { font-size: 16px; }
body#ag-branches .faq-item__answer { color: var(--u-sub); }

/* ---- 最終CTA（deep×金CTA・31px） ---- */
body#ag-branches .final-cta { background: var(--u-deep); }
body#ag-branches .final-cta__eyebrow { color: var(--u-clay); font-size: 13px; letter-spacing: 0.28em; }
body#ag-branches .final-cta__title { font-size: 31px; letter-spacing: 0.03em; line-height: 1.5; }
body#ag-branches .final-cta__text { color: rgba(255, 255, 255, 0.82); font-size: 18px; line-height: 1.9; }

/* ---- 〜900px：セクション48px ---- */
@media (max-width: 900px) {
  body#ag-branches .section { padding: 48px 0; }
  body#ag-branches .branch-intro { padding-bottom: 48px; }
  body#ag-branches .branches-hero,
  body#ag-branches .branches-hero__inner { min-height: 560px; }
}
@media (max-width: 568px) {
  body#ag-branches .branches-hero__title { font-size: 31px; }
  body#ag-branches .branches-hero__lead { font-size: 16px; }
  body#ag-branches .network-overview__title,
  body#ag-branches .agency-link__title,
  body#ag-branches .final-cta__title { font-size: 31px; }
}

/* ===== HEADER GREEN UNIFY addon (uplift_20260704 option) — headercolor_20260704決定の横展開。
   ag-branches は配備時に各ページのbody idへ置換。ヘッダー構造は不変更・配色のみ緑固定 ===== */
body#ag-branches .header__actions { background: #1E8A58; }
body#ag-branches .sp-menu__button { background: #0F4C30; box-shadow: 0 10px 28px rgba(15, 76, 48, 0.28); }
body#ag-branches .sp-menu__panel { background: rgba(15, 76, 48, 0.98); }
body#ag-branches .header__lang-link.is-current { background: #EDF6F1; }
body#ag-branches .header__lang-button:focus-visible,
body#ag-branches .header__lang-link:focus-visible,
body#ag-branches .header__action-link:focus-visible,
body#ag-branches .header__nav-link:focus-visible,
body#ag-branches .header__logo:focus-visible { outline-color: #1E8A58; }
@media (hover: hover) and (pointer: fine) {
  body#ag-branches .header__lang-button:hover { border-color: #1E8A58; }
  body#ag-branches .header__lang-link:hover { background: #EDF6F1; }
  body#ag-branches .header__nav-link:hover { color: #1E8A58; }
}
