:root {
  --survey-navy: #073e66;
  --survey-blue: #087fbd;
  --survey-cyan: #22a9df;
  --survey-mint: #e9f7f4;
  --survey-sky: #eef8fd;
  --survey-line: #c9e1ed;
  --survey-ink: #102f47;
}

.survey-research-page {
  color: var(--survey-ink);
  background: #f7fbfd;
}

.survey-research-page .bizcre-main-content {
  min-width: 0;
}

.survey-hero {
  border-bottom: 1px solid var(--survey-line);
  background:
    radial-gradient(circle at 83% 24%, rgba(34, 169, 223, .2), transparent 28%),
    linear-gradient(135deg, #f8fcfe 0%, #e8f6fb 100%);
}

.survey-hero .wrap {
  padding-block: clamp(48px, 7vw, 92px);
}

.survey-hero .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  color: #496b7f;
  font-size: 14px;
}

.survey-hero .breadcrumb a {
  color: var(--survey-blue);
}

.survey-eyebrow,
.survey-source-label,
.survey-editorial-label {
  margin: 0 0 10px;
  color: var(--survey-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.survey-source-label::before {
  content: "調査";
  display: inline-grid;
  place-items: center;
  min-width: 34px;
  min-height: 26px;
  margin-right: 8px;
  border-radius: 999px;
  color: #fff;
  background: var(--survey-blue);
  font-size: 11px;
}

.survey-editorial-label::before {
  content: "編集";
  display: inline-grid;
  place-items: center;
  min-width: 34px;
  min-height: 26px;
  margin-right: 8px;
  border-radius: 999px;
  color: var(--survey-navy);
  background: #f9cb55;
  font-size: 11px;
}

.survey-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--survey-navy);
  font-size: clamp(36px, 5vw, 66px);
  line-height: 1.16;
  letter-spacing: -.035em;
}

.survey-hero h1 + p {
  max-width: 760px;
  margin: 22px 0 0;
  color: #385d73;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.85;
}

.survey-hero__faces {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 210px));
  gap: 12px;
  margin-top: 24px;
}

.survey-hero__faces a {
  display: grid;
  min-width: 0;
  padding: 10px;
  border: 1px solid var(--survey-line);
  border-radius: 14px;
  color: var(--survey-navy);
  background: rgba(255, 255, 255, .9);
  text-decoration: none;
}

.survey-hero__faces img {
  display: block;
  width: 100%;
  aspect-ratio: 1.586 / 1;
  object-fit: contain;
}

.survey-hero__faces span {
  overflow: hidden;
  margin-top: 7px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.survey-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.survey-hero__actions a,
.survey-calculator-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 22px;
  border: 2px solid var(--survey-blue);
  border-radius: 12px;
  color: #fff;
  background: var(--survey-blue);
  font-weight: 800;
  text-decoration: none;
}

.survey-hero__actions a + a {
  color: var(--survey-blue);
  background: #fff;
}

.survey-hero__editorial-visual {
  max-width: 920px;
  margin: 30px 0 0;
}

.survey-hero__editorial-visual picture,
.survey-hero__editorial-visual img {
  display: block;
  width: 100%;
}

.survey-hero__editorial-visual img {
  height: auto;
  border: 1px solid rgba(7, 62, 102, .14);
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(7, 62, 102, .12);
}

.survey-summary {
  padding-block: 34px;
  color: #fff;
  background: var(--survey-navy);
}

.survey-summary .survey-source-label,
.survey-summary h2 {
  color: #fff;
}

.survey-direct-answer {
  max-width: 820px;
  margin: -8px 0 24px;
  color: #365d73;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.8;
}

.survey-summary .survey-direct-answer {
  color: #d7edf7;
}

.survey-summary h2 {
  margin: 0 0 24px;
  font-size: clamp(26px, 3.2vw, 42px);
}

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

.survey-summary__grid article {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 14px;
  background: rgba(255,255,255,.08);
}

.survey-summary__grid article > span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
  border-radius: 999px;
  color: var(--survey-navy);
  background: #fff;
  font-size: 12px;
  font-weight: 900;
}

.survey-summary__grid strong {
  display: block;
  font-size: clamp(18px, 2vw, 25px);
}

.survey-summary__grid p {
  margin: 8px 0 0;
  color: #d7edf7;
}

.survey-section {
  padding-block: clamp(52px, 7vw, 88px);
}

.survey-section--tint,
.survey-card-section {
  background: var(--survey-sky);
}

.survey-section h2,
.survey-role-section h2 {
  margin: 0 0 22px;
  color: var(--survey-navy);
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.25;
}

.survey-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(260px, .75fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: start;
}

.survey-editorial-note {
  padding: 24px;
  border: 1px solid #f3c658;
  border-radius: 16px;
  background: #fff8df;
}

.survey-editorial-note > p:first-child {
  color: #9a6611;
  font-weight: 900;
}

.survey-editorial-note h3 {
  color: var(--survey-navy);
  font-size: 23px;
}

.survey-bars {
  display: grid;
  gap: 18px;
}

.survey-bar__label {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 7px;
}

.survey-bar__label span {
  font-weight: 750;
}

.survey-bar__label strong {
  white-space: nowrap;
  color: var(--survey-blue);
}

.survey-bar__track {
  height: 14px;
  overflow: hidden;
  border-radius: 999px;
  background: #dcebf2;
}

.survey-bar__track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--survey-blue), var(--survey-cyan));
}

.survey-data-table {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip-path: inset(50%);
  white-space: nowrap;
}

.survey-table-scroll {
  overflow-x: auto;
  border: 1px solid var(--survey-line);
  border-radius: 16px;
  background: #fff;
}

.survey-insight-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.survey-insight-table th,
.survey-insight-table td {
  padding: 16px 18px;
  border-bottom: 1px solid var(--survey-line);
  text-align: left;
  vertical-align: top;
}

.survey-insight-table thead th {
  color: #fff;
  background: var(--survey-navy);
}

.survey-insight-table tbody th {
  color: var(--survey-blue);
}

.survey-role-section {
  padding-block: clamp(52px, 7vw, 88px);
  background: #fff;
}

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

.survey-role-grid article {
  padding: 24px;
  border: 1px solid var(--survey-line);
  border-radius: 16px;
  background: linear-gradient(180deg, #fff, #f5fbfe);
}

.survey-role-grid span {
  color: var(--survey-cyan);
  font-weight: 900;
}

.survey-role-grid h3 {
  margin: 12px 0;
  color: var(--survey-navy);
  font-size: 24px;
}

.survey-card-section > .wrap > p:not(.survey-editorial-label) {
  max-width: 760px;
  margin-top: -10px;
  color: #46687a;
}

.survey-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 0;
  margin-top: 28px;
  list-style: none;
}

.survey-card-grid > li {
  display: grid;
  min-width: 0;
}

.survey-card {
  display: grid;
  grid-template-rows: auto auto auto auto auto auto 1fr auto auto;
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--survey-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(7, 62, 102, .08);
}

.survey-card__rank {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.survey-card__rank span {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: #fff;
  background: var(--survey-navy);
  font-weight: 900;
}

.survey-card__rank strong {
  color: var(--survey-navy);
  font-size: 12px;
}

.survey-card__rank em {
  margin-left: auto;
  padding: 5px 8px;
  border-radius: 999px;
  color: #075f87;
  background: #e4f6fc;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}

.survey-index-note {
  max-width: 820px;
  margin: 10px 0 0;
  color: #5a7585;
  font-size: 13px;
  line-height: 1.7;
}

.survey-comparison-list {
  display: grid;
  gap: 16px;
}

.survey-comparison-list article {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1fr);
  gap: 22px;
  padding: 20px;
  border: 1px solid var(--survey-line);
  border-radius: 18px;
  background: #fff;
}

.survey-comparison-list__head {
  display: grid;
  grid-template-columns: 34px 150px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.survey-comparison-list__head > span {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  color: #fff;
  background: var(--survey-navy);
  font-weight: 900;
}

.survey-comparison-list__head img {
  display: block;
  width: 100%;
  aspect-ratio: 1.586 / 1;
  object-fit: contain;
}

.survey-comparison-list__face {
  display: block;
  border-radius: 10px;
  text-decoration: none;
}

.survey-comparison-list__face:focus-visible {
  outline: 3px solid #f2b544;
  outline-offset: 3px;
}

.survey-comparison-list__head strong,
.survey-comparison-list__head em {
  display: block;
}

.survey-comparison-list__head strong {
  color: var(--survey-navy);
  line-height: 1.45;
}

.survey-comparison-list__head strong a {
  color: inherit;
  text-decoration: none;
}

.survey-comparison-list__head strong a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.survey-comparison-list__head em {
  margin-top: 8px;
  color: var(--survey-blue);
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
}

.survey-comparison-list dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.survey-comparison-list dl > div {
  min-width: 0;
  padding: 12px;
  border-radius: 12px;
  background: #f3f9fc;
}

.survey-comparison-list dt {
  color: #5d7888;
  font-size: 11px;
  font-weight: 800;
}

.survey-comparison-list dd {
  margin: 5px 0 0;
  color: var(--survey-ink);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.55;
}

.survey-comparison-list__actions {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.survey-comparison-list__actions a {
  display: inline-flex;
  min-height: 48px;
  padding: 10px 14px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--survey-blue);
  border-radius: 10px;
  color: var(--survey-blue);
  background: #fff;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
}

.survey-comparison-list__actions .survey-comparison-list__official {
  color: #fff;
  background: #075c8d;
}

.survey-mobile-choice-nav {
  display: none;
}

.survey-card__label {
  min-height: 25px;
  margin: 0 0 12px;
  color: #9a6611;
  font-size: 12px;
  font-weight: 850;
}

.survey-card__face {
  display: grid;
  place-items: center;
  min-height: 170px;
  padding: 10px;
  border-radius: 14px;
  background: #f2f7fa;
}

.survey-card__face img {
  display: block;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 1.586 / 1;
  object-fit: contain;
}

.survey-card__issuer {
  margin: 14px 0 5px;
  color: #577487;
  font-size: 13px;
  font-weight: 750;
}

.survey-card h3 {
  margin: 0;
  color: var(--survey-navy);
  font-size: 20px;
  line-height: 1.45;
}

.survey-card h3 a {
  color: inherit;
  text-decoration: none;
}

.survey-card dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 16px 0 0;
}

.survey-card dl div {
  min-width: 0;
  padding-top: 10px;
  border-top: 1px solid var(--survey-line);
}

.survey-card dt {
  color: #698392;
  font-size: 11px;
  font-weight: 750;
}

.survey-card dd {
  margin: 5px 0 0;
  font-weight: 800;
}

.survey-card__reason {
  margin: 14px 0;
  font-size: 14px;
  line-height: 1.7;
}

.survey-card__reason strong {
  display: block;
  color: var(--survey-blue);
}

.survey-card__checked {
  margin: 0 0 12px;
  color: #59788b;
  font-size: 12px;
}

.survey-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.survey-card__actions a,
.survey-card__actions button,
.survey-card__official {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid var(--survey-blue);
  border-radius: 10px;
  color: var(--survey-blue);
  background: #fff;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.survey-card__official {
  min-height: 52px;
  margin-top: 8px;
  color: #fff;
  background: var(--survey-blue);
}

.survey-calculator-cta {
  padding-block: 34px;
  color: #fff;
  background: linear-gradient(135deg, var(--survey-navy), #075e8f);
}

.survey-calculator-cta .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.survey-calculator-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(25px, 3vw, 38px);
}

.survey-calculator-cta p:not(.survey-editorial-label) {
  margin: 10px 0 0;
  color: #d5edf7;
}

.survey-calculator-cta .survey-editorial-label {
  color: #f9cb55;
}

.survey-calculator-cta a {
  flex: 0 0 auto;
  border-color: #fff;
  color: var(--survey-navy);
  background: #fff;
}

.survey-two-column,
.survey-related {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(32px, 6vw, 72px);
}

.survey-footnote {
  margin-top: 20px;
  color: #5e7887;
  font-size: 13px;
}

.survey-related > div {
  display: grid;
  align-content: start;
  gap: 10px;
}

.survey-related h2 {
  margin-bottom: 8px;
}

.survey-related a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 12px 16px;
  border: 1px solid var(--survey-line);
  border-radius: 10px;
  color: var(--survey-navy);
  background: #fff;
  font-weight: 800;
  text-decoration: none;
}

.survey-methodology {
  border: 1px solid var(--survey-line);
  border-radius: 16px;
  background: #fff;
}

.survey-methodology summary {
  min-height: 56px;
  padding: 16px 20px;
  color: var(--survey-navy);
  font-weight: 850;
  cursor: pointer;
}

.survey-methodology > div {
  padding: 0 20px 22px;
}

.survey-methodology dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.survey-methodology dl div {
  padding: 12px;
  border-radius: 10px;
  background: var(--survey-sky);
}

.survey-methodology dt {
  color: #638092;
  font-size: 12px;
  font-weight: 750;
}

.survey-methodology dd {
  margin: 6px 0 0;
  font-weight: 800;
}

.survey-overview {
  overflow: hidden;
  border: 1px solid var(--survey-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(7, 62, 102, .07);
}

.survey-overview > div {
  padding: clamp(20px, 3vw, 34px);
}

.survey-overview h2 {
  margin: 6px 0 18px;
  color: var(--survey-navy);
  font-size: clamp(24px, 3vw, 34px);
}

.survey-overview dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.survey-overview dl div {
  min-width: 0;
  padding: 13px;
  border-radius: 12px;
  background: var(--survey-sky);
}

.survey-overview dt {
  color: #638092;
  font-size: 12px;
  font-weight: 800;
}

.survey-overview dd {
  margin: 6px 0 0;
  color: var(--survey-ink);
  font-weight: 850;
  line-height: 1.55;
}

.survey-overview__citation {
  color: #5d7888;
  font-size: 13px;
}

.survey-overview__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.survey-overview__actions--hub {
  margin-top: 14px;
}

.survey-overview__actions a {
  display: inline-flex;
  min-height: 48px;
  padding: 11px 16px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--survey-blue);
  border-radius: 10px;
  color: var(--survey-blue);
  background: #fff;
  font-weight: 850;
  text-decoration: none;
}

.survey-overview__actions a:first-child,
.survey-participation-cta > a {
  color: #fff;
  background: #075c8d;
}

.survey-policy-hero .wrap {
  padding-bottom: clamp(40px, 7vw, 78px);
}

.survey-policy-content {
  width: min(980px, calc(100% - 40px));
  margin: 0 auto clamp(64px, 8vw, 110px);
}

.survey-policy-content > section {
  margin-top: 18px;
  padding: clamp(22px, 3.5vw, 38px);
  border: 1px solid var(--survey-line);
  border-radius: 20px;
  background: #fff;
}

.survey-policy-content h2 {
  margin: 0 0 14px;
  color: var(--survey-navy);
  font-size: clamp(23px, 3vw, 32px);
}

.survey-policy-content p,
.survey-policy-list {
  color: #294e62;
  line-height: 1.9;
}

.survey-policy-list {
  display: grid;
  gap: 8px;
  margin-bottom: 0;
}

.survey-policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.survey-policy-grid > div {
  min-width: 0;
  padding: 18px;
  border-radius: 14px;
  background: var(--survey-sky);
}

.survey-policy-grid > div h2 {
  font-size: 21px;
}

.survey-participation-cta {
  text-align: center;
  background:
    radial-gradient(circle at 100% 0, rgba(29, 177, 222, .2), transparent 38%),
    #f3fafd !important;
}

.survey-participation-cta > a {
  display: inline-flex;
  min-height: 54px;
  margin-top: 8px;
  padding: 12px 28px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-weight: 900;
  text-decoration: none;
}

.survey-author {
  padding: 0 0 clamp(52px, 7vw, 88px);
}

.survey-author .wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--survey-line);
  color: #668292;
  font-size: 14px;
}

.survey-author p,
.survey-author span {
  margin: 0;
}

.survey-author a {
  color: var(--survey-navy);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.survey-static-figure {
  margin: 0;
  padding: 36px 0 0;
  background: #fff;
}

.survey-static-figure img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--survey-line);
  border-radius: 24px;
  box-shadow: 0 18px 44px rgba(7, 59, 92, 0.1);
}

.survey-static-figure picture {
  display: block;
}

.survey-static-figure figcaption {
  margin-top: 10px;
  color: var(--survey-muted);
  font-size: 14px;
  line-height: 1.7;
}

.survey-hub-grid,
.company-size-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.survey-hub-card,
.company-size-card {
  display: grid;
  align-content: start;
  min-width: 0;
  min-height: 240px;
  padding: 22px;
  border: 1px solid var(--survey-line);
  border-radius: 16px;
  background: #fff;
}

.survey-hub-card h2 {
  min-height: 2.7em;
  margin-bottom: 10px;
  font-size: clamp(22px, 2vw, 24px);
  line-height: 1.35;
  overflow-wrap: normal;
  word-break: keep-all;
  text-wrap: balance;
}

.survey-hub-card a,
.company-size-card a {
  align-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 18px;
  border: 1px solid var(--survey-blue);
  border-radius: 10px;
  color: var(--survey-blue);
  font-weight: 800;
  text-decoration: none;
}

.survey-hub-card > span {
  align-self: end;
  margin-top: 18px;
  color: #648090;
  font-size: 13px;
}

.company-size-card > p {
  margin: 0 0 14px;
  color: var(--survey-blue);
  font-size: 24px;
  font-weight: 900;
}

.company-size-card > strong {
  color: var(--survey-navy);
  font-size: 21px;
}

.company-size-card > span {
  margin-top: 8px;
  color: #668292;
}

.home-company-entry {
  padding-block: 38px;
  border-bottom: 1px solid var(--survey-line);
  background: #f3f9fc;
}

.home-company-entry h2 {
  margin: 0;
  color: var(--survey-navy);
  font-size: clamp(26px, 3vw, 40px);
}

.home-company-entry h2 + p {
  color: #587687;
}

.home-executive-interviews {
  padding-block: clamp(42px, 6vw, 72px);
  border-bottom: 1px solid var(--survey-line);
  background: linear-gradient(135deg, #f8f4eb, #eef7fb);
}
.home-executive-interviews__heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.home-executive-interviews h2 { max-width: 800px; margin: 0; color: #102d45; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(28px, 3.3vw, 46px); font-weight: 600; letter-spacing: -.045em; line-height: 1.24; }
.home-executive-interviews__heading > a { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; color: #075f91; font-size: .92rem; font-weight: 800; }
.home-executive-interviews__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.home-executive-interviews__grid > a { display: grid; gap: 14px; min-height: 190px; padding: clamp(22px, 3vw, 34px); border: 1px solid #b7c9d0; border-radius: 20px; background: linear-gradient(145deg, #142129, #0d1318); box-shadow: 0 14px 28px rgb(18 38 48 / .13); color: #fff; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.home-executive-interviews__grid > a:last-child { background: linear-gradient(145deg, #fffdf7, #f0e7d4); color: #2f2b23; }
.home-executive-interviews__grid > a:hover, .home-executive-interviews__grid > a:focus-visible { transform: translateY(-3px); box-shadow: 0 20px 34px rgb(18 38 48 / .2); }
.home-executive-interviews__grid span { color: #e5cf9a; font-size: .78rem; font-weight: 800; letter-spacing: .08em; }
.home-executive-interviews__grid > a:last-child span { color: #896630; }
.home-executive-interviews__grid strong { color: inherit; font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(1.42rem, 2vw, 1.9rem); font-weight: 600; letter-spacing: -.035em; line-height: 1.36; }
.home-executive-interviews__grid small { color: #d3dee1; font-size: .86rem; font-weight: 700; }
.home-executive-interviews__grid > a:last-child small { color: #655e50; }

.home-company-entry__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.home-company-entry__grid a {
  position: relative;
  display: grid;
  grid-template-rows: minmax(2.8em, 1fr) auto;
  min-width: 0;
  min-height: 124px;
  padding: 18px;
  overflow: hidden;
  border: 1px solid #a8d2e6;
  border-radius: 18px;
  color: var(--survey-navy);
  background:
    linear-gradient(145deg, rgba(231, 248, 255, .88), rgba(255, 255, 255, .98) 64%),
    #fff;
  box-shadow: 0 10px 24px rgba(8, 79, 118, .08);
  text-decoration: none;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.home-company-entry__grid a::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #08a5d9, #086ca8);
}

.home-company-entry__grid a::after {
  content: "→";
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  background: #087fba;
  color: #fff;
  box-shadow: 0 5px 12px rgba(8, 91, 139, .2);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.home-company-entry__grid a:hover {
  border-color: #078fc7;
  box-shadow: 0 16px 30px rgba(8, 79, 118, .16);
  transform: translateY(-3px);
}

.home-company-entry__grid a:focus-visible {
  outline: 3px solid #f2b544;
  outline-offset: 3px;
}

.home-company-entry__grid span {
  color: var(--survey-blue);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55;
  line-break: strict;
  text-wrap: balance;
}

.home-company-entry__grid strong {
  align-self: end;
  color: #073f61;
  font-size: clamp(18px, 1.55vw, 21px);
  line-height: 1.4;
  line-break: strict;
  padding-right: 44px;
  text-wrap: balance;
}

.home-grade-entry {
  padding-block: 8px 38px;
  border-bottom: 1px solid var(--survey-line);
  background: #f3f9fc;
}

.home-grade-entry h2 {
  margin: 0;
  color: var(--survey-navy);
  font-size: clamp(25px, 2.8vw, 38px);
}

.home-grade-entry h2 + p {
  max-width: 780px;
  color: #587687;
  line-height: 1.7;
}

.home-grade-entry__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.home-grade-entry__card {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 124px;
  padding: 20px 58px 20px 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 18px;
  color: #102f42;
  grid-template-rows: auto 1fr auto;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(4, 38, 58, .14);
  transition: box-shadow .18s ease, transform .18s ease;
}

.home-grade-entry__card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0 48%, rgba(255,255,255,.28) 49%, transparent 62%);
}

.home-grade-entry__card--standard {
  background: linear-gradient(145deg, #f7fafb, #b8c7cf);
}

.home-grade-entry__card--gold {
  background: linear-gradient(145deg, #fff2ad, #d09a21);
}

.home-grade-entry__card--platinum {
  color: #fff;
  background: linear-gradient(145deg, #1e3445, #071722);
}

.home-grade-entry__card > span,
.home-grade-entry__card > strong,
.home-grade-entry__card > em,
.home-grade-entry__card > i {
  position: relative;
  z-index: 1;
}

.home-grade-entry__card > span {
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.home-grade-entry__card > strong {
  align-self: center;
  font-size: clamp(18px, 1.7vw, 23px);
  line-height: 1.35;
  text-wrap: balance;
}

.home-grade-entry__card > em {
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.home-grade-entry__card > i {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: grid;
  width: 34px;
  height: 34px;
  border: 1px solid currentColor;
  border-radius: 999px;
  place-items: center;
  font-style: normal;
  font-weight: 900;
}

.home-grade-entry__card:hover {
  box-shadow: 0 18px 34px rgba(4, 38, 58, .22);
  transform: translateY(-3px);
}

.home-grade-entry__card:focus-visible {
  outline: 3px solid #078fc7;
  outline-offset: 3px;
}

/* These tiles are the primary choice navigation. The legacy fixed campaign
   box otherwise covers the fourth tile and intercepts its click target. */
body:has(.home-company-entry) .floating-campaign-box {
  display: none !important;
}

@media (max-width: 980px) {
  .survey-summary__grid,
  .home-company-entry__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-grade-entry__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .survey-card-grid,
  .survey-hub-grid,
  .company-size-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .survey-section__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 639px) {
  .survey-hero .wrap {
    padding-block: 38px 44px;
  }

  .survey-hero h1 {
    font-size: 34px;
  }

  .survey-hero h1 + p {
    font-size: 16px;
    line-height: 1.7;
  }

  .survey-hero__faces {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .survey-hero__faces a {
    padding: 6px;
  }

  .survey-hero__faces span {
    display: none;
  }

  .survey-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .survey-summary {
    padding-block: 28px;
  }

  .survey-summary__grid {
    grid-template-columns: 1fr 1fr;
  }

  .survey-summary__grid article {
    padding: 14px;
  }

  .survey-summary__grid strong {
    font-size: 17px;
  }

  .survey-section,
  .survey-role-section {
    padding-block: 46px;
  }

  .survey-role-grid,
  .survey-card-grid,
  .survey-two-column,
  .survey-related,
  .survey-hub-grid,
  .company-size-grid {
    grid-template-columns: 1fr;
  }

  .survey-card-grid {
    gap: 14px;
  }

  .survey-card {
    grid-template-columns: 122px minmax(0, 1fr);
    grid-template-rows: repeat(8, auto);
    column-gap: 14px;
    align-items: start;
    padding: 14px;
  }

  .survey-card__rank {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .survey-card__label,
  .survey-card__face {
    grid-column: 1;
  }

  .survey-card__label {
    grid-row: 2;
    min-height: 0;
    margin-bottom: 6px;
  }

  .survey-card__face {
    grid-row: 3;
    min-height: 0;
    padding: 6px;
  }

  .survey-card__issuer,
  .survey-card h3,
  .survey-card dl,
  .survey-card__reason,
  .survey-card__checked {
    grid-column: 2;
  }

  .survey-card__issuer {
    grid-row: 2;
    margin-top: 0;
  }

  .survey-card h3 {
    grid-row: 3;
    font-size: 16px;
  }

  .survey-card dl {
    grid-row: 4;
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .survey-card__reason {
    display: none;
  }

  .survey-card__checked {
    font-size: 11px;
  }

  .survey-card__actions,
  .survey-card__official {
    grid-column: 1 / -1;
  }

  .survey-card__official {
    grid-row: 8;
    display: inline-flex;
  }

  .survey-hero__editorial-visual {
    margin-top: 22px;
  }

  .survey-hero__editorial-visual img {
    border-radius: 14px;
  }

  .survey-comparison-list article {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px;
  }

  .survey-comparison-list__head {
    grid-template-columns: 30px 112px minmax(0, 1fr);
    gap: 9px;
  }

  .survey-comparison-list dl {
    grid-template-columns: 1fr 1fr;
  }

  .survey-comparison-list dd {
    overflow-wrap: anywhere;
  }

  .survey-comparison-list__actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .survey-mobile-choice-nav {
    position: fixed;
    z-index: 42;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    left: 10px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 7px;
    border: 1px solid rgba(7, 62, 102, .18);
    border-radius: 16px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 12px 34px rgba(7, 62, 102, .2);
    backdrop-filter: blur(14px);
  }

  body.has-compare-tray .survey-mobile-choice-nav {
    bottom: calc(84px + env(safe-area-inset-bottom, 0px));
  }

  .survey-mobile-choice-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 10px;
    color: #fff;
    background: var(--survey-navy);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
  }

  .survey-mobile-choice-nav a:nth-child(2) {
    color: var(--survey-navy);
    background: #e5f5fb;
  }

  .survey-mobile-choice-nav a:nth-child(3) {
    color: #122e43;
    background: #ffd05b;
  }

  .survey-research-page {
    padding-bottom: calc(74px + env(safe-area-inset-bottom, 0px));
  }

  .survey-calculator-cta .wrap {
    display: grid;
  }

  .survey-calculator-cta a {
    width: 100%;
  }

  .survey-methodology dl {
    grid-template-columns: 1fr;
  }

  .survey-overview dl,
  .survey-policy-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .survey-overview__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .survey-policy-content {
    width: min(100% - 24px, 980px);
  }

  .survey-author .wrap {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .survey-static-figure {
    padding-top: 24px;
  }

  .survey-static-figure img {
    border-radius: 16px;
  }

  .home-company-entry__grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-company-entry__grid a {
    min-height: 112px;
    padding: 14px 52px 14px 14px;
  }

  .home-company-entry__grid a::after {
    right: 12px;
    bottom: 12px;
    width: 32px;
    height: 32px;
  }

  .home-grade-entry__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .home-grade-entry__card {
    min-height: 104px;
  }
}

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

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

/* 2026-07-24 card-first additions */
body:has(.home-search-visual) {
  --home-search-hero-height: clamp(300px, 56.28vw, 480px);
}
body:has(.home-search-visual) .hero-market {
  height: var(--home-search-hero-height) !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  visibility: hidden;
}
.home-search-visual {
  position: relative;
  z-index: 1;
  width: 100%;
  height: var(--home-search-hero-height);
  margin: calc(-1 * var(--home-search-hero-height)) 0 0;
  background: #eaf4fb;
}
.home-search-visual picture,
.home-search-visual img {
  display: block;
  width: 100%;
  height: 100%;
}
.home-search-visual img {
  object-fit: cover;
  object-position: center;
}
.home-search-visual figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(50%);
}
.home-company-entry__grid a {
  grid-template-columns: 38px minmax(0, 1fr);
  grid-template-rows: auto minmax(2.8em, 1fr) auto;
  column-gap: 10px;
}
.home-company-entry__grid a > i {
  grid-column: 1;
  grid-row: 1 / span 3;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  align-self: start;
  border-radius: 12px;
  color: #fff;
  background: #075c8d;
}
.home-company-entry__grid a > i svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
  .home-company-entry__grid a > span,
  .home-company-entry__grid a > strong {
    grid-column: 2;
  }
.survey-card__feature-assets {
  display: flex;
  min-height: 34px;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}
.survey-card__feature-assets img {
  width: auto;
  max-width: 52px;
  height: 24px;
  padding: 2px 4px;
  object-fit: contain;
  border: 1px solid #d4e7ef;
  border-radius: 6px;
  background: #fff;
}
.survey-card__reason {
  overflow: hidden;
  border: 1px solid var(--survey-line);
  border-radius: 10px;
  background: #f6fbfd;
}
.survey-card__reason > summary {
  position: relative;
  display: flex;
  min-height: 44px;
  align-items: center;
  padding: 9px 34px 9px 11px;
  color: var(--survey-blue);
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}
.survey-card__reason > summary::-webkit-details-marker {
  display: none;
}
.survey-card__reason > summary::after {
  content: "＋";
  position: absolute;
  right: 11px;
  font-size: 16px;
}
.survey-card__reason[open] > summary::after {
  content: "−";
}
.survey-card__reason > p {
  margin: 0;
  padding: 0 11px 11px;
  font-size: 12px;
  line-height: 1.65;
}
.survey-card__checked > span {
  display: inline-block;
  white-space: nowrap;
}

@media (max-width: 639px) {
  .home-executive-interviews__heading {
    display: grid;
    align-items: start;
    gap: 14px;
  }
  .home-executive-interviews__heading > a { font-size: .95rem; }
  .home-executive-interviews__grid { grid-template-columns: 1fr; }
  .home-executive-interviews__grid > a { min-height: 0; }
  body:has(.home-search-visual) {
    --home-search-hero-height: clamp(270px, 76vw, 330px);
  }
  .home-company-entry__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
  }
  .home-company-entry__grid a {
    grid-template-columns: 34px minmax(0, 1fr);
    grid-template-rows: auto minmax(2.8em, auto);
    min-height: 138px;
    padding: 14px;
  }
  .home-company-entry__grid a > i {
    width: 34px;
    height: 34px;
  }
  .home-company-entry__grid a > span {
    padding-right: 34px;
    font-size: 11px;
  }
  .home-company-entry__grid a > strong {
    grid-column: 1 / -1;
    grid-row: 2;
    padding-right: 0;
    font-size: clamp(17px, 4.7vw, 20px);
    line-height: 1.25;
    white-space: nowrap;
  }
  .home-company-entry__grid a::after {
    top: 14px;
    right: 14px;
    bottom: auto;
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
  .survey-card__feature-assets {
    grid-column: 1;
    grid-row: 4;
    align-self: start;
    margin-top: 7px;
  }
  .survey-card__reason {
    display: block;
    grid-column: 1 / -1;
    grid-row: 5;
    margin-top: 8px;
  }
  .survey-card__checked {
    grid-column: 1 / -1;
    grid-row: 6;
    margin-top: 7px;
    font-size: 10.5px;
  }
  .survey-card__actions {
    grid-row: 7;
  }
}
