/* ============================================
   CSS Variables
============================================ */
:root {
  --color-accent: #FFE000;
  --color-accent-dark: #C8A000;
  --color-accent-light: #FFF8B0;
  --color-accent-super-light: #FFFCE8;
  --color-primary: #1A1A1A;
  --color-text: #444444;
  --color-text-light: #777777;
  --color-bg: #FFFFFF;
  --color-bg-sub: #F9F9F7;
  --color-border: #E8E8E8;
  --color-black: #111111;
  --font-main: 'Noto Sans JP', sans-serif;
  --font-en: 'Montserrat', sans-serif;
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-full: 9999px;
  --shadow-sm: 0 2px 8px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.12);
}

/* ============================================
   Reset & Base
============================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-main);
  color: var(--color-primary);
  background: var(--color-bg);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

.section {
  padding: 72px 20px;
}

.container {
  max-width: 720px;
  margin: 0 auto;
}

.title-en {
  font-family: var(--font-en);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: var(--color-accent-dark);
  text-transform: uppercase;
  margin-bottom: 6px;
}

.subtitle {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.4;
}

.text {
  font-size: 0.95rem;
  color: var(--color-text);
  line-height: 1.85;
}

/* ============================================
   Header
============================================ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--color-border);
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0 24px;
}

.header-inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  line-height: 1.2;
}

.header-logo-img {
  height: 48px;
  width: auto;
  display: block;
  flex-shrink: 0;
}

.header-logo-texts {
  display: flex;
  flex-direction: column;
}

.header-logo-name {
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.header-logo-role {
  font-size: 0.65rem;
  color: var(--color-text-light);
  letter-spacing: 0.05em;
}

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

.header-nav a {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--color-text);
  transition: color 0.2s;
}

.header-nav a:hover {
  color: var(--color-accent-dark);
}

.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--color-accent);
  color: var(--color-black) !important;
  font-weight: 700 !important;
  font-size: 0.8rem !important;
  padding: 8px 18px;
  border-radius: var(--radius-full);
  transition: opacity 0.2s !important;
}

.header-cta:hover {
  opacity: 0.85;
  color: var(--color-black) !important;
}

/* Mobile menu toggle */
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  flex-direction: column;
  gap: 5px;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-black);
  border-radius: 2px;
  transition: all 0.3s;
}

/* Mobile nav */
.mobile-nav {
  display: none;
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  background: white;
  border-bottom: 1px solid var(--color-border);
  z-index: 99;
  padding: 16px 24px 24px;
  flex-direction: column;
  gap: 0;
  box-shadow: var(--shadow-md);
}

.mobile-nav.open {
  display: flex;
}

.mobile-nav a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  font-size: 0.95rem;
  font-weight: 500;
  border-bottom: 1px solid var(--color-border);
}

.mobile-nav a:last-child {
  border-bottom: none;
}

.mobile-nav-arrow {
  font-size: 0.8rem;
  color: var(--color-text-light);
}

/* ============================================
   Hero
============================================ */
.hero {
  margin-top: 64px;
  background: var(--color-accent-super-light);
  min-height: calc(100svh - 64px);
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 0 24px;
}

/* 左：テキストエリア（非表示時用・残置） */
.hero-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 48px;
  max-width: 620px;
  position: relative;
  z-index: 1;
}

/* 中央：写真エリア */
.hero-photo-wrapper {
  flex: none;
  width: 100%;
  max-width: 600px;
  position: relative;
  overflow: hidden;
}

.hero-photo {
  width: 100%;
  height: auto;
  display: block;
  object-position: center top;
}

/* 写真が読み込めない場合のプレースホルダー */
.hero-photo-fallback {
  background: linear-gradient(160deg, var(--color-accent-light) 0%, var(--color-accent) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-photo-fallback::after {
  content: '写真をimages/壁紙.pngとして\A同フォルダに入れてください';
  white-space: pre;
  text-align: center;
  font-size: 0.8rem;
  color: var(--color-text);
  padding: 20px;
  line-height: 1.8;
}

.hero-photo-fallback img {
  display: none;
}

/* 写真下部のキャプション */
.hero-photo-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.45));
  color: white;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 32px 16px 16px;
  text-align: center;
  letter-spacing: 0.06em;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--color-accent);
  color: var(--color-black);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: var(--radius-full);
  margin-bottom: 28px;
  letter-spacing: 0.05em;
  align-self: flex-start;
}

.hero-copy {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}

.hero-copy .accent {
  background: linear-gradient(90deg, var(--color-accent) 0%, var(--color-accent-dark) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-sub {
  font-size: 0.95rem;
  color: var(--color-text);
  margin-bottom: 32px;
  line-height: 1.8;
}

.hero-name-block {
  margin-bottom: 36px;
}

.hero-name-role {
  font-size: 0.82rem;
  color: var(--color-text-light);
  margin-bottom: 4px;
}

.hero-name {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: var(--radius-full);
  padding: 14px 32px;
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
  border: none;
}

.btn:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}

.btn-primary {
  background: var(--color-accent);
  color: var(--color-black);
}

.btn-outline {
  background: white;
  color: var(--color-black);
  border: 2px solid var(--color-black);
}

/* ============================================
   News
============================================ */
.news-section {
  background: var(--color-bg);
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.news-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  border-bottom: 1px solid var(--color-border);
  transition: background 0.15s;
  gap: 16px;
}

.news-item:last-child { border-bottom: none; }

.news-item:hover { background: var(--color-accent-super-light); }

.news-item-left {
  display: flex;
  align-items: baseline;
  gap: 16px;
  flex: 1;
  min-width: 0;
}

.news-date {
  font-size: 0.78rem;
  color: var(--color-text-light);
  font-family: var(--font-en);
  white-space: nowrap;
  letter-spacing: 0.05em;
}

.news-text {
  font-size: 0.9rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-arrow {
  font-size: 0.75rem;
  color: var(--color-text-light);
  flex-shrink: 0;
}

/* ============================================
   Profile
============================================ */
.profile-section {
  background: var(--color-accent-super-light);
}

.profile-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
  background: white;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 40px 36px 36px;
  box-shadow: var(--shadow-sm);
}

.profile-photo-wrapper {
  margin-bottom: 20px;
}

.profile-photo {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid var(--color-accent);
}

.profile-photo-placeholder {
  width: 180px;
  height: 220px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, var(--color-accent-light) 0%, var(--color-accent) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.profile-photo-placeholder-icon {
  font-size: 3rem;
  opacity: 0.6;
}

.profile-photo-placeholder-text {
  font-size: 0.7rem;
  color: var(--color-text-light);
}

.profile-name-ja {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}

.profile-name-en {
  font-family: var(--font-en);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--color-text-light);
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}

.profile-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
}

.profile-sns {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 24px;
}

.profile-sns-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1.5px solid var(--color-border);
  background: white;
  font-size: 1.1rem;
  transition: all 0.2s;
  overflow: hidden;
  padding: 10px;
}

.profile-sns-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.profile-sns-btn:hover {
  border-color: var(--color-accent);
  background: var(--color-accent-light);
}

.profile-divider {
  width: 100%;
  height: 1px;
  background: var(--color-border);
  margin-bottom: 24px;
}

.profile-tag {
  display: inline-block;
  background: var(--color-accent);
  color: var(--color-black);
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: var(--radius-full);
}

.profile-bio {
  font-size: 0.9rem;
  color: var(--color-text);
  line-height: 1.9;
  text-align: left;
  margin-bottom: 20px;
  width: 100%;
}

.profile-career {
  margin-top: 24px;
}

.profile-career-title {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--color-text-light);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.career-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.career-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 0.88rem;
  color: var(--color-text);
}

.career-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-accent);
  flex-shrink: 0;
  margin-top: 7px;
}

/* ============================================
   Policy
============================================ */
.policy-section {
  background: var(--color-accent-super-light);
}

.policy-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.policy-goal {
  padding: 8px 0 24px;
}

.policy-goal-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 3px solid var(--color-accent);
}

.policy-goal-num {
  font-family: var(--font-en);
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--color-accent);
  line-height: 1;
  flex-shrink: 0;
  letter-spacing: -0.02em;
}

.policy-goal-title {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.3;
}

.policy-goal-accent {
  color: #0EA5E9;
}

.policy-goal-sub {
  color: var(--color-text);
}

.policy-goal-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 0;
}

.policy-goal-item {
  display: flex;
  gap: 20px;
  align-items: center;
  background: white;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: var(--shadow-sm);
}

.policy-goal-icon {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--color-accent-light);
  display: flex;
  align-items: center;
  justify-content: center;
}

.policy-goal-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.policy-goal-item-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.policy-goal-item-text {
  font-size: 0.95rem;
  color: var(--color-text);
  line-height: 1.8;
}

.policy-goal-item-amount {
  display: inline-block;
  font-size: 0.82rem; font-weight: 700;
  color: #166534;
  background: #DCFCE7;
  border-radius: 4px;
  padding: 2px 10px;
  margin: 4px 0 8px;
}

/* ============================================
   Activities
============================================ */
.activities-section {
  background: var(--color-bg-sub);
}

.activity-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.activity-item {
  background: white;
  border-radius: var(--radius-md);
  padding: 24px;
  border: 1px solid var(--color-border);
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: box-shadow 0.2s;
}

.activity-item:hover {
  box-shadow: var(--shadow-sm);
}

.activity-date-block {
  flex-shrink: 0;
  text-align: center;
  background: var(--color-accent-light);
  border-radius: var(--radius-sm);
  padding: 10px 16px;
}

.activity-date-month {
  font-family: var(--font-en);
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--color-accent-dark);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.activity-date-day {
  font-family: var(--font-en);
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--color-black);
  line-height: 1;
}

.activity-content {
  flex: 1;
}

.activity-category {
  display: inline-block;
  background: var(--color-accent);
  color: var(--color-black);
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: var(--radius-full);
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}

.activity-title {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.5;
}

.activity-body {
  font-size: 0.82rem;
  color: var(--color-text);
  line-height: 1.8;
}

.activities-lead-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  margin-top: -20px;
}

.activities-lead {
  font-size: 0.9rem;
  color: var(--color-text);
  margin: 0;
}

.activities-lead-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--color-border);
  background: white;
  overflow: hidden;
  padding: 8px;
  flex-shrink: 0;
  box-shadow: var(--shadow-sm);
  transition: all 0.2s;
}

.activities-lead-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.activities-lead-icon:hover {
  border-color: var(--color-accent);
  background: var(--color-accent-light);
  transform: translateY(-2px);
}

.activities-lead-link {
  color: #0EA5E9;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.activities-lead-link:hover {
  opacity: 0.75;
}

.activity-instagram {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 28px;
  background: white;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  text-align: center;
}

.activity-instagram-text {
  font-size: 0.95rem;
  color: var(--color-text);
}

.activity-instagram-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--color-black);
  color: white;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 12px 28px;
  border-radius: var(--radius-full);
  transition: opacity 0.2s;
}

.activity-instagram-btn img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.activity-instagram-btn:hover {
  opacity: 0.8;
}

/* ============================================
   一般質問
============================================ */
.questions-section {
  background: var(--color-accent-super-light);
}

.questions-lead {
  font-size: 0.9rem;
  color: var(--color-text);
  margin-bottom: 36px;
  margin-top: -20px;
}

.questions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.question-card {
  background: white;
  border: 2px solid #111;
  border-radius: var(--radius-md);
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s, transform 0.2s;
  overflow: hidden;
}

.question-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

/* カード画像エリア */
.question-card-image {
  width: 100%;
  height: 160px;
  overflow: hidden;
  background: var(--color-accent-light);
  flex-shrink: 0;
}

.question-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}

.question-card:hover .question-card-image img {
  transform: scale(1.03);
}

/* 画像がない場合のプレースホルダー */
.question-card-image--fallback {
  background: linear-gradient(135deg, var(--color-accent-light) 0%, var(--color-accent) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.question-card-image--fallback img {
  display: none;
}

/* カードコンテンツ */
.question-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.question-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.question-tag {
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: var(--radius-full);
  letter-spacing: 0.03em;
  flex-shrink: 0;
}

.question-tag-digital {
  background: #E0F2FE;
  color: #0369A1;
}

.question-tag-kosodate {
  background: #FFF8B0;
  color: #92680A;
}

.question-tag-machi {
  background: #FEF3C7;
  color: #B45309;
}

.question-tag-fukushi {
  background: #EDE9FE;
  color: #6D28D9;
}

.question-tag-kyoiku {
  background: #FCE7F3;
  color: #BE185D;
}

.question-tag-other {
  background: #E0E7FF;
  color: #3730A3;
}

.question-date {
  font-family: var(--font-en);
  font-size: 0.72rem;
  color: var(--color-text-light);
  white-space: nowrap;
  letter-spacing: 0.05em;
}

.question-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  color: var(--color-primary);
}

.question-body {
  font-size: 0.82rem;
  color: var(--color-text);
  line-height: 1.8;
  flex: 1;
}

.question-footer {
  display: flex;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid var(--color-border);
}

.question-status {
  font-size: 0.72rem;
  font-weight: 700;
  background: #F0FDF4;
  color: #15803D;
  border: 1px solid #BBF7D0;
  padding: 3px 10px;
  border-radius: var(--radius-full);
}

@media (max-width: 768px) {
  .questions-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   Supporters（たいが応援団）
============================================ */
.supporters-section {
  background: var(--color-accent-super-light);
}

.supporters-lead {
  font-size: 0.9rem;
  color: var(--color-text);
  margin-bottom: 36px;
  margin-top: -20px;
}

.supporters-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.supporter-card {
  background: white;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 28px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s;
}

.supporter-card:hover {
  box-shadow: var(--shadow-md);
}

.supporter-photo-wrapper {
  width: 100px;
  height: 100px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--color-accent-light);
  border: 3px solid var(--color-accent);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.supporter-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.supporter-name {
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.supporter-role {
  font-size: 0.82rem;
  color: var(--color-text-light);
  line-height: 1.7;
  margin-top: -6px;
}

.supporter-comment {
  font-size: 0.8rem;
  color: var(--color-text);
  line-height: 1.7;
  text-align: center;
  padding-top: 8px;
  border-top: 1px solid var(--color-border);
  width: 100%;
}

.supporter-card-last {
  grid-column: 1 / -1;
  max-width: calc(50% - 10px);
  margin: 0 auto;
}

@media (max-width: 768px) {
  .supporters-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .supporter-photo-wrapper {
    width: 80px;
    height: 80px;
    border-radius: var(--radius-sm);
  }

  .supporter-card {
    padding: 20px 14px;
  }
}

/* ============================================
   Contact & SNS
============================================ */
.contact-section {
  background: var(--color-accent-super-light);
}

.contact-inner {
  text-align: center;
}

.contact-lead {
  font-size: 0.95rem;
  color: var(--color-text);
  margin-bottom: 36px;
  line-height: 1.9;
}

.contact-sns {
  display: flex;
  gap: 32px;
  justify-content: center;
  margin-bottom: 36px;
}

.contact-sns-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.contact-sns-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1.5px solid var(--color-border);
  background: white;
  transition: all 0.2s;
  overflow: hidden;
  padding: 14px;
  box-shadow: var(--shadow-sm);
}

.contact-sns-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-sns-btn:hover {
  border-color: var(--color-accent);
  background: var(--color-accent-light);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.contact-sns-label {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--color-text-light);
}

.contact-form-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--color-black);
  color: white;
  font-weight: 700;
  font-size: 1rem;
  padding: 16px 40px;
  border-radius: var(--radius-full);
  transition: opacity 0.2s;
}

.contact-form-link:hover {
  opacity: 0.82;
}

/* ============================================
   Footer
============================================ */
.footer {
  background: var(--color-black);
  color: white;
  padding: 40px 24px;
  text-align: center;
}

.footer-name {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: 0.08em;
}

.footer-role {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.5);
  margin-bottom: 20px;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.footer-link {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.6);
  transition: color 0.2s;
}

.footer-link:hover {
  color: var(--color-accent);
}

.footer-copy {
  font-size: 0.72rem;
  font-family: var(--font-en);
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.05em;
}

/* ============================================
   Bubble CTA
============================================ */
.bubble-cta {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.bubble-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--color-accent-light);
  border: 1.5px solid var(--color-black);
  border-radius: var(--radius-full);
  padding: 12px 24px;
  font-size: 0.88rem;
  font-weight: 700;
  transition: background 0.2s;
}

.bubble-cta-link:hover {
  background: var(--color-accent);
}

.bubble-cta-arrow {
  font-size: 0.8rem;
  color: var(--color-text-light);
}

/* ============================================
   Accent Bar
============================================ */
.accent-bar {
  width: 40px;
  height: 4px;
  background: var(--color-accent);
  border-radius: 2px;
  margin-bottom: 16px;
}

/* ============================================
   Responsive
============================================ */
@media (max-width: 768px) {
  .header-nav {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }

  .section {
    padding: 56px 16px;
  }

  .subtitle {
    font-size: 1.25rem;
  }

  .hero {
    padding: 0;
    min-height: unset;
    align-items: stretch;
  }

  .hero-photo-wrapper {
    max-width: 100%;
    width: 100%;
  }

  .hero-photo {
    width: 100%;
    height: auto;
    display: block;
  }

  .hero-copy {
    font-size: clamp(1.7rem, 7vw, 2.4rem);
  }

  .profile-card {
    padding: 32px 20px 28px;
  }

  .profile-photo {
    width: 160px;
    height: 160px;
  }

  .profile-name-ja {
    font-size: 1.6rem;
  }

  .policy-goal-icon {
    width: 80px;
    height: 80px;
  }

  .policy-goal-num {
    font-size: 2.2rem;
  }

  .policy-goal-title {
    font-size: 1.25rem;
  }

  .activity-item {
    flex-direction: column;
    gap: 12px;
  }

  .activity-date-block {
    align-self: flex-start;
    display: flex;
    align-items: baseline;
    gap: 6px;
    padding: 6px 12px;
  }

  .activity-date-day {
    font-size: 1.1rem;
  }

  .news-text {
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .hero-cta-group {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }
}
