:root {
  --navy: #061a35;
  --navy-2: #0b2444;
  --ink: #152238;
  --text: #263244;
  --muted: #6f7887;
  --gold: #b98a39;
  --gold-2: #d3aa5a;
  --paper: #f7f3eb;
  --line: #dbe1ea;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.9;
  letter-spacing: 0;
}
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
p { margin: 0 0 1.35em; font-size: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px clamp(22px, 4vw, 72px);
  color: #fff;
  background: linear-gradient(90deg, rgba(5, 15, 30, .82), rgba(5, 15, 30, .55));
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 40px rgba(0, 0, 0, .14);
}
.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 66px;
  padding: 0;
  background: transparent;
  text-decoration: none;
}
.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,.24));
}
.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.3vw, 34px);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}
.site-nav a {
  position: relative;
  text-decoration: none;
  transition: color .25s ease, transform .25s ease, background .25s ease, border-color .25s ease;
}
.site-nav > a:not(.contact-link)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 1px;
  background: var(--gold-2);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}
.site-nav > a:not(.contact-link):hover,
.site-nav > a[aria-current="page"] { color: #f4d990; }
.site-nav > a:not(.contact-link):hover::after,
.site-nav > a[aria-current="page"]::after { transform: scaleX(1); }
.contact-link {
  min-width: 138px;
  padding: 12px 22px;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 0;
  text-align: center;
  background: rgba(255,255,255,.04);
  box-shadow: 8px 8px 0 rgba(0,0,0,.42);
}
.contact-link:hover {
  color: var(--navy);
  background: #fff;
  border-color: #fff;
  transform: translate(3px, 3px);
  box-shadow: 3px 3px 0 rgba(0,0,0,.48);
}
.menu-button { display: none; }

.mv {
  position: relative;
  min-height: 860px;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 160px clamp(28px, 7vw, 120px) 104px;
  color: #fff;
  background: var(--navy);
}
.mv-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2, 9, 19, .76) 0%, rgba(2, 9, 19, .52) 38%, rgba(2, 9, 19, .18) 70%), url("./assets/hero.jpg") center / cover no-repeat;
  transform: scale(1.02);
}
.mv-copy {
  position: relative;
  z-index: 1;
  max-width: 920px;
}
.mv-copy p,
.page-hero p,
.eyebrow,
.section-title p,
.works-copy > p {
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.mv-copy h1 {
  margin: 22px 0 26px;
  color: #fff;
  font-size: clamp(56px, 6.6vw, 100px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: .03em;
  text-shadow: 0 12px 26px rgba(0,0,0,.3);
}
.mv-copy span {
  display: block;
  margin-bottom: 22px;
  font-size: clamp(22px, 2.1vw, 32px);
  font-weight: 900;
}
.mv-copy small {
  display: block;
  max-width: 760px;
  font-size: 16px;
  font-weight: 700;
}
.mv-statement {
  position: absolute;
  right: clamp(18px, 3vw, 48px);
  bottom: 70px;
  z-index: 1;
  writing-mode: vertical-rl;
  letter-spacing: .22em;
  color: rgba(255,255,255,.56);
  font-size: 12px;
  font-weight: 800;
}

.section-block,
.lower-section {
  position: relative;
  padding: clamp(92px, 9vw, 150px) clamp(24px, 6vw, 104px);
}
.section-title {
  width: min(1180px, 100%);
  margin: 0 auto clamp(42px, 5vw, 74px);
  display: grid;
  grid-template-columns: minmax(150px, 260px) 1fr;
  gap: clamp(28px, 5vw, 86px);
  align-items: start;
}
.section-title h2,
.works-copy h2,
.split-layout h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 4.2vw, 66px);
  line-height: 1.28;
  font-weight: 900;
  letter-spacing: .02em;
}
.section-title.light h2 { color: #fff; }
.section-title.light p { color: var(--gold-2); }

.intro { background: #fff; }
.intro,
.works {
  overflow: hidden;
}
.intro::before,
.works::before {
  content: attr(data-bg);
  position: absolute;
  left: clamp(8px, 4vw, 70px);
  top: 46px;
  color: rgba(6, 26, 53, .045);
  font-size: clamp(88px, 15vw, 230px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: .02em;
  pointer-events: none;
}
.intro::before { content: "MESSAGE"; }
.works::before { content: "ABOUT"; }
.intro-grid,
.works {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .86fr 1fr;
  gap: clamp(44px, 7vw, 96px);
  align-items: center;
}
.intro-text { max-width: 600px; }
.layer-photo,
.works figure { position: relative; margin: 0; }
.layer-photo::before {
  content: "";
  position: absolute;
  inset: -26px 34px 34px -26px;
  border: 1px solid rgba(185, 138, 57, .5);
  z-index: -1;
}
.layer-photo img,
.works figure img,
.split-layout > img {
  width: 100%;
  aspect-ratio: 1.24 / 1;
  object-fit: cover;
  box-shadow: 0 24px 56px rgba(6, 26, 53, .16);
}
.line-button,
.gold-button,
.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 184px;
  min-height: 56px;
  padding: 0 30px;
  border: 1px solid var(--navy);
  text-decoration: none;
  color: var(--navy);
  background: transparent;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  transition: transform .25s ease, box-shadow .25s ease, color .25s ease, background .25s ease, border-color .25s ease;
}
.line-button::after,
.gold-button::after {
  content: "";
  width: 34px;
  height: 1px;
  margin-left: 18px;
  background: currentColor;
  transition: transform .25s ease;
}
.line-button:hover,
.contact-form button:hover {
  color: #fff;
  background: var(--navy);
  box-shadow: 8px 8px 0 rgba(185, 138, 57, .24);
  transform: translate(-2px, -2px);
}
.line-button:hover::after,
.gold-button:hover::after { transform: translateX(8px); }

.navy-band {
  color: #fff;
  background: linear-gradient(rgba(3, 10, 20, .82), rgba(3, 10, 20, .86)), url("./assets/service-bg.jpg") center / cover no-repeat;
}
.service-feature {
  width: min(1180px, 100%);
  margin: 0 auto 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.feature-card {
  display: block;
  overflow: hidden;
  min-height: 100%;
  color: var(--ink);
  background: #fff;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0 28px 60px rgba(0,0,0,.22);
  transition: transform .28s ease, box-shadow .28s ease;
}
.feature-card:hover { transform: translateY(-10px); box-shadow: 0 36px 70px rgba(0,0,0,.3); }
.feature-card span {
  display: block;
  padding: 24px 26px 0;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 28px;
  font-style: italic;
}
.feature-card img { width: 100%; aspect-ratio: 1.65 / 1; object-fit: cover; }
.feature-card h3 { margin: 24px 26px 12px; color: var(--ink); font-size: 21px; line-height: 1.45; }
.feature-card p { margin: 0 26px 30px; }
.gold-button {
  margin: 0 auto;
  color: #fff;
  border-color: var(--gold);
  background: var(--gold);
}
.gold-button:hover {
  color: var(--gold);
  background: #fff;
  transform: translateY(-4px);
  box-shadow: 8px 8px 0 rgba(255,255,255,.18);
}

.works { width: 100%; max-width: none; grid-template-columns: minmax(320px, 520px) 1fr; }
.works-copy { width: min(520px, 100%); justify-self: end; }
.works figure { width: 100%; }
.works figure img { aspect-ratio: 1.85 / 1; }

.news-home { background: var(--paper); }
.news-list {
  width: min(1080px, 100%);
  margin: 0 auto;
  border-top: 1px solid var(--line);
}
.news-list a {
  display: grid;
  grid-template-columns: 140px 110px 1fr 44px;
  align-items: center;
  gap: 26px;
  min-height: 88px;
  color: var(--text);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  transition: color .25s ease, background .25s ease, padding .25s ease;
}
.news-list a::after { content: ""; width: 36px; height: 1px; background: currentColor; justify-self: end; }
.news-list a:hover { color: var(--gold); background: rgba(255,255,255,.55); padding-left: 12px; }
.news-list time { font-size: 13px; font-weight: 800; }
.news-list span { display: inline-flex; justify-content: center; padding: 4px 12px; color: #fff; background: var(--navy); font-size: 12px; font-weight: 800; }
.news-list strong { font-size: 15px; }

.page-hero {
  min-height: 480px;
  display: grid;
  place-items: end start;
  padding: 150px clamp(26px, 7vw, 120px) 76px;
  color: #fff;
  background: linear-gradient(90deg, rgba(4, 13, 27, .82), rgba(4, 13, 27, .42)), url("./assets/hero.jpg") center / cover no-repeat;
}
.page-hero h1 { margin: 10px 0 0; font-size: clamp(44px, 6vw, 82px); line-height: 1.1; }
.lower-section.beige { background: var(--paper); }
.split-layout {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr .92fr;
  gap: clamp(44px, 7vw, 92px);
  align-items: center;
}
.eyebrow { margin-bottom: 18px; }
.split-layout h2 { margin-bottom: 28px; }

.service-detail-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 28px;
}
.service-detail-grid article {
  display: grid;
  grid-template-columns: .92fr 1fr;
  align-items: stretch;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 18px 42px rgba(6, 26, 53, .08);
}
.service-detail-grid article:nth-child(even) img { order: 2; }
.service-detail-grid article img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; }
.service-detail-grid article div { padding: clamp(30px, 4vw, 54px); }
.service-detail-grid span { color: var(--gold); font-family: Georgia, serif; font-size: 30px; font-style: italic; }
.service-detail-grid h2 { margin: 8px 0 4px; font-size: clamp(26px, 3vw, 38px); line-height: 1.32; color: var(--ink); }
.service-detail-grid h3 { margin: 0 0 18px; color: var(--gold); font-size: 16px; }
.flow {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  counter-reset: flow;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.flow li {
  position: relative;
  min-height: 210px;
  padding: 34px 24px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 18px 42px rgba(6, 26, 53, .08);
  counter-increment: flow;
}
.flow li::before { content: "0" counter(flow); display: block; color: var(--gold); font-family: Georgia, serif; font-size: 30px; font-style: italic; }
.flow b { display: block; margin: 8px 0 10px; color: var(--ink); font-size: 18px; }
.flow p { margin-bottom: 0; }

.company-table { margin: 28px 0 0; border-top: 1px solid var(--line); }
.company-table div { display: grid; grid-template-columns: 130px 1fr; gap: 22px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.company-table dt { color: var(--gold); font-weight: 900; }
.company-table dd { margin: 0; font-size: 16px; }
.company-table ul { margin: 0; padding-left: 1.2em; }
.company-table li { margin: 0 0 4px; }

.contact-info { margin-top: 32px; padding-top: 26px; border-top: 1px solid var(--line); }
.contact-form {
  padding: clamp(28px, 4vw, 48px);
  background: var(--paper);
  border-radius: 6px;
}
.contact-form label { display: grid; gap: 8px; margin-bottom: 18px; font-weight: 800; color: var(--ink); }
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  padding: 14px 15px;
  font: inherit;
}
.contact-form button { cursor: pointer; background: #fff; }

.site-footer { color: #fff; background: #030914; }
.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  padding: 70px clamp(24px, 6vw, 104px);
}
.footer-brand img { width: 180px; height: 74px; object-fit: contain; object-position: left center; filter: brightness(1.08); margin-bottom: 22px; }
.footer-brand address { font-style: normal; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.8; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px 30px; font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.footer-nav a { text-decoration: none; transition: color .25s ease; }
.footer-nav a:hover { color: var(--gold-2); }
.copyright { padding: 18px 24px; text-align: center; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.72); font-size: 12px; font-weight: 700; }

@media (max-width: 980px) {
  .site-header { height: 72px; padding: 10px 20px; }
  .brand { width: 260px; height: 48px; padding: 0; }
  .menu-button {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255,255,255,.82);
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    padding: 0;
    cursor: pointer;
  }
  .menu-button span { grid-area: 1/1; width: 20px; height: 2px; background: #fff; transition: transform .25s ease, opacity .25s ease; }
  .menu-button span:nth-child(1) { transform: translateY(-7px); }
  .menu-button span:nth-child(3) { transform: translateY(7px); }
  .menu-open .menu-button span:nth-child(1) { transform: rotate(42deg); }
  .menu-open .menu-button span:nth-child(2) { opacity: 0; }
  .menu-open .menu-button span:nth-child(3) { transform: rotate(-42deg); }
  .site-nav {
    position: fixed;
    inset: 72px 0 0;
    z-index: 320;
    display: grid;
    align-content: start;
    align-items: start;
    gap: 0;
    min-height: calc(100svh - 72px);
    height: calc(100svh - 72px);
    overflow-y: auto;
    padding: 24px 24px 40px;
    color: #fff;
    background: #030914 !important;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .28s ease, visibility .28s ease;
  }
  body.menu-open::before {
    content: "";
    position: fixed;
    inset: 72px 0 0;
    z-index: 90;
    background: #030914;
  }
  .menu-open .site-header {
    z-index: 300;
    background: #030914;
  }
  .menu-open .site-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .site-nav a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 54px;
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
    color: #fff !important;
    font-size: 16px;
    opacity: 1;
    visibility: visible;
  }
  .site-nav > a:not(.contact-link)::after { display: none; }
  .contact-link { width: 100%; margin-top: 22px; box-shadow: none; }

  .mv { min-height: 100svh; padding: 120px 26px 70px; }
  .mv-bg { background-position: 62% center; }
  .mv-copy h1 { font-size: clamp(40px, 12vw, 60px); line-height: 1.15; }
  .mv-copy span { font-size: 21px; }
  .mv-statement { display: none; }
  .section-block, .lower-section { padding: 82px 26px; }
  .section-title { grid-template-columns: 1fr; gap: 14px; margin-bottom: 36px; }
  .section-title h2, .works-copy h2, .split-layout h2 { font-size: clamp(30px, 8vw, 44px); }
  .intro-grid, .works, .split-layout { grid-template-columns: 1fr; gap: 38px; }
  .works-copy { justify-self: start; }
  .service-feature, .flow { grid-template-columns: 1fr; }
  .service-detail-grid article, .service-detail-grid article:nth-child(even) { grid-template-columns: 1fr; }
  .service-detail-grid article:nth-child(even) img { order: 0; }
  .service-detail-grid article img { min-height: 220px; aspect-ratio: 1.5 / 1; }
  .news-list a { grid-template-columns: 1fr; gap: 8px; padding: 22px 0; }
  .news-list a::after { justify-self: start; margin-top: 6px; }
  .page-hero { min-height: 360px; padding: 124px 26px 56px; background-position: 62% center; }
  .company-table div { grid-template-columns: 1fr; gap: 8px; }
  .footer-inner { grid-template-columns: 1fr; padding: 54px 26px; }
  .footer-nav { justify-content: flex-start; }
}

@media (max-width: 560px) {
  p, .company-table dd { font-size: 16px; }
  .mv-copy h1 { font-size: clamp(36px, 10.8vw, 46px); }
  .mv-bg { background-position: 66% center; }
  .layer-photo::before { inset: -14px 18px 18px -14px; }
  .feature-card h3 { font-size: 19px; }
  .line-button, .gold-button, .contact-form button { width: 100%; }
  .footer-brand img { width: 160px; }
}

/* Composition inspired by the benchmark structure, adapted for Shoryu. */
.home-composition {
  background: #f8f5ef;
}
.bench-hero {
  position: relative;
  min-height: 100svh;
  padding: 132px clamp(24px, 5vw, 84px) 58px;
  overflow: hidden;
  color: #fff;
  background: var(--navy);
}
.bench-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 74% 18%, rgba(211, 170, 90, .22), transparent 28%),
    linear-gradient(90deg, rgba(3, 9, 20, .78), rgba(3, 9, 20, .38) 46%, rgba(3, 9, 20, .1));
  z-index: 2;
  pointer-events: none;
}
.hero-photo {
  position: absolute;
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-main {
  inset: 88px 0 0 32%;
}
.photo-sub {
  z-index: 1;
  width: min(28vw, 380px);
  aspect-ratio: 1.46 / 1;
  border: 7px solid rgba(255,255,255,.82);
}
.photo-sub-a {
  left: clamp(26px, 6vw, 96px);
  top: 176px;
}
.photo-sub-b {
  right: clamp(28px, 9vw, 150px);
  bottom: 58px;
}
.bench-hero-copy {
  position: relative;
  z-index: 3;
  width: min(760px, 100%);
  margin-top: min(34vh, 300px);
}
.bench-hero-copy p,
.composition-head p,
.service-copy > p,
.contact-composition > p {
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.bench-hero-copy h1 {
  margin: 20px 0 26px;
  font-size: clamp(62px, 8vw, 112px);
  line-height: 1.02;
  letter-spacing: .02em;
  text-shadow: 0 16px 36px rgba(0,0,0,.32);
}
.bench-hero-copy span {
  display: block;
  font-size: clamp(22px, 2.6vw, 36px);
  font-weight: 900;
}
.home-greeting {
  position: relative;
  display: grid;
  grid-template-columns: minmax(120px, 220px) 1fr;
  gap: clamp(28px, 6vw, 92px);
  padding: clamp(86px, 8vw, 136px) clamp(24px, 7vw, 120px);
  color: var(--navy);
  background: #fff;
  overflow: hidden;
}
.home-greeting::before {
  content: "PHILOSOPHY";
  position: absolute;
  right: -0.04em;
  bottom: -0.18em;
  color: rgba(6, 26, 53, .04);
  font-size: clamp(82px, 16vw, 230px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: .02em;
  pointer-events: none;
}
.greeting-label {
  writing-mode: vertical-rl;
  justify-self: start;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .28em;
}
.greeting-inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
  padding-left: clamp(24px, 4vw, 56px);
  border-left: 1px solid rgba(185, 138, 57, .45);
}
.greeting-kicker {
  display: inline-block;
  margin: 0 0 26px;
  padding: 7px 14px;
  color: #fff;
  background: var(--navy);
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 900;
  letter-spacing: .04em;
}
.home-greeting h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(40px, 5.2vw, 78px);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: .02em;
}
.greeting-lines {
  display: grid;
  gap: 0;
  width: min(720px, 100%);
  margin-top: clamp(30px, 4vw, 52px);
  border-top: 1px solid var(--line);
}
.greeting-lines span {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  color: var(--text);
  font-size: clamp(17px, 1.9vw, 24px);
  font-weight: 800;
}
.home-company-composition,
.case-story,
.service-composition,
.times-section,
.contact-composition {
  padding: clamp(88px, 9vw, 148px) clamp(24px, 6vw, 104px);
}
.home-company-composition {
  position: relative;
  background: var(--paper);
  overflow: hidden;
}
.home-company-composition::before,
.case-story::before,
.service-composition::before,
.times-section::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 42vw;
  height: 42vw;
  background: rgba(185,138,57,.08);
  transform: translate(-42%, -44%) rotate(16deg);
  pointer-events: none;
}
.composition-head {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto clamp(44px, 5vw, 72px);
  display: grid;
  grid-template-columns: 170px 1fr auto;
  gap: 34px;
  align-items: center;
}
.composition-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 4.5vw, 72px);
  line-height: 1.08;
  letter-spacing: .04em;
}
.composition-head.light h2 { color: #fff; }
.round-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 118px;
  border: 1px solid rgba(6,26,53,.3);
  border-radius: 50%;
  color: var(--navy);
  text-decoration: none;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  transition: color .25s ease, background .25s ease, transform .25s ease, border-color .25s ease;
}
.round-link::after {
  content: "";
  width: 28px;
  height: 1px;
  margin-left: 10px;
  background: currentColor;
}
.round-link:hover {
  color: #fff;
  background: var(--navy);
  border-color: var(--navy);
  transform: rotate(-6deg) scale(1.04);
}
.round-link.light {
  color: #fff;
  border-color: rgba(255,255,255,.45);
}
.round-link.light:hover {
  color: var(--navy);
  background: #fff;
  border-color: #fff;
}
.company-composition-body {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
}
.story-lead h3,
.service-copy h2,
.contact-composition h2 {
  margin: 0 0 28px;
  color: var(--ink);
  font-size: clamp(32px, 4.7vw, 72px);
  line-height: 1.25;
  font-weight: 900;
}
.statement-heading {
  position: relative;
  margin: 0 0 clamp(28px, 4vw, 52px);
  padding: 10px 0 0 clamp(22px, 3vw, 42px);
}
.statement-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(var(--gold), rgba(185,138,57,.12));
}
.statement-heading span {
  display: block;
  margin-bottom: 18px;
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 13px;
  font-style: italic;
  letter-spacing: .18em;
}
.statement-heading h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(36px, 4.8vw, 78px);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: .02em;
}
.approach-title span,
.approach-title strong {
  display: block;
}
.statement-heading h3 em,
.statement-heading h3 strong {
  font-style: normal;
  font-weight: 900;
}
.no-break {
  white-space: nowrap;
}
.statement-heading h3 em {
  color: rgba(6, 26, 53, .72);
}
.approach-title span {
  color: var(--ink);
}
.statement-heading h3 strong {
  position: relative;
  width: fit-content;
}
.statement-heading h3 strong::after {
  content: "";
  position: absolute;
  left: 0;
  right: -18px;
  bottom: .06em;
  height: .32em;
  background: rgba(185,138,57,.22);
  z-index: -1;
}

@media (min-width: 981px) {
  .company-lead {
    padding-top: clamp(260px, 25vw, 340px);
  }
  .statement-heading {
    position: absolute;
    z-index: 3;
    left: 0;
    top: clamp(14px, 2vw, 28px);
    width: min(720px, 60vw);
    margin: 0;
    padding: 20px 0 20px clamp(24px, 3vw, 44px);
    text-shadow: 0 1px 0 rgba(255,255,255,.45);
  }
  .statement-heading h3 {
    font-size: clamp(34px, 3.35vw, 52px);
    line-height: 1.32;
  }
  .statement-heading h3 em,
  .statement-heading h3 strong {
    display: block;
  }
}
.composition-photos {
  position: relative;
  min-height: 500px;
  width: min(86%, 650px);
  justify-self: end;
}
.composition-photos img {
  position: absolute;
  width: 62%;
  height: 58%;
  object-fit: cover;
  box-shadow: 0 26px 68px rgba(6,26,53,.18);
}
.composition-photos img:first-child {
  top: 0;
  right: 0;
}
.composition-photos img:last-child {
  left: 0;
  bottom: 0;
  border: 10px solid var(--paper);
}
.case-story {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(rgba(3,9,20,.88), rgba(3,9,20,.88)), url("./assets/service-bg.jpg") center / cover no-repeat;
}
.case-intro {
  width: min(1180px, 100%);
  margin: 0 auto clamp(46px, 6vw, 88px);
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: clamp(34px, 7vw, 104px);
  align-items: start;
}
.case-meta {
  display: grid;
  gap: 28px;
  justify-items: start;
}
.case-meta p {
  margin: 0;
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
}
.case-copy {
  max-width: 880px;
}
.case-copy h2 {
  margin: 0 0 28px;
  color: #fff;
  font-size: clamp(42px, 5.8vw, 88px);
  line-height: 1.06;
  font-weight: 900;
}
.case-copy h3 {
  margin: 0 0 28px;
  color: #fff;
  font-size: clamp(28px, 3.2vw, 48px);
  line-height: 1.35;
  font-weight: 900;
}
.case-copy p { color: rgba(255,255,255,.86); }
.story-rail {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
  width: min(1280px, 100%);
  margin: 0 auto;
}
.story-card {
  display: grid;
  grid-template-rows: 190px auto 1fr;
  gap: 16px;
  min-height: 396px;
  padding: 0 0 28px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.28);
  transition: transform .25s ease, color .25s ease;
}
.story-card:hover {
  color: var(--gold-2);
  transform: translateY(-8px);
}
.story-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-card span {
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}
.story-card b {
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.55;
}
.service-composition {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 520px) 1fr;
  gap: clamp(42px, 8vw, 112px);
  background: #fff;
}
.service-copy {
  align-self: start;
  position: sticky;
  top: 116px;
}
.service-copy h2 { font-size: clamp(34px, 4.3vw, 70px); }
.service-links {
  display: grid;
  border-top: 1px solid var(--line);
}
.service-links a {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  min-height: 104px;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  font-size: clamp(20px, 2.1vw, 32px);
  font-weight: 900;
  transition: color .25s ease, padding .25s ease, background .25s ease;
}
.service-links a:hover {
  color: var(--gold);
  padding-left: 18px;
  background: rgba(185,138,57,.06);
}
.service-links span {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 24px;
  font-style: italic;
}
.times-section {
  position: relative;
  background: var(--paper);
}
.composition-news {
  position: relative;
  z-index: 1;
}
.contact-composition {
  text-align: center;
  color: #fff;
  background:
    linear-gradient(rgba(4,13,27,.84), rgba(4,13,27,.86)),
    url("./assets/about.jpg") center / cover no-repeat;
}
.contact-composition h2 {
  color: #fff;
}
.contact-composition .gold-button {
  margin-top: 6px;
}

@media (max-width: 980px) {
  .bench-hero {
    min-height: 100svh;
    padding: 112px 24px 58px;
  }
  .photo-main {
    inset: 72px 0 0 18%;
  }
  .photo-sub {
    width: 44vw;
    border-width: 5px;
  }
  .photo-sub-a {
    left: 22px;
    top: 138px;
  }
  .photo-sub-b {
    right: 22px;
    bottom: 32px;
  }
  .bench-hero-copy {
    margin-top: 44vh;
  }
  .bench-hero-copy h1 {
    font-size: clamp(48px, 13vw, 76px);
  }
  .home-greeting p {
    font-size: 16px;
  }
  .home-greeting {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .greeting-label {
    writing-mode: horizontal-tb;
  }
  .greeting-inner {
    padding-left: 22px;
  }
  .home-greeting h2 {
    font-size: clamp(36px, 10vw, 58px);
  }
  .statement-heading h3 {
    font-size: clamp(32px, 8.6vw, 48px);
  }
  .composition-head {
    grid-template-columns: 1fr auto;
    gap: 16px 24px;
  }
  .composition-head p {
    grid-column: 1 / -1;
  }
  .round-link {
    width: 94px;
    height: 94px;
  }
  .company-composition-body,
  .case-intro,
  .service-composition {
    grid-template-columns: 1fr;
  }
  .composition-photos {
    min-height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .composition-photos img {
    position: static;
    width: 100%;
    height: 260px;
    border: 0;
  }
  .story-rail {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(278px, 78vw);
    grid-template-columns: none;
    overflow-x: auto;
    padding: 0 24px 22px;
    margin: 0 -24px;
    scroll-snap-type: x mandatory;
  }
  .story-card {
    scroll-snap-align: start;
    grid-template-rows: 190px auto 1fr;
  }
  .service-copy {
    position: static;
  }
}

@media (max-width: 560px) {
  .photo-main {
    inset: 72px 0 0 0;
  }
  .photo-sub {
    display: none;
  }
  .bench-hero::before {
    background: linear-gradient(90deg, rgba(3, 9, 20, .76), rgba(3, 9, 20, .42));
  }
  .bench-hero-copy {
    margin-top: 48vh;
  }
  .bench-hero-copy h1 {
    font-size: clamp(42px, 12vw, 52px);
  }
  .home-company-composition,
  .company-composition-body,
  .company-lead,
  .statement-heading,
  .statement-heading h3,
  .statement-heading h3 em,
  .statement-heading h3 strong {
    min-width: 0;
    max-width: 100%;
  }
  .statement-heading {
    padding-left: 18px;
  }
  .statement-heading h3 {
    font-size: clamp(28px, 8.6vw, 38px);
    line-height: 1.32;
    overflow-wrap: anywhere;
  }
  .approach-title span,
  .approach-title strong {
    display: block;
    line-height: 1.28;
  }
  .approach-title strong {
    font-size: clamp(20px, 5.8vw, 25px);
    line-height: 1.34;
  }
  .approach-title {
    word-break: keep-all;
    overflow-wrap: normal;
  }
  .statement-heading .no-break {
    white-space: normal;
  }
  .statement-heading h3 strong::after {
    right: 0;
  }
  .company-lead p {
    overflow-wrap: anywhere;
  }
  .home-greeting {
    padding: 84px 24px;
  }
  .greeting-kicker {
    font-size: 15px;
  }
  .greeting-lines span {
    font-size: 17px;
  }
  .composition-head {
    grid-template-columns: 1fr;
  }
  .round-link {
    width: 100%;
    height: 58px;
    border-radius: 0;
  }
  .composition-photos {
    grid-template-columns: 1fr;
  }
  .composition-photos img {
    height: 230px;
  }
  .story-card {
    grid-template-rows: 190px auto 1fr;
    min-height: auto;
    padding: 0 0 22px;
    background: rgba(255,255,255,.08);
    border-bottom: 0;
  }
  .story-card img {
    height: 190px;
  }
  .story-card span,
  .story-card b {
    display: block;
    padding-inline: 16px;
  }
  .story-card span {
    padding-top: 2px;
  }
  .story-card b {
    font-size: 18px;
  }
  .service-links a {
    grid-template-columns: 48px 1fr;
    min-height: 86px;
    font-size: 20px;
  }
}

/* Lower page composition */
.lower-composition {
  background: #fff;
}
.lower-hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: end;
  padding: 140px clamp(24px, 7vw, 120px) 82px;
  color: #fff;
  overflow: hidden;
  background: var(--navy);
}
.lower-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3,9,20,.84), rgba(3,9,20,.44) 52%, rgba(3,9,20,.16));
  z-index: 1;
  pointer-events: none;
}
.lower-hero-photo {
  position: absolute;
  inset: 88px 0 0 28%;
}
.lower-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lower-hero-copy {
  position: relative;
  z-index: 2;
  width: min(1120px, 100%);
}
.lower-hero-copy p,
.message-heading-block p,
.profile-copy > p {
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
}
.lower-hero-copy h1 {
  margin: 18px 0 24px;
  color: #fff;
  font-size: clamp(54px, 7vw, 100px);
  line-height: 1.08;
  font-weight: 900;
}
.lower-hero-copy span {
  display: block;
  max-width: none;
  font-size: clamp(18px, 1.75vw, 25px);
  font-weight: 900;
  line-height: 1.7;
  white-space: nowrap;
}
.message-page .lower-hero-copy p {
  font-size: clamp(18px, 2vw, 28px);
  letter-spacing: .2em;
}
.message-page .lower-hero-copy h1 {
  font-size: clamp(40px, 4.8vw, 70px);
}
.message-page .lower-hero {
  min-height: 560px;
  padding-bottom: 64px;
}
.lower-composition-section {
  position: relative;
  padding: clamp(88px, 9vw, 146px) clamp(24px, 7vw, 120px);
}
.message-concept {
  display: grid;
  grid-template-columns: minmax(90px, 150px) minmax(0, 1080px);
  gap: clamp(24px, 4vw, 56px);
  background: var(--paper);
  overflow: hidden;
}
.message-concept::before {
  content: "CONCEPT";
  position: absolute;
  right: -.04em;
  bottom: -.16em;
  color: rgba(6,26,53,.045);
  font-size: clamp(86px, 18vw, 250px);
  line-height: 1;
  font-weight: 900;
  pointer-events: none;
}
.lower-side-label {
  writing-mode: vertical-rl;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .28em;
}
.message-concept-body {
  position: relative;
  z-index: 1;
  padding-left: clamp(24px, 3vw, 44px);
  border-left: 1px solid rgba(185,138,57,.45);
}
.concept-kicker {
  display: inline-block;
  margin: 0 0 24px;
  padding: 7px 14px;
  color: #fff;
  background: var(--navy);
  font-size: 14px;
  font-weight: 900;
}
.message-concept-body h2 {
  margin: 0 0 28px;
  color: var(--ink);
  font-size: clamp(40px, 4.2vw, 62px);
  line-height: 1.18;
  font-weight: 900;
}
.message-concept-body p:last-child {
  max-width: 930px;
  font-size: clamp(16px, 1.35vw, 19px);
  font-weight: 700;
}

@media (min-width: 981px) {
  .message-concept-body h2,
  .message-concept-body p:last-child {
    white-space: nowrap;
  }
}
.representative-message {
  background: #fff;
}
.message-layout {
  width: min(1160px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: clamp(40px, 7vw, 96px);
  align-items: start;
}
.message-heading-block {
  position: sticky;
  top: 116px;
}
.message-heading-block h2,
.profile-copy h2 {
  margin: 12px 0 0;
  color: var(--ink);
  font-size: clamp(32px, 2.8vw, 38px);
  line-height: 1.15;
  font-weight: 900;
}
.message-text-card {
  padding: clamp(34px, 5vw, 64px);
  background: var(--paper);
  border-top: 4px solid var(--gold);
  box-shadow: 0 24px 70px rgba(6,26,53,.08);
}
.message-text-card p {
  margin-bottom: 1.65em;
}
.message-text-card p:last-child {
  margin-bottom: 0;
}
.message-signature {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid rgba(6,26,53,.12);
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}
.message-signature::after {
  content: "";
  display: block;
  width: min(320px, 100%);
  aspect-ratio: 460 / 112;
  background: url("./assets/message-signature.png") left center / contain no-repeat;
}
.profile-name-image,
.rep-name-image {
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.message-text-card strong {
  display: block;
  margin: 26px 0;
  color: var(--navy);
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.55;
}
.strength-section {
  color: #fff;
  background: linear-gradient(rgba(3,9,20,.86), rgba(3,9,20,.88)), url("./assets/service-bg.jpg") center / cover no-repeat;
}
.strength-section .composition-head h2 {
  color: #fff;
}
.strength-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid rgba(255,255,255,.22);
}
.strength-grid div {
  display: grid;
  grid-template-columns: 92px 1fr;
  align-items: center;
  min-height: 104px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255,255,255,.22);
  background: transparent;
}
.strength-grid span {
  color: var(--gold-2);
  font-family: Georgia, serif;
  font-size: 30px;
  font-style: italic;
}
.strength-grid p {
  margin: 0;
  color: #fff;
  font-size: clamp(17px, 1.35vw, 22px);
  font-weight: 900;
}
.profile-section {
  background: #fff;
}
.profile-wrap {
  width: min(1080px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .85fr 1fr;
  gap: clamp(38px, 7vw, 88px);
  align-items: start;
}
.profile-copy h3 {
  margin: 34px 0 0;
  color: var(--navy);
  font-size: clamp(24px, 2.6vw, 38px);
}
.profile-name-image {
  width: min(420px, 100%);
  height: auto;
}
.rep-name-image {
  display: inline-block;
  width: 176px;
  height: auto;
}
.rep-name-image.no-margin {
  margin-left: 0;
}
.representative-line {
  display: flex;
  align-items: center;
  gap: .7em;
  flex-wrap: wrap;
}
.profile-copy h3 span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 15px;
}
.profile-text {
  padding: clamp(30px, 4vw, 52px);
  border-left: 1px solid rgba(185,138,57,.55);
  background: var(--paper);
}
.related-section {
  background: var(--paper);
}
.related-wrap {
  width: min(1080px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: clamp(36px, 6vw, 80px);
  align-items: start;
}
.related-wrap ul {
  margin: 0;
  padding-left: 1.2em;
  font-weight: 800;
}
.related-wrap li {
  margin-bottom: 12px;
}
.note {
  margin: 0;
  padding: 28px;
  color: var(--text);
  background: #fff;
  border-left: 4px solid var(--gold);
}

@media (max-width: 980px) {
  .lower-hero {
    min-height: 540px;
    padding: 118px 26px 60px;
  }
  .lower-hero-photo {
    inset: 72px 0 0 18%;
  }
  .message-concept,
  .message-layout,
  .profile-wrap,
  .related-wrap {
    grid-template-columns: 1fr;
  }
  .lower-side-label {
    writing-mode: horizontal-tb;
  }
  .message-heading-block {
    position: static;
  }
  .strength-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .lower-hero {
    min-height: 100svh;
  }
  .message-page .lower-hero {
    min-height: 460px;
    padding-top: 104px;
    padding-bottom: 48px;
  }
  .lower-hero-photo {
    inset: 72px 0 0 0;
  }
  .lower-hero-copy h1 {
    font-size: clamp(42px, 12vw, 54px);
  }
  .lower-hero-copy span {
    white-space: normal;
  }
  .lower-composition-section {
    padding: 78px 24px;
  }
  .message-concept-body {
    padding-left: 20px;
  }
  .message-concept-body h2 {
    font-size: clamp(34px, 9.2vw, 48px);
  }
  .strength-grid {
    grid-template-columns: 1fr;
  }
  .strength-grid div {
    min-height: auto;
  }
}

/* Philosophy (社名に込めた想い) */
.philosophy-section {
  background: #fff;
  overflow: hidden;
}
.philosophy-section::before {
  content: "PHILOSOPHY";
  position: absolute;
  right: -.04em;
  bottom: -.16em;
  color: rgba(6,26,53,.045);
  font-size: clamp(80px, 15vw, 220px);
  line-height: 1;
  font-weight: 900;
  pointer-events: none;
}
.philosophy-head {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto clamp(44px, 5vw, 72px);
  text-align: center;
}
.philosophy-head > p:first-child {
  margin: 0;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
}
.philosophy-head h2 {
  margin: 14px 0 0;
  color: var(--ink);
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .04em;
}
.philosophy-lead {
  margin: 22px 0 0;
  color: var(--text);
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 700;
}
.philosophy-grid {
  position: relative;
  z-index: 1;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(20px, 2.6vw, 36px);
}
.philosophy-card {
  padding: clamp(34px, 3.4vw, 52px) clamp(26px, 2.6vw, 40px);
  background: var(--paper);
  border-top: 4px solid var(--gold);
  box-shadow: 0 24px 70px rgba(6,26,53,.08);
  text-align: center;
}
.philosophy-kanji {
  margin: 0;
  color: var(--navy);
  font-size: clamp(48px, 4.6vw, 66px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: .08em;
}
.philosophy-kanji span {
  color: var(--gold);
}
.philosophy-card p {
  margin: 0;
  padding-top: clamp(22px, 2.4vw, 30px);
  position: relative;
  margin-top: clamp(22px, 2.4vw, 30px);
  border-top: 1px solid rgba(185,138,57,.45);
  color: var(--text);
  font-size: clamp(14px, 1.15vw, 16px);
  font-weight: 700;
  line-height: 1.9;
  text-align: left;
}
.philosophy-close {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  margin: clamp(44px, 5vw, 64px) auto 0;
  color: var(--ink);
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 800;
  line-height: 2;
  text-align: center;
}
@media (max-width: 980px) {
  .philosophy-grid {
    grid-template-columns: 1fr;
  }
  .philosophy-card {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: clamp(22px, 4vw, 34px);
    text-align: left;
  }
  .philosophy-card p {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    padding-left: clamp(22px, 4vw, 34px);
    border-left: 1px solid rgba(185,138,57,.45);
  }
  .philosophy-close br.pc-only {
    display: none;
  }
}
@media (max-width: 560px) {
  .philosophy-kanji {
    font-size: 42px;
  }
}

/* Business lower page */
.business-page .lower-hero {
  min-height: 560px;
  padding-bottom: 64px;
}
.business-page .lower-hero-copy p {
  font-size: clamp(18px, 2vw, 28px);
  letter-spacing: .2em;
}
.business-page .lower-hero-copy h1 {
  font-size: clamp(40px, 4.8vw, 70px);
}
.news-page .lower-hero {
  min-height: 560px;
  padding-bottom: 64px;
}
.news-page .lower-hero-copy p {
  font-size: clamp(18px, 2vw, 28px);
  letter-spacing: .2em;
}
.news-page .lower-hero-copy h1 {
  font-size: clamp(40px, 4.8vw, 70px);
}
.business-intro {
  display: grid;
  grid-template-columns: minmax(90px, 150px) minmax(0, 1080px);
  gap: clamp(24px, 4vw, 56px);
  background: var(--paper);
  overflow: hidden;
}
.business-intro::before {
  content: "SERVICE";
  position: absolute;
  right: -.04em;
  bottom: -.16em;
  color: rgba(6,26,53,.045);
  font-size: clamp(86px, 18vw, 250px);
  line-height: 1;
  font-weight: 900;
  pointer-events: none;
}
.business-details {
  background: #fff;
}
.business-detail-list {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  gap: clamp(34px, 5vw, 70px);
}
.business-detail-card {
  display: grid;
  grid-template-columns: .78fr 1fr;
  gap: clamp(34px, 6vw, 82px);
  align-items: center;
  padding-bottom: clamp(34px, 5vw, 70px);
  border-bottom: 1px solid var(--line);
}
.business-detail-card:nth-child(even) figure {
  order: 2;
}
.business-detail-card figure {
  margin: 0;
  position: relative;
}
.business-detail-card figure::before {
  content: "";
  position: absolute;
  inset: 22px -22px -22px 22px;
  border: 1px solid rgba(185,138,57,.45);
  z-index: 0;
}
.business-detail-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1.26 / 1;
  object-fit: cover;
  box-shadow: 0 22px 60px rgba(6,26,53,.12);
}
.business-detail-copy span {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 38px;
  font-style: italic;
}
.business-detail-copy h2 {
  margin: 8px 0 4px;
  color: var(--ink);
  font-size: clamp(30px, 3.2vw, 48px);
  line-height: 1.25;
  font-weight: 900;
}
.business-detail-copy h3 {
  margin: 0 0 22px;
  color: var(--gold);
  font-size: 17px;
}
.case-list {
  margin-top: 28px;
  padding: 24px;
  background: var(--paper);
  border-left: 4px solid var(--gold);
}
.case-list b {
  display: block;
  margin-bottom: 10px;
  color: var(--navy);
}
.case-list ul {
  margin: 0;
  padding-left: 1.2em;
}
.case-list li {
  margin-bottom: 5px;
}
.business-flow-section {
  color: #fff;
  background: linear-gradient(rgba(3,9,20,.88), rgba(3,9,20,.9)), url("./assets/about.jpg") center / cover no-repeat;
}
.business-flow-section .composition-head h2 {
  color: #fff;
}
.business-flow-list {
  width: min(1080px, 100%);
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255,255,255,.22);
}
.business-flow-list li {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: clamp(20px, 4vw, 54px);
  padding: 30px 0;
  border-bottom: 1px solid rgba(255,255,255,.22);
}
.business-flow-list span {
  color: var(--gold-2);
  font-family: Georgia, serif;
  font-size: 34px;
  font-style: italic;
}
.business-flow-list b {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: clamp(20px, 2vw, 30px);
}
.business-flow-list p {
  margin: 0;
  color: rgba(255,255,255,.82);
}

@media (min-width: 981px) {
  .business-intro .message-concept-body h2,
  .business-intro .message-concept-body p:last-child {
    white-space: nowrap;
  }
  .business-intro .message-concept-body h2 {
    font-size: clamp(38px, 3.8vw, 58px);
  }
  .business-intro .message-concept-body p:last-child {
    max-width: 980px;
    font-size: clamp(15px, 1.28vw, 18px);
  }
}

@media (max-width: 980px) {
  .business-intro,
  .business-detail-card {
    grid-template-columns: 1fr;
  }
  .business-detail-card:nth-child(even) figure {
    order: 0;
  }
}

@media (max-width: 560px) {
  .business-page .lower-hero {
    min-height: 460px;
    padding-top: 104px;
    padding-bottom: 48px;
  }
  .news-page .lower-hero {
    min-height: 460px;
    padding-top: 104px;
    padding-bottom: 48px;
  }
  .business-flow-list li {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .business-detail-card figure::before {
    inset: 14px -14px -14px 14px;
  }
}

/* Company lower page */
.company-page .lower-hero {
  min-height: 560px;
  padding-bottom: 64px;
}
.company-page .lower-hero-copy p {
  font-size: clamp(18px, 2vw, 28px);
  letter-spacing: .2em;
}
.company-page .lower-hero-copy h1 {
  font-size: clamp(40px, 4.8vw, 70px);
}
.company-overview {
  background: #fff;
}
.company-overview-head,
.company-overview-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
}
.company-overview-head {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  margin-bottom: clamp(42px, 5vw, 70px);
}
.company-overview-head p {
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
}
.company-overview-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(36px, 4.4vw, 68px);
  line-height: 1.12;
}
.company-overview-grid {
  display: grid;
  grid-template-columns: 1fr .72fr;
  gap: clamp(40px, 7vw, 92px);
  align-items: start;
}
.company-profile-table {
  margin: 0;
  border-top: 1px solid var(--line);
}
.company-profile-table div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.company-profile-table dt {
  color: var(--gold);
  font-weight: 900;
}
.company-profile-table dd {
  margin: 0;
  font-size: 16px;
}
.company-profile-table ul {
  margin: 0;
  padding-left: 1.2em;
}
.company-overview-grid figure {
  margin: 0;
  position: sticky;
  top: 116px;
}
.company-overview-grid figure img {
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  box-shadow: 0 24px 70px rgba(6,26,53,.12);
}
.access-section {
  color: #fff;
  background: linear-gradient(rgba(3,9,20,.88), rgba(3,9,20,.9)), url("./assets/service-bg.jpg") center / cover no-repeat;
}
.access-section .composition-head h2 {
  color: #fff;
}
.access-wrap {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(36px, 6vw, 82px);
  align-items: center;
}
.access-copy h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(24px, 2.6vw, 38px);
  line-height: 1.45;
}
.access-copy p:not(.concept-kicker) {
  color: rgba(255,255,255,.82);
}
.map-embed {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
  aspect-ratio: 16 / 9;
}
.map-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 980px) {
  .company-overview-head,
  .company-overview-grid,
  .access-wrap {
    grid-template-columns: 1fr;
  }
  .company-overview-grid figure {
    position: static;
  }
}

@media (max-width: 560px) {
  .company-page .lower-hero {
    min-height: 460px;
    padding-top: 104px;
    padding-bottom: 48px;
  }
  .company-profile-table div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .map-embed {
    aspect-ratio: 1 / 1.12;
  }
}

/* Contact lower page */
.contact-page .lower-hero {
  min-height: 560px;
  padding-bottom: 64px;
}
.contact-page .lower-hero-copy p {
  font-size: clamp(18px, 2vw, 28px);
  letter-spacing: .2em;
}
.contact-page .lower-hero-copy h1 {
  font-size: clamp(40px, 4.8vw, 70px);
}
.contact-lead {
  display: grid;
  grid-template-columns: minmax(110px, 190px) minmax(0, 930px);
  gap: clamp(28px, 6vw, 90px);
  background: var(--paper);
  overflow: hidden;
}
.contact-lead::before {
  content: "CONTACT";
  position: absolute;
  right: -.04em;
  bottom: -.16em;
  color: rgba(6,26,53,.045);
  font-size: clamp(86px, 18vw, 250px);
  line-height: 1;
  font-weight: 900;
  pointer-events: none;
}
.contact-page .contact-lead .message-concept-body h2 {
  font-size: clamp(30px, 3.6vw, 52px);
  line-height: 1.28;
}
.contact-main {
  background: #fff;
}
.contact-main-grid {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .82fr 1fr;
  gap: clamp(38px, 7vw, 88px);
  align-items: start;
}
.contact-detail-panel {
  padding: clamp(30px, 4vw, 52px);
  color: #fff;
  background: var(--navy);
  border-top: 4px solid var(--gold);
}
.contact-detail-panel > p:first-child {
  margin: 0 0 14px;
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
}
.contact-detail-panel h2 {
  margin: 0 0 26px;
  color: #fff;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.2;
}
.contact-detail-panel dl {
  margin: 0;
  border-top: 1px solid rgba(255,255,255,.18);
}
.contact-detail-panel div {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.contact-detail-panel dt {
  color: var(--gold-2);
  font-weight: 900;
}
.contact-detail-panel dd {
  margin: 0;
}
.contact-detail-panel a {
  color: #fff;
  font-weight: 900;
}
.contact-note {
  margin: 24px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 14px;
}
.contact-mail-form {
  background: var(--paper);
}

@media (max-width: 980px) {
  .contact-lead,
  .contact-main-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .contact-page .lower-hero {
    min-height: 460px;
    padding-top: 104px;
    padding-bottom: 48px;
  }
  .contact-detail-panel div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .contact-page .contact-lead .message-concept-body h2 {
    font-size: clamp(28px, 7.6vw, 38px);
  }
}
