:root {
  --renewal-ink: #17191b;
  --renewal-navy: #11253d;
  --renewal-paper: #f6f4ef;
  --renewal-line: #d4d0c7;
  --renewal-muted: #536172;
  --renewal-accent: #a84936;
}

/* Keep the mobile about-copy sentence from leaving its final character alone. */
@media (max-width: 720px) {
  .noguchi-renewal .about-copy > p { font-size: 14px; }
}

.noguchi-renewal {
  background: var(--renewal-paper);
  color: var(--renewal-ink);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
}

.noguchi-renewal *, .noguchi-renewal *::before, .noguchi-renewal *::after { box-sizing: border-box; }
.noguchi-renewal img { max-width: 100%; height: auto; }
.noguchi-renewal a { color: inherit; text-decoration: none; }
.noguchi-renewal .screen-reader-text { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); }

.site-header { background: var(--renewal-paper); border-bottom: 1px solid var(--renewal-line); position: relative; z-index: 5; }
.site-header__brand, .site-header__actions { display: flex; align-items: center; }
.site-header__brand { padding: 22px 4.25vw; gap: 20px; }
.brand-lockup { display: grid; gap: 4px; }
.brand-lockup__eyebrow { color: #53677d; font-family: serif; font-size: 12px; }
.brand-lockup__name { color: #090c11; font-family: serif; font-size: clamp(22px, 2.2vw, 34px); font-weight: 700; line-height: 1.2; }
.brand-lockup__support { color: #53677d; font-size: 11px; font-weight: 700; letter-spacing: .18em; }
.brand-lockup__divider { width: 1px; height: 58px; background: #758192; }
.brand-lockup__watogi { width: 66px; max-height: 66px; object-fit: contain; }
.site-header__actions { gap: 18px; position: absolute; top: 32px; right: 4.25vw; }
.site-header__phone { display: grid; color: var(--renewal-navy); font-family: Georgia, serif; font-size: 18px; font-weight: 700; text-align: right; }
.site-header__phone span { color: var(--renewal-muted); font-family: inherit; font-size: 9px; font-weight: 400; }
.site-header__contact { border: 1px solid var(--renewal-navy); font-size: 13px; font-weight: 700; padding: 18px 22px; }
.primary-navigation { border-top: 1px solid var(--renewal-line); display: grid; grid-template-columns: repeat(8, 1fr); }
.primary-navigation a { border-right: 1px solid var(--renewal-line); font-size: 12px; font-weight: 700; padding: 17px 5px; text-align: center; }
.primary-navigation a:hover { background: var(--renewal-navy); color: white; }
.menu-toggle { display: none; }

.hero--home { display: grid; grid-template-columns: minmax(260px, 44%) 1fr; min-height: 650px; }
.hero__image { background-position: center; background-size: cover; }
.hero__content { align-content: center; display: grid; justify-items: start; padding: 80px clamp(34px, 6vw, 110px); }
.section-kicker { color: var(--renewal-accent); font-size: 11px; font-weight: 700; letter-spacing: .16em; margin: 0 0 28px; text-transform: uppercase; }
.hero h1, .page-hero h1, .principal h1, .not-found h1 { font-family: serif; font-weight: 500; letter-spacing: 0; }
.hero h1 { font-size: clamp(42px, 5.4vw, 80px); line-height: 1.35; margin: 0 0 28px; }
.hero h1 > span, .hero h1 > em { display: block; white-space: nowrap; }
.hero h1 em { color: var(--renewal-navy); font-style: normal; }
.hero__lead { color: #53677d; font-size: 16px; line-height: 2; max-width: 660px; }
.hero__actions { align-items: center; display: flex; flex-wrap: wrap; gap: 26px; margin-top: 34px; }
.button { align-items: center; display: inline-flex; font-weight: 700; justify-content: space-between; min-width: 310px; padding: 23px 32px; }
.button--primary { background: var(--renewal-navy); color: white !important; }
.hero__phone { border-bottom: 1px solid #6c7886; font-size: 16px; padding-bottom: 8px; }

.renewal-feature-grid { border-bottom: 1px solid var(--renewal-line); display: grid; grid-template-columns: repeat(4, 1fr); }
.renewal-feature-grid article { border-right: 1px solid var(--renewal-line); padding: 36px 4vw; }
.renewal-feature-grid p { color: var(--renewal-muted); font-size: 11px; font-weight: 700; margin: 0 0 18px; }
.renewal-feature-grid h2 { color: var(--renewal-navy); font-family: serif; font-size: 27px; margin: 0 0 12px; }
.renewal-feature-grid span { color: var(--renewal-muted); font-size: 13px; }
.renewal-section { margin: 0 auto; max-width: 1200px; padding: 110px 30px; }
.section-heading { margin-bottom: 45px; max-width: 690px; }
.section-heading h2 { color: var(--renewal-navy); font-family: serif; font-size: clamp(36px, 4vw, 58px); margin: 0 0 20px; }
.section-heading p:not(.section-kicker) { color: var(--renewal-muted); line-height: 1.9; }
.section-heading--inline { align-items: flex-end; display: flex; justify-content: space-between; max-width: none; }
.section-heading--inline > a { border-bottom: 1px solid var(--renewal-navy); font-weight: 700; padding-bottom: 7px; }
.renewal-card-grid, .renewal-news-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.renewal-card, .news-card { border: 1px solid var(--renewal-line); display: flex; flex-direction: column; min-height: 280px; padding: 32px; }
.renewal-card:hover, .news-card:hover { background: #eeece6; }
.renewal-card > span, .news-card time { color: var(--renewal-accent); font-size: 12px; font-weight: 700; }
.renewal-card h3 { font-family: serif; font-size: 28px; margin: 28px 0 15px; }
.renewal-card p, .news-card h3 { color: var(--renewal-muted); line-height: 1.8; }
.renewal-card b, .news-card span { margin-top: auto; }
.news-card h3 { color: var(--renewal-navy); font-size: 18px; line-height: 1.7; margin: 20px 0; }

.page-hero { background: var(--renewal-navy); color: white; padding: 78px max(6vw, 30px); }
.page-hero .section-kicker { margin-bottom: 16px; }
.page-hero h1 { font-size: clamp(42px, 5vw, 70px); margin: 0; }
.page-hero > p:last-child { color: #d7e0e9; line-height: 1.9; max-width: 800px; }
.renewal-entry { margin: 0 auto; max-width: 960px; padding: 85px 30px 120px; }
.renewal-entry h2 { border-left: 4px solid var(--renewal-accent); color: var(--renewal-navy); font-family: serif; font-size: 32px; margin: 65px 0 25px; padding-left: 18px; }
.renewal-entry h3 { color: var(--renewal-navy); font-size: 22px; margin-top: 42px; }
.renewal-entry p, .renewal-entry li { line-height: 2; }
.renewal-entry a { color: #174e70; text-decoration: underline; }
.principal { align-items: start; background: var(--renewal-navy); color: white; display: grid; grid-template-columns: minmax(260px, 38%) 1fr; min-height: 720px; padding: 80px max(5vw, 30px); }
.principal__photo { align-self: start; border: 1px solid #6e8297; max-width: 490px; position: sticky; top: 120px; width: 100%; }
.principal__photo img { display: block !important; height: auto !important; opacity: 1 !important; position: static !important; width: 100% !important; }
.principal__body { align-self: start; padding: 0 clamp(32px, 6vw, 110px); }
.principal__body > p:not(.section-kicker) { color: #c3d0dc; }
.principal h1 { font-size: clamp(52px, 5vw, 78px); margin: 30px 0 50px; }
.principal .entry-content { color: #d7e0e9; line-height: 2; }
.principal .entry-content > *:first-child { margin-top: 0; }
.qualification-panel { border: 1px solid #65798c; display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 52px; }
.qualification-panel > a { align-items: center; color: white; display: flex; gap: 18px; min-height: 150px; padding: 23px; position: relative; }
.qualification-panel > a + a { border-left: 1px solid #65798c; }
.qualification-panel img { border-radius: 50%; height: 80px; object-fit: cover; width: 80px; }
.qualification-panel span { display: grid; gap: 5px; }
.qualification-panel b { font-family: serif; font-size: 24px; }
.qualification-panel small, .qualification-panel em { color: #b9c6d3; font-size: 11px; font-style: normal; letter-spacing: .08em; }
.external-link-icon { height: 16px; margin-left: auto; opacity: .75; width: 16px; }
.qualification-panel__note { color: #c3d0dc; font-size: 12px; margin-top: 17px; }
.contact-page { display: grid; gap: 65px; grid-template-columns: minmax(240px, .7fr) 1.3fr; margin: 0 auto; max-width: 1150px; padding: 90px 30px 120px; }
.contact-page__intro h2 { color: var(--renewal-navy); font-family: serif; font-size: 42px; line-height: 1.45; }
.contact-page__intro p { color: var(--renewal-muted); line-height: 2; }
.contact-page__intro a { border-bottom: 1px solid var(--renewal-navy); display: inline-block; font-size: 20px; margin-top: 30px; padding-bottom: 8px; }
.contact-page__form { border-top: 2px solid var(--renewal-navy); padding-top: 30px; }
.contact-page__form input, .contact-page__form select, .contact-page__form textarea { border: 1px solid #c7c3bb; border-radius: 0; box-sizing: border-box; font: inherit; max-width: 100%; padding: 13px; width: 100%; }
.contact-page__form textarea { min-height: 180px; }
.contact-page__form input[type="submit"], .contact-page__form button[type="submit"] { background: var(--renewal-navy); color: white; cursor: pointer; font-weight: 700; max-width: 330px; }
.news-archive { margin: 0 auto; max-width: 950px; padding: 75px 30px 120px; }
.news-archive__item { border-top: 1px solid var(--renewal-line); }
.news-archive__item a { display: grid; gap: 20px; grid-template-columns: 130px 1fr auto; padding: 28px 5px; }
.news-archive__item time { color: var(--renewal-muted); font-size: 13px; }
.news-archive__item h2 { color: var(--renewal-navy); font-family: serif; font-size: 20px; margin: 0; }
.news-archive__item span { color: var(--renewal-accent); font-size: 13px; }
.article-detail { margin: 0 auto; max-width: 960px; padding: 90px 30px 120px; }
.article-detail__header { border-bottom: 1px solid var(--renewal-line); padding-bottom: 42px; }
.article-detail__header time { color: var(--renewal-muted); font-size: 14px; }
.article-detail__header h1 { color: var(--renewal-navy); font-family: serif; font-size: clamp(32px, 4vw, 54px); line-height: 1.45; }
.article-detail .renewal-entry { padding: 55px 0 0; }
.not-found { margin: 0 auto; max-width: 950px; padding: 140px 30px; text-align: center; }
.not-found h1 { color: var(--renewal-navy); font-size: clamp(36px, 4vw, 58px); }
.not-found p { color: var(--renewal-muted); margin: 28px 0 40px; }

.global-contact { background: var(--renewal-navy); color: white; display: grid; gap: 55px; grid-template-columns: 1fr 420px; padding: 90px max(6vw, 30px); }
.global-contact .section-kicker { color: #d5dce5; margin-bottom: 20px; }
.global-contact h2 { font-family: serif; font-size: clamp(36px, 4vw, 58px); line-height: 1.45; margin: 0 0 25px; }
.global-contact p:not(.section-kicker) { color: #c2ced9; font-size: 13px; line-height: 1.8; max-width: 520px; }
.global-contact__links { align-self: center; display: grid; }
.global-contact__links a { border: 1px solid #566b7f; display: flex; flex-direction: column; font-family: serif; font-size: 25px; padding: 24px 28px; }
.global-contact__links a:first-child { background: white; color: var(--renewal-navy); display: flex; flex-direction: row; font-family: inherit; font-size: 15px; font-weight: 700; justify-content: space-between; }
.global-contact__links small { color: #c2ced9; font-family: sans-serif; font-size: 10px; margin-bottom: 8px; }
.site-footer { background: #061523; color: white; display: grid; grid-template-columns: 1.4fr 1fr; padding: 62px max(6vw, 30px) 28px; }
.site-footer__identity h2 { font-family: serif; font-size: 21px; margin: 0; }
.site-footer__identity > p { color: #9cadbd; font-size: 11px; }
.site-footer__qualifications { display: flex; gap: 26px; margin-top: 24px; }
.site-footer__qualifications a { align-items: center; display: flex; gap: 9px; }
.site-footer__qualifications img { border-radius: 50%; height: 42px; object-fit: cover; width: 42px; }
.site-footer__qualifications span { display: grid; gap: 4px; }
.site-footer__qualifications b { font-family: serif; font-size: 15px; }
.site-footer__qualifications small { color: #9cadbd; font-size: 8px; letter-spacing: .06em; }
.site-footer__qualifications .external-link-icon { height: 12px; width: 12px; }
.site-footer__registration-note { color: #9cadbd; font-size: 10px; margin-top: 18px; }
.site-footer__nav { display: grid; gap: 13px; grid-template-columns: repeat(2, 1fr); }
.site-footer__nav a { color: #c8d1dc; font-size: 11px; }
.site-footer__copyright { border-top: 1px solid #1e3040; color: #8292a1; font-size: 10px; grid-column: 1 / -1; margin: 44px 0 0; padding-top: 20px; }

@media (max-width: 900px) {
  .site-header__brand { padding: 19px 30px 29px; }
  .site-header__actions { right: 30px; top: 24px; }
  .site-header__phone, .site-header__contact { display: none; }
  .menu-toggle { background: transparent; border: 1px solid var(--renewal-navy); display: grid; gap: 5px; height: 45px; padding: 11px; width: 48px; }
  .menu-toggle span { background: var(--renewal-navy); display: block; height: 1px; width: 100%; }
  .primary-navigation { display: none; grid-template-columns: repeat(2, 1fr); }
  .primary-navigation.is-open { display: grid; }
  .hero--home { grid-template-columns: 36% 1fr; min-height: 600px; }
  .hero__content { padding: 55px 42px; }
  .hero h1 { font-size: 42px; }
  .renewal-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .renewal-feature-grid article:nth-child(2) { border-right: 0; }
  .renewal-feature-grid article:nth-child(n + 3) { border-top: 1px solid var(--renewal-line); }
  .principal { grid-template-columns: 1fr; gap: 55px; }
  .principal__photo { max-width: 440px; position: static; }
  .principal__body { padding: 0; }
  .global-contact { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .site-header__brand { gap: 10px; padding: 15px 18px; }
  .brand-lockup__eyebrow { font-size: 9px; }
  .brand-lockup__name { font-size: 20px; }
  .brand-lockup__support { font-size: 8px; }
  .brand-lockup__divider { height: 46px; }
  .brand-lockup__watogi { width: 48px; }
  .site-header__actions { right: 18px; top: 29px; }
  .hero--home { display: flex; flex-direction: column; }
  .hero__image { min-height: 300px; }
  .hero__content { padding: 50px 24px 55px; }
  .hero h1 { font-size: 36px; line-height: 1.4; }
  .hero__lead { font-size: 14px; }
  .button { min-width: 100%; }
  .hero__phone { font-size: 15px; }
  .renewal-feature-grid { grid-template-columns: 1fr; }
  .renewal-feature-grid article, .renewal-feature-grid article:nth-child(2) { border-right: 0; border-top: 1px solid var(--renewal-line); }
  .renewal-feature-grid article:first-child { border-top: 0; }
  .renewal-section { padding: 75px 24px; }
  .section-heading--inline { align-items: flex-start; flex-direction: column; gap: 20px; }
  .renewal-card-grid, .renewal-news-grid { grid-template-columns: 1fr; }
  .page-hero { padding: 60px 24px; }
  .renewal-entry { padding: 55px 24px 75px; }
  .principal { padding: 58px 24px; }
  .qualification-panel { grid-template-columns: 1fr; }
  .qualification-panel > a + a { border-left: 0; border-top: 1px solid #65798c; }
  .contact-page { grid-template-columns: 1fr; padding: 58px 24px 75px; }
  .news-archive { padding: 55px 24px 75px; }
  .news-archive__item a { gap: 12px; grid-template-columns: 1fr; }
  .article-detail { padding: 60px 24px 75px; }
  .global-contact, .site-footer { padding: 60px 24px 24px; }
  .global-contact__links { width: 100%; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer__qualifications { flex-direction: column; gap: 14px; }
  .site-footer__nav { margin-top: 35px; }
}

/*
 * Responsive QA patch
 * rev3.css contains styles for the earlier standalone demo. Keep those rules
 * from affecting the WordPress child theme, especially on narrow screens.
 */
.noguchi-renewal .hero--home {
  background-image: none;
  padding: 0;
}

.noguchi-renewal .hero--home .hero__image {
  min-width: 0;
  width: auto;
}

.noguchi-renewal .hero--home .hero__content {
  margin: 0;
  min-width: 0;
  width: auto;
}

.noguchi-renewal .global-contact h2,
.noguchi-renewal .contact-page__intro h2,
.noguchi-renewal .renewal-entry h1,
.noguchi-renewal .renewal-entry h2,
.noguchi-renewal .renewal-entry h3,
.noguchi-renewal .article-detail__header h1,
.noguchi-renewal .news-archive__item h2 {
  line-break: strict;
  text-wrap: balance;
  word-break: auto-phrase;
}

/* Header switches to the compact navigation before eight links become cramped. */
@media (max-width: 1080px) {
  .noguchi-renewal .site-header__brand {
    padding: 19px 30px;
  }

  .noguchi-renewal .site-header__actions {
    right: 30px;
    top: 24px;
  }

  .noguchi-renewal .site-header__phone,
  .noguchi-renewal .site-header__contact {
    display: none;
  }

  .noguchi-renewal .menu-toggle {
    background: transparent;
    border: 1px solid var(--renewal-navy);
    display: grid;
    gap: 5px;
    height: 45px;
    padding: 11px;
    width: 48px;
  }

  .noguchi-renewal .menu-toggle span {
    background: var(--renewal-navy);
    display: block;
    height: 1px;
    width: 100%;
  }

  .noguchi-renewal .primary-navigation {
    background: var(--renewal-paper);
    border-bottom: 1px solid var(--renewal-line);
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: relative;
    z-index: 10;
  }

  .noguchi-renewal .primary-navigation.is-open {
    display: grid;
  }

  .noguchi-renewal .primary-navigation a {
    align-items: center;
    background: var(--renewal-paper);
    border-bottom: 1px solid var(--renewal-line);
    display: flex;
    justify-content: center;
    min-height: 58px;
    padding: 14px 12px;
  }

  .noguchi-renewal .primary-navigation a:nth-child(odd) {
    border-right: 1px solid var(--renewal-line);
  }

  .noguchi-renewal .primary-navigation a:hover {
    background: var(--renewal-navy);
  }
}

@media (max-width: 900px) {
  .noguchi-renewal .hero--home {
    display: grid;
    grid-template-columns: minmax(220px, 36%) minmax(0, 1fr);
    min-height: 600px;
  }

  .noguchi-renewal .hero--home .hero__image {
    min-height: 600px;
  }

  .noguchi-renewal .hero--home .hero__content {
    padding: 55px 42px;
  }

  .noguchi-renewal .global-contact h2 {
    font-size: 40px;
    line-height: 1.5;
  }

  .noguchi-renewal .renewal-card-grid,
  .noguchi-renewal .renewal-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .noguchi-renewal .contact-page {
    gap: 42px;
    grid-template-columns: 1fr;
  }

  .noguchi-renewal .contact-page__intro h2 {
    font-size: 38px;
  }
}

@media (max-width: 620px) {
  .noguchi-renewal .hero--home {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .noguchi-renewal .hero--home .hero__image {
    flex: 0 0 auto;
    min-height: 250px;
    width: 100%;
  }

  .noguchi-renewal .hero--home .hero__content {
    padding: 48px 24px 56px;
    width: 100%;
  }

  .noguchi-renewal .hero--home h1 {
    font-size: clamp(29px, 8.2vw, 34px);
    line-height: 1.48;
  }

  .noguchi-renewal .global-contact h2 {
    font-size: 28px;
    line-height: 1.6;
  }

  .noguchi-renewal .contact-page__intro h2 {
    font-size: 31px;
    line-height: 1.52;
  }

  .noguchi-renewal .renewal-entry h2 {
    font-size: 27px;
    line-height: 1.62;
  }

  .noguchi-renewal .renewal-entry h3 {
    font-size: 20px;
    line-height: 1.7;
  }
}

/* Normalize legacy WordPress block markup within the renewed page layouts. */
.noguchi-renewal .renewal-entry {
  color: #303940;
  font-size: 15px;
  line-height: 2.05;
}

.noguchi-renewal .renewal-entry > h1:first-child {
  color: var(--renewal-navy);
  font-family: serif;
  font-size: clamp(30px, 3.3vw, 46px) !important;
  font-weight: 500;
  line-height: 1.55;
  margin: 0 0 32px;
}

/* Match the approved static template when Gutenberg adds the medium-size class. */
.noguchi-renewal .content-prose h1.wp-block-heading.has-medium-font-size,
.noguchi-renewal .renewal-entry h1.wp-block-heading.has-medium-font-size {
  font-size: clamp(27px, 3vw, 40px) !important;
  line-height: 1.55;
}

.noguchi-renewal .renewal-entry > h2 {
  border-left: 0;
  border-top: 1px solid var(--renewal-line);
  color: var(--renewal-navy) !important;
  font-family: serif;
  font-size: clamp(25px, 2.7vw, 34px) !important;
  font-weight: 500;
  line-height: 1.65;
  margin: 70px 0 24px;
  padding: 24px 0 0;
  text-align: left !important;
}

.noguchi-renewal .renewal-entry > h3 {
  color: var(--renewal-navy) !important;
  font-family: serif;
  font-size: 21px !important;
  font-weight: 600;
  line-height: 1.65;
  margin: 38px 0 14px;
}

.noguchi-renewal .renewal-entry > p {
  margin: 0 0 24px;
}

/*
 * Front-page parity with the approved rev3 static demo.
 * This intentionally replaces the initial split hero implementation above.
 */
.noguchi-renewal .site-header {
  background: rgba(247, 245, 241, .96);
  border-bottom: 1px solid var(--renewal-line);
  height: auto;
  position: sticky;
  top: 0;
  z-index: 20;
}

.noguchi-renewal .header-inner {
  align-items: center;
  display: flex;
  gap: 28px;
  height: 84px;
  padding: 0 clamp(24px, 4.5vw, 72px);
}

.noguchi-renewal .brand {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-right: auto;
  min-width: 0;
}

.noguchi-renewal .brand-home { color: inherit; display: block; text-decoration: none; }

.noguchi-renewal .brand-primary {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.noguchi-renewal .brand-kicker {
  color: #53677d;
  font-family: serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: .08em;
  line-height: 1.2;
  white-space: nowrap;
}

.noguchi-renewal .brand-name {
  color: #090c11;
  font-family: serif;
  font-size: clamp(17px, 1.6vw, 25px);
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.noguchi-renewal .brand-support {
  color: #53677d;
  font: 600 8px/1 Arial, sans-serif;
  letter-spacing: .22em;
  white-space: nowrap;
}

.noguchi-renewal .brand-rule {
  background: rgba(83, 97, 114, .55);
  display: block;
  height: 52px;
  width: 1px;
}

.noguchi-renewal .brand-watogi {
  align-items: center;
  display: flex;
  height: 64px;
  justify-content: center;
}

.noguchi-renewal .brand-watogi img {
  display: block;
  height: 58px;
  max-width: none;
  width: auto;
}

.noguchi-renewal .header-phone {
  align-items: flex-end;
  color: var(--renewal-navy);
  display: flex;
  flex-direction: column;
  margin-left: auto;
  white-space: nowrap;
}

.noguchi-renewal .header-phone small {
  color: var(--renewal-muted);
  font-size: 8px;
  margin-bottom: 3px;
}

.noguchi-renewal .header-phone b {
  font-family: serif;
  font-size: 16px;
  letter-spacing: .08em;
}

.noguchi-renewal .header-cta {
  border: 1px solid var(--renewal-navy);
  cursor: pointer !important;
  font-size: 13px;
  font-weight: 700;
  padding: 15px 22px;
  white-space: nowrap;
}

.noguchi-renewal .header-cta:hover {
  background: var(--renewal-navy);
  color: #fff;
}

.noguchi-renewal .global-nav {
  background: var(--renewal-paper);
  border-bottom: 3px solid var(--renewal-navy);
  border-top: 1px solid var(--renewal-line);
  display: grid;
  grid-template-columns: 58px repeat(8, minmax(112px, 1fr));
  height: 64px;
}

.noguchi-renewal .global-nav a {
  align-items: center;
  border-right: 1px solid var(--renewal-line);
  cursor: pointer !important;
  display: flex;
  font-family: serif;
  font-size: clamp(11px, 1vw, 15px);
  font-weight: 600;
  justify-content: center;
  position: relative;
  transition: .2s;
  white-space: nowrap;
}

.noguchi-renewal .global-nav a:first-child { border-left: 1px solid var(--renewal-line); }
.noguchi-renewal .global-nav a::after { background: var(--renewal-accent); bottom: -3px; content: ""; height: 3px; left: 0; position: absolute; right: 100%; transition: .25s; }
.noguchi-renewal .global-nav a:hover { background: #fff; }
.noguchi-renewal .global-nav a:hover::after { right: 0; }
.noguchi-renewal .global-nav .home-link span { font-family: Arial, sans-serif; font-size: 25px; line-height: 1; transform: translateY(-2px); }

.noguchi-renewal .mobile-menu { display: none; }

.noguchi-renewal .hero {
  align-items: stretch;
  background-image: url("../images/hero-city-v2.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid var(--renewal-line);
  display: flex;
  justify-content: flex-end;
  min-height: 735px;
  padding: 0;
}

.noguchi-renewal .hero-copy {
  background: var(--renewal-paper);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 5vw;
  padding: clamp(38px, 3.3vw, 58px);
  position: relative;
  width: min(640px, 34vw);
  z-index: 1;
}

.noguchi-renewal .hero .eyebrow {
  color: var(--renewal-muted);
  font: 700 10px Arial, sans-serif;
  letter-spacing: .26em;
  margin: 0;
}

.noguchi-renewal .hero .eyebrow span {
  background: var(--renewal-accent);
  display: inline-block;
  height: 2px;
  margin-right: 16px;
  vertical-align: middle;
  width: 48px;
}

.noguchi-renewal .hero h1 {
  font-family: serif;
  font-size: clamp(40px, 2.5vw, 52px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.42;
  margin: 27px 0;
}

.noguchi-renewal .hero-line { display: block; white-space: nowrap; }
.noguchi-renewal .hero h1 em { color: var(--renewal-navy); font-style: normal; }
.noguchi-renewal .hero-lead { font-family: serif; font-size: clamp(14px, 1.1vw, 17px); font-weight: 600; margin: 0 0 22px; }
.noguchi-renewal .hero-lead b { color: var(--renewal-accent); margin: 0 8px; }
.noguchi-renewal .hero-description { color: var(--renewal-muted); font-size: 12px; line-height: 2; margin: 0; max-width: 620px; }
.noguchi-renewal .hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 20px; margin-top: 35px; }
.noguchi-renewal .hero .button { align-items: center; display: inline-flex; font-size: 15px; font-weight: 700; gap: 44px; justify-content: space-between; min-width: 270px; padding: 21px 26px; }
.noguchi-renewal .hero .button-primary { background: var(--renewal-navy); color: #fff !important; }
.noguchi-renewal .hero .button span { font-size: 22px; }
.noguchi-renewal .hero .text-link { border-bottom: 1px solid var(--renewal-muted); font-size: 12px; padding-bottom: 5px; }

.noguchi-renewal .trust-strip {
  border-bottom: 1px solid var(--renewal-line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.noguchi-renewal .trust-strip > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 145px;
  padding: 30px clamp(20px, 3vw, 52px);
}

.noguchi-renewal .trust-strip > div + div { border-left: 1px solid var(--renewal-line); }
.noguchi-renewal .trust-label { color: var(--renewal-muted); font: 700 9px Arial, sans-serif; letter-spacing: .22em; margin-bottom: 12px; }
.noguchi-renewal .trust-strip strong { color: var(--renewal-navy); font-family: serif; font-size: 20px; font-weight: 600; }
.noguchi-renewal .trust-strip small { color: var(--renewal-muted); font-size: 10px; margin-top: 5px; }
.noguchi-renewal .trust-title > span { white-space: nowrap; }
.noguchi-renewal .approach-title > span { display: block; }
.noguchi-renewal .large-copy > span { white-space: nowrap; }

@media (max-width: 1180px) {
  .noguchi-renewal .header-inner { gap: 18px; }
  .noguchi-renewal .header-phone { display: none; }
}

@media (max-width: 1080px) {
  .noguchi-renewal .header-inner { height: 88px; }
  .noguchi-renewal .global-nav { display: none; }
  .noguchi-renewal .header-cta { margin-left: auto; }
  .noguchi-renewal .mobile-menu { display: block; margin-left: 0; position: static; }
  .noguchi-renewal .mobile-menu summary { align-items: center; border: 0; cursor: pointer; display: flex; flex-direction: column; gap: 8px; height: 46px; justify-content: center; list-style: none; position: relative; width: 46px; z-index: 102; }
  .noguchi-renewal .mobile-menu summary::-webkit-details-marker { display: none; }
  .noguchi-renewal .mobile-menu summary span { background: var(--renewal-ink); display: block; height: 1px; transition: transform .25s ease; width: 27px; }
  .noguchi-renewal .mobile-menu[open] summary { gap: 0; }
  .noguchi-renewal .mobile-menu[open] summary span:first-child { transform:translateY(.5px) rotate(45deg); }
  .noguchi-renewal .mobile-menu[open] summary span:last-child { transform:translateY(-.5px) rotate(-45deg); }
  .noguchi-renewal .mobile-menu::before { background: rgba(7, 18, 30, .44); content: ""; inset: 0; opacity: 0; pointer-events: none; position: fixed; transition: opacity .25s ease; visibility: hidden; z-index: 100; }
  .noguchi-renewal .mobile-menu[open]::before { opacity: 1; pointer-events: auto; visibility: visible; }
  .noguchi-renewal .mobile-menu nav,
  .noguchi-renewal .mobile-menu:not([open]) > nav { background: var(--renewal-paper); border-left: 1px solid var(--renewal-line); box-shadow: -16px 0 36px rgba(17, 37, 61, .16); box-sizing: border-box; display: flex; flex-direction: column; height: 100dvh; overflow-y: auto; padding: 28px 32px 36px; pointer-events: none; position: fixed; right: 0; top: 0; transform: translateX(100%); transition: transform .3s ease, visibility .3s ease; visibility: hidden; width: min(420px, 88vw); z-index: 101; }
  .noguchi-renewal .mobile-menu[open] nav { pointer-events: auto; transform: translateX(0); visibility: visible; }
  .noguchi-renewal .mobile-menu nav a { border-bottom: 1px solid var(--renewal-line); font-family: serif; font-size: 16px; padding: 16px 4px; }
  .noguchi-renewal .mobile-menu nav a:last-child { border-bottom: 0; }
  .noguchi-renewal .mobile-menu nav .mobile-menu-brand { align-self: flex-start; border: 0; flex: 0 0 58px; gap: 11px; margin: 0; padding: 0; }
  .noguchi-renewal .mobile-menu nav .mobile-menu-brand .brand-home,
  .noguchi-renewal .mobile-menu nav .mobile-menu-brand .brand-watogi { border: 0; padding: 0; }
  .noguchi-renewal .mobile-menu-brand .brand-primary { gap: 4px; }
  .noguchi-renewal .mobile-menu-brand .brand-kicker { font-size: 7px; letter-spacing: .02em; }
  .noguchi-renewal .mobile-menu-brand .brand-name { font-size: 17px; }
  .noguchi-renewal .mobile-menu-brand .brand-support { font-size: 6px; letter-spacing: .14em; }
  .noguchi-renewal .mobile-menu-brand .brand-rule { height: 44px; }
  .noguchi-renewal .mobile-menu-brand .brand-watogi { height: 52px; }
  .noguchi-renewal .mobile-menu-brand .brand-watogi img { height: 48px; }
  .noguchi-renewal .mobile-menu-contact { display: grid; gap: 7px; margin-top: auto; padding-top: 16px; }
  .noguchi-renewal .mobile-menu nav .mobile-menu-contact-form { align-items: center; background: var(--indigo); border: 0; color: #fff; display: flex; justify-content: space-between; padding: 14px 18px; }
  .noguchi-renewal .mobile-menu-contact-form span { display: grid; gap: 5px; }
  .noguchi-renewal .mobile-menu-contact-form small { color: #bcc7d1; font: 700 8px/1 Arial, sans-serif; letter-spacing: .14em; }
  .noguchi-renewal .mobile-menu-contact-form b { color: #fff; font: 400 22px/1 Arial, sans-serif; }
  .noguchi-renewal .mobile-menu nav .mobile-menu-contact-phone { border: 1px solid var(--renewal-line); border-bottom: 1px solid var(--renewal-line) !important; color: var(--renewal-navy); display: block; padding: 11px 18px; }
  .noguchi-renewal .mobile-menu-contact-phone small { display: block; color: var(--renewal-muted); font-size: 9px; margin-bottom: 4px; }
  .noguchi-renewal .mobile-menu-contact-phone strong { font-family: serif; font-size: 18px; letter-spacing: .08em; }
  .noguchi-renewal.menu-drawer-open { overflow: hidden; }
  .noguchi-renewal .hero { min-height: 700px; }
  .noguchi-renewal .hero-copy { margin-right: 4vw; width: min(620px, 58vw); }
  .noguchi-renewal .hero h1 { font-size: clamp(38px, 4.3vw, 50px); }
  .noguchi-renewal .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .noguchi-renewal .trust-strip > div:nth-child(3) { border-left: 0; }
  .noguchi-renewal .trust-strip > div:nth-child(n + 3) { border-top: 1px solid var(--renewal-line); }
}

@media (max-width: 720px) {
  .noguchi-renewal .mobile-menu summary { height: 42px; width: 42px; }
  .noguchi-renewal .mobile-menu nav,
  .noguchi-renewal .mobile-menu:not([open]) > nav { padding: 24px 24px 32px; width: min(390px, 90vw); }
  .noguchi-renewal .header-inner { height: 82px; padding: 0 20px; }
  .noguchi-renewal .brand { gap: 10px; }
  .noguchi-renewal .brand-primary { gap: 4px; }
  .noguchi-renewal .brand-name { font-size: 17px; }
  .noguchi-renewal .brand-kicker { font-size: 11.25px; letter-spacing: 0; }
  .noguchi-renewal .brand-support { font-size: 9.75px; letter-spacing: .11em; }
  .noguchi-renewal .brand-rule { height: 46px; }
  .noguchi-renewal .brand-watogi { height: 52px; }
  .noguchi-renewal .brand-watogi img { height: 48px; }
  .noguchi-renewal .header-cta { display: none; }
  .noguchi-renewal .hero { background: none !important; display: block !important; min-height: 0 !important; padding: 0 18px !important; }
  .noguchi-renewal .hero::before { background: url("../images/hero-city-v2.webp") center 58% / cover no-repeat; content: ""; display: block; height: 280px; margin: 0 -18px; }
  .noguchi-renewal .hero-copy { box-sizing: border-box; margin: -24px 0 0 !important; padding: 35px 24px; position: relative; width: 100%; }
  .noguchi-renewal .hero h1 { font-size: clamp(26px, 7.3vw, 32px); line-height: 1.5; margin: 20px 0; }

  /* Keep the key financial-barrier phrase together only on mobile. */
  .noguchi-renewal .hero h1 .hero-line:nth-child(2),
  .noguchi-renewal .hero h1 .hero-line:nth-child(3) {
    display: inline;
    white-space: nowrap;
  }

  .noguchi-renewal .hero-lead {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: center;
  }

  .noguchi-renewal .hero-lead > span {
    display: block;
    white-space: nowrap;
  }

  .noguchi-renewal .hero-lead b {
    line-height: 1;
    margin: 0;
  }
  .noguchi-renewal .hero-lead { font-size: 14px; line-height: 1.7; }
  .noguchi-renewal .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .noguchi-renewal .hero .button { min-width: 100%; }
  .noguchi-renewal .trust-strip > div { min-height: 130px; padding: 22px 16px; }
  .noguchi-renewal .trust-strip strong { font-size: 15px; }
  .noguchi-renewal .trust-title {
    font-size: 14px;
    line-height: 1.5;
    white-space: nowrap;
  }

  .noguchi-renewal .trust-title > span,
  .noguchi-renewal .trust-title > span:only-child {
    display: inline;
    white-space: nowrap;
  }
  .noguchi-renewal .cross-copy h2 {
    font-size: 27px;
    letter-spacing: 0;
    line-height: 1.55;
  }
  .noguchi-renewal .cross-copy .cross-list-item--third { align-items: flex-start; display: flex; font-size: 11px; line-height: 1.8; }
  .noguchi-renewal .cross-copy .cross-list-item--third > .cross-list-copy { color: inherit; display: block; font-family: inherit; margin-right: 0; min-width: 0; }
  .noguchi-renewal .cross-copy .cross-list-item--third > .cross-list-copy > span { color: inherit; display: block; font-family: inherit; margin-right: 0; white-space: nowrap; }
  .noguchi-renewal .about-section .section-heading h2 { font-size: clamp(29px, 7.7vw, 32px); line-height: 1.45; }
  .noguchi-renewal .approach-title > span { white-space: nowrap; }
  .noguchi-renewal .about-copy .large-copy { font-size: clamp(22px, 6.4vw, 27px); line-height: 1.65; }
  .noguchi-renewal .about-copy .large-copy > span { display: block; }
  .noguchi-renewal .subpage-hero h1,
  .noguchi-renewal .content-prose > h1:first-child,
  .noguchi-renewal .content-prose > #single_title,
  .noguchi-renewal .content-prose h2,
  .noguchi-renewal .content-prose h3,
  .noguchi-renewal .news-archive__item h2,
  .noguchi-renewal .article-detail__header h1 {
    line-break: strict;
    overflow-wrap: normal;
    text-wrap: pretty;
    word-break: auto-phrase;
  }
}

/* Keep the approved two-line CTA balanced on desktop service pages. */
@media (min-width: 1100px) {
  .noguchi-renewal .content-prose .wp-block-group.has-background .wp-block-buttons,
  .noguchi-renewal .renewal-entry .wp-block-group.has-background .wp-block-buttons,
  .noguchi-renewal .content-prose .wp-block-group.has-background .wp-block-button,
  .noguchi-renewal .renewal-entry .wp-block-group.has-background .wp-block-button {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .noguchi-renewal .content-prose .wp-block-group.has-background .wp-block-button__link.has-vivid-cyan-blue-background-color,
  .noguchi-renewal .renewal-entry .wp-block-group.has-background .wp-block-button__link.has-vivid-cyan-blue-background-color {
    align-items: center;
    border-radius: 18px !important;
    box-sizing: border-box;
    display: flex !important;
    flex-direction: column;
    font-size: 20px;
    justify-content: center;
    line-height: 1.55;
    margin: 0 auto !important;
    max-width: 760px;
    min-height: 124px;
    min-width: 0;
    padding: 18px 42px;
    text-align: center !important;
    white-space: nowrap;
    width: 100%;
  }
}

/* Present the existing Contact Form 7 fields in the approved form surface. */
.noguchi-renewal .contact-page__wpforms { padding: 0; }
.noguchi-renewal .contact-page__wpforms .wpcf7 { margin: 0; }
.noguchi-renewal .contact-page__wpforms .wpcf7-form { margin: 0; }
.noguchi-renewal .contact-page__wpforms .wpcf7-form > p { margin: 0; }
.noguchi-renewal .contact-page__wpforms .form-section { background: #fff; }
.noguchi-renewal .contact-page__wpforms .form-field { min-width: 0; }
.noguchi-renewal .contact-page__wpforms .form-field label:not(.privacy-consent) { display: flex; align-items: center; gap: 9px; margin-bottom: 10px; color: var(--indigo); font-size: 12px; font-weight: 700; }
.noguchi-renewal .contact-page__wpforms .form-field label em { padding: 3px 6px; background: #a74b3b; color: #fff; font: 700 8px/1 Arial, sans-serif; font-style: normal; }
.noguchi-renewal .contact-page__wpforms input[type="text"],
.noguchi-renewal .contact-page__wpforms input[type="email"],
.noguchi-renewal .contact-page__wpforms input[type="tel"],
.noguchi-renewal .contact-page__wpforms select,
.noguchi-renewal .contact-page__wpforms textarea { box-sizing: border-box; width: 100%; min-height: 54px; padding: 14px 16px; border: 1px solid #c4cbd0; border-radius: 0; background: #fff; box-shadow: none; color: var(--ink); font-size: 14px; line-height: 1.6; }
.noguchi-renewal .contact-page__wpforms textarea { display: block; min-height: 140px; resize: vertical; }
.noguchi-renewal .contact-page__wpforms input:focus,
.noguchi-renewal .contact-page__wpforms select:focus,
.noguchi-renewal .contact-page__wpforms textarea:focus { outline: 0; border-color: var(--indigo); box-shadow: 0 0 0 3px rgba(17, 37, 61, .1); }
.noguchi-renewal .contact-page__wpforms .form-submit-area { background: #f1f2ef; }
.noguchi-renewal .contact-page__wpforms .privacy-consent { display: inline-flex; align-items: flex-start; gap: 10px; max-width: 680px; color: var(--slate); font-size: 12px; line-height: 1.8; text-align: left; }
.noguchi-renewal .contact-page__wpforms .privacy-consent input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--indigo); }
.noguchi-renewal .contact-page__wpforms .privacy-consent a { color: var(--indigo); text-decoration: underline; }
.noguchi-renewal .contact-page__wpforms .privacy-consent .wpcf7-list-item { margin: 0; }
.noguchi-renewal .contact-page__wpforms .privacy-consent label { display: inline-flex; align-items: flex-start; gap: 10px; }
.noguchi-renewal .contact-page__wpforms input[type="submit"] { display: block; width: min(100%, 440px); margin: 30px auto 0; padding: 21px 26px; border: 0; border-radius: 0; background: var(--indigo); color: #fff; cursor: pointer; font: 700 14px/1.4 Arial, 'Noto Sans JP', sans-serif; }
.noguchi-renewal .contact-page__wpforms input[type="submit"]:hover { background: #183753; }
.noguchi-renewal .contact-page__wpforms .wpcf7-not-valid-tip { margin-top: 7px; color: #a74b3b; font-size: 11px; }
.noguchi-renewal .contact-page__wpforms .wpcf7-response-output { margin: 22px 58px; border: 1px solid var(--renewal-line); padding: 14px 16px; font-size: 12px; }

/* Contact Form 7 adds p/br around each tag. Keep labels and controls in the
   same vertical rhythm as the approved contact-form design. */
.noguchi-renewal .contact-page__wpforms .form-grid { gap: 22px 26px; }
.noguchi-renewal .contact-page__wpforms .form-field > p {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 !important;
  padding: 0;
}
.noguchi-renewal .contact-page__wpforms .form-field > p > br { display: none !important; }
.noguchi-renewal .contact-page__wpforms .form-field > p > label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 !important;
  color: var(--indigo);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}
.noguchi-renewal .contact-page__wpforms .form-field > p > .wpcf7-form-control-wrap {
  display: block;
  margin: 0 !important;
  padding: 0;
}
.noguchi-renewal .contact-page__wpforms .form-field .wpcf7-form-control-wrap input,
.noguchi-renewal .contact-page__wpforms .form-field .wpcf7-form-control-wrap select,
.noguchi-renewal .contact-page__wpforms .form-field .wpcf7-form-control-wrap textarea { vertical-align: top; }
.noguchi-renewal .contact-page__wpforms textarea { min-height: 96px; height: 96px; }
.noguchi-renewal .contact-page__wpforms textarea[name="your-message"] { min-height: 120px; height: 120px; }
.noguchi-renewal .contact-page__wpforms .form-section { padding-top: 42px; padding-bottom: 42px; }
.noguchi-renewal .contact-page__wpforms .postal-input > p { display: flex; align-items: stretch; margin: 0 !important; }
.noguchi-renewal .contact-page__wpforms .postal-input > p > br { display: none !important; }
.noguchi-renewal .contact-page__wpforms .postal-input > p > span:first-child { display: grid; width: 48px; min-height: 54px; place-items: center; background: var(--indigo); color: #fff; font-family: var(--serif); font-size: 18px; line-height: 1; }
.noguchi-renewal .contact-page__wpforms .postal-input > p > .wpcf7-form-control-wrap { display: block; flex: 1; min-width: 0; }
.noguchi-renewal .contact-page__wpforms .postal-input input { display: block; width: 100%; }
.noguchi-renewal .contact-page__wpforms .postal-address-note { margin: 8px 0 0; color: var(--slate); font-size: 12px; line-height: 1.6; }
.noguchi-renewal .contact-page__wpforms label[for="postal-code"] { margin-bottom: 10px !important; }
.noguchi-renewal .contact-page__wpforms .postal-address-note { font-size: 10px; }
.noguchi-renewal .contact-page__wpforms .postal-address-note.is-error { color: #a74b3b; }
.noguchi-renewal .contact-page__wpforms .postal-address-note { display: none; }
.postal-address-autofill-enabled .noguchi-renewal .contact-page__wpforms .postal-address-note { display: block; }
.noguchi-renewal .contact-page__wpforms .postal-address-note {
  margin: 15px 0 0;
  color: #a74b3b;
  font-size: 11px;
  line-height: 1.6;
}
/* A populated address field must never keep its initial required message visible. */
.noguchi-renewal .contact-page__wpforms .wpcf7-form-control-wrap:has(.js-address-prefecture:not(:placeholder-shown)) + .postal-address-required-tip,
.noguchi-renewal .contact-page__wpforms .wpcf7-form-control-wrap:has(.js-address-city:not(:placeholder-shown)) + .postal-address-required-tip,
.noguchi-renewal .contact-page__wpforms .wpcf7-form-control-wrap:has(.js-address-street:not(:placeholder-shown)) + .postal-address-required-tip { display: none !important; }

@media (min-width: 721px) {
  .noguchi-renewal .contact-page__wpforms .postal-input { margin-top: 8px; }
}
.noguchi-renewal .contact-page__wpforms textarea[name="your-message"] { min-height: 200px; height: 200px; }
.noguchi-renewal .contact-page__wpforms .form-submit-area .wpcf7-acceptance,
.noguchi-renewal .contact-page__wpforms .form-submit-area .wpcf7-acceptance label,
.noguchi-renewal .contact-page__wpforms .form-submit-area .wpcf7-acceptance .wpcf7-list-item-label,
.noguchi-renewal .contact-page__wpforms .form-submit-area .wpcf7-acceptance a { font-weight: 400; }
.noguchi-renewal .contact-page__wpforms .form-submit-area .wpcf7-acceptance label { display: inline-flex; align-items: flex-start; gap: 10px; }
.noguchi-renewal .contact-page__wpforms .form-submit-area .wpcf7-acceptance input[type="checkbox"] { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--indigo); }
.noguchi-renewal .contact-page__wpforms .form-submit-area .wpcf7-acceptance a { text-decoration: underline; }
.noguchi-renewal .contact-page__wpforms .privacy-consent,
.noguchi-renewal .contact-page__wpforms .privacy-consent label,
.noguchi-renewal .contact-page__wpforms .privacy-consent a { font-weight: 400; }
.noguchi-renewal .contact-page__wpforms .privacy-consent a { text-decoration: underline; }
.noguchi-renewal .contact-page__wpforms .privacy-consent input { width: 14px; height: 14px; margin: 3px 0 0; }

/* Use the approved dark CTA treatment for Gutenberg buttons across page content. */
.noguchi-renewal .content-prose .wp-block-buttons { margin: 36px 0 42px; }
.noguchi-renewal .content-prose .wp-block-button__link,
.noguchi-renewal .content-prose .wp-block-button__link:visited {
  background: var(--indigo) !important;
  color: #fff !important;
  display: block;
  text-align: center !important;
}
.noguchi-renewal .content-prose .wp-block-button { text-align: center; }
.noguchi-renewal .content-prose .wp-block-button__link strong,
.noguchi-renewal .content-prose .wp-block-button__link span { color: inherit !important; }
.noguchi-renewal .content-prose .wp-block-button__link:hover { background: #183753 !important; }
/* The legacy vivid-cyan button is used inside dark contact panels and remains a white CTA. */
.noguchi-renewal .content-prose .wp-block-button__link.has-vivid-cyan-blue-background-color,
.noguchi-renewal .content-prose .wp-block-button__link.has-vivid-cyan-blue-background-color:visited {
  background: #fff !important;
  color: var(--indigo) !important;
}
.noguchi-renewal .content-prose .wp-block-button__link.has-vivid-cyan-blue-background-color:hover { background: var(--paper) !important; }

/* Preserve dark text on the approved white CTA surfaces against parent-theme link rules. */
.noguchi-renewal .aside-contact a,
.noguchi-renewal .aside-contact a:visited,
.noguchi-renewal .contact-button,
.noguchi-renewal .contact-button:visited,
.noguchi-renewal .contact-button span,
.noguchi-renewal .contact-button b { color: var(--renewal-navy) !important; }
.noguchi-renewal .contact-button small { color: var(--renewal-muted) !important; }
.noguchi-renewal .aside-contact-actions { margin-top: 18px; }
.noguchi-renewal .aside-contact .aside-contact-form { display: flex; justify-content: center; margin: 0; }
.noguchi-renewal .aside-contact .aside-contact-note {
  margin: 16px 0 0;
  color: #d8e0e8;
  font-size: 13px;
  line-height: 1.8;
}
@media (max-width: 720px) {
  .noguchi-renewal .contact-page__wpforms input[type="submit"] { width: 100%; }
  .noguchi-renewal .contact-page__wpforms .wpcf7-response-output { margin: 22px; }
}

.noguchi-renewal .renewal-entry > hr {
  background: var(--renewal-line);
  border: 0;
  height: 1px;
  margin: 58px 0;
}

.noguchi-renewal .renewal-entry > ul,
.noguchi-renewal .renewal-entry > ol {
  margin: 24px 0 34px;
  padding-left: 1.5em;
}

.noguchi-renewal .renewal-entry > li,
.noguchi-renewal .renewal-entry > ul li,
.noguchi-renewal .renewal-entry > ol li {
  margin-bottom: 14px;
  padding-left: 5px;
}

.noguchi-renewal .renewal-entry .wp-block-table,
.noguchi-renewal .content-prose .wp-block-table,
.noguchi-renewal .renewal-table-scroll {
  margin: 30px 0 44px;
  overflow-x: auto;
}

@media (max-width: 720px) {
  .noguchi-renewal .renewal-entry .wp-block-table,
  .noguchi-renewal .content-prose .wp-block-table,
  .noguchi-renewal .renewal-table-scroll {
    position: relative;
    padding-top: 30px;
    -webkit-overflow-scrolling: touch;
  }

  .noguchi-renewal .renewal-entry .wp-block-table::before,
  .noguchi-renewal .content-prose .wp-block-table::before,
  .noguchi-renewal .renewal-table-scroll::before {
    content: "← 横にスクロールできます →";
    position: absolute;
    top: 3px;
    right: 0;
    color: var(--slate);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.5;
    white-space: nowrap;
    pointer-events: none;
  }

  .noguchi-renewal .renewal-table-scroll > table {
    display: table;
    min-width: 680px;
    overflow: visible;
    white-space: normal;
  }
}

.noguchi-renewal .renewal-entry table {
  border-collapse: collapse;
  min-width: 680px;
  width: 100%;
}

.noguchi-renewal .renewal-entry th,
.noguchi-renewal .renewal-entry td {
  border: 1px solid var(--renewal-line);
  line-height: 1.7;
  padding: 16px 14px;
  vertical-align: top;
}

.noguchi-renewal .renewal-entry th {
  background: var(--renewal-navy);
  color: #fff;
  text-align: left;
}
.noguchi-renewal .renewal-entry table th:nth-child(3) { font-size: 14px !important; }
.noguchi-renewal .wp-block-table th:nth-child(3) { font-size: 12px !important; }

.noguchi-renewal .renewal-entry tbody tr:nth-child(even) {
  background: #eceae4;
}

.noguchi-renewal .renewal-entry .wp-block-group.has-background {
  background: var(--renewal-navy) !important;
  color: #fff !important;
  margin: 64px 0 0;
  padding: 48px clamp(24px, 5vw, 56px);
  text-align: center;
}

.noguchi-renewal .renewal-entry .wp-block-group.has-background h2 {
  border: 0;
  color: #fff !important;
  margin: 12px 0 20px;
  padding: 0;
  text-align: center !important;
}

.noguchi-renewal .renewal-entry .wp-block-group.has-background p {
  color: #d7dfe6 !important;
  margin: 0 0 20px;
}

.noguchi-renewal .renewal-entry .wp-block-group.has-background strong {
  color: #fff !important;
}

.noguchi-renewal .renewal-entry .wp-block-buttons {
  display: flex;
  justify-content: center;
}

.noguchi-renewal .renewal-entry .wp-block-button__link {
  background: #fff !important;
  border-radius: 0 !important;
  color: var(--renewal-navy) !important;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1.7;
  min-width: min(100%, 360px);
  padding: 16px 24px;
}

.noguchi-renewal .renewal-entry .wp-block-spacer {
  display: none;
}

/* The blue profile image is supplied by the renewed template; hide the old image from page content. */
.noguchi-renewal .principal > .principal__body > h1 {
  font-size: clamp(52px, 5vw, 78px);
}

.noguchi-renewal .principal .entry-content {
  color: #d7e0e9;
  font-size: 15px;
  line-height: 2.05;
}

.noguchi-renewal .principal .entry-content > h1:first-child {
  color: #fff;
  font-family: serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.55;
  margin: 0 0 28px;
}

.noguchi-renewal .principal .entry-content h2 {
  border-top: 1px solid #65798c;
  color: #fff !important;
  font-family: serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.65;
  margin: 54px 0 22px;
  padding-top: 22px;
  text-align: left !important;
}

.noguchi-renewal .principal .entry-content h3 {
  color: #fff !important;
  font-family: serif;
  font-size: 20px;
  line-height: 1.65;
  margin: 36px 0 14px;
}

.noguchi-renewal .principal .entry-content p {
  margin: 0 0 22px;
}

.noguchi-renewal .principal .entry-content .wp-block-image {
  display: none;
}

.noguchi-renewal .principal .entry-content hr {
  background: #65798c;
  border: 0;
  height: 1px;
  margin: 46px 0;
}

.noguchi-renewal .principal .entry-content table {
  border-collapse: collapse;
  margin: 28px 0 40px;
  width: 100%;
}

.noguchi-renewal .principal .entry-content th,
.noguchi-renewal .principal .entry-content td {
  border: 1px solid #65798c;
  line-height: 1.7;
  padding: 13px;
  vertical-align: top;
}

.noguchi-renewal .principal .entry-content th {
  color: #fff;
}

.noguchi-renewal .principal .entry-content a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

/* News archive cards use each post's featured image. */
.noguchi-renewal .news-archive {
  max-width: 1180px;
}

.noguchi-renewal .news-archive__list {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.noguchi-renewal .news-archive__item {
  background: #fff;
  border: 1px solid var(--renewal-line);
  min-width: 0;
  overflow: hidden;
  transition: box-shadow .2s, transform .2s;
}

.noguchi-renewal .news-archive__item:hover {
  box-shadow: 0 16px 34px rgba(17, 37, 61, .1);
  transform: translateY(-3px);
}

.noguchi-renewal .news-archive__item a {
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
  padding: 0;
}

.noguchi-renewal .news-archive__thumbnail {
  aspect-ratio: 7 / 4;
  background: #e8eef2;
  border-bottom: 1px solid var(--renewal-line);
  display: grid;
  overflow: hidden;
  place-items: center;
}

.noguchi-renewal .news-archive__thumbnail img {
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
  width: 100%;
}

.noguchi-renewal .news-archive__item:hover .news-archive__thumbnail img {
  transform: scale(1.025);
}

.noguchi-renewal .news-archive__thumbnail-fallback {
  color: var(--renewal-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
}

.noguchi-renewal .news-archive__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px 24px 25px;
}

.noguchi-renewal .news-archive__item time {
  color: var(--renewal-accent);
  font-size: 11px;
  font-weight: 700;
}

.noguchi-renewal .news-archive__item h2 {
  color: var(--renewal-navy);
  font-family: serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.65;
  margin: 14px 0 24px;
}

.noguchi-renewal .news-archive__more {
  color: var(--renewal-accent);
  font-size: 12px;
  font-weight: 700;
  margin-top: auto;
}

.noguchi-renewal .news-archive__more b {
  font-size: 16px;
  margin-left: 8px;
}

.noguchi-renewal .news-archive > ul.page-numbers {
  align-items: center;
  border: 0;
  display: flex;
  gap: 8px;
  height: auto;
  list-style: none;
  margin: 42px 0 0;
  min-width: 0;
  padding: 0;
}

.noguchi-renewal .news-archive > ul.page-numbers li {
  margin: 0;
  padding: 0;
}

.noguchi-renewal .news-archive > ul.page-numbers .page-numbers {
  align-items: center;
  border: 1px solid var(--renewal-line);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  margin: 0;
  min-width: 42px;
}

.noguchi-renewal .news-archive > ul.page-numbers .page-numbers.current {
  background: var(--renewal-navy);
  border-color: var(--renewal-navy);
  color: #fff;
}

@media (max-width: 720px) {
  .noguchi-renewal .renewal-entry > h1:first-child {
    font-size: 28px;
  }

  .noguchi-renewal .renewal-entry > h2 {
    font-size: 25px;
    margin-top: 52px;
  }

  .noguchi-renewal .news-archive__list {
    grid-template-columns: 1fr;
  }

  /* Keep the legacy contact CTA readable without a pill-shaped button on phones. */
  .noguchi-renewal .content-prose .wp-block-group.has-background .wp-block-button__link,
  .noguchi-renewal .renewal-entry .wp-block-group.has-background .wp-block-button__link {
    border-radius: 14px !important;
    box-sizing: border-box;
    display: flex;
    font-size: 14px;
    justify-content: center !important;
    line-height: 1.7;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100%;
    min-width: 0;
    padding: 17px 16px;
    text-align: center !important;
    white-space: nowrap;
    width: 100%;
  }

  .noguchi-renewal .content-prose .wp-block-group.has-background .wp-block-buttons,
  .noguchi-renewal .renewal-entry .wp-block-group.has-background .wp-block-buttons,
  .noguchi-renewal .content-prose .wp-block-group.has-background .wp-block-button,
  .noguchi-renewal .renewal-entry .wp-block-group.has-background .wp-block-button {
    max-width: 100%;
    width: 100%;
  }
}
