/* ===== 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;
  text-size-adjust: 100%;
}

body {
  min-width: 320px;
  margin: 0;
  color: #302827;
  background: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

body.is-menu-open {
  overflow: hidden;
}

img,
picture,
svg {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

button {
  border: 0;
}

h1,
h2,
h3,
p,
ul,
ol,
figure {
  margin-top: 0;
}

ul,
ol {
  padding-left: 0;
}

summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

:focus-visible {
  outline: 3px solid #1266d3;
  outline-offset: 3px;
}

@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;
  }
}
#wrapper,
#contents {
  width: 100%;
}

#main {
  overflow: hidden;
}

.inner {
  width: min(1180px, 100% - 100px);
  margin-right: auto;
  margin-left: auto;
}

.section {
  position: relative;
  padding: 120px 0;
}

.section--soft {
  background: #f8f5f5;
}

.section-heading {
  max-width: 850px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.section-heading--left {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

.section-heading--light {
  color: #fff;
}

.section-heading__eyebrow {
  margin-bottom: 14px;
  color: #9C4032;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.5;
}

.section-heading--light .section-heading__eyebrow {
  color: #e6bdb7;
}

.section-heading__title {
  margin-bottom: 20px;
  color: #16181c;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.32;
}

.section-heading--light .section-heading__title {
  color: #fff;
}

.section-heading__lead {
  margin-bottom: 0;
  color: #736968;
  font-size: 17px;
  line-height: 1.9;
}

.visual-frame {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  background: #f4eee9;
  box-shadow: 0 18px 50px rgba(34, 22, 20, 0.1);
}

.visual-frame picture,
.visual-frame img {
  width: 100%;
  height: 100%;
}

.visual-frame img {
  object-fit: cover;
}

.visual-frame__caption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  padding: 5px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(22, 24, 28, 0.72);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1000;
  padding: 10px 16px;
  color: #fff;
  background: #16181c;
  text-decoration: none;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .inner {
    width: min(100% - 60px, 960px);
  }
  .section {
    padding: 96px 0;
  }
}
@media (max-width: 568px) {
  .inner {
    width: calc(100% - 40px);
  }
  .section {
    padding: 76px 0;
  }
  .section-heading {
    margin-bottom: 42px;
  }
  .section-heading__eyebrow {
    margin-bottom: 10px;
    font-size: 11px;
  }
  .section-heading__title {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 1.38;
  }
  .section-heading__lead {
    font-size: 15px;
    line-height: 1.85;
  }
  .visual-frame {
    border-radius: 20px;
  }
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 58px;
  padding: 13px 28px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.button--primary {
  color: #16181c;
  background: #f5b500;
  box-shadow: 0 12px 28px rgba(245, 181, 0, 0.24);
}

.button--outline {
  border-color: rgba(255, 255, 255, 0.52);
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}

.button--large {
  min-width: 340px;
  min-height: 66px;
  padding-right: 36px;
  padding-left: 36px;
  font-size: 16px;
}

.button__arrow {
  font-size: 20px;
  line-height: 1;
}

.button:focus-visible {
  outline-color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .button:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(34, 22, 20, 0.18);
  }
}

@media (hover: hover) and (pointer: fine) {
  .button--primary:hover {
    background: #ffc51a;
  }
}

@media (hover: hover) and (pointer: fine) {
  .button--outline:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.15);
  }
}

@media (max-width: 568px) {
  .button {
    width: 100%;
    min-height: 56px;
    padding: 12px 22px;
    font-size: 14px;
  }
  .button--large {
    min-width: 0;
    min-height: 60px;
  }
}
.breadcrumb {
  padding: 18px 0;
  border-top: 1px solid #e1dad9;
  border-bottom: 1px solid #e1dad9;
  background: #fff;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 12px;
  margin-bottom: 0;
  list-style: none;
}

.breadcrumb__item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #736968;
  font-size: 12px;
  line-height: 1.5;
}

.breadcrumb__item:not(:last-child)::after {
  color: #ada6a5;
  content: "/";
}

.breadcrumb__link {
  color: #302827;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .breadcrumb__link:hover {
    color: #9C4032;
  }
}

@media (max-width: 568px) {
  .breadcrumb {
    padding: 12px 0;
  }
  .breadcrumb__item {
    font-size: 11px;
  }
}
.sp-menu {
  display: none;
}

@media (max-width: 850px) {
  .sp-menu {
    position: fixed;
    top: 13px;
    right: 20px;
    z-index: 500;
    display: block;
  }
  .sp-menu__button {
    position: relative;
    z-index: 2;
    display: grid;
    place-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    border-radius: 50%;
    color: #fff;
    background: #7E3227;
    box-shadow: 0 8px 22px rgba(76, 23, 15, 0.28);
    cursor: pointer;
  }
  .sp-menu__line {
    display: block;
    width: 20px;
    height: 2px;
    margin: 2.5px 0;
    border-radius: 2px;
    background: currentColor;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  .sp-menu.is-open .sp-menu__line:nth-child(1) {
    transform: translateY(7px) 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(-7px) rotate(-45deg);
  }
  .sp-menu__panel {
    position: fixed;
    inset: 0;
    display: grid;
    overflow-y: auto;
    padding: 90px 30px 40px;
    visibility: hidden;
    background: rgba(76, 23, 15, 0.98);
    opacity: 0;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  .sp-menu.is-open .sp-menu__panel {
    visibility: visible;
    opacity: 1;
  }
  .sp-menu__panel-inner {
    width: min(100%, 560px);
    margin: auto;
  }
  .sp-menu__title {
    margin-bottom: 24px;
    color: #d9afa8;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
  }
  .sp-menu__nav {
    display: grid;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }
  .sp-menu__link {
    padding: 17px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
  }
  .sp-menu__actions {
    display: grid;
    gap: 12px;
    margin-top: 32px;
  }
  .sp-menu__action {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 12px 20px;
    border-radius: 999px;
    color: #16181c;
    background: #f5b500;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
  }
  .sp-menu__action--secondary {
    border: 1px solid rgba(255, 255, 255, 0.36);
    color: #fff;
    background: transparent;
  }
}
.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;
  }
}
.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, #9C4032 0%, #B24A3B 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-recruit .recruit-hero {
  position: relative;
  overflow: hidden;
  padding: 82px 0 0;
  color: #fff;
  background: #3d271c;
}
body#ag-recruit .recruit-hero__background {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.08) 0, transparent 28%), radial-gradient(circle at 85% 18%, rgba(163, 62, 46, 0.18) 0, transparent 32%), linear-gradient(135deg, #3d271c 0%, #563728 55%, #7E3227 140%);
}
body#ag-recruit .recruit-hero__background::before {
  position: absolute;
  top: -220px;
  right: -170px;
  width: 580px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
  aspect-ratio: 1;
}
body#ag-recruit .recruit-hero__background::after {
  position: absolute;
  top: -118px;
  right: -64px;
  width: 360px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
  aspect-ratio: 1;
}
body#ag-recruit .recruit-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
  align-items: center;
  gap: 70px;
}
body#ag-recruit .recruit-hero__content {
  padding: 58px 0 88px;
}
body#ag-recruit .recruit-hero__eyebrow {
  margin-bottom: 18px;
  color: #d8bfae;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
body#ag-recruit .recruit-hero__tag {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin-bottom: 24px;
  padding: 7px 15px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  color: #f7eee8;
  background: rgba(255, 255, 255, 0.06);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}
body#ag-recruit .recruit-hero__title {
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(48px, 5vw, 74px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.22;
}
body#ag-recruit .recruit-hero__title span {
  color: #ffe4a3;
}
body#ag-recruit .recruit-hero__lead {
  max-width: 690px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 2;
}
body#ag-recruit .recruit-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
body#ag-recruit .recruit-hero__note {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  line-height: 1.7;
}
body#ag-recruit .recruit-hero__visual {
  height: 660px;
  border-radius: 180px 24px 24px 24px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32);
  transform: translateY(28px);
}
body#ag-recruit .recruit-hero__visual img {
  object-position: 56% center;
}
body#ag-recruit .recruit-hero__facts {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: -4px;
  padding: 0;
  border-radius: 20px 20px 0 0;
  background: #fff;
  box-shadow: 0 -10px 50px rgba(0, 0, 0, 0.1);
}
body#ag-recruit .recruit-hero__fact {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 116px;
  padding: 25px 34px;
  color: #302827;
}
body#ag-recruit .recruit-hero__fact:not(:last-child) {
  border-right: 1px solid #e1dad9;
}
body#ag-recruit .recruit-hero__fact-number {
  color: #5a3a2a;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
body#ag-recruit .recruit-hero__fact-text {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}
body#ag-recruit .recruit-summary {
  padding-top: 142px;
}
body#ag-recruit .recruit-summary__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 90px;
  margin-bottom: 80px;
}
body#ag-recruit .recruit-summary__heading {
  margin-bottom: 0;
}
body#ag-recruit .recruit-summary__body {
  padding-top: 46px;
}
body#ag-recruit .recruit-summary__lead {
  margin-bottom: 24px;
  color: #16181c;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.9;
}
body#ag-recruit .recruit-summary__text {
  margin-bottom: 0;
  color: #736968;
  font-size: 16px;
  line-height: 2;
}
body#ag-recruit .recruit-summary__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
body#ag-recruit .recruit-summary__step {
  position: relative;
  min-height: 320px;
  padding: 40px 34px 34px;
  overflow: hidden;
  border: 1px solid #e1dad9;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(44, 28, 25, 0.06);
}
body#ag-recruit .recruit-summary__step::after {
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 180px;
  border-radius: 50%;
  background: #f4eee9;
  content: "";
  aspect-ratio: 1;
}
body#ag-recruit .recruit-summary__step-index {
  display: block;
  margin-bottom: 30px;
  color: #9f8779;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
body#ag-recruit .recruit-summary__step-icon {
  width: 54px;
  margin-bottom: 24px;
  color: #5a3a2a;
}
body#ag-recruit .recruit-summary__step-icon svg {
  width: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}
body#ag-recruit .recruit-summary__step-title {
  position: relative;
  z-index: 1;
  margin-bottom: 12px;
  color: #16181c;
  font-size: 25px;
  line-height: 1.4;
}
body#ag-recruit .recruit-summary__step-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #736968;
  font-size: 14px;
  line-height: 1.85;
}
body#ag-recruit .recruit-concerns__inner {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr);
  align-items: center;
  gap: 84px;
}
body#ag-recruit .recruit-concerns__visual {
  height: 690px;
  border-radius: 28px 160px 28px 28px;
}
body#ag-recruit .recruit-concerns__visual img {
  object-position: 52% center;
}
body#ag-recruit .recruit-concerns__content .section-heading {
  margin-bottom: 42px;
}
body#ag-recruit .recruit-concerns__list {
  display: grid;
  gap: 16px;
}
body#ag-recruit .recruit-concerns__item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  padding: 25px 26px;
  border: 1px solid #e1dad9;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(44, 28, 25, 0.05);
}
body#ag-recruit .recruit-concerns__number {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #5a3a2a;
  background: #f4eee9;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}
body#ag-recruit .recruit-concerns__item-title {
  margin-bottom: 6px;
  color: #16181c;
  font-size: 18px;
  line-height: 1.5;
}
body#ag-recruit .recruit-concerns__item-text {
  margin-bottom: 0;
  color: #736968;
  font-size: 14px;
  line-height: 1.8;
}
body#ag-recruit .partner-fit__layout {
  display: grid;
  grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr);
  align-items: stretch;
  gap: 36px;
}
body#ag-recruit .partner-fit__visual {
  min-height: 650px;
  border-radius: 28px;
}
body#ag-recruit .partner-fit__visual img {
  object-position: 50% center;
}
body#ag-recruit .partner-fit__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
body#ag-recruit .partner-fit__card {
  position: relative;
  padding: 34px 28px;
  border-radius: 18px;
  background: #f4eee9;
}
body#ag-recruit .partner-fit__card:nth-child(2),
body#ag-recruit .partner-fit__card:nth-child(3) {
  background: #f3e9e8;
}
body#ag-recruit .partner-fit__card-label {
  display: block;
  margin-bottom: 22px;
  color: #5a3a2a;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
body#ag-recruit .partner-fit__card:nth-child(2) .partner-fit__card-label,
body#ag-recruit .partner-fit__card:nth-child(3) .partner-fit__card-label {
  color: #9C4032;
}
body#ag-recruit .partner-fit__card-title {
  margin-bottom: 14px;
  color: #16181c;
  font-size: 20px;
  line-height: 1.55;
}
body#ag-recruit .partner-fit__card-text {
  margin-bottom: 0;
  color: #736968;
  font-size: 14px;
  line-height: 1.85;
}
body#ag-recruit .partner-fit__note {
  margin: 22px 0 0;
  color: #736968;
  font-size: 12px;
  text-align: right;
}
body#ag-recruit .support-system {
  overflow: hidden;
  color: #fff;
  background: #7E3227;
}
body#ag-recruit .support-system__background {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(76, 23, 15, 0.96) 0%, rgba(76, 23, 15, 0.88) 62%, rgba(90, 58, 42, 0.66) 100%), radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.1) 0, transparent 28%);
}
body#ag-recruit .support-system__background::before {
  position: absolute;
  top: -180px;
  right: -130px;
  width: 520px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
  aspect-ratio: 1;
}
body#ag-recruit .support-system__inner {
  position: relative;
  z-index: 1;
}
body#ag-recruit .support-system__heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 58px;
}
body#ag-recruit .support-system__heading-row .section-heading {
  margin-bottom: 0;
}
body#ag-recruit .support-system__intro {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 2;
}
body#ag-recruit .support-system__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 34px;
}
body#ag-recruit .support-system__card {
  min-height: 260px;
  padding: 32px 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(4px);
}
body#ag-recruit .support-system__card-index {
  display: block;
  margin-bottom: 34px;
  color: #d6a39b;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
body#ag-recruit .support-system__card-title {
  margin-bottom: 13px;
  color: #fff;
  font-size: 19px;
  line-height: 1.5;
}
body#ag-recruit .support-system__card-text {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.85;
}
body#ag-recruit .support-system__visual {
  height: 470px;
  border-radius: 20px;
  box-shadow: none;
}
body#ag-recruit .support-system__visual img {
  object-position: center 48%;
}
body#ag-recruit .recruit-requirements__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  align-items: end;
  gap: 80px;
  margin-bottom: 56px;
}
body#ag-recruit .recruit-requirements__header .section-heading {
  margin-bottom: 0;
}
body#ag-recruit .recruit-requirements__lead {
  margin-bottom: 8px;
  color: #736968;
  font-size: 16px;
  line-height: 1.95;
}
body#ag-recruit .recruit-requirements__list {
  border-top: 1px solid #e1dad9;
}
body#ag-recruit .recruit-requirements__item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: start;
  gap: 24px;
  padding: 30px 12px;
  border-bottom: 1px solid #e1dad9;
}
body#ag-recruit .recruit-requirements__check {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #fff;
  background: #9C4032;
  font-size: 19px;
  font-weight: 700;
}
body#ag-recruit .recruit-requirements__item-title {
  margin-bottom: 6px;
  color: #16181c;
  font-size: 20px;
  line-height: 1.5;
}
body#ag-recruit .recruit-requirements__item-text {
  margin-bottom: 0;
  color: #736968;
  font-size: 14px;
  line-height: 1.8;
}
body#ag-recruit .recruit-requirements__notice {
  display: grid;
  grid-template-columns: minmax(210px, 0.35fr) minmax(0, 1fr);
  gap: 30px;
  margin-top: 42px;
  padding: 28px 32px;
  border-left: 4px solid #f5b500;
  border-radius: 0 12px 12px 0;
  background: #fff9e9;
}
body#ag-recruit .recruit-requirements__notice-title {
  color: #16181c;
  font-size: 14px;
  line-height: 1.6;
}
body#ag-recruit .recruit-requirements__notice-text {
  margin-bottom: 0;
  color: #665c42;
  font-size: 13px;
  line-height: 1.8;
}
body#ag-recruit .role-map__diagram {
  display: grid;
  grid-template-columns: 1fr 130px 1fr 130px 1fr;
  align-items: stretch;
}
body#ag-recruit .role-map__node {
  min-height: 340px;
  padding: 34px 30px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(34, 22, 20, 0.1);
}
body#ag-recruit .role-map__node--agent {
  border-top: 6px solid #5a3a2a;
}
body#ag-recruit .role-map__node--branch {
  border-top: 6px solid #9C4032;
}
body#ag-recruit .role-map__node--specialist {
  border-top: 6px solid #f5b500;
}
body#ag-recruit .role-map__node-label {
  display: block;
  margin-bottom: 20px;
  color: #736968;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
body#ag-recruit .role-map__node-title {
  margin-bottom: 22px;
  color: #16181c;
  font-size: 24px;
  line-height: 1.4;
}
body#ag-recruit .role-map__node-list {
  display: grid;
  gap: 10px;
  margin-bottom: 0;
  list-style: none;
}
body#ag-recruit .role-map__node-list li {
  position: relative;
  padding-left: 18px;
  color: #736968;
  font-size: 14px;
  line-height: 1.7;
}
body#ag-recruit .role-map__node-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #9C4032;
  content: "";
}
body#ag-recruit .role-map__connector {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 0;
}
body#ag-recruit .role-map__connector-line {
  position: relative;
  display: block;
  width: 80px;
  height: 2px;
  background: #c2b8b6;
}
body#ag-recruit .role-map__connector-line::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 9px;
  height: 9px;
  border-top: 2px solid #968987;
  border-right: 2px solid #968987;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
body#ag-recruit .role-map__connector-text {
  color: #736968;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
body#ag-recruit .role-map__note {
  margin: 28px 0 0;
  color: #736968;
  font-size: 12px;
  text-align: center;
}
body#ag-recruit .recruit-flow__heading-row {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.72fr);
  align-items: end;
  gap: 90px;
  margin-bottom: 56px;
}
body#ag-recruit .recruit-flow__heading-row .section-heading {
  margin-bottom: 0;
}
body#ag-recruit .recruit-flow__lead {
  margin-bottom: 10px;
  color: #736968;
  font-size: 16px;
  line-height: 1.95;
}
body#ag-recruit .recruit-flow__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 54px;
  list-style: none;
}
body#ag-recruit .recruit-flow__item {
  position: relative;
  min-height: 300px;
  padding: 30px 23px;
  border-top: 1px solid #e1dad9;
  border-bottom: 1px solid #e1dad9;
  border-left: 1px solid #e1dad9;
  background: #fff;
}
body#ag-recruit .recruit-flow__item:first-child {
  border-radius: 18px 0 0 18px;
}
body#ag-recruit .recruit-flow__item:last-child {
  border-right: 1px solid #e1dad9;
  border-radius: 0 18px 18px 0;
}
body#ag-recruit .recruit-flow__item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -10px;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-top: 1px solid #e1dad9;
  border-right: 1px solid #e1dad9;
  background: #fff;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
body#ag-recruit .recruit-flow__index {
  display: block;
  margin-bottom: 58px;
  color: #9C4032;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
body#ag-recruit .recruit-flow__item-title {
  margin-bottom: 13px;
  color: #16181c;
  font-size: 18px;
  line-height: 1.5;
}
body#ag-recruit .recruit-flow__item-text {
  margin-bottom: 0;
  color: #736968;
  font-size: 13px;
  line-height: 1.8;
}
body#ag-recruit .recruit-flow__action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
body#ag-recruit .recruit-flow__action-note {
  max-width: 320px;
  margin-bottom: 0;
  color: #736968;
  font-size: 12px;
  line-height: 1.7;
}
body#ag-recruit .opportunity {
  background: #f4eee9;
}
body#ag-recruit .opportunity__inner {
  display: grid;
  grid-template-columns: minmax(380px, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: 82px;
}
body#ag-recruit .opportunity__visual {
  height: 720px;
  border-radius: 160px 28px 28px 28px;
}
body#ag-recruit .opportunity__visual img {
  object-position: 72% center;
}
body#ag-recruit .opportunity__content .section-heading {
  margin-bottom: 38px;
}
body#ag-recruit .opportunity__cards {
  display: grid;
  gap: 14px;
  margin-bottom: 22px;
}
body#ag-recruit .opportunity__card {
  padding: 27px 28px;
  border-radius: 15px;
  background: #fff;
}
body#ag-recruit .opportunity__card-tag {
  display: block;
  margin-bottom: 12px;
  color: #9C4032;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
body#ag-recruit .opportunity__card-title {
  margin-bottom: 8px;
  color: #16181c;
  font-size: 20px;
  line-height: 1.5;
}
body#ag-recruit .opportunity__card-text {
  margin-bottom: 0;
  color: #736968;
  font-size: 14px;
  line-height: 1.85;
}
body#ag-recruit .opportunity__caution {
  padding: 22px 24px;
  border: 1px solid #ddcfc5;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.58);
}
body#ag-recruit .opportunity__caution-title {
  display: block;
  margin-bottom: 6px;
  color: #3d271c;
  font-size: 13px;
}
body#ag-recruit .opportunity__caution-text {
  margin-bottom: 0;
  color: #6b5b51;
  font-size: 12px;
  line-height: 1.8;
}
body#ag-recruit .recruit-faq__list {
  display: grid;
  gap: 12px;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
body#ag-recruit .recruit-faq__item {
  overflow: hidden;
  border: 1px solid #e1dad9;
  border-radius: 14px;
  background: #fff;
}
body#ag-recruit .recruit-faq__question {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 18px;
  min-height: 86px;
  padding: 20px 26px;
  color: #16181c;
  cursor: pointer;
}
body#ag-recruit .recruit-faq__question-label,
body#ag-recruit .recruit-faq__answer-label {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}
body#ag-recruit .recruit-faq__question-label {
  color: #fff;
  background: #5a3a2a;
}
body#ag-recruit .recruit-faq__question-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.65;
}
body#ag-recruit .recruit-faq__icon {
  position: relative;
  width: 22px;
  height: 22px;
}
body#ag-recruit .recruit-faq__icon::before,
body#ag-recruit .recruit-faq__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #9C4032;
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease;
}
body#ag-recruit .recruit-faq__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
body#ag-recruit .recruit-faq__item[open] .recruit-faq__icon::after {
  transform: translate(-50%, -50%) rotate(0);
}
body#ag-recruit .recruit-faq__answer {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 18px;
  padding: 22px 26px 28px;
  border-top: 1px solid #e1dad9;
  background: #fcfbfb;
}
body#ag-recruit .recruit-faq__answer-label {
  color: #fff;
  background: #9C4032;
}
body#ag-recruit .recruit-faq__answer-text {
  margin: 3px 0 0;
  color: #736968;
  font-size: 14px;
  line-height: 1.9;
}
body#ag-recruit .application {
  overflow: hidden;
  padding-top: 128px;
  color: #fff;
  background: #3d271c;
}
body#ag-recruit .application__background {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 90% 4%, rgba(163, 62, 46, 0.24) 0, transparent 26%), linear-gradient(145deg, #3d271c 0%, #563728 48%, #7E3227 140%);
}
body#ag-recruit .application__inner {
  position: relative;
  z-index: 1;
}
body#ag-recruit .application__header {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(400px, 0.94fr);
  align-items: center;
  gap: 70px;
  margin-bottom: 60px;
}
body#ag-recruit .application__eyebrow {
  margin-bottom: 14px;
  color: #d8bfae;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
body#ag-recruit .application__title {
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(42px, 4vw, 62px);
  line-height: 1.32;
}
body#ag-recruit .application__lead {
  max-width: 650px;
  margin-bottom: 26px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.95;
}
body#ag-recruit .application__points {
  display: grid;
  gap: 10px;
  margin-bottom: 0;
  list-style: none;
}
body#ag-recruit .application__points li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}
body#ag-recruit .application__points li::before {
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid #f5b500;
  border-left: 2px solid #f5b500;
  content: "";
  transform: rotate(-45deg);
}
body#ag-recruit .application__visual {
  height: 430px;
  border-radius: 120px 22px 22px 22px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.24);
}
body#ag-recruit .application__visual img {
  object-position: center;
}
body#ag-recruit .application-form {
  padding: 48px;
  border-radius: 24px;
  color: #302827;
  background: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.26);
}
body#ag-recruit .application-form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 24px;
}
body#ag-recruit .application-form__field--full {
  grid-column: 1/-1;
}
body#ag-recruit .application-form__label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 9px;
  color: #16181c;
  font-size: 13px;
  font-weight: 700;
}
body#ag-recruit .application-form__required {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 2px 7px;
  border-radius: 4px;
  color: #fff;
  background: #9a3d2f;
  font-size: 10px;
  line-height: 1;
}
body#ag-recruit .application-form__input,
body#ag-recruit .application-form__select,
body#ag-recruit .application-form__textarea {
  width: 100%;
  border: 1px solid #d5cccb;
  border-radius: 8px;
  color: #302827;
  background: #fff;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
body#ag-recruit .application-form__input,
body#ag-recruit .application-form__select {
  height: 54px;
  padding: 0 15px;
}
body#ag-recruit .application-form__select {
  padding-right: 42px;
}
body#ag-recruit .application-form__textarea {
  min-height: 150px;
  padding: 14px 15px;
  resize: vertical;
}
body#ag-recruit .application-form__input:focus,
body#ag-recruit .application-form__select:focus,
body#ag-recruit .application-form__textarea:focus {
  border-color: #9C4032;
  outline: none;
  box-shadow: 0 0 0 3px rgba(122, 40, 27, 0.14);
}
body#ag-recruit .application-form__privacy {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  margin-top: 30px;
  cursor: pointer;
}
body#ag-recruit .application-form__checkbox {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 4px;
  accent-color: #9C4032;
}
body#ag-recruit .application-form__privacy-text {
  color: #736968;
  font-size: 13px;
}
body#ag-recruit .application-form__privacy-link {
  color: #9C4032;
  font-weight: 700;
}
body#ag-recruit .application-form__actions {
  display: grid;
  justify-items: center;
  gap: 14px;
  margin-top: 25px;
}
body#ag-recruit .application-form__note {
  max-width: 630px;
  margin-bottom: 0;
  color: #736968;
  font-size: 11px;
  line-height: 1.7;
  text-align: center;
}
body#ag-recruit .related-links__inner {
  display: grid;
  grid-template-columns: minmax(330px, 0.74fr) minmax(0, 1.26fr);
  align-items: end;
  gap: 70px;
}
body#ag-recruit .related-links__inner .section-heading {
  margin-bottom: 0;
}
body#ag-recruit .related-links__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
body#ag-recruit .related-links__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 230px;
  padding: 30px;
  border: 1px solid #e1dad9;
  border-radius: 18px;
  color: #302827;
  background: #fff;
  box-shadow: 0 14px 36px rgba(44, 28, 25, 0.06);
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
body#ag-recruit .related-links__card-label {
  margin-bottom: auto;
  color: #9C4032;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
body#ag-recruit .related-links__card-title {
  margin: 34px 0 6px;
  color: #16181c;
  font-size: 21px;
}
body#ag-recruit .related-links__card-text {
  padding-right: 28px;
  color: #736968;
  font-size: 13px;
  line-height: 1.7;
}
body#ag-recruit .related-links__card-arrow {
  position: absolute;
  right: 26px;
  bottom: 26px;
  color: #5a3a2a;
  font-size: 22px;
}
@media (hover: hover) and (pointer: fine) {
  body#ag-recruit .related-links__card:hover {
    border-color: #b9aaa8;
    box-shadow: 0 18px 50px rgba(34, 22, 20, 0.1);
    transform: translateY(-4px);
  }
}
@media (max-width: 1200px) {
  body#ag-recruit .recruit-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
    gap: 45px;
  }
  body#ag-recruit .recruit-hero__visual {
    height: 590px;
  }
  body#ag-recruit .support-system__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  body#ag-recruit .role-map__diagram {
    grid-template-columns: 1fr 85px 1fr 85px 1fr;
  }
  body#ag-recruit .role-map__connector-line {
    width: 54px;
  }
  body#ag-recruit .recruit-flow__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
  body#ag-recruit .recruit-flow__item,
  body#ag-recruit .recruit-flow__item:first-child,
  body#ag-recruit .recruit-flow__item:last-child {
    border: 1px solid #e1dad9;
    border-radius: 15px;
  }
  body#ag-recruit .recruit-flow__item::after {
    display: none;
  }
}
@media (max-width: 1024px) {
  body#ag-recruit .recruit-hero {
    padding-top: 40px;
  }
  body#ag-recruit .recruit-hero__inner {
    grid-template-columns: 1fr;
  }
  body#ag-recruit .recruit-hero__content {
    padding: 40px 0 12px;
  }
  body#ag-recruit .recruit-hero__visual {
    width: min(100%, 760px);
    height: 510px;
    margin-left: auto;
    border-radius: 120px 24px 24px 24px;
    transform: none;
  }
  body#ag-recruit .recruit-hero__facts {
    margin-top: 35px;
  }
  body#ag-recruit .recruit-summary__inner,
  body#ag-recruit .recruit-concerns__inner,
  body#ag-recruit .partner-fit__layout,
  body#ag-recruit .opportunity__inner,
  body#ag-recruit .application__header,
  body#ag-recruit .related-links__inner {
    grid-template-columns: 1fr;
  }
  body#ag-recruit .recruit-summary__inner {
    gap: 0;
  }
  body#ag-recruit .recruit-summary__body {
    padding-top: 0;
  }
  body#ag-recruit .recruit-concerns__visual,
  body#ag-recruit .partner-fit__visual,
  body#ag-recruit .opportunity__visual {
    width: min(100%, 760px);
    height: 540px;
  }
  body#ag-recruit .recruit-concerns__visual {
    order: 2;
    margin-top: 10px;
  }
  body#ag-recruit .recruit-concerns__content {
    order: 1;
  }
  body#ag-recruit .partner-fit__layout,
  body#ag-recruit .opportunity__inner,
  body#ag-recruit .application__header,
  body#ag-recruit .related-links__inner {
    gap: 48px;
  }
  body#ag-recruit .support-system__heading-row,
  body#ag-recruit .recruit-requirements__header,
  body#ag-recruit .recruit-flow__heading-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  body#ag-recruit .support-system__heading-row .section-heading,
  body#ag-recruit .recruit-requirements__header .section-heading,
  body#ag-recruit .recruit-flow__heading-row .section-heading {
    margin-bottom: 26px;
  }
  body#ag-recruit .role-map__diagram {
    grid-template-columns: 1fr;
    gap: 0;
  }
  body#ag-recruit .role-map__connector {
    min-height: 100px;
    transform: rotate(90deg);
  }
  body#ag-recruit .role-map__connector-text {
    transform: rotate(-90deg);
  }
  body#ag-recruit .role-map__node {
    min-height: 0;
  }
  body#ag-recruit .application__visual {
    width: min(100%, 720px);
  }
  body#ag-recruit .related-links__grid {
    max-width: 760px;
  }
}
@media (max-width: 768px) {
  body#ag-recruit .recruit-hero__facts,
  body#ag-recruit .recruit-summary__steps,
  body#ag-recruit .partner-fit__cards,
  body#ag-recruit .recruit-flow__list,
  body#ag-recruit .related-links__grid {
    grid-template-columns: 1fr;
  }
  body#ag-recruit .recruit-hero__facts {
    border-radius: 18px 18px 0 0;
  }
  body#ag-recruit .recruit-hero__fact {
    min-height: 92px;
  }
  body#ag-recruit .recruit-hero__fact:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #e1dad9;
  }
  body#ag-recruit .recruit-summary__step {
    min-height: 0;
  }
  body#ag-recruit .support-system__grid {
    grid-template-columns: 1fr;
  }
  body#ag-recruit .support-system__card {
    min-height: 0;
  }
  body#ag-recruit .recruit-requirements__notice {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  body#ag-recruit .application-form {
    padding: 36px 28px;
  }
  body#ag-recruit .application-form__grid {
    grid-template-columns: 1fr;
  }
  body#ag-recruit .application-form__field--full {
    grid-column: auto;
  }
}
@media (max-width: 568px) {
  body#ag-recruit .recruit-hero {
    padding-top: 18px;
  }
  body#ag-recruit .recruit-hero__content {
    padding: 30px 0 12px;
  }
  body#ag-recruit .recruit-hero__eyebrow {
    margin-bottom: 14px;
    font-size: 10px;
  }
  body#ag-recruit .recruit-hero__tag {
    min-height: 32px;
    margin-bottom: 18px;
    padding: 6px 12px;
    font-size: 11px;
  }
  body#ag-recruit .recruit-hero__title {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 1.26;
  }
  body#ag-recruit .recruit-hero__lead {
    margin-bottom: 28px;
    font-size: 15px;
    line-height: 1.9;
  }
  body#ag-recruit .recruit-hero__lead br {
    display: none;
  }
  body#ag-recruit .recruit-hero__actions {
    display: grid;
  }
  body#ag-recruit .recruit-hero__note {
    font-size: 11px;
  }
  body#ag-recruit .recruit-hero__visual {
    height: 360px;
    border-radius: 80px 18px 18px 18px;
  }
  body#ag-recruit .recruit-hero__visual img {
    object-position: 60% center;
  }
  body#ag-recruit .recruit-hero__facts {
    width: calc(100% - 40px);
    margin-top: 24px;
  }
  body#ag-recruit .recruit-hero__fact {
    min-height: 80px;
    padding: 18px 20px;
  }
  body#ag-recruit .recruit-hero__fact-text {
    font-size: 13px;
  }
  body#ag-recruit .recruit-summary {
    padding-top: 92px;
  }
  body#ag-recruit .recruit-summary__inner {
    margin-bottom: 45px;
  }
  body#ag-recruit .recruit-summary__lead {
    font-size: 18px;
    line-height: 1.85;
  }
  body#ag-recruit .recruit-summary__text {
    font-size: 14px;
    line-height: 1.9;
  }
  body#ag-recruit .recruit-summary__steps {
    gap: 14px;
  }
  body#ag-recruit .recruit-summary__step {
    padding: 30px 25px;
  }
  body#ag-recruit .recruit-summary__step-index {
    margin-bottom: 20px;
  }
  body#ag-recruit .recruit-summary__step-title {
    font-size: 22px;
  }
  body#ag-recruit .recruit-concerns__inner,
  body#ag-recruit .partner-fit__layout,
  body#ag-recruit .opportunity__inner,
  body#ag-recruit .application__header,
  body#ag-recruit .related-links__inner {
    gap: 36px;
  }
  body#ag-recruit .recruit-concerns__visual,
  body#ag-recruit .partner-fit__visual,
  body#ag-recruit .opportunity__visual {
    height: 390px;
    border-radius: 20px;
  }
  body#ag-recruit .recruit-concerns__item {
    grid-template-columns: 42px 1fr;
    gap: 14px;
    padding: 20px 18px;
  }
  body#ag-recruit .recruit-concerns__number {
    width: 38px;
    height: 38px;
    font-size: 10px;
  }
  body#ag-recruit .recruit-concerns__item-title {
    font-size: 16px;
  }
  body#ag-recruit .recruit-concerns__item-text {
    font-size: 13px;
  }
  body#ag-recruit .partner-fit__cards {
    gap: 12px;
  }
  body#ag-recruit .partner-fit__card {
    padding: 27px 23px;
  }
  body#ag-recruit .partner-fit__card-title {
    font-size: 18px;
  }
  body#ag-recruit .partner-fit__note {
    text-align: left;
  }
  body#ag-recruit .support-system__heading-row {
    margin-bottom: 38px;
  }
  body#ag-recruit .support-system__intro {
    font-size: 14px;
    line-height: 1.9;
  }
  body#ag-recruit .support-system__card {
    padding: 27px 23px;
  }
  body#ag-recruit .support-system__card-index {
    margin-bottom: 24px;
  }
  body#ag-recruit .support-system__visual {
    height: 300px;
  }
  body#ag-recruit .recruit-requirements__header,
  body#ag-recruit .recruit-flow__heading-row {
    margin-bottom: 38px;
  }
  body#ag-recruit .recruit-requirements__lead,
  body#ag-recruit .recruit-flow__lead {
    font-size: 14px;
    line-height: 1.9;
  }
  body#ag-recruit .recruit-requirements__item {
    grid-template-columns: 44px 1fr;
    gap: 14px;
    padding: 24px 0;
  }
  body#ag-recruit .recruit-requirements__check {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }
  body#ag-recruit .recruit-requirements__item-title {
    font-size: 17px;
  }
  body#ag-recruit .recruit-requirements__item-text {
    font-size: 13px;
  }
  body#ag-recruit .recruit-requirements__notice {
    margin-top: 30px;
    padding: 22px 20px;
  }
  body#ag-recruit .role-map__node {
    padding: 28px 24px;
  }
  body#ag-recruit .role-map__node-title {
    font-size: 21px;
  }
  body#ag-recruit .role-map__connector {
    min-height: 78px;
  }
  body#ag-recruit .recruit-flow__list {
    gap: 12px;
    margin-bottom: 38px;
  }
  body#ag-recruit .recruit-flow__item {
    min-height: 0;
    padding: 26px 22px;
  }
  body#ag-recruit .recruit-flow__index {
    margin-bottom: 26px;
  }
  body#ag-recruit .recruit-flow__action {
    display: grid;
    gap: 12px;
  }
  body#ag-recruit .recruit-flow__action-note {
    text-align: center;
  }
  body#ag-recruit .opportunity__visual {
    order: 2;
  }
  body#ag-recruit .opportunity__content {
    order: 1;
  }
  body#ag-recruit .opportunity__card {
    padding: 24px 22px;
  }
  body#ag-recruit .opportunity__card-title {
    font-size: 18px;
  }
  body#ag-recruit .recruit-faq__question {
    grid-template-columns: 38px minmax(0, 1fr) 22px;
    gap: 12px;
    min-height: 78px;
    padding: 17px 17px;
  }
  body#ag-recruit .recruit-faq__question-label,
  body#ag-recruit .recruit-faq__answer-label {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }
  body#ag-recruit .recruit-faq__question-text {
    font-size: 14px;
  }
  body#ag-recruit .recruit-faq__answer {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 12px;
    padding: 20px 17px 24px;
  }
  body#ag-recruit .recruit-faq__answer-text {
    font-size: 13px;
  }
  body#ag-recruit .application {
    padding-top: 86px;
  }
  body#ag-recruit .application__title {
    font-size: 36px;
    line-height: 1.4;
  }
  body#ag-recruit .application__lead {
    font-size: 14px;
    line-height: 1.9;
  }
  body#ag-recruit .application__visual {
    height: 320px;
    border-radius: 75px 18px 18px 18px;
  }
  body#ag-recruit .application-form {
    padding: 28px 20px;
    border-radius: 18px;
  }
  body#ag-recruit .application-form__grid {
    gap: 20px;
  }
  body#ag-recruit .application-form__input,
  body#ag-recruit .application-form__select {
    height: 52px;
  }
  body#ag-recruit .application-form__privacy {
    justify-content: flex-start;
  }
  body#ag-recruit .related-links__card {
    min-height: 210px;
    padding: 26px 23px;
  }
}

*,
*::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-recruit img[src][src$="/img/contents/agency/recruit/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/1000}
body#ag-recruit :is(div,figure,picture):has(> img[src$="/img/contents/agency/recruit/meeting.jpg"]),body#ag-recruit :is(div,figure,picture):has(> picture > img[src$="/img/contents/agency/recruit/meeting.jpg"]){min-height:0;height:auto;aspect-ratio:auto}
body#ag-recruit picture:has(> img[src$="/img/contents/agency/recruit/meeting.jpg"]){position:static;display:block;height:auto;min-height:0}
body#ag-recruit img[src][src$="/img/contents/agency/recruit/partner-types.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/1050}
body#ag-recruit :is(div,figure,picture):has(> img[src$="/img/contents/agency/recruit/partner-types.jpg"]),body#ag-recruit :is(div,figure,picture):has(> picture > img[src$="/img/contents/agency/recruit/partner-types.jpg"]){min-height:0;height:auto;aspect-ratio:auto}
body#ag-recruit picture:has(> img[src$="/img/contents/agency/recruit/partner-types.jpg"]){position:static;display:block;height:auto;min-height:0}
body#ag-recruit img[src][src$="/img/contents/agency/recruit/support-training.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/900}
body#ag-recruit :is(div,figure,picture):has(> img[src$="/img/contents/agency/recruit/support-training.jpg"]),body#ag-recruit :is(div,figure,picture):has(> picture > img[src$="/img/contents/agency/recruit/support-training.jpg"]){min-height:0;height:auto;aspect-ratio:auto}
body#ag-recruit picture:has(> img[src$="/img/contents/agency/recruit/support-training.jpg"]){position:static;display:block;height:auto;min-height:0}
body#ag-recruit img[src][src$="/img/contents/agency/recruit/network.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/1050}
body#ag-recruit :is(div,figure,picture):has(> img[src$="/img/contents/agency/recruit/network.jpg"]),body#ag-recruit :is(div,figure,picture):has(> picture > img[src$="/img/contents/agency/recruit/network.jpg"]){min-height:0;height:auto;aspect-ratio:auto}
body#ag-recruit picture:has(> img[src$="/img/contents/agency/recruit/network.jpg"]){position:static;display:block;height:auto;min-height:0}
main figure:has(img[src$="/img/contents/agency/recruit/meeting.jpg"])::after,main figure:has(img[src$="/img/contents/agency/recruit/partner-types.jpg"])::after,main figure:has(img[src$="/img/contents/agency/recruit/support-training.jpg"])::after,main figure:has(img[src$="/img/contents/agency/recruit/network.jpg"])::after{content:none}
main figure:has(img[src$="/img/contents/agency/recruit/meeting.jpg"]) figcaption,main figure:has(img[src$="/img/contents/agency/recruit/partner-types.jpg"]) figcaption,main figure:has(img[src$="/img/contents/agency/recruit/support-training.jpg"]) figcaption,main figure:has(img[src$="/img/contents/agency/recruit/network.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;
}

/* ---- 余白リズム（96px）・タイプスケール ---- */
body#ag-recruit .section { padding: 96px 0; }
body#ag-recruit .section--soft { background: var(--u-tint); }
body#ag-recruit .section-heading__eyebrow { color: var(--u-theme); font-size: 13px; letter-spacing: 0.28em; }
body#ag-recruit .section-heading--light .section-heading__eyebrow { color: var(--u-clay); }
body#ag-recruit .section-heading__title { font-size: 25px; letter-spacing: 0.03em; line-height: 1.5; }
body#ag-recruit .section-heading__lead { color: var(--u-sub); font-size: 18px; line-height: 1.9; }
body#ag-recruit .section-heading--light .section-heading__lead { color: rgba(255, 255, 255, 0.78); }

/* ---- ボタン（金CTA・focus可視。radius999は既存） ---- */
body#ag-recruit .button { font-size: 16px; }
body#ag-recruit .button:focus-visible { outline: 2px solid var(--u-deep); outline-offset: 3px; }
body#ag-recruit .recruit-hero .button:focus-visible,
body#ag-recruit .support-system .button:focus-visible,
body#ag-recruit .application .button:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
@media (hover: hover) and (pointer: fine) {
  body#ag-recruit .button--primary:hover { background: var(--u-gold); box-shadow: 0 18px 34px rgba(245, 181, 0, 0.34); filter: brightness(0.92); }
}

/* ---- ヒーロー（旧#3d271c系→deep×themeグラデ・白明朝31px・eyebrowアニメ） ---- */
body#ag-recruit .recruit-hero { background: var(--u-deep); }
body#ag-recruit .recruit-hero__background { background: linear-gradient(135deg, var(--u-deep) 0%, var(--u-theme) 130%); }
body#ag-recruit .recruit-hero__eyebrow { color: var(--u-clay); font-size: 13px; letter-spacing: 0.28em; }
body#ag-recruit .recruit-hero__eyebrow::before { content: ""; display: block; width: 40px; height: 2px; margin-bottom: 16px; background: var(--u-clay); }
body#ag-recruit .recruit-hero__eyebrow::after { content: none; }
body#ag-recruit .recruit-hero__title { font-size: 31px; letter-spacing: 0.03em; line-height: 1.5; }
body#ag-recruit .recruit-hero__lead { font-size: 18px; line-height: 1.9; color: rgba(255, 255, 255, 0.88); }
body#ag-recruit .recruit-hero__note { font-size: 13px; }
body#ag-recruit .recruit-hero__fact-number { color: var(--u-clay); }
@keyframes u51-fade {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: none; }
}
body#ag-recruit .recruit-hero__tag,
body#ag-recruit .recruit-hero__eyebrow,
body#ag-recruit .recruit-hero__title,
body#ag-recruit .recruit-hero__lead,
body#ag-recruit .recruit-hero__actions { animation: u51-fade 0.6s ease both; }
body#ag-recruit .recruit-hero__eyebrow { animation-delay: 0.12s; }
body#ag-recruit .recruit-hero__title { animation-delay: 0.24s; }
body#ag-recruit .recruit-hero__lead { animation-delay: 0.36s; }
body#ag-recruit .recruit-hero__actions { animation-delay: 0.48s; }
@media (prefers-reduced-motion: reduce) {
  body#ag-recruit .recruit-hero__tag,
  body#ag-recruit .recruit-hero__eyebrow,
  body#ag-recruit .recruit-hero__title,
  body#ag-recruit .recruit-hero__lead,
  body#ag-recruit .recruit-hero__actions { animation: none; }
}

/* ---- サマリー・悩み ---- */
body#ag-recruit .recruit-summary__step { border-radius: 12px; border-color: var(--u-border); }
body#ag-recruit .recruit-summary__step-index { color: var(--u-theme); }
body#ag-recruit .recruit-summary__step-title { font-size: 20px; }
body#ag-recruit .recruit-summary__step-text { color: var(--u-sub); }
body#ag-recruit .recruit-concerns__number { color: var(--u-theme); }
body#ag-recruit .recruit-concerns__item-title { font-size: 20px; }
body#ag-recruit .recruit-concerns__item-text { color: var(--u-sub); }

/* ---- パートナー適性・機会 ---- */
body#ag-recruit .partner-fit__card { border-radius: 12px; border-color: var(--u-border); }
body#ag-recruit .partner-fit__card-label { color: var(--u-theme); font-size: 13px; }
body#ag-recruit .partner-fit__card-title { font-size: 20px; }
body#ag-recruit .partner-fit__card-text { color: var(--u-sub); }
/* 既存バグ修正: visual-frameの160px角丸×高さ720固定が中のLP図解(network.jpg=BATCHC contain)を見切らせる→図解保護 */
body#ag-recruit .opportunity__visual { height: auto; min-height: 0; border-radius: 12px; }
body#ag-recruit .opportunity__card { border-radius: 12px; border-color: var(--u-border); }
body#ag-recruit .opportunity__card-tag { color: var(--u-theme); }
body#ag-recruit .opportunity__card-title { font-size: 20px; }
body#ag-recruit .opportunity__card-text { color: var(--u-sub); }
body#ag-recruit .opportunity__caution { border-radius: 12px; }
body#ag-recruit .opportunity__caution-title { font-size: 16px; }

/* ---- サポート体制（deep帯=既存継承） ---- */
body#ag-recruit .support-system__card { border-radius: 12px; }
body#ag-recruit .support-system__card-index { color: var(--u-clay); }
body#ag-recruit .support-system__card-title { font-size: 20px; }

/* ---- 加盟条件・注意面（クリーム#fff9e9全廃） ---- */
body#ag-recruit .recruit-requirements__item { border-radius: 12px; border-color: var(--u-border); }
body#ag-recruit .recruit-requirements__item-title { font-size: 20px; }
body#ag-recruit .recruit-requirements__item-text { color: var(--u-sub); }
body#ag-recruit .recruit-requirements__notice { background: var(--u-tint); border-radius: 12px; }
body#ag-recruit .recruit-requirements__notice-title { font-size: 16px; }
body#ag-recruit .recruit-requirements__check { background: var(--u-theme); color: #fff; } /* 塗り円=白文字維持 */

/* ---- 役割マップ・フロー ---- */
body#ag-recruit .role-map__node { border-radius: 12px; }
body#ag-recruit .role-map__node-title { font-size: 20px; }
body#ag-recruit .recruit-flow__index { color: var(--u-theme); }
body#ag-recruit .recruit-flow__item-title { font-size: 20px; }
body#ag-recruit .recruit-flow__item-text { color: var(--u-sub); }
body#ag-recruit .recruit-flow__item { border-radius: 12px; border-color: var(--u-border); }

/* ---- FAQ ---- */
body#ag-recruit .recruit-faq__item { border-radius: 12px; border-color: var(--u-border); }
body#ag-recruit .recruit-faq__question-label { background: var(--u-deep); color: #fff; } /* 塗り円=白文字維持・旧ブラウン→deep */
body#ag-recruit .recruit-faq__answer-label { background: var(--u-theme); color: #fff; }
body#ag-recruit .recruit-faq__question-text { font-size: 16px; }
body#ag-recruit .recruit-faq__answer-text { color: var(--u-sub); }

/* ---- 応募（deep×themeグラデ・白フォームカード維持=フォーム特則） ---- */
body#ag-recruit .application { background: var(--u-deep); }
body#ag-recruit .application__background { background: linear-gradient(145deg, var(--u-deep) 0%, var(--u-theme) 140%); }
body#ag-recruit .application__eyebrow { color: var(--u-clay); font-size: 13px; letter-spacing: 0.28em; }
body#ag-recruit .application__title { font-size: 31px; letter-spacing: 0.03em; line-height: 1.5; }
body#ag-recruit .application__lead { font-size: 18px; line-height: 1.9; color: rgba(255, 255, 255, 0.85); }
body#ag-recruit .application-form { border-radius: 12px; }
body#ag-recruit .application-form__input:focus-visible,
body#ag-recruit .application-form__select:focus-visible,
body#ag-recruit .application-form__textarea:focus-visible { outline: 2px solid var(--u-deep); outline-offset: 2px; }
body#ag-recruit .application-form__required { color: #C0392B; }

/* ---- 関連リンク ---- */
body#ag-recruit .related-links__card { border-radius: 12px; border-color: var(--u-border); }
body#ag-recruit .related-links__card-label { color: var(--u-theme); font-size: 13px; }
body#ag-recruit .related-links__card-title { font-size: 20px; }

/* ---- 〜900px：セクション48px ---- */
@media (max-width: 900px) {
  body#ag-recruit .section { padding: 48px 0; }
  body#ag-recruit .application { padding-top: 64px; }
}
@media (max-width: 568px) {
  body#ag-recruit .recruit-hero__title { font-size: 31px; }
  body#ag-recruit .recruit-hero__lead { font-size: 16px; }
  body#ag-recruit .application__title { font-size: 31px; }
}

/* ===== HEADER GREEN UNIFY addon (uplift_20260704 option) — headercolor_20260704決定の横展開。
   ag-recruit は配備時に各ページのbody idへ置換。ヘッダー構造は不変更・配色のみ緑固定 ===== */
body#ag-recruit .header__actions { background: #1E8A58; }
body#ag-recruit .sp-menu__button { background: #0F4C30; box-shadow: 0 10px 28px rgba(15, 76, 48, 0.28); }
body#ag-recruit .sp-menu__panel { background: rgba(15, 76, 48, 0.98); }
body#ag-recruit .header__lang-link.is-current { background: #EDF6F1; }
body#ag-recruit .header__lang-button:focus-visible,
body#ag-recruit .header__lang-link:focus-visible,
body#ag-recruit .header__action-link:focus-visible,
body#ag-recruit .header__nav-link:focus-visible,
body#ag-recruit .header__logo:focus-visible { outline-color: #1E8A58; }
@media (hover: hover) and (pointer: fine) {
  body#ag-recruit .header__lang-button:hover { border-color: #1E8A58; }
  body#ag-recruit .header__lang-link:hover { background: #EDF6F1; }
  body#ag-recruit .header__nav-link:hover { color: #1E8A58; }
}
