@charset "UTF-8";

/*
 * Project-specific overrides
 *
 * Use this file for site-specific adjustments that should not be promoted
 * into the reusable template by default.
 *
 * If a rule proves broadly useful across projects, move it intentionally into
 * style/custom.css after validating it as a reusable template improvement.
 */

:root {
  --isv-color-primary: #4f87c6;
  --isv-color-primary-dark: #2e5e96;
  --isv-color-accent: #e78db0;
  --isv-color-accent-soft: #fbe6ef;
  --isv-color-text: #243449;
  --isv-color-muted: #60738a;
  --isv-color-border: #d8e3f0;
  --isv-color-bg: #ffffff;
  --isv-color-bg-soft: #f4f9ff;
  --isv-color-bg-pink: #fff6fa;
  --isv-color-bg-dark: #567397;
  --isv-radius-sm: 10px;
  --isv-radius-md: 22px;
  --isv-radius-lg: 34px;
  --isv-shadow-card: 0 18px 40px rgba(79, 135, 198, 0.14);
  --isv-shadow-soft: 0 10px 24px rgba(57, 88, 127, 0.08);
}

body {
  background:
    linear-gradient(180deg, #fff9fb 0%, #f7fbff 18%, #ffffff 40%),
    #ffffff;
  color: var(--isv-color-text);
}

body:not(.home) .p-topArea {
  display: none;
}

body:not(.home) .u-breadcrumbs {
  margin-top: clamp(1rem, 2vw, 1.5rem);
  margin-bottom: 0;
  color: var(--isv-color-muted);
  font-size: 0.82rem;
}

body:not(.home) .u-breadcrumbs a {
  color: var(--isv-color-primary-dark);
  text-decoration: none;
}

body:not(.home) .l-mainContent__body,
body:not(.home) .l-content,
body:not(.home) .l-mainContent {
  padding-top: 0;
}

.site-header,
.l-header,
#header {
  border-bottom: 1px solid rgba(216, 227, 240, 0.8);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
}

.isv-page-title {
  position: relative;
  overflow: hidden;
  padding-block: clamp(4.5rem, 8vw, 6.5rem) clamp(3rem, 6vw, 4.5rem);
  background:
    radial-gradient(circle at top left, rgba(231, 141, 176, 0.2), transparent 32%),
    radial-gradient(circle at bottom right, rgba(79, 135, 198, 0.2), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f6faff 52%, #fff8fb 100%);
  text-align: center;
}

.isv-page-title::before,
.isv-page-title::after {
  position: absolute;
  border-radius: 999px;
  content: "";
  pointer-events: none;
}

.isv-page-title::before {
  top: -4rem;
  left: min(4vw, 2rem);
  width: clamp(7rem, 16vw, 12rem);
  height: clamp(7rem, 16vw, 12rem);
  background: rgba(231, 141, 176, 0.12);
}

.isv-page-title::after {
  right: min(3vw, 1.5rem);
  bottom: -3rem;
  width: clamp(8rem, 18vw, 14rem);
  height: clamp(8rem, 18vw, 14rem);
  background: rgba(79, 135, 198, 0.12);
}

.isv-page-title > * {
  position: relative;
  z-index: 1;
}

.isv-page-title__label,
.isv-section-title__label {
  color: var(--isv-color-primary);
  font-weight: 800;
  letter-spacing: 0.14em;
}

.isv-page-title__main {
  color: var(--isv-color-primary-dark);
  font-size: clamp(2.2rem, 6vw, 4.6rem);
  font-weight: 800;
  letter-spacing: 0.01em;
}

.isv-page-title__lead {
  max-width: 42rem;
  color: var(--isv-color-muted);
  font-size: clamp(1rem, 2vw, 1.28rem);
  line-height: 2;
}

.isv-section {
  padding-block: clamp(4rem, 7vw, 6rem);
}

.isv-section--soft {
  background: linear-gradient(180deg, #f6fbff 0%, #fff8fb 100%);
}

.isv-section--dark {
  background: linear-gradient(135deg, #5e80aa 0%, #6f90bc 100%);
}

.isv-section--border-top {
  border-top: 1px solid rgba(216, 227, 240, 0.9);
}

.isv-section-title {
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.isv-section-title__main {
  color: var(--isv-color-primary-dark);
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  font-weight: 800;
}

.isv-section-title__lead,
.isv-lead,
.isv-page-title__lead,
.isv-prose {
  color: var(--isv-color-muted);
}

.isv-prose,
.isv-prose p,
.isv-prose li,
.isv-card p,
.isv-card li,
.isv-table td,
.isv-table th {
  line-height: 2;
}

.isv-prose a,
.isv-card a,
.isv-table a,
.isv-list-box a {
  color: var(--isv-color-primary-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.isv-grid {
  gap: clamp(1.25rem, 2.5vw, 2rem);
}

.wp-block-columns.isv-grid {
  gap: clamp(1.25rem, 2.5vw, 2rem);
}

.wp-block-columns.isv-grid > .wp-block-column {
  margin-top: 0;
}

.wp-block-columns.isv-grid > .wp-block-column > .wp-block-group,
.wp-block-columns.isv-grid > .wp-block-column > .wp-block-list {
  height: 100%;
}

.isv-card,
.isv-list-box,
.isv-table table,
.wp-block-table.isv-table table,
.isv-timeline__item,
.isv-note,
.page-id-20 .wp-block-column > ul,
.page-id-14 .wp-block-columns .wp-block-column > ul {
  border: 1px solid rgba(216, 227, 240, 0.95);
  border-radius: var(--isv-radius-md);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--isv-shadow-soft);
}

.isv-card {
  padding: clamp(1.35rem, 2.8vw, 2rem);
}

.isv-card--shadow {
  box-shadow: var(--isv-shadow-card);
}

.isv-card__title {
  color: var(--isv-color-primary-dark);
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 800;
}

.isv-card > :last-child,
.isv-list-box > :last-child,
.isv-note > :last-child {
  margin-bottom: 0;
}

.isv-check-list li {
  margin-bottom: 0.9rem;
  color: var(--isv-color-text);
}

.isv-check-list li::before {
  color: var(--isv-color-primary);
}

.isv-list-box {
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.isv-list-box ul,
.isv-list-box ol {
  padding-left: 1.25rem;
}

.isv-list-columns li {
  break-inside: avoid;
  margin-bottom: 0.65rem;
}

.isv-button,
.wp-block-button .wp-block-button__link.isv-button {
  min-height: 52px;
  padding: 0.9em 1.75em;
  border-width: 0;
  background: linear-gradient(135deg, var(--isv-color-primary) 0%, var(--isv-color-primary-dark) 100%);
  box-shadow: 0 12px 24px rgba(79, 135, 198, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.isv-button:hover,
.wp-block-button .wp-block-button__link.isv-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(79, 135, 198, 0.25);
  opacity: 1;
}

.isv-button--outline,
.wp-block-button .wp-block-button__link.isv-button--outline {
  border: 1px solid rgba(79, 135, 198, 0.22);
  background: #ffffff;
  color: var(--isv-color-primary-dark) !important;
  box-shadow: 0 10px 18px rgba(79, 135, 198, 0.1);
}

.isv-button--accent,
.wp-block-button .wp-block-button__link.isv-button--accent {
  background: linear-gradient(135deg, #ef9bbd 0%, #d96f9b 100%);
  box-shadow: 0 14px 26px rgba(231, 141, 176, 0.28);
}

.isv-cta {
  padding: clamp(2rem, 4vw, 3rem);
  border: 1px solid rgba(216, 227, 240, 0.95);
  border-radius: var(--isv-radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 251, 255, 0.96) 54%, rgba(255, 246, 250, 0.98) 100%);
  box-shadow: var(--isv-shadow-card);
}

.isv-section--dark .isv-cta {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: none;
}

.isv-table table,
.wp-block-table.isv-table table {
  overflow: hidden;
}

.isv-table th,
.wp-block-table.isv-table th {
  background: linear-gradient(180deg, #f5f9ff 0%, #edf4fb 100%);
  color: var(--isv-color-primary-dark);
}

.isv-table td,
.wp-block-table.isv-table td {
  background: rgba(255, 255, 255, 0.94);
}

.isv-timeline {
  gap: 1rem;
}

.isv-timeline__item {
  padding-left: calc(var(--isv-space-md) + 1.5rem);
}

.isv-timeline__item::before {
  width: 0.82rem;
  height: 0.82rem;
  background: linear-gradient(135deg, var(--isv-color-accent) 0%, var(--isv-color-primary) 100%);
  box-shadow: 0 0 0 6px rgba(79, 135, 198, 0.08);
}

.isv-timeline__date {
  color: var(--isv-color-accent);
}

.page-id-28 .isv-page-title {
  padding-top: clamp(5rem, 9vw, 7rem);
  padding-bottom: clamp(4rem, 8vw, 6rem);
}

.page-id-28 .isv-page-title__main {
  max-width: 12ch;
  margin-inline: auto;
}

.page-id-28 .isv-page-title__lead {
  max-width: 46rem;
}

.page-id-28 .isv-grid > .wp-block-column > .isv-card {
  text-align: left;
}

.page-id-28 .isv-grid > .wp-block-column > .isv-card::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1em;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(79, 135, 198, 0.16), rgba(231, 141, 176, 0.18));
  color: var(--isv-color-primary-dark);
  font-size: 0.8rem;
  font-weight: 800;
  content: "実績";
}

.page-id-28 .isv-section--dark .wp-block-buttons {
  justify-content: center;
}

.page-id-20 .wp-block-columns.isv-grid > .wp-block-column > ul {
  height: 100%;
  padding: clamp(1.3rem, 2.5vw, 1.8rem) clamp(1.4rem, 2.8vw, 2rem);
  margin: 0;
  list-style: none;
}

.page-id-20 .wp-block-columns.isv-grid > .wp-block-column > ul li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 0.8rem;
}

.page-id-20 .wp-block-columns.isv-grid > .wp-block-column > ul li::before {
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--isv-color-primary) 0%, var(--isv-color-accent) 100%);
  content: "";
}

.page-id-23 .isv-nav-card,
.page-id-23 .wp-block-button .wp-block-button__link {
  scroll-margin-top: 6rem;
}

.page-id-23 .isv-card__title,
.page-id-25 .isv-card__title {
  line-height: 1.5;
}

.page-id-23 .isv-section--soft .isv-card,
.page-id-25 .isv-section .isv-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.page-id-25 .isv-card {
  border-left: 6px solid rgba(79, 135, 198, 0.22);
}

.page-id-25 .isv-card__title {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.page-id-25 .isv-card__title::before,
.page-id-25 h3.wp-block-heading::before {
  display: inline-grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 999px;
  background: rgba(79, 135, 198, 0.12);
  color: var(--isv-color-primary-dark);
  content: "会";
  font-size: 0.8rem;
  font-weight: 800;
  flex: 0 0 auto;
}

.page-id-14 .wp-block-buttons {
  gap: 1rem;
}

.page-id-14 .wp-block-button {
  flex: 1 1 260px;
}

.page-id-14 .wp-block-button__link {
  width: 100%;
}

.page-id-14 .wp-block-columns .wp-block-column > ul {
  height: 100%;
  padding: 1.4rem 1.5rem;
  margin: 0;
  list-style: none;
}

.page-id-14 .wp-block-columns .wp-block-column > ul li {
  position: relative;
  padding-left: 1.35rem;
  margin-bottom: 0.75rem;
}

.page-id-14 .wp-block-columns .wp-block-column > ul li::before {
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--isv-color-accent);
  content: "";
}

.page-id-14 .isv-section--dark .isv-button--accent,
.page-id-28 .isv-section--dark .isv-button--accent {
  color: #ffffff !important;
}

@media (max-width: 781px) {
  .isv-page-title {
    padding-block: 4.5rem 3rem;
  }

  .isv-page-title__main {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .isv-page-title__lead,
  .isv-prose,
  .isv-card,
  .isv-list-box {
    line-height: 1.85;
  }

  .isv-card,
  .isv-list-box,
  .isv-note {
    padding: 1.25rem;
  }

  .page-id-20 .wp-block-columns.isv-grid > .wp-block-column > ul,
  .page-id-14 .wp-block-columns .wp-block-column > ul {
    padding: 1.2rem 1.25rem;
  }
}


.page-id-28 .isv-front-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 8vw, 7rem) 0 clamp(3rem, 6vw, 5rem);
  background:
    linear-gradient(112deg, rgba(238, 245, 255, 0.96) 0%, rgba(246, 250, 255, 0.92) 34%, rgba(255, 244, 248, 0.74) 58%, rgba(255, 255, 255, 0.18) 100%),
    url('/wp-content/themes/isieve-arkhe-child/assets/images/watanabe/minokamo.jpg') center center / cover no-repeat;
}

.page-id-28 .isv-front-hero::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 22%, rgba(255, 255, 255, 0.78), transparent 24%),
    radial-gradient(circle at 88% 18%, rgba(79, 135, 198, 0.12), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.26));
  content: "";
}

.page-id-28 .isv-front-hero__inner {
  position: relative;
  z-index: 1;
}

.page-id-28 .isv-front-hero__columns {
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
}

.page-id-28 .isv-front-hero__copy {
  max-width: 34rem;
  padding: clamp(1.6rem, 3vw, 2.4rem);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 22px 45px rgba(56, 88, 132, 0.14);
  backdrop-filter: blur(12px);
}

.page-id-28 .isv-front-hero__eyebrow {
  margin: 0 0 0.85rem;
  color: var(--isv-color-primary);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.page-id-28 .isv-front-hero__title {
  margin: 0;
  color: #2c5d97;
  font-size: clamp(2.5rem, 6.3vw, 5rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0.01em;
}

.page-id-28 .isv-front-hero__lead {
  margin: 1.25rem 0 0;
  color: #4b6382;
  font-size: clamp(1rem, 1.9vw, 1.25rem);
  line-height: 2;
}

.page-id-28 .isv-front-hero__actions {
  gap: 0.9rem;
  margin-top: 1.6rem;
}

.page-id-28 .isv-front-hero__actions .wp-block-button {
  flex: 0 0 auto;
}

.page-id-28 .isv-front-hero__actions .wp-block-button__link {
  min-width: clamp(10rem, 18vw, 13rem);
}

.page-id-28 .isv-front-hero__photo {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.page-id-28 .isv-front-hero__photo::before {
  position: absolute;
  right: 5%;
  bottom: 3%;
  width: min(26rem, 92%);
  height: min(26rem, 92%);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(79, 135, 198, 0.16), rgba(231, 141, 176, 0.2));
  filter: blur(2px);
  content: "";
}

.page-id-28 .isv-front-hero__image {
  position: relative;
  z-index: 1;
  margin: 0;
}

.page-id-28 .isv-front-hero__image img {
  display: block;
  width: min(28rem, 100%);
  max-width: 100%;
  margin-left: auto;
  border-radius: 30px;
  object-fit: cover;
  box-shadow: 0 22px 46px rgba(43, 71, 110, 0.18);
}

.page-id-28 .isv-front-hero + .isv-section {
  margin-top: 0;
}

@media (max-width: 781px) {
  .page-id-28 .isv-front-hero {
    padding: 4rem 0 3rem;
    background-position: 62% center;
  }

  .page-id-28 .isv-front-hero__copy {
    max-width: none;
    padding: 1.4rem 1.2rem;
    border-radius: 24px;
    text-align: left;
  }

  .page-id-28 .isv-front-hero__title {
    font-size: clamp(2.2rem, 10vw, 3.3rem);
  }

  .page-id-28 .isv-front-hero__lead br {
    display: none;
  }

  .page-id-28 .isv-front-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .page-id-28 .isv-front-hero__actions .wp-block-button,
  .page-id-28 .isv-front-hero__actions .wp-block-button__link {
    width: 100%;
  }

  .page-id-28 .isv-front-hero__photo {
    justify-content: center;
    margin-top: 0.75rem;
  }

  .page-id-28 .isv-front-hero__photo::before {
    right: 50%;
    transform: translateX(50%);
    width: min(18rem, 80vw);
    height: min(18rem, 80vw);
  }

  .page-id-28 .isv-front-hero__image img {
    width: min(19rem, 86vw);
    margin-inline: auto;
  }
}


.page-id-28 .isv-front-editorial-label {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.9rem;
  color: #7d5a6f;
  letter-spacing: 0.18em;
}

.page-id-28 .isv-front-editorial-label::before {
  width: 2.6rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(231, 141, 176, 0.88), rgba(79, 135, 198, 0.25));
  content: "";
}

.page-id-28 .isv-front-editorial-title {
  position: relative;
  display: inline-block;
  padding-bottom: 0.45rem;
}

.page-id-28 .isv-front-editorial-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4.5rem;
  height: 0.28rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--isv-color-primary), var(--isv-color-accent));
  content: "";
}

.page-id-28 .isv-front-hero {
  background:
    linear-gradient(110deg, rgba(247, 250, 255, 0.98) 0%, rgba(247, 250, 255, 0.9) 25%, rgba(255, 246, 250, 0.45) 46%, rgba(255, 255, 255, 0.1) 64%),
    url('/wp-content/themes/isieve-arkhe-child/assets/images/watanabe/minokamo.jpg') center center / cover no-repeat;
}

.page-id-28 .isv-front-hero__copy {
  border: 1px solid rgba(255, 255, 255, 0.44);
  border-radius: 20px 52px 28px 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.72));
  box-shadow: 0 12px 26px rgba(56, 88, 132, 0.09);
}

.page-id-28 .isv-front-hero__photo {
  align-items: flex-end;
}

.page-id-28 .isv-front-hero__photo::before {
  right: 4%;
  bottom: 2%;
  width: min(24rem, 88%);
  height: min(12rem, 44%);
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.28), rgba(79, 135, 198, 0.04) 70%, transparent 72%);
  filter: blur(10px);
}

.page-id-28 .isv-front-hero__image img {
  width: min(29rem, 102%);
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 22px 26px rgba(47, 76, 115, 0.2));
}

.page-id-28 .isv-front-achievements {
  position: relative;
  background:
    linear-gradient(180deg, #fdfcfa 0%, #f9fbff 100%);
}

.page-id-28 .isv-front-achievements__inner {
  position: relative;
}

.page-id-28 .isv-front-achievements__inner::before {
  position: absolute;
  left: 0;
  top: clamp(4.6rem, 7vw, 5.8rem);
  width: 100%;
  border-top: 1px solid rgba(79, 135, 198, 0.15);
  content: "";
}

.page-id-28 .isv-front-achievements .isv-section-title {
  max-width: 46rem;
  margin-bottom: 1.75rem;
}

.page-id-28 .isv-front-achievements__list {
  gap: 0;
}

.page-id-28 .isv-front-achievements__list > .wp-block-column {
  position: relative;
  padding: 0 1.4rem;
}

.page-id-28 .isv-front-achievements__list > .wp-block-column:not(:first-child)::before {
  position: absolute;
  left: 0;
  top: 0.4rem;
  bottom: 0.4rem;
  border-left: 1px solid rgba(79, 135, 198, 0.14);
  content: "";
}

.page-id-28 .isv-front-achievements__item {
  padding: 0.2rem 0 0.45rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-id-28 .isv-front-achievements__item::before {
  display: block;
  margin: 0 auto 0.85rem;
  color: #7f6a44;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  content: 'REPORT';
}

.page-id-28 .isv-front-achievements__item .isv-card__title {
  margin-bottom: 0.65rem;
  font-size: clamp(1.28rem, 2vw, 1.58rem);
  line-height: 1.4;
}

.page-id-28 .isv-front-achievements__item p {
  margin: 0;
  color: #556983;
}

.page-id-28 .isv-front-promises {
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.page-id-28 .isv-front-promises__inner {
  max-width: 64rem;
}

.page-id-28 .isv-front-promises__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.4rem;
  padding: 1.5rem 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  list-style: none;
}

.page-id-28 .isv-front-promises__list li {
  position: relative;
  min-height: 100%;
  padding: 1.15rem 1.2rem 1.1rem 3.6rem;
  border-left: 3px solid rgba(79, 135, 198, 0.3);
  background: linear-gradient(180deg, rgba(246, 249, 255, 0.92), rgba(255, 252, 253, 0.94));
}

.page-id-28 .isv-front-promises__list li::before {
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--isv-color-primary), #7a9fd0);
  color: #fff;
  content: '約';
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.75rem;
  text-align: center;
}

.page-id-28 .isv-front-policy {
  background:
    linear-gradient(180deg, #f8fbff 0%, #fffdfb 100%);
}

.page-id-28 .isv-front-policy__columns {
  gap: 1.2rem 2rem;
}

.page-id-28 .isv-front-policy__columns > .wp-block-column {
  margin-top: 0;
}

.page-id-28 .isv-front-policy__list {
  counter-reset: policy-item;
  margin: 0;
  padding: 1.3rem 1.4rem;
  border-top: 2px solid rgba(79, 135, 198, 0.18);
  background: rgba(255, 255, 255, 0.74);
  list-style: none;
}

.page-id-28 .isv-front-policy__list li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1em;
}

.page-id-28 .isv-front-policy__list li:last-child {
  margin-bottom: 0;
}

.page-id-28 .isv-front-policy__list li::before {
  counter-increment: policy-item;
  position: absolute;
  left: 0;
  top: 0.15rem;
  color: var(--isv-color-primary-dark);
  content: counter(policy-item, decimal-leading-zero);
  font-size: 1.05rem;
  font-weight: 800;
}

.page-id-28 .isv-front-report__inner {
  max-width: 54rem;
}

.page-id-28 .isv-front-report__note {
  padding: 1.2rem 1.35rem;
  border-left: 4px solid rgba(231, 141, 176, 0.58);
  background: linear-gradient(180deg, rgba(255, 250, 252, 0.98), rgba(247, 250, 255, 0.95));
  box-shadow: none;
}

@media (max-width: 781px) {
  .page-id-28 .isv-front-editorial-title {
    display: block;
  }

  .page-id-28 .isv-front-achievements__inner::before,
  .page-id-28 .isv-front-achievements__list > .wp-block-column:not(:first-child)::before {
    content: none;
  }

  .page-id-28 .isv-front-achievements__list > .wp-block-column {
    padding: 0;
  }

  .page-id-28 .isv-front-promises__list {
    grid-template-columns: 1fr;
    gap: 0.8rem;
    padding-top: 0.9rem;
  }

  .page-id-28 .isv-front-policy__list {
    padding: 1rem 1rem 0.9rem;
  }

  .page-id-28 .isv-front-hero__copy {
    border-radius: 18px 32px 18px 18px;
  }

  .page-id-28 .isv-front-hero__photo::before {
    width: min(16rem, 74vw);
    height: min(9rem, 36vw);
  }

  .page-id-28 .isv-front-hero__image img {
    width: min(18rem, 84vw);
  }
}

/* WP_LOCAL_TEST_WATANABE_TOP_BOARD2_ASSET_COPY_AND_IMPLEMENTATION_PASS_START */
.page-id-28 {
  --isv-top-sp-1: 0.5rem;
  --isv-top-sp-2: 1rem;
  --isv-top-sp-3: 1.5rem;
  --isv-top-sp-4: 2rem;
  --isv-top-sp-5: 3rem;
  --isv-top-sp-6: 4rem;
  --isv-top-sp-7: 6rem;
  --isv-top-lh-body: 1.88;
  --isv-top-lh-heading: 1.48;
  --isv-top-ls-heading: 0.04em;
  --isv-top-ls-label: 0.16em;
  background:
    linear-gradient(180deg, #f8fbff 0%, #ffffff 22%, #f8fbff 52%, #ffffff 100%);
}

.page-id-28 .entry-content > .wp-block-group,
.page-id-28 .l-mainContent__inner > .wp-block-group {
  margin-block-start: 0;
}

.page-id-28 .l-mainContent__body,
.page-id-28 .l-mainContent,
.page-id-28 .l-content,
.page-id-28 .entry-content,
.page-id-28 .p-entryContent {
  overflow-x: clip;
}

.page-id-28 .isv-section {
  padding-block: clamp(var(--isv-top-sp-6), 6.5vw, 5rem);
}

.page-id-28 .isv-front-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3.6rem, 6vw, 4.7rem) 0 clamp(2.3rem, 4vw, 3.1rem);
  background:
    linear-gradient(105deg, rgba(248, 244, 236, 0.9) 0%, rgba(249, 250, 248, 0.82) 31%, rgba(230, 239, 248, 0.32) 56%, rgba(255, 255, 255, 0.04) 100%),
    url('/wp-content/themes/isieve-arkhe-child/assets/images/top/top-hero-bg-generated.webp') center center / cover no-repeat;
}

.page-id-28 .isv-front-hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.2)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 108px);
  content: "";
}

.page-id-28 .isv-front-hero::after {
  position: absolute;
  left: clamp(1.2rem, 4vw, 4rem);
  bottom: clamp(1.3rem, 3vw, 2rem);
  width: clamp(5rem, 10vw, 8rem);
  border-top: 2px solid rgba(255, 255, 255, 0.68);
  content: "";
}

.page-id-28 .isv-front-hero__inner,
.page-id-28 .isv-front-intro__inner,
.page-id-28 .isv-front-promises__inner,
.page-id-28 .isv-front-process__inner,
.page-id-28 .isv-front-achievements__inner,
.page-id-28 .isv-front-policy__inner,
.page-id-28 .isv-front-report__inner,
.page-id-28 .isv-front-contact__inner {
  position: relative;
  z-index: 1;
}

.page-id-28 .isv-front-hero__inner {
  min-height: clamp(35rem, 60vh, 43rem);
  display: flex;
  align-items: flex-end;
}

.page-id-28 .isv-front-hero__columns {
  gap: clamp(1.6rem, 4.2vw, 3.4rem);
  align-items: end;
}

.page-id-28 .isv-front-hero__copy {
  max-width: 37.5rem;
  padding: 1.5rem 1.7rem 1.85rem;
  border: 1px solid rgba(153, 171, 188, 0.24);
  border-radius: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(249, 245, 238, 0.8));
  box-shadow: 0 16px 26px rgba(75, 96, 122, 0.07);
}

.page-id-28 .isv-front-hero__eyebrow {
  display: inline-block;
  margin: 0 0 var(--isv-top-sp-3);
  padding: 0.3rem 0.8rem;
  border: 1px solid rgba(79, 135, 198, 0.24);
  background: rgba(255, 255, 255, 0.72);
  color: #5f738c;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: var(--isv-top-ls-label);
}

.page-id-28 .isv-front-hero__title,
.page-id-28 .isv-front-editorial-title,
.page-id-28 .isv-front-contact__title {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
}

.page-id-28 .isv-front-hero__title {
  margin: 0;
  color: #24486c;
  font-size: clamp(2.35rem, 4.7vw, 3.05rem);
  line-height: 1.4;
  letter-spacing: var(--isv-top-ls-heading);
}

.page-id-28 .isv-front-hero__lead,
.page-id-28 .isv-front-intro__lead,
.page-id-28 .isv-front-contact__lead,
.page-id-28 .isv-front-intro p,
.page-id-28 .isv-front-promise p,
.page-id-28 .isv-front-policy-card p,
.page-id-28 .isv-front-achievement p,
.page-id-28 .isv-front-report__item p,
.page-id-28 .isv-front-report__news-title,
.page-id-28 .isv-front-process__steps p {
  line-height: var(--isv-top-lh-body);
}

.page-id-28 .isv-front-hero__lead {
  max-width: 27rem;
  margin: var(--isv-top-sp-2) 0 0;
  color: #425975;
  font-size: clamp(0.97rem, 1.45vw, 1.06rem);
}

.page-id-28 .isv-front-hero__actions {
  gap: 0.8rem;
  margin-top: var(--isv-top-sp-3);
}

.page-id-28 .isv-front-hero__photo {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}

.page-id-28 .isv-front-hero__photo::before {
  position: absolute;
  right: 1%;
  bottom: 1rem;
  width: min(24rem, 92%);
  height: min(12rem, 38vw);
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 74%);
  content: "";
}

.page-id-28 .isv-front-hero__image {
  margin: 0;
}

.page-id-28 .isv-front-hero__image img {
  display: block;
  width: min(26rem, 100%);
  max-width: 100%;
  margin-left: auto;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 11px 15px rgba(40, 66, 95, 0.15));
}

.page-id-28 .isv-front-hero__caption {
  margin: 0.45rem 0 0;
  color: rgba(33, 70, 107, 0.82);
  font-size: 0.74rem;
  letter-spacing: 0.14em;
}

.page-id-28 .isv-front-intro {
  background: linear-gradient(180deg, #fcfbf8 0%, #ffffff 100%);
}

.page-id-28 .isv-front-intro__columns {
  gap: clamp(1.85rem, 4vw, 3.5rem);
  align-items: center;
}

.page-id-28 .isv-front-intro__image img {
  display: block;
  width: 100%;
  border: 12px solid #ffffff;
  box-shadow: 0 14px 24px rgba(56, 76, 103, 0.08);
}

.page-id-28 .isv-front-intro__lead {
  margin-bottom: var(--isv-top-sp-2);
  color: #425975;
}

.page-id-28 .isv-front-editorial-label,
.page-id-28 .isv-front-contact__label,
.page-id-28 .isv-front-achievement__meta,
.page-id-28 .isv-front-report__tag,
.page-id-28 .isv-front-report__news-cat {
  color: #54708f;
  font-weight: 700;
}

.page-id-28 .isv-front-editorial-label,
.page-id-28 .isv-front-contact__label {
  display: block;
  width: 100%;
  margin-bottom: 0.75rem;
  padding: 0;
  font-size: 0.8rem;
  letter-spacing: var(--isv-top-ls-label);
}

.page-id-28 .isv-front-editorial-label::before,
.page-id-28 .isv-front-contact__label::before {
  content: none;
}

.page-id-28 .isv-front-editorial-title,
.page-id-28 .isv-front-contact__title {
  position: relative;
  display: block;
  margin-bottom: var(--isv-top-sp-3);
  padding-bottom: 0.7rem;
  color: #24476d;
  font-size: clamp(1.75rem, 3.2vw, 2.1rem);
  line-height: 1.48;
  letter-spacing: var(--isv-top-ls-heading);
}

.page-id-28 .isv-front-editorial-title::after,
.page-id-28 .isv-front-contact__title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3.25rem;
  height: 0.22rem;
  background: #d988ab;
  content: "";
}

.page-id-28 .isv-front-promises,
.page-id-28 .isv-front-process,
.page-id-28 .isv-front-policy,
.page-id-28 .isv-front-report {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.page-id-28 .isv-front-achievements {
  position: relative;
  background:
    linear-gradient(120deg, rgba(79, 135, 198, 0.1), rgba(255, 255, 255, 0.88) 38%, rgba(248, 251, 255, 0.94) 100%),
    url('/wp-content/themes/isieve-arkhe-child/assets/images/top/top-intro-river-from-comp.webp') center center / cover no-repeat;
}

.page-id-28 .isv-front-achievements::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(246, 250, 255, 0.9));
  content: "";
}

.page-id-28 .isv-front-achievements__inner,
.page-id-28 .isv-front-process__inner,
.page-id-28 .isv-front-promises__inner,
.page-id-28 .isv-front-policy__inner,
.page-id-28 .isv-front-report__inner {
  max-width: min(70rem, calc(100% - 2rem));
}

.page-id-28 .isv-front-achievements__inner {
  position: relative;
}

.page-id-28 .isv-front-achievements__lead {
  max-width: 34rem;
  margin: -0.35rem 0 1.35rem;
  color: #456482;
  font-size: 1rem;
  line-height: 1.85;
}

.page-id-28 .isv-front-promises__grid,
.page-id-28 .isv-front-policy__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--isv-top-sp-3);
}

.page-id-28 .isv-front-promise,
.page-id-28 .isv-front-policy-card,
.page-id-28 .isv-front-process__steps li,
.page-id-28 .isv-front-report__item,
.page-id-28 .isv-front-achievement {
  border-radius: 0;
  box-shadow: none;
}

.page-id-28 .isv-front-promise,
.page-id-28 .isv-front-policy-card {
  position: relative;
  border: 1px solid rgba(79, 135, 198, 0.08);
  border-left: 2px solid rgba(79, 135, 198, 0.18);
  background: rgba(255, 255, 255, 0.92);
}

.page-id-28 .isv-front-promise {
  display: grid;
  grid-template-columns: 4.2rem minmax(0, 1fr);
  column-gap: 1.4rem;
  align-items: start;
  padding: 1.45rem 1.45rem 1.3rem;
}

.page-id-28 .isv-front-policy-card {
  padding: 1.45rem 1.3rem 1.25rem 5.2rem;
}

.page-id-28 .isv-front-promise h3,
.page-id-28 .isv-front-policy-card h3,
.page-id-28 .isv-front-achievement h3,
.page-id-28 .isv-front-report__item h3 {
  margin: 0 0 0.65rem;
  color: #24476d;
  font-size: 1.2rem;
  line-height: 1.56;
}

.page-id-28 .isv-front-policy-card--wide {
  grid-column: span 2;
}

.page-id-28 .isv-front-icon {
  position: absolute;
  left: 1.15rem;
  top: 0.95rem;
  width: 4.2rem;
  height: 4.2rem;
  padding: 0.72rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(79, 135, 198, 0.12), rgba(255, 255, 255, 0.98));
  object-fit: contain;
  overflow: visible;
}

.page-id-28 .isv-front-promise .isv-front-icon {
  position: relative;
  left: auto;
  top: auto;
  grid-row: 1 / span 2;
  margin: 0.1rem 0 0;
}

.page-id-28 .isv-front-process__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--isv-top-sp-3);
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: process-step;
}

.page-id-28 .isv-front-process__steps li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  padding: 1.6rem 1.3rem 1.35rem;
  border: 1px solid rgba(79, 135, 198, 0.08);
  border-left: 2px solid rgba(79, 135, 198, 0.16);
  background: rgba(255, 255, 255, 0.94);
  text-align: center;
  overflow: visible;
}

.page-id-28 .isv-front-process__steps li:not(:last-child)::after {
  position: absolute;
  right: -0.75rem;
  top: 2.15rem;
  width: 1.25rem;
  border-top: 1px dashed rgba(79, 135, 198, 0.24);
  content: "";
}

.page-id-28 .isv-front-process__steps li::before {
  counter-increment: process-step;
  position: absolute;
  right: 1rem;
  top: 1rem;
  left: auto;
  color: rgba(79, 135, 198, 0.78);
  content: '0' counter(process-step);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.page-id-28 .isv-front-process__steps .isv-front-icon {
  position: relative;
  left: auto;
  top: auto;
  margin: 0.45rem auto 0.95rem;
}

.page-id-28 .isv-front-process__steps strong {
  display: block;
  margin-bottom: 0.6rem;
  color: #24476d;
  font-size: 1.08rem;
  line-height: 1.5;
}

.page-id-28 .isv-front-process__steps p {
  width: 100%;
  max-width: 15em;
  margin: 0;
  color: #456482;
  text-align: left;
}

.page-id-28 .isv-front-achievements__rail {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) repeat(2, minmax(0, 1fr));
  gap: var(--isv-top-sp-3);
}

.page-id-28 .isv-front-achievement {
  position: relative;
  padding: 1.35rem 1.05rem 1.1rem;
  border: 1px solid rgba(79, 135, 198, 0.12);
  border-left: 4px solid rgba(79, 135, 198, 0.22);
  background: rgba(255, 255, 255, 0.94);
}

.page-id-28 .isv-front-achievement:first-child {
  padding: 1.7rem 1.35rem 1.5rem;
}

.page-id-28 .isv-front-achievement:first-child h3 {
  font-size: 1.45rem;
}

.page-id-28 .isv-front-achievement__meta {
  display: inline-block;
  margin-bottom: 0.8rem;
  font-size: 0.8rem;
  letter-spacing: 0.14em;
}

.page-id-28 .isv-front-report__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--isv-top-sp-3);
  margin-bottom: 1.35rem;
}

.page-id-28 .isv-front-report__item {
  padding: 1.2rem 1rem 1rem;
  border: 1px solid rgba(79, 135, 198, 0.08);
  border-left: 2px solid rgba(79, 135, 198, 0.18);
  background: rgba(255, 255, 255, 0.96);
}

.page-id-28 .isv-front-report__tag {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.15rem 0.55rem;
  background: #eef4fb;
  font-size: 0.73rem;
  letter-spacing: 0.12em;
}

.page-id-28 .isv-front-report__news {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 1.35rem;
}

.page-id-28 .isv-front-report__news-item {
  display: grid;
  grid-template-columns: 7.5rem minmax(0, 1fr) auto;
  gap: 0.85rem;
  align-items: center;
  padding: 0.8rem 0;
  border-top: 1px solid rgba(79, 135, 198, 0.12);
  color: #24476d;
  text-decoration: none;
}

.page-id-28 .isv-front-report__news-item:last-child {
  border-bottom: 1px solid rgba(79, 135, 198, 0.14);
}

.page-id-28 .isv-front-report__news-cat {
  font-size: 0.74rem;
  letter-spacing: 0.14em;
}

.page-id-28 .isv-front-report__news-title {
  min-width: 0;
  color: #57728d;
  font-size: 0.92rem;
}

.page-id-28 .isv-front-report__news-arrow {
  color: #5d7897;
  font-size: 1rem;
}

.page-id-28 .isv-front-contact {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(39, 76, 115, 0.84) 0%, rgba(76, 124, 176, 0.74) 55%, rgba(58, 95, 138, 0.82) 100%),
    url('/wp-content/themes/isieve-arkhe-child/assets/images/top/top-contact-bg-generated.png') center center / cover no-repeat;
}

.page-id-28 .isv-front-contact::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(11, 34, 58, 0.18));
  content: "";
}

.page-id-28 .isv-front-contact__inner {
  max-width: 52rem;
  text-align: center;
}

.page-id-28 .isv-front-contact__label,
.page-id-28 .isv-front-contact__title,
.page-id-28 .isv-front-contact__lead {
  color: #ffffff;
}

.page-id-28 .isv-front-contact__title {
  font-size: clamp(1.9rem, 3.7vw, 2.35rem);
}

.page-id-28 .isv-front-contact__title::after {
  left: 50%;
  transform: translateX(-50%);
}

.page-id-28 .isv-front-contact__lead {
  max-width: 42rem;
  margin: 0 auto var(--isv-top-sp-3);
}

.page-id-28 .wp-block-button.isv-button {
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.page-id-28 .wp-block-button.isv-button .wp-block-button__link {
  min-height: 52px;
  padding: 0.92rem 1.75rem;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: none;
  font-size: 0.92rem;
  letter-spacing: 0.05em;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.page-id-28 .wp-block-button.isv-button .wp-block-button__link:hover {
  transform: none;
  box-shadow: none;
}

.page-id-28 .wp-block-button.isv-button .wp-block-button__link {
  background: #1f5f93;
  color: #ffffff !important;
}

.page-id-28 .wp-block-button.isv-button.isv-button--outline .wp-block-button__link,
.page-id-28 .wp-block-button.isv-button:not(.isv-button--accent) .wp-block-button__link {
  border-color: rgba(31, 95, 147, 0.34);
  background: rgba(255, 255, 255, 0.96);
  color: #1f5f93 !important;
}

.page-id-28 .wp-block-button.isv-button.isv-button--accent .wp-block-button__link {
  background: #d94f86;
  color: #ffffff !important;
}

.page-id-28 .isv-front-hero__actions,
.page-id-28 .isv-front-achievements .wp-block-buttons,
.page-id-28 .isv-front-report .wp-block-buttons,
.page-id-28 .isv-front-contact .wp-block-buttons {
  gap: 0.8rem;
}

.page-id-28 .isv-front-achievements .wp-block-buttons,
.page-id-28 .isv-front-report .wp-block-buttons,
.page-id-28 .isv-front-contact .wp-block-buttons {
  justify-content: center;
}

@media (max-width: 781px) {
  .isv-site-header__bottom {
    display: none;
  }

  body {
    overflow-x: clip;
  }

  .page-id-28 .isv-site-header {
    overflow-x: clip;
  }

  .page-id-28 .isv-site-header .l-header__body {
    grid-template-areas: 'center right';
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 0.4rem;
    padding-left: max(0.8rem, env(safe-area-inset-left));
    padding-right: max(0.8rem, env(safe-area-inset-right));
  }

  .page-id-28 .isv-site-header__left,
  .page-id-28 .isv-site-header__right,
  .page-id-28 .isv-site-header .l-header__searchBtn {
    display: none;
  }

  .page-id-28 .isv-site-header .l-header__center,
  .page-id-28 .isv-site-header .l-header__logo,
  .page-id-28 .isv-site-header__logo {
    min-width: 0;
    justify-content: flex-start;
    text-align: left;
  }

  .page-id-28 .isv-site-header .c-headLogo {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .page-id-28 .isv-site-header .l-header__drawerBtn {
    justify-self: end;
  }
}

@media (max-width: 960px) {
  .page-id-28 .isv-front-process__steps,
  .page-id-28 .isv-front-achievements__rail,
  .page-id-28 .isv-front-report__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-id-28 .isv-front-report__news-item {
    grid-template-columns: 7rem minmax(0, 1fr) auto;
  }
}

@media (max-width: 781px) {
  .page-id-28 .isv-section {
    padding-block: 3.5rem;
  }

  .page-id-28 .isv-front-hero {
    padding: 3.3rem 0 2.6rem;
    background-position: 62% center;
  }

  .page-id-28 .isv-front-hero__inner {
    min-height: auto;
  }

  .page-id-28 .isv-front-hero__copy {
    max-width: none;
    padding: 1.15rem 1rem 1.25rem;
  }

  .page-id-28 .isv-front-hero__title {
    font-size: clamp(1.8rem, 8.2vw, 2.5rem);
    line-height: 1.38;
  }

  .page-id-28 .isv-front-hero__lead br {
    display: none;
  }

  .page-id-28 .isv-front-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .page-id-28 .isv-front-hero__actions .wp-block-button,
  .page-id-28 .isv-front-hero__actions .wp-block-button__link {
    width: 100%;
  }

  .page-id-28 .isv-front-hero__photo {
    align-items: center;
    margin-top: 1rem;
  }

  .page-id-28 .isv-front-hero__caption {
    align-self: center;
  }

  .page-id-28 .isv-front-promises__grid,
  .page-id-28 .isv-front-policy__grid,
  .page-id-28 .isv-front-process__steps,
  .page-id-28 .isv-front-achievements__rail,
  .page-id-28 .isv-front-report__list {
    grid-template-columns: 1fr;
  }

  .page-id-28 .isv-front-promise {
    grid-template-columns: 1fr;
    row-gap: 0.8rem;
    padding: 1.2rem 1rem 1.15rem;
    text-align: center;
  }

  .page-id-28 .isv-front-promise .isv-front-icon {
    margin: 0 auto;
  }

  .page-id-28 .isv-front-promise h3 {
    margin-bottom: 0.4rem;
  }

  .page-id-28 .isv-front-promise p,
  .page-id-28 .isv-front-process__steps p {
    text-align: left;
  }

  .page-id-28 .isv-front-policy-card--wide {
    grid-column: auto;
  }

  .page-id-28 .isv-front-process__steps li:not(:last-child)::after {
    content: none;
  }

  .page-id-28 .isv-front-promise,
  .page-id-28 .isv-front-policy-card,
  .page-id-28 .isv-front-process__steps li,
  .page-id-28 .isv-front-achievement,
  .page-id-28 .isv-front-report__item {
    padding-right: 1rem;
    margin-right: 0;
  }

  .page-id-28 .isv-front-icon {
    width: 3.55rem;
    height: 3.55rem;
    padding: 0.62rem;
  }

  .page-id-28 .isv-front-report__news-item {
    grid-template-columns: 1fr auto;
    gap: 0.45rem 0.8rem;
  }

  .page-id-28 .isv-front-report__news-cat {
    grid-column: 1 / -1;
  }
}
/* WP_LOCAL_TEST_WATANABE_TOP_BOARD2_ASSET_COPY_AND_IMPLEMENTATION_PASS_END */


/* WP_LOCAL_TEST_WATANABE_TOP_V2_NEW_FRONT_PAGE_FROM_PROPOSAL_WITH_ACTIVITY_REPORT_START */
.page-id-53 {
  --isv-v2-navy: #14284a;
  --isv-v2-navy-deep: #0d1a33;
  --isv-v2-ink: #26303f;
  --isv-v2-muted: #5c6675;
  --isv-v2-accent: #b23350;
  --isv-v2-accent-deep: #8f2740;
  --isv-v2-paper: #fbfaf6;
  --isv-v2-blue-tint: #eef3fb;
  --isv-v2-line: #e7e3da;
  --isv-v2-line-soft: #eee9df;
  --isv-v2-wrap: min(1120px, calc(100% - 3rem));
  background: linear-gradient(180deg, #fefdf9 0%, #ffffff 16%, #fbfcff 58%, #ffffff 100%);
}

.page-id-53 .entry-content > .wp-block-group,
.page-id-53 .l-mainContent__inner > .wp-block-group {
  margin-block-start: 0;
}

.page-id-53 .l-mainContent__body,
.page-id-53 .l-mainContent,
.page-id-53 .l-content,
.page-id-53 .entry-content,
.page-id-53 .p-entryContent,
.page-id-53 .isv-front-v2 {
  overflow-x: clip;
}

.page-id-53 .isv-front-v2,
.page-id-53 .isv-front-v2 p,
.page-id-53 .isv-front-v2 li {
  color: var(--isv-v2-ink);
  line-height: 1.85;
}

.page-id-53 .isv-front-v2__section-inner,
.page-id-53 .isv-front-v2__hero-inner,
.page-id-53 .isv-front-v2__cta-inner {
  width: var(--isv-v2-wrap);
  max-width: var(--isv-v2-wrap);
}

.page-id-53 .isv-front-v2__hero,
.page-id-53 .isv-front-v2__intro,
.page-id-53 .isv-front-v2__promises,
.page-id-53 .isv-front-v2__process,
.page-id-53 .isv-front-v2__reports,
.page-id-53 .isv-front-v2__policy,
.page-id-53 .isv-front-v2__latest,
.page-id-53 .isv-front-v2__cta {
  position: relative;
}

.page-id-53 .isv-front-v2__hero {
  overflow: hidden;
  padding: clamp(4.2rem, 8vw, 6.2rem) 0 clamp(3.2rem, 7vw, 5rem);
  background: #dfe9f3;
}

.page-id-53 .isv-front-v2__hero::before {
  position: absolute;
  inset: 0;
  background: url('/wp-content/themes/isieve-arkhe-child/assets/images/top/top-hero-bg-generated.webp') center 40% / cover no-repeat;
  content: "";
}

.page-id-53 .isv-front-v2__hero::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(251, 250, 246, 0.97) 0%, rgba(251, 250, 246, 0.9) 34%, rgba(238, 243, 251, 0.4) 60%, rgba(255, 255, 255, 0) 100%);
  content: "";
}

.page-id-53 .isv-front-v2__hero-inner,
.page-id-53 .isv-front-v2__section-inner,
.page-id-53 .isv-front-v2__cta-inner {
  position: relative;
  z-index: 1;
}

.page-id-53 .isv-front-v2__hero-columns {
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: end;
}

.page-id-53 .isv-front-v2__hero-copy {
  max-width: 40rem;
  padding-bottom: clamp(1rem, 4vw, 3rem);
}

.page-id-53 .isv-front-v2__badge {
  display: inline-block;
  margin: 0 0 1.75rem;
  padding: 0.55rem 1rem;
  border: 1px solid rgba(20, 40, 74, 0.35);
  background: rgba(255, 255, 255, 0.55);
  color: var(--isv-v2-navy);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.page-id-53 .isv-front-v2__hero-title,
.page-id-53 .isv-front-v2__title,
.page-id-53 .isv-front-v2__cta-title {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-weight: 600;
  color: var(--isv-v2-navy);
  letter-spacing: 0.02em;
}

.page-id-53 .isv-front-v2__hero-title {
  max-width: 8.6em;
  margin: 0;
  font-size: clamp(2.35rem, 4.8vw, 4rem);
  line-height: 1.24;
}

.page-id-53 .isv-front-v2__hero-lead {
  margin: 1.8rem 0 0;
  padding-left: 0.15em;
  color: var(--isv-v2-ink);
  font-size: 1rem;
  line-height: 2;
  font-weight: 500;
}

.page-id-53 .isv-front-v2__hero-actions {
  gap: 1rem;
  margin-top: 2rem;
}

.page-id-53 .isv-front-v2__hero-photo {
  position: relative;
  justify-self: end;
}

.page-id-53 .isv-front-v2__hero-image {
  margin: 0;
}

.page-id-53 .isv-front-v2__hero-image img {
  display: block;
  width: min(27.5rem, 100%);
  max-width: 100%;
  margin-inline: auto;
  filter: drop-shadow(0 24px 40px rgba(13, 26, 51, 0.28));
  opacity: 0;
  transition: opacity 0.7s ease;
}

/* Hero load-in: background, photo, copy (badge/title/lead/actions), and caption all
   fade in together instead of popping in independently at whatever moment their own
   network request / layout finishes. */
.page-id-53 .isv-front-v2__hero::before {
  opacity: 0;
  transition: opacity 0.7s ease;
}

.page-id-53 .isv-front-v2__hero-copy,
.page-id-53 .isv-front-v2__hero-caption {
  opacity: 0;
  transition: opacity 0.7s ease;
}

.page-id-53 .isv-front-v2__hero.is-hero-ready::before {
  opacity: 1;
}

.page-id-53 .isv-front-v2__hero.is-hero-ready .isv-front-v2__hero-image img,
.page-id-53 .isv-front-v2__hero.is-hero-ready .isv-front-v2__hero-copy,
.page-id-53 .isv-front-v2__hero.is-hero-ready .isv-front-v2__hero-caption {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .page-id-53 .isv-front-v2__hero::before,
  .page-id-53 .isv-front-v2__hero-image img,
  .page-id-53 .isv-front-v2__hero-copy,
  .page-id-53 .isv-front-v2__hero-caption {
    opacity: 1;
    transition: none;
  }
}

.page-id-53 .isv-front-v2__hero-caption {
  position: absolute;
  left: 50%;
  bottom: 1.6rem;
  transform: translateX(-50%);
  margin: 0;
  padding: 0.38rem 0.9rem;
  background: rgba(20, 40, 74, 0.94);
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.38);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  white-space: nowrap;
}

.page-id-53 .isv-front-v2__intro,
.page-id-53 .isv-front-v2__policy {
  background: var(--isv-v2-paper);
}

.page-id-53 .isv-front-v2__intro-columns {
  gap: clamp(2rem, 6vw, 4.5rem);
  align-items: center;
}

.page-id-53 .isv-front-v2__intro-media {
  position: relative;
}

.page-id-53 .isv-front-v2__intro-tag {
  position: absolute;
  left: -0.9rem;
  top: -0.9rem;
  z-index: 1;
  margin: 0;
  padding: 0.8rem 1.35rem;
  background: var(--isv-v2-navy);
  color: #fff;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  box-shadow: 0 12px 24px -12px rgba(13, 26, 51, 0.6);
}

.page-id-53 .isv-front-v2__intro-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 3px;
  box-shadow: 0 26px 50px -24px rgba(13, 26, 51, 0.4);
}

.page-id-53 .isv-front-v2__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 auto 1rem;
  color: var(--isv-v2-accent);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.page-id-53 .isv-front-v2__eyebrow::before {
  width: 2.2rem;
  height: 1px;
  background: var(--isv-v2-accent);
  opacity: 0.7;
  content: "";
}

.page-id-53 .isv-front-v2__eyebrow--light {
  color: rgba(255, 255, 255, 0.82);
  justify-content: center;
}

.page-id-53 .isv-front-v2__eyebrow--light::before {
  background: rgba(255, 255, 255, 0.72);
}

.page-id-53 .isv-front-v2__title {
  margin: 0;
  font-size: clamp(1.8rem, 3.4vw, 2.5rem);
  line-height: 1.4;
}

.page-id-53 .isv-front-v2__rule {
  width: 3.5rem;
  min-width: 0;
  margin: 1.3rem 0 0.3rem;
  border: 0;
  border-top: 3px solid var(--isv-v2-accent);
  opacity: 1;
}

.page-id-53 .isv-front-v2__copy {
  margin: 1.2rem 0 0;
  color: var(--isv-v2-ink);
}

.page-id-53 .isv-front-v2__copy--muted,
.page-id-53 .isv-front-v2__lead {
  color: var(--isv-v2-muted);
}

.page-id-53 .isv-front-v2__lead {
  max-width: 60ch;
  margin: 1rem 0 0;
  font-size: 0.97rem;
}

.page-id-53 .isv-front-v2__promise-grid,
.page-id-53 .isv-front-v2__policy-grid,
.page-id-53 .isv-front-v2__report-grid {
  display: grid;
  gap: 1.4rem;
  margin-top: 3.25rem;
}

.page-id-53 .isv-front-v2__promise-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-id-53 .isv-front-v2__promise-card {
  display: flex;
  gap: 1.35rem;
  align-items: flex-start;
  padding: 2rem 2rem 1.9rem;
  border: 1px solid var(--isv-v2-line);
  border-radius: 4px;
  background: #fff;
  transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

.page-id-53 .isv-front-v2__promise-card:hover,
.page-id-53 .isv-front-v2__report-card:hover,
.page-id-53 .isv-front-v2__policy-card:hover,
.page-id-53 .isv-front-v2__post-card:hover {
  border-color: var(--isv-v2-navy);
  box-shadow: 0 22px 44px -30px rgba(13, 26, 51, 0.5);
  transform: translateY(-3px);
}

.page-id-53 .isv-front-v2__icon {
  flex: none;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0.9rem;
  border-radius: 999px;
  background: var(--isv-v2-blue-tint);
  object-fit: contain;
}

.page-id-53 .isv-front-v2__promise-card h3,
.page-id-53 .isv-front-v2__step-card h3,
.page-id-53 .isv-front-v2__report-card h3,
.page-id-53 .isv-front-v2__policy-card h3,
.page-id-53 .isv-front-v2__post-title {
  margin: 0 0 0.55rem;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  color: var(--isv-v2-navy);
  font-weight: 600;
}

.page-id-53 .isv-front-v2__promise-card h3 {
  font-size: 1.18rem;
}

.page-id-53 .isv-front-v2__promise-card p,
.page-id-53 .isv-front-v2__step-card p,
.page-id-53 .isv-front-v2__report-card p,
.page-id-53 .isv-front-v2__policy-card p,
.page-id-53 .isv-front-v2__post-excerpt,
.page-id-53 .isv-front-v2__post-excerpt p {
  color: var(--isv-v2-muted);
  font-size: 0.92rem;
}

.page-id-53 .isv-front-v2__process-wrap {
  background: linear-gradient(180deg, #fff, var(--isv-v2-blue-tint));
}

.page-id-53 .isv-front-v2__step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  padding: 0;
  margin: 3.5rem 0 0;
  list-style: none;
}

.page-id-53 .isv-front-v2__step-card {
  position: relative;
  padding-top: 0.85rem;
}

.page-id-53 .isv-front-v2__step-card:not(:last-child)::before {
  position: absolute;
  top: 2.25rem;
  left: 2.75rem;
  right: -1.5rem;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--isv-v2-line) 0 6px, transparent 6px 12px);
  content: "";
}

.page-id-53 .isv-front-v2__step-num {
  position: relative;
  z-index: 1;
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: 1.2rem;
  border-radius: 999px;
  place-items: center;
  background: var(--isv-v2-navy);
  color: #fff;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 0.9rem;
  font-weight: 700;
}

.page-id-53 .isv-front-v2__step-card h3 {
  font-size: 1.12rem;
}

.page-id-53 .isv-front-v2__report-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-id-53 .isv-front-v2__report-card {
  padding: 2rem 1.9rem;
  border: 1px solid var(--isv-v2-line);
  border-top: 3px solid var(--isv-v2-navy);
  border-radius: 0 0 4px 4px;
  background: #fff;
  transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

.page-id-53 .isv-front-v2__report-label,
.page-id-53 .isv-front-v2__policy-num,
.page-id-53 .isv-front-v2__post-tag,
.page-id-53 .isv-front-v2__post-date {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.page-id-53 .isv-front-v2__report-label,
.page-id-53 .isv-front-v2__policy-num,
.page-id-53 .isv-front-v2__post-tag {
  color: var(--isv-v2-accent);
  display: inline-flex;
  justify-content: center;
  width: 100%;
}

.page-id-53 .isv-front-v2__report-label {
  margin-bottom: 1em;
}

.page-id-53 .isv-front-v2__report-card h3 {
  font-size: 1.3rem;
  line-height: 1.5;
}

.page-id-53 .isv-front-v2__center-cta {
  justify-content: center;
  gap: 0.8rem;
  margin-top: 2.5rem;
}

.page-id-53 .isv-front-v2__policy-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.page-id-53 .isv-front-v2__policy-card {
  position: relative;
  padding: 1.9rem 1.75rem;
  border: 1px solid var(--isv-v2-line);
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
  transition: box-shadow 0.28s ease, transform 0.28s ease;
}

.page-id-53 .isv-front-v2__policy-card::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--isv-v2-navy);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease;
  content: "";
}

.page-id-53 .isv-front-v2__policy-card:hover::before {
  transform: scaleY(1);
}

.page-id-53 .isv-front-v2__policy-card--wide {
  grid-column: span 1;
}

.page-id-53 .isv-front-v2__latest {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.page-id-53 .isv-front-v2__query {
  margin-top: 3.25rem;
}

.page-id-53 .isv-front-v2__query .wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.page-id-53 .isv-front-v2__post-card {
  height: 100%;
  padding: 2rem 1.9rem;
  border: 1px solid var(--isv-v2-line);
  border-radius: 4px;
  background: #fff;
  transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

.page-id-53 .isv-front-v2__post-tag {
  display: inline-block;
  margin-bottom: 0.75rem;
  padding: 0.2rem 0.55rem;
  background: #f7edf0;
}

.page-id-53 .isv-front-v2__post-date {
  margin-bottom: 0.8rem;
  color: var(--isv-v2-navy);
}

.page-id-53 .isv-front-v2__post-title {
  font-size: 1.15rem;
  line-height: 1.6;
  text-decoration: none;
}

.page-id-53 .isv-front-v2__post-title a {
  color: inherit;
  text-decoration: none;
}

.page-id-53 .isv-front-v2__post-excerpt {
  margin-top: 0.85rem;
}

.page-id-53 .isv-front-v2__post-excerpt .wp-block-post-excerpt__more-link {
  display: inline-flex;
  margin-top: 0.9rem;
  color: var(--isv-v2-navy);
  font-weight: 700;
  text-decoration: none;
}

.page-id-53 .isv-front-v2__cta {
  overflow: hidden;
  color: #fff;
  text-align: center;
  background: var(--isv-v2-navy-deep);
}

.page-id-53 .isv-front-v2__cta::before {
  position: absolute;
  inset: 0;
  background: url('/wp-content/themes/isieve-arkhe-child/assets/images/top/top-hero-bg-generated.webp') center / cover no-repeat;
  opacity: 0.22;
  content: "";
}

.page-id-53 .isv-front-v2__cta::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(13, 26, 51, 0.9), rgba(13, 26, 51, 0.82));
  content: "";
}

.page-id-53 .isv-front-v2__cta-title,
.page-id-53 .isv-front-v2__cta-copy,
.page-id-53 .isv-front-v2__eyebrow--light {
  color: #fff;
}

.page-id-53 .isv-front-v2__cta-title {
  margin: 0;
  font-size: clamp(1.95rem, 4.2vw, 2.9rem);
  line-height: 1.4;
}

.page-id-53 .isv-front-v2__cta-copy {
  max-width: 56ch;
  margin: 1.5rem auto 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.97rem;
}

.page-id-53 .wp-block-button.isv-button {
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.page-id-53 .wp-block-button.isv-button .wp-block-button__link {
  min-height: 52px;
  padding: 0.95rem 1.8rem;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: none;
  font-size: 0.94rem;
  letter-spacing: 0.04em;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.page-id-53 .wp-block-button.isv-button .wp-block-button__link:hover {
  transform: translateY(-2px);
}

.page-id-53 .wp-block-button.isv-button.isv-button--outline .wp-block-button__link {
  border-color: var(--isv-v2-navy);
  background: #fff;
  color: var(--isv-v2-navy) !important;
}

.page-id-53 .wp-block-button.isv-button.isv-button--outline .wp-block-button__link:hover {
  background: var(--isv-v2-navy);
  color: #fff !important;
}

.page-id-53 .wp-block-button.isv-button.isv-button--accent .wp-block-button__link {
  background: var(--isv-v2-accent);
  color: #fff !important;
}

.page-id-53 .wp-block-button.isv-button.isv-button--accent .wp-block-button__link:hover {
  background: var(--isv-v2-accent-deep);
}

@media (max-width: 960px) {
  .page-id-53 .isv-front-v2__report-grid,
  .page-id-53 .isv-front-v2__query .wp-block-post-template {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-id-53 .isv-front-v2__policy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 781px) {
  .page-id-53 .isv-front-v2__hero {
    padding: 3.6rem 0 2.7rem;
  }

  .page-id-53 .isv-front-v2__hero-columns,
  .page-id-53 .isv-front-v2__intro-columns {
    gap: 1.75rem;
  }

  .page-id-53 .isv-front-v2__hero-copy {
    padding-bottom: 0;
  }

  .page-id-53 .isv-front-v2__hero-title {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .page-id-53 .isv-front-v2__hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .page-id-53 .isv-front-v2__hero-actions .wp-block-button,
  .page-id-53 .isv-front-v2__hero-actions .wp-block-button__link {
    width: 100%;
  }

  .page-id-53 .isv-front-v2__hero-photo {
    justify-self: center;
  }

  .page-id-53 .isv-front-v2__hero-image img {
    width: min(20rem, 82vw);
  }

  .page-id-53 .isv-front-v2__hero-caption {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  .page-id-53 .isv-front-v2__intro-tag {
    left: 0.75rem;
    top: 0.75rem;
    font-size: 0.84rem;
  }

  .page-id-53 .isv-front-v2__promise-grid,
  .page-id-53 .isv-front-v2__report-grid,
  .page-id-53 .isv-front-v2__policy-grid,
  .page-id-53 .isv-front-v2__query .wp-block-post-template,
  .page-id-53 .isv-front-v2__step-grid {
    grid-template-columns: 1fr;
  }

  .page-id-53 .isv-front-v2__step-card:not(:last-child)::before {
    display: none;
  }

  .page-id-53 .isv-front-v2__promise-card {
    padding: 1.5rem 1.25rem;
    gap: 1rem;
  }

  .page-id-53 .isv-front-v2__policy-card--wide {
    grid-column: auto;
  }

  .page-id-53 .isv-front-v2__step-grid {
    margin-top: 2.75rem;
  }

  .page-id-53 .isv-front-v2__cta-copy {
    margin-top: 1.2rem;
  }

  .page-id-53 .isv-site-header {
    overflow-x: clip;
  }

  .page-id-53 .isv-site-header .l-header__body {
    grid-template-areas: 'center right';
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 0.4rem;
    padding-left: max(0.8rem, env(safe-area-inset-left));
    padding-right: max(0.8rem, env(safe-area-inset-right));
  }

  .page-id-53 .isv-site-header__left,
  .page-id-53 .isv-site-header__right,
  .page-id-53 .isv-site-header .l-header__searchBtn,
  .page-id-53 .isv-site-header__bottom {
    display: none;
  }

  .page-id-53 .isv-site-header .l-header__center,
  .page-id-53 .isv-site-header .l-header__logo,
  .page-id-53 .isv-site-header__logo {
    min-width: 0;
    justify-content: flex-start;
    text-align: left;
  }

  .page-id-53 .isv-site-header .c-headLogo {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .page-id-53 .isv-site-header .l-header__drawerBtn {
    justify-self: end;
  }
}
/* WP_LOCAL_TEST_WATANABE_TOP_V2_NEW_FRONT_PAGE_FROM_PROPOSAL_WITH_ACTIVITY_REPORT_END */


/* WP_LOCAL_TEST_WATANABE_TOP_V2_CONTRAST_TUNING_02_START */
.page-id-53 .isv-front-v2__hero-caption,
.page-id-53 .isv-front-v2__hero-caption * {
  color: #ffffff !important;
}

.page-id-53 .isv-front-v2__cta,
.page-id-53 .isv-front-v2__cta p,
.page-id-53 .isv-front-v2__cta .isv-front-v2__cta-copy,
.page-id-53 .isv-front-v2__cta .isv-front-v2__eyebrow,
.page-id-53 .isv-front-v2__cta .isv-front-v2__eyebrow--light,
.page-id-53 .isv-front-v2__cta .isv-front-v2__eyebrow--light * {
  color: rgba(255, 255, 255, 0.96) !important;
}

.page-id-53 .isv-front-v2__cta .isv-front-v2__eyebrow--light::before {
  background: rgba(255, 255, 255, 0.84);
  opacity: 1;
}

.page-id-53 .isv-front-v2__cta-copy {
  color: rgba(255, 255, 255, 0.96) !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}
/* WP_LOCAL_TEST_WATANABE_TOP_V2_CONTRAST_TUNING_02_END */
/* WP_LOCAL_TEST_WATANABE_TOP_V2_BRAND_COLOR_TUNING_03_START */
.page-id-53 {
  --isv-v2-navy: #1f7896;
  --isv-v2-navy-deep: #145d74;
  --isv-v2-ink: #234154;
  --isv-v2-muted: #566f80;
  --isv-v2-accent: #d95a8d;
  --isv-v2-accent-deep: #bf4776;
  --isv-v2-paper: #f7fcfe;
  --isv-v2-blue-tint: #eaf7fb;
  --isv-v2-line: #d7ebf3;
  --isv-v2-line-soft: #e6f4f8;
  background: linear-gradient(180deg, #f7fcfe 0%, #ffffff 18%, #f5fbfe 58%, #ffffff 100%);
}

.page-id-53 .isv-front-v2__hero {
  background: #dff3fa;
}

.page-id-53 .isv-front-v2__hero::after {
  background: linear-gradient(100deg, rgba(247, 252, 254, 0.97) 0%, rgba(247, 252, 254, 0.92) 34%, rgba(223, 243, 250, 0.5) 62%, rgba(255, 255, 255, 0.05) 100%);
}

.page-id-53 .isv-front-v2__badge {
  border-color: rgba(31, 120, 150, 0.34);
  background: rgba(255, 255, 255, 0.72);
  color: var(--isv-v2-navy);
}

.page-id-53 .isv-front-v2__hero-image img {
  filter: drop-shadow(0 24px 40px rgba(20, 93, 116, 0.22));
}

.page-id-53 .isv-front-v2__hero-caption {
  background: rgba(20, 93, 116, 0.94);
}

.page-id-53 .isv-front-v2__intro-tag {
  background: var(--isv-v2-navy);
  box-shadow: 0 12px 24px -12px rgba(20, 93, 116, 0.45);
}

.page-id-53 .isv-front-v2__icon {
  background: linear-gradient(180deg, #eefafd 0%, #dff3fa 100%);
}

.page-id-53 .isv-front-v2__report-card,
.page-id-53 .isv-front-v2__policy-card,
.page-id-53 .isv-front-v2__post-card,
.page-id-53 .isv-front-v2__promise-card {
  border-color: var(--isv-v2-line);
}

.page-id-53 .isv-front-v2__report-card {
  border-top-color: var(--isv-v2-navy);
}

.page-id-53 .isv-front-v2__post-tag {
  background: #fbe7ef;
  color: var(--isv-v2-accent);
}

.page-id-53 .isv-front-v2__latest {
  background: linear-gradient(180deg, #ffffff 0%, #f2fbfe 100%);
}

.page-id-53 .wp-block-button.isv-button.isv-button--outline .wp-block-button__link {
  border-color: rgba(31, 120, 150, 0.42);
  background: rgba(255, 255, 255, 0.96);
  color: var(--isv-v2-navy) !important;
}

.page-id-53 .wp-block-button.isv-button.isv-button--outline .wp-block-button__link:hover {
  background: var(--isv-v2-navy);
  border-color: var(--isv-v2-navy);
  color: #ffffff !important;
}

.page-id-53 .wp-block-button.isv-button.isv-button--accent .wp-block-button__link {
  background: linear-gradient(135deg, #e56b9a 0%, #d94f82 100%);
  box-shadow: 0 14px 26px rgba(217, 79, 130, 0.24);
  color: #ffffff !important;
}

.page-id-53 .wp-block-button.isv-button.isv-button--accent .wp-block-button__link:hover {
  background: linear-gradient(135deg, #d95a8d 0%, #bf4776 100%);
}

.page-id-53 .isv-front-v2__cta {
  background: var(--isv-v2-navy-deep);
}

.page-id-53 .isv-front-v2__cta::after {
  background: linear-gradient(180deg, rgba(20, 93, 116, 0.92), rgba(20, 93, 116, 0.84));
}
/* WP_LOCAL_TEST_WATANABE_TOP_V2_BRAND_COLOR_TUNING_03_END */
/* WP_LOCAL_TEST_WATANABE_TOP_V2_CLEAR_SKY_BLUE_TUNING_04_START */
.page-id-53 {
  --isv-v2-navy: #1e8fc8;
  --isv-v2-navy-deep: #145f8c;
  --isv-v2-ink: #1f3f57;
  --isv-v2-muted: #526c7d;
  --isv-v2-accent: #d95a8d;
  --isv-v2-accent-deep: #bf4776;
  --isv-v2-paper: #f4fbff;
  --isv-v2-blue-tint: #eef9ff;
  --isv-v2-line: #cdebfa;
  --isv-v2-line-soft: #d9f1fb;
  background: linear-gradient(180deg, #f4fbff 0%, #ffffff 18%, #eff9ff 58%, #ffffff 100%);
}

.page-id-53 .isv-front-v2__hero {
  background: #e3f5ff;
}

.page-id-53 .isv-front-v2__hero::after {
  background: linear-gradient(100deg, rgba(244, 251, 255, 0.98) 0%, rgba(244, 251, 255, 0.94) 34%, rgba(227, 245, 255, 0.58) 62%, rgba(255, 255, 255, 0.08) 100%);
}

.page-id-53 .isv-front-v2__badge {
  border-color: rgba(30, 143, 200, 0.34);
  background: rgba(255, 255, 255, 0.78);
  color: var(--isv-v2-navy);
}

.page-id-53 .isv-front-v2__hero-image img {
  filter: drop-shadow(0 24px 40px rgba(20, 95, 140, 0.2));
}

.page-id-53 .isv-front-v2__hero-caption {
  background: rgba(20, 95, 140, 0.95);
}

.page-id-53 .isv-front-v2__intro-tag {
  background: var(--isv-v2-navy);
  box-shadow: 0 12px 24px -12px rgba(20, 95, 140, 0.42);
}

.page-id-53 .isv-front-v2__icon {
  background: linear-gradient(180deg, #f4fbff 0%, #e3f5ff 100%);
}

.page-id-53 .isv-front-v2__step-num {
  background: var(--isv-v2-navy);
}

.page-id-53 .isv-front-v2__report-card {
  border-top-color: var(--isv-v2-navy);
}

.page-id-53 .isv-front-v2__post-tag {
  background: #fde9f1;
  color: var(--isv-v2-accent);
}

.page-id-53 .isv-front-v2__latest {
  background: linear-gradient(180deg, #ffffff 0%, #eef9ff 100%);
}

.page-id-53 .wp-block-button.isv-button.isv-button--outline .wp-block-button__link {
  border-color: rgba(30, 143, 200, 0.42);
  background: rgba(255, 255, 255, 0.98);
  color: var(--isv-v2-navy) !important;
}

.page-id-53 .wp-block-button.isv-button.isv-button--outline .wp-block-button__link:hover {
  background: var(--isv-v2-navy);
  border-color: var(--isv-v2-navy);
  color: #ffffff !important;
}

.page-id-53 .isv-front-v2__cta {
  background: var(--isv-v2-navy-deep);
}

.page-id-53 .isv-front-v2__cta::after {
  background: linear-gradient(180deg, rgba(20, 95, 140, 0.92), rgba(20, 95, 140, 0.84));
}
/* WP_LOCAL_TEST_WATANABE_TOP_V2_CLEAR_SKY_BLUE_TUNING_04_END */
/* WP_LOCAL_TEST_WATANA_E_TOP_V2_INTRO_TAG_REMOVE_AND_MOBILE_DRAWER_FIX_2026-07-05_START */
@media (max-width: 999px) {
  html[data-drawer="opened"] body.page-id-53,
  html[data-drawer="opened"] body.page-id-53 .l-content,
  html[data-drawer="opened"] body.page-id-53 .l-mainContent,
  html[data-drawer="opened"] body.page-id-53 .l-mainContent__body,
  html[data-drawer="opened"] body.page-id-53 .entry-content,
  html[data-drawer="opened"] body.page-id-53 .p-entryContent,
  html[data-drawer="opened"] body.page-id-53 .isv-site-header {
    overflow: visible;
    overflow-x: visible;
  }

  html[data-drawer="opened"] body.page-id-53 #drawer_menu,
  html[data-drawer="opened"] body.page-id-53 .p-drawer,
  html[data-drawer="opened"] body.page-id-53 .p-drawer__inner,
  html[data-drawer="opened"] body.page-id-53 .p-drawer__body,
  html[data-drawer="opened"] body.page-id-53 .p-drawer__nav {
    visibility: visible;
    opacity: 1;
  }
}
/* WP_LOCAL_TEST_WATANA_E_TOP_V2_INTRO_TAG_REMOVE_AND_MOBILE_DRAWER_FIX_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_MOBILE_DRAWER_MENU_REGISTRATION_DIAGNOSIS_2026-07-05_START */
@media (max-width: 999px) {
  html[data-drawer="opened"],
  html[data-drawer="opened"] body.page-id-53,
  html[data-drawer="opened"] body.page-id-53 #wrapper,
  html[data-drawer="opened"] body.page-id-53 .l-content,
  html[data-drawer="opened"] body.page-id-53 .l-mainContent,
  html[data-drawer="opened"] body.page-id-53 .l-mainContent__body,
  html[data-drawer="opened"] body.page-id-53 .entry-content,
  html[data-drawer="opened"] body.page-id-53 .p-entryContent,
  html[data-drawer="opened"] body.page-id-53 .isv-site-header,
  html[data-drawer="opened"] body.page-id-53 .isv-front-v2 {
    overflow: visible;
    overflow-x: visible;
  }

  html[data-drawer="opened"] body.page-id-53 #drawer_menu,
  html[data-drawer="opened"] body.page-id-53 .p-drawer,
  html[data-drawer="opened"] body.page-id-53 .p-drawer__inner,
  html[data-drawer="opened"] body.page-id-53 .p-drawer__body,
  html[data-drawer="opened"] body.page-id-53 .p-drawer__nav,
  html[data-drawer="opened"] body.page-id-53 .c-drawerNav {
    visibility: visible;
    opacity: 1;
  }
}
/* WP_LOCAL_TEST_WATANABE_MOBILE_DRAWER_MENU_REGISTRATION_DIAGNOSIS_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_MOBILE_DRAWER_BACKDROP_FILTER_ROOT_CAUSE_FIX_2026-07-05_START */
/*
 * Root cause of the mobile drawer never displaying:
 * The header rule (`.site-header, .l-header, #header { backdrop-filter: blur(10px); }`
 * near the top of this file) applies `backdrop-filter` to the site header.
 * `backdrop-filter` establishes a containing block for `position: fixed`
 * descendants. Arkhe outputs its full-screen fixed drawer (#drawer_menu /
 * .p-drawer) INSIDE the header, so the frosted-glass header trapped the drawer
 * inside the header box (~61px tall). The drawer collapsed (inner height 0) and
 * never appeared as a viewport overlay, on every page.
 *
 * Fix: disable the header backdrop-filter only at drawer/mobile widths, so the
 * fixed drawer's containing block returns to the viewport and it can cover the
 * screen. The desktop frosted header is preserved because the drawer is never
 * opened at desktop widths.
 */
@media (max-width: 999px) {
  .site-header,
  .l-header,
  #header {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }
}
/* WP_LOCAL_TEST_WATANABE_MOBILE_DRAWER_BACKDROP_FILTER_ROOT_CAUSE_FIX_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_MOBILE_DRAWER_BG_SKY_BLUE_TUNING_2026-07-05_START */
/* 2026-07-15: de-scoped from body.page-id-53 to body so every page's drawer matches
   the top page (previously the top page won this sky-blue theme on specificity, while
   every other page fell through to the dark-navy/white-text theme further down in
   MOBILE_DRAWER_TEXT_AND_PAGE_TITLE_PADDING_FIX - see that block's removal note). */
@media (max-width: 999px) {
  body #drawer_menu,
  body .p-drawer,
  body .p-drawer__inner,
  body .p-drawer__body {
    background: #eef9ff;
    color: #1f3f57;
  }

  body .p-drawer__body {
    border-top: 1px solid #d9f1fb;
    box-shadow: 0 18px 40px rgba(20, 95, 140, 0.12);
  }

  body .c-drawerNav {
    border-top-color: #cdebfa;
    border-bottom-color: #cdebfa;
    background: transparent;
  }

  body .c-drawerNav .menu-item {
    border-bottom-color: #d9f1fb;
  }

  body .c-drawerNav__li + .c-drawerNav__li {
    border-top-color: #d9f1fb;
  }

  body .c-drawerNav__a {
    color: #1f3f57;
    background: transparent;
  }

  body .c-drawerNav__a:hover,
  body .c-drawerNav__a:focus,
  body .current-menu-item > .c-drawerNav__a,
  body .current_page_item > .c-drawerNav__a {
    color: #145f8c;
    background: #e3f5ff;
  }

  body .p-drawer__close {
    color: #145f8c;
    background: transparent;
  }

  body .p-drawerUnderlayer {
    background: rgba(31, 63, 87, 0.35);
  }
}
/* WP_LOCAL_TEST_WATANABE_MOBILE_DRAWER_BG_SKY_BLUE_TUNING_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_TOP_V2_LATEST_POSTS_TEXT_LIST_TUNING_2026-07-05_START */
.page-id-53 .isv-front-v2__query .wp-block-post-template {
  display: block;
  margin: 0;
  padding: 0;
}

.page-id-53 .isv-front-v2__query .wp-block-post {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid var(--isv-v2-line);
}

.page-id-53 .isv-front-v2__query .wp-block-post:first-child {
  border-top: 1px solid var(--isv-v2-line);
}

.page-id-53 .isv-front-v2__query .wp-block-post:last-child {
  margin-bottom: 0;
}

.page-id-53 .isv-front-v2__post-card {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  align-items: center;
  gap: 0.9rem 1rem;
  height: auto;
  padding: 1rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: none;
}

.page-id-53 .isv-front-v2__post-card:hover {
  transform: none;
  border-color: transparent;
  box-shadow: none;
}

.page-id-53 .isv-front-v2__post-tag {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: #e8f3ff;
  color: #0d4f8f;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
}

.page-id-53 .isv-front-v2__post-tag a {
  color: inherit;
  text-decoration: none;
}

.page-id-53 .isv-front-v2__post-date {
  margin: 0;
  color: var(--isv-v2-muted);
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.page-id-53 .isv-front-v2__post-title {
  margin: 0;
  min-width: 0;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
}

.page-id-53 .isv-front-v2__post-title a {
  display: inline;
  color: var(--isv-v2-navy);
  text-decoration: none;
}

.page-id-53 .isv-front-v2__post-title a:hover {
  color: var(--isv-v2-accent);
}

.page-id-53 .isv-front-v2__post-excerpt {
  display: none;
}

.page-id-53 .isv-front-v2__query .category-community-activity .isv-front-v2__post-tag {
  background: #e7f6ec;
  color: #1f6b46;
}

.page-id-53 .isv-front-v2__query .category-city-report .isv-front-v2__post-tag {
  background: #e7f0ff;
  color: #1e4f95;
}

.page-id-53 .isv-front-v2__query .category-council-report-cat .isv-front-v2__post-tag {
  background: #f5eafe;
  color: #6d3aa5;
}

.page-id-53 .isv-front-v2__query .category-citizen-voices .isv-front-v2__post-tag {
  background: #fff1df;
  color: #9a5a12;
}

.page-id-53 .isv-front-v2__query .category-news .isv-front-v2__post-tag {
  background: #fdecef;
  color: #a03d57;
}

@media (max-width: 781px) {
  .page-id-53 .isv-front-v2__post-card {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.55rem 0.75rem;
    align-items: start;
  }

  .page-id-53 .isv-front-v2__post-date {
    grid-column: 2;
    font-size: 0.82rem;
  }

  .page-id-53 .isv-front-v2__post-title {
    grid-column: 1 / -1;
    font-size: clamp(1.1rem, 5.3vw, 1.22rem);
  }
}
/* WP_LOCAL_TEST_WATANABE_TOP_V2_LATEST_POSTS_TEXT_LIST_TUNING_2026-07-05_END */
/* WP_LOCAL_TEST_TOP_V2_LATEST_SECTION_WHITE_BG_2026-07-05_START */
.page-id-53 .isv-front-v2__latest {
  background: #ffffff;
}
/* WP_LOCAL_TEST_TOP_V2_LATEST_SECTION_WHITE_BG_2026-07-05_END */
/* WP_LOCAL_TEST_WATANABE_TOP_V2_BODY_READABILITY_IMPROVEMENT_2026-07-05_START */
.page-id-53 .isv-front-v2__intro,
.page-id-53 .isv-front-v2__promises,
.page-id-53 .isv-front-v2__reports,
.page-id-53 .isv-front-v2__process,
.page-id-53 .isv-front-v2__policy,
.page-id-53 .isv-front-v2__latest,
.page-id-53 .isv-front-v2__cta {
  padding-block: clamp(3rem, 5.5vw, 4.4rem);
}

.page-id-53 .isv-front-v2__report-grid,
.page-id-53 .isv-front-v2__policy-grid,
.page-id-53 .isv-front-v2__query {
  margin-top: 2.2rem;
}

.page-id-53 .isv-front-v2__center-cta {
  margin-top: 1.85rem;
}

.page-id-53 .isv-front-v2__step-grid {
  margin-top: 2.7rem;
}

.page-id-53 .isv-front-v2__intro-columns {
  gap: clamp(1.6rem, 4vw, 3rem);
}

.page-id-53 .isv-front-v2__intro-media {
  display: flex;
  justify-content: center;
}

.page-id-53 .isv-front-v2__intro-media figure.isv-front-v2__intro-image:nth-of-type(2) {
  display: none;
}

.page-id-53 .isv-front-v2__intro-image {
  margin: 0;
}

.page-id-53 .isv-front-v2__intro-image img {
  width: min(100%, 277px);
  max-width: 277px;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
}

.page-id-53 .isv-front-v2__intro .isv-front-v2__copy {
  font-size: clamp(1rem, 1.15vw, 1.05rem);
  line-height: 1.9;
}

.page-id-53 .isv-front-v2__query .wp-block-post-template {
  display: block;
  max-width: 820px;
  margin-inline: auto;
}

.page-id-53 .isv-front-v2__post-card {
  padding: 0;
}

.page-id-53 .isv-front-v2__post-card > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 96px 9.5rem minmax(0, 1fr);
  grid-template-areas: 'date tag title';
  align-items: center;
  column-gap: 1rem;
  row-gap: 0;
  padding-block: 0.9rem;
}

.page-id-53 .isv-front-v2__post-date {
  grid-area: date;
  margin: 0;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

.page-id-53 .isv-front-v2__post-tag {
  grid-area: tag;
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin: 0;
  white-space: nowrap;
}

.page-id-53 .isv-front-v2__post-title {
  grid-area: title;
  margin: 0;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-id-53 .isv-front-v2__post-title a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-id-53 .isv-front-v2__query .wp-block-post:hover {
  background: rgba(227, 245, 255, 0.28);
}

@media (max-width: 600px) {
  .page-id-53 .isv-front-v2__intro-image img {
    max-width: min(100%, 277px);
  }

  .page-id-53 .isv-front-v2__post-card > .wp-block-group__inner-container {
    grid-template-columns: auto 1fr;
    grid-template-areas:
      'date tag'
      'title title';
    align-items: start;
    row-gap: 0.45rem;
  }

  .page-id-53 .isv-front-v2__query .isv-front-v2__post-title {
    font-family: inherit;
    font-size: clamp(1rem, 4.1vw, 1.08rem);
    line-height: 1.55;
  }

  .page-id-53 .isv-front-v2__post-title,
  .page-id-53 .isv-front-v2__post-title a {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
/* WP_LOCAL_TEST_WATANABE_TOP_V2_BODY_READABILITY_IMPROVEMENT_2026-07-05_END */
/* WP_LOCAL_TEST_WATANABE_HEADER_FOOTER_BOARD2_SNS_2026-07-05_START */
.isv-site-header {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(30, 95, 140, 0.12);
  box-shadow: 0 8px 24px rgba(20, 95, 140, 0.05);
}

.isv-site-header .l-header__body {
  min-height: 76px;
  column-gap: 1.2rem;
}

.isv-site-header .l-header__center,
.isv-site-header .l-header__logo,
.isv-site-header__logo {
  min-width: 0;
}

.isv-site-header .c-headLogo {
  color: #18455f;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.isv-site-header .c-headLogo__title {
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
}

.isv-site-header__right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.isv-header-menu__list {
  gap: 1.25rem;
}

.isv-header-menu__list a,
.isv-site-header .c-gnav a {
  position: relative;
  color: #2b475c;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.isv-header-menu__list a::after,
.isv-site-header .c-gnav a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.32rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #77c5e8 0%, #d95a8d 100%);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.isv-header-menu__list a:hover,
.isv-site-header .c-gnav a:hover,
.isv-header-menu__list .current-menu-item > a,
.isv-site-header .c-gnav .current-menu-item > a {
  color: #1e8fc8;
}

.isv-header-menu__list a:hover::after,
.isv-site-header .c-gnav a:hover::after,
.isv-header-menu__list .current-menu-item > a::after,
.isv-site-header .c-gnav .current-menu-item > a::after {
  transform: scaleX(1);
}

.isv-site-header__bottom {
  border-top: 1px solid rgba(30, 95, 140, 0.08);
  background: linear-gradient(180deg, rgba(244, 251, 255, 0.98) 0%, rgba(255, 255, 255, 0.98) 100%);
}

.isv-site-header__bottom-inner {
  min-height: 48px;
}

.isv-site-header .c-gnav {
  justify-content: center;
}

.isv-site-header .c-gnav > ul {
  gap: 1.6rem;
}

.isv-header-contact {
  min-height: 2.6rem;
  padding: 0.58rem 1.15rem;
  border: 1px solid rgba(217, 90, 141, 0.24);
  background: linear-gradient(135deg, #e56b9a 0%, #d95a8d 100%);
  box-shadow: 0 10px 22px rgba(217, 90, 141, 0.18);
}

.isv-header-contact:hover {
  background: linear-gradient(135deg, #d95a8d 0%, #bf4776 100%);
}

.isv-site-footer {
  background: linear-gradient(180deg, #f4fbff 0%, #ebf8fd 100%);
  color: #234154;
}

.isv-site-footer__main {
  padding-block: clamp(2.4rem, 5vw, 3.2rem);
  background: transparent;
}

.isv-site-footer__main-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.9fr) minmax(0, 0.95fr);
  gap: 1.8rem;
  align-items: start;
}

.isv-site-footer__company {
  margin: 0;
  color: #18455f;
  font-size: clamp(1.2rem, 1.6vw, 1.45rem);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.isv-site-footer__tagline {
  margin: 0.45rem 0 0;
  color: #5b7282;
  font-size: 0.92rem;
  letter-spacing: 0.12em;
}

.isv-site-footer__address,
.isv-site-footer__tel {
  margin: 0.55rem 0 0;
  color: #526c7d;
}

.isv-site-footer__tel a {
  color: inherit;
  text-decoration: none;
}

.isv-site-footer__heading {
  margin: 0 0 0.85rem;
  color: #1e8fc8;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.isv-footer-menu__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem 1rem;
}

.isv-footer-menu__list a {
  color: #2b475c;
  font-weight: 600;
}

.isv-footer-menu__list a:hover {
  color: #1e8fc8;
}

.isv-site-footer__sns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.isv-site-footer__sns-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.35rem;
  padding: 0.48rem 0.82rem;
  border: 1px solid rgba(30, 143, 200, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #18455f;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.isv-site-footer__sns-link:hover {
  border-color: rgba(217, 90, 141, 0.3);
  color: #d95a8d;
}

.isv-site-footer__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  margin-top: 1rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #1e8fc8 0%, #145f8c 100%);
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(20, 95, 140, 0.16);
}

.isv-site-footer__contact:hover {
  background: linear-gradient(135deg, #145f8c 0%, #1e8fc8 100%);
}

.isv-site-footer__foot {
  border-top: 1px solid rgba(30, 95, 140, 0.1);
  padding-block: 1rem;
  background: rgba(255, 255, 255, 0.64);
}

.isv-site-footer__copyright {
  color: #6c7d88;
  text-align: center;
}

@media (max-width: 960px) {
  .isv-site-footer__main-inner {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .isv-footer-menu__list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 781px) {
  .isv-site-header {
    box-shadow: none;
  }

  .isv-site-header .l-header__body {
    min-height: 64px;
  }

  .isv-site-header__bottom {
    display: none;
  }

  .isv-site-footer__main {
    padding-block: 2rem;
  }

  .isv-footer-menu__list {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .isv-site-footer__sns-link,
  .isv-site-footer__contact {
    width: 100%;
    justify-content: center;
  }
}
/* WP_LOCAL_TEST_WATANABE_HEADER_FOOTER_BOARD2_SNS_2026-07-05_END */
/* WP_LOCAL_TEST_WATANABE_HEADER_FOOTER_REFINEMENT_2026-07-05_START */
.isv-site-header .l-header__body {
  display: grid;
  grid-template-columns: minmax(0, auto) 1fr auto;
  align-items: center;
  grid-template-areas: 'left center right';
}

.isv-site-header__left {
  grid-area: left;
}

.isv-site-header__logo,
.isv-site-header .l-header__center,
.isv-site-header .l-header__logo {
  grid-area: center;
  justify-content: flex-start;
}

.isv-site-header__right {
  grid-area: right;
  justify-content: flex-end;
  flex-wrap: nowrap;
  min-width: 0;
}

.isv-site-header .c-gnav {
  justify-content: flex-end;
}

.isv-site-header .c-gnav > ul,
.isv-header-menu__list {
  flex-wrap: nowrap;
}

.isv-site-header .c-headLogo,
.isv-site-header .c-headLogo a {
  display: inline-flex;
  align-items: center;
}

.isv-site-footer__office {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(30, 95, 140, 0.12);
}

.isv-site-footer__office-name {
  margin: 0;
  color: #18455f;
  font-weight: 700;
}

.isv-site-footer__office-postal,
.isv-site-footer__office-address {
  margin: 0.35rem 0 0;
  color: #526c7d;
  line-height: 1.8;
}

.isv-site-footer__sns-link {
  width: 2.9rem;
  min-width: 2.9rem;
  padding: 0;
  aspect-ratio: 1;
  border-radius: 999px;
}

.isv-site-footer__sns-icon {
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
}

.isv-site-footer__sns-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

@media (max-width: 1080px) {
  .isv-site-header .l-header__body {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: 'center right';
  }

  .isv-site-header__left {
    display: none;
  }

  .isv-site-header__right {
    gap: 0.75rem;
  }

  .isv-header-menu__list,
  .isv-site-header .c-gnav > ul {
    gap: 1rem;
  }
}

@media (max-width: 781px) {
  .isv-site-header .l-header__body {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: 'center right';
  }

  .isv-site-footer__sns-link {
    width: 3rem;
    min-width: 3rem;
  }
}
/* WP_LOCAL_TEST_WATANABE_HEADER_FOOTER_REFINEMENT_2026-07-05_END */
/* WP_LOCAL_TEST_WATANABE_HEADER_2COLUMN_FOOTER_SNS_ICON_ASSETS_2026-07-05_START */
@media (min-width: 1000px) {
  .isv-site-header .l-header__body {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    column-gap: clamp(1.5rem, 4vw, 3rem);
  }

  .isv-site-header__logo,
  .isv-site-header .l-header__center,
  .isv-site-header .l-header__logo {
    justify-content: flex-start;
    min-width: 0;
  }

  .isv-site-header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.9rem;
    min-width: 0;
  }

  .isv-site-header__desktop-nav {
    display: flex;
    min-width: 0;
    justify-content: flex-end;
    flex: 1 1 auto;
  }

  .isv-header-menu,
  .isv-header-menu__list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    min-width: 0;
  }

  .isv-site-header__drawer-toggle {
    display: none;
  }
}

.isv-site-header__search-wrap {
  display: inline-flex;
  align-items: center;
}

.isv-site-footer__sns {
  gap: 0.8rem;
}

.isv-site-footer__sns-link {
  position: relative;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  padding: 0;
  border: 1px solid rgba(30, 143, 200, 0.16);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(238, 249, 255, 0.96) 100%);
  box-shadow: 0 10px 22px rgba(20, 95, 140, 0.08);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.isv-site-footer__sns-link:hover,
.isv-site-footer__sns-link:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(217, 90, 141, 0.28);
  background: linear-gradient(180deg, #ffffff 0%, #fff4f8 100%);
  box-shadow: 0 14px 26px rgba(20, 95, 140, 0.12);
  color: #18455f;
}

.isv-site-footer__sns-link:focus-visible {
  outline: 2px solid rgba(30, 143, 200, 0.35);
  outline-offset: 2px;
}

.isv-site-footer__sns-icon {
  width: 1.4rem;
  height: 1.4rem;
}

.isv-site-footer__sns-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.isv-site-footer__connect {
  min-width: 0;
}

.isv-site-footer__office {
  margin-top: 1.05rem;
}

@media (max-width: 999px) {
  .isv-site-header .l-header__body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 0.85rem;
  }

  .isv-site-header__desktop-nav,
  .isv-header-contact,
  .isv-site-header__search-wrap {
    display: none;
  }

  .isv-site-header__right {
    gap: 0;
  }

  .isv-site-header__drawer-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 781px) {
  .isv-site-footer__sns-link {
    width: 3rem;
    min-width: 3rem;
  }
}
/* WP_LOCAL_TEST_WATANABE_HEADER_2COLUMN_FOOTER_SNS_ICON_ASSETS_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_HEADER_LOGO_MENU_SAME_ROW_FIX_2026-07-05_START */
.isv-site-header__inner {
  position: relative;
}

.isv-site-header__brand,
.isv-site-header__nav {
  min-width: 0;
}

.isv-site-header__nav .c-gnavWrap,
.isv-site-header__nav .c-gnav {
  width: 100%;
}

.isv-site-header__nav .c-gnav {
  justify-content: flex-end;
  gap: clamp(0.9rem, 2vw, 1.4rem);
}

.isv-site-header__nav .c-gnav__a,
.isv-site-header__nav .c-gnav a {
  padding-block: 0.35rem;
}

@media (min-width: 1000px) {
  .isv-site-header,
  .isv-site-header .l-header__body,
  .isv-site-header__inner {
    min-height: 74px;
  }

  .isv-site-header .l-header__body.isv-site-header__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    column-gap: clamp(1.5rem, 4vw, 3rem);
    padding-block: 0.65rem;
  }

  .isv-site-header__brand {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
  }

  .isv-site-header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.85rem;
    min-width: 0;
  }

  .isv-site-header__nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
    min-width: 0;
  }

  .isv-site-header__nav .c-gnavWrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
  }

  .isv-site-header__nav .c-gnav {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .isv-site-header__drawer-toggle {
    display: none;
  }

  .isv-site-header__bottom,
  .isv-site-header-under,
  .l-header__bottom,
  .l-headerUnder {
    display: none !important;
  }
}

@media (max-width: 999px) {
  .isv-site-header .l-header__body.isv-site-header__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 0.85rem;
  }

  .isv-site-header__nav,
  .isv-header-contact,
  .isv-site-header__search-wrap {
    display: none;
  }

  .isv-site-header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
  }

  .isv-site-header__drawer-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

.isv-site-footer__contact,
.isv-site-footer__contact:visited,
.isv-site-footer__contact:hover,
.isv-site-footer__contact:focus,
.isv-site-footer__contact:focus-visible {
  color: #ffffff;
}
/* WP_LOCAL_TEST_WATANABE_HEADER_LOGO_MENU_SAME_ROW_FIX_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_HEADER_MOBILE_DRAWER_BUTTON_RESTORE_2026-07-05_START */
@media (max-width: 999px) {
  .isv-site-header__right,
  .isv-site-header__drawer-toggle,
  .isv-site-header__drawer-toggle .l-header__drawerBtn {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
  }

  .isv-site-header__drawer-toggle {
    flex: 0 0 auto;
    min-width: 44px;
    min-height: 44px;
  }

  .isv-site-header__drawer-toggle .c-iconBtn.-menuBtn,
  .isv-site-header__drawer-toggle .c-iconBtn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    opacity: 1;
    visibility: visible;
  }
}
/* WP_LOCAL_TEST_WATANABE_HEADER_MOBILE_DRAWER_BUTTON_RESTORE_2026-07-05_END */
/* WP_LOCAL_TEST_WATANABE_HEADER_MOBILE_SAME_ROW_ALIGNMENT_2026-07-05_START */
@media (max-width: 999px) {
  #header.isv-site-header,
  #header.isv-site-header .l-header__body.isv-site-header__inner {
    width: 100%;
  }

  #header.isv-site-header .l-header__body.isv-site-header__inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 44px !important;
    align-items: center !important;
    column-gap: 0.75rem !important;
    padding-block: 0.5rem;
  }

  #header.isv-site-header .isv-site-header__brand {
    display: flex !important;
    align-items: center !important;
    min-width: 0;
  }

  #header.isv-site-header .isv-site-header__logo,
  #header.isv-site-header .l-header__center,
  #header.isv-site-header .l-header__logo,
  #header.isv-site-header .c-headLogo {
    display: flex !important;
    align-items: center !important;
    min-width: 0;
    margin: 0;
  }

  #header.isv-site-header .isv-site-header__right {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    width: 44px;
    min-width: 44px;
    margin: 0;
  }

  #header.isv-site-header .isv-site-header__drawer-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px;
    min-width: 44px;
    margin: 0;
  }
}
/* WP_LOCAL_TEST_WATANABE_HEADER_MOBILE_SAME_ROW_ALIGNMENT_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_MOBILE_HEADER_BRAND_DRAWER_SAME_ROW_FIX_2026-07-05_START */
@media (max-width: 999px) {
  #header.isv-site-header {
    min-height: 0;
  }

  #header.isv-site-header .l-header__body.isv-site-header__inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 44px !important;
    align-items: center !important;
    column-gap: 0.75rem !important;
    min-height: 64px;
    padding-block: 0.5rem;
  }

  #header.isv-site-header .isv-site-header__brand {
    display: flex !important;
    align-items: center !important;
    align-self: center;
    min-width: 0;
  }

  #header.isv-site-header .isv-site-header__logo,
  #header.isv-site-header .l-header__center,
  #header.isv-site-header .l-header__logo,
  #header.isv-site-header .c-headLogo {
    display: flex !important;
    align-items: center !important;
    align-self: center;
    min-width: 0;
    margin: 0;
    line-height: 1.2;
  }

  #header.isv-site-header .isv-site-header__nav,
  #header.isv-site-header .isv-header-contact,
  #header.isv-site-header .isv-site-header__search-wrap {
    display: none !important;
  }

  #header.isv-site-header .isv-site-header__right,
  #header.isv-site-header .isv-site-header__drawer-toggle,
  #header.isv-site-header .isv-site-header__drawer-toggle .l-header__drawerBtn {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    align-self: center;
  }

  #header.isv-site-header .isv-site-header__right {
    width: 44px;
    min-width: 44px;
    margin: 0;
    gap: 0;
  }

  #header.isv-site-header .isv-site-header__drawer-toggle,
  #header.isv-site-header .isv-site-header__drawer-toggle .c-iconBtn.-menuBtn,
  #header.isv-site-header .isv-site-header__drawer-toggle .c-iconBtn {
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    margin: 0;
    opacity: 1;
    visibility: visible;
  }
}
/* WP_LOCAL_TEST_WATANABE_MOBILE_HEADER_BRAND_DRAWER_SAME_ROW_FIX_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_MOBILE_DRAWER_CLOSE_ICON_SKY_BLUE_2026-07-05_START */
@media (max-width: 999px) {
  html[data-drawer="opened"] .isv-site-header__drawer-toggle .c-iconBtn.-menuBtn,
  html[data-drawer="opened"] .isv-site-header__drawer-toggle .c-iconBtn.-menuBtn .c-iconBtn__icon,
  html[data-drawer="opened"] .isv-site-header__drawer-toggle .arkhe-svg-close,
  html[data-drawer="opened"] .isv-site-header__drawer-toggle .arkhe-svg-close path {
    color: #1e8fc8;
    fill: #1e8fc8;
    stroke: #1e8fc8;
  }
}
/* WP_LOCAL_TEST_WATANABE_MOBILE_DRAWER_CLOSE_ICON_SKY_BLUE_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_TOP_V2_REPORT_ICONS_AIRCON_LED_TOILET_2026-07-05_START */
.page-id-53 .isv-front-v2__report-icon {
  display: block;
  width: clamp(3rem, 5vw, 4rem);
  height: clamp(3rem, 5vw, 4rem);
  margin: 0 auto 1rem;
  object-fit: contain;
}

@media (max-width: 781px) {
  .page-id-53 .isv-front-v2__report-icon {
    width: clamp(2.75rem, 12vw, 3.3rem);
    height: clamp(2.75rem, 12vw, 3.3rem);
    margin: 0 auto 0.85rem;
  }
}
/* WP_LOCAL_TEST_WATANABE_TOP_V2_REPORT_ICONS_AIRCON_LED_TOILET_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_TOP_V2_MOBILE_FV_ORDER_AND_STEPS_COMPACT_2026-07-05_START */
@media (max-width: 781px) {
  body.page-id-53 .isv-front-v2__hero-columns {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
  }

  body.page-id-53 .isv-front-v2__hero-columns > .wp-block-column:first-child {
    order: 2;
  }

  body.page-id-53 .isv-front-v2__hero-columns > .wp-block-column:last-child {
    order: 1;
  }

  body.page-id-53 .isv-front-v2__hero-copy {
    max-width: none;
    text-align: left;
  }

  body.page-id-53 .isv-front-v2__hero-photo {
    justify-self: center;
    margin-inline: auto;
  }

  body.page-id-53 .isv-front-v2__process {
    padding-block: clamp(2.4rem, 5vw, 3rem);
  }

  body.page-id-53 .isv-front-v2__step-grid {
    gap: 1.1rem;
    margin-top: 2rem;
  }

  body.page-id-53 .isv-front-v2__step-card {
    display: grid;
    grid-template-columns: 2.75rem minmax(0, 1fr);
    column-gap: 0.9rem;
    align-items: start;
    padding: 1rem 0;
  }

  body.page-id-53 .isv-front-v2__step-num {
    width: 2.6rem;
    height: 2.6rem;
    margin: 0;
    font-size: 0.84rem;
  }

  body.page-id-53 .isv-front-v2__step-card h3 {
    grid-column: 2;
    margin: 0 0 0.3rem;
    font-size: 1.02rem;
    line-height: 1.35;
  }

  body.page-id-53 .isv-front-v2__step-card p {
    grid-column: 2;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.7;
  }
}
/* WP_LOCAL_TEST_WATANABE_TOP_V2_MOBILE_FV_ORDER_AND_STEPS_COMPACT_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_TOP_V2_LINK_BUTTON_ARROW_LED_ICON_AND_POLICY_TEXT_FIX_2026-07-05_START */
.page-id-53 .wp-block-button.isv-button .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.page-id-53 .wp-block-button.isv-button .wp-block-button__link::after {
  content: "→";
  display: inline-block;
  font-size: 0.95em;
  line-height: 1;
  transition: transform 0.2s ease;
}

.page-id-53 .wp-block-button.isv-button .wp-block-button__link:hover::after {
  transform: translateX(2px);
}

.page-id-53 .isv-front-v2__policy-card--wide h3 {
  font-size: clamp(1.16rem, 2.15vw, 1.36rem);
  letter-spacing: 0.01em;
  white-space: nowrap;
}

@media (max-width: 781px) {
  .page-id-53 .wp-block-button.isv-button .wp-block-button__link {
    gap: 0.45rem;
  }

  .page-id-53 .isv-front-v2__policy-card--wide h3 {
    font-size: clamp(1.1rem, 5.3vw, 1.22rem);
  }
}
/* WP_LOCAL_TEST_WATANABE_TOP_V2_LINK_BUTTON_ARROW_LED_ICON_AND_POLICY_TEXT_FIX_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_SUBPAGES_TOP_V2_DESIGN_UNIFICATION_2026-07-05_START */
.isv-subpage-title,
.isv-subpage-section,
.isv-subpage-section--soft,
.isv-subpage-panel,
.isv-subpage-grid--2,
.isv-subpage-grid--3,
.isv-subpage-lead,
.isv-subpage-cta,
.isv-subpage-space-sm,
.isv-subpage-space-md {
  --isv-subpage-wrap: var(--isv-v2-wrap, min(1120px, calc(100vw - 48px)));
}

.isv-subpage-title {
  position: relative;
  overflow: hidden;
}

.isv-subpage-section__inner {
  width: var(--isv-subpage-wrap);
  max-width: var(--isv-subpage-wrap);
  margin-inline: auto;
}

.isv-subpage-heading,
.body:not(.home) .isv-section h2.wp-block-heading,
body:not(.home) .isv-card h3.wp-block-heading,
body:not(.home) .isv-card__title {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  color: var(--isv-v2-navy, var(--isv-color-primary-dark));
}

.isv-subpage-lead {
  color: var(--isv-v2-muted, var(--isv-color-muted));
  line-height: 1.9;
}

.isv-subpage-grid--2,
.isv-subpage-grid--3 {
  display: grid;
  gap: 1.35rem;
}

.isv-subpage-grid--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.isv-subpage-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.isv-subpage-panel {
  padding: clamp(1.3rem, 2.5vw, 1.8rem);
  border: 1px solid rgba(30, 95, 140, 0.12);
  border-top: 3px solid var(--isv-v2-navy, var(--isv-color-primary-dark));
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 18px 34px -28px rgba(13, 26, 51, 0.38);
}

.isv-subpage-cta {
  justify-content: center;
  gap: 0.8rem;
  margin-top: 2rem;
}

.isv-subpage-space-sm {
  margin-top: 1rem;
}

.isv-subpage-space-md {
  margin-top: 1.8rem;
}

body:not(.home):not(.page-id-53) .isv-page-title {
  padding-block: clamp(4rem, 8vw, 5.8rem) clamp(2.8rem, 5vw, 4rem);
  background:
    radial-gradient(circle at top left, rgba(231, 141, 176, 0.16), transparent 28%),
    radial-gradient(circle at bottom right, rgba(30, 143, 200, 0.16), transparent 32%),
    linear-gradient(180deg, #f9fbff 0%, #f4f9ff 54%, #fff8fb 100%);
}

body:not(.home):not(.page-id-53) .isv-page-title__main {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  color: var(--isv-v2-navy, var(--isv-color-primary-dark));
  line-height: 1.32;
}

body:not(.home):not(.page-id-53) .isv-page-title__lead {
  max-width: 46rem;
  color: var(--isv-v2-muted, var(--isv-color-muted));
}

.page-id-20 .wp-block-columns.isv-grid {
  gap: 1.4rem;
  align-items: stretch;
}

.page-id-20 .wp-block-columns.isv-grid > .wp-block-column {
  display: flex;
  flex-direction: column;
}

.page-id-20 .wp-block-columns.isv-grid > .wp-block-column > .wp-block-group,
.page-id-20 .wp-block-columns.isv-grid > .wp-block-column > ul,
.page-id-20 .isv-card,
.page-id-25 .isv-card {
  height: 100%;
}

.page-id-20 .isv-card,
.page-id-25 .isv-card,
.page-id-52 .isv-subpage-post-card {
  border-top: 3px solid var(--isv-v2-navy, var(--isv-color-primary-dark));
  border-radius: 4px;
  box-shadow: 0 18px 34px -28px rgba(13, 26, 51, 0.38);
}

.page-id-20 .isv-card__title,
.page-id-25 .isv-card__title,
.page-id-20 h3.wp-block-heading,
.page-id-25 h3.wp-block-heading {
  font-size: clamp(1.08rem, 2vw, 1.34rem);
  line-height: 1.5;
}

.page-id-23 .isv-section,
.page-id-20 .isv-section,
.page-id-25 .isv-section,
.page-id-52 .isv-subpage-section {
  padding-block: clamp(3.2rem, 6vw, 4.8rem);
}

.page-id-23 .isv-page-title,
.page-id-20 .isv-page-title,
.page-id-25 .isv-page-title,
.page-id-52 .isv-subpage-title {
  margin-bottom: 0;
}

.page-id-52 .isv-subpage-post-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
}

.page-id-52 .isv-subpage-post-card {
  padding: 1.75rem 1.55rem;
}

.page-id-52 .isv-subpage-post-title {
  margin: 0.65rem 0 0;
  font-size: 1.18rem;
  line-height: 1.55;
}

.page-id-52 .isv-subpage-post-title a,
.page-id-52 .isv-subpage-post-more {
  color: var(--isv-v2-navy, var(--isv-color-primary-dark));
  text-decoration: none;
}

.page-id-52 .isv-subpage-post-date {
  margin-top: 0.8rem;
  color: var(--isv-v2-muted, var(--isv-color-muted));
  font-size: 0.85rem;
  letter-spacing: 0.08em;
}

.page-id-52 .isv-subpage-post-excerpt {
  margin: 0.85rem 0 0;
  color: var(--isv-v2-muted, var(--isv-color-muted));
  line-height: 1.85;
}

.page-id-52 .isv-subpage-post-more {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
  font-weight: 700;
}

.page-id-52 .isv-subpage-post-more::after {
  content: '→';
}

.page-id-52 .isv-subpage-pagination {
  margin-top: 2rem;
}

.page-id-52 .isv-subpage-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.page-id-52 .isv-subpage-pagination a,
.page-id-52 .isv-subpage-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.6rem;
  min-height: 2.6rem;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(30, 95, 140, 0.16);
  border-radius: 999px;
  background: #fff;
  color: var(--isv-v2-navy, var(--isv-color-primary-dark));
  text-decoration: none;
}

.page-id-52 .isv-subpage-pagination .current {
  border-color: var(--isv-v2-navy, var(--isv-color-primary-dark));
  background: var(--isv-v2-navy, var(--isv-color-primary-dark));
  color: #fff;
}

@media (max-width: 781px) {
  .isv-subpage-grid--2,
  .isv-subpage-grid--3,
  .page-id-52 .isv-subpage-post-grid {
    grid-template-columns: 1fr;
  }

  body:not(.home):not(.page-id-53) .isv-page-title {
    padding-block: 3.5rem 2.5rem;
  }

  .page-id-20 .wp-block-columns.isv-grid,
  .page-id-23 .wp-block-columns.isv-grid {
    gap: 1.1rem;
  }

  .page-id-20 .isv-card,
  .page-id-25 .isv-card,
  .page-id-52 .isv-subpage-post-card {
    padding: 1.35rem 1.2rem;
  }
}
/* WP_LOCAL_TEST_WATANABE_SUBPAGES_TOP_V2_DESIGN_UNIFICATION_2026-07-05_END */


/* WP_LOCAL_TEST_WATANABE_LOWER_PAGES_TOP_V2_SYNC_DESIGN_FIX_2026-07-05_START */
body.page-id-11 .isv-page-title,
body.page-id-20 .isv-page-title,
body.page-id-23 .isv-page-title {
  background:
    radial-gradient(circle at top left, rgba(237, 149, 184, 0.16), transparent 28%),
    radial-gradient(circle at bottom right, rgba(73, 170, 220, 0.15), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #f3f9ff 58%, #fffafc 100%);
}

body.page-id-11 .isv-page-title .isv-align-content,
body.page-id-20 .isv-page-title .isv-align-content,
body.page-id-23 .isv-page-title .isv-align-content {
  padding: clamp(1.6rem, 3vw, 2.1rem) clamp(1.2rem, 3vw, 2rem);
  border: 1px solid rgba(98, 157, 210, 0.14);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 20px 48px -38px rgba(17, 40, 68, 0.28);
  backdrop-filter: blur(4px);
}

body.page-id-11 .isv-page-title__lead,
body.page-id-20 .isv-page-title__lead,
body.page-id-23 .isv-page-title__lead {
  max-width: 42rem;
}

body.page-id-11 .isv-align-content > h2.wp-block-heading,
body.page-id-11 .isv-prose h2.wp-block-heading,
body.page-id-20 .isv-align-content > h2.wp-block-heading,
body.page-id-20 .isv-prose h2.wp-block-heading,
body.page-id-23 .isv-align-content > h2.wp-block-heading,
body.page-id-23 .isv-prose h2.wp-block-heading {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 1.15rem;
  padding: 0.85rem 1rem 0.85rem 1.1rem;
  border-left: 4px solid #5aa9dd;
  border-radius: 0 18px 18px 0;
  background: linear-gradient(90deg, rgba(231, 245, 255, 0.92), rgba(255, 249, 252, 0.82));
  color: var(--isv-v2-navy, var(--isv-color-primary-dark));
  font-size: clamp(1.25rem, 2vw, 1.6rem);
  line-height: 1.45;
}

body.page-id-11 .isv-align-content > h2.wp-block-heading::before,
body.page-id-11 .isv-prose h2.wp-block-heading::before,
body.page-id-20 .isv-align-content > h2.wp-block-heading::before,
body.page-id-20 .isv-prose h2.wp-block-heading::before,
body.page-id-23 .isv-align-content > h2.wp-block-heading::before,
body.page-id-23 .isv-prose h2.wp-block-heading::before {
  content: '';
  flex: none;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #68b7e4, #ef90b7);
}

body.page-id-11 h3.wp-block-heading,
body.page-id-20 h3.wp-block-heading,
body.page-id-23 h3.wp-block-heading {
  position: relative;
  margin: 1.5rem 0 0.7rem;
  padding-left: 1em;
  color: var(--isv-v2-navy, var(--isv-color-primary-dark));
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  line-height: 1.55;
}

body.page-id-11 h3.wp-block-heading::before,
body.page-id-20 h3.wp-block-heading::before,
body.page-id-23 h3.wp-block-heading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 0.35rem;
  height: 1.05em;
  border-radius: 999px;
  background: linear-gradient(180deg, #5aa9dd, #ef90b7);
}

body.page-id-11 .isv-prose p,
body.page-id-20 .isv-prose p,
body.page-id-23 .isv-prose p,
body.page-id-11 .isv-align-content > p,
body.page-id-20 .isv-align-content > p,
body.page-id-23 .isv-align-content > p,
body.page-id-11 li,
body.page-id-20 li,
body.page-id-23 li {
  color: rgba(26, 49, 72, 0.88);
  line-height: 1.9;
}

body.page-id-11 .isv-table,
body.page-id-11 .isv-timeline,
body.page-id-20 .isv-card,
body.page-id-23 .isv-button,
body.page-id-23 .isv-lead {
  border-color: rgba(98, 157, 210, 0.18);
}

body.page-id-11 .isv-table table {
  overflow: hidden;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 44px -34px rgba(16, 42, 70, 0.22);
}

body.page-id-11 .isv-timeline {
  padding: 1.2rem 1.35rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 44px -36px rgba(16, 42, 70, 0.2);
}

body.page-id-11 .isv-card {
  border-top: 3px solid var(--isv-v2-sky-deep, #4f9fd6);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
}

body.page-id-20 .isv-card {
  padding: 1.6rem 1.45rem;
  border-top-color: var(--isv-v2-sky-deep, #4f9fd6);
  background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
}

body.page-id-20 .isv-card h3.wp-block-heading {
  margin-top: 0;
}

body.page-id-23 .wp-block-buttons {
  gap: 0.8rem;
}

body.page-id-23 .isv-button .wp-block-button__link {
  border-color: rgba(84, 154, 213, 0.32);
  background: rgba(255, 255, 255, 0.92);
}

body.page-id-23 .isv-lead {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: rgba(231, 245, 255, 0.92);
  color: var(--isv-v2-sky-deep, #4f9fd6);
  font-weight: 700;
}

body.page-id-23 [id='aircon'],
body.page-id-23 [id='led'],
body.page-id-23 [id='toilet'] {
  scroll-margin-top: 7rem;
}

@media (max-width: 781px) {
  body.page-id-11 .isv-page-title .isv-align-content,
  body.page-id-20 .isv-page-title .isv-align-content,
  body.page-id-23 .isv-page-title .isv-align-content {
    padding: 1.35rem 1rem;
    border-radius: 22px;
  }

  body.page-id-11 .isv-align-content > h2.wp-block-heading,
  body.page-id-11 .isv-prose h2.wp-block-heading,
  body.page-id-20 .isv-align-content > h2.wp-block-heading,
  body.page-id-20 .isv-prose h2.wp-block-heading,
  body.page-id-23 .isv-align-content > h2.wp-block-heading,
  body.page-id-23 .isv-prose h2.wp-block-heading {
    gap: 0.65rem;
    padding: 0.78rem 0.9rem 0.78rem 0.95rem;
    font-size: clamp(1.08rem, 5vw, 1.3rem);
  }

  body.page-id-11 h3.wp-block-heading,
  body.page-id-20 h3.wp-block-heading,
  body.page-id-23 h3.wp-block-heading {
    font-size: 1rem;
  }

  body.page-id-20 .isv-card {
    padding: 1.35rem 1.15rem;
  }
}
/* WP_LOCAL_TEST_WATANABE_LOWER_PAGES_TOP_V2_SYNC_DESIGN_FIX_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_SUBPAGE_PROFILE_REDESIGN_2026-07-05_START */

/* ============================================================
   下層ページ 共通トンマナ（.isv-page-title を使う固定ページ全般）
   ============================================================ */

:is(body.page-id-11, body.page-id-20, body.page-id-23) .isv-page-title .isv-align-content {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  max-width: 760px;
  border: 0;
  backdrop-filter: none;
}

:is(body.page-id-11, body.page-id-20, body.page-id-23) .isv-page-title::before,
:is(body.page-id-11, body.page-id-20, body.page-id-23) .isv-page-title::after {
  display: none;
}

:is(body.page-id-11, body.page-id-20, body.page-id-23) .isv-page-title.isv-section {
  padding-top: clamp(2.2rem, 5vw, 3.2rem);
  padding-bottom: clamp(1.8rem, 4vw, 2.6rem);
}

:is(body.page-id-11, body.page-id-20, body.page-id-23) .isv-page-title__main {
  font-size: clamp(2rem, 5.2vw, 2.9rem);
  line-height: 1.24;
  text-align: left;
}

:is(body.page-id-11, body.page-id-20, body.page-id-23) .isv-page-title__lead {
  text-align: left;
  max-width: 46em;
  margin-left: 0;
  margin-right: 0;
  word-break: auto-phrase;
}

:is(body.page-id-11, body.page-id-20, body.page-id-23) .isv-page-title__lead > span {
  display: inline-block;
}

/* ============================================================
   E. セクション見出し(h2)をページ内で統一
   ============================================================ */

:is(body.page-id-11, body.page-id-20, body.page-id-23) .c-postContent .isv-section:not(.isv-page-title) h2 {
  background: none;
  border-left: 0;
  border-radius: 0;
  padding: 0.9rem 0 0;
  margin: 0 0 1.2rem;
  position: relative;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-weight: 800;
  font-size: clamp(1.4rem, 3.4vw, 1.9rem);
  line-height: 1.3;
  color: var(--isv-color-primary-dark);
  letter-spacing: 0.02em;
}

:is(body.page-id-11, body.page-id-20, body.page-id-23) .c-postContent .isv-section:not(.isv-page-title) h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 3px;
  border-radius: 3px;
  background: var(--isv-color-accent);
}

/* ============================================================
   F. セクション上下余白の圧縮
   ============================================================ */

:is(body.page-id-11, body.page-id-20, body.page-id-23) .c-postContent .isv-section:not(.isv-page-title) {
  padding-top: clamp(2.6rem, 6vw, 3.6rem);
  padding-bottom: clamp(2.6rem, 6vw, 3.6rem);
}

/* ============================================================
   G. 価値観カードをトップ「4つの約束」調に寄せる
   ============================================================ */

:is(body.page-id-11, body.page-id-20, body.page-id-23) .c-postContent .wp-block-columns.isv-grid > .wp-block-column {
  background: var(--isv-color-bg, #fff);
  border: 1px solid var(--isv-color-border);
  border-top: 1px solid var(--isv-color-border);
  border-radius: var(--isv-radius-md, 22px);
  padding: clamp(1.2rem, 3vw, 1.6rem);
  box-shadow: 0 8px 24px rgba(79, 135, 198, 0.1);
}
/* --- 下層3ページ共通：本文コンテナ幅を760pxに統一し、全セクションの左端をそろえる --- */
:is(body.page-id-11, body.page-id-20, body.page-id-23) .isv-page-title .isv-align-content,
:is(body.page-id-11, body.page-id-20, body.page-id-23) .c-postContent .isv-section:not(.isv-page-title) .isv-align-content,
:is(body.page-id-11, body.page-id-20, body.page-id-23) .c-postContent .isv-section:not(.isv-page-title) .isv-align-wide {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
/* WP_LOCAL_TEST_WATANABE_SUBPAGE_PROFILE_REDESIGN_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_PROFILE_SPACING_AND_CARD_REFINEMENT_2026-07-05_START */
body.page-id-11 .c-postContent .isv-section:not(.isv-page-title) {
  padding-top: clamp(2.2rem, 5vw, 3.2rem);
  padding-bottom: clamp(2.2rem, 5vw, 3.2rem);
}

body.page-id-11 .c-postContent .isv-section:not(.isv-page-title) + .isv-section {
  padding-top: clamp(2rem, 4vw, 2.7rem);
}

body.page-id-11 .c-postContent .isv-section:not(.isv-page-title) h2 {
  padding-top: 0.72rem;
  margin-bottom: 1em;
}

body.page-id-11 .c-postContent .isv-section:not(.isv-page-title) h2::before {
  width: 28px;
  height: 2px;
}

body.page-id-11 .c-postContent .isv-section {
  background-image: none;
}

body.page-id-11 .c-postContent .isv-table table,
body.page-id-11 .c-postContent table {
  overflow: hidden;
  border: 1px solid var(--isv-color-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(79, 135, 198, 0.07);
}

body.page-id-11 .c-postContent table th {
  background: rgba(79, 135, 198, 0.08);
  color: var(--isv-color-primary-dark);
  font-weight: 700;
  white-space: nowrap;
}

body.page-id-11 .c-postContent table th,
body.page-id-11 .c-postContent table td {
  padding: 0.9rem 1rem;
  border-color: rgba(216, 227, 240, 0.85);
}

body.page-id-11 .c-postContent .isv-timeline {
  padding: 1rem 1.15rem;
  border: 1px solid rgba(216, 227, 240, 0.9);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(79, 135, 198, 0.05);
}

body.page-id-11 .c-postContent .isv-timeline li + li {
  margin-top: 0.45rem;
}

body.page-id-11 .c-postContent .isv-card,
body.page-id-11 .c-postContent .wp-block-group.is-style-default {
  box-shadow: 0 8px 22px rgba(79, 135, 198, 0.06);
  border: 1px solid rgba(216, 227, 240, 0.9);
}

body.page-id-11 .c-postContent .wp-block-columns.isv-grid {
  gap: 1rem;
}

body.page-id-11 .c-postContent .wp-block-columns.isv-grid > .wp-block-column {
  background: #fff;
  border: 1px solid var(--isv-color-border);
  border-top: 1px solid var(--isv-color-border);
  border-radius: 20px;
  padding: clamp(1.1rem, 2.5vw, 1.45rem);
  box-shadow: 0 8px 20px rgba(79, 135, 198, 0.07);
}

body.page-id-11 .c-postContent .wp-block-columns.isv-grid > .wp-block-column .isv-card {
  padding: 0;
  border: 0;
  border-top: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.page-id-11 .c-postContent .wp-block-columns.isv-grid > .wp-block-column > *,
body.page-id-11 .c-postContent .wp-block-columns.isv-grid > .wp-block-column .isv-card > * {
  margin-top: 0;
  margin-bottom: 0;
}

body.page-id-11 .c-postContent .wp-block-columns.isv-grid > .wp-block-column p {
  line-height: 1.75;
}

@media (max-width: 781px) {
  body.page-id-11 .c-postContent .isv-section:not(.isv-page-title) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  body.page-id-11 .c-postContent table th,
  body.page-id-11 .c-postContent table td {
    padding: 0.75rem 0.8rem;
  }

  body.page-id-11 .c-postContent .wp-block-columns.isv-grid > .wp-block-column {
    padding: 1rem;
  }
}
/* WP_LOCAL_TEST_WATANABE_PROFILE_SPACING_AND_CARD_REFINEMENT_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_PROFILE_DETAIL_REFINEMENT_2026-07-05_START */
body.page-id-11 .isv-page-title__lead {
  font-size: clamp(0.88rem, 1.6vw, 0.96rem);
  line-height: 1.75;
  color: var(--isv-color-muted);
  font-weight: 500;
}

body.page-id-11 .c-postContent .isv-section:not(.isv-page-title) h2 {
  padding-top: 0;
  padding-left: 1em;
  margin-bottom: 1em;
}

body.page-id-11 .c-postContent .isv-section:not(.isv-page-title) h2::before {
  top: 0.18em;
  left: 0;
  width: 4px;
  height: 1.1em;
  border-radius: 999px;
  background: var(--isv-color-accent);
}

body.page-id-11 .c-postContent .isv-section + .isv-section {
  margin-top: 0.4rem;
}

body.page-id-11 .c-postContent .isv-section:nth-of-type(4) {
  padding-bottom: clamp(2.8rem, 5vw, 3.8rem);
}

body.page-id-11 .c-postContent .isv-section:nth-of-type(5) {
  padding-top: clamp(2.8rem, 5vw, 3.8rem);
}

body.page-id-11 .c-postContent .isv-timeline {
  border: 1px solid rgba(216, 227, 240, 0.95);
  border-radius: 22px;
  box-shadow: 0 8px 22px rgba(79, 135, 198, 0.055);
  background: rgba(255, 255, 255, 0.92);
}

body.page-id-11 .c-postContent .isv-timeline {
  list-style: none;
  padding-left: 1.15rem;
  margin-left: 0;
}

body.page-id-11 .c-postContent .isv-timeline li {
  position: relative;
  padding-left: 1.4rem;
  line-height: 1.85;
}

body.page-id-11 .c-postContent .isv-timeline li::before {
  content: "";
  position: absolute;
  left: 0.2rem;
  top: 0.82em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--isv-color-accent);
  box-shadow: 0 0 0 4px rgba(231, 141, 176, 0.14);
}

body.page-id-11 .c-postContent .wp-block-columns.isv-grid {
  gap: clamp(1rem, 2.4vw, 1.4rem);
}

body.page-id-11 .c-postContent .wp-block-columns.isv-grid > .wp-block-column {
  position: relative;
  background: #fff;
  border: 1px solid rgba(216, 227, 240, 0.95);
  border-radius: 22px;
  padding: 2.2rem 1.25rem 1.35rem;
  box-shadow: 0 8px 20px rgba(79, 135, 198, 0.06);
  text-align: left;
}

body.page-id-11 .c-postContent .wp-block-columns.isv-grid > .wp-block-column::before {
  position: absolute;
  top: 0.95rem;
  left: 1.1rem;
  display: inline-block;
  margin-bottom: 0.7rem;
  color: rgba(231, 141, 176, 0.92);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  text-shadow: 0 10px 24px rgba(231, 141, 176, 0.18);
}

body.page-id-11 .c-postContent .wp-block-columns.isv-grid > .wp-block-column:nth-child(1)::before {
  content: "01";
}

body.page-id-11 .c-postContent .wp-block-columns.isv-grid > .wp-block-column:nth-child(2)::before {
  content: "02";
}

body.page-id-11 .c-postContent .wp-block-columns.isv-grid > .wp-block-column:nth-child(3)::before {
  content: "03";
}

body.page-id-11 .c-postContent .wp-block-columns.isv-grid > .wp-block-column p {
  margin: 0.7rem 0 0;
  line-height: 1.8;
  font-weight: 700;
  color: var(--isv-color-text);
}

@media (max-width: 781px) {
  body.page-id-11 .isv-page-title__lead {
    font-size: 0.88rem;
  }

  body.page-id-11 .c-postContent .isv-section:not(.isv-page-title) h2 {
    padding-left: 0.75rem;
  }

  body.page-id-11 .c-postContent .wp-block-columns.isv-grid > .wp-block-column {
    padding: 2rem 1.1rem 1.2rem;
  }
}
/* WP_LOCAL_TEST_WATANABE_PROFILE_DETAIL_REFINEMENT_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_PROFILE_CURRENT_DOM_DETAIL_REFINEMENT_2026-07-05_START */
body.page-id-11 .isv-page-title__lead {
  font-size: clamp(0.88rem, 1.6vw, 0.95rem);
  line-height: 1.75;
}

body.page-id-11 .c-postContent .isv-section:not(.isv-page-title) h2 {
  padding-top: 0;
  padding-left: 1em;
  margin-bottom: 1em;
}

body.page-id-11 .c-postContent .isv-section:not(.isv-page-title) h2::before {
  top: 0.18em;
  left: 0;
  width: 4px;
  height: 1.1em;
  border-radius: 999px;
  background: var(--isv-color-accent);
}

body.page-id-11 .c-postContent .isv-prose .wp-block-spacer[style*='height:50px'] {
  height: 3rem !important;
}

body.page-id-11 .c-postContent .wp-block-list.isv-timeline {
  position: relative;
  padding: 1.05rem 1.15rem 1.05rem 1.35rem;
  border: 1px solid rgba(216, 227, 240, 0.92);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.96));
  box-shadow: 0 8px 18px rgba(79, 135, 198, 0.045);
}

body.page-id-11 .c-postContent .wp-block-list.isv-timeline::before {
  content: '';
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  left: 1.05rem;
  width: 1px;
  background: linear-gradient(180deg, rgba(79, 135, 198, 0.12), rgba(231, 141, 176, 0.22));
}

body.page-id-11 .c-postContent .wp-block-list.isv-timeline li {
  position: relative;
  padding-left: 1.45rem;
}

body.page-id-11 .c-postContent .wp-block-list.isv-timeline li::before {
  content: '';
  position: absolute;
  left: 0.03rem;
  top: 0.82em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--isv-color-accent);
  box-shadow: 0 0 0 4px rgba(231, 141, 176, 0.12);
}

body.page-id-11 .c-postContent .wp-block-columns.isv-grid > .wp-block-column {
  padding: 2rem 1.25rem 1.3rem;
}

body.page-id-11 .c-postContent .wp-block-columns.isv-grid > .wp-block-column::before {
  top: 0.9rem;
  left: 1rem;
  margin-bottom: 0.7rem;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
}

body.page-id-11 .c-postContent .wp-block-columns.isv-grid > .wp-block-column > .isv-card {
  display: flex;
  align-items: flex-start;
  min-height: 100%;
}

body.page-id-11 .c-postContent .wp-block-columns.isv-grid > .wp-block-column > .isv-card p {
  margin: 0.7rem 0 0;
  text-align: left;
}

@media (max-width: 781px) {
  body.page-id-11 .isv-page-title__lead {
    font-size: 0.88rem;
  }

  body.page-id-11 .c-postContent .isv-prose .wp-block-spacer[style*='height:50px'] {
    height: 2.4rem !important;
  }

  body.page-id-11 .c-postContent .wp-block-list.isv-timeline {
    padding: 0.95rem 1rem 0.95rem 1.2rem;
  }

  body.page-id-11 .c-postContent .wp-block-columns.isv-grid > .wp-block-column {
    padding: 1.85rem 1.05rem 1.15rem;
  }
}
/* WP_LOCAL_TEST_WATANABE_PROFILE_CURRENT_DOM_DETAIL_REFINEMENT_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_PROFILE_TIMELINE_AND_VALUES_STACK_FIX_2026-07-05_START */
body.page-id-11 .c-postContent .wp-block-list.isv-timeline::before {
  content: none;
  display: none;
}

body.page-id-11 .c-postContent .wp-block-list.isv-timeline {
  padding-left: clamp(1.1rem, 3vw, 1.4rem);
}

body.page-id-11 .c-postContent .wp-block-list.isv-timeline li {
  padding-left: 1.35rem;
}

body.page-id-11 .c-postContent .wp-block-columns.isv-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(0.9rem, 2.5vw, 1.15rem);
}

body.page-id-11 .c-postContent .wp-block-columns.isv-grid > .wp-block-column {
  width: 100%;
  flex-basis: 100% !important;
  max-width: none;
  padding: 0;
}

body.page-id-11 .c-postContent .wp-block-columns.isv-grid > .wp-block-column > .isv-card {
  position: relative;
  min-height: auto;
  width: 100%;
  padding: clamp(1.1rem, 2.6vw, 1.4rem) clamp(1.15rem, 3vw, 1.55rem);
  padding-left: clamp(3.2rem, 6vw, 3.9rem);
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
}

body.page-id-11 .c-postContent .wp-block-columns.isv-grid > .wp-block-column::before {
  top: 1.05rem;
  left: 1.15rem;
  margin-bottom: 0;
}

body.page-id-11 .c-postContent .wp-block-columns.isv-grid > .wp-block-column > .isv-card p {
  margin: 0;
  padding-top: 0;
  line-height: 1.75;
}

@media (max-width: 781px) {
  body.page-id-11 .c-postContent .wp-block-list.isv-timeline {
    padding-left: 1rem;
  }

  body.page-id-11 .c-postContent .wp-block-columns.isv-grid > .wp-block-column > .isv-card {
    gap: 0.75rem;
    padding: 1rem;
    padding-left: 3rem;
  }
}
/* WP_LOCAL_TEST_WATANABE_PROFILE_TIMELINE_AND_VALUES_STACK_FIX_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_PROFILE_VALUES_CARD_HEIGHT_FIX_2026-07-05_START */
body.page-id-11 .c-postContent .wp-block-columns.isv-grid > .wp-block-column > .isv-card {
  min-height: 88px;
  align-items: center;
}

body.page-id-11 .c-postContent .wp-block-columns.isv-grid > .wp-block-column > .isv-card::before {
  margin-top: 0;
}

body.page-id-11 .c-postContent .wp-block-columns.isv-grid > .wp-block-column > .isv-card p {
  display: flex;
  align-items: center;
  min-height: 2.8em;
}

@media (max-width: 781px) {
  body.page-id-11 .c-postContent .wp-block-columns.isv-grid > .wp-block-column > .isv-card {
    min-height: 82px;
  }
}
/* WP_LOCAL_TEST_WATANABE_PROFILE_VALUES_CARD_HEIGHT_FIX_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_PROFILE_VALUES_CARD_HEIGHT_FORCE_FIX_2026-07-05_START */
body.page-id-11 .c-postContent .wp-block-columns.isv-grid > .wp-block-column {
  display: flex;
  width: 100%;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

body.page-id-11 .c-postContent .wp-block-columns.isv-grid > .wp-block-column > .isv-card {
  box-sizing: border-box;
  width: 100%;
  height: 96px;
  min-height: 96px;
  max-height: 96px;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
}

body.page-id-11 .c-postContent .wp-block-columns.isv-grid > .wp-block-column > .isv-card::before {
  position: static;
  flex: 0 0 auto;
  margin-top: 0;
  align-self: center;
}

body.page-id-11 .c-postContent .wp-block-columns.isv-grid > .wp-block-column > .isv-card p {
  display: block;
  min-height: 0;
  height: auto;
  margin: 0;
  padding: 0;
  line-height: 1.75;
  align-self: center;
}

@media (max-width: 781px) {
  body.page-id-11 .c-postContent .wp-block-columns.isv-grid > .wp-block-column > .isv-card {
    height: auto;
    min-height: 92px;
    max-height: none;
  }
}
/* WP_LOCAL_TEST_WATANABE_PROFILE_VALUES_CARD_HEIGHT_FORCE_FIX_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_PROFILE_CURRENT_BLOCK_DESIGN_ADJUST_2026-07-05_START */
body.page-id-11 .c-postContent .ark-block-notice,
body.page-id-11 .c-postContent [class*='ark-block-notice'] {
  border-radius: 20px;
  border: 1px solid rgba(216, 227, 240, 0.95);
  background: linear-gradient(135deg, rgba(244, 249, 255, 0.95), rgba(255, 247, 251, 0.85));
  box-shadow: 0 8px 22px rgba(79, 135, 198, 0.055);
}

body.page-id-11 .c-postContent .ark-block-notice__head {
  gap: 0.55rem;
  padding: 0.95rem 1rem 0.3rem;
  color: var(--isv-color-primary-dark);
}

body.page-id-11 .c-postContent .ark-block-notice__icon {
  color: var(--isv-color-accent);
  opacity: 0.9;
}

body.page-id-11 .c-postContent .ark-block-notice__body {
  padding: 0.2rem 1rem 1rem;
}

body.page-id-11 .c-postContent .ark-block-notice__body p {
  color: rgba(36, 52, 73, 0.9);
  line-height: 1.85;
}

body.page-id-11 .c-postContent .wp-block-list.isv-timeline::before {
  content: none;
  display: none;
}

body.page-id-11 .c-postContent .wp-block-list.isv-timeline {
  position: relative;
  padding: clamp(1.2rem, 3vw, 1.5rem);
  border: 1px solid rgba(216, 227, 240, 0.95);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 22px rgba(79, 135, 198, 0.055);
}

body.page-id-11 .c-postContent .wp-block-list.isv-timeline li {
  position: relative;
  padding-left: 1.25rem;
  line-height: 1.85;
}

body.page-id-11 .c-postContent .wp-block-list.isv-timeline li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.82em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--isv-color-accent);
  box-shadow: 0 0 0 4px rgba(231, 141, 176, 0.12);
}

body.page-id-11 .c-postContent .isv-section:last-of-type {
  padding-top: clamp(2.4rem, 5vw, 3.2rem);
}

body.page-id-11 .c-postContent .isv-section:last-of-type > h3.wp-block-heading {
  position: relative;
  margin: 1.35rem 0 0.65rem;
  padding: 0.75rem 1rem 0.75rem 3.15rem;
  border: 1px solid rgba(216, 227, 240, 0.95);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.92));
  color: var(--isv-color-primary-dark);
  font-size: clamp(1.02rem, 1.7vw, 1.16rem);
  line-height: 1.55;
}

body.page-id-11 .c-postContent .isv-section:last-of-type > h3.wp-block-heading::before {
  content: counter(isv-profile-values, decimal-leading-zero);
  counter-increment: isv-profile-values;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(231, 141, 176, 0.92);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

body.page-id-11 .c-postContent .isv-section:last-of-type {
  counter-reset: isv-profile-values;
}

body.page-id-11 .c-postContent .isv-section:last-of-type > p {
  margin: 0.55rem 0 0;
  padding: 0 0 1.25rem 3.15rem;
  color: rgba(36, 52, 73, 0.9);
  line-height: 1.85;
}

body.page-id-11 .c-postContent .isv-section:last-of-type > p:last-child {
  padding-bottom: 0;
}

body.page-id-11 .c-postContent .isv-prose .wp-block-spacer[style*='height:50px'] {
  height: 2.6rem !important;
}

@media (max-width: 781px) {
  body.page-id-11 .c-postContent .ark-block-notice__head {
    padding: 0.85rem 0.9rem 0.25rem;
  }

  body.page-id-11 .c-postContent .ark-block-notice__body {
    padding: 0.15rem 0.9rem 0.9rem;
  }

  body.page-id-11 .c-postContent .wp-block-list.isv-timeline {
    padding: 1rem 1rem 1rem 1.05rem;
  }

  body.page-id-11 .c-postContent .isv-section:last-of-type > h3.wp-block-heading {
    padding: 0.7rem 0.9rem 0.7rem 2.85rem;
  }

  body.page-id-11 .c-postContent .isv-section:last-of-type > p {
    padding-left: 2.85rem;
  }

  body.page-id-11 .c-postContent .isv-prose .wp-block-spacer[style*='height:50px'] {
    height: 2.2rem !important;
  }
}
/* WP_LOCAL_TEST_WATANABE_PROFILE_CURRENT_BLOCK_DESIGN_ADJUST_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_PROFILE_NOTICE_AND_VALUES_WIDTH_TUNING_2026-07-05_START */
body.page-id-11 .c-postContent .isv-section:last-of-type {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

body.page-id-11 .c-postContent .ark-block-notice.-warning {
  border-left: 4px solid rgba(231, 141, 176, 0.42);
  background: linear-gradient(135deg, rgba(248, 251, 255, 0.98), rgba(255, 249, 252, 0.92));
}

body.page-id-11 .c-postContent .ark-block-notice.-warning .ark-block-notice__icon {
  display: none;
}

body.page-id-11 .c-postContent .ark-block-notice.-warning .ark-block-notice__head {
  min-height: 0;
  padding-bottom: 0;
}

body.page-id-11 .c-postContent .ark-block-notice.-warning .ark-block-notice__title:empty {
  display: none;
}

body.page-id-11 .c-postContent .ark-block-notice.-warning .ark-block-notice__body {
  padding-top: 0.7rem;
}
/* WP_LOCAL_TEST_WATANABE_PROFILE_NOTICE_AND_VALUES_WIDTH_TUNING_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_PROFILE_VALUES_READABILITY_TUNING_2026-07-05_START */
body.page-id-11 .c-postContent .isv-section:last-of-type {
  padding-bottom: clamp(2.8rem, 5vw, 3.6rem);
}

body.page-id-11 .c-postContent .isv-section:last-of-type > h3.wp-block-heading {
  margin-top: 1.55rem;
  margin-bottom: 0.8rem;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  padding-right: 1.15rem;
}

body.page-id-11 .c-postContent .isv-section:last-of-type > h3.wp-block-heading:first-of-type {
  margin-top: 0.8rem;
}

body.page-id-11 .c-postContent .isv-section:last-of-type > p {
  margin: 0.75rem 0 0;
  padding-right: 1rem;
  padding-bottom: 1.55rem;
  font-size: 0.98rem;
  line-height: 1.95;
}

body.page-id-11 .c-postContent .isv-section:last-of-type > h3.wp-block-heading + p {
  border-bottom: 1px solid rgba(216, 227, 240, 0.78);
}

body.page-id-11 .c-postContent .isv-section:last-of-type > p:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 781px) {
  body.page-id-11 .c-postContent .isv-section:last-of-type > h3.wp-block-heading {
    margin-top: 1.25rem;
    margin-bottom: 0.7rem;
    padding-right: 0.95rem;
  }

  body.page-id-11 .c-postContent .isv-section:last-of-type > p {
    padding-right: 0.4rem;
    padding-bottom: 1.3rem;
    font-size: 0.94rem;
    line-height: 1.9;
  }
}
/* WP_LOCAL_TEST_WATANABE_PROFILE_VALUES_READABILITY_TUNING_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_PROFILE_DAILY_COLUMN_STYLE_2026-07-05_START */
body.page-id-11 .c-postContent .ark-block-notice,
body.page-id-11 .c-postContent .ark-block-notice.-warning,
body.page-id-11 .c-postContent [class*='ark-block-notice'] {
  border: 1px solid rgba(216, 227, 240, 0.9);
  border-left: 1px solid rgba(216, 227, 240, 0.9);
  border-radius: 14px;
  background: #fff;
  box-shadow: none;
}

body.page-id-11 .c-postContent .ark-block-notice__head {
  padding: 0.85rem 1rem 0;
}

body.page-id-11 .c-postContent .ark-block-notice__body {
  padding: 0.35rem 1rem 1rem;
}

body.page-id-11 .c-postContent .ark-block-notice__body p {
  font-size: 0.96rem;
  line-height: 1.9;
}
/* WP_LOCAL_TEST_WATANABE_PROFILE_DAILY_COLUMN_STYLE_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_PROFILE_DAILY_LIST_DECORATION_2026-07-05_START */
body.page-id-11 .c-postContent .isv-section:nth-of-type(4) > .wp-block-group__inner-container > .isv-align-content.isv-prose > ul.wp-block-list {
  margin-top: 1.1rem;
  padding: 1rem 1.15rem 1rem 1.35rem;
  border-top: 1px solid rgba(199, 216, 234, 0.9);
  border-bottom: 1px solid rgba(199, 216, 234, 0.9);
  background: linear-gradient(180deg, rgba(247, 250, 253, 0.82), rgba(255, 255, 255, 0.96));
}

body.page-id-11 .c-postContent .isv-section:nth-of-type(4) > .wp-block-group__inner-container > .isv-align-content.isv-prose > ul.wp-block-list > li {
  margin: 0;
  padding: 0.48rem 0 0.48rem 0.2rem;
  line-height: 1.8;
}

body.page-id-11 .c-postContent .isv-section:nth-of-type(4) > .wp-block-group__inner-container > .isv-align-content.isv-prose > ul.wp-block-list > li::marker {
  color: #5ea7da;
}

body.page-id-11 .c-postContent .isv-section:nth-of-type(4) > .wp-block-group__inner-container > .isv-align-content.isv-prose > ul.wp-block-list > li + li {
  border-top: 1px dashed rgba(210, 222, 234, 0.92);
}

@media (max-width: 600px) {
  body.page-id-11 .c-postContent .isv-section:nth-of-type(4) > .wp-block-group__inner-container > .isv-align-content.isv-prose > ul.wp-block-list {
    padding: 0.9rem 0.95rem 0.9rem 1.15rem;
  }
}
/* WP_LOCAL_TEST_WATANABE_PROFILE_DAILY_LIST_DECORATION_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_PROFILE_DAILY_LIST_BG_TUNING_2026-07-05_START */
body.page-id-11 .c-postContent .isv-section:nth-of-type(4) ul.wp-block-list {
  margin-top: 1.1rem;
  padding: 1rem 1.2rem 1rem 1.4rem;
  border: 1px solid rgba(186, 208, 229, 0.95);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(231, 242, 252, 0.92), rgba(245, 250, 255, 0.98));
}

body.page-id-11 .c-postContent .isv-section:nth-of-type(4) ul.wp-block-list > li {
  margin: 0;
  padding: 0.5rem 0 0.5rem 0.2rem;
  line-height: 1.8;
}

body.page-id-11 .c-postContent .isv-section:nth-of-type(4) ul.wp-block-list > li::marker {
  color: #3f95d1;
}

body.page-id-11 .c-postContent .isv-section:nth-of-type(4) ul.wp-block-list > li + li {
  border-top: 1px dashed rgba(189, 209, 227, 0.95);
}

@media (max-width: 600px) {
  body.page-id-11 .c-postContent .isv-section:nth-of-type(4) ul.wp-block-list {
    padding: 0.9rem 1rem 0.9rem 1.2rem;
  }
}
/* WP_LOCAL_TEST_WATANABE_PROFILE_DAILY_LIST_BG_TUNING_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_PROFILE_DAILY_LIST_LEFT_PADDING_FIX_2026-07-05_START */
body.page-id-11 .c-postContent .isv-section:nth-of-type(4) ul.wp-block-list {
  padding-left: 1.85rem;
}

@media (max-width: 600px) {
  body.page-id-11 .c-postContent .isv-section:nth-of-type(4) ul.wp-block-list {
    padding-left: 1.45rem;
  }
}
/* WP_LOCAL_TEST_WATANABE_PROFILE_DAILY_LIST_LEFT_PADDING_FIX_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_PROFILE_VALUES_H3_PINK_LINE_ACCENT_2026-07-05_START */
body.page-id-11 .c-postContent .isv-section:last-of-type > h3.wp-block-heading {
  position: relative;
  padding-left: 1.1rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(244, 181, 205, 0.45);
}

body.page-id-11 .c-postContent .isv-section:last-of-type > h3.wp-block-heading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.18em;
  width: 5px;
  height: 1.15em;
  border-radius: 999px;
  background: linear-gradient(180deg, #f29bc1 0%, #ea7fb0 100%);
}

body.page-id-11 .c-postContent .isv-section:last-of-type > h3.wp-block-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: clamp(72px, 18vw, 108px);
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(242, 155, 193, 0.95), rgba(242, 155, 193, 0.15));
}

@media (max-width: 600px) {
  body.page-id-11 .c-postContent .isv-section:last-of-type > h3.wp-block-heading {
    padding-left: 1rem;
  }

  body.page-id-11 .c-postContent .isv-section:last-of-type > h3.wp-block-heading::after {
    width: 78px;
  }
}
/* WP_LOCAL_TEST_WATANABE_PROFILE_VALUES_H3_PINK_LINE_ACCENT_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_PROFILE_VALUES_H3_PINK_LINE_SELECTOR_FIX_2026-07-05_START */
body.page-id-11 .c-postContent .isv-section:last-of-type > .wp-block-group__inner-container > h3.wp-block-heading {
  position: relative;
  padding-left: 1.15rem;
  padding-bottom: 0.28rem;
  border-bottom: 1px solid rgba(244, 181, 205, 0.55);
}

body.page-id-11 .c-postContent .isv-section:last-of-type > .wp-block-group__inner-container > h3.wp-block-heading::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.16em;
  width: 5px;
  height: 1.18em;
  border-radius: 999px;
  background: linear-gradient(180deg, #f29bc1 0%, #ea7fb0 100%);
}

body.page-id-11 .c-postContent .isv-section:last-of-type > .wp-block-group__inner-container > h3.wp-block-heading::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: clamp(80px, 18vw, 112px);
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(242, 155, 193, 0.98), rgba(242, 155, 193, 0.18));
}

@media (max-width: 600px) {
  body.page-id-11 .c-postContent .isv-section:last-of-type > .wp-block-group__inner-container > h3.wp-block-heading {
    padding-left: 1rem;
  }

  body.page-id-11 .c-postContent .isv-section:last-of-type > .wp-block-group__inner-container > h3.wp-block-heading::after {
    width: 82px;
  }
}
/* WP_LOCAL_TEST_WATANABE_PROFILE_VALUES_H3_PINK_LINE_SELECTOR_FIX_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_PROFILE_VALUES_H3_SPACING_TUNE_2026-07-05_START */
body.page-id-11 .c-postContent .isv-section:last-of-type > .wp-block-group__inner-container > h3.wp-block-heading {
  padding-left: 0;
}

body.page-id-11 .c-postContent .isv-section:last-of-type > .wp-block-group__inner-container > h3.wp-block-heading::before {
  content: none;
}

body.page-id-11 .c-postContent .isv-section:last-of-type > .wp-block-group__inner-container > h3.wp-block-heading + p + h3.wp-block-heading {
  margin-top: 2.2rem;
}

@media (max-width: 600px) {
  body.page-id-11 .c-postContent .isv-section:last-of-type > .wp-block-group__inner-container > h3.wp-block-heading + p + h3.wp-block-heading {
    margin-top: 1.9rem;
  }
}
/* WP_LOCAL_TEST_WATANABE_PROFILE_VALUES_H3_SPACING_TUNE_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_SUBPAGES_PROFILE_DESIGN_SYNC_2026-07-05_START */
:is(body.page-id-20, body.page-id-23) .isv-page-title {
  background: linear-gradient(180deg, #f9fcff 0%, #f6fbff 58%, #fffdfd 100%);
}

:is(body.page-id-20, body.page-id-23) .isv-page-title.isv-section {
  padding-top: clamp(2.2rem, 5vw, 3.2rem);
  padding-bottom: clamp(1.8rem, 4vw, 2.6rem);
}

:is(body.page-id-20, body.page-id-23) .isv-page-title__main {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}

:is(body.page-id-20, body.page-id-23) .isv-page-title__lead {
  font-size: clamp(0.88rem, 1.6vw, 0.95rem);
  line-height: 1.75;
  color: rgba(38, 56, 77, 0.82);
}

:is(body.page-id-20, body.page-id-23) .c-postContent .isv-section:not(.isv-page-title) {
  padding-top: clamp(2.2rem, 5vw, 3.2rem);
  padding-bottom: clamp(2.2rem, 5vw, 3.2rem);
  background-image: none;
}

:is(body.page-id-20, body.page-id-23) .c-postContent .isv-section:not(.isv-page-title) + .isv-section {
  padding-top: clamp(2rem, 4vw, 2.7rem);
}

:is(body.page-id-20, body.page-id-23) .c-postContent .isv-section:not(.isv-page-title) h2 {
  display: block;
  margin-bottom: 1em;
  padding-top: 0;
  padding-left: 1em;
  border: 0;
  border-radius: 0;
  background: none;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-weight: 800;
}

:is(body.page-id-20, body.page-id-23) .c-postContent .isv-section:not(.isv-page-title) h2::before {
  top: 0.18em;
  left: 0;
  width: 4px;
  height: 1.1em;
  border-radius: 999px;
  background: var(--isv-color-accent);
}

body.page-id-20 .c-postContent .isv-section.isv-section--soft .isv-align-wide {
  max-width: 960px;
}

body.page-id-20 .wp-block-columns.isv-grid > .wp-block-column {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

body.page-id-20 .isv-card {
  padding: 1.5rem 1.35rem;
  border: 1px solid rgba(208, 220, 232, 0.92);
  border-top: 1px solid rgba(208, 220, 232, 0.92);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.96));
  box-shadow: 0 14px 36px -34px rgba(20, 42, 66, 0.2);
}

body.page-id-20 .isv-card h3.wp-block-heading,
body.page-id-23 .c-postContent .isv-align-content > h3.wp-block-heading,
body.page-id-23 .wp-block-column > h3.wp-block-heading {
  margin-bottom: 0.8rem;
  padding-left: 0;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(244, 181, 205, 0.52);
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
}

body.page-id-20 .isv-card h3.wp-block-heading::before,
body.page-id-23 .c-postContent .isv-align-content > h3.wp-block-heading::before,
body.page-id-23 .wp-block-column > h3.wp-block-heading::before {
  content: none;
}

body.page-id-20 .isv-card p,
body.page-id-23 .c-postContent .isv-align-content > p,
body.page-id-23 .wp-block-column > ul {
  color: rgba(31, 50, 72, 0.88);
}

body.page-id-23 .wp-block-buttons {
  gap: 0.75rem;
  margin-top: 1rem;
}

body.page-id-23 .isv-button .wp-block-button__link {
  border: 1px solid rgba(204, 218, 232, 0.96);
  border-radius: 999px;
  background: #fff;
  box-shadow: none;
  color: var(--isv-color-primary-dark);
}

body.page-id-23 .isv-button .wp-block-button__link:hover {
  background: rgba(246, 251, 255, 0.98);
}

body.page-id-23 .isv-lead {
  padding: 0.32rem 0.75rem;
  border: 1px solid rgba(227, 213, 221, 0.94);
  border-radius: 999px;
  background: rgba(255, 250, 252, 0.96);
  color: #b9688f;
  font-weight: 700;
}

body.page-id-23 .c-postContent .wp-block-columns:not(.isv-grid) > .wp-block-column {
  padding: 1.2rem 1.15rem;
  border: 1px solid rgba(211, 223, 234, 0.92);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 252, 255, 0.96));
  box-shadow: 0 14px 34px -34px rgba(20, 42, 66, 0.18);
}

body.page-id-23 .c-postContent .wp-block-columns:not(.isv-grid) {
  gap: clamp(1rem, 2vw, 1.4rem);
}

body.page-id-23 .c-postContent .wp-block-column > ul {
  margin-top: 0.55rem;
  padding-left: 1.25rem;
}

body.page-id-23 .c-postContent .wp-block-column > ul li + li {
  margin-top: 0.35rem;
}

@media (max-width: 781px) {
  :is(body.page-id-20, body.page-id-23) .c-postContent .isv-section:not(.isv-page-title) h2 {
    padding-left: 0.92em;
  }

  body.page-id-20 .c-postContent .isv-section.isv-section--soft .isv-align-wide {
    max-width: 760px;
  }

  body.page-id-20 .isv-card {
    padding: 1.25rem 1.1rem;
  }

  body.page-id-23 .c-postContent .wp-block-columns:not(.isv-grid) > .wp-block-column {
    padding: 1.05rem 0.95rem;
  }
}
/* WP_LOCAL_TEST_WATANABE_SUBPAGES_PROFILE_DESIGN_SYNC_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_POLICY_THEME_DOUBLE_CARD_REMOVE_2026-07-05_START */
body.page-id-20 .c-postContent .wp-block-columns.isv-grid {
  gap: clamp(1rem, 2.4vw, 1.5rem);
}

body.page-id-20 .c-postContent .wp-block-columns.isv-grid > .wp-block-column {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.page-id-20 .c-postContent .wp-block-columns.isv-grid > .wp-block-column > .wp-block-group,
body.page-id-20 .c-postContent .wp-block-columns.isv-grid > .wp-block-column > ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

body.page-id-20 .c-postContent .wp-block-columns.isv-grid > .wp-block-column > .wp-block-group:last-child,
body.page-id-20 .c-postContent .wp-block-columns.isv-grid > .wp-block-column > ul:last-child {
  margin-bottom: 0;
}

body.page-id-20 .c-postContent .isv-card {
  box-shadow: 0 14px 34px -34px rgba(20, 42, 66, 0.18);
}
/* WP_LOCAL_TEST_WATANABE_POLICY_THEME_DOUBLE_CARD_REMOVE_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_POLICY_THEME_CARD_EMPHASIS_TUNE_2026-07-05_START */
body.page-id-20 .c-postContent .isv-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(198, 214, 229, 0.96);
  border-top: 3px solid #6aaedd;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(243, 249, 255, 0.98));
  box-shadow: 0 18px 40px -34px rgba(24, 48, 74, 0.24);
}

body.page-id-20 .c-postContent .isv-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 52px;
  background: linear-gradient(180deg, rgba(106, 174, 221, 0.12), rgba(106, 174, 221, 0));
  pointer-events: none;
}

body.page-id-20 .c-postContent .isv-card h3.wp-block-heading {
  position: relative;
  margin-bottom: 0.9rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(234, 162, 193, 0.5);
  color: #24445f;
  font-size: clamp(1.06rem, 1.45vw, 1.2rem);
  line-height: 1.5;
}

body.page-id-20 .c-postContent .isv-card p {
  position: relative;
  font-size: 0.97rem;
  line-height: 1.9;
}
/* WP_LOCAL_TEST_WATANABE_POLICY_THEME_CARD_EMPHASIS_TUNE_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_POLICY_THEME_CARD_EMPHASIS_REVERT_2026-07-05_START */
body.page-id-20 .c-postContent .isv-card {
  overflow: visible;
  border: 1px solid rgba(208, 220, 232, 0.92);
  border-top: 1px solid rgba(208, 220, 232, 0.92);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.96));
  box-shadow: 0 14px 36px -34px rgba(20, 42, 66, 0.2);
}

body.page-id-20 .c-postContent .isv-card::before {
  content: none;
}

body.page-id-20 .c-postContent .isv-card h3.wp-block-heading {
  margin-bottom: 0.8rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(244, 181, 205, 0.52);
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

body.page-id-20 .c-postContent .isv-card p {
  font-size: inherit;
  line-height: 1.9;
}
/* WP_LOCAL_TEST_WATANABE_POLICY_THEME_CARD_EMPHASIS_REVERT_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_POLICY_THEME_ROW_ORDER_LAYOUT_2026-07-05_START */
body.page-id-20 .c-postContent .wp-block-columns.isv-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem, 2.4vw, 1.5rem);
  align-items: start;
}

body.page-id-20 .c-postContent .wp-block-columns.isv-grid > .wp-block-column {
  display: contents;
  flex-basis: auto !important;
}

body.page-id-20 .c-postContent .wp-block-columns.isv-grid > .wp-block-column > .wp-block-group,
body.page-id-20 .c-postContent .wp-block-columns.isv-grid > .wp-block-column > ul {
  margin: 0;
}

@media (max-width: 781px) {
  body.page-id-20 .c-postContent .wp-block-columns.isv-grid {
    display: block;
  }

  body.page-id-20 .c-postContent .wp-block-columns.isv-grid > .wp-block-column {
    display: block;
  }

  body.page-id-20 .c-postContent .wp-block-columns.isv-grid > .wp-block-column + .wp-block-column {
    margin-top: 1rem;
  }

  body.page-id-20 .c-postContent .wp-block-columns.isv-grid > .wp-block-column > .wp-block-group,
  body.page-id-20 .c-postContent .wp-block-columns.isv-grid > .wp-block-column > ul {
    margin-bottom: 1rem;
  }

  body.page-id-20 .c-postContent .wp-block-columns.isv-grid > .wp-block-column > .wp-block-group:last-child,
  body.page-id-20 .c-postContent .wp-block-columns.isv-grid > .wp-block-column > ul:last-child {
    margin-bottom: 0;
  }
}
/* WP_LOCAL_TEST_WATANABE_POLICY_THEME_ROW_ORDER_LAYOUT_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_POLICY_THEME_HEADING_SCALE_UP_2026-07-05_START */
body.page-id-20 .c-postContent .isv-card h3.wp-block-heading {
  font-size: clamp(1.53rem, 2.2vw, 1.8rem);
  line-height: 1.45;
}

@media (max-width: 781px) {
  body.page-id-20 .c-postContent .isv-card h3.wp-block-heading {
    font-size: clamp(1.28rem, 5vw, 1.5rem);
  }
}
/* WP_LOCAL_TEST_WATANABE_POLICY_THEME_HEADING_SCALE_UP_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_POLICY_THEME_HEADING_SCALE_FONT_TUNE_2026-07-05_START */
body.page-id-20 .c-postContent .isv-card h3.wp-block-heading {
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
  font-size: clamp(1.22rem, 1.7vw, 1.4rem);
  line-height: 1.5;
  letter-spacing: 0.01em;
}

@media (max-width: 781px) {
  body.page-id-20 .c-postContent .isv-card h3.wp-block-heading {
    font-size: clamp(1.12rem, 4.6vw, 1.28rem);
  }
}
/* WP_LOCAL_TEST_WATANABE_POLICY_THEME_HEADING_SCALE_FONT_TUNE_2026-07-05_END */

/* WP_LOCAL_TEST_WATANABE_MOBILE_DRAWER_TEXT_AND_PAGE_TITLE_PADDING_FIX_2026-07-06_START */
/* 2026-07-15: the dark-navy/white-text drawer theme that used to live here was removed.
   It only won the cascade on non-top pages (page-id-53's own drawer rules outranked it
   there on specificity), which is exactly the top-page-vs-other-pages mismatch reported
   2026-07-15. The sky-blue theme in MOBILE_DRAWER_BG_SKY_BLUE_TUNING is now de-scoped to
   `body` (all pages) instead, so this block keeps only the unrelated page-title padding
   fix below. */
@media (max-width: 781px) {
  :is(body.page-id-11, body.page-id-20, body.page-id-23, body.page-id-52) .isv-page-title {
    padding-left: 1.35rem;
    padding-right: 1.35rem;
  }

  :is(body.page-id-11, body.page-id-20, body.page-id-23, body.page-id-52) .isv-page-title .isv-align-content {
    max-width: 100%;
  }

  :is(body.page-id-11, body.page-id-20, body.page-id-23, body.page-id-52) .isv-page-title__main,
  :is(body.page-id-11, body.page-id-20, body.page-id-23, body.page-id-52) .isv-page-title__lead {
    max-width: 100%;
  }
}
/* WP_LOCAL_TEST_WATANABE_MOBILE_DRAWER_TEXT_AND_PAGE_TITLE_PADDING_FIX_2026-07-06_END */

/* WP_LOCAL_TEST_WATANABE_ACTIVITY_FEATURE_SUMMARY_BLOCK_2026-07-06_START */
body.page-id-23 .isv-activity-summary {
  margin-top: clamp(2.4rem, 5vw, 3.5rem);
  margin-bottom: clamp(3rem, 6vw, 4.5rem);
}

body.page-id-23 .isv-activity-summary .isv-align-content {
  max-width: 960px;
}

body.page-id-23 .isv-activity-summary__lead {
  max-width: 58rem;
  margin-bottom: clamp(1.4rem, 3vw, 2rem);
  color: var(--isv-color-muted);
  line-height: 1.9;
}

body.page-id-23 .isv-activity-summary__grid {
  gap: clamp(1rem, 2.4vw, 1.4rem);
}

body.page-id-23 .isv-activity-summary__grid > .wp-block-column {
  margin-top: 0;
}

body.page-id-23 .isv-activity-summary__card {
  padding: clamp(1.25rem, 2.6vw, 1.55rem);
  border: 1px solid rgba(216, 227, 240, 0.95);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(79, 135, 198, 0.055);
}

body.page-id-23 .isv-activity-summary__card > :last-child {
  margin-bottom: 0;
}

body.page-id-23 .isv-activity-summary__icon {
  width: 54px;
  height: 54px;
  margin: 0 0 0.9rem;
}

body.page-id-23 .isv-activity-summary__icon img {
  width: 100%;
  height: 100%;
  display: block;
}

body.page-id-23 .isv-activity-summary__title {
  margin: 0 0 0.55rem;
  color: var(--isv-color-primary-dark);
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.45;
}

body.page-id-23 .isv-activity-summary__text {
  margin: 0;
  color: rgba(31, 50, 72, 0.88);
  font-size: 0.94rem;
  line-height: 1.8;
}

@media (max-width: 781px) {
  body.page-id-23 .isv-activity-summary__grid {
    display: block;
  }

  body.page-id-23 .isv-activity-summary__grid > .wp-block-column + .wp-block-column {
    margin-top: 0.95rem;
  }

  body.page-id-23 .isv-activity-summary__card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    column-gap: 1rem;
    align-items: start;
  }

  body.page-id-23 .isv-activity-summary__icon {
    width: 48px;
    height: 48px;
    margin: 0;
    grid-row: 1 / span 2;
  }

  body.page-id-23 .isv-activity-summary__title {
    margin-top: 0.05rem;
  }
}
/* WP_LOCAL_TEST_WATANABE_ACTIVITY_FEATURE_SUMMARY_BLOCK_2026-07-06_END */



/* WP_LOCAL_TEST_WATANABE_ACTIVITY_FEATURE_SUMMARY_ICON_CENTER_MOBILE_GAP_TUNE_2026-07-06_START */
body.page-id-23 .isv-activity-summary__card {
  text-align: center;
}

body.page-id-23 .isv-activity-summary__icon {
  margin: 0 auto 0.9rem;
}

@media (max-width: 781px) {
  body.page-id-23 .isv-activity-summary__grid {
    display: block;
  }

  body.page-id-23 .isv-activity-summary__grid > .wp-block-column {
    margin-top: 0;
  }

  body.page-id-23 .isv-activity-summary__grid > .wp-block-column + .wp-block-column,
  body.page-id-23 .isv-activity-summary__grid > .isv-activity-summary__card + .isv-activity-summary__card {
    margin-top: 1.35rem;
  }

  body.page-id-23 .isv-activity-summary__card {
    display: block;
    padding: 1.25rem 1.1rem;
    text-align: center;
  }

  body.page-id-23 .isv-activity-summary__icon {
    margin: 0 auto 0.85rem;
  }

  body.page-id-23 .isv-activity-summary__title {
    margin-top: 0;
  }
}
/* WP_LOCAL_TEST_WATANABE_ACTIVITY_FEATURE_SUMMARY_ICON_CENTER_MOBILE_GAP_TUNE_2026-07-06_END */


/* WP_LOCAL_TEST_WATANABE_ACTIVITY_SUMMARY_MOBILE_CARD_GAP_FIX_2026-07-06_START */
@media (max-width: 781px) {
  body.page-id-23 .isv-activity-summary {
    margin-bottom: clamp(2.4rem, 8vw, 3.2rem);
  }

  body.page-id-23 .isv-activity-summary .wp-block-columns,
  body.page-id-23 .isv-activity-summary__grid {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 1rem;
    gap: 1rem;
  }

  body.page-id-23 .isv-activity-summary .wp-block-column,
  body.page-id-23 .isv-activity-summary__card {
    margin: 0;
  }

  body.page-id-23 .isv-activity-summary .wp-block-column {
    padding-top: 0;
    padding-bottom: 0;
  }

  body.page-id-23 .isv-activity-summary__card {
    padding: 1.05rem 1rem;
  }

  body.page-id-23 .isv-activity-summary .wp-block-column + .wp-block-column,
  body.page-id-23 .isv-activity-summary__card + .isv-activity-summary__card {
    margin-top: 0;
  }
}
/* WP_LOCAL_TEST_WATANABE_ACTIVITY_SUMMARY_MOBILE_CARD_GAP_FIX_2026-07-06_END */

/* WP_LOCAL_TEST_WATANABE_ACTIVITY_SUMMARY_BUTTON_TONE_FIX_2026-07-06_START */
body.page-id-23 .isv-activity-summary__actions {
  margin-top: 0.9rem;
  justify-content: center;
}

body.page-id-23 .isv-activity-summary__actions .wp-block-button {
  margin: 0;
}

body.page-id-23 .isv-activity-summary__actions .wp-block-button__link,
body.page-id-23 .isv-activity-summary__actions .wp-block-button__link.isv-button,
body.page-id-23 .isv-activity-summary__actions .isv-button .wp-block-button__link {
  min-height: auto;
  padding: 0.7em 1.1em;
  border: 1px solid rgba(204, 218, 232, 0.96);
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
  color: var(--isv-color-primary-dark) !important;
}

body.page-id-23 .isv-activity-summary__actions .wp-block-button__link:hover,
body.page-id-23 .isv-activity-summary__actions .wp-block-button__link:focus {
  background: rgba(246, 251, 255, 0.98);
  box-shadow: none;
  color: var(--isv-color-primary-dark) !important;
  transform: none;
}
/* WP_LOCAL_TEST_WATANABE_ACTIVITY_SUMMARY_BUTTON_TONE_FIX_2026-07-06_END */

/* WP_LOCAL_TEST_WATANABE_ACTIVITY_SUMMARY_TEXT_LINK_BUTTON_2026-07-06_START */
body.page-id-23 .isv-activity-summary__actions .wp-block-button__link,
body.page-id-23 .isv-activity-summary__actions .wp-block-button__link.isv-button,
body.page-id-23 .isv-activity-summary__actions .isv-button .wp-block-button__link {
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--isv-color-primary-dark) !important;
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
}

body.page-id-23 .isv-activity-summary__actions .wp-block-button__link::after,
body.page-id-23 .isv-activity-summary__actions .wp-block-button__link.isv-button::after,
body.page-id-23 .isv-activity-summary__actions .isv-button .wp-block-button__link::after {
  content: ' →';
}

body.page-id-23 .isv-activity-summary__actions .wp-block-button__link:hover,
body.page-id-23 .isv-activity-summary__actions .wp-block-button__link:focus {
  background: transparent;
  box-shadow: none;
  color: var(--isv-color-primary) !important;
  transform: none;
}
/* WP_LOCAL_TEST_WATANABE_ACTIVITY_SUMMARY_TEXT_LINK_BUTTON_2026-07-06_END */

/* WP_LOCAL_TEST_WATANABE_ACTIVITY_SUMMARY_CARD_INNER_ALIGNMENT_FIX_2026-07-06_START */
body.page-id-23 .isv-activity-summary__grid {
  align-items: stretch;
}

body.page-id-23 .isv-activity-summary__grid > .wp-block-column {
  display: flex;
}

body.page-id-23 .isv-activity-summary__card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

body.page-id-23 .isv-activity-summary__icon {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  margin-bottom: 0.45rem;
}

body.page-id-23 .isv-activity-summary__icon img,
body.page-id-23 .isv-activity-summary__icon svg {
  max-width: 56px;
  max-height: 56px;
}

body.page-id-23 .isv-activity-summary__title {
  min-height: 3.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 0.7rem;
}

body.page-id-23 .isv-activity-summary__text {
  min-height: 5.4em;
  text-align: center;
}

body.page-id-23 .isv-activity-summary__link {
  margin-top: auto;
  padding-top: 0.95rem;
  text-align: center;
}

body.page-id-23 .isv-activity-summary__link a {
  display: inline-block;
}

@media (max-width: 781px) {
  body.page-id-23 .isv-activity-summary__grid > .wp-block-column {
    display: block;
  }

  body.page-id-23 .isv-activity-summary__card {
    height: auto;
  }

  body.page-id-23 .isv-activity-summary__icon {
    height: 52px;
    margin-inline: auto;
  }

  body.page-id-23 .isv-activity-summary__title {
    min-height: 0;
    display: block;
    text-align: center;
  }

  body.page-id-23 .isv-activity-summary__text {
    min-height: 0;
    text-align: center;
  }

  body.page-id-23 .isv-activity-summary__link {
    margin-top: 0.8rem;
    padding-top: 0;
  }
}
/* WP_LOCAL_TEST_WATANABE_ACTIVITY_SUMMARY_CARD_INNER_ALIGNMENT_FIX_2026-07-06_END */

/* WP_LOCAL_TEST_WATANABE_ACTIVITY_SUMMARY_TEXT_LEFT_ALIGN_2026-07-06_START */
body.page-id-23 .isv-activity-summary__text {
  text-align: left;
}

@media (max-width: 781px) {
  body.page-id-23 .isv-activity-summary__text {
    text-align: left;
  }
}
/* WP_LOCAL_TEST_WATANABE_ACTIVITY_SUMMARY_TEXT_LEFT_ALIGN_2026-07-06_END */

/* WP_LOCAL_TEST_WATANABE_REMAINING_SUBPAGES_PROFILE_DESIGN_SYNC_2026-07-06_START */
:is(body.page-id-25, body.page-id-52, body.page-id-14) .isv-page-title {
  background: linear-gradient(180deg, #f9fcff 0%, #f6fbff 58%, #fffdfd 100%);
}

:is(body.page-id-25, body.page-id-52, body.page-id-14) .isv-page-title::before,
:is(body.page-id-25, body.page-id-52, body.page-id-14) .isv-page-title::after {
  display: none;
}

:is(body.page-id-25, body.page-id-52, body.page-id-14) .isv-page-title.isv-section {
  padding-top: clamp(2.2rem, 5vw, 3.2rem);
  padding-bottom: clamp(1.8rem, 4vw, 2.6rem);
}

:is(body.page-id-25, body.page-id-52, body.page-id-14) .isv-page-title .isv-align-content {
  max-width: 760px;
  margin-inline: auto;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

:is(body.page-id-25, body.page-id-52, body.page-id-14) .isv-page-title__label {
  margin-bottom: 0.45rem;
  color: var(--isv-color-primary);
  letter-spacing: 0.12em;
}

body.page-id-52 .isv-page-title__label {
  display: none;
}

:is(body.page-id-25, body.page-id-52, body.page-id-14) .isv-page-title__main {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: clamp(2rem, 5.2vw, 2.9rem);
  line-height: 1.24;
  color: var(--isv-color-primary-dark);
  text-align: left;
  letter-spacing: 0.04em;
}

:is(body.page-id-25, body.page-id-52, body.page-id-14) .isv-page-title__lead {
  max-width: 46em;
  font-size: clamp(0.88rem, 1.6vw, 0.95rem);
  line-height: 1.75;
  color: rgba(38, 56, 77, 0.82);
  text-align: left;
}

:is(body.page-id-25, body.page-id-52, body.page-id-14) .c-postContent .isv-section:not(.isv-page-title) {
  padding-top: clamp(2.2rem, 5vw, 3.2rem);
  padding-bottom: clamp(2.2rem, 5vw, 3.2rem);
  background-image: none;
}

:is(body.page-id-25, body.page-id-52, body.page-id-14) .c-postContent .isv-section:not(.isv-page-title) + .isv-section {
  padding-top: clamp(2rem, 4vw, 2.7rem);
}

:is(body.page-id-25, body.page-id-14) .c-postContent .isv-section:not(.isv-page-title) .isv-align-content,
:is(body.page-id-25, body.page-id-14) .c-postContent .isv-section:not(.isv-page-title) .isv-align-wide,
body.page-id-52 .c-postContent .isv-subpage-section__inner,
body.page-id-52 .c-postContent .isv-page-title .isv-align-content {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

:is(body.page-id-25, body.page-id-14) .c-postContent .isv-section:not(.isv-page-title) h2,
body.page-id-52 .c-postContent .isv-subpage-post-title {
  position: relative;
  display: block;
  margin-bottom: 1em;
  padding-top: 0;
  padding-left: 1em;
  border: 0;
  border-radius: 0;
  background: none;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-weight: 800;
  color: var(--isv-color-primary-dark);
}

:is(body.page-id-25, body.page-id-14) .c-postContent .isv-section:not(.isv-page-title) h2::before {
  content: "";
  position: absolute;
  top: 0.18em;
  left: 0;
  width: 4px;
  height: 1.1em;
  border-radius: 999px;
  background: var(--isv-color-accent);
}

body.page-id-25 .c-postContent .isv-card,
body.page-id-52 .c-postContent .isv-subpage-post-card,
body.page-id-14 .c-postContent .isv-list-box,
body.page-id-14 .c-postContent .wp-block-buttons,
body.page-id-14 .c-postContent .isv-section .isv-align-content {
  border-color: rgba(216, 227, 240, 0.95);
  box-shadow: 0 8px 22px rgba(79, 135, 198, 0.055);
}

body.page-id-14 .c-postContent .isv-page-title .isv-align-content {
  border-color: transparent;
  box-shadow: none;
}

body.page-id-52 .c-postContent .isv-subpage-post-grid {
  gap: clamp(1rem, 2.4vw, 1.35rem);
}

body.page-id-52 .c-postContent .isv-subpage-post-card {
  border: 1px solid rgba(216, 227, 240, 0.95);
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(249,252,255,0.96));
  box-shadow: 0 10px 24px rgba(57, 88, 127, 0.08);
}

body.page-id-14 .c-postContent .wp-block-buttons {
  gap: 0.85rem;
  justify-content: flex-start;
}

body.page-id-14 .c-postContent .wp-block-button {
  flex: 1 1 240px;
}

body.page-id-14 .c-postContent .wp-block-button__link {
  width: 100%;
}

@media (max-width: 781px) {
  :is(body.page-id-25, body.page-id-52, body.page-id-14) .isv-page-title {
    padding-left: 1.35rem;
    padding-right: 1.35rem;
  }

  :is(body.page-id-25, body.page-id-52, body.page-id-14) .isv-page-title .isv-align-content {
    max-width: 100%;
  }

  :is(body.page-id-25, body.page-id-52, body.page-id-14) .isv-page-title__main,
  :is(body.page-id-25, body.page-id-52, body.page-id-14) .isv-page-title__lead {
    max-width: 100%;
  }

  :is(body.page-id-25, body.page-id-14) .c-postContent .isv-section:not(.isv-page-title) h2 {
    padding-left: 0.92em;
  }

  body.page-id-14 .c-postContent .wp-block-button {
    flex-basis: 100%;
  }
}
/* WP_LOCAL_TEST_WATANABE_REMAINING_SUBPAGES_PROFILE_DESIGN_SYNC_2026-07-06_END */

/* WP_LOCAL_TEST_ACTIVITY_REPORT_TITLE_SANS_FIX_2026-07-07_START */
body.page-id-52 .isv-activity-report__query h2.isv-front-v2__post-title,
body.page-id-52 .isv-activity-report__query .isv-front-v2__post-title,
body.page-id-52 .isv-activity-report__query .isv-front-v2__post-title a {
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif !important;
}
/* WP_LOCAL_TEST_ACTIVITY_REPORT_TITLE_SANS_FIX_2026-07-07_END */
/* WP_LOCAL_TEST_ACTIVITY_REPORT_LATEST_LIST_SYNC_2026-07-06_START */
body.page-id-52 .isv-activity-report__query {
  margin-top: 0;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
}

body.page-id-52 .isv-activity-report__query .wp-block-post-template {
  display: block;
  max-width: 820px;
  margin: 0 auto;
  padding: 0;
}

body.page-id-52 .isv-activity-report__query .wp-block-post {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid var(--isv-v2-line, rgba(27, 67, 109, 0.12));
}

body.page-id-52 .isv-activity-report__query .wp-block-post:first-child {
  border-top: 1px solid var(--isv-v2-line, rgba(27, 67, 109, 0.12));
}

body.page-id-52 .isv-activity-report__query .isv-front-v2__post-card {
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body.page-id-52 .isv-activity-report__query .isv-front-v2__post-card > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 96px 9.5rem minmax(0, 1fr);
  grid-template-areas: 'date tag title';
  align-items: center;
  column-gap: 1rem;
  row-gap: 0;
  padding-block: 0.9rem;
}

body.page-id-52 .isv-activity-report__query .isv-front-v2__post-date {
  grid-area: date;
  margin: 0;
  color: var(--isv-v2-muted, var(--isv-color-muted));
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

body.page-id-52 .isv-activity-report__query .isv-front-v2__post-tag {
  grid-area: tag;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  white-space: nowrap;
  background: #e8f3ff;
  width: 100%;
  color: #0d4f8f;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
}

body.page-id-52 .isv-activity-report__query .isv-front-v2__post-tag a {
  color: inherit;
  text-decoration: none;
}

body.page-id-52 .isv-activity-report__query .isv-front-v2__post-title {
  grid-area: title;
  margin: 0;
  margin-bottom: 0 !important;
  min-width: 0;
  padding: 0;
  align-self: center;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--isv-v2-navy, var(--isv-color-primary-dark));
}

body.page-id-52 .isv-activity-report__query .isv-front-v2__post-title::before {
  display: none;
}

body.page-id-52 .isv-activity-report__query .isv-front-v2__post-title a {
  display: block;
  overflow: hidden;
  line-height: inherit;
  color: var(--isv-v2-navy, var(--isv-color-primary-dark));
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.page-id-52 .isv-activity-report__query .wp-block-post:hover {
  background: rgba(227, 245, 255, 0.28);
}

body.page-id-52 .isv-activity-report__query .category-community-activity .isv-front-v2__post-tag {
  background: #e7f6ec;
  color: #1f6b46;
}

body.page-id-52 .isv-activity-report__query .category-city-report .isv-front-v2__post-tag {
  background: #e7f0ff;
  color: #1e4f95;
}

body.page-id-52 .isv-activity-report__query .category-council-report-cat .isv-front-v2__post-tag {
  background: #f5eafe;
  color: #6d3aa5;
}

body.page-id-52 .isv-activity-report__query .category-citizen-voices .isv-front-v2__post-tag {
  background: #fff1df;
  color: #9a5a12;
}

body.page-id-52 .isv-activity-report__query .category-news .isv-front-v2__post-tag {
  background: #fdecef;
  color: #a03d57;
}

body.page-id-52 .isv-activity-report__pagination {
  margin-top: 2rem;
}

body.page-id-52 .isv-activity-report__pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

body.page-id-52 .isv-activity-report__pagination a,
body.page-id-52 .isv-activity-report__pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.6rem;
  min-height: 2.6rem;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(30, 95, 140, 0.16);
  border-radius: 999px;
  background: #fff;
  color: var(--isv-v2-navy, var(--isv-color-primary-dark));
  text-decoration: none;
}

body.page-id-52 .isv-activity-report__pagination .current {
  border-color: var(--isv-v2-navy, var(--isv-color-primary-dark));
  background: var(--isv-v2-navy, var(--isv-color-primary-dark));
  color: #fff;
}

@media (max-width: 600px) {
  body.page-id-52 .isv-activity-report__query .isv-front-v2__post-card > .wp-block-group__inner-container {
    grid-template-columns: auto 1fr;
    grid-template-areas:
      'date tag'
      'title title';
    align-items: start;
    row-gap: 0.45rem;
  }

  body.page-id-52 .isv-activity-report__query .isv-front-v2__post-title {
    font-size: clamp(1rem, 4.1vw, 1.08rem);
    line-height: 1.55;
    white-space: normal;
  }

  body.page-id-52 .isv-activity-report__query .isv-front-v2__post-title a {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  body.page-id-52 .isv-activity-report__query .isv-front-v2__post-date {
    font-size: 0.82rem;
  }
}
/* WP_LOCAL_TEST_ACTIVITY_REPORT_LATEST_LIST_SYNC_2026-07-06_END */
/* WP_LOCAL_TEST_ACTIVITY_REPORT_PAGINATION_AND_HOVER_FIX_2026-07-06_START */
body.page-id-52 .isv-activity-report__query .wp-block-post:hover,
body.page-id-52 .isv-activity-report__query .wp-block-post:focus-within,
body.page-id-52 .isv-activity-report__query .isv-front-v2__post-card:hover,
body.page-id-52 .isv-activity-report__query .isv-front-v2__post-card:focus-within {
  background: transparent !important;
  box-shadow: none !important;
}

body.page-id-52 .isv-activity-report__query .isv-front-v2__post-title a:hover,
body.page-id-52 .isv-activity-report__query .isv-front-v2__post-title a:focus-visible {
  color: var(--isv-v2-accent, var(--isv-color-accent)) !important;
}

body.page-id-52 .isv-activity-report__pagination ul.page-numbers {
  gap: 0.75rem;
}

body.page-id-52 .isv-activity-report__pagination a.page-numbers,
body.page-id-52 .isv-activity-report__pagination span.page-numbers {
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0.1rem 0.2rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--isv-v2-navy, var(--isv-color-primary-dark)) !important;
  text-decoration: none !important;
}

body.page-id-52 .isv-activity-report__pagination .page-numbers:not(.dots):hover,
body.page-id-52 .isv-activity-report__pagination .page-numbers:not(.dots):focus-visible {
  background-color: transparent !important;
  background: transparent !important;
  color: var(--isv-v2-accent, var(--isv-color-accent)) !important;
}

body.page-id-52 .isv-activity-report__pagination span.page-numbers.current {
  color: var(--isv-v2-accent, var(--isv-color-accent)) !important;
  font-weight: 700;
  text-decoration: underline !important;
  text-underline-offset: 0.22em;
}
/* WP_LOCAL_TEST_ACTIVITY_REPORT_PAGINATION_AND_HOVER_FIX_2026-07-06_END */
/* WP_LOCAL_TEST_ACTIVITY_REPORT_HOVER_FORCE_CLEAR_2026-07-06_START */
body.page-id-52 .isv-activity-report__query .wp-block-post:hover,
body.page-id-52 .isv-activity-report__query .wp-block-post:hover > article,
body.page-id-52 .isv-activity-report__query .wp-block-post:hover > article > .wp-block-group__inner-container,
body.page-id-52 .isv-activity-report__query .wp-block-post:hover .isv-front-v2__post-title,
body.page-id-52 .isv-activity-report__query .wp-block-post:hover .isv-front-v2__post-title a,
body.page-id-52 .isv-activity-report__query .wp-block-post:hover .isv-front-v2__post-date,
body.page-id-52 .isv-activity-report__query .wp-block-post:hover .isv-front-v2__post-tag,
body.page-id-52 .isv-activity-report__query .wp-block-post:focus-within,
body.page-id-52 .isv-activity-report__query .wp-block-post:focus-within > article,
body.page-id-52 .isv-activity-report__query .wp-block-post:focus-within > article > .wp-block-group__inner-container {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}
/* WP_LOCAL_TEST_ACTIVITY_REPORT_HOVER_FORCE_CLEAR_2026-07-06_END */
/* WP_LOCAL_TEST_ACTIVITY_REPORT_TAG_HOVER_KEEP_STATIC_2026-07-06_START */
body.page-id-52 .isv-activity-report__query .wp-block-post:hover .isv-front-v2__post-tag,
body.page-id-52 .isv-activity-report__query .wp-block-post:focus-within .isv-front-v2__post-tag {
  background: #e8f3ff !important;
  color: #0d4f8f !important;
}

body.page-id-52 .isv-activity-report__query .category-community-activity:hover .isv-front-v2__post-tag,
body.page-id-52 .isv-activity-report__query .category-community-activity:focus-within .isv-front-v2__post-tag {
  background: #e7f6ec !important;
  color: #1f6b46 !important;
}

body.page-id-52 .isv-activity-report__query .category-city-report:hover .isv-front-v2__post-tag,
body.page-id-52 .isv-activity-report__query .category-city-report:focus-within .isv-front-v2__post-tag {
  background: #e7f0ff !important;
  color: #1e4f95 !important;
}

body.page-id-52 .isv-activity-report__query .category-council-report-cat:hover .isv-front-v2__post-tag,
body.page-id-52 .isv-activity-report__query .category-council-report-cat:focus-within .isv-front-v2__post-tag {
  background: #f5eafe !important;
  color: #6d3aa5 !important;
}

body.page-id-52 .isv-activity-report__query .category-citizen-voices:hover .isv-front-v2__post-tag,
body.page-id-52 .isv-activity-report__query .category-citizen-voices:focus-within .isv-front-v2__post-tag {
  background: #fff1df !important;
  color: #9a5a12 !important;
}

body.page-id-52 .isv-activity-report__query .category-news:hover .isv-front-v2__post-tag,
body.page-id-52 .isv-activity-report__query .category-news:focus-within .isv-front-v2__post-tag {
  background: #fdecef !important;
  color: #a03d57 !important;
}
/* WP_LOCAL_TEST_ACTIVITY_REPORT_TAG_HOVER_KEEP_STATIC_2026-07-06_END */

/* WP_LOCAL_TEST_TOP_CARD_LAYOUT_RESTORE_2026-07-06_START */
.page-id-53 .isv-front-v2__promise-grid > .wp-block-group__inner-container,
.page-id-53 .isv-front-v2__report-grid > .wp-block-group__inner-container,
.page-id-53 .isv-front-v2__policy-grid > .wp-block-group__inner-container,
.page-id-53 .isv-front-v2__step-grid > .wp-block-group__inner-container {
  display: grid;
  gap: inherit;
}

.page-id-53 .isv-front-v2__promise-grid > .wp-block-group__inner-container {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-id-53 .isv-front-v2__report-grid > .wp-block-group__inner-container,
.page-id-53 .isv-front-v2__policy-grid > .wp-block-group__inner-container,
.page-id-53 .isv-front-v2__query > .wp-block-group__inner-container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-id-53 .isv-front-v2__step-grid > .wp-block-group__inner-container {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.page-id-53 .isv-front-v2__promise-card > .wp-block-group__inner-container {
  display: flex;
  gap: 1.35rem;
  align-items: flex-start;
}

@media (max-width: 1000px) {
  .page-id-53 .isv-front-v2__report-grid > .wp-block-group__inner-container,
  .page-id-53 .isv-front-v2__promise-grid > .wp-block-group__inner-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-id-53 .isv-front-v2__policy-grid > .wp-block-group__inner-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 781px) {
  .page-id-53 .isv-front-v2__promise-grid > .wp-block-group__inner-container,
  .page-id-53 .isv-front-v2__report-grid > .wp-block-group__inner-container,
  .page-id-53 .isv-front-v2__policy-grid > .wp-block-group__inner-container,
  .page-id-53 .isv-front-v2__step-grid > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
  }

  .page-id-53 .isv-front-v2__promise-card > .wp-block-group__inner-container {
    display: block;
  }
}
/* WP_LOCAL_TEST_TOP_CARD_LAYOUT_RESTORE_2026-07-06_END */
/* WP_LOCAL_TEST_TOP_CARD_LAYOUT_RESTORE_02_2026-07-06_START */
.page-id-53 .isv-front-v2__promise-grid,
.page-id-53 .isv-front-v2__report-grid,
.page-id-53 .isv-front-v2__policy-grid,
.page-id-53 .isv-front-v2__step-grid {
  display: block;
}

.page-id-53 .isv-front-v2__promise-grid > .wp-block-group__inner-container,
.page-id-53 .isv-front-v2__report-grid > .wp-block-group__inner-container,
.page-id-53 .isv-front-v2__policy-grid > .wp-block-group__inner-container {
  display: grid;
  gap: 1.4rem;
}

.page-id-53 .isv-front-v2__step-grid > .wp-block-group__inner-container {
  display: grid;
  gap: 1.5rem;
}

.page-id-53 .isv-front-v2__promise-grid > .wp-block-group__inner-container {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-id-53 .isv-front-v2__report-grid > .wp-block-group__inner-container,
.page-id-53 .isv-front-v2__policy-grid > .wp-block-group__inner-container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-id-53 .isv-front-v2__step-grid > .wp-block-group__inner-container {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.page-id-53 .isv-front-v2__promise-card > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr);
  column-gap: 1.35rem;
  row-gap: 0.35rem;
  align-items: start;
}

.page-id-53 .isv-front-v2__promise-card > .wp-block-group__inner-container > .isv-front-v2__icon {
  grid-column: 1;
  grid-row: 1 / span 2;
}

.page-id-53 .isv-front-v2__promise-card > .wp-block-group__inner-container > h3,
.page-id-53 .isv-front-v2__promise-card > .wp-block-group__inner-container > p {
  grid-column: 2;
}

@media (max-width: 1000px) {
  .page-id-53 .isv-front-v2__report-grid > .wp-block-group__inner-container,
  .page-id-53 .isv-front-v2__promise-grid > .wp-block-group__inner-container,
  .page-id-53 .isv-front-v2__policy-grid > .wp-block-group__inner-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 781px) {
  .page-id-53 .isv-front-v2__promise-grid > .wp-block-group__inner-container,
  .page-id-53 .isv-front-v2__report-grid > .wp-block-group__inner-container,
  .page-id-53 .isv-front-v2__policy-grid > .wp-block-group__inner-container,
  .page-id-53 .isv-front-v2__step-grid > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
  }

  .page-id-53 .isv-front-v2__promise-card > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
  }

  .page-id-53 .isv-front-v2__promise-card > .wp-block-group__inner-container > .isv-front-v2__icon,
  .page-id-53 .isv-front-v2__promise-card > .wp-block-group__inner-container > h3,
  .page-id-53 .isv-front-v2__promise-card > .wp-block-group__inner-container > p {
    grid-column: auto;
    grid-row: auto;
  }
}
/* WP_LOCAL_TEST_TOP_CARD_LAYOUT_RESTORE_02_2026-07-06_END */
/* WP_LOCAL_TEST_TOP_CARD_EQUAL_HEIGHT_AND_TYPE_2026-07-06_START */
.page-id-53 .isv-front-v2__promise-grid > .wp-block-group__inner-container,
.page-id-53 .isv-front-v2__report-grid > .wp-block-group__inner-container,
.page-id-53 .isv-front-v2__policy-grid > .wp-block-group__inner-container {
  align-items: stretch;
}

.page-id-53 .isv-front-v2__promise-card,
.page-id-53 .isv-front-v2__report-card,
.page-id-53 .isv-front-v2__policy-card {
  height: 100%;
}

.page-id-53 .isv-front-v2__step-num,
body.page-id-53 .isv-front-v2__step-num {
  color: #fff !important;
}

.page-id-53 .isv-front-v2__query .isv-front-v2__post-title,
.page-id-53 .isv-front-v2__query .isv-front-v2__post-title a {
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", "YuGothic", sans-serif;
}
/* WP_LOCAL_TEST_TOP_CARD_EQUAL_HEIGHT_AND_TYPE_2026-07-06_END */
/* WP_LOCAL_TEST_WATANABE_TOP_CARD_HEIGHT_AND_INNER_ALIGNMENT_FIX_2026-07-06_START */
body.page-id-53 .isv-front-v2__promise-grid > .wp-block-group__inner-container,
body.page-id-53 .isv-front-v2__report-grid > .wp-block-group__inner-container,
body.page-id-53 .isv-front-v2__policy-grid > .wp-block-group__inner-container {
  align-items: stretch;
}

body.page-id-53 .isv-front-v2__promise-card,
body.page-id-53 .isv-front-v2__report-card,
body.page-id-53 .isv-front-v2__policy-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

body.page-id-53 .isv-front-v2__promise-card > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr);
  grid-template-areas:
    'icon title'
    'icon body';
  grid-template-rows: minmax(3.4rem, auto) 1fr;
  column-gap: 1.35rem;
  row-gap: 0.35rem;
  align-items: start;
  flex: 1 1 auto;
  height: 100%;
}

body.page-id-53 .isv-front-v2__promise-card > .wp-block-group__inner-container > .isv-front-v2__icon {
  grid-area: icon;
  min-height: 3.5rem;
  margin: 0;
  align-self: start;
}

body.page-id-53 .isv-front-v2__promise-card > .wp-block-group__inner-container > h3 {
  grid-area: title;
  display: flex;
  align-items: center;
  min-height: 3.4rem;
  margin: 0;
}

body.page-id-53 .isv-front-v2__promise-card > .wp-block-group__inner-container > p {
  grid-area: body;
  margin: 0;
}

body.page-id-53 .isv-front-v2__report-card > .wp-block-group__inner-container,
body.page-id-53 .isv-front-v2__policy-card > .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
}

body.page-id-53 .isv-front-v2__report-card .isv-front-v2__report-icon {
  display: flex;
  align-items: flex-start;
  min-height: 3.5rem;
  margin: 0.85rem 0 0.45rem;
}

body.page-id-53 .isv-front-v2__report-card h3,
body.page-id-53 .isv-front-v2__policy-card h3 {
  display: flex;
  align-items: flex-start;
  min-height: 3.4rem;
  margin: 1.1rem 0 0;
}

body.page-id-53 .isv-front-v2__report-card > .wp-block-group__inner-container > p:not(.isv-front-v2__report-label),
body.page-id-53 .isv-front-v2__policy-card > .wp-block-group__inner-container > p:not(.isv-front-v2__policy-num) {
  margin-top: 0;
  flex: 1 1 auto;
}

body.page-id-53 .isv-front-v2__policy-card > .wp-block-group__inner-container > .isv-front-v2__policy-num {
  margin-bottom: 0.85rem;
}

@media (max-width: 781px) {
  body.page-id-53 .isv-front-v2__promise-card,
  body.page-id-53 .isv-front-v2__report-card,
  body.page-id-53 .isv-front-v2__policy-card {
    height: auto;
  }

  /* 2026-07-15: keep icon + heading side-by-side on mobile too (was collapsing to a
     single column - icon / title / body all stacked - reported as unwanted line breaks
     between the icon and heading in each of the 4 promise cards). Reuse the same
     two-column icon-left layout as desktop, just without the equal-card-height rows. */
  body.page-id-53 .isv-front-v2__promise-card > .wp-block-group__inner-container {
    grid-template-columns: 3.5rem minmax(0, 1fr);
    grid-template-areas:
      'icon title'
      'icon body';
    grid-template-rows: auto auto;
    height: auto;
  }

  body.page-id-53 .isv-front-v2__promise-card > .wp-block-group__inner-container > .isv-front-v2__icon,
  body.page-id-53 .isv-front-v2__promise-card > .wp-block-group__inner-container > h3,
  body.page-id-53 .isv-front-v2__report-card h3,
  body.page-id-53 .isv-front-v2__policy-card h3 {
    min-height: 0;
  }

  body.page-id-53 .isv-front-v2__report-card .isv-front-v2__report-icon {
    min-height: 0;
  }
}
/* WP_LOCAL_TEST_WATANABE_TOP_CARD_HEIGHT_AND_INNER_ALIGNMENT_FIX_2026-07-06_END */
/* WP_LOCAL_TEST_WATANABE_TOP_CARD_HEIGHT_AND_INNER_ALIGNMENT_FIX_2026-07-06_MARGIN_RESET */
body.page-id-53 .isv-front-v2__promise-card > .wp-block-group__inner-container > :not(:first-child),
body.page-id-53 .isv-front-v2__report-card > .wp-block-group__inner-container > :not(:first-child),
body.page-id-53 .isv-front-v2__policy-card > .wp-block-group__inner-container > :not(:first-child) {
  margin-top: 0;
}
/* WP_LOCAL_TEST_WATANABE_TOP_CARD_HEIGHT_AND_INNER_ALIGNMENT_FIX_2026-07-06_MARGIN_TOP_OVERRIDE */
body.page-id-53 :is(.isv-front-v2__promise-card,.isv-front-v2__report-card,.isv-front-v2__policy-card) > .wp-block-group__inner-container:where(:not(.is-layout-grid)) > :not(:first-child) {
  margin-top: 0 !important;
}
/* WP_LOCAL_TEST_WATANABE_TOP_CARD_HEIGHT_AND_INNER_ALIGNMENT_FIX_2026-07-06_MARGIN_TOP_OVERRIDE_02 */
body.page-id-53 :is(.isv-front-v2__promise-card,.isv-front-v2__report-card,.isv-front-v2__policy-card) :is(.wp-block-details,.wp-block-accordion-panel,.wp-block-quote,.wp-block-column,.wp-block-media-text__content,.wp-block-cover__inner-container,.wp-block-group__inner-container:where(:not(.is-layout-grid))) > :not(:first-child) {
  margin-top: 0 !important;
}
/* WP_LOCAL_TEST_WATANABE_TOP_CARD_GRID_MARGIN_TOP_ALIGN_FIX_2026-07-06_START */
/*
 * 原因: WPブロックギャップの
 *   .wp-block-group__inner-container:not(.is-layout-grid) > :not(:first-child)
 * が、display:grid 化した各カードグリッドの2枚目以降に margin-top(16px) を付与し、
 * 横並びカードの開始位置がズレる。gap で間隔は確保済みのため margin-top を打ち消す。
 */
body.page-id-53 .isv-front-v2__promise-grid > .wp-block-group__inner-container > :not(:first-child),
body.page-id-53 .isv-front-v2__report-grid  > .wp-block-group__inner-container > :not(:first-child),
body.page-id-53 .isv-front-v2__policy-grid  > .wp-block-group__inner-container > :not(:first-child),
body.page-id-53 .isv-front-v2__step-grid    > .wp-block-group__inner-container > :not(:first-child) {
  margin-top: 0;
}
/* WP_LOCAL_TEST_WATANABE_TOP_CARD_GRID_MARGIN_TOP_ALIGN_FIX_2026-07-06_END */
/* WP_LOCAL_TEST_TOP_POLICY_HEADING_CENTER_2026-07-06 */
body.page-id-53 .isv-front-v2__policy .isv-front-v2__section-head {
  text-align: center;
}

body.page-id-53 .isv-front-v2__policy .isv-front-v2__section-head .isv-front-v2__rule {
  margin-left: auto;
  margin-right: auto;
}
/* WP_LOCAL_TEST_WATANABE_TOP_CARD_ICON_AND_POLICY_TITLE_CENTER_FIX_2026-07-06_START */

/* 活動実績3カード：アイコンを中央揃え */
body.page-id-53 .isv-front-v2__report-card .isv-front-v2__report-icon,
body.page-id-53 .isv-front-v2__report-card .isv-front-v2__report-icon img,
body.page-id-53 .isv-front-v2__report-card .isv-front-v2__report-icon svg {
  margin-left: auto;
  margin-right: auto;
}

body.page-id-53 .isv-front-v2__report-card .isv-front-v2__report-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* 政策カード：見出しのみ中央揃え */
body.page-id-53 .isv-front-v2__policy-card h3 {
  text-align: center;
  justify-content: center;
}

/* 政策カード本文は左寄せ維持 */
body.page-id-53 .isv-front-v2__policy-card p {
  text-align: left;
}

/* WP_LOCAL_TEST_WATANABE_TOP_CARD_ICON_AND_POLICY_TITLE_CENTER_FIX_2026-07-06_END */
/* WP_LOCAL_TEST_TOP_STEP_MOBILE_WIDTH_FIX_2026-07-06 */
@media (max-width: 781px) {
  body.page-id-53 .isv-front-v2__step-grid > .wp-block-group__inner-container {
    width: 100%;
    min-width: 0;
  }

  body.page-id-53 .isv-front-v2__step-card {
    width: 100%;
    min-width: 0;
  }

  body.page-id-53 .isv-front-v2__step-card > .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: 2.75rem minmax(0, 1fr);
    grid-template-areas:
       num title
      . body !important;
    width: 100%;
    min-width: 0;
  }

  body.page-id-53 .isv-front-v2__step-card > .wp-block-group__inner-container > .isv-front-v2__step-num {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  body.page-id-53 .isv-front-v2__step-card > .wp-block-group__inner-container > h3,
  body.page-id-53 .isv-front-v2__step-card > .wp-block-group__inner-container > p {
    grid-column: 2;
    min-width: 0;
  }
}
/* WP_LOCAL_TEST_TOP_STEP_MOBILE_WIDTH_FIX_02_2026-07-06 */
@media (max-width: 781px) {
  body.page-id-53 .isv-front-v2__step-grid,
  body.page-id-53 .isv-front-v2__step-grid > .wp-block-group__inner-container,
  body.page-id-53 .isv-front-v2__step-card,
  body.page-id-53 .isv-front-v2__step-card > .wp-block-group__inner-container {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  body.page-id-53 .isv-front-v2__step-card {
    justify-self: stretch;
  }

  body.page-id-53 .isv-front-v2__step-card > .wp-block-group__inner-container {
    display: grid !important;
    grid-template-columns: 2.75rem minmax(0, 1fr) !important;
    justify-items: stretch;
    align-items: start;
  }

  body.page-id-53 .isv-front-v2__step-card > .wp-block-group__inner-container > h3,
  body.page-id-53 .isv-front-v2__step-card > .wp-block-group__inner-container > p {
    width: 100%;
    max-width: none;
    min-width: 0;
  }
}
/* WP_LOCAL_TEST_TOP_STEP_MOBILE_GRID_REBUILD_2026-07-06 */
@media (max-width: 781px) {
  body.page-id-53 .isv-front-v2__step-card {
    display: block !important;
    padding: 1rem 0 !important;
  }

  body.page-id-53 .isv-front-v2__step-card > .wp-block-group__inner-container {
    display: grid !important;
    grid-template-columns: 2.75rem minmax(0, 1fr) !important;
    /* 明示的な列・行で配置する（旧 grid-template-areas は引用符欠落で無効だった） */
    grid-template-areas: none !important;
    column-gap: 0.9rem !important;
    row-gap: 0.3rem !important;
    width: 100% !important;
    min-width: 0 !important;
    align-items: start !important;
  }

  body.page-id-53 .isv-front-v2__step-card > .wp-block-group__inner-container > .isv-front-v2__step-num {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    margin: 0 !important;
  }

  body.page-id-53 .isv-front-v2__step-card > .wp-block-group__inner-container > h3 {
    grid-column: 2 !important;
    grid-row: 1 !important;
    margin: 0 0 0.3rem !important;
    min-width: 0;
  }

  body.page-id-53 .isv-front-v2__step-card > .wp-block-group__inner-container > p {
    grid-column: 2 !important;
    grid-row: 2 !important;
    margin: 0 !important;
    min-width: 0;
    width: 100%;
  }

  /* ステップカード内の画像はカード下部に全幅で配置（番号バッジ・本文と重ならない） */
  body.page-id-53 .isv-front-v2__step-card > .wp-block-group__inner-container > figure.wp-block-image {
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
    margin: 0.5rem 0 0 !important;
  }

  body.page-id-53 .isv-front-v2__step-card > .wp-block-group__inner-container > figure.wp-block-image img {
    aspect-ratio: 16 / 10;
  }
}

/* WP_LOCAL_TEST_TOP_STEP_IMAGE_SUPPORT_2026-07-06 */
/* 4ステップ・カード内に画像を入れても崩れないよう、画像に共通のサイズ制御を付与 */
.page-id-53 .isv-front-v2__step-card figure.wp-block-image {
  margin: 0 0 0.9rem;
}

.page-id-53 .isv-front-v2__step-card figure.wp-block-image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

/* デスクトップ（PC）でも画像は常にカード下部へ。ブロックエディタで画像を
   どの位置に置いても、番号→見出し→本文→画像の順で表示する。 */
@media (min-width: 782px) {
  .page-id-53 .isv-front-v2__step-card > .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
  }

  .page-id-53 .isv-front-v2__step-card > .wp-block-group__inner-container > .isv-front-v2__step-num {
    order: 1;
  }

  .page-id-53 .isv-front-v2__step-card > .wp-block-group__inner-container > h3 {
    order: 2;
  }

  .page-id-53 .isv-front-v2__step-card > .wp-block-group__inner-container > p {
    order: 3;
  }

  .page-id-53 .isv-front-v2__step-card > .wp-block-group__inner-container > figure.wp-block-image {
    order: 4;
    width: 100%;
  }
}

/* WP_LOCAL_TEST_CONTACT_PROMISE_CARDS_2026-07-06 */
/* お問い合わせページ「私の議員活動 4つの約束」を、単一の箇条書きボックスから
   2×2 のチェック付きカードグリッドへ整える。対象は page-id-14（contact）の
   唯一の .isv-list-box に限定し、汎用コンポーネントの他ページ利用には影響させない。 */
body.page-id-14 .c-postContent ul.isv-list-box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  list-style: none;
}

body.page-id-14 .c-postContent ul.isv-list-box > li {
  position: relative;
  margin: 0;
  padding: 1.15rem 1.4rem 1.15rem 3.35rem;
  border: 1px solid rgba(216, 227, 240, 0.95);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 8px 22px rgba(79, 135, 198, 0.06);
  list-style: none;
  font-weight: 700;
  font-size: 1.02rem;
  color: #2c4a6b;
  line-height: 1.6;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.page-id-14 .c-postContent ul.isv-list-box > li::marker {
  content: "";
}

body.page-id-14 .c-postContent ul.isv-list-box > li:hover {
  transform: translateY(-2px);
  border-color: var(--isv-color-primary);
  box-shadow: 0 14px 28px rgba(79, 135, 198, 0.16);
}

/* チェック丸アイコン（白いチェックを primary 色の円に載せる） */
body.page-id-14 .c-postContent ul.isv-list-box > li::before {
  content: "";
  position: absolute;
  left: 1.15rem;
  top: 1.25rem;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 999px;
  background-color: var(--isv-color-primary);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.95rem;
}

@media (max-width: 600px) {
  body.page-id-14 .c-postContent ul.isv-list-box {
    grid-template-columns: 1fr;
  }
}

/* WP_LOCAL_TEST_CONTACT_CF7_PREP_2026-07-07_START */
body.page-id-14 .c-postContent .wpcf7 {
  max-width: 760px;
  margin: 0 auto;
}

body.page-id-14 .c-postContent .wpcf7 .screen-reader-response {
  display: none;
}

body.page-id-14 .c-postContent .wpcf7 form {
  display: grid;
  gap: 1rem;
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid rgba(216, 227, 240, 0.95);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 252, 255, 0.96));
  box-shadow: 0 10px 24px rgba(57, 88, 127, 0.08);
}

body.page-id-14 .c-postContent .wpcf7 p {
  margin: 0;
}

body.page-id-14 .c-postContent .wpcf7 p:last-of-type {
  margin-bottom: 0;
}

body.page-id-14 .c-postContent .wpcf7 label {
  display: block;
  margin-bottom: 0;
  color: var(--isv-color-primary-dark);
  font-weight: 700;
  line-height: 1.6;
}

body.page-id-14 .c-postContent .wpcf7 label br {
  display: none;
}

body.page-id-14 .c-postContent .wpcf7 .wpcf7-form-control-wrap {
  display: block;
  margin-top: 0.45rem;
}

body.page-id-14 .c-postContent .wpcf7 :is(input[type="text"], input[type="email"], input[type="tel"], input[type="url"], textarea, select) {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(79, 135, 198, 0.2);
  border-radius: 12px;
  background: #fff;
  color: var(--isv-color-text);
  font: inherit;
  line-height: 1.6;
  box-sizing: border-box;
}

body.page-id-14 .c-postContent .wpcf7 textarea {
  min-height: 12rem;
  resize: vertical;
}

body.page-id-14 .c-postContent .wpcf7 :is(input[type="text"], input[type="email"], input[type="tel"], input[type="url"], textarea, select):focus {
  border-color: var(--isv-color-primary);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(79, 135, 198, 0.12);
}

body.page-id-14 .c-postContent .wpcf7 .wpcf7-not-valid-tip {
  margin-top: 0.45rem;
  font-size: 0.88rem;
}

body.page-id-14 .c-postContent .wpcf7 .wpcf7-acceptance {
  display: block;
  margin-top: 0.25rem;
}

body.page-id-14 .c-postContent .wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  display: block;
  margin: 0;
}

body.page-id-14 .c-postContent .wpcf7 .wpcf7-acceptance label {
  display: grid;
  grid-template-columns: 1.2rem minmax(0, 1fr);
  column-gap: 0.7rem;
  align-items: start;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--isv-color-text);
  font-weight: 400;
}

body.page-id-14 .c-postContent .wpcf7 .wpcf7-acceptance input[type="checkbox"] {
  width: 1.05rem;
  height: 1.05rem;
  margin: 0.15rem 0 0;
  accent-color: var(--isv-color-primary);
}

body.page-id-14 .c-postContent .wpcf7 .wpcf7-acceptance a {
  color: var(--isv-color-primary-dark);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

body.page-id-14 .c-postContent .wpcf7 .wpcf7-spinner {
  margin: 0 0 0 0.6rem;
}

body.page-id-14 .c-postContent .wpcf7 p:has(.wpcf7-submit) {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.25rem;
}

body.page-id-14 .c-postContent .wpcf7 .wpcf7-submit {
  min-width: min(100%, 220px);
  min-height: 52px;
  padding: 0.9em 1.75em;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--isv-color-primary) 0%, var(--isv-color-primary-dark) 100%);
  box-shadow: 0 12px 24px rgba(79, 135, 198, 0.22);
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

body.page-id-14 .c-postContent .wpcf7 .wpcf7-submit:hover,
body.page-id-14 .c-postContent .wpcf7 .wpcf7-submit:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(79, 135, 198, 0.25);
  opacity: 1;
}

body.page-id-14 .c-postContent .wpcf7 .wpcf7-response-output {
  margin: 1rem 0 0;
  padding: 0.9rem 1rem;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 0.95rem;
  line-height: 1.7;
}

body.page-id-14 .c-postContent .wpcf7 form.sent .wpcf7-response-output {
  border-color: rgba(54, 139, 92, 0.2);
  background: #edf9f1;
  color: #21643f;
}

body.page-id-14 .c-postContent .wpcf7 form.invalid .wpcf7-response-output,
body.page-id-14 .c-postContent .wpcf7 form.failed .wpcf7-response-output,
body.page-id-14 .c-postContent .wpcf7 form.aborted .wpcf7-response-output,
body.page-id-14 .c-postContent .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: rgba(191, 72, 72, 0.18);
  background: #fff4f4;
  color: #8c2f2f;
}

@media (max-width: 600px) {
  body.page-id-14 .c-postContent .wpcf7 form {
    padding: 1.2rem;
  }

  body.page-id-14 .c-postContent .wpcf7 p:has(.wpcf7-submit) {
    display: block;
  }

  body.page-id-14 .c-postContent .wpcf7 .wpcf7-submit {
    width: 100%;
  }
}
/* WP_LOCAL_TEST_CONTACT_CF7_PREP_2026-07-07_END */

/* WP_LOCAL_TEST_WATANABE_TOP_V2_MOBILE_FV_GRADIENT_VERTICAL_FIX_2026-07-15_START */
/* On mobile the hero stacks photo-on-top / copy-below (see
   WP_LOCAL_TEST_WATANABE_TOP_V2_MOBILE_FV_ORDER_AND_STEPS_COMPACT), but the background
   scrim on .isv-front-v2__hero::after is still the desktop-oriented ~100deg horizontal
   gradient (light on one side, transparent on the other), which only lightens a vertical
   strip and leaves the copy text sitting on top of the raw photo. Replace it with a
   vertical gradient below the 781px breakpoint: transparent over the photo near the top,
   solid near-white over the badge/title/lead/buttons zone near the bottom. */
@media (max-width: 781px) {
  .page-id-53 .isv-front-v2__hero::after {
    background: linear-gradient(180deg, rgba(247, 252, 254, 0) 0%, rgba(247, 252, 254, 0.55) 42%, rgba(247, 252, 254, 0.94) 62%, rgba(247, 252, 254, 0.98) 100%);
  }
}
/* WP_LOCAL_TEST_WATANABE_TOP_V2_MOBILE_FV_GRADIENT_VERTICAL_FIX_2026-07-15_END */

/* WP_LOCAL_TEST_WATANABE_TOP_V2_MOBILE_FV_BG_IMAGE_SWAP_2026-07-15_START */
/* The desktop hero background (top-hero-bg-generated.webp, 1900x800 landscape) gets
   cropped to a thin, over-zoomed sliver when `cover`-fit into the portrait mobile hero
   box (see MOBILE_FV_ORDER / MOBILE_FV_GRADIENT_VERTICAL_FIX above). Swap in a
   purpose-shot portrait image (fv-bg_sp.webp, 1200x1500) below the 781px breakpoint. */
@media (max-width: 781px) {
  .page-id-53 .isv-front-v2__hero::before {
    background: url('/wp-content/themes/isieve-arkhe-child/assets/images/top/fv-bg_sp.webp') center 40% / cover no-repeat;
  }
}
/* WP_LOCAL_TEST_WATANABE_TOP_V2_MOBILE_FV_BG_IMAGE_SWAP_2026-07-15_END */

/* WP_LOCAL_TEST_WATANABE_TOP_V2_MOBILE_CARD_SPACING_TUNING_2026-07-15_START */
@media (max-width: 781px) {
  /* 1) 「活動の積み重ね」(.isv-front-v2__report-card) and 2) 「7つの重点」
     (.isv-front-v2__policy-card): heading sits directly above the body text with no
     gap. Their shared inner-container is `display:flex; flex-direction:column` with no
     `gap`, and a site-wide `margin-top: 0 !important` rule (added earlier to fix
     card-to-card grid alignment - see TOP_CARD_GRID_MARGIN_TOP_ALIGN_FIX) also zeroes
     the body paragraph's own margin-top, so h3's margin-bottom is the only spacing
     lever left that isn't fought by that !important rule. */
  body.page-id-53 .isv-front-v2__report-card h3,
  body.page-id-53 .isv-front-v2__policy-card h3 {
    margin-bottom: 0.65rem;
  }
}

@media (max-width: 600px) {
  /* 3) 活動報告一覧 (.isv-front-v2__post-card / .isv-front-v2__post-tag): the category
     pill was stretching to fill its `width: 100%` grid cell, competing visually with the
     title. Let it size to its own text instead, and give each row a bit more breathing
     room so the list doesn't feel packed. */
  body.page-id-53 .isv-front-v2__post-tag {
    width: fit-content;
    padding: 0.2rem 0.55rem;
    font-size: 0.7rem;
  }

  body.page-id-53 .isv-front-v2__post-card > .wp-block-group__inner-container {
    padding-block: 1.2rem;
    row-gap: 0.55rem;
  }
}
/* WP_LOCAL_TEST_WATANABE_TOP_V2_MOBILE_CARD_SPACING_TUNING_2026-07-15_END */
