/* Top-page business architecture. Kept separate so WEXAL reprocesses new selectors. */
.umj-hero-brand__lead strong {
  display: inline-block;
  margin-bottom: 4px;
  color: #142b45;
  font-size: 1.12em;
  font-weight: 800;
  letter-spacing: .06em;
}
.umj-hero-brand__content { position: relative; }
.umj-hero-brand__content > *:not(.umj-hero-brand__era-word) { position: relative; z-index: 1; }
.umj-hero-brand__era-word {
  position: absolute;
  z-index: 0;
  top: -58px;
  left: -22px;
  color: rgba(20, 43, 69, .065);
  font-size: clamp(76px, 8.5vw, 124px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: .04em;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
.umj-hero-brand__catch .catch-line--era {
  margin-bottom: .1em;
  font-size: .54em;
  font-weight: 800;
  letter-spacing: .18em;
  color: #354b61;
}
.umj-anim-in .catch-line:nth-child(3) { animation-delay: 2.5s; }
.umj-business-kicker,
.umj-song-business__label,
.umj-people-business__label {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.umj-business-kicker { color: #a88446; }
.umj-song-business {
  margin-top: 64px;
  padding: clamp(42px, 6vw, 76px);
  border: 1px solid rgba(18, 43, 72, .1);
  border-radius: 32px;
  color: #142b45;
  background:
    radial-gradient(circle at 94% 4%, rgba(196, 164, 102, .16), transparent 32%),
    radial-gradient(circle at 4% 96%, rgba(40, 105, 150, .09), transparent 34%),
    linear-gradient(145deg, #fffdf8 0%, #f7f4ed 100%);
  box-shadow: 0 30px 90px rgba(22, 39, 58, .11);
  position: relative;
  overflow: hidden;
}
.umj-song-business::before {
  content: '';
  position: absolute;
  top: 0;
  left: clamp(42px, 6vw, 76px);
  width: 88px;
  height: 3px;
  background: linear-gradient(90deg, #b99553, #e3c989);
}
.umj-song-business__head { max-width: 800px; margin-bottom: 42px; }
.umj-song-business__label { color: #a88446; }
.umj-song-business__category {
  margin: 0 0 12px;
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 800;
  letter-spacing: .08em;
  color: #142b45;
}
.umj-song-business__head h2 {
  margin: 0 0 22px;
  color: #10263f;
  font-size: clamp(32px, 4.6vw, 58px);
  line-height: 1.3;
  letter-spacing: -.025em;
}
.umj-song-business__head > p:last-child { margin: 0; color: #65717d; font-size: 15px; line-height: 2; }
.umj-song-brands { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.umj-song-brand {
  display: flex;
  min-height: 390px;
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid rgba(18,43,72,.11);
  border-radius: 22px;
  flex-direction: column;
  color: #142b45;
  text-decoration: none;
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
  position: relative;
  overflow: hidden;
}
.umj-song-brand::after {
  content: '';
  position: absolute;
  inset: auto -30% -55% 35%;
  height: 70%;
  border-radius: 50%;
  opacity: .35;
  pointer-events: none;
}
.umj-song-brand:hover { transform: translateY(-7px); border-color: rgba(169,132,70,.42); box-shadow: 0 24px 54px rgba(19,40,61,.12); }
.umj-song-brand:focus-visible { outline: 3px solid #b99553; outline-offset: 4px; }
.umj-song-brand--company { background: linear-gradient(160deg, #fff 0%, #f3f7fa 100%); }
.umj-song-brand--company::after { background: radial-gradient(circle, rgba(10,160,218,.2), transparent 68%); }
.umj-song-brand--one { background: linear-gradient(160deg, #fff 0%, #fff8fa 100%); }
.umj-song-brand--one::after { background: radial-gradient(circle, rgba(241,62,137,.18), transparent 68%); }
.umj-song-brand__for { color: #a88446; font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.umj-song-brand__logo { display: flex; align-items: center; height: 118px; margin-top: 18px; position: relative; z-index: 1; }
.umj-song-brand__logo img { display: block; width: auto; max-width: 100%; height: auto; object-fit: contain; }
.umj-song-brand__logo--company img { max-width: 270px; max-height: 112px; }
.umj-song-brand__logo--one img { width: min(320px, 92%); }
.umj-song-brand__copy { margin-top: 22px; font-size: 18px; font-weight: 800; line-height: 1.65; position: relative; z-index: 1; }
.umj-song-brand__desc { margin-top: 10px; color: #697581; font-size: 13px; line-height: 1.85; position: relative; z-index: 1; }
.umj-song-brand__link { margin-top: auto; padding-top: 24px; color: #142b45; font-size: 13px; font-weight: 800; position: relative; z-index: 1; }
.umj-people-business {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(220px, .55fr);
  gap: 56px;
  align-items: center;
  margin-top: 32px;
  padding: clamp(36px, 5vw, 64px);
  border: 1px solid rgba(18,43,72,.1);
  border-radius: 26px;
  background: linear-gradient(135deg, #fcfbf7, #f3f6f2);
}
.umj-people-business__label { color: #8b7548; }
.umj-people-business h2 { margin: 0 0 18px; color: #26321e; font-size: 17px; letter-spacing: .06em; }
.umj-people-business h3 { margin: 0 0 18px; color: #1f2b18; font-size: clamp(32px, 4vw, 48px); line-height: 1.2; }
.umj-people-business p { color: #56634d; font-size: 14px; line-height: 1.9; }
.umj-people-business .umj-people-business__lead { margin-bottom: 8px; color: #26321e; font-size: 18px; font-weight: 800; }
.umj-people-business__link { display: inline-flex; margin-top: 18px; color: #315a45; font-size: 14px; font-weight: 800; text-decoration: none; }
.umj-people-business__link:hover { text-decoration: underline; }
.umj-people-business__link:focus-visible { outline: 3px solid #315a45; outline-offset: 4px; }
.umj-people-business__visual { display: flex; justify-content: center; }
.umj-people-business__visual img { width: min(210px, 100%); height: auto; border-radius: 26px; box-shadow: 0 18px 44px rgba(67,113,36,.16); }

@media (max-width: 768px) {
  .umj-hero-brand__era-word { top: -34px; left: -8px; font-size: 64px; }
  .umj-song-business { margin-top: 42px; padding: 36px 22px; border-radius: 22px; }
  .umj-song-business__head > p:last-child br { display: none; }
  .umj-song-brands { grid-template-columns: 1fr; }
  .umj-song-brand { min-height: 330px; padding: 28px 24px; }
  .umj-song-brand__logo--company img { width: 100%; max-width: 220px; }
  .umj-song-brand__logo--one img { width: 90%; max-width: 240px; }
  .umj-people-business { grid-template-columns: 1fr; gap: 30px; padding: 34px 24px; }
  .umj-people-business__visual { order: -1; justify-content: flex-start; }
  .umj-people-business__visual img { width: 96px; border-radius: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .umj-song-brand { transition: none; }
}
