:root {
  --navy-950: #031a43;
  --navy-900: #06285f;
  --navy-800: #07387d;
  --blue-600: #0879de;
  --blue-100: #e8f4ff;
  --orange: #f47a24;
  --ink: #071b3f;
  --text: #1b2c49;
  --muted: #61708a;
  --line: #dfe7f0;
  --surface: #ffffff;
  --pale: #f4f9ff;
  --shadow: 0 18px 52px rgba(6, 40, 95, 0.11);
  --shell: min(1180px, calc(100% - 48px));
  --header-height: 88px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 20px);
}

body {
  margin: 0;
  color: var(--text);
  background: #fff;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(244, 122, 36, 0.7);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 10px;
  left: 10px;
  padding: 10px 16px;
  color: #fff;
  background: var(--navy-900);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.page-shell {
  width: var(--shell);
  margin-inline: auto;
}

.desktop-only {
  display: inline;
}

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  height: var(--header-height);
  background: #fff;
  border-bottom: 1px solid rgba(7, 40, 93, 0.06);
  transition: height 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.site-header.is-scrolled {
  height: 72px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(3, 26, 67, 0.09);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--shell);
  height: 100%;
  margin-inline: auto;
}

.brand {
  display: inline-flex;
  gap: 11px;
  align-items: center;
  color: var(--navy-900);
  line-height: 1;
  white-space: nowrap;
}

.site-header .brand {
  gap: 13px;
}

.site-header .brand-type strong {
  font-size: 30px;
}

.brand-mark {
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
}

.brand-mark-header {
  width: 46px;
  height: 46px;
}

.brand-mark-footer {
  width: 44px;
  height: 44px;
}

.brand-type {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
  text-align: center;
}

.brand-type strong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 27px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(24px, 2.6vw, 42px);
  height: 100%;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.primary-nav > a:not(.nav-contact) {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  transition: color 0.25s ease;
}

.primary-nav > a:not(.nav-contact)::after {
  position: absolute;
  right: 50%;
  bottom: 20px;
  left: 50%;
  height: 2px;
  content: "";
  background: var(--orange);
  transition: left 0.25s ease, right 0.25s ease;
}

.primary-nav > a:not(.nav-contact):hover,
.primary-nav > a:not(.nav-contact).is-current {
  color: var(--navy-800);
}

.primary-nav > a:not(.nav-contact):hover::after,
.primary-nav > a:not(.nav-contact).is-current::after {
  right: 0;
  left: 0;
}

.nav-contact {
  display: inline-flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  min-width: 174px;
  height: 52px;
  padding-inline: 23px;
  color: #fff;
  background: var(--navy-900);
  border-radius: 4px;
  box-shadow: 0 8px 20px rgba(6, 40, 95, 0.16);
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.nav-contact:hover {
  background: var(--navy-800);
  box-shadow: 0 12px 25px rgba(6, 40, 95, 0.24);
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: clamp(590px, 71vh, 760px);
  margin-top: var(--header-height);
  overflow: hidden;
  isolation: isolate;
  background: #dceefe;
}

.hero-media,
.hero-media img {
  position: absolute;
  z-index: -4;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
  object-position: 54% 58%;
  transform: scale(1.025);
  animation: hero-breathe 15s ease-in-out infinite alternate;
  will-change: transform;
}

.hero-shade {
  position: absolute;
  z-index: -3;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.98) 17%, rgba(255,255,255,.9) 32%, rgba(255,255,255,.55) 43%, rgba(255,255,255,.04) 64%),
    linear-gradient(0deg, rgba(4,31,73,.13), transparent 42%);
}

.hero-slash {
  position: absolute;
  z-index: -2;
  top: -16%;
  bottom: -16%;
  left: 41%;
  width: 145px;
  background: linear-gradient(90deg, rgba(255,255,255,.62), rgba(255,255,255,.12));
  transform: skewX(-29deg);
  pointer-events: none;
}

.hero-slash::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 42px;
  width: 36px;
  content: "";
  background: rgba(255,255,255,.5);
}

.hero-inner {
  display: flex;
  align-items: center;
  min-height: inherit;
  padding-block: 62px 78px;
}

.hero-copy {
  width: min(620px, 52%);
}

.hero-lead {
  margin: 0 0 15px;
  color: var(--navy-900);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "BIZ UDPMincho", "MS PMincho", serif;
  font-size: clamp(16px, 1.3vw, 20px);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.hero h1 {
  margin: 0;
  color: var(--ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "BIZ UDPMincho", "MS PMincho", serif;
  font-size: clamp(55px, 5.45vw, 82px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 0 rgba(255,255,255,.28);
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.hero-description {
  margin: 26px 0 31px;
  color: #172a48;
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 0.015em;
}

.button {
  display: inline-flex;
  gap: 31px;
  align-items: center;
  justify-content: center;
  min-width: 218px;
  min-height: 58px;
  padding: 16px 24px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.button svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: transform 0.25s ease;
}

.button-primary {
  color: #fff;
  background: var(--navy-900);
  box-shadow: 0 10px 28px rgba(6,40,95,.21);
}

.button-primary:hover {
  background: var(--navy-800);
  box-shadow: 0 15px 32px rgba(6,40,95,.28);
  transform: translateY(-3px);
}

.button:hover svg {
  transform: translateX(4px);
}

.hero-scroll {
  position: absolute;
  z-index: 2;
  bottom: 27px;
  left: 50%;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  color: rgba(255,255,255,.9);
  font-family: Arial, sans-serif;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.18em;
  transform: translateX(-50%);
}

.hero-scroll span {
  display: block;
  width: 1px;
  height: 35px;
  background: rgba(255,255,255,.9);
  transform-origin: top;
  animation: scroll-line 2s ease-in-out infinite;
}

.section {
  padding-block: clamp(82px, 8.4vw, 124px);
}

.business.section {
  padding-top: clamp(64px, 5.8vw, 82px);
}

.strengths.section {
  padding-top: 30px;
}

.section-heading {
  position: relative;
  z-index: 2;
}

.section-heading-center {
  margin-bottom: 54px;
  text-align: center;
}

.section-heading-left {
  max-width: 710px;
  margin-bottom: 49px;
}

.eyebrow {
  position: relative;
  display: inline-block;
  margin: 0 0 18px;
  color: var(--navy-900);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.eyebrow::after {
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 37px;
  height: 2px;
  content: "";
  background: var(--orange);
}

.section-heading-center .eyebrow::after {
  left: 50%;
  transform: translateX(-50%);
}

.section-heading h2 {
  margin: 0;
  color: var(--ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "BIZ UDPMincho", "MS PMincho", serif;
  font-size: clamp(31px, 3.15vw, 46px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.025em;
}

.section-intro {
  margin: 18px 0 0;
  color: #40516d;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
}

.business {
  background:
    linear-gradient(180deg, #fff 0%, #fff 82%, #f9fbfe 100%);
}

.business-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.business-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(6,40,95,.08);
  border-radius: 6px;
  box-shadow: 0 12px 34px rgba(6,40,95,.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.business-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-8px);
}

.card-image {
  aspect-ratio: 16 / 8.2;
  overflow: hidden;
  background: #e9eef4;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(.2,.7,.2,1);
}

.business-card:hover .card-image img {
  transform: scale(1.055);
}

.card-body {
  position: relative;
  min-height: 285px;
  padding: 67px 27px 28px;
  text-align: center;
}

.card-number {
  position: absolute;
  top: 11px;
  left: 20px;
  color: #b8c7db;
  font-family: Arial, sans-serif;
  font-size: 39px;
  font-weight: 500;
  line-height: 1;
}

.card-icon {
  position: absolute;
  top: 0;
  left: 50%;
  display: grid;
  width: 72px;
  height: 72px;
  color: #fff;
  background: var(--navy-900);
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 8px 22px rgba(6,40,95,.2);
  place-items: center;
  transform: translate(-50%, -50%);
}

.card-icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.card-body h3 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: clamp(18px, 1.45vw, 21px);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.card-body p {
  margin: 0;
  color: #465874;
  font-size: 13px;
  line-height: 1.8;
}

.text-link {
  position: absolute;
  right: 0;
  bottom: 25px;
  left: 0;
  display: inline-flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-width: 148px;
  min-height: 42px;
  margin-inline: auto;
  padding: 9px 18px;
  color: #fff;
  background: var(--navy-900);
  border-radius: 3px;
  box-shadow: 0 8px 18px rgba(6,40,95,.16);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  transition: background .25s ease, box-shadow .25s ease, transform .25s ease;
}

.text-link span {
  display: inline-block;
  margin-left: 10px;
  transition: transform .25s ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.text-link:hover {
  background: var(--navy-800);
  box-shadow: 0 12px 24px rgba(6,40,95,.24);
  transform: translateY(-2px);
}

.strengths {
  position: relative;
  overflow: hidden;
  background: #f2f8ff;
  isolation: isolate;
}

.strengths::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(245,250,255,.98) 0%, rgba(245,250,255,.88) 33%, rgba(245,250,255,.18) 66%, rgba(245,250,255,0) 100%);
}

.strengths-bg {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.strengths-inner {
  position: relative;
  z-index: 2;
}

.strengths .section-heading-left {
  max-width: none;
}

@media (min-width: 768px) {
  .strengths .section-heading h2 {
    white-space: nowrap;
  }
}

.strength-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.strength-card {
  min-height: 224px;
  padding: 27px 20px 23px;
  text-align: center;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(6,40,95,.075);
  border-radius: 6px;
  box-shadow: 0 14px 35px rgba(6,40,95,.08);
  transition: transform .3s ease, box-shadow .3s ease;
}

.strength-card:hover {
  box-shadow: 0 20px 42px rgba(6,40,95,.13);
  transform: translateY(-6px);
}

.strength-icon {
  display: grid;
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  color: var(--blue-600);
  place-items: center;
}

.strength-icon svg {
  width: 49px;
  height: 49px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.strength-card h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.55;
}

.strength-card p {
  margin: 0;
  color: #4d5d76;
  font-size: 12px;
  line-height: 1.75;
}

.milestones {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 50px;
  overflow: hidden;
  background: rgba(5,36,85,.95);
  border-radius: 6px;
  box-shadow: 0 18px 44px rgba(6,40,95,.16);
}

.milestone {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 130px;
  padding: 20px;
  color: #fff;
  text-align: center;
}

.milestone + .milestone::before {
  position: absolute;
  top: 25%;
  bottom: 25%;
  left: 0;
  width: 1px;
  content: "";
  background: rgba(255,255,255,.22);
}

.milestone strong {
  display: flex;
  gap: 7px;
  align-items: baseline;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: .04em;
}

.milestone strong small {
  font-size: 14px;
  letter-spacing: .06em;
}

.milestone > span {
  margin-top: 8px;
  color: rgba(255,255,255,.8);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .07em;
}

.site-footer {
  color: #fff;
  background: linear-gradient(110deg, #031d4b, #073978);
}

.footer-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 34px;
  align-items: center;
  min-height: 130px;
}

.brand-footer {
  gap: 12px;
  color: #fff;
}
@media (min-width: 1161px) {
  .brand-footer {
    transform: translateY(-20px);
  }
}

.brand-footer .brand-type strong {
  font-size: 29px;
}

@media (min-width: 821px) {
  .brand-footer {
    position: relative;
    top: 16px;
  }
}

.footer-nav {
  display: flex;
  gap: clamp(18px, 2.3vw, 34px);
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
}

.footer-nav a {
  color: rgba(255,255,255,.86);
  transition: color .25s ease;
}

.footer-nav a:hover {
  color: #fff;
}

.copyright {
  color: rgba(255,255,255,.7);
  font-family: Arial, sans-serif;
  font-size: 10px;
  white-space: nowrap;
}

.back-to-top {
  position: fixed;
  z-index: 900;
  right: 24px;
  bottom: 24px;
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  color: var(--navy-900);
  background: #fff;
  border: 1px solid rgba(6,40,95,.15);
  border-radius: 50%;
  box-shadow: 0 9px 26px rgba(3,26,67,.16);
  cursor: pointer;
  opacity: 0;
  place-items: center;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease, background .25s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.back-to-top:hover {
  color: #fff;
  background: var(--navy-900);
}

.back-to-top svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.subpage-main {
  min-height: 70vh;
  padding-top: var(--header-height);
  background: #fff;
}

.subpage-hero {
  position: relative;
  overflow: hidden;
  padding-block: 85px 70px;
  background: linear-gradient(120deg, #f5faff 0%, #e8f4ff 100%);
}

.subpage-hero::after {
  position: absolute;
  top: -130px;
  right: -70px;
  width: 430px;
  height: 430px;
  content: "";
  border: 1px solid rgba(8,121,222,.15);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(8,121,222,.035), 0 0 0 110px rgba(8,121,222,.025);
}

.breadcrumbs {
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 12px;
}

.breadcrumbs a {
  color: var(--navy-800);
}

.subpage-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "BIZ UDPMincho", "MS PMincho", serif;
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 600;
  line-height: 1.25;
}

.subpage-title small {
  display: block;
  margin-top: 11px;
  color: var(--navy-800);
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
}

.subpage-content {
  padding-block: 80px 105px;
}

.content-narrow {
  width: min(820px, 100%);
  margin-inline: auto;
}

.page-shell.content-narrow {
  width: var(--shell);
  max-width: 820px;
}

.content-narrow > h2,
.service-detail h2 {
  margin: 0 0 26px;
  color: var(--ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "BIZ UDPMincho", "MS PMincho", serif;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 600;
  line-height: 1.45;
}

.content-narrow > p {
  color: #41516c;
}

.detail-list {
  margin: 24px 0 0;
  border-top: 1px solid var(--line);
}

.detail-list > div {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 20px;
  padding: 14px 6px;
  border-bottom: 1px solid var(--line);
}

.detail-list > div > p:empty {
  display: none;
  margin: 0;
}

.detail-list dt {
  color: var(--navy-900);
  font-weight: 800;
  white-space: nowrap;
}

.detail-list dd {
  margin: 0;
}

.service-details {
  display: grid;
  gap: 34px;
}

.service-detail {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 38px;
  padding: 38px;
  background: var(--pale);
  border: 1px solid var(--line);
  border-radius: 7px;
}

.service-detail-number {
  color: #b4c9df;
  font-family: Arial, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
}

.service-detail p {
  margin: 0;
}

.detail-button {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  margin-top: 22px;
  padding: 10px 20px;
  color: #fff;
  background: var(--navy-900);
  border-radius: 3px;
  font-size: 13px;
  font-weight: 700;
}

.detail-button span {
  transition: transform .25s ease;
}

.detail-button:hover span {
  transform: translateX(4px);
}

.business-detail-visual {
  aspect-ratio: 16 / 5.5;
  margin: 0 0 50px;
  overflow: hidden;
  background: #eaf1f8;
  border-radius: 7px;
  box-shadow: var(--shadow);
}

.business-detail-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.business-detail-visual--lead img {
  object-position: center 48%;
}

.business-detail-visual--crossborder img {
  object-position: center 47%;
}

.business-detail-visual--ai-web img {
  object-position: center 52%;
}

.business-detail-copy {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  gap: 60px;
  align-items: start;
}

.business-detail-copy h2 {
  margin: 0 0 22px;
  color: var(--ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "BIZ UDPMincho", "MS PMincho", serif;
  font-size: clamp(28px, 3vw, 39px);
  font-weight: 600;
  line-height: 1.45;
}

.business-detail-copy p {
  margin: 0;
  color: #41516c;
}

.feature-list {
  margin: 0;
  padding: 24px 28px;
  list-style: none;
  background: var(--pale);
  border-top: 3px solid var(--navy-800);
}

.feature-list li {
  position: relative;
  padding: 13px 0 13px 22px;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  font-weight: 700;
}

.feature-list li:last-child {
  border-bottom: 0;
}

.feature-list li::before {
  position: absolute;
  top: 22px;
  left: 2px;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--orange);
  border-radius: 50%;
}

.business-back {
  margin-top: 52px;
  text-align: center;
}

.thanks-panel {
  padding: 65px 50px;
  text-align: center;
  background: var(--pale);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(6,40,95,.08);
}

.thanks-icon {
  display: grid;
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  color: #fff;
  background: var(--navy-900);
  border-radius: 50%;
  place-items: center;
}

.thanks-icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.thanks-panel h2 {
  margin: 0 0 18px;
  color: var(--ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "BIZ UDPMincho", "MS PMincho", serif;
  font-size: clamp(27px, 3.2vw, 38px);
  font-weight: 600;
}

.thanks-panel p {
  margin: 0;
}

.archive-note {
  padding: 45px;
  text-align: center;
  background: var(--pale);
  border: 1px solid var(--line);
  border-radius: 7px;
}

.archive-note h2 {
  margin-top: 0;
  color: var(--ink);
}

.contact-form {
  display: grid;
  gap: 25px;
}

.form-row label {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.required {
  padding: 1px 6px;
  color: #fff;
  background: var(--orange);
  border-radius: 2px;
  font-size: 10px;
}

.form-row input,
.form-row textarea {
  width: 100%;
  padding: 14px 15px;
  color: var(--text);
  background: #fff;
  border: 1px solid #cbd7e5;
  border-radius: 3px;
}

.form-row input:focus,
.form-row textarea:focus {
  border-color: var(--blue-600);
  outline: 3px solid rgba(8,121,222,.12);
}

.form-row textarea {
  min-height: 190px;
  resize: vertical;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.form-note a {
  color: var(--blue-600);
  text-decoration: underline;
}

.form-submit {
  width: max-content;
  min-width: 220px;
  padding: 16px 28px;
  color: #fff;
  background: var(--navy-900);
  border: 0;
  border-radius: 4px;
  cursor: pointer;
}

.form-submit:hover {
  background: var(--navy-800);
}

.contact-confirm-list {
  margin: 0;
  border-top: 1px solid var(--line);
}

.contact-confirm-list > div {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  border-bottom: 1px solid var(--line);
}

.contact-confirm-list dt,
.contact-confirm-list dd {
  margin: 0;
  padding: 18px 20px;
}

.contact-confirm-list dt {
  color: var(--ink);
  background: var(--pale);
  font-size: 14px;
  font-weight: 800;
}

.contact-confirm-list dd {
  overflow-wrap: anywhere;
  white-space: normal;
}

.contact-confirm-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
}

.form-submit-secondary {
  color: var(--navy-900);
  background: #fff;
  border: 1px solid var(--navy-900);
}

.form-submit-secondary:hover {
  color: #fff;
}

.receipt-note,
.receipt-warning {
  margin-top: 18px !important;
  font-size: 13px;
}

.receipt-warning {
  color: #8b1d1d;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.2,1);
  transition-delay: var(--reveal-delay, 0ms);
}

[data-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hero-breathe {
  from { transform: scale(1.025); }
  to { transform: scale(1.075); }
}

@keyframes scroll-line {
  0%, 100% { transform: scaleY(.3); opacity: .45; }
  50% { transform: scaleY(1); opacity: 1; }
}

@media (max-width: 1160px) {
  :root {
    --shell: min(100% - 40px, 1040px);
  }

  .brand-type strong {
    font-size: 23px;
  }

  .primary-nav {
    gap: 20px;
    font-size: 13px;
  }

  .nav-contact {
    min-width: 150px;
    height: 48px;
  }

  .hero-media img {
    object-position: 51% 52%;
  }

  .hero-shade {
    background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.95) 27%, rgba(255,255,255,.68) 46%, rgba(255,255,255,.05) 72%);
  }

  .hero-slash {
    left: 45%;
  }

  .hero-copy {
    width: 55%;
  }

  .strength-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .strength-card {
    min-height: 204px;
  }

  .footer-inner {
    grid-template-columns: auto 1fr;
  }

  .copyright {
    grid-column: 1 / -1;
    padding-bottom: 22px;
    text-align: right;
  }
}

@media (max-width: 820px) {
  :root {
    --header-height: 76px;
  }

  .site-header.is-scrolled {
    height: 66px;
  }

  .brand-type strong {
    font-size: 22px;
  }

  .brand-mark-header {
    width: 42px;
    height: 42px;
  }

  .menu-toggle {
    position: relative;
    z-index: 1002;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 8px 0 8px 12px;
    color: var(--navy-900);
    background: transparent;
    border: 0;
    cursor: pointer;
  }

  .menu-toggle-label {
    font-family: Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .14em;
  }

  .menu-toggle-lines {
    position: relative;
    display: block;
    width: 29px;
    height: 20px;
  }

  .menu-toggle-lines i {
    position: absolute;
    right: 0;
    display: block;
    width: 29px;
    height: 2px;
    background: currentColor;
    transition: top .25s ease, transform .25s ease, opacity .25s ease;
  }

  .menu-toggle-lines i:nth-child(1) { top: 1px; }
  .menu-toggle-lines i:nth-child(2) { top: 9px; width: 21px; }
  .menu-toggle-lines i:nth-child(3) { top: 17px; }

  .menu-toggle[aria-expanded="true"] .menu-toggle-lines i:nth-child(1) { top: 9px; transform: rotate(45deg); }
  .menu-toggle[aria-expanded="true"] .menu-toggle-lines i:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] .menu-toggle-lines i:nth-child(3) { top: 9px; transform: rotate(-45deg); }

  .primary-nav {
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    justify-content: flex-start;
    width: min(420px, 88vw);
    height: 100vh;
    height: 100dvh;
    padding: 100px 40px 40px;
    overflow-y: auto;
    background: #fff;
    box-shadow: -20px 0 50px rgba(3,26,67,.15);
    transform: translateX(110%);
    visibility: hidden;
    transition: transform .35s cubic-bezier(.2,.7,.2,1), visibility .35s;
  }

  .primary-nav.is-open {
    transform: translateX(0);
    visibility: visible;
  }

  .primary-nav > a:not(.nav-contact) {
    flex: 0 0 auto;
    height: auto;
    padding: 16px 5px;
    border-bottom: 1px solid var(--line);
    font-size: 15px;
  }

  .primary-nav > a:not(.nav-contact)::after {
    display: none;
  }

  .nav-contact {
    flex: 0 0 auto;
    margin-top: 27px;
  }

  .hero {
    min-height: 660px;
  }

  .hero-media img {
    object-position: 70% 52%;
  }

  .hero h1 {
    font-size: clamp(50px, 7.5vw, 68px);
  }

  .hero-copy {
    width: 60%;
  }

  .hero-slash {
    left: 50%;
    opacity: .75;
  }

  .business-grid {
    gap: 15px;
  }

  .card-body {
    min-height: 310px;
    padding-inline: 18px;
  }

  .card-number {
    font-size: 33px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    padding-block: 39px;
  }

  .footer-nav {
    flex-wrap: wrap;
  }

  .copyright {
    grid-column: auto;
    padding-bottom: 0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  :root {
    --shell: calc(100% - 32px);
  }

  .section {
    padding-block: 76px;
  }

  .desktop-only {
    display: none;
  }

  .hero {
    min-height: 770px;
  }

  .hero-media img {
    object-position: 52% bottom;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, #fff 0%, rgba(255,255,255,.96) 20%, rgba(255,255,255,.68) 34%, rgba(255,255,255,.08) 51%, rgba(255,255,255,0) 68%),
      linear-gradient(90deg, rgba(255,255,255,.68), rgba(255,255,255,.2) 48%, rgba(255,255,255,0) 76%);
  }

  .hero-media img {
    filter: saturate(1.1) contrast(1.05);
  }

  .hero-slash {
    top: 29%;
    bottom: -30%;
    left: 61%;
    width: 83px;
    opacity: .55;
  }

  .hero-inner {
    align-items: flex-start;
    padding-top: 66px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(47px, 11.7vw, 62px);
    line-height: 1.13;
  }

  .hero-description {
    width: min(520px, 92%);
    margin-block: 22px 27px;
    font-size: 14px;
    line-height: 1.75;
  }

  .hero-scroll {
    display: none;
  }

  .section-heading-center,
  .section-heading-left {
    margin-bottom: 39px;
  }

  .section-heading h2 {
    font-size: clamp(29px, 7.8vw, 40px);
  }

  .section-intro {
    font-size: 14px;
  }

  .business-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: 540px;
    margin-inline: auto;
  }

  .card-body {
    min-height: 260px;
    padding: 61px 24px 26px;
  }

  .card-body h3 {
    font-size: 20px;
  }

  .strengths::after {
    background: linear-gradient(180deg, rgba(245,250,255,.97), rgba(245,250,255,.82));
  }

  .strengths-bg {
    height: 52%;
    object-position: 65% top;
    opacity: .6;
  }

  .strength-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .strength-card {
    display: grid;
    grid-template-columns: 62px 1fr;
    grid-template-rows: auto auto;
    min-height: 0;
    padding: 23px 22px;
    text-align: left;
  }

  .strength-icon {
    grid-row: 1 / 3;
    margin: 0;
  }

  .strength-card h3 {
    align-self: end;
    margin: 0 0 5px;
  }

  .strength-card p {
    align-self: start;
  }

  .milestones {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .milestone {
    min-height: 105px;
  }

  .milestone + .milestone::before {
    top: 0;
    right: 18%;
    bottom: auto;
    left: 18%;
    width: auto;
    height: 1px;
  }

  .footer-nav {
    gap: 11px 22px;
  }

  .subpage-hero {
    padding-block: 62px 54px;
  }

  .subpage-content {
    padding-block: 58px 80px;
  }

  .detail-list > div,
  .service-detail {
    grid-template-columns: 1fr;
  }

  .detail-list > div {
    gap: 2px;
    padding-block: 12px;
  }

  .service-detail {
    gap: 16px;
    padding: 27px 23px;
  }

  .business-detail-copy {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .business-detail-visual {
    aspect-ratio: 16 / 9;
    margin-bottom: 35px;
  }

  .business-detail-visual--lead img {
    object-position: center 52%;
  }

  .business-detail-visual--crossborder img {
    object-position: center 50%;
  }

  .business-detail-visual--ai-web img {
    object-position: 67% 50%;
  }

  .thanks-panel {
    padding: 45px 22px;
  }

  .service-detail-number {
    font-size: 48px;
  }

  .archive-note {
    padding: 32px 21px;
  }

  .contact-confirm-list > div {
    grid-template-columns: 1fr;
  }

  .contact-confirm-list dt,
  .contact-confirm-list dd {
    padding: 14px 16px;
  }

  .contact-confirm-actions {
    flex-direction: column-reverse;
  }

  .contact-confirm-actions .form-submit {
    width: 100%;
  }
}

@media (max-width: 440px) {
  :root {
    --header-height: 70px;
  }

  .header-inner {
    width: calc(100% - 26px);
  }

  .brand {
    gap: 8px;
  }

  .site-header .brand {
    gap: 9px;
  }

  .brand-mark-header,
  .brand-mark-footer {
    width: 38px;
    height: 38px;
  }

  .brand-type {
    gap: 5px;
  }

  .brand-type strong {
    font-size: 19px;
  }

  .site-header .brand-type strong {
    font-size: 23px;
  }

  .menu-toggle-label {
    display: none;
  }

  .hero {
    min-height: 730px;
  }

  .hero-inner {
    padding-top: 48px;
  }

  .hero-lead {
    font-size: 14px;
  }

  .hero h1 {
    font-size: clamp(42px, 12vw, 52px);
  }

  .hero-description {
    width: 100%;
    font-size: 13px;
  }

  .button {
    min-width: 200px;
    min-height: 54px;
  }

  .section-heading h2 {
    font-size: 29px;
  }

  .card-icon {
    width: 66px;
    height: 66px;
  }

  .card-number {
    left: 17px;
    font-size: 32px;
  }

  .strength-card {
    grid-template-columns: 55px 1fr;
    padding-inline: 17px;
  }

  .strength-icon svg {
    width: 43px;
    height: 43px;
  }

  .strength-card h3 {
    font-size: 15px;
  }

  .footer-nav {
    max-width: 300px;
  }

  .back-to-top {
    right: 15px;
    bottom: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* WordPress content and archive styles */
.admin-bar .site-header {
  top: 32px;
}

.article-list {
  display: grid;
  gap: 22px;
}

.article-card {
  position: relative;
  padding: 30px 32px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 6px;
  box-shadow: 0 10px 28px rgba(6,40,95,.06);
}

.article-card h2 {
  margin: 4px 0 12px;
  color: var(--ink);
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "BIZ UDPMincho", "MS PMincho", serif;
  font-size: clamp(23px, 2.5vw, 31px);
  line-height: 1.5;
}

.article-card h2 a {
  transition: color .2s ease;
}

.article-card h2 a:hover {
  color: var(--blue-600);
}

.article-meta,
.single-meta {
  margin: 0;
  color: var(--muted);
  font-family: Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .07em;
}

.article-excerpt {
  color: #465874;
  font-size: 14px;
}

.article-excerpt p {
  margin: 0;
}

.article-link {
  display: inline-flex;
  gap: 13px;
  align-items: center;
  margin-top: 18px;
  color: var(--navy-800);
  font-size: 13px;
  font-weight: 800;
}

.article-link span {
  transition: transform .2s ease;
}

.article-link:hover span {
  transform: translateX(4px);
}

.posts-pagination {
  margin-top: 42px;
}

.posts-pagination ul,
.navigation.pagination .nav-links {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.posts-pagination a,
.posts-pagination span,
.navigation.pagination .page-numbers {
  display: grid;
  min-width: 40px;
  min-height: 40px;
  padding: 7px 11px;
  border: 1px solid var(--line);
  place-items: center;
}

.posts-pagination .current,
.navigation.pagination .current {
  color: #fff;
  background: var(--navy-900);
  border-color: var(--navy-900);
}

.wp-content {
  color: #33455f;
  font-size: 16px;
  line-height: 2;
}

.wp-content h2,
.wp-content h3,
.wp-content h4 {
  color: var(--ink);
  line-height: 1.55;
}

.wp-content h2 {
  margin: 2.2em 0 .8em;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--navy-900);
  font-size: 30px;
}

.wp-content h3 {
  margin: 2em 0 .7em;
  padding-left: 14px;
  border-left: 4px solid var(--orange);
  font-size: 23px;
}

.wp-content a {
  color: var(--blue-600);
  text-decoration: underline;
}

.wp-content ul:not(.feature-list),
.wp-content ol {
  margin: 1.4em 0;
  padding-left: 1.6em;
}

.wp-content ul:not(.feature-list) {
  list-style: disc;
}

.wp-content ol {
  list-style: decimal;
}

.wp-content ul:not(.feature-list) li,
.wp-content ol li {
  margin: .35em 0;
  padding-left: .15em;
}

.wp-content img {
  height: auto;
}

.wp-content blockquote {
  margin: 30px 0;
  padding: 20px 25px;
  background: var(--pale);
  border-left: 4px solid var(--blue-600);
}

.wp-content table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

.wp-content th,
.wp-content td {
  padding: 10px 13px;
  border: 1px solid var(--line);
}

.business-page-intro,
.articles-page-intro {
  margin-bottom: 48px;
}

.business-page-intro .info-grid {
  display: none;
}

.business-page-intro > h2:first-child,
.contact-page-intro > h2:first-child,
.content-narrow.wp-content > h2:first-child {
  margin-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "BIZ UDPMincho", "MS PMincho", serif;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 600;
}

.business-detail-copy.wp-content h2 {
  margin: 0 0 22px;
  padding-bottom: 0;
  border-bottom: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "BIZ UDPMincho", "MS PMincho", serif;
  font-size: clamp(28px, 3vw, 39px);
  font-weight: 600;
  line-height: 1.45;
}

.business-detail-copy.wp-content p {
  margin: 0;
}

.business-detail-copy.wp-content .feature-list {
  margin: 0;
}

.thanks-page-content h2 {
  margin: 0 0 18px;
  padding-bottom: 0;
  border-bottom: 0;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "BIZ UDPMincho", "MS PMincho", serif;
  font-size: clamp(27px, 3.2vw, 38px);
  font-weight: 600;
}

.thanks-page-content p {
  margin: 0;
}

.single-thumbnail {
  margin: 0 0 40px;
}

.single-thumbnail img {
  width: 100%;
  height: auto;
}

.post-taxonomy {
  margin-top: 55px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 13px;
}

.post-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 35px;
}

.post-navigation span:last-child {
  text-align: right;
}

.comments-area {
  margin-top: 60px;
  padding-top: 35px;
  border-top: 1px solid var(--line);
}

.comment-list {
  padding-left: 24px;
}

.comment-list li {
  margin-bottom: 24px;
}

.comment-form label {
  display: block;
  margin-bottom: 5px;
  color: var(--ink);
  font-weight: 700;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #cbd7e5;
}

.comment-form .submit {
  padding: 12px 24px;
  color: #fff;
  background: var(--navy-900);
  border: 0;
  cursor: pointer;
}

.form-errors {
  margin: 24px 0;
  padding: 18px 22px;
  color: #8b1d1d;
  background: #fff3f3;
  border: 1px solid #e9b8b8;
  border-radius: 4px;
}

.form-errors p {
  margin: 0;
  font-weight: 800;
}

.form-errors ul {
  margin: 8px 0 0;
}

@media (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }

  .article-card {
    padding: 24px 20px;
  }

  .post-navigation {
    grid-template-columns: 1fr;
  }

  .post-navigation span:last-child {
    text-align: left;
  }
}
