.gh-saved-update4120 {
  --u-navy: #102f50;
  --u-blue: #1587bd;
  --u-pale: #eef8fc;
  --u-line: #cbdde7;
  color: #1a2b3f;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
}

.gh-saved-update4120 * {
  box-sizing: border-box;
}

.gh-saved-update4120 > .u-article {
  max-width: 1120px;
  margin: auto;
}

.gh-saved-update4120 .u-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
  padding: clamp(42px, 5vw, 64px) 24px 42px;
  background: linear-gradient(135deg, #f2fbff 0%, #fff9ec 100%);
  border-bottom: 1px solid var(--u-line);
}

.gh-saved-update4120 .u-status-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.gh-saved-update4120 .u-status-row span {
  color: #60748a;
  font-size: 13px;
}

.gh-saved-update4120 .confirmed {
  display: inline-block;
  width: max-content;
  padding: 6px 10px;
  border-radius: 99px;
  background: #dcefe3;
  color: #245f3d;
  font-size: 12px;
  font-weight: 800;
}

.gh-saved-update4120 .u-hero-meta {
  display: block;
  margin: 11px 0;
  color: #617489;
}

.gh-saved-update4120 .u-hero h1 {
  max-width: 16ch;
  margin: 18px 0;
  font-size: clamp(42px, 4.6vw, 58px);
  line-height: 1.1;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.gh-saved-update4120 .u-hero h1 span {
  display: block;
  margin-bottom: 9px;
  color: #237eb4;
  font-size: .32em;
  letter-spacing: .08em;
}

.gh-saved-update4120 p,
.gh-saved-update4120 li {
  line-height: 1.85;
}

.gh-saved-update4120 .u-lead {
  color: #173a5d;
  font-size: 19px;
  font-weight: 800;
}

.gh-saved-update4120 .u-time {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  width: max-content;
  max-width: 100%;
  margin-top: 20px;
  padding: 13px 17px;
  border-radius: 10px;
  background: var(--u-navy);
  color: #fff;
}

.gh-saved-update4120 .u-time-value strong {
  font-size: 25px;
}

.gh-saved-update4120 .u-time-note {
  color: #cce6f5;
  font-weight: 500;
}

.gh-saved-update4120 .u-cover,
.gh-saved-update4120 .u-section-visual,
.gh-saved-update4120 .bus-gallery figure {
  overflow: hidden;
  border: 1px solid #bdd5e2;
  border-radius: 14px;
  background: #102c4e;
}

.gh-saved-update4120 .u-cover {
  aspect-ratio: 16 / 11;
  border-radius: 18px;
  box-shadow: 0 22px 55px rgba(13, 48, 77, .18);
}

.gh-saved-update4120 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gh-saved-update4120 .u-toc {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin: 22px 24px 0;
  padding: 10px;
  border: 1px solid var(--u-line);
  border-radius: 14px;
  background: #fff;
}

.gh-saved-update4120 .u-toc p {
  margin: 0;
}

.gh-saved-update4120 .u-toc a {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 52px;
  padding: 8px 10px;
  border-radius: 9px;
  color: #29475e;
  font-weight: 800;
  text-decoration: none;
}

.gh-saved-update4120 .u-toc strong {
  display: grid;
  place-items: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #dff2fa;
  color: #0873a7;
  font-size: 11px;
}

.gh-saved-update4120 .u-toc span {
  font-size: 13px;
  line-height: 1.35;
}

.gh-saved-update4120 .u-article > section {
  margin: 14px 24px 0;
  padding: 30px;
  border: 1px solid var(--u-line);
  border-left: 5px solid #68b4d5;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(22, 63, 91, .05);
}

.gh-saved-update4120 .u-article > section:nth-of-type(even):not(.quick):not(.u-summary) {
  background: #f1f9fc;
}

.gh-saved-update4120 .section-heading {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 19px 16px;
  border-bottom: 1px solid #c9dce5;
}

.gh-saved-update4120 .section-heading::before {
  position: absolute;
  inset: 3px auto 3px 0;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(#1598cc, #56bddb);
  content: "";
}

.gh-saved-update4120 .section-heading .u-eyebrow {
  display: block;
  margin-bottom: 6px;
  color: #287dac;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.gh-saved-update4120 .section-heading h2 {
  margin: 0;
  color: #10243d;
  font-size: clamp(27px, 3vw, 35px);
  line-height: 1.36;
  letter-spacing: -.025em;
}

.gh-saved-update4120 .quick {
  margin-top: 22px;
  padding: 26px;
  border: 1px solid #bcd8e5;
  border-left-width: 1px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(22, 63, 91, .07);
}

.gh-saved-update4120 .quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.gh-saved-update4120 .quick-grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  padding: 15px;
  border: 1px solid #e1edf2;
  border-radius: 10px;
  background: #f5f9fb;
}

.gh-saved-update4120 .quick-grid .quick-title {
  font-size: 17px;
}

.gh-saved-update4120 .quick-grid > div > p:last-child {
  color: #5d7186;
  font-size: 13px;
}

.gh-saved-update4120 .u-section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .65fr);
  gap: clamp(24px, 4vw, 44px);
  align-items: center;
  margin-bottom: 26px;
}

.gh-saved-update4120 .u-section-intro.reverse > div {
  order: 2;
}

.gh-saved-update4120 .u-section-intro.reverse > .u-section-visual {
  order: 1;
}

.gh-saved-update4120 .u-section-visual {
  position: relative;
  aspect-ratio: 16 / 10;
  box-shadow: 0 14px 34px rgba(14, 57, 87, .12);
}

.gh-saved-update4120 .u-section-visual figcaption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 5px 8px;
  border-radius: 6px;
  background: rgba(16, 47, 80, .9);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.gh-saved-update4120 .checks,
.gh-saved-update4120 .sprite-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.gh-saved-update4120 .checks p {
  position: relative;
  padding: 16px 16px 16px 40px;
  border: 1px solid #d6e2e8;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
}

.gh-saved-update4120 .checks p::before {
  position: absolute;
  left: 16px;
  color: #1681b8;
  font-weight: 900;
  content: "✓";
}

.gh-saved-update4120 .feature-lead {
  color: #123f70;
  font-size: 21px;
  font-weight: 800;
}

.gh-saved-update4120 .u-note {
  padding: 14px 16px;
  border-left: 4px solid #69b1d8;
  background: #edf7fb;
  color: #40566b;
}

.gh-saved-update4120 .bus-rule {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  margin: 22px 0;
  padding: 18px;
  border: 1px solid #f1c36f;
  border-radius: 12px;
  background: #fff7df;
}

.gh-saved-update4120 .bus-rule > p:first-child strong {
  padding: 7px 10px;
  border-radius: 7px;
  background: #e78018;
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
}

.gh-saved-update4120 .bus-rule > p {
  margin: 0;
}

.gh-saved-update4120 .bus-steps,
.gh-saved-update4120 .bus-gallery,
.gh-saved-update4120 .sources {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0;
}

.gh-saved-update4120 .bus-steps article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  padding: 17px;
  border: 1px solid #c9dce5;
  border-radius: 11px;
  background: #fff;
}

.gh-saved-update4120 .bus-steps article > p:first-child strong {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #123f70;
  color: #fff;
  font-size: 12px;
}

.gh-saved-update4120 .bus-steps h3 {
  margin: 0 0 5px;
  color: #123f70;
  font-size: 18px;
}

.gh-saved-update4120 .bus-steps p {
  margin: 0;
  font-size: 14px;
}

.gh-saved-update4120 .bus-gallery figure {
  margin: 0;
  padding: 10px;
  background: #edf7fb;
}

.gh-saved-update4120 .bus-gallery figure {
  min-width: 0;
}

.gh-saved-update4120 .bus-gallery img {
  aspect-ratio: 16 / 9;
}

.gh-saved-update4120 .bus-gallery figcaption {
  padding: 9px 2px 2px;
  color: #184d73;
  font-size: 13px;
  font-weight: 900;
}

.gh-saved-update4120 .bus-tactic {
  margin: 22px 0;
  padding: 20px;
  border: 1px solid #9fd2e8;
  border-left: 5px solid #1587bd;
  border-radius: 12px;
  background: linear-gradient(135deg, #e9f8ff, #fff9e8);
}

.gh-saved-update4120 .bus-tactic .u-eyebrow {
  color: #1677a8;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.gh-saved-update4120 .bus-tactic h3 {
  margin: 6px 0 8px;
  color: #123f70;
  font-size: 21px;
}

.gh-saved-update4120 .sprite-grid article {
  padding: 20px;
  border: 1px solid #d6e2e8;
  border-top: 4px solid #67b7df;
  border-radius: 10px;
  background: #fff;
}

.gh-saved-update4120 .sprite-grid .u-eyebrow,
.gh-saved-update4120 .change-list b {
  color: #267aa9;
  font-weight: 800;
}

.gh-saved-update4120 .sprite-grid h3 {
  margin: 8px 0;
  font-size: 20px;
}

.gh-saved-update4120 .sprite-grid p {
  margin: 0;
  font-size: 14px;
}

.gh-saved-update4120 .change-list {
  display: grid;
  gap: 8px;
}

.gh-saved-update4120 .change-list > div {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 16px;
  padding: 16px;
  border: 1px solid #d6e2e8;
  border-radius: 8px;
  background: #fff;
}

.gh-saved-update4120 .candidate-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 20px 0;
}

.gh-saved-update4120 .candidate-list p {
  padding: 9px 13px;
  border-radius: 7px;
  background: #1e3153;
  color: #fff;
  font-weight: 700;
}

.gh-saved-update4120 .timeline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  margin: 22px 0;
  border: 1px solid var(--u-line);
  background: var(--u-line);
}

.gh-saved-update4120 .timeline p {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 17px;
  background: #fff;
}

.gh-saved-update4120 .timeline strong {
  color: #176b9e;
  font-size: 21px;
}

.gh-saved-update4120 .sources .wp-block-button {
  width: calc(50% - 6px);
}

.gh-saved-update4120 .sources .wp-block-button__link {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 8px;
  background: #123f70;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.gh-saved-update4120 .u-article > .u-summary {
  margin-bottom: 24px;
  border: 1px solid #bcdbe9;
  border-left-width: 1px;
  background: linear-gradient(135deg, #e8f7fc, #fff8e8);
}

@media (max-width: 900px) {
  .gh-saved-update4120 .quick-grid,
  .gh-saved-update4120 .checks,
  .gh-saved-update4120 .sprite-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gh-saved-update4120 .u-toc {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .gh-saved-update4120 .u-hero,
  .gh-saved-update4120 .u-section-intro,
  .gh-saved-update4120 .u-section-intro.reverse {
    grid-template-columns: minmax(0, 1fr);
  }

  .gh-saved-update4120 .u-hero {
    gap: 24px;
    padding: 30px 16px 26px;
  }

  .gh-saved-update4120 .u-hero h1 {
    max-width: 100%;
    font-size: clamp(30px, 8.6vw, 36px);
    line-height: 1.16;
  }

  .gh-saved-update4120 .u-hero h1 br {
    display: none;
  }

  .gh-saved-update4120 .u-time {
    width: 100%;
  }

  .gh-saved-update4120 .u-toc {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 16px 16px 0;
    padding: 8px;
  }

  .gh-saved-update4120 .u-article > section {
    margin: 12px 16px 0;
    padding: 22px 18px;
  }

  .gh-saved-update4120 .quick {
    padding: 18px;
  }

  .gh-saved-update4120 .quick-grid,
  .gh-saved-update4120 .timeline,
  .gh-saved-update4120 .sprite-grid,
  .gh-saved-update4120 .checks,
  .gh-saved-update4120 .sources,
  .gh-saved-update4120 .bus-steps,
  .gh-saved-update4120 .bus-gallery {
    grid-template-columns: 1fr;
  }

  .gh-saved-update4120 .u-section-intro.reverse > div,
  .gh-saved-update4120 .u-section-intro.reverse > .u-section-visual {
    order: initial;
  }

  .gh-saved-update4120 .change-list > div,
  .gh-saved-update4120 .bus-rule {
    grid-template-columns: 1fr;
  }

  .gh-saved-update4120 .sources .wp-block-button {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .gh-saved-update4120 .quick-grid {
    grid-template-columns: 1fr;
  }

  .gh-saved-update4120 .u-toc span {
    font-size: 12px;
  }
}
