:root {
  --orange: #f47b37;
  --orange2: #ef642c;
  --yellow: #ffd84e;
  --ink: #17233b;
  --cream: #fff9ef;
  --line: #f2dc91;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  line-height: 1.75;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
.container {
  width: min(1180px, 92%);
  margin: auto;
}
.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.94);
}
.site-header.scroll {
  position: fixed;
  box-shadow: 0 8px 28px rgba(31, 40, 56, 0.09);
  backdrop-filter: blur(12px);
}
.header-inner {
  width: min(1260px, 95%);
  min-height: 108px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.brand {
  width: 350px;
  line-height: 1;
  position: relative;
  display: block;
}
.brand small {
  display: block;
  font-size: 13px;
  letter-spacing: 0.1em;
  margin: 0 0 0 48px;
  position: relative;
  z-index: 1;
}
.brand-logo {
  display: block;
  width: 100%;
  height: auto;
  margin-top: -2px;
}
nav ul {
  list-style: none;
  display: flex;
  gap: 27px;
  padding: 0;
  margin: 0;
  align-items: center;
}
nav a {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
  padding: 18px 0;
}
nav a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 3px;
  background: var(--orange);
  transform: scaleX(0);
  transition: 0.25s;
}
nav a:hover:after,
nav a.active:after {
  transform: scaleX(1);
}
nav a.active {
  color: var(--orange);
}
.menu-btn {
  display: none;
  border: 0;
  background: none;
  padding: 8px;
}
.menu-btn span {
  display: block;
  width: 30px;
  height: 3px;
  background: var(--orange);
  margin: 6px;
  border-radius: 3px;
  transition: 0.3s;
}
.hero {
  min-height: 720px;
  padding-top: 108px;
  background: linear-gradient(105deg, #fffaf0 0%, #fff 50%, #f7ffd9 100%);
  overflow: hidden;
  position: relative;
}
.hero:before {
  content: "";
  position: absolute;
  inset: 108px 0 0;
  background:
    radial-gradient(
        circle at 9% 66%,
        rgba(255, 216, 78, 0.28) 0 2px,
        transparent 3px
      )
      0 0/26px 26px,
    linear-gradient(120deg, rgba(255, 238, 211, 0.52), transparent 44%);
  clip-path: ellipse(92% 84% at 48% 40%);
}
.hero-inner {
  min-height: 612px;
  display: grid;
  grid-template-columns: 49% 51%;
  align-items: center;
  position: relative;
}
.hero-copy {
  z-index: 3;
  padding: 30px 0 25px 45px;
}
.hero-copy h1 {
  font-family: "Klee One", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 42px;
  line-height: 1.45;
  letter-spacing: -0.02em;
  max-width: 14.5em;
  font-weight: 600;
  margin: 0 0 24px;
  color: #2b1916;
}
.hero-copy h1 .kana {
  font-size: 0.7em;
}
.hero-copy h1 .place {
  color: var(--orange);
  font-size: 1.08em;
  font-weight: 600;
}
.hero-copy p {
  font-size: 17px;
  font-weight: 500;
  line-height: 2.05;
  margin: 0 0 29px 46px;
}
.hero-actions {
  display: flex;
  gap: 18px;
  margin-left: 34px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 198px;
  padding: 13px 24px;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 7px 18px rgba(232, 124, 47, 0.16);
  transition: 0.25s;
}
.button:hover {
  transform: translateY(-3px);
}
.button-orange {
  color: #fff;
  background: linear-gradient(90deg, #ff953f, var(--orange2));
}
.button-yellow {
  background: linear-gradient(90deg, #ffe463, #ffd33e);
}
.button b {
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}
.hero-visual {
  align-self: stretch;
  position: relative;
  overflow: visible;
}
.tree-bg {
  position: absolute;
  left: -65px;
  right: -180px;
  top: 0;
  bottom: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.75), transparent 32%),
    url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="800" height="600"%3E%3Cdefs%3E%3ClinearGradient id="g" x2="0" y2="1"%3E%3Cstop stop-color="%23eafa91"/%3E%3Cstop offset="1" stop-color="%23fff7c4"/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width="800" height="600" fill="url(%23g)"/%3E%3Cg opacity=".5" stroke="%237a9a39" stroke-width="14"%3E%3Cpath d="M120 0L75 600M360 0L330 600M600 0L680 600M760 0L810 600"/%3E%3C/g%3E%3Cg fill="%23c5e85d" opacity=".85"%3E%3Ccircle cx="130" cy="90" r="90"/%3E%3Ccircle cx="280" cy="40" r="95"/%3E%3Ccircle cx="500" cy="80" r="120"/%3E%3Ccircle cx="730" cy="70" r="110"/%3E%3C/g%3E%3Cpath d="M0 520 Q400 430 800 510V600H0Z" fill="%23fff6dc" opacity=".85"/%3E%3C/svg%3E')
      center/cover;
}
.hero-visual > img {
  position: absolute;
  z-index: 2;
  bottom: -48px;
  left: 57px;
  width: 500px;
  height: 640px;
  object-fit: cover;
  object-position: center 22%;
  clip-path: ellipse(47% 52% at 50% 50%);
  filter: drop-shadow(0 12px 15px rgba(0, 0, 0, 0.12));
}
.hero-badge {
  position: absolute;
  z-index: 5;
  right: -4px;
  bottom: -12px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #fffdf2;
  border: 2px dashed #e8ca35;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.17);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
}
.hero-badge:before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid #f6e79a;
  border-radius: 50%;
}
.hero-badge i {
  color: var(--orange);
  font-size: 34px;
  line-height: 0.8;
}
.section {
  padding: 57px 0;
}
.section-title {
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.12em;
  margin: 0 0 34px;
  font-weight: 500;
}
.section-title:before,
.section-title:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 2px;
  background: #f2cd2f;
  vertical-align: middle;
  margin: 0 20px;
  transform: rotate(50deg);
}
.section-title:after {
  transform: rotate(-50deg);
}
.section-title span {
  margin-right: 10px;
}
.section-title em {
  font-style: normal;
  color: var(--orange);
  font-size: 48px;
  margin: 0 8px;
}
.policy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.policy-card {
  min-height: 245px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 26px 26px 22px;
  text-align: center;
  position: relative;
  background: #fff;
}
.policy-card .number {
  position: absolute;
  left: 14px;
  top: 16px;
  background: var(--yellow);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 900;
}
.policy-card img {
  width: 82px;
  height: 82px;
  object-fit: contain;
  margin: 0 auto 13px;
}
.voice-icon {
  font-size: 60px;
  line-height: 82px;
  color: var(--orange);
}
.policy-card h3 {
  font-size: 20px;
  color: var(--orange);
  margin: 0 0 9px;
}
.policy-card p {
  font-size: 15px;
  margin: 0;
}
.activity {
  background: linear-gradient(90deg, #fffdf5, #fff);
}
.activity-wrap {
  position: relative;
}
.activity-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 19px;
}
.activity-heading h2,
.left-title {
  font-size: 27px;
  letter-spacing: 0.14em;
  margin: 0;
  position: relative;
}
.activity-heading h2:after,
.left-title:after {
  content: "";
  display: block;
  width: 55px;
  height: 3px;
  background: var(--yellow);
  margin-top: 9px;
}
.activity-heading > a {
  background: linear-gradient(90deg, #ff9b43, #f27332);
  color: #fff;
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 700;
}
.activity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}
.activity-card {
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 3px 14px rgba(31, 43, 68, 0.12);
}
.activity-card > img {
  width: 100%;
  height: 155px;
  object-fit: cover;
}
.activity-card > div {
  padding: 12px 15px 16px;
  position: relative;
  min-height: 128px;
}
.activity-card time {
  font-size: 12px;
}
.activity-card h3 {
  font-size: 16px;
  color: var(--orange);
  margin: 2px 0 5px;
}
.activity-card p {
  font-size: 12px;
  line-height: 1.7;
  margin: 0;
  padding-right: 20px;
}
.activity-card div > a {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  display: grid;
  place-items: center;
}
.council {
  padding-top: 30px;
}
.left-title {
  margin-bottom: 19px;
}
.council-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.council-card {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 15px;
  padding: 18px;
  border: 1px solid #eedcc5;
  border-radius: 10px;
  background: linear-gradient(110deg, #fff, #fff8ef);
}
.council-card > img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-top: 5px;
}
.council-card h3 {
  font-size: 17px;
  color: var(--orange);
  margin: 0 0 5px;
}
.council-card ul {
  padding-left: 18px;
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
}
.council-card a {
  display: inline-block;
  color: var(--orange);
  font-size: 12px;
  font-weight: 700;
  margin-top: 4px;
}
.profile {
  padding: 35px 0 0;
  background: linear-gradient(100deg, #fff7ec, #fff);
}
.profile-inner {
  min-height: 235px;
  display: grid;
  grid-template-columns: 205px 1fr 190px;
  align-items: center;
  gap: 35px;
  position: relative;
}
.profile-photo {
  align-self: end;
  height: 235px;
  overflow: hidden;
  border-radius: 50% 50% 0 0;
}
.profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}
.profile-copy h2 {
  font-family: "Klee One", "Kaisei Decol", serif;
  font-size: 25px;
  margin: 1px 0 7px;
  color: #222;
  font-weight: 700;
  line-height: 1.5;
}
.profile-copy h2 .lead {
  color: var(--orange);
}
.profile-copy > p:not(.lead) {
  font-size: 12px;
  margin: 0 0 10px;
}
.profile-copy .button {
  padding: 7px 20px;
  min-width: 190px;
  font-size: 12px;
}
.signature {
  font-family: cursive;
  color: var(--orange);
  font-size: 33px;
  line-height: 1.1;
  transform: rotate(-8deg);
  text-align: center;
}
footer {
  background: #26334a;
  color: #fff;
  padding: 38px 0 18px;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.footer-inner strong {
  font-size: 26px;
}
.footer-inner p {
  margin: 4px 0;
  font-size: 13px;
}
footer > small {
  display: block;
  text-align: center;
  margin-top: 25px;
  opacity: 0.65;
}
.pagetop {
  position: fixed;
  z-index: 30;
  right: 22px;
  bottom: 22px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  font-size: 21px;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.18);
  opacity: 0;
  pointer-events: none;
  transition: 0.25s;
}
.pagetop.show {
  opacity: 1;
  pointer-events: auto;
}
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: 0.7s ease;
}
.reveal.show {
  opacity: 1;
  transform: none;
}
@media (max-width: 1050px) {
  .brand {
    width: 290px;
  }
  nav ul {
    gap: 14px;
  }
  nav a {
    font-size: 12px;
  }
  .hero-copy h1 {
    font-size: 43px;
  }
  .hero-visual > img {
    left: 15px;
    width: 450px;
  }
  .hero-badge {
    right: 0;
  }
}
@media (max-width: 820px) {
  .site-header {
    position: fixed;
  }
  .header-inner {
    min-height: 78px;
  }
  .brand {
    width: 240px;
  }
  .brand small {
    font-size: 9px;
    margin-left: 26px;
  }
  .menu-btn {
    display: block;
    z-index: 22;
  }
  .menu-btn.active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .menu-btn.active span:nth-child(2) {
    opacity: 0;
  }
  .menu-btn.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
  nav {
    position: fixed;
    inset: 78px 0 auto;
    transform: translateY(-130%);
    background: #fff;
    transition: 0.3s;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);
  }
  nav.active {
    transform: none;
  }
  nav ul {
    display: block;
    padding: 14px 6%;
  }
  nav li {
    border-bottom: 1px solid #eee;
  }
  nav a {
    display: block;
    padding: 12px;
    font-size: 14px;
  }
  .hero {
    padding-top: 78px;
  }
  .hero-inner {
    display: flex;
    flex-direction: column;
    min-height: auto;
    width: 100%;
  }
  .hero-copy {
    order: 2;
    padding: 28px 5% 40px;
    text-align: center;
  }
  .hero-copy h1 {
    font-size: 34px;
    line-height: 1.55;
  }
  .hero-copy p {
    margin: 0 0 22px;
    font-size: 14px;
  }
  .hero-actions {
    margin: 0;
    justify-content: center;
    flex-wrap: wrap;
  }
  .hero-visual {
    order: 1;
    width: 100%;
    height: 440px;
  }
  .hero-visual > img {
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
    width: 360px;
    height: 455px;
  }
  .hero-badge {
    width: 130px;
    height: 130px;
    right: 5%;
    bottom: 0;
    font-size: 11px;
  }
  .policy-grid,
  .activity-grid,
  .council-grid {
    grid-template-columns: 1fr;
  }
  .section-title {
    font-size: 19px;
  }
  .section-title:before,
  .section-title:after {
    width: 15px;
    margin: 0 9px;
  }
  .activity-heading {
    align-items: center;
  }
  .activity-heading h2,
  .left-title {
    font-size: 22px;
  }
  .activity-heading > a {
    font-size: 11px;
  }
  .activity-card > img {
    height: 220px;
  }
  .council-card {
    grid-template-columns: 75px 1fr;
  }
  .profile-inner {
    grid-template-columns: 135px 1fr;
    gap: 20px;
  }
  .signature {
    display: none;
  }
  .profile-copy .lead {
    font-size: 17px;
  }
  .profile-copy h2 {
    font-size: 19px;
  }
  .footer-inner {
    display: block;
    text-align: center;
  }
  .footer-inner > div + div {
    margin-top: 18px;
  }
}
@media (max-width: 520px) {
  .brand {
    width: 210px;
  }
  .hero-visual {
    height: 360px;
  }
  .hero-visual > img {
    width: 290px;
    height: 375px;
  }
  .hero-copy h1 {
    font-size: 28px;
  }
  .button {
    min-width: 170px;
    padding: 11px 18px;
    font-size: 13px;
  }
  .section {
    padding: 42px 0;
  }
  .section-title span {
    display: block;
  }
  .section-title:before,
  .section-title:after {
    display: none;
  }
  .profile-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .profile-photo {
    width: 180px;
    margin: auto;
  }
  .profile-copy {
    padding-bottom: 28px;
  }
}

/* 添付デザインに合わせた装飾とレイアウト調整 */
.site-header::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 38%;
  height: 112px;
  background: linear-gradient(
    135deg,
    #fff0a5 0%,
    rgba(255, 240, 165, 0.1) 68%,
    transparent 69%
  );
  pointer-events: none;
  z-index: -1;
}
.hero {
  background: #fff;
  min-height: 735px;
}
.hero::before {
  inset: 108px 0 0;
  background: linear-gradient(
    105deg,
    rgba(255, 247, 235, 0.95) 0%,
    rgba(255, 253, 248, 0.88) 46%,
    rgba(255, 255, 255, 0.1) 72%
  );
  clip-path: ellipse(96% 86% at 45% 42%);
}
.hero::after {
  content: "";
  position: absolute;
  left: -4%;
  right: -4%;
  bottom: -43px;
  height: 110px;
  background: #fff;
  border-radius: 50% 50% 0 0/55% 55% 0 0;
  z-index: 6;
}
.hero-inner {
  min-height: 627px;
}
.hero-copy {
  padding-left: 58px;
  padding-top: 45px;
}
.hero-copy h1 {
  font-size: 54px;
  line-height: 1.45;
  letter-spacing: 0.02em;
  margin-bottom: 25px;
}
.hero-copy h1 .kana {
  display: inline-block;
  font-size: 0.7em;
  transform: translateY(-0.04em);
}
.hero-copy h1 .place {
  font-size: 1.04em;
}
.hero-copy p {
  margin-left: 48px;
  font-size: 16px;
  line-height: 2;
}
.hero-actions {
  margin-left: 37px;
}
.hero-leaves {
  position: absolute;
  z-index: 4;
  left: -18px;
  top: 165px;
  width: 145px;
  opacity: 0.9;
  pointer-events: none;
}
.hero-lemon {
  position: absolute;
  z-index: 7;
  left: -25px;
  bottom: 2px;
  width: 170px;
  pointer-events: none;
}
.tree-bg {
  left: -90px;
  right: -220px;
  border-radius: 47% 0 0 45%/14% 0 0 14%;
  overflow: hidden;
}
.hero-visual > img {
  bottom: -56px;
  left: 48px;
  width: 510px;
  height: 655px;
  clip-path: none;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.12));
}
.hero-badge {
  right: -10px;
  bottom: -3px;
  width: 190px;
  height: 190px;
  background: rgba(255, 253, 244, 0.97);
}
.policy {
  position: relative;
  padding-top: 43px;
}
.policy-card {
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(221, 189, 78, 0.06);
}
.activity {
  position: relative;
  overflow: hidden;
  padding-top: 43px;
}
.activity-lemon {
  position: absolute;
  left: -28px;
  bottom: 22px;
  width: 210px;
  opacity: 0.86;
  pointer-events: none;
}
.activity-wrap {
  z-index: 1;
}
.activity-card {
  box-shadow: 0 3px 14px rgba(31, 43, 68, 0.12);
}
.council-card {
  box-shadow: 0 5px 18px rgba(160, 112, 54, 0.05);
}
.profile {
  position: relative;
  overflow: hidden;
  background: linear-gradient(100deg, #fff5e9 0%, #fff 53%, #fffbe4 100%);
}
.profile::after {
  content: "";
  position: absolute;
  right: -5%;
  bottom: -84px;
  width: 48%;
  height: 130px;
  background: #fff07b;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  opacity: 0.8;
}
.profile-leaves {
  position: absolute;
  right: -25px;
  bottom: -70px;
  width: 190px;
  transform: rotate(-12deg);
  z-index: 2;
}
.profile-inner {
  z-index: 3;
}
.signature {
  font-family: "Klee One", cursive;
  font-style: italic;
}

@media (max-width: 1050px) {
  .hero-copy {
    padding-left: 25px;
  }
  .hero-copy h1 {
    font-size: 44px;
  }
  .hero-leaves {
    width: 110px;
  }
  .hero-lemon {
    width: 140px;
  }
  .hero-visual > img {
    left: 0;
    width: 470px;
  }
  .hero-badge {
    width: 165px;
    height: 165px;
  }
}
@media (max-width: 820px) {
  .site-header::before {
    height: 78px;
    width: 62%;
  }
  .hero::before {
    inset: 78px 0 0;
  }
  .hero::after {
    display: none;
  }
  .hero-copy {
    padding: 28px 5% 42px;
  }
  .hero-copy h1 {
    font-size: 35px;
  }
  .hero-leaves {
    top: 440px;
    width: 90px;
  }
  .hero-lemon {
    bottom: 340px;
    width: 120px;
  }
  .tree-bg {
    left: 0;
    right: 0;
    border-radius: 0;
  }
  .hero-visual > img {
    left: 50%;
    width: 370px;
  }
  .activity-lemon {
    width: 150px;
    opacity: 0.35;
  }
  .profile-leaves {
    opacity: 0.35;
  }
}
@media (max-width: 520px) {
  .hero-copy h1 {
    font-size: 29px;
  }
  .hero-copy h1 .kana {
    font-size: 0.7em;
  }
  .hero-leaves {
    display: none;
  }
  .hero-lemon {
    width: 96px;
    bottom: 390px;
    left: -18px;
  }
  .hero-copy p {
    margin-left: 0;
  }
  .profile::after {
    display: none;
  }
}

/* 2026-07 添付見本に合わせた仕上げ調整 */
@media (min-width: 1060px) {
  .header-inner {
    width: min(1320px, 96%);
    min-height: 104px;
    gap: 22px;
  }
  .brand {
    width: 330px;
  }
  .brand small {
    margin-left: 42px;
    font-size: 12px;
  }
  nav ul {
    gap: 22px;
  }
  nav a {
    font-size: 13px;
    padding: 17px 0;
  }

  .hero {
    min-height: 748px;
    padding-top: 104px;
  }
  .hero::before {
    inset: 104px 0 0;
    clip-path: ellipse(101% 88% at 43% 39%);
  }
  .hero-inner {
    width: min(1240px, 94%);
    min-height: 644px;
    grid-template-columns: 48% 52%;
  }
  .hero-copy {
    padding: 34px 0 34px 54px;
  }
  .hero-copy h1 {
    font-size: 55px;
    line-height: 1.42;
    letter-spacing: 0.015em;
    margin-bottom: 21px;
  }
  .hero-copy h1 .kana {
    font-size: 0.7em;
    vertical-align: 0.06em;
  }
  .hero-copy h1 .place {
    font-size: 1.06em;
  }
  .hero-copy p {
    margin-left: 42px;
    margin-bottom: 26px;
    font-size: 15px;
    line-height: 2.05;
    letter-spacing: 0.03em;
  }
  .hero-actions {
    margin-left: 34px;
    gap: 16px;
  }
  .hero-actions .button {
    min-width: 205px;
    padding: 12px 23px;
  }

  .tree-bg {
    left: -108px;
    right: -235px;
    top: -2px;
    bottom: -5px;
    border-radius: 50% 0 0 48%/15% 0 0 15%;
  }
  .hero-visual > img {
    left: 42px;
    bottom: -60px;
    width: 525px;
    height: 670px;
  }
  .hero-badge {
    right: -2px;
    bottom: 8px;
    width: 183px;
    height: 183px;
    font-size: 15px;
    line-height: 1.65;
  }
  .hero-leaves {
    left: -8px;
    top: 174px;
    width: 134px;
  }
  .hero-lemon {
    left: -18px;
    bottom: 10px;
    width: 157px;
  }

  .policy {
    padding-top: 51px;
    padding-bottom: 53px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .policy-grid {
    gap: 22px;
  }
  .policy-card {
    min-height: 238px;
    padding: 24px 24px 20px;
  }
  .policy-card img {
    width: 78px;
    height: 78px;
  }

  .activity {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .activity-heading {
    margin-bottom: 22px;
  }
  .activity-card {
    border-radius: 14px;
  }
  .activity-card > img {
    height: 162px;
  }
  .activity-card > div {
    padding: 14px 16px 17px;
    min-height: 132px;
  }

  .council {
    padding-top: 34px;
    padding-bottom: 54px;
  }
  .council-grid {
    gap: 18px;
  }
  .council-card {
    padding: 19px 18px;
    border-radius: 12px;
  }

  .profile {
    padding-top: 38px;
  }
  .profile-inner {
    min-height: 255px;
    grid-template-columns: 220px 1fr 185px;
  }
  .profile-photo {
    height: 255px;
  }
}

.button,
.activity-heading > a {
  position: relative;
  overflow: hidden;
}
.button::before,
.activity-heading > a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    transparent 15%,
    rgba(255, 255, 255, 0.32) 48%,
    transparent 78%
  );
  transform: translateX(-130%);
  transition: transform 0.55s ease;
}
.button:hover::before,
.activity-heading > a:hover::before {
  transform: translateX(130%);
}

.policy-card,
.activity-card,
.council-card {
  border-color: rgba(229, 199, 102, 0.58);
}
.policy-card h3,
.activity-card h3,
.council-card h3 {
  letter-spacing: 0.025em;
}

@media (max-width: 1059px) and (min-width: 821px) {
  .hero-copy h1 {
    font-size: 42px;
  }
  .hero-copy p {
    margin-left: 25px;
  }
  .hero-actions {
    margin-left: 18px;
  }
  .hero-visual > img {
    width: 455px;
    height: 610px;
  }
  .hero-badge {
    right: 2px;
    bottom: 7px;
  }
}

@media (max-width: 820px) {
  .hero-copy h1 {
    letter-spacing: 0;
    line-height: 1.48;
  }
  .hero-copy h1 .kana {
    font-size: 0.7em;
  }
  .hero-copy p {
    line-height: 1.9;
  }
  .hero-actions {
    gap: 12px;
  }
  .button {
    box-shadow: 0 6px 16px rgba(232, 124, 47, 0.14);
  }
}

.footer-social {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 14px;
}
.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.25s;
  color: #fff;
}
.footer-social a:hover {
  background: var(--orange);
  transform: translateY(-2px);
}
.footer-social svg {
  display: block;
}

/* 2026-07 Hero背景写真・人物写真の仕上げ */
.tree-bg {
  left: -120px;
  right: -230px;
  top: -4px;
  bottom: -6px;
  border-radius: 50% 0 0 48%/15% 0 0 15%;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.96) 0%,
      rgba(255, 252, 244, 0.83) 19%,
      rgba(255, 255, 255, 0.4) 39%,
      rgba(255, 255, 255, 0.05) 62%
    ),
    linear-gradient(0deg, rgba(255, 247, 213, 0.12), rgba(255, 247, 213, 0.12)),
    url("../images/hero-bg.jpg") center 48% / cover no-repeat;
}
.hero-visual > .hero-person {
  z-index: 3;
  left: 55px;
  bottom: -62px;
  width: 525px;
  height: 668px;
  object-fit: contain;
  object-position: center bottom;
  clip-path: none;
  filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.13));
}
.hero::before {
  background:
    radial-gradient(
        circle at 8% 66%,
        rgba(255, 216, 78, 0.24) 0 2px,
        transparent 3px
      )
      0 0/26px 26px,
    linear-gradient(
      100deg,
      rgba(255, 248, 237, 0.98) 0%,
      rgba(255, 253, 248, 0.92) 36%,
      rgba(255, 255, 255, 0.45) 55%,
      rgba(255, 255, 255, 0) 76%
    );
}

@media (max-width: 1059px) and (min-width: 821px) {
  .tree-bg {
    left: -75px;
    right: -170px;
    background-position: center center;
  }
  .hero-visual > .hero-person {
    left: 0;
    width: 460px;
    height: 610px;
  }
}
@media (max-width: 820px) {
  .tree-bg {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0;
    background:
      linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.12),
        rgba(255, 255, 255, 0.12)
      ),
      url("../images/hero-bg.jpg") center center / cover no-repeat;
  }
  .hero-visual > .hero-person {
    left: 50%;
    width: 370px;
    height: 455px;
    bottom: -25px;
  }
}
@media (max-width: 520px) {
  .hero-visual > .hero-person {
    width: 295px;
    height: 380px;
  }
}

/* 下層ページ共通 */
.subpage-header {
  position: fixed;
  box-shadow: 0 6px 24px rgba(31, 40, 56, 0.07);
}
.page-hero {
  position: relative;
  overflow: hidden;
  padding: 168px 0 68px;
  background: linear-gradient(110deg, #fff7e9 0%, #fff 58%, #fffbdc 100%);
  text-align: center;
}
.page-hero::after {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: -46px;
  height: 82px;
  background: #fff;
  border-radius: 50% 50% 0 0/60% 60% 0 0;
}
.page-hero-inner {
  position: relative;
  z-index: 2;
}
.page-kicker {
  margin: 0;
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.28em;
}
.page-hero h1 {
  font-family: "Klee One", "Kaisei Decol", serif;
  font-size: 44px;
  letter-spacing: 0.12em;
  margin: 7px 0 10px;
  color: #2b1916;
}
.page-hero-inner > p:last-child {
  margin: 0;
  font-size: 15px;
}
.page-hero-leaves {
  position: absolute;
  width: 150px;
  left: -25px;
  bottom: -24px;
  opacity: 0.7;
  transform: rotate(8deg);
}
.sub-section {
  padding: 76px 0;
}
.sub-section.tint {
  background: linear-gradient(100deg, #fffaf2, #fffef7);
}
.sub-title {
  text-align: center;
  font-family: "Klee One", serif;
  font-size: 31px;
  letter-spacing: 0.08em;
  margin: 0 0 42px;
}
.sub-title::after {
  content: "";
  display: block;
  width: 58px;
  height: 4px;
  background: var(--yellow);
  margin: 13px auto 0;
  border-radius: 5px;
}
.eyebrow {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.22em;
  color: var(--orange);
  margin: 0 0 7px;
}
.profile-detail-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 68px;
  align-items: center;
}
.detail-photo {
  height: 460px;
  border-radius: 48% 48% 12px 12px;
  overflow: hidden;
  background: #fff6e8;
}
.detail-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}
.detail-copy h2 {
  font-family: "Klee One", serif;
  font-size: 34px;
  line-height: 1.55;
  margin: 0 0 22px;
}
.detail-copy h2 span {
  color: var(--orange);
  font-weight: 700;
}
.detail-copy p {
  margin: 0 0 17px;
}
.profile-table {
  max-width: 850px;
  margin: auto;
  background: #fff;
  border: 1px solid #f0dfb4;
  border-radius: 16px;
  overflow: hidden;
}
.profile-table div {
  display: grid;
  grid-template-columns: 190px 1fr;
  border-bottom: 1px solid #f2ead5;
}
.profile-table div:last-child {
  border: 0;
}
.profile-table dt,
.profile-table dd {
  margin: 0;
  padding: 17px 22px;
}
.profile-table dt {
  background: #fff8e7;
  color: var(--orange);
  font-weight: 700;
}
.timeline {
  list-style: none;
  max-width: 850px;
  margin: auto;
  padding: 0;
}
.timeline li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  position: relative;
  padding-bottom: 34px;
}
.timeline li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 31px;
  top: 55px;
  bottom: 5px;
  border-left: 2px dotted #ebc44b;
}
.timeline span {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--yellow);
  font-weight: 900;
}
.timeline h3 {
  margin: 4px 0 6px;
  color: var(--orange);
  font-size: 20px;
}
.timeline p {
  margin: 0;
}
.policy-detail-list {
  display: grid;
  gap: 28px;
}
.policy-detail {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 42px;
  padding: 34px 42px;
  border: 1px solid #f0dda1;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 25px rgba(189, 145, 51, 0.07);
}
.policy-detail-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.policy-detail-icon img {
  width: 112px;
  height: 112px;
}
.policy-detail-icon span {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--yellow);
  font-weight: 900;
}
.policy-detail h2 {
  color: var(--orange);
  font-size: 25px;
  margin: 0 0 8px;
}
.policy-detail p {
  margin: 0 0 10px;
}
.check-list {
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 16px;
}
.check-list li {
  font-size: 13px;
  padding-left: 22px;
  position: relative;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--orange);
  font-weight: 900;
}
.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 36px 44px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #f2dc91;
}
.cta-panel h2 {
  margin: 0 0 5px;
}
.cta-panel p {
  margin: 0;
}
.activity-info-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.filter-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.filter-row button {
  border: 1px solid #efd68f;
  background: #fff;
  border-radius: 999px;
  padding: 8px 20px;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
}
.filter-row button.is-active {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}
.activity-list {
  display: grid;
  gap: 24px;
}
.activity-entry {
  display: grid;
  grid-template-columns: 310px 1fr;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 7px 24px rgba(31, 43, 68, 0.1);
}
.activity-entry > img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.activity-entry > div {
  padding: 25px 30px;
}
.activity-entry time {
  font-size: 12px;
  margin-right: 10px;
}
.tag {
  display: inline-block;
  font-size: 11px;
  background: #fff2cc;
  color: #9a6900;
  border-radius: 99px;
  padding: 3px 10px;
}
.activity-entry h2 {
  font-size: 22px;
  color: var(--orange);
  margin: 8px 0;
}
.activity-entry p {
  margin: 0 0 10px;
}
.activity-entry a {
  font-size: 13px;
  color: var(--orange);
  font-weight: 700;
}
.pagination {
  position: static;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
  transform: none;
  box-shadow: none;
  background: none;
}
.pagination a,
.pagination span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid #efd68f;
}
.pagination .current {
  background: var(--orange);
  border-color: var(--orange);
  color: #fff;
}
.support-intro {
  display: grid;
  grid-template-columns: 1fr 260px;
  align-items: center;
  gap: 50px;
}
.support-intro h2 {
  font-family: "Klee One", serif;
  font-size: 35px;
  line-height: 1.55;
  margin: 0 0 18px;
}
.support-intro p {
  margin: 0;
}
.support-intro img {
  width: 230px;
  margin: auto;
}
.support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.support-card {
  padding: 32px 28px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #efdc9e;
  text-align: center;
}
.support-card span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: var(--yellow);
  font-weight: 900;
}
.support-card h3 {
  color: var(--orange);
  font-size: 20px;
  margin: 0 0 10px;
}
.support-card p {
  margin: 0;
}
.notice-box {
  max-width: 820px;
  margin: auto;
  text-align: center;
  padding: 42px;
  border: 2px dashed #efcf57;
  border-radius: 22px;
  background: #fffdf5;
}
.notice-box h2 {
  margin: 0 0 12px;
}
.notice-box p {
  margin: 0 0 17px;
}
.small-note {
  font-size: 12px;
  color: #667;
}
.contact-grid {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 65px;
  align-items: start;
}
.contact-info h2 {
  font-family: "Klee One", serif;
  font-size: 35px;
  line-height: 1.55;
  margin: 0 0 15px;
}
.contact-info > p {
  margin: 0 0 28px;
}
.contact-note {
  padding: 22px;
  border-radius: 14px;
  background: #fff8e8;
}
.contact-note h3 {
  margin: 0 0 8px;
  color: var(--orange);
}
.contact-note ul {
  margin: 0;
  padding-left: 19px;
  font-size: 13px;
}
.contact-form {
  padding: 34px;
  border: 1px solid #efdcaa;
  border-radius: 18px;
  background: #fff;
}
.form-row {
  margin-bottom: 21px;
}
.form-row label {
  display: block;
  font-weight: 700;
  margin-bottom: 7px;
}
.form-row label span {
  font-size: 10px;
  background: var(--orange);
  color: #fff;
  border-radius: 3px;
  padding: 2px 6px;
  margin-left: 8px;
}
.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 12px 14px;
  font: inherit;
  background: #fff;
}
.form-row textarea {
  resize: vertical;
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: 2px solid rgba(244, 123, 55, 0.25);
  border-color: var(--orange);
}
.privacy-check {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 13px;
  margin-bottom: 20px;
}
.form-submit {
  border: 0;
  cursor: pointer;
  width: 100%;
}
.form-caution {
  font-size: 11px;
  color: #697080;
  margin: 14px 0 0;
}
.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form-result {
  min-height: 1.8em;
  margin: 16px 0 0;
  font-weight: 700;
}
.form-result.success {
  color: #267044;
}
.form-result.error {
  color: #b42318;
}
.form-submit:disabled {
  cursor: wait;
  opacity: 0.65;
  transform: none;
}
@media (max-width: 1050px) {
  .subpage-header .header-inner {
    gap: 14px;
  }
  .subpage-header nav ul {
    gap: 15px;
  }
  .subpage-header nav a {
    font-size: 12px;
  }
  .profile-detail-grid {
    grid-template-columns: 310px 1fr;
    gap: 40px;
  }
  .check-list {
    grid-template-columns: 1fr;
  }
  .contact-grid {
    grid-template-columns: 300px 1fr;
    gap: 35px;
  }
}
@media (max-width: 820px) {
  .page-hero {
    padding: 126px 0 54px;
  }
  .page-hero h1 {
    font-size: 33px;
  }
  .sub-section {
    padding: 52px 0;
  }
  .profile-detail-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .detail-photo {
    width: min(360px, 90%);
    height: 420px;
    margin: auto;
  }
  .detail-copy {
    text-align: left;
  }
  .profile-table div {
    grid-template-columns: 130px 1fr;
  }
  .policy-detail {
    grid-template-columns: 100px 1fr;
    gap: 24px;
    padding: 26px;
  }
  .policy-detail-icon img {
    width: 85px;
    height: 85px;
  }
  .activity-entry {
    grid-template-columns: 230px 1fr;
  }
  .support-intro {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .support-intro img {
    width: 170px;
  }
  .support-grid {
    grid-template-columns: 1fr;
  }
  .cta-panel {
    display: block;
    text-align: center;
  }
  .cta-panel .button {
    margin-top: 20px;
  }
}
@media (max-width: 560px) {
  .page-hero h1 {
    font-size: 28px;
  }
  .page-hero-inner > p:last-child {
    font-size: 13px;
  }
  .sub-title {
    font-size: 25px;
  }
  .detail-copy h2,
  .support-intro h2,
  .contact-info h2 {
    font-size: 27px;
  }
  .profile-table div {
    display: block;
  }
  .profile-table dt,
  .profile-table dd {
    padding: 12px 16px;
  }
  .policy-detail {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .policy-detail-icon {
    width: 110px;
    margin: auto;
  }
  .check-list {
    text-align: left;
  }
  .activity-entry {
    grid-template-columns: 1fr;
  }
  .activity-entry > img {
    height: 210px;
  }
  .activity-entry > div {
    padding: 20px;
  }
  .notice-box,
  .contact-form {
    padding: 25px 20px;
  }
}
