:root {
  --brand-blue: #063b91;
  --brand-blue-dark: #01245f;
  --brand-blue-soft: #edf4ff;
  --green: var(--brand-blue);
  --green-dark: var(--brand-blue-dark);
  --green-soft: var(--brand-blue-soft);
  --text: #17243a;
  --muted: #5c6678;
  --line: #dce5f2;
  --paper: #f7faff;
  --shadow: 0 16px 36px rgba(1, 36, 95, 0.12);
  --font-gothic: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", YuGothic, "Noto Sans JP", Meiryo, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  overflow-x: hidden;
  background: var(--paper);
}

body {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  min-height: 100vh;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 10%, rgba(6, 59, 145, 0.05), transparent 28%),
    linear-gradient(180deg, #fff 0%, var(--paper) 100%);
  font-family: var(--font-gothic);
}

a {
  color: inherit;
}

main {
  flex: 1 0 auto;
}

.is-temporarily-hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 88px;
  width: 100%;
  max-width: none;
  margin-inline: auto;
  padding: 0 max(48px, calc((100vw - 1440px) / 2 + 48px));
  border-bottom: 0;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-width: 185px;
  text-decoration: none;
  color: var(--green);
}

.brand-logo {
  display: block;
  width: 172px;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  gap: clamp(22px, 3vw, 48px);
  margin-left: auto;
  margin-right: clamp(18px, 1.8vw, 28px);
  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
}

.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-self: stretch;
  padding: 0 14px;
  border-radius: 4px;
  text-decoration: none;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--green);
  opacity: 0;
  transform: scaleX(0.5);
  transition: 160ms ease;
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.site-nav a[aria-current="page"] {
  padding-right: clamp(24px, 2.3vw, 36px);
  padding-left: clamp(24px, 2.3vw, 36px);
  border-radius: 0;
  background: linear-gradient(180deg, rgba(237, 244, 255, 0.92), rgba(255, 255, 255, 0.38));
  color: var(--brand-blue);
  box-shadow: inset 0 -4px 0 var(--brand-blue);
}

.site-nav a[aria-current="page"]::after {
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  opacity: 1;
  transform: scaleX(1);
}

.menu-toggle,
.drawer-contact {
  display: none;
}

.site-nav .drawer-contact {
  display: none;
}

.contact-button,
.plain-contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 clamp(24px, 2vw, 32px);
  border-radius: 28px;
  background: linear-gradient(180deg, #0b55bd, var(--brand-blue-dark));
  color: #fff;
  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: none;
  white-space: nowrap;
}

.contact-button span {
  margin-right: 8px;
}

.plain-contact {
  background: transparent;
  color: var(--text);
  box-shadow: none;
}

.site-footer {
  position: relative;
  z-index: 19;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-shrink: 0;
  min-height: 52px;
  padding: 10px 28px;
  overflow: hidden;
  background: linear-gradient(110deg, var(--brand-blue-dark), #0b55bd);
  border-top: 0;
  box-shadow: none;
}

.site-footer::after {
  position: absolute;
  top: -65px;
  right: 8%;
  width: 230px;
  height: 160px;
  content: "";
  background: rgba(1, 36, 95, 0.2);
  transform: skewX(-34deg);
}

.footer-identity {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 14px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.footer-identity strong {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.footer-identity small {
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
}

.hero {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.hero-top {
  min-height: 270px;
  background-image: url("../images/generated/hero-top.png");
}

.venture-hero {
  background-image: url("../images/generated/hero-venture.png");
}

.support-hero {
  background-image: url("../images/generated/hero-support.png");
}

.sub-hero {
  min-height: 340px;
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(105deg, rgba(1, 36, 95, 0.96) 0%, rgba(6, 59, 145, 0.86) 36%, rgba(6, 59, 145, 0.2) 59%, rgba(6, 59, 145, 0.06) 100%);
}

.hero::after {
  position: absolute;
  top: -10%;
  bottom: -10%;
  left: 34%;
  width: 18%;
  content: "";
  background: rgba(11, 85, 189, 0.34);
  transform: skewX(-28deg);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: inherit;
  max-width: 760px;
  padding: 28px 5.2vw;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.25);
}

.eyebrow {
  display: none;
  margin: 0 0 18px;
  color: #dceaff;
  font-family: var(--font-gothic);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.hero h1,
.page-hero h1 {
  margin: 0;
  font-size: clamp(42px, 4vw, 56px);
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.2;
}

.hero-lead {
  margin: 14px 0 0;
  font-size: clamp(19px, 1.55vw, 22px);
  letter-spacing: 0.04em;
  line-height: 1.65;
}

.hero-copy {
  max-width: 610px;
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.85;
  letter-spacing: 0.04em;
}

.intro-grid {
  display: grid;
  grid-template-columns: 619px minmax(0, 1fr);
  gap: 36px;
  max-width: none;
  margin: 38px auto 14px;
  padding: 0 44px;
}

.news-panel {
  padding: 0 36px 0 30px;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
}

.section-label {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 12px;
  color: var(--green);
}

.section-label h2 {
  margin: 0;
  font-size: 28px;
  letter-spacing: 0.14em;
}

.section-label span {
  font-family: var(--font-gothic);
  font-size: 13px;
  font-weight: 700;
}

.news-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-list li {
  display: grid;
  grid-template-columns: 92px 82px 1fr;
  gap: 14px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}

.news-list li > span:not(.news-date) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  border: 1px solid #b9cce8;
  border-radius: 4px;
  color: var(--green);
  font-family: var(--font-gothic);
  font-size: 11px;
  font-weight: 700;
}

.news-list p {
  margin: 0;
}

.news-list .news-date {
  display: block;
  min-height: 0;
  border: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.news-more {
  display: block;
  margin: 10px 0 0;
  color: var(--green);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: right;
  text-decoration: none;
}

.message-panel {
  padding: 14px 0 0;
}

.message-panel h2 {
  margin: 0 0 22px;
  color: var(--green);
  font-size: clamp(22px, 1.65vw, 24px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

.message-panel p {
  margin: 0;
  font-size: 15px;
  line-height: 2;
}

.link-band {
  display: grid;
  grid-template-columns: 212px 1fr;
  gap: 28px;
  align-items: center;
  max-width: none;
  margin: 20px auto 0;
  padding: 16px 44px 10px;
  border-top: 1px solid var(--line);
}

.link-band h2,
.portfolio-section h2 {
  margin: 0;
  padding-left: 26px;
  border-left: 3px solid var(--green);
  color: var(--green);
  font-size: 20px;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.feature-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.single-feature-links {
  grid-template-columns: minmax(0, 1fr);
  max-width: 640px;
}

.feature-link,
.company-link {
  display: grid;
  grid-template-columns: 82px 1fr auto;
  gap: 22px;
  align-items: center;
  min-height: 108px;
  padding: 18px 30px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(1, 36, 95, 0.05);
}

.feature-link strong {
  display: block;
  margin-bottom: 8px;
  color: var(--green);
  font-size: 21px;
  letter-spacing: 0.08em;
}

.feature-link small {
  display: block;
  color: var(--text);
  font-family: var(--font-gothic);
  font-size: 13px;
  line-height: 1.7;
}

.feature-link b,
.company-link b {
  color: var(--green);
  font-size: 36px;
  font-weight: 300;
}

.round-icon,
.support-icon {
  display: inline-grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 1px solid #b9cce8;
  border-radius: 50%;
  background: radial-gradient(circle, #f5f9ff, #e6eefb);
  color: var(--green);
}

.round-icon img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.compact {
  grid-template-columns: 150px minmax(220px, 280px) 1fr;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.company-link {
  grid-template-columns: 34px 1fr auto;
  min-height: 46px;
  padding: 8px 22px;
  color: var(--green);
  font-family: inherit;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.company-link img {
  display: block;
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.portfolio-section {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 28px;
  max-width: none;
  margin: 0 auto 28px;
  padding: 18px 44px 26px;
  border-top: 1px solid var(--line);
}

.portfolio-section p {
  grid-column: 2;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(63, minmax(0, 1fr));
  gap: 10px 12px;
}

.logo-grid span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-column: span 7;
  min-height: 52px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  background: #fff;
  font-family: var(--font-gothic);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
}

.logo-grid span:nth-child(-n + 7) {
  grid-column: span 9;
}

.logo-grid small {
  display: block;
  margin-top: 2px;
  font-size: 6px;
  font-weight: 700;
  letter-spacing: 0;
}

.logo-gtn {
  color: #f51623;
  font-size: 34px !important;
}

.logo-cocoas,
.logo-fant,
.logo-takara,
.logo-safe,
.logo-ami {
  color: #145bc4;
}

.logo-cocoas {
  letter-spacing: 0.16em;
}

.logo-fant {
  font-size: 27px !important;
  font-style: italic;
}

.logo-colabo,
.logo-sposuru,
.logo-diumc,
.logo-ava,
.logo-teetime,
.logo-emol,
.logo-icurex {
  color: #151515;
}

.logo-colabo {
  font-size: 14px !important;
}

.logo-sposuru {
  font-size: 27px !important;
  font-weight: 900 !important;
}

.logo-diumc {
  font-size: 22px !important;
  letter-spacing: 0.05em;
}

.logo-ecommit {
  color: #222;
  font-size: 18px !important;
  letter-spacing: 0.24em;
}

.logo-hurray {
  color: #194de3;
  font-family: "Comic Sans MS", var(--font-gothic) !important;
  font-size: 23px !important;
  font-style: italic;
  font-weight: 400 !important;
}

.logo-ava {
  font-size: 12px !important;
}

.logo-teetime {
  font-size: 26px !important;
  font-style: italic;
  font-weight: 900 !important;
}

.logo-safe,
.logo-human {
  font-size: 14px !important;
}

.logo-human {
  color: #111;
}

.logo-ami {
  font-size: 25px !important;
}

.logo-emol {
  font-size: 28px !important;
  font-weight: 500 !important;
}

.logo-icurex {
  color: #069a9b;
  font-size: 21px !important;
}

.page-hero {
  display: flex;
  align-items: center;
  min-height: 172px;
  padding: 34px 7.5vw;
  color: #fff;
  background-position: center;
  background-size: cover;
}

.company-hero,
.notice-hero,
.venture-page-hero {
  background-image:
    linear-gradient(100deg, rgba(1, 27, 72, 0.92), rgba(6, 59, 145, 0.6)),
    url("../images/generated/company-header.png");
}

.page-hero p {
  margin: 18px 0 0;
  font-size: 20px;
  letter-spacing: 0.08em;
}

.content-card {
  max-width: 1280px;
  margin: 14px auto 18px;
  padding: 20px clamp(28px, 6vw, 82px) 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

.content-card h2 {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 28px;
  letter-spacing: 0.12em;
}

.coming-soon-card {
  min-height: 220px;
  padding-top: 54px;
  text-align: center;
}

.coming-soon-card p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.portfolio-info-page main {
  display: flex;
  flex-direction: column;
}

.portfolio-info-page .coming-soon-card {
  margin-top: auto;
  margin-bottom: auto;
}

.profile-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 17px;
}

.profile-table th,
.profile-table td {
  padding: 10px 28px;
  border-top: 1px solid #ccd9eb;
  line-height: 1.45;
  text-align: left;
}

.profile-table th {
  width: 26%;
  background: #f4f7fb;
  font-family: var(--font-gothic);
}

.company-name-ja,
.company-name-en {
  display: inline;
}

.company-name-kana {
  color: inherit;
  font-size: 0.95em;
  letter-spacing: 0.02em;
}

.company-name-separator {
  display: inline-block;
  margin: 0 10px;
  color: var(--muted);
  font-family: var(--font-gothic);
}

.company-name-en {
  color: var(--muted);
  font-family: var(--font-gothic);
  font-size: 0.95em;
  letter-spacing: 0.02em;
}

.officer-line {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 0.75em;
  align-items: baseline;
}

.officer-role {
  white-space: nowrap;
}

.officer-name {
  min-width: 0;
}

.officer-line + .officer-line {
  margin-top: 6px;
}

.profile-link {
  color: var(--brand-blue);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.profile-link:hover {
  color: var(--brand-blue-dark);
}

.public-notice-box {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 42%);
  gap: 36px;
  align-items: center;
  margin-top: 10px;
  padding: 10px 28px;
  border: 1px solid var(--green);
  border-radius: 7px;
}

.public-notice-box h3 {
  margin: 0 0 6px;
  color: var(--green);
  font-size: 22px;
}

.public-notice-box p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

.public-notice-box a,
.notice-empty {
  display: grid;
  place-items: center;
  min-height: 76px;
  border: 2px dashed #4c7fc9;
  border-radius: 12px;
  color: var(--text);
  font-family: var(--font-gothic);
  font-weight: 700;
  text-decoration: none;
}

.history-card {
  margin-bottom: 18px;
}

.timeline {
  --timeline-axis: 118px;
  --timeline-dot: 16px;
  --timeline-dot-radius: 8px;
  --timeline-indent: 148px;
  position: relative;
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0 0 0 var(--timeline-indent);
  list-style: none;
}

.timeline::before {
  position: absolute;
  top: 29px;
  bottom: 29px;
  left: var(--timeline-axis);
  width: 3px;
  content: "";
  background: var(--green);
  transform: translateX(-50%);
}

.timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 26px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  font-size: 17px;
}

.timeline li::before {
  position: absolute;
  top: 21px;
  left: calc(var(--timeline-axis) - var(--timeline-indent) - var(--timeline-dot-radius));
  width: var(--timeline-dot);
  height: var(--timeline-dot);
  content: "";
  border-radius: 50%;
  background: var(--green);
}

.executive-profile-card {
  margin-top: 18px;
  margin-bottom: 70px;
  padding-top: 34px;
  padding-bottom: 58px;
}

.executive-profile-card h2 {
  margin-bottom: 34px;
  font-size: 34px;
  letter-spacing: 0.12em;
}

.executive-profile-grid {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(26px, 3.4vw, 48px);
}

.executive-profile {
  min-width: 0;
  overflow: hidden;
  padding: 22px 22px 36px;
  border: 1px solid #e2eaf6;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 26px rgba(1, 36, 95, 0.08);
}

.executive-profile-no-bio {
  padding-bottom: 24px;
}

.executive-profile picture {
  display: block;
}

.executive-photo {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 6;
  border-radius: 7px;
  background: #eef3fa;
  object-fit: cover;
  object-position: center 24%;
}

.executive-photo-iwamoto {
  object-position: center top;
}

.executive-profile-body {
  min-width: 0;
  padding: 28px 12px 0;
  text-align: center;
}

.executive-role {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.executive-profile h3 {
  margin: 0;
  color: var(--text);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.executive-divider {
  width: 82px;
  height: 4px;
  margin: 28px auto 24px;
  background: var(--green);
  box-shadow:
    -120px 0 0 -1px #e8eef7,
    120px 0 0 -1px #e8eef7;
}

.executive-profile-no-bio .executive-divider {
  margin-bottom: 0;
}

.executive-profile-body p:not(.executive-role):not(.executive-divider) {
  margin: 0 0 10px;
  color: var(--text);
  font-size: 14px;
  line-height: 1.85;
  letter-spacing: 0.02em;
  text-align: left;
}

.executive-career {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  list-style: none;
  text-align: left;
}

.executive-career li {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  min-width: 0;
}

.executive-career li + li {
  padding-top: 10px;
  border-top: 1px solid rgba(6, 59, 145, 0.09);
}

.executive-career li.is-single-line {
  display: block;
}

.executive-career time {
  color: var(--brand-blue);
  font-weight: 700;
  white-space: nowrap;
}

.executive-career span {
  min-width: 0;
  overflow-wrap: break-word;
}

.executive-career li.is-single-line time,
.executive-career li.is-single-line span {
  display: inline;
}

.executive-profile-body-compact .executive-divider {
  margin-bottom: 12px;
}

.executive-profile-body-compact .executive-career {
  gap: 0;
  font-size: 13px;
  line-height: 1.62;
  letter-spacing: 0.01em;
}

.executive-profile-body-compact .executive-career li {
  display: block;
  gap: 0;
}

.executive-profile-body-compact .executive-career li + li {
  padding-top: 0;
  border-top: 0;
}

.executive-profile-body-compact .executive-career time {
  display: inline;
  margin-bottom: 0;
  color: inherit;
  font-weight: inherit;
  white-space: normal;
}

.executive-profile-body-compact .executive-career span {
  display: inline;
}

.text-page {
  max-width: 1080px;
  margin: 52px auto 76px;
  padding: 0 7vw;
}

.text-page h2 {
  position: relative;
  margin: 0 0 28px;
  color: var(--green);
  font-size: clamp(28px, 2.8vw, 38px);
  font-weight: 500;
  letter-spacing: 0.1em;
}

.text-page h2::after {
  display: block;
  width: 62px;
  height: 3px;
  margin-top: 18px;
  content: "";
  background: var(--green);
}

.text-page p {
  margin: 0 0 20px;
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 2;
  letter-spacing: 0.05em;
}

.support-intro {
  max-width: 1200px;
  margin: 64px auto 34px;
  padding: 0 7vw;
  color: var(--green);
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.8;
  letter-spacing: 0.16em;
  text-align: center;
}

.support-card {
  max-width: 1330px;
  margin: 0 auto 80px;
  padding: 38px 52px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
}

.support-card h2 {
  margin: 0 0 34px;
  color: var(--green);
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-align: center;
}

.support-card h2::after {
  display: block;
  width: 92px;
  height: 3px;
  margin: 15px auto 0;
  content: "";
  background: var(--green);
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 26px;
}

.support-grid article {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 26px;
  align-items: center;
  min-height: 150px;
  padding: 28px 32px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(1, 36, 95, 0.09);
}

.support-grid h3 {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 28px;
  letter-spacing: 0.1em;
}

.support-grid p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}

.support-icon {
  width: 88px;
  height: 88px;
  border: 0;
}

.executive-icon::before {
  content: "♟";
  font-size: 46px;
}

.finance-icon::before {
  content: "↗";
  font-size: 50px;
  font-family: Arial, sans-serif;
}

.ipo-icon::before {
  content: "☑";
  font-size: 46px;
}

.consulting-icon::before {
  content: "☷";
  font-size: 46px;
}

.notice-card {
  max-width: 980px;
}

.notice-card p {
  margin: 24px 0 0;
  line-height: 2;
}

@media (max-width: 980px) {
  .site-header {
    position: static;
    flex-wrap: wrap;
    gap: 16px 24px;
  }

  .brand {
    min-width: 0;
  }

  .site-nav {
    order: 3;
    width: 100%;
    margin-left: 0;
    justify-content: flex-start;
    gap: 22px;
    overflow-x: auto;
  }

  .contact-button,
  .plain-contact {
    padding: 0 18px;
  }

  .site-footer {
    align-items: center;
    padding: 12px 24px;
  }

  .intro-grid,
  .link-band,
  .portfolio-section {
    grid-template-columns: 1fr;
    padding-right: 24px;
    padding-left: 24px;
  }

  .feature-links,
  .support-grid,
  .public-notice-box {
    grid-template-columns: 1fr;
  }

  .compact {
    grid-template-columns: 1fr;
  }

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

  .portfolio-section p {
    grid-column: auto;
  }

  .timeline {
    --timeline-axis: 14px;
    --timeline-indent: 44px;
  }

  .timeline li {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .executive-profile-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .executive-profile-card {
    padding-top: 28px;
    padding-bottom: 34px;
  }

  .executive-profile-card h2 {
    margin-bottom: 24px;
    font-size: 28px;
  }

  .executive-profile {
    max-width: 520px;
    margin-inline: auto;
  }
}

@media (max-width: 780px) {
  .site-header {
    position: sticky;
    top: 0;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    min-height: auto;
    padding: 12px 18px;
    background: rgba(255, 255, 255, 0.9);
  }

  .brand {
    min-width: 0;
  }

  .brand-logo {
    width: 142px;
  }

  .menu-toggle {
    position: relative;
    z-index: 61;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(6, 59, 145, 0.16);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(1, 36, 95, 0.12);
    cursor: pointer;
    appearance: none;
  }

  .menu-toggle:focus {
    outline: none;
  }

  .menu-toggle:focus-visible {
    outline: 2px solid rgba(6, 59, 145, 0.32);
    outline-offset: 3px;
  }

  .menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: var(--brand-blue);
    transition: transform 160ms ease, opacity 160ms ease;
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 60;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-self: auto;
    justify-content: flex-start;
    gap: 0;
    width: min(82vw, 320px);
    height: 100vh;
    margin: 0;
    padding: 86px 28px 28px;
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: -18px 0 34px rgba(1, 36, 95, 0.16);
    visibility: hidden;
    pointer-events: none;
    transform: translate3d(100%, 0, 0);
    transition: transform 180ms ease, visibility 0s linear 180ms;
  }

  .site-nav a {
    padding: 16px 14px;
    border-bottom: 1px solid var(--line);
    color: var(--brand-blue-dark);
    font-size: 15px;
    line-height: 1.2;
    text-align: left;
    white-space: nowrap;
  }

  .site-nav a::after {
    display: none;
  }

  .site-nav a[aria-current="page"] {
    padding-right: 14px;
    padding-left: 18px;
    border-bottom-color: var(--line);
    border-radius: 4px;
    background: var(--brand-blue-soft);
    color: var(--brand-blue);
    box-shadow: inset 4px 0 0 var(--brand-blue);
  }

  .site-header.is-menu-open .site-nav {
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    transition-delay: 0s;
  }

  .contact-button {
    display: none;
  }

  .site-nav .drawer-contact {
    display: flex;
    justify-content: center;
    min-height: 44px;
    margin-top: 22px;
    padding: 0 18px !important;
    border: 0 !important;
    border-radius: 999px;
    background: linear-gradient(180deg, #0b55bd, var(--brand-blue-dark));
    color: #fff !important;
    line-height: 44px !important;
    text-align: center !important;
  }

  .drawer-contact::after {
    display: none;
  }

  .page-hero {
    min-height: 148px;
    padding: 28px 24px;
  }

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

  .page-hero p {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }

  .footer-identity {
    flex-wrap: wrap;
    gap: 4px 10px;
  }

  .hero,
  .sub-hero {
    min-height: 390px;
  }

  .hero::after {
    display: none;
  }

  .hero-content {
    padding: 42px 24px;
  }

  .news-list li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .feature-link {
    grid-template-columns: 58px 1fr auto;
    padding: 20px;
  }

  .round-icon {
    width: 56px;
    height: 56px;
  }

  .profile-table th,
  .profile-table td {
    display: block;
    width: 100%;
    padding: 13px 16px;
  }

  .executive-profile {
    padding: 16px 16px 28px;
    border-radius: 14px;
  }

  .executive-profile-body {
    padding: 22px 8px 0;
  }

  .executive-role {
    font-size: 17px;
  }

  .executive-profile h3 {
    font-size: 26px;
  }

  .executive-profile-body p:not(.executive-role):not(.executive-divider) {
    font-size: 14px;
    line-height: 1.9;
  }

  .executive-career {
    gap: 11px;
    font-size: 14px;
    line-height: 1.85;
  }

  .support-card {
    padding: 28px 20px;
  }

  .support-grid article {
    grid-template-columns: 1fr;
    padding: 24px;
    text-align: center;
  }

  .support-icon {
    margin: 0 auto;
  }

  .text-page p {
    font-size: 18px;
    letter-spacing: 0.06em;
  }
}

.home-page {
  min-height: 100vh;
  background: #fff;
}

.home-page main {
  position: relative;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  overflow: visible;
  background: #fff;
  isolation: isolate;
}

.home-page main::after {
  display: none;
}

.home-page .hero-top {
  min-height: 492px;
  width: 100vw;
  max-width: none;
  margin-inline: calc(50% - 50vw);
  background: #fff;
}

.home-page .hero-top::before {
  display: none;
}

.home-page .hero-top::after {
  display: none;
}

.home-page .hero-content {
  align-items: center;
  width: min(100%, 1440px);
  max-width: none;
  min-height: 492px;
  margin-inline: auto;
  padding: 48px;
  color: var(--green);
  text-shadow: none;
  transform: none;
}

.logo-hero-content {
  display: flex;
  justify-content: center;
}

.logo-hero-mark {
  display: block;
  width: clamp(280px, 34vw, 520px);
  height: auto;
  animation: logoHeroFadeIn 1100ms ease-out 120ms both;
}

@keyframes logoHeroFadeIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.985);
    filter: blur(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .logo-hero-mark {
    animation: none;
  }
}

.home-page .hero h1 {
  font-size: 54px;
  line-height: 1.12;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.home-page .hero-lead {
  margin-top: 28px;
  font-size: 24px;
  line-height: 1.55;
  letter-spacing: 0.08em;
}

.home-page .hero-copy {
  max-width: 510px;
  margin-top: 18px;
  color: var(--text);
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.home-page .intro-grid {
  position: relative;
  z-index: 2;
  grid-template-columns: 560px minmax(0, 1fr);
  gap: 70px;
  margin: 0;
  padding: 44px 48px 42px;
  background: #fff;
  border-bottom: 1px solid rgba(6, 59, 145, 0.1);
}

.home-page .news-panel {
  padding: 0;
  border-left: 0;
  border-right: 0;
}

.home-page .message-panel {
  padding: 12px 0 0 70px;
  border-left: 1px solid #b7c9e6;
}

.home-page .section-label {
  margin-bottom: 18px;
}

.home-page .section-label h2 {
  font-size: 31px;
}

.home-page .news-list li {
  grid-template-columns: 96px 84px 1fr;
  gap: 20px;
  padding: 10px 0;
  font-size: 13px;
}

.home-page .news-list li > span:not(.news-date) {
  min-height: 20px;
  border-radius: 3px;
  font-size: 11px;
}

.home-page .news-more {
  display: inline-block;
  margin-top: 18px;
  padding-bottom: 4px;
  border-bottom: 2px solid var(--green);
  font-size: 13px;
  text-align: left;
}

.home-page .message-panel h2 {
  max-width: 530px;
  margin-bottom: 18px;
  font-size: 29px;
  line-height: 1.58;
  letter-spacing: 0.1em;
}

.home-page .message-panel p {
  max-width: 540px;
  font-size: 14px;
  line-height: 2;
}

.home-actions {
  position: relative;
  z-index: 1;
  display: grid;
  flex: 1 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  min-height: 164px;
  padding: 38px 48px 42px;
  overflow: hidden;
  background: var(--paper);
  border-top: 1px solid rgba(6, 59, 145, 0.08);
  border-bottom: 1px solid rgba(6, 59, 145, 0.08);
  align-content: start;
}

.home-actions::before,
.home-actions::after {
  display: none;
}

.home-action {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 0 30px;
}

.home-action + .home-action {
  border-left: 1px solid #c5d5ec;
}

.home-action h2 {
  display: none;
}

.home-action h2::after {
  display: none;
}

.home-action-link {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 26px;
  align-items: center;
  color: var(--green);
  text-decoration: none;
  min-width: 0;
  width: 100%;
}

.home-action-link .round-icon {
  width: 88px;
  height: 88px;
  border-color: var(--line);
  background: #fff;
}

.home-action-link .round-icon img {
  width: 48px;
  height: 48px;
}

.home-action-link strong {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  letter-spacing: 0.1em;
}

.home-action-link small {
  display: block;
  color: var(--text);
  font-family: var(--font-gothic);
  font-size: 13px;
  line-height: 1.75;
}

.home-action-link em {
  display: inline-block;
  margin-top: 10px;
  padding-bottom: 4px;
  border-bottom: 2px solid var(--green);
  color: var(--green);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
}

@media (max-width: 980px) {
  .home-page .hero-top {
    min-height: 360px;
  }

  .home-page .hero-content {
    justify-content: center;
    width: 100%;
    max-width: none;
    min-height: 360px;
    margin-inline: 0;
    padding: 42px 28px;
    transform: none;
  }

  .logo-hero-mark {
    width: min(68vw, 360px);
  }

  .home-page .hero h1 {
    font-size: clamp(40px, 8vw, 54px);
    white-space: normal;
  }

  .home-page .intro-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 40px 36px;
  }

  .home-page .message-panel {
    padding: 34px 0 0;
    border-top: 1px solid #b7c9e6;
    border-left: 0;
  }

  .home-page .message-panel h2 {
    max-width: 100%;
  }

  .home-page .message-panel p {
    max-width: 100%;
  }

  .home-actions {
    grid-template-columns: 1fr;
    padding: 28px 36px 42px;
  }

  .home-action {
    padding: 22px 0;
  }

  .home-action + .home-action {
    border-top: 1px solid #c5d5ec;
    border-left: 0;
  }
}
