﻿/* DCP common */
:root {
      --dcp-white: #ffffff;
      --dcp-bg: #f8fbff;
      --dcp-blue: #edf6fc;
      --dcp-light: #dff2ff;
      --dcp-heading: #0b1d33;
      --dcp-text: #102033;
      --dcp-muted: #5f6f82;
      --dcp-outline: #20324a;
      --dcp-line: #d8e6f0;
      --dcp-cyan: #22c8ff;
      --dcp-cyan-light: #7be7ff;
      --dcp-logo-gold: #b88a32;
      --dcp-width: 1120px;
      --dcp-body: 760px;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      background: var(--dcp-white);
      color: var(--dcp-text);
      font-family: "Noto Sans JP", system-ui, sans-serif;
      line-height: 1.9;
    }

    .dcp-page * {
      box-sizing: border-box;
    }

    .dcp-page a {
      color: inherit;
      text-decoration: underline;
      text-decoration-thickness: 1px;
      text-underline-offset: 4px;
      text-decoration-color: rgba(16, 32, 51, 0.32);
      transition: color 0.18s ease, text-decoration-color 0.18s ease;
    }

    .dcp-page a:hover {
      text-decoration-color: rgba(34, 200, 255, 0.9);
    }

    .dcp-shell {
      width: min(var(--dcp-width), calc(100% - 48px));
      margin: 0 auto;
    }

    .dcp-header {
      position: sticky;
      top: 0;
      z-index: 20;
      background:
        linear-gradient(90deg, rgba(248, 251, 255, 0.92), rgba(237, 246, 252, 0.84));
      border-bottom: 1px solid rgba(216, 230, 240, 0.9);
      backdrop-filter: blur(18px);
    }

    .dcp-header-inner {
      width: min(var(--dcp-width), calc(100% - 48px));
      height: 72px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }

    .dcp-logo {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
      color: var(--dcp-heading);
      text-decoration: none;
      font-weight: 850;
      letter-spacing: 0.02em;
    }

    .dcp-logo-text {
      display: inline-block;
      max-width: min(520px, 48vw);
      white-space: normal;
      line-height: 1.35;
    }

    .dcp-logo-mark {
      width: 36px;
      height: 36px;
      display: grid;
      place-items: center;
      border: 1px solid var(--dcp-logo-gold);
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.86);
      color: var(--dcp-logo-gold);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: 0.06em;
    }

    .dcp-nav {
      display: flex;
      align-items: center;
      gap: 26px;
      color: var(--dcp-muted);
      font-size: 14px;
      font-weight: 750;
    }

    .dcp-nav a {
      transition: color 0.18s ease;
    }

    .dcp-nav a:hover {
      color: var(--dcp-heading);
    }

    .dcp-hero {
      position: relative;
      overflow: hidden;
      padding: 92px 0 88px;
      background:
        radial-gradient(circle at 78% 18%, rgba(123, 231, 255, 0.34), transparent 260px),
        radial-gradient(circle at 18% 20%, rgba(223, 242, 255, 0.74), transparent 300px),
        radial-gradient(circle at 50% 92%, rgba(237, 246, 252, 0.9), transparent 320px),
        linear-gradient(135deg, var(--dcp-white), var(--dcp-bg) 58%, var(--dcp-blue));
    }

    .dcp-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      opacity: 0.42;
      background-image:
        radial-gradient(circle, rgba(32, 50, 74, 0.16) 1px, transparent 1.8px),
        linear-gradient(rgba(216, 230, 240, 0.48) 1px, transparent 1px),
        linear-gradient(90deg, rgba(216, 230, 240, 0.42) 1px, transparent 1px);
      background-size: 34px 34px, 82px 82px, 82px 82px;
      mask-image: radial-gradient(circle at 70% 30%, #000 0%, transparent 52%);
      pointer-events: none;
    }

    .dcp-hero::after {
      content: "";
      position: absolute;
      left: 10%;
      right: 10%;
      top: 51%;
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(34, 200, 255, 0.7), rgba(123, 231, 255, 0.42), transparent);
      box-shadow: 0 0 22px rgba(34, 200, 255, 0.28);
      pointer-events: none;
    }

    .dcp-hero-inner {
      position: relative;
      z-index: 1;
      display: grid;
      justify-items: center;
      text-align: center;
    }

    .dcp-kicker {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      margin: 0 0 20px;
      color: var(--dcp-muted);
      font-size: 13px;
      font-weight: 800;
    }

    .dcp-kicker::before,
    .dcp-kicker::after {
      content: "";
      width: 44px;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--dcp-cyan), transparent);
      box-shadow: 0 0 10px rgba(34, 200, 255, 0.28);
    }

    .dcp-hero-title {
      margin: 0;
      color: var(--dcp-heading);
      font-size: 42px;
      line-height: 1.2;
      letter-spacing: -0.04em;
      font-weight: 850;
    }

    .dcp-text-heading {
      position: relative;
    }

    .dcp-text-heading::after {
      content: "";
      display: block;
      width: min(72%, 420px);
      height: 2px;
      margin: 18px auto 0;
      background: linear-gradient(90deg, transparent, rgba(34, 200, 255, 0.9), rgba(9, 28, 52, 0.32), transparent);
      box-shadow: 0 0 10px rgba(34, 200, 255, 0.32);
    }

    .dcp-main-heading {
      display: inline-block;
      margin: 28px auto 0;
      color: #071a31;
      font-family: "Noto Serif JP", "Yu Mincho", serif;
      font-size: clamp(42px, 5.2vw, 72px);
      line-height: 1.18;
      font-weight: 900;
      letter-spacing: -0.05em;
      text-align: center;
      text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95),
        0 2px 0 rgba(194, 224, 240, 0.72),
        0 5px 10px rgba(9, 28, 52, 0.16);
    }

    .dcp-section-heading {
      display: inline-block;
      margin: 0 auto;
      color: #071a31;
      font-family: "Noto Serif JP", "Yu Mincho", serif;
      font-size: clamp(34px, 4.2vw, 54px);
      line-height: 1.18;
      font-weight: 900;
      letter-spacing: -0.04em;
      text-align: center;
      text-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95),
        0 2px 0 rgba(194, 224, 240, 0.68),
        0 4px 8px rgba(9, 28, 52, 0.13);
    }

    .dcp-hero-lead {
      max-width: var(--dcp-body);
      margin: 28px auto 0;
      color: var(--dcp-heading);
      font-size: 24px;
      line-height: 1.55;
      font-weight: 820;
      text-align: center;
    }

    .dcp-hero-text {
      max-width: var(--dcp-body);
      margin: 22px auto 0;
      color: var(--dcp-muted);
      font-size: 16px;
      line-height: 1.94;
      text-align: center;
    }

    .dcp-actions {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 12px;
      margin-top: 34px;
    }

    .dcp-button {
      min-height: 52px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 26px;
      border: 1px solid var(--dcp-outline);
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.78);
      color: var(--dcp-heading);
      text-decoration: none;
      text-decoration-line: none;
      font-weight: 830;
      transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    }

    .dcp-button:hover {
      border-color: var(--dcp-cyan);
      background: rgba(248, 252, 255, 0.96);
      color: var(--dcp-heading);
      box-shadow:
        0 12px 28px rgba(16, 32, 51, 0.12),
        0 0 0 3px rgba(34, 200, 255, 0.14);
      transform: translateY(-2px);
    }

    .dcp-button-disabled,
    .dcp-button-disabled:hover {
      cursor: default;
      border-color: var(--dcp-outline);
      background: rgba(255, 255, 255, 0.78);
      box-shadow: none;
      transform: none;
    }

    .dcp-visual {
      width: min(620px, 92vw);
      margin: 56px auto 0;
      display: grid;
      place-items: center;
    }

    .dcp-visual-frame {
      position: relative;
      width: min(520px, 100%);
      min-height: 260px;
      border: 1px solid rgba(32, 50, 74, 0.58);
      border-radius: 12px;
      background:
        radial-gradient(circle at 78% 20%, rgba(34, 200, 255, 0.16), transparent 160px),
        linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(237, 246, 252, 0.74));
      box-shadow:
        0 22px 60px rgba(16, 32, 51, 0.065),
        inset 0 0 0 1px rgba(255, 255, 255, 0.72);
      overflow: hidden;
    }

    .dcp-visual-frame::before {
      content: "";
      position: absolute;
      inset: 24px;
      border: 1px solid rgba(32, 50, 74, 0.16);
      border-radius: 7px;
      background:
        linear-gradient(90deg, transparent, rgba(34, 200, 255, 0.2), transparent) center 58% / 82% 1px no-repeat;
    }

    .dcp-visual-frame::after {
      content: "";
      position: absolute;
      right: 28px;
      top: 28px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: var(--dcp-cyan);
      box-shadow: 0 0 18px rgba(34, 200, 255, 0.46);
    }

    .dcp-visual-copy {
      position: relative;
      z-index: 1;
      min-height: 260px;
      display: grid;
      place-items: center;
      padding: 42px;
      text-align: center;
    }

    .dcp-visual-copy h2 {
      max-width: 380px;
      margin: 0;
      color: var(--dcp-heading);
      font-size: 30px;
      line-height: 1.35;
      letter-spacing: -0.035em;
      font-weight: 900;
    }

    .dcp-visual-copy p {
      max-width: 320px;
      margin: 18px auto 0;
      color: var(--dcp-muted);
      font-size: 13px;
      line-height: 1.8;
      font-weight: 760;
    }

    .dcp-values {
      position: relative;
      z-index: 2;
      margin-top: -34px;
      padding-bottom: 64px;
    }

    .dcp-value-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      border: 1px solid var(--dcp-outline);
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.88);
      backdrop-filter: blur(12px);
      overflow: hidden;
    }

    .dcp-value-card {
      min-height: 134px;
      display: grid;
      align-content: center;
      justify-items: center;
      gap: 6px;
      padding: 30px 26px;
      border-right: 1px solid rgba(32, 50, 74, 0.28);
      background: linear-gradient(to right bottom, rgba(223, 242, 255, 0.76) 0%, rgba(255, 255, 255, 0.98) 100%);
      text-align: center;
      transition: transform 220ms ease, box-shadow 220ms ease;
    }

    .dcp-value-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 18px 42px rgba(16, 32, 51, 0.10);
    }

    .dcp-value-card:last-child {
      border-right: 0;
    }

    .dcp-value-card h2 {
      margin: 0;
      color: var(--dcp-heading);
      font-size: 22px;
      line-height: 1.28;
      font-weight: 900;
    }

    .dcp-value-card p {
      margin: 0;
      color: var(--dcp-muted);
      font-size: 14px;
      line-height: 1.7;
      font-weight: 730;
    }

    .dcp-target {
      position: relative;
      overflow: hidden;
      padding: 120px 0;
      background:
        radial-gradient(circle at 18% 24%, rgba(223, 242, 255, 0.82), transparent 250px),
        radial-gradient(circle at 82% 35%, rgba(123, 231, 255, 0.2), transparent 280px),
        linear-gradient(180deg, var(--dcp-white), var(--dcp-bg));
      border-top: 1px solid rgba(216, 230, 240, 0.72);
    }

    .dcp-target::before {
      content: "";
      position: absolute;
      inset: 0;
      opacity: 0.38;
      background-image:
        radial-gradient(circle, rgba(32, 50, 74, 0.16) 1px, transparent 1.8px),
        linear-gradient(rgba(216, 230, 240, 0.34) 1px, transparent 1px),
        linear-gradient(90deg, rgba(216, 230, 240, 0.32) 1px, transparent 1px);
      background-size: 36px 36px, 84px 84px, 84px 84px;
      mask-image: radial-gradient(circle at 22% 36%, #000 0%, transparent 48%);
      pointer-events: none;
    }

    .dcp-target .dcp-shell {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .dcp-section-head {
      position: relative;
      z-index: 1;
      width: min(var(--dcp-body), 100%);
      max-width: var(--dcp-body);
      margin: 0 auto 48px;
      text-align: center;
    }

    .dcp-target-heading {
      width: min(520px, 92vw);
      margin: 0 auto;
    }

    .dcp-section-head p {
      max-width: var(--dcp-body);
      margin: 34px auto 0;
      color: var(--dcp-muted);
      font-size: 16px;
      line-height: 1.94;
      text-align: center;
    }

    .dcp-target-panel {
      position: relative;
      z-index: 1;
      width: 100%;
      max-width: 980px;
      margin-left: auto;
      margin-right: auto;
      padding: 34px;
      border: 1px solid var(--dcp-outline);
      border-radius: 12px;
      background: rgba(255, 255, 255, 0.92);
      backdrop-filter: blur(12px);
      box-shadow: 0 20px 58px rgba(16, 32, 51, 0.055);
    }

    .dcp-target-tags {
      width: 100%;
      max-width: 920px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 14px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0;
      padding-right: 0;
      position: static;
      transform: none;
      text-align: center;
    }

    .dcp-target-tag {
      min-height: 44px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 18px;
      border: 1px solid var(--dcp-outline);
      border-radius: 999px;
      background: linear-gradient(to right bottom, rgba(223, 242, 255, 0.88) 0%, rgba(255, 255, 255, 0.98) 100%);
      color: var(--dcp-heading);
      font-size: 14px;
      font-weight: 850;
      line-height: 1.4;
      text-align: center;
      transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
    }

    .dcp-target-tag:hover {
      border-color: var(--dcp-cyan);
      transform: translateY(-1px);
      box-shadow:
        0 8px 20px rgba(16, 32, 51, 0.08),
        0 0 0 3px rgba(34, 200, 255, 0.10);
    }

    .dcp-content-section {
      position: relative;
      overflow: hidden;
      padding: 120px 0;
      background:
        radial-gradient(circle at 82% 18%, rgba(123, 231, 255, 0.18), transparent 260px),
        radial-gradient(circle at 16% 72%, rgba(223, 242, 255, 0.62), transparent 260px),
        linear-gradient(180deg, var(--dcp-white), var(--dcp-bg));
      border-top: 1px solid rgba(216, 230, 240, 0.72);
    }

    .dcp-content-section::before {
      content: "";
      position: absolute;
      inset: 0;
      opacity: 0.3;
      background-image:
        radial-gradient(circle, rgba(32, 50, 74, 0.14) 1px, transparent 1.8px),
        linear-gradient(rgba(216, 230, 240, 0.28) 1px, transparent 1px),
        linear-gradient(90deg, rgba(216, 230, 240, 0.24) 1px, transparent 1px);
      background-size: 38px 38px, 88px 88px, 88px 88px;
      mask-image: radial-gradient(circle at 80% 22%, #000 0%, transparent 48%);
      pointer-events: none;
    }

    .dcp-content-section:nth-of-type(even) {
      background:
        radial-gradient(circle at 20% 18%, rgba(223, 242, 255, 0.64), transparent 260px),
        radial-gradient(circle at 86% 72%, rgba(123, 231, 255, 0.16), transparent 280px),
        linear-gradient(180deg, var(--dcp-white), var(--dcp-bg));
    }

    .dcp-content-section .dcp-shell {
      position: relative;
      z-index: 1;
      display: grid;
      justify-items: center;
      text-align: center;
    }

    .dcp-section-copy {
      max-width: var(--dcp-body);
      margin: 34px auto 0;
      color: var(--dcp-muted);
      font-size: 16px;
      line-height: 1.94;
      text-align: center;
    }

    .dcp-card-grid {
      width: 100%;
      margin: 48px auto 0;
      display: grid;
      gap: 18px;
    }

    .dcp-about-grid {
      grid-template-columns: repeat(3, 1fr);
    }

    .dcp-card {
      min-height: 190px;
      display: grid;
      align-content: center;
      justify-items: center;
      gap: 12px;
      padding: 32px 26px;
      border: 1px solid var(--dcp-outline);
      border-radius: 12px;
      background: linear-gradient(to right bottom, rgba(223, 242, 255, 0.72) 0%, rgba(255, 255, 255, 0.98) 100%);
      text-align: center;
      box-shadow: 0 18px 46px rgba(16, 32, 51, 0.045);
      transition: transform 220ms ease, box-shadow 220ms ease;
    }

    .dcp-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 18px 42px rgba(16, 32, 51, 0.10);
    }

    .dcp-card h3 {
      margin: 0;
      color: var(--dcp-heading);
      font-size: 22px;
      line-height: 1.35;
      font-weight: 900;
    }

    .dcp-card p {
      margin: 0;
      color: var(--dcp-muted);
      font-size: 14px;
      line-height: 1.78;
      font-weight: 720;
    }

    .dcp-learning-grid {
      grid-template-columns: repeat(3, 1fr);
      max-width: 980px;
    }

    .dcp-learning-tile {
      min-height: 86px;
      display: grid;
      place-items: center;
      padding: 18px;
      border: 1px solid var(--dcp-outline);
      border-radius: 10px;
      background: linear-gradient(to right bottom, rgba(223, 242, 255, 0.68) 0%, rgba(255, 255, 255, 0.98) 100%);
      color: var(--dcp-heading);
      font-size: 16px;
      line-height: 1.45;
      font-weight: 850;
      text-align: center;
      transition: transform 220ms ease, box-shadow 220ms ease;
    }

    .dcp-learning-tile:hover {
      transform: translateY(-3px);
      box-shadow: 0 18px 42px rgba(16, 32, 51, 0.10);
    }

    .dcp-assets-grid {
      grid-template-columns: repeat(3, 1fr);
      max-width: 1040px;
    }

    .dcp-asset-card {
      min-height: 150px;
      display: grid;
      align-content: center;
      justify-items: center;
      gap: 10px;
      padding: 26px 22px;
      border: 1px solid var(--dcp-outline);
      border-radius: 12px;
      background: linear-gradient(to right bottom, rgba(223, 242, 255, 0.68) 0%, rgba(255, 255, 255, 0.98) 100%);
      text-align: center;
      transition: transform 220ms ease, box-shadow 220ms ease;
    }

    .dcp-asset-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 18px 42px rgba(16, 32, 51, 0.10);
    }

    .dcp-asset-card h3 {
      margin: 0;
      color: var(--dcp-heading);
      font-size: 18px;
      line-height: 1.35;
      font-weight: 900;
    }

    .dcp-asset-card p {
      margin: 0;
      color: var(--dcp-muted);
      font-size: 13px;
      line-height: 1.72;
      font-weight: 720;
    }

    .dcp-flow-grid {
      position: relative;
      grid-template-columns: repeat(4, 1fr);
      max-width: 1080px;
      gap: 22px;
      isolation: isolate;
    }

    .dcp-flow-grid::before {
      content: "";
      position: absolute;
      left: 8%;
      right: 8%;
      top: 50%;
      z-index: 0;
      height: 1px;
      background: linear-gradient(90deg, rgba(32, 50, 74, 0.18), rgba(34, 200, 255, 0.34), rgba(32, 50, 74, 0.18));
      transform: translateY(-50%);
    }

    .dcp-flow-card {
      position: relative;
      z-index: 1;
      min-height: 174px;
      display: grid;
      align-content: center;
      justify-items: center;
      gap: 10px;
      padding: 30px 24px;
      border: 1px solid var(--dcp-outline);
      border-radius: 12px;
      background: linear-gradient(to right bottom, rgba(223, 242, 255, 0.72) 0%, rgba(255, 255, 255, 0.98) 100%);
      text-align: center;
      box-shadow: 0 18px 46px rgba(16, 32, 51, 0.04);
      transition: transform 220ms ease, box-shadow 220ms ease;
    }

    .dcp-flow-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 18px 42px rgba(16, 32, 51, 0.10);
    }

    .dcp-flow-card:not(:last-child)::after {
      content: "";
      position: absolute;
      right: -24px;
      top: 50%;
      z-index: 2;
      width: 14px;
      height: 14px;
      border-right: 1px solid rgba(32, 50, 74, 0.42);
      border-bottom: 1px solid rgba(32, 50, 74, 0.42);
      background: transparent;
      transform: translateY(-50%) rotate(-45deg);
    }

    .dcp-flow-card h3 {
      margin: 0;
      color: var(--dcp-heading);
      font-size: 19px;
      line-height: 1.35;
      font-weight: 900;
    }

    .dcp-flow-card p {
      margin: 0;
      color: var(--dcp-muted);
      font-size: 13px;
      line-height: 1.72;
      font-weight: 720;
    }

    .dcp-final-cta {
      position: relative;
      overflow: hidden;
      padding: 124px 0;
      background:
        radial-gradient(circle at 50% 18%, rgba(123, 231, 255, 0.26), transparent 300px),
        radial-gradient(circle at 20% 80%, rgba(223, 242, 255, 0.72), transparent 260px),
        linear-gradient(180deg, var(--dcp-white), var(--dcp-bg));
      border-top: 1px solid rgba(216, 230, 240, 0.72);
    }

    .dcp-final-cta::before {
      content: "";
      position: absolute;
      inset: 0;
      opacity: 0.28;
      background-image:
        radial-gradient(circle, rgba(32, 50, 74, 0.14) 1px, transparent 1.8px),
        linear-gradient(rgba(216, 230, 240, 0.28) 1px, transparent 1px),
        linear-gradient(90deg, rgba(216, 230, 240, 0.24) 1px, transparent 1px);
      background-size: 38px 38px, 88px 88px, 88px 88px;
      mask-image: radial-gradient(circle at 50% 45%, #000 0%, transparent 54%);
      pointer-events: none;
    }

    .dcp-final-inner {
      position: relative;
      z-index: 1;
      width: min(var(--dcp-body), calc(100% - 48px));
      margin: 0 auto;
      text-align: center;
    }

    .dcp-cta-kicker {
      margin: 0;
      color: var(--dcp-muted);
      font-size: 14px;
      font-weight: 820;
      line-height: 1.7;
    }

    .dcp-cta-title {
      margin: 22px auto 0;
      color: var(--dcp-heading);
      font-size: clamp(34px, 4vw, 52px);
      line-height: 1.25;
      letter-spacing: -0.04em;
      font-weight: 900;
    }

    .dcp-cta-text {
      max-width: var(--dcp-body);
      margin: 28px auto 0;
      color: var(--dcp-muted);
      font-size: 16px;
      line-height: 1.94;
    }

    .dcp-footer {
      background:
        linear-gradient(180deg, rgba(248, 251, 255, 0.96), rgba(237, 246, 252, 0.7));
      border-top: 1px solid rgba(216, 230, 240, 0.9);
      color: var(--dcp-text);
    }

    .dcp-footer-inner {
      width: min(var(--dcp-width), calc(100% - 48px));
      margin: 0 auto;
      padding: 32px 0;
      display: grid;
      gap: 16px;
      justify-items: center;
      text-align: center;
    }

    .dcp-footer-brand {
      display: grid;
      gap: 0;
      justify-items: center;
    }

    .dcp-footer-brand h2 {
      margin: 0;
      color: var(--dcp-heading);
      font-size: 15px;
      line-height: 1.5;
      font-weight: 900;
      max-width: min(720px, 100%);
      white-space: normal;
    }

    .dcp-footer-brand p {
      max-width: 640px;
      margin: 0;
      color: var(--dcp-muted);
      font-size: 14px;
      line-height: 1.8;
      font-weight: 680;
    }

    .dcp-footer-links {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 6px 14px;
      color: var(--dcp-muted);
      font-size: 12px;
      font-weight: 760;
    }

    .dcp-footer-links a {
      transition: color 0.18s ease;
    }

    .dcp-footer-links a:hover {
      color: var(--dcp-heading);
    }

    .dcp-footer-copy {
      margin: 0;
      color: var(--dcp-muted);
      font-size: 11px;
      line-height: 1.7;
    }

    .dcp-reveal {
      opacity: 1;
      transform: none;
      transition:
        opacity 720ms ease,
        transform 720ms ease;
    }

    .dcp-motion .dcp-reveal {
      opacity: 0;
      transform: translateY(18px);
    }

    .dcp-motion .dcp-reveal.is-visible,
    .dcp-motion .dcp-hero .dcp-reveal {
      opacity: 1;
      transform: translateY(0);
    }

    .dcp-motion .dcp-value-card:nth-child(2),
    .dcp-motion .dcp-card:nth-child(2),
    .dcp-motion .dcp-learning-tile:nth-child(2),
    .dcp-motion .dcp-asset-card:nth-child(2),
    .dcp-motion .dcp-flow-card:nth-child(2) {
      transition-delay: 80ms;
    }

    .dcp-motion .dcp-value-card:nth-child(3),
    .dcp-motion .dcp-card:nth-child(3),
    .dcp-motion .dcp-learning-tile:nth-child(3),
    .dcp-motion .dcp-asset-card:nth-child(3),
    .dcp-motion .dcp-flow-card:nth-child(3) {
      transition-delay: 140ms;
    }

    @media (prefers-reduced-motion: reduce) {
      * {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
      }

      .dcp-reveal {
        opacity: 1 !important;
        transform: none !important;
      }
    }

    @media (max-width: 980px) {
      .dcp-nav {
        display: none;
      }

      .dcp-hero {
        padding: 72px 0 82px;
      }

      .dcp-hero-title {
        font-size: 36px;
      }

      .dcp-value-grid {
        grid-template-columns: 1fr;
      }

      .dcp-value-card {
        border-right: 0;
        border-bottom: 1px solid rgba(32, 50, 74, 0.28);
      }

      .dcp-value-card:last-child {
        border-bottom: 0;
      }

      .dcp-about-grid,
      .dcp-learning-grid,
      .dcp-assets-grid,
      .dcp-flow-grid {
        grid-template-columns: 1fr;
      }

      .dcp-flow-grid {
        gap: 14px;
      }

      .dcp-flow-grid::before {
        display: none;
      }

      .dcp-flow-card {
        border-right: 1px solid var(--dcp-outline);
        border-bottom: 1px solid var(--dcp-outline);
      }

      .dcp-flow-card:not(:last-child)::after {
        display: none;
      }
    }

    @media (max-width: 640px) {
      .dcp-shell {
        width: min(100% - 28px, var(--dcp-width));
      }

      .dcp-header-inner {
        width: min(100% - 28px, var(--dcp-width));
        height: 64px;
      }

      .dcp-logo {
        font-size: 14px;
      }

      .dcp-logo-text {
        max-width: calc(100vw - 88px);
        line-height: 1.32;
      }

      .dcp-logo-mark {
        width: 32px;
        height: 32px;
        font-size: 10px;
      }

      .dcp-hero {
        padding: 54px 0 72px;
      }

      .dcp-hero::after {
        top: 42%;
      }

      .dcp-kicker {
        font-size: 12px;
        gap: 8px;
      }

      .dcp-kicker::before,
      .dcp-kicker::after {
        width: 22px;
      }

      .dcp-hero-title {
        font-size: 30px;
      }

      .dcp-hero-lead {
        margin-top: 28px;
        font-size: 18px;
      }

      .dcp-hero-text,
      .dcp-section-head p {
        font-size: 15px;
        line-height: 1.9;
      }

      .dcp-actions {
        width: 100%;
        flex-direction: column;
      }

      .dcp-button {
        width: 100%;
      }

      .dcp-visual {
        margin-top: 42px;
      }

      .dcp-visual-frame {
        min-height: 230px;
      }

      .dcp-visual-copy {
        min-height: 230px;
        padding: 30px;
      }

      .dcp-visual-copy h2 {
        font-size: 23px;
      }

      .dcp-values {
        margin-top: -22px;
        padding-bottom: 44px;
      }

      .dcp-value-card {
        min-height: 112px;
        padding: 22px;
      }

      .dcp-target {
        padding: 72px 0;
      }

      .dcp-section-head {
        margin-bottom: 38px;
      }

      .dcp-target-panel {
        padding: 22px;
      }

      .dcp-target-tags {
        gap: 14px;
      }

      .dcp-target-tag {
        min-height: 42px;
        padding: 0 14px;
        font-size: 13px;
      }

      .dcp-content-section {
        padding: 72px 0;
      }

      .dcp-section-copy {
        font-size: 15px;
        line-height: 1.9;
      }

      .dcp-card-grid {
        margin-top: 38px;
        gap: 14px;
      }

      .dcp-card {
        min-height: auto;
        padding: 26px 20px;
      }

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

      .dcp-learning-tile {
        min-height: 76px;
        padding: 14px 12px;
        font-size: 14px;
      }

      .dcp-asset-card {
        min-height: auto;
        padding: 22px 18px;
      }

      .dcp-flow-card {
        min-height: auto;
        padding: 26px 20px;
      }

      .dcp-final-cta {
        padding: 72px 0;
      }

      .dcp-final-inner {
        width: min(100% - 28px, var(--dcp-body));
      }

      .dcp-cta-title {
        font-size: 30px;
      }

      .dcp-cta-text {
        font-size: 15px;
        line-height: 1.9;
      }

      .dcp-footer-inner {
        width: min(100% - 28px, var(--dcp-width));
        padding: 28px 0;
      }

      .dcp-footer-links {
        flex-direction: column;
        gap: 8px;
      }
    }
/* DCP legal pages */
.dcp-page-hero {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  display: grid;
  place-items: center;
  padding: 58px 0 52px;
  background:
    radial-gradient(circle at 72% 18%, rgba(34, 200, 255, 0.14), transparent 240px),
    radial-gradient(circle at 18% 80%, rgba(223, 242, 255, 0.72), transparent 260px),
    linear-gradient(135deg, var(--dcp-white), var(--dcp-bg) 58%, var(--dcp-blue));
  border-bottom: 1px solid rgba(216, 230, 240, 0.72);
  text-align: center;
}

.dcp-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.24;
  background-image:
    radial-gradient(circle, rgba(32, 50, 74, 0.14) 1px, transparent 1.8px),
    linear-gradient(rgba(216, 230, 240, 0.24) 1px, transparent 1px),
    linear-gradient(90deg, rgba(216, 230, 240, 0.22) 1px, transparent 1px);
  background-size: 38px 38px, 88px 88px, 88px 88px;
  mask-image: radial-gradient(circle at 70% 32%, #000 0%, transparent 52%);
  pointer-events: none;
}

.dcp-page-hero-inner {
  position: relative;
  z-index: 1;
  width: min(900px, calc(100% - 48px));
  margin: 0 auto;
}

.dcp-page-hero .dcp-section-heading {
  font-size: clamp(30px, 3.8vw, 46px);
  line-height: 1.2;
}

.dcp-page-hero + .dcp-content-section {
  padding: 72px 0;
  background:
    radial-gradient(circle at 82% 18%, rgba(34, 200, 255, 0.1), transparent 240px),
    linear-gradient(180deg, var(--dcp-white), var(--dcp-bg));
}

.dcp-legal-card {
  width: min(900px, calc(100% - 48px));
  margin: 0 auto;
  padding: 34px;
  border: 1px solid var(--dcp-outline);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(16, 32, 51, 0.045);
  text-align: left;
}

.dcp-legal-table {
  width: 100%;
  border-collapse: collapse;
  color: var(--dcp-text);
  font-size: 14px;
  line-height: 1.8;
}

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

.dcp-legal-table th {
  width: 30%;
  color: var(--dcp-heading);
  font-weight: 850;
  background: rgba(237, 246, 252, 0.46);
}

.dcp-legal-block {
  padding: 22px 0;
  border-bottom: 1px solid var(--dcp-line);
}

.dcp-legal-block:first-child {
  padding-top: 0;
}

.dcp-legal-block:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.dcp-legal-block h2,
.dcp-footer h2 {
  margin: 0;
  color: var(--dcp-heading);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 900;
}

.dcp-legal-block h2 {
  margin-bottom: 10px;
}

.dcp-footer h2 {
  font-size: 15px;
  line-height: 1.5;
}

.dcp-legal-block p {
  margin: 0;
  color: var(--dcp-muted);
  font-size: 14px;
  line-height: 1.85;
  font-weight: 650;
}

/* DCP legal responsive */
@media (max-width: 640px) {
  .dcp-page-hero-inner,
  .dcp-legal-card {
    width: min(100% - 28px, var(--dcp-width));
  }

  .dcp-page-hero {
    min-height: 220px;
    padding: 48px 0 42px;
  }

  .dcp-page-hero + .dcp-content-section {
    padding: 48px 0;
  }

  .dcp-legal-card {
    padding: 22px;
  }

  .dcp-legal-table,
  .dcp-legal-table tbody,
  .dcp-legal-table tr,
  .dcp-legal-table th,
  .dcp-legal-table td {
    display: block;
    width: 100%;
  }

  .dcp-legal-table th {
    padding: 14px 14px 8px;
    border-bottom: 0;
  }

  .dcp-legal-table td {
    padding: 0 14px 14px;
  }
}
/* DCP Cocoon layout isolation */
.dcp-logo-image {
  width: 40px;
  height: 40px;
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
}

body.dcp-static-page #header-container,
body.dcp-static-page #navi,
body.dcp-static-page #footer,
body.dcp-static-page .mobile-footer-menu-buttons,
body.dcp-static-page .go-to-top-button {
  display: none !important;
}

body.dcp-static-page .container,
body.dcp-static-page .content,
body.dcp-static-page .content-in,
body.dcp-static-page .main,
body.dcp-static-page .article {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.dcp-static-page .content-in {
  display: block !important;
}

body.dcp-static-page .sidebar,
body.dcp-static-page #sidebar,
body.dcp-static-page .sidebar-scroll,
body.dcp-static-page .widget-area,
body.dcp-static-page .widget_search,
body.dcp-static-page .widget_recent_entries,
body.dcp-static-page .widget_recent_comments,
body.dcp-static-page .widget_archive,
body.dcp-static-page .widget_categories,
body.dcp-static-page .widget_meta,
body.dcp-static-page .side-widget {
  display: none !important;
}

body.dcp-static-page .eye-catch,
body.dcp-static-page .eye-catch-wrap,
body.dcp-static-page .article-header,
body.dcp-static-page .entry-title,
body.dcp-static-page .date-tags,
body.dcp-static-page .post-date,
body.dcp-static-page .post-update,
body.dcp-static-page .author-info,
body.dcp-static-page .sns-share,
body.dcp-static-page .sns-follow,
body.dcp-static-page .comment-area,
body.dcp-static-page .breadcrumb,
body.dcp-static-page .breadcrumb-wrapper,
body.dcp-static-page .under-entry-content,
body.dcp-static-page .pager-post-navi,
body.dcp-static-page .related-entry-heading,
body.dcp-static-page .related-list {
  display: none !important;
}

body.dcp-static-page .dcp-page,
body.dcp-static-page .dcp-system-page {
  width: 100%;
  max-width: none;
  margin: 0;
}

body.dcp-static-page .dcp-system-page .dcp-content-section {
  padding-top: 72px;
}

body.dcp-static-page .dcp-system-page .dcp-legal-card {
  text-align: left;
}
.dcp-cert-verify-link {
  width: min(var(--dcp-width), calc(100% - 48px));
  margin: 28px auto 32px;
  text-align: center;
  color: #5f6673;
  font-size: 14px;
  line-height: 1.8;
}

.dcp-cert-verify-link a {
  color: #0b1f3a;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.dcp-cert-verify-link span {
  margin-left: 6px;
  color: #6b7280;
}

@media (max-width: 640px) {
  .dcp-cert-verify-link {
    width: min(100% - 28px, var(--dcp-width));
    margin: 24px auto 28px;
  }

  .dcp-cert-verify-link span {
    display: block;
    margin-left: 0;
  }
}
/* DCP residual display fixes */
.dcp-header-logo {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  min-width: 0 !important;
  color: var(--dcp-heading) !important;
  text-decoration: none !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  z-index: 30 !important;
}

.dcp-header-logo img,
.dcp-logo img,
.dcp-logo-image {
  display: block !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  object-fit: contain !important;
  flex: 0 0 auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  z-index: 31 !important;
  padding: 4px !important;
  border: 1px solid rgba(184, 138, 50, 0.72) !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: 0 2px 8px rgba(11, 29, 51, 0.10) !important;
}

.dcp-header-logo span {
  display: inline-block !important;
  color: var(--dcp-heading) !important;
  font-size: 15px !important;
  line-height: 1.3 !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
}

body.dcp-static-page .eye-catch,
body.dcp-static-page .eye-catch-wrap,
body.dcp-static-page .article-header .eye-catch,
body.dcp-static-page .article-header .eye-catch-wrap,
body.dcp-static-page .article-header .wp-post-image,
body.dcp-static-page .entry-card-thumb,
body.dcp-static-page .entry-card-thumb-image,
body.dcp-static-page .related-entry-card-thumb,
body.dcp-static-page .cat-label,
body.dcp-static-page .no-image,
body.dcp-static-page .no-image-placeholder {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
}

body.dcp-static-page .dcp-page img,
body.dcp-static-page .dcp-header-logo img,
body.dcp-static-page .dcp-logo img,
body.dcp-static-page .dcp-logo-image {
  visibility: visible !important;
  opacity: 1 !important;
}

@media (max-width: 640px) {
  .dcp-header-logo span {
    font-size: 14px !important;
  }
}
/* DCP final header and Cocoon image controls */
.dcp-site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #ffffff;
  color: #0b1f3a;
  width: 100%;
  border-bottom: 1px solid rgba(11, 31, 58, 0.10);
}

.dcp-site-header__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.dcp-header-logo {
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  color: #0b1f3a !important;
  text-decoration: none !important;
  flex: 0 1 auto;
  min-width: 0;
  opacity: 1 !important;
  visibility: visible !important;
  position: relative !important;
  z-index: 41 !important;
}

.dcp-header-logo img {
  display: block !important;
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  min-height: 52px !important;
  max-width: 52px !important;
  max-height: 52px !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  z-index: 42 !important;
}

.dcp-header-brand-text {
  display: inline-block !important;
  font-weight: 700;
  color: #0b1f3a !important;
  font-size: 15px;
  line-height: 1.35;
  white-space: nowrap;
}

.dcp-header-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  flex: 0 0 auto;
}

.dcp-header-nav a {
  color: #24364f !important;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.5;
}

.dcp-header-nav a:hover {
  text-decoration: underline;
}

body.dcp-static-page .eye-catch,
body.dcp-static-page .eye-catch-wrap,
body.dcp-static-page .article-header,
body.dcp-static-page .entry-title,
body.dcp-static-page .wp-post-image,
body.dcp-static-page .entry-card-thumb,
body.dcp-static-page .cat-label,
body.dcp-static-page .date-tags,
body.dcp-static-page .post-date,
body.dcp-static-page .post-update,
body.dcp-static-page .author-info,
body.dcp-static-page .breadcrumb,
body.dcp-static-page .comment-area {
  display: none !important;
}

body.dcp-static-page .dcp-header-logo img,
body.dcp-static-page .dcp-site-header img,
body.dcp-static-page .dcp-content img,
body.dcp-static-page .dcp-page img {
  display: initial;
  visibility: visible !important;
  opacity: 1 !important;
}

body.dcp-static-page .dcp-header-logo img,
body.dcp-static-page .dcp-site-header img {
  display: block !important;
}

@media (max-width: 768px) {
  .dcp-site-header__inner {
    padding: 12px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .dcp-header-logo img {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    max-width: 44px !important;
    max-height: 44px !important;
  }

  .dcp-header-brand-text {
    font-size: 0;
    white-space: normal;
  }

  .dcp-header-brand-text::after {
    content: attr(data-short);
    font-size: 14px;
    line-height: 1.35;
  }

  .dcp-header-nav {
    gap: 16px;
  }
}
/* DCP mobile brand override */
@media (max-width: 768px) {
  .dcp-header-logo .dcp-header-brand-text {
    font-size: 0 !important;
    line-height: 1 !important;
  }

  .dcp-header-logo .dcp-header-brand-text::after {
    content: attr(data-short);
    display: inline-block;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 700;
  }
}
/* DCP official logo header v20260627e */
.dcp-site-header {
  background: #ffffff;
  color: #0b1f3a;
  width: 100%;
  border-bottom: 1px solid rgba(11, 31, 58, 0.10);
}

.dcp-site-header__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.dcp-header-logo {
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  color: #0b1f3a !important;
  text-decoration: none !important;
  flex: 0 0 auto;
  min-width: 0;
}

.dcp-header-logo img {
  display: block !important;
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  min-height: 52px !important;
  max-width: 52px !important;
  max-height: 52px !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.dcp-header-brand-text {
  display: inline-block !important;
  font-weight: 700;
  color: #0b1f3a !important;
  font-size: 15px !important;
  line-height: 1.35;
  white-space: nowrap;
}

.dcp-header-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.dcp-header-nav a {
  color: #24364f !important;
  text-decoration: none;
  font-weight: 600;
}

.dcp-header-nav a:hover {
  text-decoration: underline;
}

body.dcp-static-page .eye-catch,
body.dcp-static-page .eye-catch-wrap,
body.dcp-static-page .article-header,
body.dcp-static-page .entry-title,
body.dcp-static-page .wp-post-image,
body.dcp-static-page .entry-card-thumb,
body.dcp-static-page .cat-label,
body.dcp-static-page .date-tags,
body.dcp-static-page .post-date,
body.dcp-static-page .post-update,
body.dcp-static-page .author-info,
body.dcp-static-page .breadcrumb,
body.dcp-static-page .comment-area {
  display: none !important;
}

body.dcp-static-page .dcp-header-logo img,
body.dcp-static-page .dcp-site-header img,
body.dcp-static-page .dcp-content img,
body.dcp-static-page .dcp-page img {
  visibility: visible !important;
  opacity: 1 !important;
}

@media (max-width: 768px) {
  .dcp-site-header__inner {
    padding: 12px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .dcp-header-logo img {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    max-width: 44px !important;
    max-height: 44px !important;
  }

  .dcp-header-brand-text {
    font-size: 14px !important;
    white-space: normal;
  }

  .dcp-header-nav {
    gap: 16px;
  }
}

/* DCP detail tone fixes v20260627g */
.dcp-site-header {
  background:
    linear-gradient(180deg, rgba(245, 250, 255, 0.96) 0%, rgba(235, 247, 255, 0.92) 100%) !important;
  color: #0b1f3a !important;
  width: 100% !important;
  border-bottom: 1px solid rgba(11, 31, 58, 0.10) !important;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.dcp-header-brand-text {
  display: inline-block !important;
  color: #0b1f3a !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  white-space: normal !important;
}

.dcp-header-brand-text::after {
  content: none !important;
}

.dcp-cert-verify-link {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box !important;
  margin: 0 auto !important;
  padding: 28px 24px 32px !important;
  text-align: center !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
  color: #5f6673 !important;
  background:
    linear-gradient(180deg, rgba(248, 252, 255, 0.92) 0%, rgba(235, 247, 255, 0.88) 100%) !important;
  border-top: 1px solid rgba(11, 31, 58, 0.06) !important;
}

.dcp-cert-verify-link a {
  color: #0b1f3a !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 4px !important;
  font-weight: 600 !important;
}

.dcp-cert-verify-link span {
  margin-left: 6px !important;
  color: #6b7280 !important;
}

@media (max-width: 768px) {
  .dcp-header-logo .dcp-header-brand-text {
    font-size: 14px !important;
    line-height: 1.35 !important;
    white-space: normal !important;
  }

  .dcp-header-logo .dcp-header-brand-text::after {
    content: none !important;
  }
}

@media (max-width: 640px) {
  .dcp-cert-verify-link {
    padding: 24px 16px 28px !important;
  }

  .dcp-cert-verify-link span {
    display: block !important;
    margin-left: 0 !important;
  }
}
/* DCP sample questions four-choice v20260627h */
.dcp-sample-intro {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto 18px;
  padding: 22px 24px;
  border: 1px solid rgba(11, 31, 58, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 30px rgba(11, 31, 58, 0.04);
}

.dcp-sample-intro p {
  margin: 0;
  color: #334155;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 600;
}

.dcp-sample-questions {
  max-width: 920px;
  margin: 0 auto;
  padding: 24px 20px 56px;
}

.dcp-question-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(11, 31, 58, 0.10);
  border-radius: 18px;
  padding: 28px;
  margin: 0 0 24px;
  box-shadow: 0 14px 36px rgba(11, 31, 58, 0.06);
}

.dcp-question-card h2 {
  font-size: 20px;
  margin: 0 0 14px;
  color: #0b1f3a;
  line-height: 1.5;
}

.dcp-question-card p {
  line-height: 1.9;
  color: #334155;
}

.dcp-choice-list {
  list-style: none;
  padding: 0;
  margin: 18px 0;
  display: grid;
  gap: 10px;
}

.dcp-choice-list li {
  border: 1px solid rgba(11, 31, 58, 0.14);
  background: rgba(248, 252, 255, 0.96);
  border-radius: 12px;
  padding: 12px 14px;
  color: #0b1f3a;
  font-weight: 500;
  line-height: 1.75;
}

.dcp-answer {
  background: rgba(218, 165, 32, 0.10);
  border-left: 4px solid #c79a2b;
  padding: 12px 14px;
  border-radius: 10px;
  font-weight: 600;
}

@media (max-width: 640px) {
  .dcp-sample-intro,
  .dcp-sample-questions {
    width: min(100% - 28px, 920px);
    padding-left: 0;
    padding-right: 0;
  }

  .dcp-sample-intro {
    padding: 18px 18px;
  }

  .dcp-question-card {
    padding: 22px 18px;
    border-radius: 14px;
  }

  .dcp-question-card h2 {
    font-size: 18px;
  }
}

.dcp-aizawa-advisor {
  margin: 56px auto;
  padding: 0 20px;
}

.dcp-aizawa-advisor__inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 32px;
  align-items: center;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(11, 31, 58, 0.10);
  border-radius: 28px;
  padding: 32px;
  box-shadow: 0 18px 48px rgba(11, 31, 58, 0.08);
}

.dcp-aizawa-advisor__image img {
  width: 100%;
  max-width: 260px;
  height: auto;
  display: block;
  border-radius: 22px;
}

.dcp-aizawa-advisor__label {
  display: inline-block;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: #0b5f8a;
}

.dcp-aizawa-advisor__body h2 {
  margin: 0 0 16px;
  font-size: 26px;
  color: #0b1f3a;
}

.dcp-aizawa-advisor__body p {
  line-height: 1.9;
  color: #334155;
}

.dcp-aizawa-advisor__button {
  margin-top: 14px;
}

.dcp-aizawa-page {
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 20px 72px;
}

.dcp-aizawa-page__hero {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 36px;
  align-items: center;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(11, 31, 58, 0.10);
  border-radius: 28px;
  padding: 34px;
  box-shadow: 0 18px 48px rgba(11, 31, 58, 0.08);
}

.dcp-aizawa-page__image img {
  width: 100%;
  max-width: 320px;
  height: auto;
  display: block;
  border-radius: 22px;
}

.dcp-aizawa-page__intro h1 {
  margin: 0 0 18px;
  font-size: 32px;
  color: #0b1f3a;
}

.dcp-aizawa-page__intro p,
.dcp-aizawa-page__section p,
.dcp-aizawa-page__section li {
  line-height: 1.9;
  color: #334155;
}

.dcp-aizawa-page__section {
  margin-top: 34px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(11, 31, 58, 0.08);
  border-radius: 22px;
  padding: 28px;
}

.dcp-aizawa-page__section h2 {
  margin: 0 0 16px;
  font-size: 24px;
  color: #0b1f3a;
}

.dcp-aizawa-page__section ul {
  margin: 12px 0 0;
  padding-left: 1.4em;
}

.dcp-aizawa-links li {
  margin-bottom: 6px;
  overflow-wrap: anywhere;
}

@media (max-width: 768px) {
  .dcp-aizawa-advisor__inner,
  .dcp-aizawa-page__hero {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .dcp-aizawa-advisor__image img,
  .dcp-aizawa-page__image img {
    margin: 0 auto;
    max-width: 220px;
  }

  .dcp-aizawa-page__intro h1 {
    font-size: 28px;
  }
}
