/* VUF 4 — warm paper, precise typography, a single blue accent. */
:root {
  --v-ink:#202321;
  --v-muted:#626964;
  --v-paper:#fafbf9;
  --v-white:#fff;
  --v-line:#dfe4df;
  --v-soft:#f0f3ef;
  --v-blue:#0867ae;
  --v-blue-hover:#07558f;
  --v-wash:#e4f1fb;
  --font-sans:'Noto Sans JP',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --font-serif:var(--font-sans);
  --font-display:var(--font-sans);
  --navy:var(--v-ink);
  --navy-dark:#181d1c;
  --navy-light:#2b3532;
  --gold:var(--v-blue);
  --gold-dark:var(--v-blue);
  --gold-light:#aed4ef;
  --gray-700:var(--v-muted);
  --max-width:1200px;
}

html {
  scroll-padding-top:100px;
}

body.v-site {
  background:var(--v-paper);
  color:var(--v-ink);
  font:400 15px/1.9 var(--font-sans);
  letter-spacing:0;
  overflow-x:clip;
}

body.v-site * {
  box-sizing:border-box;
}

body.v-site button,body.v-site input,body.v-site select,body.v-site textarea {
  font:inherit;
}

body.v-site a,body.v-site button {
  touch-action:manipulation;
}

body.v-site a {
  transition:color .18s,background .18s,border-color .18s,transform .18s;
}

body.v-site :focus-visible {
  outline:3px solid var(--v-blue);
  outline-offset:5px;
}

body.v-site [hidden] {
  display:none!important;
}

body.v-site h1,body.v-site h2,body.v-site h3,body.v-site h4 {
  font-family:var(--font-sans);
  font-weight:500;
  letter-spacing:-.035em;
  line-height:1.5;
}

:where(body.v-site) h2 {
  font-size:clamp(27px,3vw,38px);
}

:where(body.v-site) h3 {
  font-size:23px;
}

body.v-site p {
  overflow-wrap:anywhere;
}

body.v-site main {
  min-height:45vh;
}

body.v-site main:focus {
  outline:none;
}

body.v-site .animate-on-scroll {
  opacity:1;
  transform:none;
  animation:none;
}

body.v-site .v-wrap {
  width:min(1200px,calc(100% - 96px));
  margin-inline:auto;
}

body.v-site .v-section {
  padding-block:100px;
}

body.v-site .v-section--first {
  padding-top:20px;
}

body.v-site .v-eyebrow {
  font-family:Arial,var(--font-sans);
  font-size:11px;
  line-height:1.5;
  letter-spacing:.14em;
  font-weight:600;
  color:var(--v-muted);
  margin-bottom:20px;
}

body.v-site .v-caption {
  font-size:11px;
  line-height:1.9;
  color:var(--v-muted);
}

.v-dot {
  display:inline-block;
  width:7px;
  height:7px;
  background:var(--v-blue);
  border-radius:50%;
  flex-shrink:0;
}

.v-eyebrow .v-dot {
  margin-right:8px;
}

.v-skip {
  position:fixed;
  top:-100px;
  left:20px;
  background:white;
  padding:12px 20px;
  z-index:1000;
}

.v-skip:focus {
  top:10px;
}

.v-header {
  position:sticky;
  top:0;
  z-index:100;
  background:var(--v-paper);
  border-bottom:1px solid var(--v-line);
}

.v-header__inner {
  height:86px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.v-brand {
  display:inline-flex;
  align-items:center;
  gap:10px;
  flex-shrink:0;
}

.v-nav {
  display:flex;
  align-items:center;
  gap:26px;
}

.v-nav>a {
  font-size:12px;
  font-weight:500;
  white-space:nowrap;
}

.v-nav>a:hover,.v-nav>a[aria-current] {
  color:var(--v-blue);
}

body.v-site .v-button {
  display:inline-flex;
  gap:25px;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:13px 24px;
  border-radius:999px;
  border:1px solid var(--v-line);
  font-size:13px;
  font-weight:500;
  line-height:1.6;
  text-decoration:none;
  cursor:pointer;
  white-space:normal;
}

body.v-site .v-button--primary {
  background:var(--v-blue);
  border-color:var(--v-blue);
  color:#fff;
}

body.v-site .v-button--primary:hover {
  background:var(--v-blue-hover);
  border-color:var(--v-blue-hover);
  transform:translateY(-2px);
}

body.v-site .v-button:disabled {
  opacity:.6;
  cursor:wait;
  transform:none;
}

.v-button>span[aria-hidden] {
  font-size:19px;
  font-family:Arial;
  font-weight:400;
}

.v-nav .v-nav__cta {
  min-height:42px;
  padding:10px 19px;
  gap:17px;
  font-size:12px;
}

.v-menu-toggle {
  display:none;
}

.v-actions {
  display:flex;
  gap:26px;
  align-items:center;
  flex-wrap:wrap;
  margin:30px 0 17px;
}

.v-text-link {
  font-size:13px;
  font-weight:500;
  display:inline-flex;
  gap:24px;
  align-items:center;
}

.v-text-link:hover {
  color:var(--v-blue);
}

.v-text-link span {
  font-family:Arial;
  font-size:20px;
}

.v-highlight {
  background:var(--v-wash);
  color:var(--v-blue);
  border-radius:10px;
  padding:0 .12em;
  box-decoration-break:clone;
  -webkit-box-decoration-break:clone;
}

.v-text-muted {
  color:#828b84;
}

body.v-site .v-hero {
  display:grid;
  grid-template-columns:1.14fr 1fr;
  gap:70px;
  align-items:center;
  padding-top:82px;
  padding-bottom:95px;
}

.v-hero h1 {
  font-size:clamp(42px,4.6vw,61px);
  font-weight:500;
  line-height:1.5;
  letter-spacing:-.06em;
  margin:0 0 28px;
}

.v-hero__lead {
  font-size:17px;
  font-weight:500;
  margin-bottom:15px;
}

.v-hero__description {
  font-size:13px;
  line-height:2.1;
  color:var(--v-muted);
}

.v-hero .v-caption {
  font-size:10px;
}

.v-workspace {
  position:relative;
  background:white;
  border:1px solid #dce2dc;
  border-radius:18px;
  box-shadow:0 20px 45px -25px #26352e40;
  margin-top:8px;
  margin-bottom:20px;
}

.v-workspace__bar {
  padding:18px 22px;
  display:flex;
  align-items:center;
  gap:10px;
  border-bottom:1px solid var(--v-line);
  font:12px Arial,sans-serif;
}

.v-workspace__bar strong {
  font-weight:500;
}

.v-workspace__symbol {
  width:25px;
  height:25px;
  border:1px solid var(--v-line);
  border-radius:7px;
  display:grid;
  place-items:center;
  font-size:18px;
}

.v-tag {
  display:inline-flex;
  align-items:center;
  padding:5px 10px;
  border:1px solid var(--v-line);
  border-radius:999px;
  background:#fff;
  font-size:10px;
  color:var(--v-muted);
  line-height:1.5;
}

.v-workspace__bar .v-tag {
  margin-left:auto;
  font-size:9px;
}

.v-workspace__body {
  padding:30px;
}

.v-workspace__body .v-eyebrow {
  font-size:9px;
  margin-bottom:10px;
}

.v-workspace__body h2 {
  font-size:27px;
  line-height:1.6;
}

.v-roadmap {
  margin-top:25px;
  display:grid;
  gap:10px;
}

.v-roadmap__step {
  display:flex;
  gap:13px;
  align-items:center;
  border:1px solid var(--v-line);
  border-radius:10px;
  padding:13px 14px;
  background:#fafbf9;
}

.v-roadmap__step>span:first-child {
  border:1px solid var(--v-line);
  border-radius:50%;
  width:25px;
  height:25px;
  display:grid;
  place-items:center;
  font:10px Arial;
  color:var(--v-muted);
  background:white;
  flex-shrink:0;
}

.v-roadmap__step>span:last-child {
  margin-left:auto;
  font:16px Arial;
  color:var(--v-muted);
}

.v-roadmap__step strong {
  display:block;
  font-size:12px;
  font-weight:500;
}

.v-roadmap__step small {
  display:block;
  font-size:9px;
  color:var(--v-muted);
  margin-top:3px;
}

.v-roadmap__step.is-active {
  background:var(--v-wash);
  border-color:#a9cee7;
}

.v-roadmap__step.is-active>span:first-child {
  background:var(--v-blue);
  color:#fff;
  border-color:var(--v-blue);
}

.v-workspace__bottom {
  display:flex;
  align-items:center;
  gap:7px;
  font-size:9px;
  color:var(--v-muted);
  margin-top:22px;
}

.v-person-chip {
  position:absolute;
  bottom:-29px;
  right:25px;
  display:flex;
  align-items:center;
  gap:12px;
  background:white;
  padding:12px 15px;
  border:1px solid var(--v-line);
  border-radius:12px;
  box-shadow:0 8px 18px -12px #26352e55;
  width:270px;
}

.v-person-chip img {
  width:40px;
  height:40px;
  border-radius:50%;
  object-fit:cover;
  object-position:50% 20%;
  background:var(--v-soft);
}

.v-person-chip strong {
  font-size:12px;
  font-weight:500;
  display:block;
}

.v-person-chip small {
  font-size:9px;
  color:var(--v-muted);
  display:block;
}

.v-chip-icon {
  margin-left:auto;
  font-size:22px;
  color:var(--v-blue);
}

.v-proof-strip {
  border-block:1px solid var(--v-line);
}

.v-proof-strip>.v-wrap {
  display:grid;
  grid-template-columns:1fr 1fr 1.3fr 1.1fr;
  align-items:center;
  gap:30px;
  padding-block:26px;
}

.v-proof-strip p {
  font-size:12px;
  color:var(--v-muted);
}

.v-proof-strip strong {
  font:500 23px/1.5 Arial,sans-serif;
  display:block;
  letter-spacing:-.025em;
}

.v-proof-strip strong span {
  font-size:14px;
}

.v-proof-strip div>span {
  display:block;
  font-size:9px;
  color:var(--v-muted);
  margin-top:5px;
}

.v-section-heading {
  display:flex;
  justify-content:space-between;
  gap:35px;
  align-items:flex-end;
  margin-bottom:38px;
}

.v-section-heading>p {
  font-size:13px;
  color:var(--v-muted);
}

.v-records {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}

.v-record {
  border:1px solid var(--v-line);
  border-radius:14px;
  background:#fff;
  padding:30px;
}

.v-record__top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
}

.v-record__top .v-caption {
  font-family:Arial;
  white-space:nowrap;
}

.v-record__market {
  font:500 29px/1.5 Arial,sans-serif;
  letter-spacing:-.04em;
  margin:32px 0 12px;
}

.v-record h3 {
  font-size:18px;
  margin-bottom:10px;
}

.v-record>p:last-child {
  font-size:12px;
  color:var(--v-muted);
}

.v-record__detail {
  margin-top:24px;
  padding-top:20px;
  border-top:1px solid var(--v-line);
}

.v-record__detail h4 {
  font-size:16px;
  margin-bottom:10px;
}

.v-record__detail p {
  font-size:13px;
  color:var(--v-muted);
}

.v-record-note {
  margin-top:20px;
}

.v-tinted {
  background:var(--v-soft);
  border-block:1px solid var(--v-line);
}

.v-situations {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.v-situation {
  display:flex;
  flex-direction:column;
  background:#fff;
  border:1px solid var(--v-line);
  border-radius:13px;
  padding:28px;
}

.v-number {
  font:11px/1.5 Arial,var(--font-sans);
  color:var(--v-muted);
  letter-spacing:.08em;
}

.v-situation h3 {
  margin:25px 0 20px;
  font-size:23px;
  line-height:1.7;
}

.v-situation p {
  font-size:12px;
  color:var(--v-muted);
  line-height:2;
}

.v-situation__link {
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:11px;
  color:var(--v-blue);
  border-top:1px solid var(--v-line);
  padding-top:20px;
  margin-top:28px;
  font-weight:500;
}

.v-situation__link span {
  font:20px Arial;
}

.v-situation[href]:hover {
  border-color:#9fc7e4;
  transform:translateY(-4px);
}

.v-service-section {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:100px;
}

.v-service-intro>p:not(.v-eyebrow) {
  margin:26px 0;
  font-size:13px;
  color:var(--v-muted);
  max-width:315px;
  line-height:2.2;
}

.v-service-list article {
  display:flex;
  gap:20px;
  border-top:1px solid var(--v-line);
  padding:27px 0;
}

.v-service-list article:last-child {
  border-bottom:1px solid var(--v-line);
}

.v-service-list article>span:first-child {
  padding-top:4px;
}

.v-service-list article>span:last-child {
  margin-left:auto;
  font:20px Arial;
  flex-shrink:0;
}

.v-service-list .v-eyebrow {
  font-size:9px;
  margin-bottom:8px;
}

.v-service-list h3 {
  font-size:20px;
  margin-bottom:12px;
}

.v-service-list p:last-child {
  font-size:12px;
  color:var(--v-muted);
}

.v-principal {
  background:#eef1ec;
}

.v-principal__grid {
  display:grid;
  grid-template-columns:.85fr 1fr;
  gap:95px;
  align-items:center;
}

.v-principal__portrait {
  position:relative;
  border-radius:16px;
  background:#e0e6dd;
  overflow:hidden;
  height:460px;
}

.v-principal__portrait img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 20%;
  mix-blend-mode:multiply;
}

.v-principal__portrait>span {
  position:absolute;
  bottom:18px;
  left:22px;
  font:9px Arial;
  letter-spacing:.2em;
  color:#fff;
  text-shadow:0 1px 4px #000;
}

.v-principal__lead {
  font-size:18px;
  line-height:1.8;
  margin:26px 0 18px;
}

.v-principal__grid>div>p:not(.v-eyebrow):not(.v-principal__lead) {
  font-size:13px;
  line-height:2.2;
  color:var(--v-muted);
}

.v-principal__name {
  display:flex;
  align-items:center;
  gap:22px;
  padding:24px 0;
}

.v-principal__name strong {
  font-size:23px;
  font-weight:500;
}

.v-principal__name span {
  font-size:10px;
  color:var(--v-muted);
  line-height:1.8;
}

.v-process {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  list-style:none;
  border-top:1px solid var(--v-line);
  border-bottom:1px solid var(--v-line);
}

.v-process li {
  padding:30px 28px 32px 0;
}

.v-process li+li {
  border-left:1px solid var(--v-line);
  padding-left:28px;
}

.v-process h3 {
  font-size:20px;
  margin:20px 0 14px;
}

.v-process p {
  font-size:12px;
  color:var(--v-muted);
}

.v-consult-note {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-top:25px;
  font-size:12px;
  color:var(--v-muted);
}

.v-faq-section {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:100px;
  border-top:1px solid var(--v-line);
}

.v-faq-section>div>p:last-child {
  font-size:13px;
  color:var(--v-muted);
  margin-top:25px;
}

.v-faq details {
  border-top:1px solid var(--v-line);
}

.v-faq details:last-child {
  border-bottom:1px solid var(--v-line);
}

.v-faq summary {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  cursor:pointer;
  font-size:13px;
  font-weight:500;
  padding:24px 0;
  list-style:none;
}

.v-faq summary::-webkit-details-marker {
  display:none;
}

.v-faq summary span {
  font:22px Arial;
  font-weight:400;
  transition:transform .2s;
}

.v-faq details[open] summary span {
  transform:rotate(45deg);
}

.v-faq details p {
  font-size:13px;
  color:var(--v-muted);
  padding:0 22px 25px 0;
  line-height:2;
}

.v-final {
  background:#e9f3fa;
  border-block:1px solid #d3e3ef;
}

.v-final__inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:50px;
}

.v-final__inner>div>p:last-child {
  font-size:13px;
  color:var(--v-muted);
  margin-top:22px;
}

.v-final__action {
  flex-shrink:0;
  text-align:center;
}

.v-final__action .v-button {
  min-width:270px;
}

.v-final__action p.v-caption {
  font-size:10px!important;
  margin-top:13px!important;
}

.v-footer {
  background:var(--v-paper);
  padding:60px 0 25px;
}

.v-footer__top {
  display:grid;
  grid-template-columns:1.8fr 1fr 1fr;
  gap:55px;
  padding-bottom:55px;
}

.v-footer__top>div>p {
  font-size:12px;
  color:var(--v-muted);
  margin-top:20px;
}

.v-footer nav h2 {
  font:500 12px Arial;
  margin:0 0 22px;
}

.v-footer nav a {
  display:block;
  font-size:11px;
  color:var(--v-muted);
  margin:12px 0;
}

.v-footer a:hover {
  color:var(--v-blue);
}

.v-footer__bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-top:1px solid var(--v-line);
  padding-top:24px;
  gap:20px;
  color:var(--v-muted);
  font:10px Arial,var(--font-sans);
}

.v-footer__bottom>div {
  display:flex;
  gap:24px;
}

.v-mobile-cta,.v-mobile-only {
  display:none;
}

.v-page-intro {
  padding-block:75px 65px;
}

.v-page-intro h1 {
  font-size:clamp(34px,4.3vw,54px);
  line-height:1.6;
}

.v-page-intro>p:not(.v-eyebrow) {
  font-size:14px;
  color:var(--v-muted);
  margin-top:25px;
}

.v-scope-table table {
  width:100%;
  border-collapse:collapse;
  font-size:13px;
  text-align:left;
}

.v-scope-table th,.v-scope-table td {
  padding:25px 22px;
  border-bottom:1px solid var(--v-line);
  vertical-align:top;
}

.v-scope-table thead {
  background:var(--v-soft);
  font-size:11px;
}

.v-scope-table th {
  font-weight:500;
}

.v-scope-table tbody th {
  width:24%;
}

.v-scope-table td {
  width:38%;
  color:var(--v-muted);
}

.v-engagement-copy {
  max-width:480px;
}

.v-engagement-copy h3 {
  font-size:20px;
  margin-bottom:18px;
}

.v-engagement-copy p {
  color:var(--v-muted);
  font-size:13px;
  margin-bottom:20px;
}

body.v-site .v-contact {
  display:grid;
  grid-template-columns:.85fr 1fr;
  gap:100px;
  padding-top:55px;
  padding-bottom:90px;
  align-items:start;
}

.v-back {
  font-size:11px;
  color:var(--v-muted);
  display:inline-block;
  margin-bottom:40px;
}

.v-contact__intro h1 {
  font-size:38px;
  line-height:1.7;
}

.v-contact__intro>p:not(.v-eyebrow) {
  font-size:13px;
  color:var(--v-muted);
  margin-top:20px;
  line-height:2;
}

.v-contact__badges {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:25px 0;
}

.v-contact__person {
  display:flex;
  gap:16px;
  align-items:center;
  margin:35px 0;
}

.v-contact__person img {
  width:62px;
  height:62px;
  border-radius:50%;
  object-fit:cover;
  object-position:50% 20%;
  background:var(--v-soft);
}

.v-contact__person strong {
  font-size:16px;
  font-weight:500;
}

.v-contact__person p {
  font-size:10px;
  color:var(--v-muted);
}

.v-contact__assurance {
  border-top:1px solid var(--v-line);
  padding-top:25px;
}

.v-contact__assurance h2 {
  font-size:16px!important;
}

.v-contact__assurance ul {
  list-style:none;
  margin:16px 0;
}

.v-contact__assurance li {
  font-size:12px;
  margin-bottom:10px;
}

.v-contact__assurance li:before {
  content:'✓';
  color:var(--v-blue);
  margin-right:10px;
}

.v-contact__assurance>p {
  font-size:12px;
  color:var(--v-muted);
  margin:20px 0;
}

.v-form-panel {
  padding:32px;
  background:#fff;
  border:1px solid var(--v-line);
  border-radius:16px;
}

.v-form-heading .v-eyebrow {
  font-size:9px;
}

.v-form-heading h2 {
  font-size:21px!important;
  margin:7px 0;
}

.v-form-heading p {
  font-size:11px;
  color:var(--v-muted);
  margin-bottom:25px;
}

.v-field {
  margin-bottom:20px;
}

.v-field label {
  display:flex;
  align-items:center;
  gap:9px;
  font-size:12px;
  font-weight:500;
  margin-bottom:7px;
}

.v-field label span {
  font-size:9px;
  font-weight:400;
  color:var(--v-blue);
  background:var(--v-wash);
  border-radius:4px;
  padding:1px 5px;
}

.v-field label span.is-optional {
  background:var(--v-soft);
  color:var(--v-muted);
}

.v-field input,.v-field select,.v-field textarea {
  width:100%;
  display:block;
  border:1px solid #cfd6d0;
  border-radius:7px;
  min-height:46px;
  padding:10px 12px;
  background:#fff;
  color:var(--v-ink);
  font-size:14px!important;
  line-height:1.6;
  transition:border-color .2s,box-shadow .2s;
}

.v-field textarea {
  resize:vertical;
  min-height:94px;
}

.v-field input::placeholder,.v-field textarea::placeholder {
  color:#757d77;
  font-size:12px;
}

.v-field input:focus,.v-field select:focus,.v-field textarea:focus {
  border-color:var(--v-blue);
  box-shadow:0 0 0 3px #0867ae15;
  outline:none;
}

.v-field small {
  display:block;
  font-size:10px;
  color:var(--v-muted);
  margin-top:5px;
}

.v-field [aria-invalid=true] {
  border-color:#b42318;
}

.v-field-error {
  color:#a02018!important;
}

.v-form-extra {
  border-block:1px solid var(--v-line);
  margin:4px 0 20px;
}

.v-form-extra summary {
  display:flex;
  justify-content:space-between;
  cursor:pointer;
  list-style:none;
  padding:15px 0;
  font-size:11px;
}

.v-form-extra summary::-webkit-details-marker {
  display:none;
}

.v-form-extra summary>span {
  color:var(--v-muted);
}

.v-form-extra>.v-field {
  margin-top:10px;
}

.v-form-privacy {
  font-size:10px;
  color:var(--v-muted);
  margin:15px 0;
}

.v-form-privacy a {
  text-decoration:underline;
}

.v-submit {
  width:100%;
  justify-content:space-between!important;
  min-height:52px;
}

.v-form-note {
  font-size:10px;
  color:var(--v-muted);
  text-align:center;
  margin-top:12px;
}

.v-form-mail {
  font-size:10px;
  text-align:center;
  padding-top:22px;
  margin-top:22px;
  border-top:1px solid var(--v-line);
  color:var(--v-muted);
}

.v-form-mail a {
  text-decoration:underline;
  overflow-wrap:anywhere;
}

.v-trap {
  position:absolute;
  left:-10000px;
  width:1px;
  height:1px;
  overflow:hidden;
}

.v-notice {
  font-size:13px;
  padding:20px;
  background:var(--v-wash);
  border:1px solid #b6d4e9;
  border-radius:8px;
  margin:0 0 20px;
  line-height:2;
}

.v-notice.is-error {
  color:#8a2219;
  background:#fff6f4;
  border-color:#e9b6b0;
}

/* Keep all existing WordPress content templates readable within the new system. */
body.v-site .page-header {
  background:var(--v-paper);
  padding:65px 0 45px;
  min-height:0;
  margin:0;
  border-bottom:1px solid var(--v-line);
}

body.v-site .page-header::before,body.v-site .page-header::after {
  display:none;
}

body.v-site .page-header__title {
  font-family:var(--font-sans);
  font-size:clamp(29px,4vw,46px);
  letter-spacing:-.04em;
  color:var(--v-ink);
}

body.v-site .page-header__label,body.v-site .section-label {
  color:var(--v-blue);
  font-family:Arial,var(--font-sans);
  letter-spacing:.12em;
}

body.v-site .section-title {
  font-family:var(--font-sans);
  font-weight:500;
  letter-spacing:-.025em;
}

body.v-site .breadcrumb {
  margin-top:0;
  padding-top:20px;
}

body.v-site .btn {
  font-family:var(--font-sans);
  border-radius:999px;
  min-height:48px;
}

body.v-site .btn--gold {
  background:var(--v-blue);
  color:white;
  border-color:var(--v-blue);
}

body.v-site .cta-section {
  background:var(--v-wash);
  color:var(--v-ink);
}

body.v-site .cta-section h2,body.v-site .cta-section p {
  color:var(--v-ink);
}

body.v-site .container {
  max-width:1200px;
  padding-inline:48px;
}

body.v-site .related-pages {
  background:var(--v-soft);
}

@media(min-width:1450px) {
  body.v-site .v-hero {
    padding-block:95px 105px;
  }
}

@media(max-width:1100px) {
  .v-nav {
    gap:18px;
  }
  .v-nav>a {
    font-size:11px;
  }
  body.v-site .v-hero {
    gap:40px;
  }
  .v-hero h1 {
    font-size:49px;
  }
  .v-hero__lead {
    font-size:15px;
  }
  .v-hero__description {
    font-size:12px;
  }
  .v-desktop {
    display:none;
  }
  .v-workspace__body {
    padding:23px;
  }
  .v-service-section,.v-principal__grid,.v-faq-section {
    gap:55px;
  }
  body.v-site .v-contact {
    gap:50px;
  }
  .v-contact__intro h1 {
    font-size:32px;
  }
  .v-record {
    padding:25px;
  }
  .v-record__market {
    font-size:25px;
  }
  .v-record__top {
    flex-wrap:wrap;
  }
  .v-situation {
    padding:24px;
  }
  .v-situation h3 {
    font-size:20px;
  }
}

@media(max-width:900px) {
  body.v-site .v-wrap {
    width:calc(100% - 48px);
  }
  .v-header__inner {
    height:74px;
  }
  .v-nav {
    gap:15px;
  }
  .v-nav .v-nav__cta {
    padding:10px 14px;
    gap:7px;
  }
  .v-nav>a {
    font-size:10px;
  }
  .v-hero h1 {
    font-size:43px;
  }
  body.v-site .v-hero {
    gap:26px;
    padding-block:55px 75px;
  }
  .v-hero .v-actions {
    gap:18px;
  }
  .v-workspace__bar {
    padding:14px;
  }
  .v-workspace__body {
    padding:19px;
  }
  .v-roadmap__step {
    padding:10px;
    gap:8px;
  }
  .v-roadmap__step strong {
    font-size:11px;
  }
  .v-roadmap__step small {
    font-size:8px;
  }
  .v-workspace__bottom {
    font-size:8px;
  }
  .v-workspace__body h2 {
    font-size:24px;
  }
  .v-person-chip {
    width:240px;
    right:15px;
  }
  .v-proof-strip>.v-wrap {
    gap:20px;
  }
  .v-proof-strip strong {
    font-size:20px;
  }
  .v-proof-strip div>span {
    font-size:8px;
  }
  .v-situations {
    gap:12px;
  }
  .v-situation {
    padding:22px 18px;
  }
  .v-situation h3 {
    font-size:19px;
  }
  .v-principal__grid {
    gap:45px;
  }
  .v-principal__portrait {
    height:410px;
  }
  .v-service-section,.v-faq-section {
    gap:40px;
  }
  .v-final__inner {
    gap:30px;
  }
  .v-final__inner h2 {
    font-size:30px;
  }
  .v-final__action .v-button {
    min-width:230px;
  }
  .v-footer__top {
    gap:35px;
  }
  .v-contact__intro h1 {
    font-size:28px;
  }
  body.v-site .v-contact {
    gap:35px;
  }
  .v-form-panel {
    padding:25px;
  }
  .v-contact__intro>p:not(.v-eyebrow) {
    font-size:12px;
  }
}

@media(max-width:760px) {
  body.v-site .v-wrap {
    width:calc(100% - 40px);
  }
  body.v-site .v-section {
    padding-block:65px;
  }
  body.v-site .v-section--first {
    padding-top:0;
  }
  .v-header__inner {
    height:68px;
  }
  .v-menu-toggle {
    display:flex;
    width:44px;
    height:44px;
    border:1px solid var(--v-line);
    border-radius:50%;
    background:white;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:5px;
    cursor:pointer;
  }
  .v-menu-toggle span {
    display:block;
    height:1px;
    width:17px;
    background:var(--v-ink);
    transition:transform .2s;
  }
  .v-menu-toggle[aria-expanded=true] span:first-child {
    transform:translateY(3px) rotate(45deg);
  }
  .v-menu-toggle[aria-expanded=true] span:last-child {
    transform:translateY(-3px) rotate(-45deg);
  }
  .v-nav {
    display:none;
    position:absolute;
    top:68px;
    left:0;
    right:0;
    background:var(--v-paper);
    border-bottom:1px solid var(--v-line);
    padding:20px;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    max-height:calc(100dvh - 70px);
    overflow:auto;
  }
  .v-nav.is-open {
    display:flex;
  }
  .v-nav>a {
    font-size:14px;
    padding:14px 10px;
  }
  .v-nav .v-nav__cta {
    font-size:14px;
    margin-top:10px;
  }
  .v-hero h1 {
    font-size:clamp(41px,9vw,58px);
    line-height:1.55;
    margin-bottom:23px;
  }
  body.v-site .v-hero {
    display:block;
    padding-top:42px;
    padding-bottom:70px;
  }
  .v-hero .v-eyebrow {
    font-size:9px;
    margin-bottom:17px;
  }
  .v-hero__lead {
    font-size:14px;
    letter-spacing:-.02em;
  }
  .v-hero__description {
    font-size:12px;
    line-height:2.1;
    max-width:480px;
  }
  .v-hero .v-actions {
    margin-top:23px;
    gap:20px;
  }
  .v-hero .v-caption {
    font-size:9px;
  }
  .v-button {
    gap:17px!important;
    padding:13px 20px!important;
  }
  .v-hero .v-text-link {
    font-size:11px;
    gap:10px;
  }
  .v-workspace {
    max-width:460px;
    margin:45px auto 0;
  }
  .v-workspace__bar {
    padding:16px 19px;
  }
  .v-workspace__body {
    padding:23px;
  }
  .v-workspace__body h2 {
    font-size:27px;
  }
  .v-roadmap__step {
    padding:13px 14px;
    gap:12px;
  }
  .v-roadmap__step strong {
    font-size:12px;
  }
  .v-roadmap__step small {
    font-size:9px;
  }
  .v-workspace__bottom {
    font-size:9px;
  }
  .v-person-chip {
    width:245px;
    right:15px;
    bottom:-25px;
  }
  .v-proof-strip>.v-wrap {
    grid-template-columns:1fr 1fr;
    gap:24px 12px;
    padding-block:25px;
  }
  .v-proof-strip p {
    font-size:11px;
  }
  .v-proof-strip strong {
    font-size:21px;
  }
  .v-proof-strip div>span {
    font-size:8px;
  }
  .v-section-heading {
    display:block;
    margin-bottom:28px;
  }
  .v-section-heading>p,.v-section-heading>.v-text-link {
    margin-top:22px;
  }
  .v-section-heading>p {
    font-size:12px;
  }
  .v-eyebrow {
    font-size:9px!important;
    margin-bottom:15px!important;
  }
  :where(body.v-site) h2 {
    font-size:28px;
    line-height:1.6;
  }
  .v-records {
    grid-template-columns:1fr;
    gap:14px;
  }
  .v-record {
    padding:24px;
  }
  .v-record__market {
    font-size:28px;
    margin-top:25px;
  }
  .v-record h3 {
    font-size:18px;
  }
  .v-record__top {
    gap:10px;
  }
  .v-record__top .v-tag {
    font-size:9px;
  }
  .v-record__top .v-caption {
    font-size:9px;
  }
  .v-situations {
    grid-template-columns:1fr;
    gap:14px;
  }
  .v-situation {
    padding:25px;
  }
  .v-situation h3 {
    font-size:24px;
    margin:20px 0 12px;
  }
  .v-situation p {
    font-size:13px;
  }
  .v-situation__link {
    font-size:12px;
    margin-top:20px;
    padding-top:17px;
  }
  .v-situation h3 br {
    display:none;
  }
  .v-service-section,.v-faq-section {
    grid-template-columns:1fr;
    gap:35px;
  }
  .v-service-intro>p:not(.v-eyebrow) {
    max-width:100%;
    font-size:13px;
    margin:22px 0;
  }
  .v-service-list article {
    padding:25px 0;
    gap:15px;
  }
  .v-service-list h3 {
    font-size:19px;
  }
  .v-service-list .v-eyebrow {
    font-size:8px!important;
    margin-bottom:8px!important;
  }
  .v-service-list article>span:last-child {
    font-size:16px;
  }
  .v-principal__grid {
    display:flex;
    flex-direction:column;
    gap:35px;
    align-items:stretch;
  }
  .v-principal__portrait {
    height:370px;
    max-width:440px;
    width:100%;
    margin:auto;
  }
  .v-principal__portrait img {
    object-position:center 22%;
  }
  .v-principal__lead {
    font-size:17px;
    margin:23px 0 17px;
  }
  .v-process {
    grid-template-columns:1fr;
  }
  .v-process li,.v-process li+li {
    padding:25px 0;
    border-left:0;
  }
  .v-process li+li {
    border-top:1px solid var(--v-line);
  }
  .v-process li h3 {
    font-size:20px;
    margin:12px 0;
  }
  .v-process p {
    font-size:13px;
  }
  .v-consult-note {
    flex-direction:column;
    align-items:flex-start;
    font-size:11px;
    gap:20px;
  }
  .v-faq-section>div>p:last-child {
    margin-top:16px;
  }
  .v-faq summary {
    padding:21px 0;
    font-size:13px;
  }
  .v-final__inner {
    display:block;
  }
  .v-final__inner h2 {
    font-size:28px;
  }
  .v-final__action {
    text-align:left;
    margin-top:25px;
  }
  .v-final__action .v-button {
    min-width:260px;
  }
  .v-final__action p.v-caption {
    font-size:9px!important;
  }
  .v-footer {
    padding:45px 0 100px;
  }
  .v-footer__top {
    grid-template-columns:1fr 1fr;
    gap:30px 18px;
    padding-bottom:30px;
  }
  .v-footer__top>div {
    grid-column:1/-1;
  }
  .v-footer nav a {
    font-size:10px;
  }
  .v-footer__bottom {
    align-items:flex-start;
    flex-direction:column;
    font-size:9px;
    gap:18px;
  }
  .v-mobile-cta {
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    z-index:90;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding:10px 20px max(10px,env(safe-area-inset-bottom));
    background:#fff;
    border-top:1px solid var(--v-line);
  }
  .v-mobile-cta>span {
    font-size:11px;
    font-weight:500;
  }
  .v-mobile-cta>span>span {
    display:block;
    font-size:8px;
    font-weight:400;
    color:var(--v-muted);
  }
  .v-mobile-cta .v-button {
    min-height:42px;
    font-size:12px;
    padding:10px 22px!important;
    min-width:140px;
  }
  .v-mobile-only {
    display:block;
  }
  .v-page-intro {
    padding-block:45px;
  }
  .v-page-intro h1 {
    font-size:clamp(27px,6.9vw,43px);
    line-height:1.7;
  }
  .v-page-intro>p:not(.v-eyebrow) {
    font-size:12px;
    margin-top:23px;
  }
  .v-page-intro .v-actions {
    gap:15px;
  }
  .v-scope-table table,.v-scope-table tbody {
    display:block;
  }
  .v-scope-table thead {
    display:none;
  }
  .v-scope-table tr {
    display:block;
    border:1px solid var(--v-line);
    border-radius:10px;
    margin-bottom:15px;
    padding:20px;
    background:white;
  }
  .v-scope-table tbody th,.v-scope-table td {
    display:block;
    width:100%;
    padding:0;
    border:0;
  }
  .v-scope-table tbody th {
    font-size:16px;
    margin-bottom:15px;
  }
  .v-scope-table td {
    font-size:12px;
    margin-top:14px;
  }
  .v-scope-table td:before {
    display:block;
    font-size:10px;
    color:var(--v-blue);
    margin-bottom:5px;
  }
  .v-scope-table td:nth-child(2):before {
    content:'当社が支援する実務';
  }
  .v-scope-table td:nth-child(3):before {
    content:'御社で確認・判断すること';
  }
  .v-engagement-copy {
    margin-top:25px;
  }
  body.v-site .v-contact {
    display:block;
    padding-top:28px;
    padding-bottom:50px;
  }
  .v-back {
    margin-bottom:24px;
  }
  .v-contact__intro h1 {
    font-size:30px;
    line-height:1.6;
  }
  .v-contact__intro>p:not(.v-eyebrow) {
    font-size:12px;
    margin-top:14px;
  }
  .v-contact__badges {
    margin:19px 0 25px;
  }
  .v-contact__person,.v-contact__assurance {
    display:none;
  }
  .v-form-panel {
    padding:24px 20px;
    border-radius:13px;
  }
  .v-form-heading h2 {
    font-size:20px!important;
  }
  .v-form-heading p {
    font-size:11px;
    margin-bottom:24px;
  }
  .v-field input,.v-field select,.v-field textarea {
    font-size:16px!important;
  }
  .v-field {
    margin-bottom:19px;
  }
  .v-field label {
    font-size:12px;
  }
  .v-field input::placeholder,.v-field textarea::placeholder {
    font-size:12px;
  }
  .v-form-note {
    font-size:9px;
  }
  .v-form-extra summary {
    min-height:48px;
    align-items:center;
  }
  .v-contact~.v-footer {
    padding-bottom:30px;
  }
  body.v-site .container {
    padding-inline:20px;
  }
  body.v-site .page-header {
    padding-block:40px;
  }
  body.v-site .page-header__title {
    font-size:30px;
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  body.v-site *,body.v-site *:before,body.v-site *:after {
    animation:none!important;
    transition:none!important;
    scroll-behavior:auto!important;
  }
}

@media print {
  .v-header,.v-footer,.v-mobile-cta,.v-menu-toggle {
    display:none;
  }
  body.v-site .v-wrap {
    width:100%;
  }
  body.v-site .v-section {
    padding-block:30px;
  }
  .v-workspace {
    box-shadow:none;
  }
}


/* Use the original company artwork at its natural aspect ratio. */
.v-brand__image {
  display: block;
  width: 88px;
  height: auto;
  flex-shrink: 0;
  object-fit: contain;
}
.v-brand__name {
  font: 500 12px/1.65 var(--font-sans);
  letter-spacing: .02em;
}
@media (max-width: 900px) {
  .v-brand__image { width: 72px; }
  .v-brand__name { font-size: 10px; }
}
@media (max-width: 760px) {
  .v-brand { gap: 8px; }
  .v-brand__image { width: 70px; }
  .v-brand__name { font-size: 10px; }
}
