:root{
  --header-height:72px;
  --ink:#171717;
  --muted:#6e6e73;
  --soft:#f5f5f7;
  --line:#e8e8ed;
  --blue:#4285f4;
  --green:#34a853;
  --yellow:#fbbc05;
  --red:#ea4335;
  --dark:#050505;
  --steel:#8a96a8;
  --steel-dark:#1f2937;
  --metal-line:rgba(196,205,218,.52);
  --radius:30px;
  --shadow:0 26px 72px rgba(15,23,42,.065);
  --glass:rgba(255,255,255,.84);
  --panel:rgba(255,255,255,.9);
  --panel-shadow:0 18px 52px rgba(15,23,42,.045);
  --panel-shadow-hover:0 24px 64px rgba(15,23,42,.065);
  --panel-blur:blur(14px) saturate(145%);
  --section-metal:linear-gradient(180deg,#fbfcfe 0%,#eef2f7 100%);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
[hidden]{display:none !important}
body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans JP",sans-serif;
  color:var(--ink);
  background:#fbfbfd;
  text-rendering:optimizeLegibility;
}
main{
  background:
    radial-gradient(circle at 18% 12%,rgba(255,255,255,.96),transparent 30%),
    radial-gradient(circle at 82% 18%,rgba(210,220,234,.42),transparent 34%),
    radial-gradient(circle at 50% 72%,rgba(238,242,247,.82),transparent 38%),
    linear-gradient(180deg,#ffffff 0%,#f7f9fc 34%,#eef2f7 68%,#ffffff 100%);
}
body.nav-open{overflow:hidden}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.header{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:100;
  height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:0 6vw;
  background:rgba(255,255,255,.76);
  border-bottom:1px solid rgba(229,231,235,.84);
  backdrop-filter:blur(22px) saturate(180%);
}
.brand{
  display:flex;
  align-items:center;
  flex:0 0 auto;
}
.brand-logo{
  width:156px;
  height:auto;
  max-height:46px;
  object-fit:contain;
}
.nav-toggle,
.mobile-nav{
  display:none;
}
.nav{
  display:flex;
  align-items:center;
  gap:24px;
  color:#475467;
  font-size:13px;
  font-weight:700;
}
.nav > a,
.nav-item > a{
  display:flex;
  align-items:center;
  min-height:72px;
}
.nav a:hover{color:var(--blue)}
.nav-item{
  position:relative;
}
.nav-item > a::after{
  content:"";
  width:6px;
  height:6px;
  margin-left:8px;
  border-right:1.5px solid currentColor;
  border-bottom:1.5px solid currentColor;
  transform:translateY(-2px) rotate(45deg);
  opacity:.6;
}
.dropdown{
  position:absolute;
  top:calc(100% - 6px);
  left:50%;
  width:286px;
  padding:12px;
  border:1px solid rgba(229,231,235,.9);
  border-radius:22px;
  background:rgba(255,255,255,.92);
  box-shadow:0 20px 56px rgba(15,23,42,.095);
  backdrop-filter:blur(18px) saturate(165%);
  opacity:0;
  visibility:hidden;
  transform:translate(-50%,10px);
  transition:opacity .24s ease, transform .24s ease, visibility .24s ease;
}
.nav-item:hover .dropdown,
.nav-item:focus-within .dropdown{
  opacity:1;
  visibility:visible;
  transform:translate(-50%,0);
}
.dropdown a{
  display:block;
  padding:13px 14px;
  border-radius:14px;
  color:#475467;
  line-height:1.4;
  transition:background .22s ease, color .22s ease, transform .22s ease;
}
.dropdown a:hover,
.dropdown a:focus-visible{
  color:var(--ink);
  background:#f5f5f7;
  transform:translateX(2px);
}
.hero{
  min-height:calc(100svh - var(--header-height));
  margin-top:var(--header-height);
  position:relative;
  display:grid;
  align-items:end;
  padding:calc(144px - var(--header-height)) 6vw 72px;
  overflow:hidden;
  color:#fff;
}
.hero-visual,
.hero-shade{
  position:absolute;
  inset:0;
}
.hero-visual{
  background:
    radial-gradient(circle at 78% 32%,rgba(66,133,244,.2),transparent 32%),
    linear-gradient(135deg,#eef3f8,#cbd5e1 52%,#f8fafc);
}
.hero-visual img,
.hero-visual video{
  width:100%;
  height:100%;
  object-fit:cover;
}
.hero-visual video{
  display:block;
  pointer-events:none;
  user-select:none;
  -webkit-user-select:none;
  backface-visibility:hidden;
  opacity:0;
  transform:translateZ(0);
  transition:opacity .55s ease;
}
.hero-visual video.is-active{
  opacity:1;
}
.hero-visual video::-webkit-media-controls,
.hero-visual video::-webkit-media-controls-panel,
.hero-visual video::-webkit-media-controls-start-playback-button{
  display:none !important;
  opacity:0 !important;
}
.hero-shade{
  background:
    linear-gradient(90deg,rgba(6,12,24,.82) 0%,rgba(6,12,24,.52) 42%,rgba(6,12,24,.08) 100%),
    linear-gradient(180deg,rgba(6,12,24,.18),rgba(6,12,24,.64));
}
.hero-copy{
  position:relative;
  z-index:1;
  max-width:780px;
  padding-bottom:10vh;
}
.eyebrow{
  color:var(--blue);
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}
h1,h2,h3,p{margin-top:0}
h1{
  margin-bottom:28px;
  font-size:clamp(52px,7.4vw,108px);
  line-height:.98;
  letter-spacing:0;
}
h2{
  margin-bottom:20px;
  font-size:clamp(36px,5vw,72px);
  line-height:1.05;
  letter-spacing:0;
}
h3{
  margin-bottom:14px;
  font-size:23px;
  line-height:1.25;
  letter-spacing:0;
}
.desktop-break{
  display:block;
}
.native-break{
  display:none;
}
.lead,
.section-head p,
.split p,
.recruit-copy p,
.contact p{
  max-width:720px;
  color:var(--muted);
  font-size:18px;
  line-height:1.9;
}
.hero .lead{
  color:rgba(255,255,255,.84);
  max-width:660px;
}
.hero-actions,
.contact-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:34px;
}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 22px;
  border-radius:999px;
  font-size:14px;
  font-weight:900;
  transition:transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.button.primary{
  color:#fff;
  background:var(--ink);
}
.button.ghost{
  color:var(--ink);
  background:var(--glass);
  border:1px solid var(--line);
  backdrop-filter:blur(14px) saturate(145%);
}
.button.glass{
  color:#fff;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.28);
  backdrop-filter:blur(16px);
}
.button:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(15,23,42,.12);
}
.button:disabled{
  cursor:not-allowed;
  opacity:.62;
}
.button:disabled:hover{
  transform:none;
  box-shadow:none;
}
.section{
  padding:136px 6vw;
  background:transparent;
}
.page-hero{
  position:relative;
  padding:174px 6vw 112px;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 0%,rgba(255,255,255,.9),transparent 44%),
    linear-gradient(180deg,#fff,#f2f5f9);
}
.page-hero::after{
  content:"";
  position:absolute;
  inset:auto 8vw 0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(196,205,218,.7),transparent);
}
.page-hero .section-head{
  max-width:980px;
  margin-bottom:0;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.page-hero h1{
  color:var(--ink);
  font-size:clamp(52px,6.8vw,96px);
}
.page-hero p{
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
  color:var(--muted);
  font-size:19px;
  line-height:1.9;
}
.page-hero .hero-actions{
  justify-content:center;
}
.section-head{
  max-width:940px;
  margin:0 auto 56px;
  text-align:center;
}
.page-hero h1,
.section-head h2,
.about-heading h2,
.recruit-copy h2{
  color:var(--ink);
}
.section-head p{
  margin-left:auto;
  margin-right:auto;
}
.intro{
  overflow:hidden;
  background:transparent;
}
.about-premium{
  max-width:1180px;
  margin:0 auto;
}
.about-heading{
  max-width:980px;
  margin:0 auto 56px;
  text-align:center;
}
.about-heading h2{
  margin-bottom:26px;
  font-size:clamp(44px,6.3vw,92px);
  letter-spacing:0;
}
.about-heading p{
  max-width:820px;
  margin:0 auto;
  color:#475467;
  font-size:19px;
  line-height:2;
}
.about-visual{
  position:relative;
  margin:0;
  overflow:hidden;
  aspect-ratio:21/9;
  border-radius:34px;
  background:var(--soft);
  box-shadow:var(--shadow);
}
.about-visual img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.about-visual:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(6,12,24,.04),rgba(6,12,24,.48)),
    linear-gradient(90deg,rgba(6,12,24,.42),transparent 54%);
}
.about-visual figcaption{
  position:absolute;
  left:34px;
  right:34px;
  bottom:30px;
  z-index:1;
  color:#fff;
}
.about-visual span{
  display:block;
  margin-bottom:9px;
  color:rgba(255,255,255,.7);
  font-size:12px;
  font-weight:900;
  letter-spacing:.14em;
}
.about-visual b{
  display:block;
  max-width:560px;
  font-size:clamp(24px,3vw,42px);
  line-height:1.12;
  letter-spacing:0;
}
.about-detail{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  margin-top:34px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:28px;
  background:var(--line);
  box-shadow:var(--panel-shadow);
}
.about-detail article{
  min-height:236px;
  padding:34px;
  background:var(--panel);
  backdrop-filter:var(--panel-blur);
}
.about-detail span{
  display:block;
  margin-bottom:48px;
  color:var(--blue);
  font-size:13px;
  font-weight:900;
}
.about-detail h3{
  margin-bottom:14px;
  letter-spacing:0;
}
.about-detail p{
  margin-bottom:0;
  color:var(--muted);
  line-height:1.85;
}
.about-proof{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  max-width:860px;
  margin:46px auto 0;
  padding-top:28px;
  border-top:1px solid rgba(175,187,203,.54);
}
.about-proof div{
  text-align:center;
}
.about-proof strong{
  display:block;
  margin-bottom:8px;
  font-size:52px;
  line-height:1;
  letter-spacing:0;
}
.about-proof span{
  color:var(--muted);
  font-size:14px;
}
.service-card,
.page-link-card,
.value-card,
.recruit-notes div{
  position:relative;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:var(--panel);
  box-shadow:var(--panel-shadow);
  backdrop-filter:var(--panel-blur);
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.service-card:hover,
.value-card:hover,
.recruit-notes div:hover{
  transform:translateY(-4px);
  border-color:var(--line);
  box-shadow:var(--panel-shadow-hover);
}
.page-link-card:hover{
  transform:translateY(-4px);
  border-color:#d6e4ff;
  box-shadow:var(--panel-shadow-hover);
}
.image-tile,
.office-image{
  margin:0;
  overflow:hidden;
  border-radius:32px;
  background:var(--soft);
}
.image-tile img,
.office-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.image-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  grid-template-rows:240px 240px;
  gap:16px;
}
.image-grid.compact{
  grid-template-columns:repeat(3,1fr);
  grid-template-rows:220px;
  margin-bottom:24px;
}
.image-tile{
  position:relative;
  min-width:0;
  box-shadow:0 18px 52px rgba(15,23,42,.06);
}
.image-tile:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 45%,rgba(6,12,24,.54));
}
.image-tile figcaption{
  position:absolute;
  left:24px;
  right:24px;
  bottom:20px;
  z-index:1;
  color:#fff;
  font-weight:900;
  letter-spacing:0;
  line-height:1.35;
}
.service-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  overflow:visible;
}
.business-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.business-card{
  position:relative;
  min-height:240px;
  padding:32px;
  border:1px solid rgba(224,228,235,.88);
  border-radius:var(--radius);
  background:var(--panel);
  box-shadow:var(--panel-shadow);
  backdrop-filter:var(--panel-blur);
}
.business-kicker{
  display:inline-flex;
  flex-direction:column;
  align-items:flex-start;
  gap:12px;
  margin-bottom:18px;
  color:var(--ink);
  font-size:24px;
  font-weight:800;
  letter-spacing:0;
  line-height:1.35;
  text-transform:none;
}
.business-kicker::before{
  content:"";
  display:block;
  width:100%;
  height:1px;
  background:#9aa3ae;
}
.business-card p{
  color:var(--muted);
  line-height:1.8;
  margin-bottom:0;
  max-width:27ch;
}
.service-card{
  display:flex;
  flex-direction:column;
  min-height:308px;
  padding:32px;
  overflow:visible;
  background:
    linear-gradient(180deg,rgba(255,255,255,.9),rgba(248,250,252,.82));
  border:1px solid rgba(224,228,235,.92);
  box-shadow:var(--panel-shadow), inset 0 1px 0 rgba(255,255,255,.78);
}
.service-card-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:28px;
}
.service-index{
  color:#7b8490;
  font-size:20px;
  font-weight:900;
  letter-spacing:.08em;
  line-height:1;
}
.service-icon{
  display:inline-flex;
  width:52px;
  height:52px;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(204,210,218,.96);
  border-radius:16px;
  color:#666f7a;
  background:
    linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(244,246,248,.96) 48%,rgba(229,233,238,.94) 100%);
  box-shadow:
    0 10px 26px rgba(15,23,42,.05),
    inset 0 1px 0 rgba(255,255,255,.92),
    inset 0 -1px 0 rgba(194,200,208,.42);
  flex:0 0 auto;
}
.service-icon svg{
  width:26px;
  height:26px;
}
.service-card h3{
  margin-bottom:14px;
  font-size:24px;
}
.service-card h4{
  margin:0 0 12px;
  color:#4b5563;
  font-size:16px;
  font-weight:700;
  line-height:1.5;
  letter-spacing:0;
}
.service-card p{
  color:var(--muted);
  line-height:1.8;
  margin-bottom:0;
  max-width:26ch;
}
.process-grid .service-card{
  transition-delay:calc(var(--step-order,0) * .14s);
}
.page-link-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.page-link-card{
  position:relative;
  display:block;
  min-height:280px;
  padding:38px;
  cursor:pointer;
  isolation:isolate;
}
.page-link-card::after{
  content:"";
  position:absolute;
  right:28px;
  bottom:30px;
  width:12px;
  height:12px;
  border-top:2px solid rgba(17,24,39,.48);
  border-right:2px solid rgba(17,24,39,.48);
  transform:rotate(45deg);
  transition:transform .22s ease, border-color .22s ease;
}
.page-link-card span{
  display:block;
  margin-bottom:54px;
  color:var(--blue);
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.page-link-card p{
  max-width:22ch;
  color:var(--muted);
  line-height:1.85;
}
.page-link-card:hover,
.page-link-card:focus-visible{
  transform:translateY(-6px);
  border-color:rgba(66,133,244,.28);
  box-shadow:var(--panel-shadow-hover);
}
.page-link-card:hover::after,
.page-link-card:focus-visible::after{
  transform:translate(4px,-4px) rotate(45deg);
  border-color:var(--blue);
}
.page-link-card:focus-visible{
  outline:none;
}
.process{
  background:transparent;
}
.dark-panel{
  position:relative;
  overflow:hidden;
  margin:0 6vw;
  border-radius:36px;
  color:#fff;
  background:
    linear-gradient(135deg,rgba(66,133,244,.16),transparent 44%),
    linear-gradient(128deg,#050505 0%,#17202b 56%,#050505 100%);
  box-shadow:0 32px 86px rgba(0,0,0,.16);
}
.dark-panel > *{
  position:relative;
  z-index:2;
}
.dark-panel .eyebrow{color:#93c5fd}
.dark-panel p{color:#cbd5e1}
.split{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:52px;
  align-items:center;
}
.quality-list{
  display:grid;
  gap:12px;
}
.quality-list div{
  padding:24px 26px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:24px;
  background:rgba(255,255,255,.075);
  backdrop-filter:blur(14px) saturate(145%);
  transition:transform .28s ease, background .28s ease;
}
.quality-list div:hover{
  transform:translateY(-3px);
  background:rgba(255,255,255,.12);
}
.quality-list b{
  display:block;
  margin-bottom:8px;
  font-size:18px;
}
.quality-list span{
  color:#cbd5e1;
  line-height:1.7;
}
.license-panel{
  position:relative;
  overflow:hidden;
  margin-top:18px;
  padding:34px;
  border:1px solid var(--line);
  border-radius:32px;
  background:var(--panel);
  box-shadow:var(--panel-shadow);
  backdrop-filter:var(--panel-blur);
}
.license-panel > *{
  position:relative;
  z-index:1;
}
.license-panel h3,
.license-panel summary{
  margin-bottom:24px;
}
.mobile-collapse summary{
  display:block;
  list-style:none;
  color:var(--ink);
  font-size:23px;
  font-weight:900;
  line-height:1.25;
  cursor:default;
}
.mobile-collapse summary::-webkit-details-marker{
  display:none;
}
.license-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.license-grid span{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:13px 14px;
  border-radius:16px;
  color:#475467;
  border:1px solid rgba(229,231,235,.72);
  background:#f5f5f7;
  font-size:13px;
  line-height:1.45;
}
.license-grid b{
  color:var(--ink);
  white-space:nowrap;
}
.works{
  background:transparent;
}
.works-table-shell{
  max-width:1180px;
  margin:0 auto;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:30px;
  background:var(--panel);
  box-shadow:var(--panel-shadow);
  backdrop-filter:var(--panel-blur);
}
.works-table-shell summary{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:72px;
  padding:0 28px;
  color:var(--ink);
  font-size:18px;
  font-weight:800;
  cursor:pointer;
  list-style:none;
}
.works-table-shell summary::-webkit-details-marker{
  display:none;
}
.works-table-shell summary::after{
  content:"";
  width:10px;
  height:10px;
  border-right:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:translateY(-3px) rotate(45deg);
  transition:transform .2s ease;
}
.works-table-shell[open] summary{
  border-bottom:1px solid rgba(214,220,228,.82);
}
.works-table-shell[open] summary::after{
  transform:translateY(3px) rotate(225deg);
}
.works-table-scroll{
  overflow:auto;
  scrollbar-width:thin;
  scrollbar-color:rgba(148,163,184,.52) transparent;
}
.works-table-scroll::-webkit-scrollbar{
  height:10px;
}
.works-table-scroll::-webkit-scrollbar-thumb{
  background:rgba(148,163,184,.52);
  border-radius:999px;
}
.works-table{
  width:100%;
  min-width:980px;
  border-collapse:collapse;
}
.works-table th,
.works-table td{
  padding:18px 22px;
  border-bottom:1px solid rgba(214,220,228,.82);
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
  text-align:left;
  vertical-align:top;
}
.works-table th{
  color:var(--ink);
  background:rgba(245,245,247,.78);
  font-size:13px;
  font-weight:800;
  letter-spacing:.04em;
  white-space:nowrap;
}
.works-table tbody tr:last-child td{
  border-bottom:0;
}
.works-table tbody tr:hover td{
  background:rgba(255,255,255,.64);
}
.works-table td:first-child{
  color:var(--ink);
  font-weight:650;
}
.works-table td:nth-child(3),
.works-table td:nth-child(4){
  white-space:nowrap;
}
.limit-more-button{
  display:none;
  width:calc(100% - 40px);
  min-height:50px;
  margin:20px;
  border:1px solid rgba(214,220,228,.9);
  border-radius:16px;
  color:var(--ink);
  background:rgba(255,255,255,.72);
  font:inherit;
  font-size:14px;
  font-weight:800;
  cursor:pointer;
}
.limit-more-button:not([hidden]){
  display:block;
}
.client-list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}
.client-list span{
  display:flex;
  align-items:center;
  min-height:62px;
  padding:16px 18px;
  border-radius:16px;
  border:1px solid rgba(229,231,235,.72);
  background:#f5f5f7;
  color:#475467;
  font-size:15px;
  font-weight:700;
  line-height:1.6;
}
.mission{
  background:transparent;
}
.value-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.value-card{
  min-height:280px;
  padding:38px;
}
.value-card span{
  display:block;
  margin-bottom:42px;
  color:var(--blue);
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.value-card p{
  color:var(--muted);
  line-height:1.85;
}
.philosophy{
  padding-top:0;
}
.page-hero + .philosophy{
  padding-top:120px;
}
.philosophy-inner{
  position:relative;
  overflow:hidden;
  padding:82px;
  border:1px solid var(--line);
  border-radius:36px;
  background:var(--panel);
  box-shadow:var(--panel-shadow);
  backdrop-filter:var(--panel-blur);
}
.philosophy-inner::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 82% 18%,rgba(180,196,216,.16),transparent 30%);
  pointer-events:none;
}
#philosophy .philosophy-inner::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.04)),
    url("/assets/company-2.webp") center 52% / cover no-repeat;
  opacity:.15;
  pointer-events:none;
}
.philosophy-inner > *{
  position:relative;
  z-index:1;
}
.philosophy-inner p{
  max-width:820px;
  color:var(--muted);
  font-size:18px;
  line-height:1.9;
}
.philosophy-list{
  margin:18px 0 0;
  padding-left:1.4em;
  max-width:820px;
  color:var(--muted);
  font-size:18px;
  line-height:1.9;
}
.philosophy-list li + li{
  margin-top:10px;
}
.message-copy{
  display:grid;
  gap:14px;
  max-width:840px;
}
.message-copy p{
  margin-bottom:0;
}
.message-highlight{
  display:grid;
  gap:8px;
  margin:24px 0;
  padding:18px 0 18px 18px;
  max-width:760px;
  border-left:2px solid rgba(154,163,174,.9);
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.message-highlight p{
  margin-bottom:0;
  color:var(--ink);
  font-size:22px;
  font-weight:700;
  line-height:1.55;
}
.message-copy-end{
  padding-top:8px;
}
.recruit{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:46px;
  align-items:center;
  margin:0 6vw;
  border:1px solid var(--line);
  border-radius:36px;
  background:var(--panel);
  box-shadow:var(--panel-shadow);
  backdrop-filter:var(--panel-blur);
}
.recruit-page{
  margin:0;
  border:0;
  box-shadow:none;
}
.recruit-copy{
  max-width:940px;
  margin:0 auto 56px;
  text-align:center;
}
.recruit-copy p{
  margin-left:auto;
  margin-right:auto;
}
.recruit-notes{
  display:grid;
  gap:14px;
}
.recruit-notes div{
  padding:22px;
}
.recruit-notes b{
  display:block;
  margin-bottom:8px;
  font-size:17px;
}
.recruit-notes span{
  color:var(--muted);
  line-height:1.7;
}
.conditions-shell{
  position:relative;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:32px;
  background:var(--panel);
  box-shadow:var(--panel-shadow);
  backdrop-filter:var(--panel-blur);
}
.conditions-list{
  margin:0;
}
.conditions-list div{
  display:grid;
  grid-template-columns:220px 1fr;
  border-bottom:1px solid var(--line);
}
.conditions-list div:last-child{
  border-bottom:0;
}
.conditions-list dt,
.conditions-list dd{
  margin:0;
  padding:24px 28px;
}
.conditions-list dt{
  color:var(--muted);
  font-weight:900;
  background:#f5f5f7;
}
.conditions-list dd{
  color:var(--muted);
  line-height:1.85;
  background:rgba(255,255,255,.38);
}
.company-list{
  position:relative;
  overflow:hidden;
  margin:0;
  border:1px solid var(--line);
  border-radius:32px;
  background:var(--panel);
  box-shadow:var(--panel-shadow);
  backdrop-filter:var(--panel-blur);
}
.company-list > *{
  position:relative;
  z-index:1;
}
.company-list div{
  display:grid;
  grid-template-columns:220px 1fr;
  border-bottom:1px solid var(--line);
  transition:background .28s ease;
}
.company-list div:hover{background:rgba(255,255,255,.92)}
.company-list div:last-child{border-bottom:0}
.company-list dt,
.company-list dd{
  margin:0;
  padding:24px 28px;
}
.company-list dt{
  color:var(--muted);
  font-weight:900;
  background:#f5f5f7;
}
.company-list dd{
  line-height:1.8;
  background:rgba(255,255,255,.38);
}
.access-section{
  background:transparent;
}
.access-grid{
  display:grid;
  gap:24px;
}
.access-card{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:24px;
  align-items:stretch;
  padding:24px;
  border:1px solid var(--line);
  border-radius:36px;
  background:var(--panel);
  box-shadow:var(--panel-shadow);
  backdrop-filter:var(--panel-blur);
}
.access-card > *{
  position:relative;
  z-index:1;
}
.access-copy{
  padding:28px 18px 28px 10px;
}
.access-copy h2{
  font-size:clamp(32px,4vw,54px);
}
.access-list{
  margin:34px 0 0;
}
.office-image{
  aspect-ratio:16/9;
  max-height:178px;
  margin-top:22px;
  border-radius:24px;
  box-shadow:0 14px 34px rgba(15,23,42,.045);
}
.access-list div{
  display:grid;
  grid-template-columns:86px 1fr;
  gap:18px;
  padding:18px 0;
  border-top:1px solid var(--line);
}
.access-list dt,
.access-list dd{
  margin:0;
  line-height:1.8;
}
.access-list dt{
  color:var(--muted);
  font-weight:900;
}
.access-list dd{
  font-weight:700;
}
.access-list a{
  color:var(--blue);
}
.map-frame{
  min-height:430px;
  overflow:hidden;
  border-radius:28px;
  background:var(--soft);
}
.map-frame iframe{
  width:100%;
  height:100%;
  min-height:430px;
  border:0;
  filter:saturate(.92) contrast(.96);
}
.contact{
  padding-top:0;
}
.contact-page{
  padding-top:72px;
}
.contact-layout{
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:28px;
  align-items:start;
}
.contact-panel,
.contact-form{
  position:relative;
  overflow:hidden;
  padding:42px;
  border:1px solid var(--line);
  border-radius:36px;
  background:var(--panel);
  box-shadow:var(--panel-shadow);
  backdrop-filter:var(--panel-blur);
}
.contact-panel > .eyebrow,
.contact-form > .eyebrow{
  margin-bottom:16px;
}
.contact-copy{
  max-width:none;
  margin-bottom:0;
  color:var(--muted);
  font-size:17px;
  line-height:1.85;
}
.contact-phone{
  display:inline-block;
  margin-top:22px;
  color:var(--ink);
  font-size:36px;
  font-weight:800;
  letter-spacing:0;
  line-height:1.1;
}
.contact-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px 16px;
  margin-top:24px;
}
.contact-status{
  display:none;
  margin-top:18px;
  padding:14px 16px;
  border:1px solid rgba(190,204,222,.92);
  border-radius:18px;
  background:rgba(245,248,252,.96);
  color:var(--ink);
  font-size:14px;
  font-weight:700;
  line-height:1.7;
}
.contact-status:target{
  display:block;
}
.contact-status-error{
  border-color:rgba(214,220,228,.9);
  background:rgba(249,250,251,.98);
}
.contact-form label{
  display:grid;
  gap:8px;
}
.form-trap{
  position:absolute;
  left:-10000px;
  width:1px;
  height:1px;
  overflow:hidden;
}
.contact-form label span{
  color:var(--ink);
  font-size:14px;
  font-weight:800;
}
.contact-form label span em{
  margin-left:8px;
  color:#7b8490;
  font-size:12px;
  font-style:normal;
  font-weight:800;
  letter-spacing:.08em;
}
.contact-form-full{
  grid-column:1 / -1;
}
.contact-form input,
.contact-form select,
.contact-form textarea{
  width:100%;
  padding:14px 16px;
  border:1px solid rgba(214,220,228,.9);
  border-radius:18px;
  background:rgba(255,255,255,.84);
  color:var(--ink);
  font:inherit;
  outline:none;
  transition:border-color .22s ease, box-shadow .22s ease, background .22s ease;
}
.contact-form textarea{
  resize:vertical;
  min-height:180px;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{
  border-color:rgba(148,163,184,.95);
  box-shadow:0 0 0 4px rgba(226,232,240,.72);
  background:#fff;
}
.contact-form .button.primary{
  margin-top:24px;
}
.contact-note{
  max-width:none;
  margin:22px 0 0;
  color:var(--muted);
  font-size:13px;
  line-height:1.8;
}
.contact-note a,
.policy-block a{
  color:var(--ink);
  text-decoration:none;
  border-bottom:1px solid rgba(15,23,42,.18);
  transition:border-color .22s ease, color .22s ease;
}
.contact-note a:hover,
.policy-block a:hover{
  border-color:rgba(15,23,42,.45);
}
.contact-inner{
  position:relative;
  overflow:hidden;
  padding:74px;
  border-radius:36px;
  color:#fff;
  background:
    linear-gradient(135deg,rgba(66,133,244,.16),transparent 44%),
    linear-gradient(128deg,#050505 0%,#17202b 56%,#050505 100%);
  box-shadow:0 32px 86px rgba(0,0,0,.16);
}
.contact-inner > *{
  position:relative;
  z-index:2;
}
.contact-inner p{
  color:#cbd5e1;
}
.contact-inner .eyebrow{color:#93c5fd}
.contact-inner .button.primary{
  color:var(--ink);
  background:rgba(255,255,255,.92);
  box-shadow:0 18px 40px rgba(0,0,0,.18);
}
.contact-inner .button.primary:hover{
  background:#fff;
  box-shadow:0 16px 36px rgba(0,0,0,.16);
}
.footer{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:28px 6vw 34px;
  color:var(--muted);
  background:#f5f5f7;
  border-top:1px solid var(--line);
  text-align:center;
}
.footer-inner{
  display:flex;
  align-items:center;
  gap:18px;
}
.footer a{
  color:var(--muted);
  text-decoration:none;
  border-bottom:1px solid rgba(100,116,139,.18);
  font-size:12px;
  letter-spacing:.04em;
  transition:border-color .22s ease, color .22s ease;
}
.footer a:hover{
  color:var(--ink);
  border-color:rgba(15,23,42,.28);
}
.footer small{
  font-size:12px;
  letter-spacing:.04em;
}
.policy-page{
  padding-top:72px;
}
.policy-shell{
  max-width:920px;
  margin:0 auto;
  padding:48px;
  border:1px solid var(--line);
  border-radius:36px;
  background:var(--panel);
  box-shadow:var(--panel-shadow);
  backdrop-filter:var(--panel-blur);
}
.policy-block + .policy-block{
  margin-top:42px;
  padding-top:42px;
  border-top:1px solid rgba(214,220,228,.82);
}
.policy-block h2{
  margin-bottom:14px;
  font-size:clamp(24px,2.4vw,34px);
}
.policy-block p{
  max-width:none;
  margin-bottom:0;
  color:var(--muted);
  font-size:17px;
  line-height:1.95;
}
.policy-list{
  margin:16px 0 0;
  padding-left:1.3em;
  color:var(--muted);
  font-size:17px;
  line-height:1.95;
}
.policy-list li + li{
  margin-top:6px;
}
.certification-page{
  padding-top:72px;
}
.certification-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  max-width:1180px;
  margin:0 auto;
}
.certification-card{
  display:flex;
  min-height:320px;
  flex-direction:column;
  padding:34px;
  border:1px solid var(--line);
  border-radius:30px;
  background:var(--panel);
  box-shadow:var(--panel-shadow);
  backdrop-filter:var(--panel-blur);
}
.certification-category{
  display:inline-flex;
  width:max-content;
  margin-bottom:28px;
  padding-bottom:7px;
  color:var(--ink);
  border-bottom:1px solid rgba(15,23,42,.34);
  font-size:15px;
  font-weight:700;
  letter-spacing:.02em;
}
.certification-card h2{
  margin-bottom:18px;
  font-size:clamp(24px,2.3vw,32px);
}
.certification-card p{
  max-width:none;
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.9;
}
.certification-links{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:auto;
  padding-top:30px;
}
.certification-link{
  position:relative;
  display:inline-flex;
  min-height:48px;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:0 16px 0 18px;
  border:1px solid rgba(214,220,228,.92);
  border-radius:15px;
  color:var(--ink);
  background:
    linear-gradient(180deg,rgba(255,255,255,.96),rgba(244,247,250,.88));
  box-shadow:
    0 12px 30px rgba(15,23,42,.055),
    inset 0 1px 0 rgba(255,255,255,.9);
  font-size:14px;
  font-weight:800;
  text-decoration:none;
  transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease, background .22s ease;
}
.certification-link::after{
  content:"";
  width:8px;
  height:8px;
  border-top:2px solid rgba(17,24,39,.5);
  border-right:2px solid rgba(17,24,39,.5);
  transform:rotate(45deg);
  transition:transform .22s ease, border-color .22s ease;
}
.certification-link:hover,
.certification-link:focus-visible{
  transform:translateY(-3px);
  border-color:rgba(66,133,244,.28);
  background:
    linear-gradient(180deg,rgba(255,255,255,1),rgba(239,244,250,.94));
  box-shadow:0 16px 42px rgba(15,23,42,.075);
}
.certification-link:hover::after,
.certification-link:focus-visible::after{
  transform:translate(4px,-2px) rotate(45deg);
  border-color:var(--blue);
}
.certification-link:focus-visible{
  outline:none;
}
.not-found-page{
  padding-top:20px;
}
.not-found-shell{
  display:grid;
  justify-items:center;
  gap:28px;
  padding:68px 40px;
  border:1px solid var(--line);
  border-radius:36px;
  background:var(--panel);
  box-shadow:var(--panel-shadow);
  text-align:center;
}
.not-found-code{
  color:#c7cdd7;
  font-size:clamp(84px,16vw,180px);
  font-weight:800;
  line-height:.9;
}
.not-found-links{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:14px;
}
.reveal{
  opacity:0;
  transform:translateY(34px);
  transition:opacity .8s ease, transform .8s ease;
}
.reveal.visible{
  opacity:1;
  transform:none;
}
@media (prefers-reduced-motion: reduce){
  *,
  *::before,
  *::after{
    scroll-behavior:auto !important;
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
  }
}
@media(max-width:1080px){
  .nav{gap:16px}
  .page-link-grid{grid-template-columns:repeat(2,1fr)}
  .business-grid,
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .certification-grid{grid-template-columns:repeat(2,1fr)}
  .value-grid{grid-template-columns:repeat(2,1fr)}
  .page-link-card,
  .business-card,
  .service-card,
  .value-card{
    min-height:auto;
  }
  .page-link-card{
    padding:34px;
  }
  .page-link-card span{
    margin-bottom:40px;
  }
  .license-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:900px){
  :root{--header-height:68px}
  .header{height:auto;min-height:68px}
  .nav{display:none}
  .nav-toggle{
    -webkit-appearance:none;
    appearance:none;
    padding:0;
    position:relative;
    z-index:102;
    display:inline-flex;
    width:40px;
    height:40px;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:4px;
    color:rgba(23,23,23,.68);
    border:0;
    border-radius:12px;
    background:transparent;
    box-shadow:none;
    backdrop-filter:none;
    -webkit-tap-highlight-color:transparent;
    cursor:pointer;
    transition:color .22s ease, transform .22s ease;
  }
  .nav-toggle:focus-visible{
    outline:none;
  }
  .nav-toggle span{
    width:18px;
    height:1.5px;
    border-radius:999px;
    background:currentColor;
    transition:transform .24s ease, opacity .24s ease, background .24s ease;
  }
  @media (hover:hover){
    .nav-toggle:hover{
      color:rgba(23,23,23,.88);
    }
  }
  body.nav-open .nav-toggle span:first-child{
    transform:translateY(5.5px) rotate(45deg);
  }
  body.nav-open .nav-toggle span:nth-child(2){
    opacity:0;
  }
  body.nav-open .nav-toggle span:last-child{
    transform:translateY(-5.5px) rotate(-45deg);
  }
  .mobile-nav{
    position:fixed;
    top:68px;
    left:0;
    right:0;
    z-index:101;
    display:grid;
    gap:0;
    max-height:calc(100svh - 68px);
    overflow:auto;
    padding:10px 5vw 18px;
    border-top:1px solid rgba(229,231,235,.72);
    border-bottom:1px solid rgba(229,231,235,.84);
    border-radius:0 0 24px 24px;
    background:rgba(248,250,252,.94);
    box-shadow:0 18px 52px rgba(15,23,42,.095);
    backdrop-filter:blur(20px) saturate(165%);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-12px);
    transition:opacity .24s ease, transform .24s ease, visibility .24s ease;
  }
  body.nav-open .mobile-nav{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:translateY(0);
  }
  .mobile-nav a,
  .mobile-nav summary{
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:52px;
    padding:0 2px;
    border-bottom:1px solid rgba(229,231,235,.78);
    border-radius:0;
    color:var(--ink);
    font-size:15px;
    font-weight:850;
  }
  .mobile-nav a:hover,
  .mobile-nav summary:hover{
    color:var(--blue);
    background:transparent;
  }
  .mobile-nav details{
    border-bottom:1px solid rgba(229,231,235,.78);
  }
  .mobile-nav details div{
    display:grid;
    gap:0;
    padding:4px 0 10px 14px;
  }
  .mobile-nav details div a{
    min-height:40px;
    border-bottom:0;
    color:var(--muted);
    font-size:14px;
    font-weight:700;
  }
  .mobile-nav summary{
    cursor:pointer;
    list-style:none;
  }
  .mobile-nav summary::-webkit-details-marker{
    display:none;
  }
  .mobile-nav summary::after{
    content:"";
    width:8px;
    height:8px;
    border-right:1.5px solid currentColor;
    border-bottom:1.5px solid currentColor;
    transform:translateY(-2px) rotate(45deg);
    transition:transform .2s ease;
  }
  .mobile-nav details[open] summary::after{
    transform:translateY(2px) rotate(225deg);
  }
  .mobile-nav > a:last-child{
    border-bottom:0;
  }
  .hero{
    height:var(--hero-mobile-height, calc(100svh - var(--header-height)));
    min-height:0;
    margin-top:var(--header-height);
    padding-top:calc(104px - var(--header-height));
  }
  .hero-copy{
    max-width:100%;
    padding-bottom:132px;
  }
  .about-detail,
  .split,
  .image-grid,
  .access-card,
  .contact-layout,
  .recruit{
    grid-template-columns:1fr;
  }
  .value-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .about-proof{
    max-width:none;
    gap:16px;
    padding-top:24px;
  }
  .license-grid{
    grid-template-columns:repeat(2,1fr);
  }
  .about-heading{
    margin-bottom:36px;
    text-align:center;
  }
  .about-heading p{
    margin-left:auto;
    margin-right:auto;
  }
  .about-visual{
    aspect-ratio:16/11;
    border-radius:28px;
  }
  .about-detail article{
    min-height:auto;
  }
  .about-detail span{
    margin-bottom:28px;
  }
  .about-proof{
    gap:22px;
  }
  .image-grid,
  .image-grid.compact{grid-template-rows:auto}
  .image-tile{
    min-height:0;
    max-height:none;
    aspect-ratio:16/10;
    grid-row:auto;
  }
  .dark-panel,
  .recruit{
    margin-left:4vw;
    margin-right:4vw;
  }
  .page-link-card{
    min-height:228px;
    padding:30px;
  }
  .business-card,
  .service-card{
    padding:28px;
  }
  .business-card p,
  .service-card p,
  .page-link-card p{
    max-width:none;
  }
  .quality-list div{
    padding:22px;
  }
  .license-panel.mobile-collapse{
    padding:0;
  }
  .license-panel.mobile-collapse[open]{
    padding:0 26px 26px;
  }
  .contact-layout{
    gap:18px;
  }
  .recruit-copy{
    margin-bottom:40px;
  }
  .mobile-collapse summary{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:72px;
    padding:0 28px;
    margin-bottom:0;
    font-size:18px;
    font-weight:800;
    cursor:pointer;
  }
  .mobile-collapse summary::after{
    content:"";
    width:10px;
    height:10px;
    border-right:2px solid currentColor;
    border-bottom:2px solid currentColor;
    transform:translateY(-3px) rotate(45deg);
    transition:transform .2s ease;
  }
  .mobile-collapse[open] summary{
    margin:0 -26px 22px;
    border-bottom:1px solid rgba(214,220,228,.82);
  }
  .mobile-collapse[open] summary::after{
    transform:translateY(3px) rotate(225deg);
  }
}
@media(max-width:640px){
  .header{padding:0 5vw}
  .brand-logo{width:132px;max-height:42px}
  .hero{
    height:var(--hero-mobile-height, calc(100svh - var(--header-height)));
    min-height:0;
    margin-top:var(--header-height);
    padding:calc(96px - var(--header-height)) 5vw 42px;
  }
  .hero-shade{
    background:
      linear-gradient(90deg,rgba(6,12,24,.82),rgba(6,12,24,.38)),
      linear-gradient(180deg,rgba(6,12,24,.22),rgba(6,12,24,.72));
  }
  .desktop-break{
    display:none;
  }
  .native-break{
    display:block;
  }
  .hero-copy{
    padding-bottom:88px;
  }
  h1{font-size:40px}
  h2{font-size:32px}
  .lead,
  .section-head p,
  .split p,
  .recruit-copy p,
  .contact p{
    font-size:16px;
    line-height:1.85;
  }
  .section{padding:92px 5vw}
  .about-heading h2{font-size:38px}
  .about-heading p{font-size:16px;line-height:1.9}
  .about-visual{
    aspect-ratio:4/5;
    border-radius:24px;
  }
  .about-visual figcaption{
    left:22px;
    right:22px;
    bottom:22px;
  }
  .about-visual b{font-size:24px}
  .about-proof{
    grid-template-columns:1fr;
    gap:22px;
  }
  .about-detail article{padding:26px}
  .about-proof strong{font-size:42px}
  .page-hero{padding:118px 5vw 72px}
  .business-grid,
  .service-grid,
  .certification-grid,
  .value-grid{grid-template-columns:1fr}
  .client-list{grid-template-columns:1fr}
  .page-link-grid{grid-template-columns:1fr}
  .works-table-shell summary{
    min-height:62px;
    padding:0 22px;
    font-size:17px;
  }
  .works-table{
    min-width:0;
    table-layout:fixed;
  }
  .works-table th,
  .works-table td{
    padding:15px 14px;
    font-size:13px;
    line-height:1.6;
  }
  .works-table th:nth-child(2),
  .works-table td:nth-child(2){
    display:none;
  }
  .works-table th:first-child,
  .works-table td:first-child{
    width:58%;
  }
  .works-table th:nth-child(3),
  .works-table td:nth-child(3){
    width:18%;
  }
  .works-table th:nth-child(4),
  .works-table td:nth-child(4){
    width:24%;
  }
  .works-table td:nth-child(3),
  .works-table td:nth-child(4){
    white-space:normal;
  }
  .page-link-card{
    min-height:auto;
    padding:28px;
  }
  .page-link-card span{
    margin-bottom:28px;
  }
  .business-kicker{
    font-size:22px;
  }
  .certification-page{
    padding-top:40px;
  }
  .certification-card{
    min-height:auto;
    padding:28px;
    border-radius:24px;
  }
  .certification-category{
    margin-bottom:24px;
  }
  .certification-link{
    width:100%;
  }
  .service-card h3{
    font-size:22px;
  }
  .service-index{
    font-size:18px;
  }
  .service-icon{
    width:48px;
    height:48px;
  }
  .message-highlight p{
    font-size:20px;
  }
  .hero-actions,
  .contact-actions{
    flex-direction:column;
    align-items:stretch;
  }
  .hero-actions .button,
  .contact-actions .button,
  .contact-form .button.primary{
    width:100%;
  }
  .access-card{padding:18px}
  .access-copy{padding:18px 8px}
  .contact-panel,
  .contact-form{
    padding:30px 24px;
  }
  .policy-shell{
    padding:32px 24px;
    border-radius:28px;
  }
  .contact-page{
    padding-top:48px;
  }
  .contact-form-grid{
    grid-template-columns:1fr;
  }
  .contact-phone{
    font-size:30px;
  }
  .license-grid{
    grid-template-columns:1fr;
  }
  .footer-inner{
    flex-direction:column;
    gap:8px;
  }
  .office-image{
    max-height:164px;
    margin-top:18px;
  }
  .access-list div{grid-template-columns:1fr;gap:4px}
  .map-frame,
  .map-frame iframe{min-height:340px}
  .service-card{min-height:auto}
  .license-panel{padding:26px}
  .license-grid span{display:block}
  .license-grid b{display:block;margin-top:6px}
  .conditions-list div{grid-template-columns:1fr}
  .conditions-list dt,
  .conditions-list dd{padding:18px 20px}
  .conditions-list dd{padding-top:0}
  .company-list div{grid-template-columns:1fr}
  .company-list dt,
  .company-list dd{padding:18px 20px}
  .philosophy-inner{padding:46px 26px}
  .not-found-shell{padding:52px 24px}
  #philosophy .philosophy-inner::after{
    inset:0;
    background:
      linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.05)),
      url("/assets/company-2.webp") center / cover no-repeat;
    opacity:.12;
  }
  .contact-inner{padding:46px 26px}
  .footer{display:flex}
}
