@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body {
	background-image: none;
	animation-timeline: none;
	animation: none;
}

h2, h3 {
	border-bottom: none;
}

main {
  position: relative;
  min-height: 0px;
  padding: 0px ;
  background: none;
  overflow: auto;
}

.hero {
  position: relative;
  min-height: 900px;
  padding: calc(var(--header-height) + 78px) 0 42px;
  background: linear-gradient(118deg, #fffaf2 0%, #fffaf2 48%, #f8f2e8 48%, #f8f2e8 100%);
  overflow: hidden;
}
.hero-decoration { position: absolute; border-radius: 50%; pointer-events: none; filter: blur(.2px); }
.hero-decoration-one { width: 360px; height: 360px; background: var(--yellow); left: -160px; top: 220px; opacity: .5; }
.hero-decoration-two { width: 190px; height: 190px; background: var(--mint); right: 44%; top: 98px; opacity: .7; }
.hero-inner { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(48px, 7vw, 110px); position: relative; z-index: 2; }
.hero-copy { padding-left: clamp(0px, 1vw, 18px); }
.eyebrow { display: flex; align-items: center; gap: 14px; font-size: 13px; font-weight: 800; letter-spacing: .14em; margin: 0 0 24px; }
.eyebrow span { display: inline-block; width: 34px; height: 2px; background: var(--peach-deep); }
.hero h1 {
  margin: 0;
	color: #15413C;
  font-size: clamp(52px, 5.6vw, 68px);
  line-height: 1.32;
  letter-spacing: .035em;
  font-weight: 800;
}
.hero h1 em { position: relative; font-style: normal; z-index: 0; }
.hero h1 em::before {
  content: "";
  position: absolute;
  left: -.12em;
  right: -.12em;
  height: .44em;
  bottom: .06em;
  background: var(--yellow);
  border-radius: 999px;
  z-index: -1;
  transform: rotate(-1.2deg);
}
.hero-lead { max-width: 600px; color: var(--ink-soft); font-size: 16px; line-height: 2; margin: 28px 0 28px; }
body.large-text .hero-lead { font-size: 22px; }

.hero-buttons { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.links-buttons { margin: 0px auto; min-width: 80%; display: grid; grid-template-columns: repeat(auto-fit, 350px); align-items: center; gap: 24px; flex-wrap: wrap; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
  padding: 0 30px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  transition: transform .25s, background .25s, color .25s, box-shadow .25s;
}
.button-primary { background: var(--ink); color: #fff; box-shadow: 0 12px 28px rgba(35,65,60,.16); }
.button-primary:hover, .button-primary:focus-visible { background: var(--mint-deep); transform: translateY(-3px); box-shadow: 0 16px 34px rgba(35,65,60,.18); }
.button-text { min-height: auto; padding: 10px 0; border-radius: 0; border-bottom: 1px solid var(--ink); }
.button-text:hover, .button-text:focus-visible { color: var(--peach-deep); border-color: var(--peach-deep); }
.button-outline { border: 1px solid var(--ink); background: transparent; }
.button-outline:hover, .button-outline:focus-visible { background: var(--ink); color: #fff; transform: translateY(-3px); }
.sample-note { display: inline-block; margin: 32px 0 0; color: var(--muted); font-size: 11px; padding-left: 20px; position: relative; }
.sample-note::before { content: ""; width: 10px; height: 10px; border: 2px solid var(--peach-deep); border-radius: 50%; position: absolute; left: 0; top: .45em; }
.hero-visual { position: relative; }
.photo-frame { position: relative; overflow: hidden; background: var(--cream-deep); box-shadow: var(--shadow); }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; }
.photo-frame-hero { aspect-ratio: 4 / 5; border-radius: 50% 50% 44% 44% / 42% 42% 26% 26%; transform: rotate(1.4deg); }
.photo-label {
  position: absolute;
  right: 18px;
  bottom: 18px;
  background: rgba(255,255,255,.86);
  color: var(--ink);
  border-radius: 999px;
  padding: 6px 11px;
  font-size: 9px;
  line-height: 1;
  letter-spacing: .16em;
  font-weight: 800;
  backdrop-filter: blur(10px);
}
.hero-message-card {
  position: absolute;
  left: -58px;
  bottom: 58px;
  background: rgba(255,255,255,.94);
  border-radius: 24px;
  padding: 18px 24px;
  box-shadow: var(--shadow-soft);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 272px;
  transform: rotate(-2deg);
}
.hero-message-card p { margin: 0; font-size: 12px; line-height: 1.65; }
.hero-message-card strong { font-size: 18px; }
.hero-message-icon { color: var(--peach-deep); font-size: 9px; margin-top: 6px; }
.quick-links {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 54px;
  background: var(--white);
  border-radius: 24px;
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}
.quick-links a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; min-height: 108px; padding: 20px 30px; border-right: 1px solid var(--line); transition: background .25s; }
.quick-links a:last-child { border-right: 0; }
.quick-links a:hover, .quick-links a:focus-visible { background: var(--mint); }
.quick-number { font-size: 18px; letter-spacing: .12em; color: var(--peach-deep); font-weight: 800; }
.quick-links small { display: block; color: var(--muted); font-size: 14px; margin-bottom: 0px; }
.quick-links strong { display: block; font-size: 20px; }
.quick-arrow { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line); }

.section-kicker { margin: 0 0 22px; font-size: 16px; letter-spacing: .2em; font-weight: 900; color: var(--peach-deep); }
.section-kicker span { display: inline-block; color: var(--ink); letter-spacing: .08em; margin-left: 12px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 62px; }
.section-heading h2, .about-copy h2, .news-title-wrap h2, .regions-copy h2, .membership h2, .story-card h2 {
  margin: 0;
  font-size: min(48px, 4vw);
  line-height: 1.42;
  letter-spacing: .04em;
}
.story-card h2 {
	margin-bottom: 30px;
  font-size: min(42px, 3vw);
  line-height: 1.42;
}
.regions-copy h2 {
	margin-bottom: 30px;
}

h2#news-title {
	color: #FFF;
}

.round-link { display: inline-flex; align-items: center; gap: 18px; padding: 12px 0; font-size: 13px; font-weight: 800; border-bottom: 1px solid var(--ink); white-space: nowrap; }
.round-link span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; transition: transform .25s; }
.round-link:hover span, .round-link:focus-visible span { transform: translateX(4px); }

.about { background: #fff; overflow: hidden; }
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(70px, 9vw, 130px); align-items: center; }
.about-photo-wrap { position: relative; padding: 30px 0 36px 32px; }
.soft-shape { position: absolute; inset: auto -30px -6px 0; height: 74%; background: var(--mint); border-radius: 54% 46% 43% 57% / 40% 52% 48% 60%; transform: rotate(-4deg); }
.photo-frame-about { aspect-ratio: 5 / 4; border-radius: 44px; transform: rotate(-1.2deg); }
.about-caption {
  position: absolute;
  right: -28px;
  bottom: 4px;
  width: 174px;
  height: 174px;
  border-radius: 50%;
  background: var(--yellow);
  display: grid;
  place-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.65;
  transform: rotate(6deg);
  box-shadow: var(--shadow-soft);
}
.about-caption span { color: var(--peach-deep); font-size: 12px; letter-spacing: .18em; }
.about-copy > p:not(.section-kicker) { color: var(--ink-soft); margin: 28px 0 0; }
.about-links { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 40px; border-top: 1px solid var(--line); }
.about-links a { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 20px 16px 18px 0; border-bottom: 1px solid var(--line); font-size: 16px; font-weight: 800; }
.about-links a:nth-of-type(3n+2), .about-links a:nth-of-type(3n) { padding-left: 16px; border-left: 1px solid var(--line); }
.about-links span { color: var(--peach-deep); }

.reports { background: var(--cream); }
.report-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.report-card { background: #fff; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-soft); transition: transform .35s var(--ease), box-shadow .35s; }
.report-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.report-card-large { grid-row: 1 / span 2; }
.report-card > a, .report-card-large > a { display: block; height: 100%; }
.report-image { position: relative; overflow: hidden; height: 230px; }
.report-card-large .report-image { height: 430px; }
.report-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.report-card:hover .report-image img { transform: scale(1.035); }
.tag { position: absolute; left: 18px; top: 18px; border-radius: 999px; padding: 7px 13px; font-size: 12px; font-weight: 800; background: #fff; }
.tag-coral { color: #b75b4d; }
.tag-green { color: #347260; }
.tag-blue { color: #3b718d; }
.report-body { position: relative; padding: 24px 66px 26px 26px; }
.report-card-large .report-body { padding: 30px 80px 34px 34px; }
.report-body time { color: var(--muted); font-size: 16px; letter-spacing: .12em; }
.report-body h3 { margin: 7px 0 0; font-size: 18px; line-height: 1.65; }
.report-card-large .report-body h3 { font-size: 24px; }
.report-body p { margin: 8px 0 0; color: var(--muted); font-size: 13px; }
.card-arrow { position: absolute; right: 24px; bottom: 26px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.report-card-large .card-arrow { right: 32px; bottom: 34px; }

.news { background: var(--ink); color: #fff; }
.news-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap:  clamp(30px, 4vw, 60px); align-items: start; }
.news-title-wrap { white-space: nowrap; }
.section-kicker-light { color: var(--yellow); }
.section-kicker-light span { color: #fff; }
.round-link-light { color: #fff; border-color: rgba(255,255,255,.45); margin-top: 34px; }
.round-link-light span { background: #fff; color: var(--ink); }
.news-list { border-top: 1px solid rgba(255,255,255,.2); }
.news-item { display: grid; grid-template-columns: 100px 92px 1fr 36px; align-items: center; gap: 18px; min-height: 94px; border-bottom: 1px solid rgba(255,255,255,.2); transition: background .25s, padding .25s; }
.news-item[href]:hover, .news-item[href]:focus-visible { background: rgba(255,255,255,.06); padding-inline: 14px; }
.news-item time { font-size: 14px; letter-spacing: .1em; color: rgba(255,255,255,.7); }
.news-category { justify-self: start; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; font-size: 12px; padding: 4px 10px; white-space: nowrap; }
.news-item strong { font-size: 16px; line-height: 1.55; }
.news-arrow { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.11); }

.activities { background: #fff; }
.activities-heading { align-items: center; }
.heading-copy { max-width: 500px; margin: 0; color: var(--muted); }
.activity-cards { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.activity-card { position: relative; min-height: 355px; padding: 34px 34px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; transition: background .35s, transform .35s; }
.activity-card::before { content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%; background: var(--cream-deep); right: -115px; bottom: -115px; transition: transform .45s var(--ease); }
.activity-card:hover, .activity-card:focus-visible { background: var(--cream); transform: translateY(-3px); }
.activity-card:hover::before { transform: scale(1.8); }
.activity-number { position: absolute; top: 25px; right: 28px; color: var(--muted); font-size: 14px; letter-spacing: .14em; font-weight: 800; }
.activity-icon { display: grid; place-items: center; width: 76px; height: 76px; border-radius: 42% 58% 48% 52% / 55% 38% 62% 45%; font-weight: 900; font-size: 26px; margin-bottom: 30px; transform: rotate(-5deg); }
.activity-icon::first-letter { transform: rotate(5deg); }
.activity-card:nth-of-type(1) .activity-icon { background: var(--peach); }
.activity-card:nth-of-type(2) .activity-icon { background: var(--mint); }
.activity-card:nth-of-type(3) .activity-icon { background: var(--yellow); }
.activity-card:nth-of-type(4) .activity-icon { background: var(--sky); }
.activity-card:nth-of-type(5) .activity-icon { background: var(--lilac); }
.activity-card:nth-of-type(6) .activity-icon { background: var(--pink); }
.activity-card h3 { margin: 0; font-size: 24px; }
.activity-card p { color: var(--muted); font-size: 16px; margin: 16px 0 0; max-width: 290px; }
body.large-text .activity-card p { font-size: 22px; }
.activity-arrow { position: absolute; right: 28px; bottom: 26px; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.78); z-index: 1; transition: transform .25s; }
.activity-card:hover .activity-arrow { transform: translateX(5px); }

.story { position: relative; min-height: 760px; background: var(--cream-deep); overflow: hidden; }
.story-photo { position: absolute; inset: 0; }
.story-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(27,53,47,.1) 0%, rgba(27,53,47,.05) 46%, rgba(27,53,47,.32) 100%); }
.story-photo img { width: 100%; height: 100%; object-fit: cover; }
.story-label { z-index: 2; }
.story-card { position: absolute; right: max(5vw, calc((100vw - 1240px) / 2)); top: 50%; transform: translateY(-50%); width: min(520px, 42vw); background: rgba(255,250,242,.94); padding: 60px 58px; border-radius: 36px 36px 100px 36px; box-shadow: var(--shadow); backdrop-filter: blur(10px);}
.story-card p:not(.section-kicker) { color: var(--ink-soft); margin: 24px 0 30px; }

.regions-copy { white-space: nowrap; }
.regions { background: var(--cream); }
.regions-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(30px, 4vw, 140px); align-items: center; }
.regions-copy p:not(.section-kicker) { color: var(--muted); margin: 26px 0 34px; }
.map-card { position: relative; margin-left: auto; background: #fff; border-radius: 46px; box-shadow: var(--shadow-soft); overflow: hidden; }
.map-card::before { content: ""; position: absolute; inset: 30px; border: 1px dashed rgba(35,65,60,.18); border-radius: 32px; }

.membership { position: relative; padding: 140px 0; background: var(--yellow); overflow: hidden; }
.membership-shape { position: absolute; border-radius: 50%; opacity: .85; }
.shape-left { width: 430px; height: 430px; background: var(--peach); left: -220px; bottom: -250px; }
.shape-right { width: 360px; height: 360px; background: var(--mint); right: -150px; top: -210px; }
.membership-inner { position: relative; text-align: center; z-index: 2; }
.membership-inner > p:not(.section-kicker) { max-width: 660px; margin: 24px auto 42px; color: var(--ink-soft); }
.membership-buttons { display: flex; justify-content: center; gap: 22px; }
.membership-button { width: min(390px, 46%); min-height: 112px; background: #fff; border-radius: 26px; padding: 22px 25px 22px 30px; display: flex; align-items: center; justify-content: space-between; text-align: left; box-shadow: var(--shadow-soft); transition: transform .3s, box-shadow .3s; }
.membership-button:hover, .membership-button:focus-visible { transform: translateY(-6px); box-shadow: var(--shadow); }
.membership-button small { display: block; color: var(--muted); font-size: 16px; margin-bottom: 0px; }
.membership-button strong { display: block; font-size: 22px; }
.membership-button i { font-style: normal; width: 42px; height: 42px; border-radius: 50%; background: var(--ink); color: #fff; display: grid; place-items: center; flex-shrink: 0; }

.story-card.reveal.is-visible { opacity: 1; transform: translateY(-50%); }


@media (max-width: 1180px) {
  .hero { min-height: 850px; }
  .hero-inner { grid-template-columns: .92fr 1.08fr; gap: 52px; }
  .hero-message-card { left: -36px; }
	.about-links a { font-size: 14px; }
  .report-card-large .report-image { height: 380px; }
}

@media (max-width: 900px) {
  .hero { padding-top: 120px; min-height: auto; background: var(--cream); }
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-copy { max-width: 680px; }
  .hero-visual { width: min(650px, 92%); margin-left: auto; }
  .photo-frame-hero { aspect-ratio: 5 / 4; border-radius: 44px 44px 110px 44px; }
  .hero-message-card { left: -30px; bottom: 30px; }
  .quick-links { margin-top: 44px; }
  .quick-links a { padding: 20px; grid-template-columns: auto 1fr auto; }
  .about-grid, .news-grid, .regions-grid { grid-template-columns: 1fr; }
  .about-copy { max-width: 700px; }
  .about-photo-wrap { width: min(690px, 94%); }
  .report-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; }
  .report-card-large { grid-column: 1 / -1; grid-row: auto; }
  .report-card-large .report-image { height: 420px; }
  .news-title-wrap { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 20px; }
  .news-title-wrap .section-kicker { grid-column: 1 / -1; }
  .round-link-light { margin-top: 0; }
  .activity-cards { grid-template-columns: repeat(2, 1fr); }
  .story { min-height: 900px; display: flex; align-items: flex-end; }
  .story-card { position: relative; right: auto; top: auto; transform: none; width: calc(100% - 40px); margin: 0 auto 36px; }
  .story-photo::after { background: linear-gradient(0deg, rgba(27,53,47,.35), rgba(27,53,47,.05)); }
}

@media (max-width: 640px) {
  .hero { padding-top: 108px; padding-bottom: 24px; }
  .hero-decoration-one { width: 230px; height: 230px; left: -130px; top: 220px; }
  .hero h1 { font-size: clamp(39px, 12.5vw, 52px); line-height: 1.36; }
	.hero-buttons .button { font-size: 14px; }
  .eyebrow { font-size: 11px; margin-bottom: 18px; }
  .hero-lead { font-size: 18px; margin-top: 22px; }
	.hero-buttons { gap: 18px; }
  .button { min-height: 54px; padding: 0 18px; }
  .hero-visual { width: 100%; }
  .photo-frame-hero { aspect-ratio: 4 / 4.5; border-radius: 34px 34px 82px 34px; }
  .hero-message-card { left: 10px; right: 10px; bottom: 14px; max-width: none; padding: 14px 17px; }
  .quick-links { grid-template-columns: 1fr; border-radius: 20px; }
  .quick-links a { min-height: 83px; border-right: 0; border-bottom: 1px solid var(--line); padding: 14px 18px; }
  .quick-links a:last-child { border-bottom: 0; }
  .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 38px; }
  .section-heading h2, .about-copy h2, .news-title-wrap h2, .regions-copy h2, .membership h2, .story-card h2 { font-size: 32px; }
  .about-grid { gap: 70px; }
  .about-photo-wrap { width: 100%; padding: 12px 0 26px 8px; }
  .photo-frame-about { border-radius: 28px; }
  .about-caption { width: 126px; height: 126px; right: -4px; font-size: 13px; }
  .about-links { grid-template-columns: 1fr 1fr; }
  .about-links a { padding-left: 0!important; border-left: none!important; font-size: 18px; }
  .about-links a:nth-of-type(even) {padding-left: 10px!important; border-left: 1px solid var(--line)!important; }
  .report-grid { grid-template-columns: 1fr; gap: 20px; }
  .report-card-large { grid-column: auto; }
  .report-card-large .report-image, .report-image { height: 250px; }
  .report-card-large .report-body { padding: 24px 66px 28px 24px; }
  .report-card-large .report-body h3 { font-size: 19px; }
  .news-title-wrap { display: block; }
  .round-link-light { margin-top: 26px; }
  .news-grid { gap: 46px; }
  .news-item { grid-template-columns: 1fr auto; gap: 6px 12px; padding: 20px 0; }
  .news-item time { grid-column: 1; }
  .news-category { grid-column: 2; grid-row: 1; font-size: 12px; padding: 0px 10px; }
  .news-item strong { grid-column: 1; font-size: 16px; padding-right: 10px; position: relative; }
  .news-arrow { margin-left: auto; }
  .activities-heading { align-items: flex-start; }
  .activity-cards { grid-template-columns: 1fr; }
  .activity-card { min-height: 300px; padding: 28px 26px; }
  .story { min-height: 0px; }
  .story-card { width: calc(100% - 28px); padding: 38px 26px 42px; border-radius: 28px 28px 70px 28px; background: rgba(255, 250, 242, .6); }
  .story-card.reveal.is-visible { opacity: 1; transform: translateY(0%);  margin: 60px auto;}
  .membership { padding: 98px 0; }
  .membership-buttons { flex-direction: column; }
  .membership-button { width: 100%; min-height: 100px; }
	.links-buttons { width: 95%; grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
