/* =========================================================
   INXTM — TM Industrial Management
   Photography-first, near-monochrome, thin serif headlines,
   outline buttons, full-bleed bands. Reference: TCD FALCON.
   Native scroll only.
   ========================================================= */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }

:root {
  --ink:   #141414;
  --sub:   #8c8c8c;
  --line:  #e6e6e6;
  --paper: #ffffff;
  --soft:  #f7f6f4;
  --dark:  #0f0f0f;
  --accent:#b3161c;   /* Italian red — used only as a 2px hairline */

  --serif: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Times New Roman", serif;
  --sans:  "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;

  --wrap: 1120px;
  --pad: 40px;
  --topbar-h: 32px;
  --header-h: 82px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

body {
  font-family: var(--sans); font-weight: 400;
  color: var(--ink); background: var(--paper);
  line-height: 2; font-size: 15px;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}

.skip-link { position: absolute; left: 12px; top: -60px; z-index: 999; background: var(--ink); color: #fff; padding: 10px 16px; transition: top .2s; }
.skip-link:focus { top: 12px; }

/* ---------- centred block header (FALCON) ---------- */
.cb-head { text-align: center; max-width: var(--wrap); margin: 0 auto 62px; padding: 0 var(--pad); }
.cb-en {
  font-size: 11px; font-weight: 700; letter-spacing: .34em; text-transform: uppercase;
  color: var(--sub); margin-bottom: 20px; display: inline-block; position: relative; padding-bottom: 14px;
}
.cb-en::after { content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 26px; height: 2px; background: var(--accent); }
.cb-catch {
  font-family: var(--serif); font-weight: 500;
  font-size: clamp(20px, 2.5vw, 29px); line-height: 1.85; letter-spacing: .06em; color: var(--ink);
}
.cb-catch.left { text-align: left; }
.cb-desc { margin: 24px auto 0; max-width: 38em; font-size: 13.5px; color: #5a5a5a; line-height: 2.2; }
.cb-desc.wide { max-width: 44em; }
.cb-foot { text-align: center; margin-top: 56px; }

/* ---------- outline button ---------- */
.obtn {
  display: inline-block; min-width: 250px; padding: 21px 44px;
  border: 1px solid var(--ink);
  font-size: 12px; font-weight: 700; letter-spacing: .28em; text-transform: uppercase;
  color: var(--ink); text-align: center;
  transition: background .3s var(--ease), color .3s var(--ease);
}
.obtn:hover { background: var(--ink); color: #fff; }

.chev {
  width: 7px; height: 7px; display: inline-block; flex: none; margin-left: 12px;
  border-top: 1px solid currentColor; border-right: 1px solid currentColor;
  transform: rotate(45deg); transition: transform .25s var(--ease);
}

/* =========================================================
   TOP BAR + HEADER
   ========================================================= */
.topbar {
  height: var(--topbar-h); background: var(--ink); color: rgba(255,255,255,.7);
  display: flex; align-items: center; justify-content: center; gap: 20px;
  font-size: 10.5px; letter-spacing: .16em; position: relative; z-index: 60;
}
.topbar-tel { color: #fff; letter-spacing: .1em; }

.site-header {
  position: fixed; left: 0; right: 0; top: var(--topbar-h); z-index: 50; height: var(--header-h);
  display: flex; align-items: center; background: transparent;
  transition: background .35s var(--ease), box-shadow .35s var(--ease), top .35s var(--ease), height .35s var(--ease);
}
.site-header.scrolled { top: 0; height: 62px; background: rgba(255,255,255,.97); box-shadow: 0 1px 0 var(--line); }
.header-inner { width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 var(--pad); display: flex; align-items: center; justify-content: space-between; gap: 24px; }

.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { height: 40px; width: auto; transition: height .35s var(--ease); }
.site-header.scrolled .brand-mark { height: 34px; }
.brand-mark--dark { display: none; }
.site-header.scrolled .brand-mark--light { display: none; }
.site-header.scrolled .brand-mark--dark { display: block; }
.brand-txt { font-size: 13px; font-weight: 700; letter-spacing: .2em; color: #fff; white-space: nowrap; transition: color .35s var(--ease); }
.site-header.scrolled .brand-txt { color: var(--ink); }

.gnav ul { display: flex; gap: 30px; }
.gnav a { font-size: 12px; letter-spacing: .1em; color: rgba(255,255,255,.85); white-space: nowrap; padding: 8px 0; position: relative; transition: color .3s var(--ease); }
.site-header.scrolled .gnav a { color: var(--ink); }
.gnav a::after { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: currentColor; transition: width .3s var(--ease); }
.gnav a:hover::after { width: 100%; }

.header-right { display: flex; align-items: center; gap: 16px; }
.lang-switch { display: flex; gap: 2px; }
.lang-switch button { font-size: 11px; font-weight: 700; letter-spacing: .08em; white-space: nowrap; color: rgba(255,255,255,.55); padding: 6px 6px; transition: color .25s; }
.site-header.scrolled .lang-switch button { color: var(--sub); }
.lang-switch button.is-active { color: #fff; }
.site-header.scrolled .lang-switch button.is-active { color: var(--ink); }

.drawer-toggle { display: none; width: 40px; height: 30px; position: relative; }
.drawer-toggle span { position: absolute; left: 4px; right: 4px; height: 1.5px; background: #fff; transition: transform .3s var(--ease), opacity .2s; }
.site-header.scrolled .drawer-toggle span { background: var(--ink); }
.drawer-toggle span:nth-child(1){ top: 6px; } .drawer-toggle span:nth-child(2){ top: 14px; } .drawer-toggle span:nth-child(3){ top: 22px; }
.drawer-toggle.open span { background: #fff; }
.drawer-toggle.open span:nth-child(1){ transform: translateY(8px) rotate(45deg); }
.drawer-toggle.open span:nth-child(2){ opacity: 0; }
.drawer-toggle.open span:nth-child(3){ transform: translateY(-8px) rotate(-45deg); }

.drawer { position: fixed; top: 0; right: 0; bottom: 0; width: min(360px, 84vw); z-index: 70; background: var(--dark); color: #fff; padding: 96px 44px 44px; transform: translateX(100%); transition: transform .4s var(--ease); }
.drawer.open { transform: none; }
.drawer a { display: block; padding: 18px 0; font-size: 15px; letter-spacing: .06em; border-bottom: 1px solid rgba(255,255,255,.12); }
.drawer-scrim { position: fixed; inset: 0; z-index: 65; background: rgba(0,0,0,.5); opacity: 0; transition: opacity .4s; }
.drawer-scrim.open { opacity: 1; }

/* =========================================================
   HERO
   ========================================================= */
.hero { position: relative; height: 100svh; min-height: 560px; background: var(--dark); overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; animation: kb 22s ease-out both; }
@keyframes kb { from { transform: scale(1.08); } to { transform: scale(1); } }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.28) 0%, rgba(0,0,0,.12) 38%, rgba(0,0,0,.6) 100%); }
.hero-caption { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; padding: var(--pad); }
.hero-catch {
  font-family: var(--serif); font-weight: 500; color: #fff; text-align: center;
  font-size: clamp(22px, 3.6vw, 40px); line-height: 1.9; letter-spacing: .12em;
  padding: 34px 52px; background: rgba(10,10,10,.28); backdrop-filter: blur(2px);
  border: 1px solid rgba(255,255,255,.32);
}
.hero-foot { position: absolute; left: var(--pad); right: var(--pad); bottom: 44px; color: #fff; display: flex; flex-direction: column; gap: 10px; }
.hero-date { font-size: 12px; letter-spacing: .26em; opacity: .8; }
.hero-title { font-size: 13px; letter-spacing: .08em; max-width: 44em; opacity: .92; }
.hero-scroll { position: absolute; right: var(--pad); bottom: 40px; z-index: 2; writing-mode: vertical-rl; font-size: 10px; letter-spacing: .32em; color: rgba(255,255,255,.7); display: flex; align-items: center; gap: 14px; }
.hero-scroll span { width: 1px; height: 54px; background: rgba(255,255,255,.35); position: relative; overflow: hidden; }
.hero-scroll span::after { content: ""; position: absolute; inset: 0 auto auto 0; width: 100%; height: 40%; background: #fff; animation: drop 2.6s var(--ease) infinite; }
@keyframes drop { 0% { top: -40%; } 65%, 100% { top: 100%; } }

/* =========================================================
   STOCK carousel
   ========================================================= */
.stock { padding: clamp(84px, 11vw, 132px) 0; }
.stock-slider { position: relative; max-width: 1360px; margin: 0 auto; padding: 0 var(--pad); }
.stock-track { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 6px; scrollbar-width: none; }
.stock-track::-webkit-scrollbar { display: none; }
.stock-card { flex: 0 0 min(400px, 78vw); scroll-snap-align: start; display: flex; flex-direction: column; }
.stock-cat { align-self: flex-start; background: var(--ink); color: #fff; font-size: 10.5px; letter-spacing: .14em; padding: 7px 16px; position: relative; z-index: 2; transform: translateY(1px); }
.stock-photo { display: block; aspect-ratio: 4/3; background-size: cover; background-position: center; background-color: #e6e6e6; filter: grayscale(8%); transition: transform .6s var(--ease); }
.stock-card:hover .stock-photo { transform: scale(1.04); }
.stock-name { display: flex; align-items: center; justify-content: space-between; padding: 16px 2px 0; font-size: 13.5px; letter-spacing: .04em; }
.stock-arrow { position: absolute; top: calc(50% - 12px); width: 44px; height: 44px; z-index: 5; border: 1px solid var(--line); background: #fff; transition: background .25s; }
.stock-arrow::before { content: ""; position: absolute; inset: 0; margin: auto; width: 8px; height: 8px; border-top: 1px solid var(--ink); border-right: 1px solid var(--ink); }
.stock-arrow.prev { left: 2px; } .stock-arrow.prev::before { transform: rotate(-135deg); margin-left: 16px; }
.stock-arrow.next { right: 2px; } .stock-arrow.next::before { transform: rotate(45deg); margin-right: 16px; }
.stock-arrow:hover { background: var(--ink); } .stock-arrow:hover::before { border-color: #fff; }

/* =========================================================
   INTRO
   ========================================================= */
.intro { padding: clamp(72px, 10vw, 120px) 0; background: var(--soft); }
.intro .cb-head { margin-bottom: 0; }

/* =========================================================
   BUSINESS BANDS
   ========================================================= */
.bands { padding-top: clamp(84px, 11vw, 132px); }
.bands .cb-head { margin-bottom: clamp(48px, 6vw, 76px); }
.band { position: relative; display: flex; align-items: center; justify-content: center; min-height: 66vh; overflow: hidden; text-align: center; color: #fff; }
.band-bg { position: absolute; inset: 0; background-size: cover; background-position: center; background-color: var(--dark); background-attachment: fixed; }
.band::before {
  content: ""; position: absolute; inset: 0; transition: opacity .4s var(--ease);
  background: linear-gradient(180deg, rgba(8,8,10,.30), rgba(8,8,10,.44));
}
.band:hover::before { opacity: .7; }
.band-inner {
  position: relative; z-index: 1; max-width: 560px;
  padding: 46px 52px;
  background: rgba(12,12,14,.42);
  -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,.16);
  text-shadow: 0 1px 10px rgba(0,0,0,.45);
}
.band-en { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .32em; padding-bottom: 12px; position: relative; }
.band-en::after { content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 30px; height: 2px; background: var(--accent); }
.band-ja { display: block; font-family: var(--serif); font-weight: 500; font-size: clamp(20px, 2.8vw, 29px); letter-spacing: .08em; margin: 18px 0 14px; }
.band-lead { display: block; font-size: 13px; color: rgba(255,255,255,.86); line-height: 2.1; max-width: 40em; margin: 0 auto; }
.band-more { display: inline-flex; align-items: center; margin-top: 24px; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; }
.band:hover .band-more .chev { transform: rotate(45deg) translate(2px,-2px); }

.group-biz { max-width: var(--wrap); margin: 0 auto; padding: clamp(64px, 8vw, 100px) var(--pad); text-align: center; }
.gb-title { font-size: 11px; font-weight: 700; letter-spacing: .3em; text-transform: uppercase; color: var(--sub); margin-bottom: 40px; }
.group-biz ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.group-biz li a { display: block; background: #fff; padding: 40px 32px; height: 100%; transition: background .25s; }
.group-biz li a:hover { background: var(--soft); }
.group-biz b { display: block; font-family: var(--serif); font-weight: 500; font-size: 16px; letter-spacing: .04em; margin-bottom: 12px; }
.group-biz span { display: block; font-size: 12.5px; color: var(--sub); line-height: 1.95; }

/* =========================================================
   MESSAGE
   ========================================================= */
.message { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.message-photo { background-size: cover; background-position: center; background-color: #ddd; min-height: 560px; }
.message-body { display: flex; flex-direction: column; justify-content: center; padding: clamp(56px, 8vw, 100px) clamp(40px, 6vw, 90px); }
.message-body .cb-en { display: inline-block; }
.message-text { margin: 26px 0; font-size: 13.5px; color: #5a5a5a; line-height: 2.3; }
.message-sign { font-family: var(--serif); font-size: 15px; letter-spacing: .06em; }
.message-sign span { font-size: 12px; color: var(--sub); margin-right: 6px; }

/* =========================================================
   STRENGTHS
   ========================================================= */
.strengths { padding: clamp(84px, 11vw, 132px) 0; background: var(--soft); }
.strength-list { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--pad); border-top: 1px solid var(--line); }
.strength-row { display: grid; grid-template-columns: 110px 1fr; gap: 30px; align-items: start; padding: 40px 0; border-bottom: 1px solid var(--line); }
.strength-no { font-family: var(--serif); font-weight: 500; font-size: 40px; color: var(--sub); line-height: 1; }
.strength-body h3 { font-size: 17px; font-weight: 700; margin-bottom: 10px; }
.strength-body p { font-size: 13.5px; color: var(--sub); max-width: 60em; }

/* =========================================================
   NEWS
   ========================================================= */
.news { padding: clamp(84px, 11vw, 132px) 0; }
.news-list { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--pad); }
.news-list li { border-top: 1px solid var(--line); }
.news-list li:last-child { border-bottom: 1px solid var(--line); }
.news-list a { display: grid; grid-template-columns: 150px 1fr; gap: 30px; align-items: center; padding: 24px 4px; transition: opacity .25s; }
.news-list a:hover { opacity: .55; }
.news-thumb { width: 150px; height: 96px; background-size: cover; background-position: center; background-color: #e2e2e2; filter: grayscale(10%); }
.news-meta { display: flex; align-items: center; gap: 16px; margin-bottom: 6px; }
.news-date { font-size: 12px; letter-spacing: .12em; color: var(--sub); }
.news-cat { font-size: 10.5px; letter-spacing: .1em; color: var(--ink); border: 1px solid var(--line); padding: 3px 10px; }
.news-ttl { font-size: 14px; letter-spacing: .03em; }

/* =========================================================
   MENU BANDS
   ========================================================= */
.menu-bands { display: grid; grid-template-columns: repeat(3, 1fr); }
.mband { position: relative; min-height: 260px; display: flex; align-items: center; justify-content: center; overflow: hidden; color: #fff; }
.mband-bg { position: absolute; inset: 0; background-size: cover; background-position: center; background-color: #1c1c1c; transition: transform .7s var(--ease); }
.mband::before { content: ""; position: absolute; inset: 0; background: rgba(12,12,12,.55); transition: background .35s; }
.mband:hover::before { background: rgba(12,12,12,.4); }
.mband:hover .mband-bg { transform: scale(1.06); }
.mband-txt { position: relative; z-index: 1; text-align: center; }
.mband-en { display: block; font-size: clamp(19px, 2.4vw, 25px); font-weight: 700; letter-spacing: .3em; }
.mband-en::after { content: ""; display: block; width: 28px; height: 2px; background: var(--accent); margin: 14px auto 0; }
.mband-ja { display: block; font-size: 10.5px; letter-spacing: .2em; opacity: .82; margin-top: 12px; }

/* =========================================================
   COMPANY
   ========================================================= */
.company { padding: clamp(84px, 11vw, 132px) 0; }
.company-table { max-width: 920px; margin: 0 auto; padding: 0 var(--pad); }
.company-table dl { border-top: 1px solid var(--ink); }
.company-table dl > div { display: grid; grid-template-columns: 168px 1fr; gap: 24px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.company-table dt { font-size: 12px; letter-spacing: .1em; color: var(--sub); font-weight: 700; }
.company-table dd { font-size: 13px; line-height: 2; }
.company-table dd a { border-bottom: 1px solid var(--line); }
.c-en { font-size: 11px; letter-spacing: .1em; color: var(--sub); }

/* =========================================================
   CONTACT
   ========================================================= */
.contact { padding: clamp(84px, 12vw, 140px) var(--pad); text-align: center; background: var(--soft); }
.contact .cb-head { margin-bottom: 44px; }
.contact-actions { display: flex; flex-direction: column; align-items: center; gap: 22px; }
.contact-tel { font-family: var(--serif); font-size: 22px; letter-spacing: .1em; }
.contact-tel span { font-family: var(--sans); font-size: 12px; letter-spacing: .04em; color: var(--sub); margin-left: 8px; }

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer { background: var(--dark); color: rgba(255,255,255,.5); text-align: center; padding: 64px var(--pad) 40px; }
.foot-logo { height: 92px; width: auto; margin: 0 auto 26px; }
.foot-offices { font-size: 11px; letter-spacing: .05em; line-height: 2; margin-bottom: 24px; }
.foot-offices b { color: rgba(255,255,255,.78); margin-right: 10px; font-weight: 700; }
.foot-nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; margin-bottom: 26px; }
.foot-nav a { font-size: 11px; letter-spacing: .08em; color: rgba(255,255,255,.55); }
.foot-nav a:hover { color: #fff; }
.foot-copy { font-size: 10px; letter-spacing: .18em; color: rgba(255,255,255,.32); }

.float-contact { position: fixed; right: 0; bottom: 26px; z-index: 40; display: inline-flex; align-items: center; gap: 10px; background: var(--ink); color: #fff; padding: 15px 20px; font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; box-shadow: 0 6px 22px rgba(0,0,0,.22); transition: background .25s; }
.float-contact:hover { background: var(--accent); }
.float-contact .chev { border-color: #fff; }

/* =========================================================
   SCROLL REVEAL
   ========================================================= */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 1180px) {
  .brand-txt { display: none; }
  .gnav ul { gap: 22px; }
}
@media (max-width: 980px) {
  .gnav { display: none; }
  .drawer-toggle { display: block; }
  .message { grid-template-columns: 1fr; }
  .message-photo { min-height: 300px; }
  .menu-bands { grid-template-columns: 1fr; }
  .group-biz ul { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  :root { --pad: 22px; }
  .topbar span { display: none; }
  .band { min-height: 72vh; }
  .band-bg, .mband-bg { background-attachment: scroll; }
  .strength-row { grid-template-columns: 54px 1fr; gap: 16px; }
  .strength-no { font-size: 30px; }
  .company-table dl > div { grid-template-columns: 1fr; gap: 6px; }
  .news-list a { grid-template-columns: 96px 1fr; gap: 16px; }
  .news-thumb { width: 96px; height: 72px; }
  .obtn { min-width: 0; width: 100%; }
  .hero-catch { padding: 24px 26px; letter-spacing: .08em; }
}
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
  .band-bg, .mband-bg { background-attachment: scroll; }
}

/* =========================================================
   BUSINESS PAGE (business.html)
   ========================================================= */
.site-header.is-solid { top: 0; height: 62px; background: rgba(255,255,255,.97); box-shadow: 0 1px 0 var(--line); }
.site-header.is-solid .brand-mark--light { display: none; }
.site-header.is-solid .brand-mark--dark { display: block; }
.site-header.is-solid .brand-mark { height: 34px; }
.site-header.is-solid .brand-txt { color: var(--ink); }
.site-header.is-solid .gnav a { color: var(--ink); }
.site-header.is-solid .lang-switch button { color: var(--sub); }
.site-header.is-solid .lang-switch button.is-active { color: var(--ink); }
.site-header.is-solid .drawer-toggle span { background: var(--ink); }

.bp-hero { position: relative; padding: calc(var(--header-h) + 46px) var(--pad) 46px; min-height: 300px; display: flex; align-items: center; justify-content: center; overflow: hidden; text-align: center; color: #fff; }
.bp-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; background-color: var(--dark); }
.bp-hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,8,10,.5), rgba(8,8,10,.66)); }
.bp-hero-inner { position: relative; z-index: 1; }
.bp-hero .cb-en { color: #fff; }
.bp-hero .cb-en::after { background: var(--accent); }
.bp-hero-title { font-family: var(--serif); font-weight: 500; font-size: clamp(24px, 3.4vw, 38px); letter-spacing: .1em; }
.bp-hero-lead { margin-top: 18px; font-size: 13px; line-height: 2; color: rgba(255,255,255,.82); }

/* index nav */
.bp-index { border-bottom: 1px solid var(--line); background: #fff; position: sticky; top: 62px; z-index: 20; }
.bp-index ul { max-width: 1180px; margin: 0 auto; padding: 0 var(--pad); display: flex; flex-wrap: wrap; gap: 0 26px; }
.bp-index a { display: inline-flex; align-items: baseline; gap: 8px; padding: 16px 0; font-size: 11px; letter-spacing: .06em; color: var(--sub); border-bottom: 2px solid transparent; transition: color .2s, border-color .2s; }
.bp-index a:hover { color: var(--ink); border-bottom-color: var(--accent); }
.bp-index a span { font-size: 12px; }

/* sections */
.bp-sec { padding: clamp(70px, 9vw, 118px) var(--pad); }
.bp-sec.alt { background: var(--soft); }
.bp-sec-head { max-width: 1120px; margin: 0 auto clamp(38px, 5vw, 60px); text-align: center; position: relative; }
.bp-no { font-family: var(--serif); font-weight: 500; font-size: clamp(40px, 6vw, 68px); color: var(--line); line-height: 1; display: block; margin-bottom: 6px; }
.bp-sec-head .cb-en { display: inline-block; }
.bp-title { font-family: var(--serif); font-weight: 500; font-size: clamp(21px, 2.8vw, 30px); letter-spacing: .08em; }

.bp-grid { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: 5fr 7fr; gap: clamp(28px, 4vw, 60px); align-items: start; }
.bp-grid.reverse { grid-template-columns: 7fr 5fr; }
.bp-grid.reverse .bp-photo { order: 2; }
.bp-photo { position: sticky; top: 130px; aspect-ratio: 4 / 3; background-size: cover; background-position: center; background-color: #e2e2e2; filter: grayscale(6%); }
.bp-body { font-size: 13.5px; }
.bp-lead { font-size: 14px; line-height: 2.2; color: #444; margin-bottom: 8px; }
.bp-body h3 { font-family: var(--serif); font-weight: 600; font-size: 16px; letter-spacing: .04em; margin: 40px 0 16px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.bp-body p { color: #555; line-height: 2.15; margin: 12px 0; }
.bp-body b { font-weight: 700; color: var(--ink); }

.bp-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 8px; }
.bp-tags li { font-size: 11.5px; letter-spacing: .04em; color: #444; border: 1px solid var(--line); padding: 6px 12px; background: #fff; }
.bp-sec.alt .bp-tags li { background: var(--paper); }

.bp-list { margin: 8px 0; }
.bp-list li { position: relative; padding-left: 18px; margin: 10px 0; line-height: 2; color: #555; }
.bp-list li::before { content: ""; position: absolute; left: 0; top: 14px; width: 6px; height: 6px; background: var(--accent); }

.bp-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin: 8px 0; }
.bp-card { background: #fff; padding: 22px 20px; }
.bp-sec.alt .bp-card { background: var(--paper); }
.bp-card h4 { font-weight: 700; font-size: 13px; margin-bottom: 8px; }
.bp-card p { font-size: 12px; line-height: 1.95; margin: 0; color: #666; }

.bp-steps { counter-reset: none; margin: 8px 0; }
.bp-steps li { display: flex; gap: 14px; align-items: flex-start; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 13px; line-height: 1.9; color: #555; }
.bp-steps li span { flex: none; font-family: var(--serif); font-size: 13px; color: var(--accent); width: 24px; }
.bp-steps.compact { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 20px; }
.bp-steps.compact li { border-bottom: 1px solid var(--line); }

.bp-cta { text-align: center; margin-top: clamp(40px, 5vw, 60px); }

@media (max-width: 900px) {
  .bp-grid, .bp-grid.reverse { grid-template-columns: 1fr; }
  .bp-grid.reverse .bp-photo { order: 0; }
  .bp-photo { position: static; aspect-ratio: 16 / 10; }
  .bp-cards { grid-template-columns: 1fr; }
  .bp-steps.compact { grid-template-columns: 1fr; }
  .bp-index { position: static; }
  .bp-index ul { overflow-x: auto; flex-wrap: nowrap; }
  .bp-index a { white-space: nowrap; }
}

/* =========================================================
   COMPANY PAGE (company.html)
   ========================================================= */
.org { max-width: 900px; margin: 0 auto; text-align: center; }
.org-top, .org-mid, .org-depts { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.org-top { margin-bottom: 14px; }
.org-mid { margin: 14px 0; position: relative; }
.org-mid::before { content: ""; position: absolute; left: 50%; top: -14px; width: 1px; height: 14px; background: var(--line); }
.org-depts { margin-top: 14px; position: relative; }
.org-depts::before { content: ""; position: absolute; left: 50%; top: -14px; width: 1px; height: 14px; background: var(--line); }
.org-box {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 140px; padding: 14px 18px; font-size: 12.5px; letter-spacing: .04em;
  border: 1px solid var(--line); background: #fff; color: var(--ink);
}
.bp-sec.alt .org-box { background: var(--paper); }
.org-box--lead { border-color: var(--ink); font-weight: 700; }
.org-scope { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 40px; }
.org-scope li { font-size: 11px; letter-spacing: .04em; color: var(--sub); border: 1px solid var(--line); padding: 5px 11px; }

.lic { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: 1.3fr 1fr; gap: clamp(28px, 4vw, 60px); }
.lic-col h3 { font-family: var(--serif); font-weight: 600; font-size: 15px; letter-spacing: .04em; margin-bottom: 16px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }

.access { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 4fr 6fr; gap: clamp(28px, 4vw, 56px); align-items: start; }
.access-info h3 { font-family: var(--serif); font-weight: 600; font-size: 14px; letter-spacing: .06em; margin: 22px 0 8px; }
.access-info h3:first-child { margin-top: 0; }
.access-info p { font-size: 13px; line-height: 1.9; color: #555; margin: 2px 0; }
.access-info a { color: var(--accent); border-bottom: 1px solid currentColor; }
.access-map { aspect-ratio: 4 / 3; border: 1px solid var(--line); overflow: hidden; }
.access-map iframe { width: 100%; height: 100%; border: 0; display: block; filter: grayscale(30%); }

@media (max-width: 900px) {
  .lic, .access { grid-template-columns: 1fr; }
  .org-box { min-width: 0; flex: 1 1 42%; }
}

/* =========================================================
   FORM (contact.html)
   ========================================================= */
.inquiry { max-width: 780px; margin: 0 auto; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-fields { display: flex; flex-direction: column; gap: 22px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field.full { width: 100%; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.field label { font-size: 12px; font-weight: 700; letter-spacing: .06em; color: var(--ink); display: flex; align-items: center; gap: 8px; }
.req { font-size: 10px; font-weight: 700; letter-spacing: .04em; color: var(--accent); }
.field input[type="text"], .field input[type="tel"], .field input[type="email"], .field input[type="url"], .field select, .field textarea {
  font: inherit; font-size: 14px; color: var(--ink);
  padding: 13px 14px; border: 1px solid var(--line); background: #fff; border-radius: 0;
  width: 100%; -webkit-appearance: none; appearance: none;
  transition: border-color .2s;
}
.field select {
  background-image: linear-gradient(45deg, transparent 50%, var(--sub) 50%), linear-gradient(135deg, var(--sub) 50%, transparent 50%);
  background-position: calc(100% - 20px) 50%, calc(100% - 15px) 50%;
  background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; padding-right: 40px;
}
.field textarea { resize: vertical; min-height: 150px; line-height: 1.9; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--ink); }
.field input::placeholder, .field textarea::placeholder { color: #b7b7b7; }

.radio-row { display: flex; flex-wrap: wrap; gap: 8px 24px; padding-top: 4px; }
.radio, .checkbox { flex-direction: row; align-items: center; gap: 8px; font-weight: 400; cursor: pointer; }
.radio input, .checkbox input { width: 16px; height: 16px; accent-color: var(--accent); flex: none; }
.radio span, .checkbox span { font-size: 13px; letter-spacing: .02em; color: #444; }
.agree { align-items: center; padding-top: 6px; }
.agree a { color: var(--accent); border-bottom: 1px solid currentColor; }

.form-submit { display: flex; flex-direction: column; align-items: center; gap: 14px; margin-top: 14px; }
.form-note { font-size: 11px; color: var(--sub); letter-spacing: .04em; }
.obtn-line { background: #fff; }

.form-confirm { max-width: 780px; margin: 0 auto; }
.form-group-title { font-family: var(--serif); font-weight: 600; font-size: 16px; text-align: center; margin-bottom: 20px; }
.confirm-list { border-top: 1px solid var(--line); margin-bottom: 24px; }
.confirm-row { display: grid; grid-template-columns: 180px 1fr; gap: 18px; padding: 14px 4px; border-bottom: 1px solid var(--line); font-size: 13px; }
.confirm-row .k { font-weight: 700; color: var(--sub); font-size: 12px; }
.confirm-row .v { white-space: pre-wrap; line-height: 1.8; color: var(--ink); }

.form-success, .form-error { display: none; max-width: 780px; margin: 28px auto 0; padding: 22px 24px; font-size: 13px; line-height: 1.9; text-align: center; }
.form-success.show, .form-error.show { display: block; }
.form-success { background: var(--soft); border: 1px solid var(--line); }
.form-error { background: #fdf2f2; border: 1px solid #e7c9c9; color: var(--red-deep, #9c0c23); }
.nowrap { white-space: nowrap; }

@media (max-width: 640px) {
  .form-row { grid-template-columns: 1fr; }
  .confirm-row { grid-template-columns: 1fr; gap: 4px; }
}

/* =========================================================
   LEGAL (privacy.html)
   ========================================================= */
.legal { }
.legal-body { max-width: 820px; margin: 0 auto; font-size: 13.5px; line-height: 2.15; color: #444; }
.legal-intro { margin-bottom: 34px; }
.legal-body h2 { font-family: var(--serif); font-weight: 600; font-size: 16px; letter-spacing: .04em; color: var(--ink); margin: 40px 0 14px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.legal-body p { margin: 12px 0; }
.legal-body ul { margin: 12px 0 12px 0; }
.legal-body li { position: relative; padding-left: 18px; margin: 8px 0; }
.legal-body li::before { content: ""; position: absolute; left: 0; top: 13px; width: 5px; height: 5px; background: var(--accent); }
.legal-contact { background: var(--soft); border: 1px solid var(--line); padding: 22px 24px; margin: 16px 0; }
.legal-contact p { margin: 4px 0; }
.legal-contact a { color: var(--accent); border-bottom: 1px solid currentColor; }
.legal-date { margin-top: 40px; font-size: 12px; color: var(--sub); text-align: right; }
