.inner-page main { padding-top: 84px; }
.page-shell { width: min(100%, 1200px); margin: 0 auto; }
.page-hero { padding: clamp(86px, 10vw, 150px) var(--pad) clamp(72px, 8vw, 112px); border-bottom: 1px solid var(--line); background: linear-gradient(115deg, #fff 0%, #fff 58%, #f1faff 100%); }
.page-kicker { margin: 0 0 24px; color: var(--blue); font-size: 16px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.page-hero h1 { max-width: 960px; margin: 0; font-size: clamp(36px, 4.2vw, 52px); line-height: 1.4; letter-spacing: -.025em; font-weight: 600; }
.page-hero__lead { max-width: 760px; margin: 34px 0 0; color: var(--muted); font-size: 20px; line-height: 2; }
.case-detail-heading { padding: clamp(42px, 5vw, 72px) var(--pad) 0; background: white; }
.case-detail-heading__inner { display: grid; gap: 12px; width: min(100%, 880px); }
.case-detail-heading .page-kicker { margin: 0; font-size: 16px; letter-spacing: .06em; text-transform: none; }
.case-detail-heading h1 { max-width: none; margin: 0; font-size: clamp(32px, 3.6vw, 42px); line-height: 1.4; letter-spacing: -.01em; font-weight: 700; }
.case-detail-heading + .page-section { padding-top: clamp(32px, 3.6vw, 48px); }
.page-section { padding: clamp(80px, 9vw, 132px) var(--pad); }
.page-section--tint { background: var(--surface); }
.page-section__heading { display: grid; grid-template-columns: 165px 1fr; gap: 48px; margin-bottom: 54px; }
.page-section__heading--single { grid-template-columns: 1fr; }
.page-section__heading--single h1, .page-section__heading--single h2 { max-width: none; }
.page-section__heading .page-kicker { margin: 7px 0 0; }
.page-section__heading h1, .page-section__heading h2 { max-width: 820px; margin: 0; font-size: clamp(32px, 3.2vw, 40px); line-height: 1.55; letter-spacing: -.015em; font-weight: 600; }
.page-section__heading--statement h2 { line-height: 1.65; }
@media (min-width: 821px) {
  .page-section__heading--wide h2 { max-width: none; white-space: nowrap; }
}
.page-section__intro { max-width: 820px; margin: -18px 0 54px 213px; color: var(--muted); font-size: 18px; line-height: 2; }
.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.detail-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.detail-card { min-height: 310px; padding: clamp(28px, 4vw, 48px); display: flex; flex-direction: column; scroll-margin-top: 110px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: 0 10px 28px rgba(13, 41, 75, .07); }
.detail-card:has(> .detail-card__link) { padding: 0; overflow: hidden; transition: border-color .2s ease, box-shadow .25s var(--ease), transform .25s var(--ease); }
.detail-card__link { padding: clamp(28px, 4vw, 48px); display: flex; flex-direction: column; flex: 1; color: inherit; }
.detail-card:has(> .detail-card__link):hover, .detail-card:has(> .detail-card__link):focus-within { border-color: #c5d1df; box-shadow: 0 14px 32px rgba(17,26,40,.07); transform: translateY(-2px); }
.detail-card__link:focus-visible { outline: 2px solid var(--blue); outline-offset: -3px; }
.detail-grid--three .detail-card { min-height: 0; padding: clamp(18px, 2vw, 28px); }
.detail-grid--three .detail-card:has(> .detail-card__link) { padding: 0; }
.detail-grid--three .detail-card__link { padding: clamp(16px, 1.8vw, 24px); }
.detail-grid--three .detail-card h3.service-title--three-lines { font-size: 18px; }
.detail-grid--three .detail-card h3.service-title--two-lines { font-size: 18px; }
.detail-grid--three .inline-link { margin-top: auto; padding-top: 24px; }
.detail-card__link:hover .inline-link, .detail-card__link:focus-visible .inline-link { color: #006eaa; }
.detail-card__tag { margin-bottom: 54px; color: var(--blue); font-size: 16px; font-weight: 700; letter-spacing: .14em; }
.detail-card h3 { margin: 0 0 20px; font-size: clamp(20px, 1.8vw, 24px); line-height: 1.42; letter-spacing: -.015em; font-weight: 600; }
.detail-card h3.service-title--three-lines { font-size: clamp(18px, 1.6vw, 22px); }
.detail-card p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.9; }
.detail-card ul { margin: 24px 0 0; padding: 20px 0 0; display: grid; gap: 9px; border-top: 1px solid var(--line); list-style: none; color: var(--navy); font-size: 16px; line-height: 1.7; }
.detail-card li::before { content: ""; display: inline-block; width: 5px; height: 5px; margin: 0 10px 2px 0; border-radius: 50%; background: var(--lime); }
.approach-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.approach-card { padding: clamp(28px, 3vw, 36px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: 0 10px 28px rgba(13, 41, 75, .07); }
.approach-card h3 { margin: 0 0 16px; padding-bottom: 16px; border-bottom: 1px solid var(--line); font-size: 20px; line-height: 1.45; letter-spacing: -.01em; font-weight: 600; }
.approach-card p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.9; }
.flow-list {
  margin: 0;
  padding: clamp(32px, 4vw, 48px) clamp(24px, 3.2vw, 40px) clamp(32px, 3.8vw, 44px);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
  border: 1px solid var(--line);
  border-top: 2px solid var(--lime);
  border-radius: var(--radius-lg);
  background: #fff;
}
.flow-item {
  min-width: 0;
  padding: 0 28px 0 0;
  display: grid;
  align-content: start;
}
.flow-item:last-child { padding-right: 0; }
.flow-item__index {
  display: block;
  margin-bottom: 18px;
  color: var(--blue);
  font-size: clamp(26px, 2.4vw, 32px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: .08em;
  font-variant-numeric: tabular-nums;
}
.flow-item__track {
  position: relative;
  height: 10px;
  margin: 0 0 22px;
}
.flow-item__track::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  border: 1.5px solid var(--blue);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 6px #fff;
}
.flow-item:last-child .flow-item__track::before {
  border-color: var(--blue);
  background: var(--blue);
  box-shadow: 0 0 0 6px #fff, 0 8px 18px rgba(0, 141, 204, .2);
}
.flow-item:not(:last-child) .flow-item__track::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 10px;
  width: calc(100% + 28px);
  height: 1px;
  background: linear-gradient(90deg, var(--lime), rgba(0, 141, 204, .28));
}
.flow-item__body { min-width: 0; }
.flow-item h3 { margin: 0 0 10px; font-size: 18px; line-height: 1.45; letter-spacing: -.01em; font-weight: 600; }
.flow-item p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.85; }
.flow-list--six { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.flow-list--six .flow-item { padding-right: 18px; }
.flow-list--six .flow-item:not(:last-child) .flow-item__track::after { width: calc(100% + 18px); }
.flow-list--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.flow-list--four .flow-item { padding-right: 22px; }
.flow-list--four .flow-item:not(:last-child) .flow-item__track::after { width: calc(100% + 22px); }
.case-feature { display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; }
.case-feature__image { min-height: 430px; padding: 20px; display: grid; place-items: center; background: var(--surface); }
.case-feature__image img { width: 100%; height: auto; object-fit: contain; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: 0 10px 28px rgba(13, 41, 75, .07); }
.case-feature__body { padding: clamp(34px, 5vw, 64px); }
.case-studies-page .page-section .page-shell { width: 100%; max-width: 1280px; }
.case-studies-page .case-study-list { display: grid; gap: 28px; }
.case-studies-page .case-feature { position: relative; grid-template-columns: repeat(2,minmax(0,1fr)); color: inherit; cursor: pointer; transition: border-color .2s ease, box-shadow .2s ease, transform .2s var(--ease); }
.case-studies-page .page-section { padding: clamp(48px,5vw,72px) var(--pad) clamp(64px,7vw,92px); }
.case-studies-page .case-studies-heading + .page-section { padding-top: 0; }
.case-studies-page .case-feature__image { min-height: 0; padding: 16px; background: var(--surface); }
.case-studies-page .case-feature__body { padding: 28px; }
.case-studies-page .case-feature:focus-visible { border-color: rgba(0, 143, 215, .6); outline-offset: 3px; box-shadow: 0 14px 34px rgba(13, 41, 75, .1); transform: translateY(-2px); }
.case-company-name { margin: 0 0 16px; color: var(--blue); font-size: 16px; font-weight: 600; letter-spacing: .04em; }
.case-feature__body h1, .case-feature__body h2 { margin: 20px 0 24px; font-size: clamp(24px, 2.4vw, 32px); line-height: 1.42; letter-spacing: -.015em; }
.case-studies-page .case-company-name { margin-bottom: 12px; }
.case-studies-page .case-feature__body h2 { margin: 10px 0 14px; font-size: clamp(22px,2vw,28px); line-height: 1.35; }
.case-feature__body p { color: var(--muted); font-size: 18px; line-height: 1.9; }
.case-studies-page .case-feature__body > p:not(.case-company-name) { margin: 0; font-size: 16px; line-height: 1.75; }
.case-meta { margin-top: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.case-studies-page .case-meta { margin-top: 18px; gap: 8px 18px; }
.case-studies-page .inline-link { margin-top: 16px; padding-block: 6px; }
.case-meta div { padding-top: 15px; border-top: 1px solid var(--line); }
.case-studies-page .case-meta div { padding-top: 10px; }
.case-meta dt { color: #8791a3; font-size: 16px; }
.case-meta dd { margin: 7px 0 0; font-size: 16px; line-height: 1.6; }
.case-studies-page .case-meta dd { margin-top: 4px; }
.inline-link { margin-top: 34px; display: inline-flex; align-items: center; gap: 10px; color: var(--blue); padding: 8px 0; font-size: 16px; font-weight: 600; transition: color .2s ease, transform .2s var(--ease); }
a.inline-link:hover, a.inline-link:focus-visible { color: #006eaa; transform: translateX(2px); }
.case-article { max-width: 880px; margin: 0 auto; }
.case-article h2 { margin: 0 0 18px; color: var(--navy); font-size: 20px; line-height: 1.85; letter-spacing: -.01em; font-weight: 600; }
.case-article p { margin: 0 0 22px; color: var(--muted); font-size: 18px; line-height: 2; }
.case-article__image { margin: 54px 0; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); }
.case-article__image img,
.case-article__image video { display: block; width: 100%; height: auto; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: 0 10px 28px rgba(13, 41, 75, .07); }
.profile-grid { display: grid; grid-template-columns: minmax(300px, .78fr) 1.22fr; gap: clamp(42px, 7vw, 96px); align-items: start; }
.profile-grid__image { overflow: hidden; border-radius: var(--radius-lg); background: var(--surface); }
.profile-grid__image img { width: 100%; height: auto; }
.profile-grid__copy h1, .profile-grid__copy h2 { margin: 0 0 26px; font-size: clamp(32px, 3.2vw, 40px); line-height: 1.4; }
.profile-grid__copy p { margin: 0 0 20px; color: var(--muted); font-size: 18px; line-height: 2; }
.profile-name { margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 16px; }
.profile-name strong { margin-left: 16px; font-size: 20px; }
.company-table { width: 100%; border-collapse: collapse; }
.company-table th, .company-table td { padding: 24px 0; border-bottom: 1px solid var(--line); text-align: left; font-size: 18px; line-height: 1.8; }
.company-table th { width: 210px; color: #8791a3; font-weight: 500; }
.news-page-section { padding: clamp(42px, 5vw, 72px) var(--pad) clamp(80px, 9vw, 132px); background: white; }
.news-page-heading { margin-bottom: clamp(34px, 4vw, 52px); display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.news-page-heading h1, .case-studies-heading h1, .service-page-heading h1, .support-page-heading h1 { margin: 0; font-size: clamp(36px, 4.2vw, 52px); line-height: 1.4; letter-spacing: -.01em; font-weight: 700; }
.business-page .news-page-section { padding-bottom: 0; }
.business-page .news-page-heading { margin-bottom: clamp(20px, 2.4vw, 32px); }
.business-page .page-section { padding: clamp(48px, 5vw, 72px) var(--pad); }
.business-page .page-section__heading { margin-bottom: 28px; }
.business-page .page-contact { padding: 0 var(--pad); }
.business-page .page-contact .contact__inner {
  margin: 0 auto;
  padding: clamp(64px, 7vw, 88px) 0;
  grid-template-columns: minmax(0, max-content) auto;
  justify-content: center;
  align-items: center;
  gap: clamp(24px, 3vw, 36px);
  border: 0;
  border-radius: 0;
  background: transparent;
}
.business-page .page-contact h2 {
  max-width: 690px;
  margin-top: 0;
  font-size: clamp(32px, 3.2vw, 40px);
  line-height: 1.55;
}
.business-page .page-contact .contact__copy,
.service-page .page-contact .contact__copy,
.support-page .page-contact .contact__copy { max-width: 690px; }
.page-contact .contact__lead { margin: 14px 0 0; color: var(--muted); font-size: 18px; line-height: 1.85; }
.service-page .page-contact,
.support-page .page-contact { padding: 0 var(--pad); }
.service-page .page-contact .contact__inner,
.support-page .page-contact .contact__inner {
  margin: 0 auto;
  padding: clamp(64px, 7vw, 88px) 0;
  grid-template-columns: minmax(0, max-content) auto;
  justify-content: center;
  align-items: center;
  gap: clamp(24px, 3vw, 36px);
  border: 0;
  border-radius: 0;
  background: transparent;
}
.service-page .page-contact h2,
.support-page .page-contact h2 {
  max-width: 690px;
  margin-top: 0;
  font-size: clamp(32px, 3.2vw, 40px);
  line-height: 1.45;
}
.news-page-heading p { max-width: none; margin: 0 0 7px; color: var(--muted); font-size: 18px; line-height: 1.8; letter-spacing: .02em; }
@media (min-width: 960px) {
  .news-page-heading p { white-space: nowrap; }
}
.news-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: clamp(34px,4vw,54px) clamp(24px,4vw,48px); align-items: start; }
.news-entry { scroll-margin-top: 100px; min-width: 0; background: white; }
.news-entry__toggle { width: 100%; padding: 0; display: grid; align-content: start; gap: 0; color: var(--navy); border: 0; background: transparent; text-align: left; cursor: pointer; transition: color .2s ease, transform .25s var(--ease); }
.news-entry__thumbnail { width: 100%; aspect-ratio: 16 / 9; display: grid; place-items: center; overflow: hidden; border-radius: 2px; background: #f4f7fb; }
.news-entry__thumbnail > img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s var(--ease); }
.news-entry__thumbnail .alliance-visual { height: 100%; padding: 26px; }
.news-entry__thumbnail .alliance-visual img { height: auto; object-fit: contain; }
.news-entry__thumbnail--placeholder { grid-template-columns: auto auto; align-content: center; justify-content: center; gap: 12px; color: #4791e0; background: linear-gradient(135deg,#eef8fd,#fff); }
.news-entry__thumbnail--placeholder img { width: 62px; height: 62px; object-fit: contain; }
.news-entry__thumbnail--placeholder span { font-size: 28px; font-weight: 600; letter-spacing: .14em; }
.news-entry__toggle-copy { min-height: 126px; padding: 18px 2px 24px; display: grid; align-content: start; gap: 10px; border-bottom: 1px solid var(--line); }
.news-entry__toggle time { color: #778398; font-size: 16px; font-weight: 500; letter-spacing: .05em; }
.news-entry__toggle .news-entry__title { font-size: 20px; font-weight: 600; line-height: 1.65; letter-spacing: -.01em; text-wrap: pretty; }
.news-entry__toggle:hover, .news-entry__toggle:focus-visible { color: var(--blue); }
.news-entry__toggle:hover .news-entry__thumbnail > img, .news-entry__toggle:focus-visible .news-entry__thumbnail > img { transform: scale(1.025); }
.news-entry__image { min-height: 260px; aspect-ratio: 16 / 9; padding: 22px; display: grid; place-items: center; overflow: hidden; background: #f4f7fb; }
.news-entry__image img { width: 100%; height: 100%; max-height: 330px; object-fit: contain; }
.news-entry__body { padding: clamp(30px, 5vw, 54px); }
.news-entry__body time { color: var(--blue); font-size: 16px; font-weight: 700; letter-spacing: .06em; }
.news-entry__body h2 { margin: 18px 0; font-size: clamp(22px, 3vw, 36px); line-height: 1.5; letter-spacing: -.01em; }
.news-entry__body p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.9; }
.news-page .news-entry__image, .news-page .news-entry__body { cursor: pointer; }
.news-entry__placeholder { grid-template-columns: auto auto; align-content: center; justify-content: center; gap: 14px; color: #4791e0; background: linear-gradient(135deg, #eef8fd, #fff); }
.news-entry__placeholder img { width: clamp(48px, 6vw, 76px); height: clamp(48px, 6vw, 76px); object-fit: contain; transform: translateY(8%); }
.news-entry__placeholder span { font-size: clamp(22px, 3vw, 36px); font-weight: 600; letter-spacing: .14em; }
.news-entry__detail { grid-column: 1 / -1; }
.news-entry__detail summary { padding: 19px clamp(24px, 4vw, 48px); display: flex; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; color: var(--blue); font-size: 16px; font-weight: 700; }
.js .news-entry__detail summary { display: none; }
.news-entry__detail summary::-webkit-details-marker { display: none; }
.news-entry__detail summary::after { content: "+"; font-size: 20px; font-weight: 400; line-height: 1; }
.news-entry__detail[open] summary::after { content: "−"; }
.news-entry__detail-body { padding: 28px clamp(24px, 4vw, 48px) 42px; border-top: 1px solid var(--line); background: #fbfdff; }
.news-entry__detail-body p { max-width: 880px; margin: 0 0 16px; color: var(--muted); font-size: 18px; line-height: 2; }
.news-entry__detail-body h3 { margin: 32px 0 18px; font-size: 20px; }
.news-entry__detail-body a { display: inline-flex; margin-top: 10px; color: var(--blue); font-size: 16px; font-weight: 600; }
.news-entry__detail-body dl { max-width: 760px; margin: 0; border-top: 1px solid var(--line); }
.news-entry__detail-body dl div { padding: 14px 0; display: grid; grid-template-columns: 110px 1fr; gap: 20px; border-bottom: 1px solid var(--line); }
.news-entry__detail-body dt { color: #8791a3; font-size: 16px; }
.news-entry__detail-body dd { margin: 0; font-size: 16px; line-height: 1.8; }
.news-entry__image, .news-entry__body, .news-entry__detail { display: none; }
.news-modal { width: 100%; max-width: none; height: 100%; max-height: none; margin: 0; padding: 0; overflow-y: auto; color: var(--navy); border: 0; background: white; }
.news-modal::backdrop { background: rgba(17,26,40,.35); }
.news-modal__header { min-height: 70px; padding: 0 var(--pad); position: sticky; top: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(14px); }
.news-modal__header span { color: var(--blue); font-size: 16px; font-weight: 700; letter-spacing: .12em; }
.news-modal__close { padding: 10px 0; color: var(--navy); border: 0; background: transparent; font-size: 16px; font-weight: 600; cursor: pointer; }
.news-modal__content { width: min(100%,760px); margin: 0 auto; padding: 34px var(--pad) 80px; }
.news-modal__image { width: 100%; margin-bottom: 30px; padding: 16px; display: grid; place-items: center; overflow: visible; border-radius: var(--radius-md); background: #f4f7fb; }
.news-modal__image img { width: 100%; height: auto; object-fit: contain; }
.news-modal__image .alliance-visual { padding: clamp(36px,6vw,70px) 30px; }
.news-modal__content time { color: var(--blue); font-size: 16px; font-weight: 700; letter-spacing: .05em; }
.news-modal__content h2 { margin: 13px 0 20px; font-size: clamp(24px, 4vw, 36px); line-height: 1.5; letter-spacing: -.01em; text-wrap: wrap; word-break: normal; }
.news-modal__lead { margin: 0 0 30px; color: var(--muted); font-size: 18px; line-height: 1.9; word-break: normal; text-wrap: wrap; }
.news-modal__detail { padding-top: 28px; border-top: 1px solid var(--line); }
.news-modal__detail p { margin: 0 0 18px; color: var(--muted); font-size: 18px; line-height: 2; word-break: normal; text-wrap: wrap; }
.news-modal__detail h3 { margin: 32px 0 18px; font-size: 20px; }
.news-modal__detail a { display: inline-flex; margin-top: 10px; color: var(--blue); font-size: 16px; font-weight: 600; }
.news-modal__detail dl { margin: 0; border-top: 1px solid var(--line); }
.news-modal__detail dl div { padding: 14px 0; display: grid; grid-template-columns: 100px 1fr; gap: 16px; border-bottom: 1px solid var(--line); }
.news-modal__detail dt { color: #8791a3; font-size: 16px; }
.news-modal__detail dd { margin: 0; font-size: 16px; line-height: 1.8; }
.news-modal__detail dd a { margin-top: 0; overflow-wrap: anywhere; }
body.news-modal-open { overflow: hidden; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 29px 54px 29px 0; position: relative; cursor: pointer; list-style: none; font-size: 20px; font-weight: 600; line-height: 1.6; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before, .faq-list summary::after { content: ""; position: absolute; right: 12px; top: 50%; width: 18px; height: 1px; background: var(--blue); }
.faq-list summary::after { transform: rotate(90deg); transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(0); }
.faq-answer { max-width: 850px; padding: 0 54px 30px 0; color: var(--muted); font-size: 18px; line-height: 2; }
.legal { max-width: 850px; }
.legal section { padding: 36px 0; border-bottom: 1px solid var(--line); }
.support-page .legal > section:first-child { padding-top: 0; }
.legal h2 { margin: 0 0 18px; font-size: 20px; }
.legal p, .legal li { color: var(--muted); font-size: 18px; line-height: 2; }
.legal ul { margin: 0; padding-left: 1.4em; }
.page-contact { padding: 0 var(--pad) clamp(80px, 9vw, 132px); background: white; }
.page-contact.page-contact--plain { position: relative; background: var(--blue-soft); }
.page-contact.page-contact--plain::before { content: ""; position: absolute; top: 0; left: 50%; z-index: 1; width: min(140px, 20vw); height: 3px; background: linear-gradient(90deg, var(--blue), var(--lime)); transform: translateX(-50%); }
.page-contact .contact__inner { width: min(100%, 1200px); }
.page-contact--plain h2 { margin-top: 0; }
.page-contact h2.page-contact__two-line { font-size: clamp(24px, 2.4vw, 36px); }
.page-contact__two-line > span { white-space: nowrap; }
.photo-hero { min-height: 650px; padding-top: 84px; position: relative; overflow: hidden; display: flex; align-items: center; }
.photo-hero > img { position: absolute; inset: 84px 0 0; width: 100%; height: calc(100% - 84px); object-fit: cover; object-position: center; }
.photo-hero::after { content: ""; position: absolute; inset: 84px 0 0; background: linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 30%,rgba(255,255,255,.18) 62%,rgba(255,255,255,0) 100%); }
.photo-hero__copy { width: min(100%,1200px); margin: 0 auto; padding: 70px var(--pad); position: relative; z-index: 2; }
.photo-hero__copy h1 { max-width: 800px; margin: 0; font-size: clamp(36px,4.2vw,52px); line-height: 1.4; letter-spacing: -.01em; }
.photo-hero__copy > p:last-child { max-width: 620px; margin: 28px 0 0; color: var(--muted); font-size: 18px; line-height: 2; }
.knowledge-usecases { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.knowledge-usecases span { padding: 30px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 18px; }
.knowledge-usecases span:nth-child(3n+1) { border-left: 1px solid var(--line); }

@media (max-width: 820px) {
  .inner-page main { padding-top: 70px; }
  .page-section__heading { grid-template-columns: 1fr; gap: 12px; }
  .page-section__heading--statement h2 { font-size: 22px; line-height: 1.75; letter-spacing: -.01em; }
  .page-section__intro { margin-left: 0; }
  .detail-grid, .case-feature, .profile-grid, .news-entry { grid-template-columns: 1fr; }
  .case-studies-page .case-feature { grid-template-columns: 1fr; }
  .news-list { grid-template-columns: 1fr; }
  .approach-grid, .service-icon-grid, .process-grid, .compare-grid, .bell-gallery, .knowledge-gallery, .bell-split, .pricing-grid { grid-template-columns: 1fr; }
  .industry-grid { grid-template-columns: 1fr 1fr; }
  .knowledge-cta { grid-template-columns: 1fr; gap: 18px; }
  .flow-list { grid-template-columns: 1fr; padding: 28px 22px 10px; }
  .flow-item { grid-template-columns: 10px minmax(0, 1fr); align-items: start; column-gap: 20px; padding: 0 0 28px; }
  .flow-item:last-child { padding: 0 0 16px; }
  .flow-list--six .flow-item,
  .flow-list--four .flow-item { padding-right: 0; }
  .flow-list--six .flow-item:not(:last-child) .flow-item__track::after,
  .flow-list--four .flow-item:not(:last-child) .flow-item__track::after { width: 1px; }
  .flow-item__index { grid-column: 2; margin-bottom: 8px; font-size: 24px; }
  .flow-item__track { grid-column: 1; grid-row: 1 / 3; height: auto; align-self: stretch; margin: 8px 0 0; }
  .flow-item__body { grid-column: 2; }
  .flow-item:not(:last-child) .flow-item__track::after {
    top: 10px;
    left: 4px;
    width: 1px;
    height: calc(100% + 28px);
    background: linear-gradient(180deg, var(--lime), rgba(0, 141, 204, .22));
  }
  .flow-item h3 { margin-bottom: 8px; font-size: 18px; }
  .case-feature__image { min-height: 320px; }
  .profile-grid__image { max-width: 520px; }
  .photo-hero { min-height: 720px; align-items: flex-start; }
  .photo-hero > img { inset: 70px 0 0; height: calc(100% - 70px); object-position: 66% center; }
  .photo-hero::after { inset: 70px 0 0; background: linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.85) 40%,rgba(255,255,255,.05) 75%); }
  .photo-hero__copy { padding-top: 80px; }
  .knowledge-usecases { grid-template-columns: 1fr 1fr; }
  .knowledge-usecases span:nth-child(3n+1) { border-left: 0; }
  .knowledge-usecases span:nth-child(odd) { border-left: 1px solid var(--line); }
  .page-contact h2.page-contact__two-line { font-size: clamp(20px, 4.8vw, 32px); }
  .business-page .page-contact .contact__inner,
  .service-page .page-contact .contact__inner,
  .support-page .page-contact .contact__inner { grid-template-columns: 1fr; justify-items: center; gap: 30px; }
  .business-page .page-contact h2,
  .service-page .page-contact h2,
  .support-page .page-contact h2,
  .business-page .page-contact .contact__lead,
  .service-page .page-contact .contact__lead,
  .support-page .page-contact .contact__lead { text-align: center; }
}

@media (max-width: 560px) {
  .page-hero h1 { font-size: 32px; }
  .case-title-break { display: none; }
  .case-studies-page .page-section { padding-top: 32px; padding-bottom: 56px; }
  .case-studies-page .case-feature__image { min-height: 0; padding: 12px; }
  .case-studies-page .case-feature__body { padding: 28px 30px 30px; }
  .case-studies-page .case-feature__body h2 { font-size: 24px; line-height: 1.38; }
  .detail-grid { grid-template-columns: 1fr; }
  .detail-card { min-height: 0; }
  .flow-item { column-gap: 16px; padding-bottom: 26px; }
  .company-table th, .company-table td { display: block; width: 100%; }
  .company-table th { padding-bottom: 4px; border-bottom: 0; }
  .company-table td { padding-top: 0; }
  .news-entry__image { min-height: 230px; }
  .case-meta { grid-template-columns: 1fr; }
  .knowledge-usecases { grid-template-columns: 1fr; }
  .knowledge-usecases span, .knowledge-usecases span:nth-child(odd) { border-left: 1px solid var(--line); }
  .business-page .page-contact .contact__inner,
  .service-page .page-contact .contact__inner,
  .support-page .page-contact .contact__inner { gap: 28px; padding: 48px 0; border-radius: 0; }
  .business-page .page-contact h2,
  .service-page .page-contact h2,
  .support-page .page-contact h2 { font-size: clamp(28px, 7vw, 36px); }
}

/* 企業情報 */
.company-page section[id] { scroll-margin-top: 84px; }
.company-section-label { margin: 0 0 22px; color: var(--blue); font-size: 20px; font-weight: 700; letter-spacing: .08em; }
.case-studies-heading, .service-page-heading, .support-page-heading { padding: clamp(42px, 5vw, 72px) var(--pad) clamp(34px, 4vw, 52px); background: white; }
.service-page-heading + .page-section, .support-page-heading + .page-section { padding-top: clamp(48px, 5vw, 72px); }
.company-page .page-section { padding: clamp(48px, 5vw, 72px) var(--pad); }
.support-page .page-section { padding: clamp(48px, 5vw, 72px) var(--pad); }
.service-page-heading { padding-bottom: clamp(20px, 2.4vw, 32px); }
.service-page-heading .page-shell { container-type: inline-size; }
.service-page-heading h1.service-heading--long { font-size: clamp(22px, 6.6cqi, 52px); letter-spacing: -.03em; text-wrap: unset; }
.service-page-heading + .page-section { padding-top: 0; }
.service-page .page-section { padding: clamp(48px, 5vw, 72px) var(--pad); }
.service-page .page-section__heading { margin-bottom: 28px; }
.service-page section[id] { scroll-margin-top: 84px; }
.pict { width: 48px; height: 48px; margin: 0 0 16px; display: grid; place-items: center; background: transparent; color: var(--blue); }
.pict svg { width: 48px; height: 48px; fill: none; stroke: currentColor; }
.pict img { width: 48px; height: 48px; object-fit: contain; display: block; }
.pict--sm { width: 56px; height: 56px; margin: 0; }
.pict--sm svg { width: 56px; height: 56px; }
.pict--sm img { width: 56px; height: 56px; }
.service-icon-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-icon-card { min-height: 0; padding: 26px 24px 24px; display: grid; grid-template-columns: 48px 1fr; column-gap: 14px; row-gap: 12px; align-items: start; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: 0 10px 28px rgba(13, 41, 75, .07); }
.service-icon-card h3 { margin: 0; grid-column: 2; align-self: center; font-size: 20px; line-height: 1.45; letter-spacing: -.01em; font-weight: 600; }
.service-icon-card p { margin: 0; grid-column: 1 / -1; color: var(--muted); font-size: 18px; line-height: 1.85; }
.service-icon-card .pict { margin: 0; grid-column: 1; }
.service-icon-card__metric { display: block; grid-column: 1 / -1; margin-top: 2px; color: var(--blue); font-size: 16px; font-weight: 700; letter-spacing: .02em; }
.industry-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.industry-chip { min-height: 148px; padding: 18px 16px 22px; display: flex; flex-direction: column; align-items: center; gap: 16px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: 0 10px 28px rgba(13, 41, 75, .07); font-size: 18px; font-weight: 600; text-align: center; }
.industry-chip .pict { order: 2; margin: 0; flex: 0 0 56px; }
.process-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; list-style: none; }
.process-card { padding: 26px 24px 24px; display: grid; grid-template-columns: 48px 1fr; column-gap: 14px; row-gap: 12px; align-items: start; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: 0 10px 28px rgba(13, 41, 75, .07); }
.process-card .pict { margin: 0; grid-column: 1; }
.process-card h3 { margin: 0; grid-column: 2; align-self: center; font-size: 20px; line-height: 1.45; letter-spacing: -.01em; font-weight: 600; }
.process-card p { margin: 0; grid-column: 1 / -1; color: var(--muted); font-size: 18px; line-height: 1.85; }
.approach-card:has(.pict) { display: grid; grid-template-columns: 48px 1fr; column-gap: 14px; row-gap: 12px; align-items: start; }
.approach-card:has(.pict) .pict { margin: 0; grid-column: 1; }
.approach-card:has(.pict) h3 { grid-column: 2; align-self: center; margin: 0; padding: 0; border-bottom: 0; }
.approach-card:has(.pict) p { grid-column: 1 / -1; }
.detail-grid--three .pict { width: 48px; height: 48px; margin-bottom: 16px; }
.detail-grid--three .pict svg { width: 48px; height: 48px; }
.detail-grid--three .pict img { width: 48px; height: 48px; }
.compare-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.knowledge-cta { padding: clamp(28px, 4vw, 40px); display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: 0 10px 28px rgba(13, 41, 75, .07); }
.knowledge-cta .pict { margin: 0; width: 56px; height: 56px; }
.knowledge-cta .pict svg { width: 56px; height: 56px; }
.knowledge-cta .pict img { width: 56px; height: 56px; }
.knowledge-cta h3 { margin: 0 0 8px; font-size: 24px; line-height: 1.4; }
.knowledge-cta p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.85; }
.knowledge-cta .inline-link { margin-top: 0; }
.bell-shot, .product-shot {
  overflow: hidden;
  margin: 28px 0 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: #f4f7fb;
  box-shadow: 0 10px 28px rgba(13, 41, 75, .07);
}
.bell-shot img, .product-shot img { display: block; width: 100%; height: auto; }
.bell-shot--flush, .product-shot--flush { margin-top: 0; }
.product-shot--compact {
  width: min(100%, 820px);
  margin: 0 auto 28px;
}
.bell-shot--compact {
  width: min(100%, 720px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
}
.bell-split {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 18px;
  align-items: center;
}
.bell-split h3 { margin: 0 0 12px; font-size: 24px; line-height: 1.4; letter-spacing: -.01em; font-weight: 600; }
.bell-split p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.9; }
.bell-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.bell-gallery figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: white;
  box-shadow: 0 10px 28px rgba(13, 41, 75, .07);
}
.bell-gallery img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: top center;
  background: #f4f7fb;
}
.bell-gallery figcaption { padding: 20px 22px 22px; }
.bell-gallery h3 { margin: 0 0 8px; font-size: 20px; line-height: 1.45; letter-spacing: -.01em; font-weight: 600; }
.bell-gallery p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.85; }
.knowledge-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.knowledge-gallery figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: white;
  box-shadow: 0 10px 28px rgba(13, 41, 75, .07);
}
.knowledge-gallery img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  background: #f4f7fb;
}
.knowledge-gallery figcaption { padding: 20px 22px 22px; }
.knowledge-gallery h3 { margin: 0 0 8px; font-size: 20px; line-height: 1.45; letter-spacing: -.01em; font-weight: 600; }
.knowledge-gallery p { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.85; }
.bell-extra-grid { margin-top: 18px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.pricing-card {
  padding: 26px 24px 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: white;
  box-shadow: 0 10px 28px rgba(13, 41, 75, .07);
}
.pricing-card--featured { border-color: var(--navy); }
.pricing-card__badge {
  align-self: flex-start;
  margin: 0 0 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.pricing-card h3 { margin: 0 0 8px; font-size: 20px; line-height: 1.45; letter-spacing: -.01em; font-weight: 600; }
.pricing-card__lead { margin: 0 0 18px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.pricing-card__price { margin: 0 0 18px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.pricing-card__price strong { display: block; font-size: clamp(22px, 2vw, 28px); letter-spacing: -.01em; }
.pricing-card__price span { color: var(--muted); font-size: 16px; }
.pricing-card ul { margin: 0; padding: 0; display: grid; gap: 8px; list-style: none; font-size: 16px; line-height: 1.7; }
.pricing-card li { position: relative; padding-left: 16px; }
.pricing-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lime);
}
.fee-example {
  margin-top: 18px;
  padding: 26px 24px 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: white;
  box-shadow: 0 10px 28px rgba(13, 41, 75, .07);
}
.fee-example h3 { margin: 0 0 8px; font-size: 20px; }
.fee-example > p { margin: 0 0 18px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.fee-example dl { margin: 0; display: grid; gap: 0; }
.fee-example dl div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  font-size: 16px;
}
.fee-example dt { color: var(--muted); }
.fee-example dd { margin: 0; font-weight: 600; }
.fee-example dl div:last-of-type { font-size: 18px; }
.fee-example__note { margin: 16px 0 0; padding-top: 16px; border-top: 1px solid var(--line); }

@media (max-width: 820px) {
  .service-icon-grid, .process-grid, .compare-grid, .bell-gallery, .knowledge-gallery, .bell-split, .pricing-grid { grid-template-columns: 1fr; }
  .industry-grid { grid-template-columns: 1fr 1fr; }
  .knowledge-cta { grid-template-columns: 1fr; gap: 18px; }
  .bell-gallery img { height: 200px; }
  .knowledge-gallery img { height: 200px; }
}

@media (max-width: 560px) {
  .industry-grid { grid-template-columns: 1fr 1fr; }
}

.company-philosophy { display: grid; gap: clamp(40px, 5vw, 64px); }
.company-philosophy-block .company-section-label { margin-bottom: 18px; }
.company-philosophy-statement {
  margin: 0;
  color: var(--navy);
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-size: clamp(26px, 2.6vw, 32px);
  line-height: 1.7;
  letter-spacing: .08em;
  font-weight: 700;
}
.company-philosophy-copy { margin-top: 28px; }
.company-philosophy-copy p { margin: 0 0 20px; color: var(--muted); font-size: 18px; line-height: 2; }
.company-philosophy-copy p:last-child { margin-bottom: 0; }
.company-philosophy-block + .company-philosophy-block { padding-top: clamp(32px, 4vw, 48px); border-top: 1px solid var(--line); }

.company-message-media { display: grid; gap: 24px; align-content: start; position: sticky; top: 110px; }
.company-message .company-profile-heading { position: static; }
.company-message .profile-grid__image { max-height: 670px; }
.company-message .profile-grid__image img { width: 100%; height: 100%; object-fit: cover; }
.company-message .profile-grid__copy { padding-top: calc(clamp(32px, 3.2vw, 40px) * 1.42 + 24px); }
.company-message .profile-grid__copy .company-section-label { margin-bottom: 22px; }
.company-profile-heading h1, .company-profile-heading h2 { margin: 0; font-size: clamp(32px, 3.2vw, 40px); line-height: 1.42; letter-spacing: -.01em; font-weight: 600; }
.company-profile-layout { display: grid; grid-template-columns: minmax(250px, .65fr) minmax(0, 1.35fr); gap: clamp(44px, 8vw, 120px); align-items: start; }
.company-profile-heading { position: sticky; top: 110px; }
.company-profile-layout .company-table tr:first-child th, .company-profile-layout .company-table tr:first-child td { border-top: 1px solid var(--line); }
.company-profile-layout .company-table a { color: var(--blue); text-decoration: underline; text-underline-offset: 4px; }
.company-trust-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 18px; }
.company-trust-card { min-height: 280px; padding: clamp(30px, 4vw, 48px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }
.company-trust-card h3 { margin: 0 0 32px; padding-bottom: 20px; border-bottom: 1px solid var(--line); font-size: 20px; }
.company-trust-card ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px 24px; list-style: none; }
.company-trust-card:first-child ul { grid-template-columns: 1fr; }
.company-trust-card li { position: relative; padding-left: 16px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.company-trust-card li::before { content: ""; width: 5px; height: 5px; position: absolute; left: 0; top: .72em; border-radius: 50%; background: var(--blue); }

@media (max-width: 900px) {
  .company-profile-layout { grid-template-columns: 1fr; }
  .company-profile-heading { position: static; }
  .company-message-media { position: static; }
  .company-message .profile-grid__copy { padding-top: 0; }
}

@media (max-width: 700px) {
  .case-detail-heading { padding-top: 22px; padding-bottom: 0; }
  .case-detail-heading__inner { gap: 8px; }
  .case-detail-heading h1 { font-size: 26px; }
  .case-detail-heading + .page-section { padding-top: 24px; }
  .case-article h2 { font-size: 18px; }
  .case-article p { font-size: 18px; }
  .news-page-section { padding-top: 22px; }
  .news-page-heading { margin-bottom: 24px; display: block; }
  .news-page-heading h1, .case-studies-heading h1, .service-page-heading h1, .support-page-heading h1 { font-size: 32px; }
  .service-page-heading h1.service-heading--long { font-size: clamp(22px, 6.6cqi, 30px); }
  .news-page-heading p { margin-top: 10px; font-size: 16px; white-space: normal; }
  .news-list { gap: 0; border-top: 1px solid var(--line); }
  .news-entry { padding: 0; display: block; border: 0; border-bottom: 1px solid var(--line); background: transparent; }
  .news-entry__toggle { padding: 16px 0; grid-template-columns: clamp(96px,30vw,124px) 1fr; align-items: center; gap: 16px; }
  .news-entry__thumbnail { aspect-ratio: 1; }
  .news-entry__thumbnail .alliance-visual { padding: 6px; grid-template-columns: 1fr; grid-template-rows: auto auto auto; align-content: center; gap: 2px; }
  .news-entry__thumbnail .alliance-visual__crea { gap: 4px; }
  .news-entry__thumbnail .alliance-visual__crea-logo { width: 16px; }
  .news-entry__thumbnail .alliance-visual strong { font-size: 16px; }
  .news-entry__thumbnail .alliance-visual img { max-width: 44px; }
  .news-entry__thumbnail .alliance-visual > img { max-width: 56px; }
  .news-entry__thumbnail--placeholder { grid-template-columns: 1fr; gap: 2px; }
  .news-entry__thumbnail--placeholder img { width: 38px; height: 38px; }
  .news-entry__thumbnail--placeholder span { font-size: 16px; }
  .news-entry__toggle-copy { min-height: 0; padding: 0; align-content: center; gap: 8px; border-bottom: 0; }
  .news-entry__toggle .news-entry__title { font-size: 16px; line-height: 1.5; }
  .case-studies-heading, .service-page-heading, .support-page-heading { padding-top: 22px; padding-bottom: 24px; }
  .company-page .page-section:first-of-type { padding-top: 22px; }
  .company-profile-layout .company-table tr:first-child td { border-top: 0; }
  .company-trust-grid { grid-template-columns: 1fr; }
  .company-trust-card ul { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .company-profile-layout .company-table th, .company-profile-layout .company-table td { padding-left: 0; padding-right: 0; }
}
