:root {
  --color-bg: #faf7f2;
  --color-subpage-bg: #fbfaf6;
  --color-text: #333333;
  --color-white: #ffffff;
  --color-blue: #57b1d8;
  --color-blue-cta: #58b2d9;
  --color-blue-hover: #2f98c4;
  --color-blue-dark: #203b5a;
  --color-blue-pale: #e7f5fd;
  --color-line: rgba(51, 51, 51, 0.12);
  --color-warm-line: rgba(32, 59, 90, 0.12);
  --font-jp: "Noto Sans JP", sans-serif;
  --font-en: "Manrope", sans-serif;
  --font-accent: "Montserrat", "Manrope", sans-serif;
  --font-round: "Kosugi Maru", "Noto Sans JP", sans-serif;
  --font-hand: "Homemade Apple", cursive;
  --fs-body: 16px;
  --fs-small: 14px;
  --fs-label: 16px;
  --fs-heading: 34px;
  --fs-hero: 44px;
  --lh-body: 1.85;
  --container: 1200px;
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 48px;
  --space-6: 64px;
  --space-7: 88px;
  --radius-sm: 10px;
  --radius-md: 13px;
  --radius-lg: 30px;
  --radius-pill: 57px;
  --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.02);
  --shadow-hover: 0 14px 28px rgba(32, 59, 90, 0.14);
  --shadow-header: 0 2px 8px rgba(0, 0, 0, 0.08);
  --transition: 0.3s ease;
  --container-gutter: 24px;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@media (min-width: 1025px) {
  #search {
    scroll-margin-top: 120px;
  }

  #activities,
  #member,
  #contact {
    scroll-margin-top: 96px;
  }

  #message {
    scroll-margin-top: 112px;
  }
}

body {
  min-width: 320px;
  overflow-x: hidden;
  color: var(--color-text);
  background: var(--color-white);
  font-family: var(--font-jp);
  font-size: var(--fs-body);
  line-height: var(--lh-body);
}

body.is-drawer-open {
  overflow: hidden;
}

a,
a:visited {
  color: inherit;
  text-decoration: none;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
  font: inherit;
  cursor: pointer;
}

img {
  display: block;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--color-blue);
  outline-offset: 3px;
}

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

.section {
  position: relative;
  overflow: hidden;
}

.section--warm {
  background: var(--color-bg);
}

.section__container {
  width: min(var(--container), calc(100% - (var(--container-gutter) * 2)));
  margin: 0 auto;
}

@media (min-width: 1025px) {
  .news__container,
  .message__container,
  .member__container {
    width: min(var(--container), calc(100% - 80px));
  }
}

.section-heading {
  position: relative;
  width: fit-content;
  min-width: 142px;
}

.section-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading__label {
  margin-bottom: 4px;
  color: var(--color-blue);
  font-family: var(--font-en);
  font-size: var(--fs-label);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.25;
}

.section-heading__title {
  color: var(--color-text);
  font-size: var(--fs-heading);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.25;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  min-height: 51px;
  padding: 10px 28px;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  background: var(--color-blue-cta);
  color: var(--color-white);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition:
    background-color var(--transition),
    border-color var(--transition),
    box-shadow var(--transition),
    color var(--transition),
    transform var(--transition);
}

.button__icon {
  width: 6px;
  height: 13px;
  flex: 0 0 auto;
  transition: transform var(--transition);
}

.button--pill {
  min-width: 204px;
}

.button--block {
  width: 100%;
}

/* =========================================================
   Logo
   ========================================================= */
.site-logo {
  position: relative;
  display: block;
  width: 236px;
  height: 66px;
  flex: 0 0 auto;
  color: var(--color-text);
  letter-spacing: 0.04em;
  transition: transform var(--transition);
}

.site-logo__mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 76px;
  height: 66px;
  object-fit: contain;
}

.site-logo__text,
.site-logo__subtext,
.site-logo__en {
  position: absolute;
  white-space: nowrap;
}

.site-logo__wordmark {
  position: absolute;
  top: 1.67px;
  left: 57.5px;
  width: 178px;
  height: 61px;
  object-fit: contain;
}

.site-logo__text {
  top: 24px;
  left: 59px;
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 1.25px;
}

.site-logo__subtext {
  top: 0;
  left: 57.5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.5px;
}

.site-logo__en {
  top: 54px;
  left: 59px;
  color: rgba(51, 51, 51, 0.56);
  font-family: var(--font-en);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.45px;
  line-height: 12px;
}

.site-logo--footer {
  width: 176.45px;
  height: 66.32px;
  color: var(--color-blue-dark);
}

.site-logo--footer .site-logo__mark {
  display: none;
}

.site-logo--footer .site-logo__subtext {
  top: 0;
  left: 0;
}

.site-logo--footer .site-logo__text {
  top: 24px;
  left: 0;
}

.site-logo--footer .site-logo__en {
  top: 54px;
  left: 1px;
  color: #9f9f9f;
  font-size: 11px;
  letter-spacing: 0.19px;
}

/* =========================================================
   Header / Drawer
   ========================================================= */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition:
    background-color var(--transition),
    box-shadow var(--transition);
}

.site-header.is-scrolled,
body.is-drawer-open .site-header {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--shadow-header);
}

.site-header__inner {
  display: flex;
  align-items: flex-start;
  width: 100%;
  min-height: 105px;
  padding: 22.72px 41px 16px 25.48px;
  gap: 29px;
  transition:
    min-height var(--transition),
    padding var(--transition);
}

.site-header.is-scrolled .site-header__inner {
  min-height: 82px;
  padding-top: 14px;
  padding-bottom: 12px;
}

.site-header__logo {
  width: 244px;
  transition:
    width var(--transition),
    height var(--transition),
    transform var(--transition);
}

.site-header__logo .site-logo__wordmark {
  left: 66px;
}

.site-header.is-scrolled .site-header__logo {
  width: 154px;
  height: 52px;
}

.site-header__nav {
  margin-left: auto;
  margin-top: 22.28px;
}

.site-header__nav-list {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
}

.site-header__nav-link {
  display: block;
  padding: 0;
  font-family: var(--font-round);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.52px;
  line-height: 23px;
  transition: color var(--transition);
}

.site-header__cta {
  position: relative;
  width: 228px;
  height: 51px;
  margin-top: 8.28px;
  padding: 0 15px 0 21px;
  gap: 0;
  flex: 0 0 auto;
  justify-content: flex-start;
  font-family: var(--font-round);
  font-weight: 400;
}

.site-header__cta span {
  position: static;
  width: auto;
  flex: 0 0 auto;
  line-height: 16px;
  white-space: nowrap;
}

.site-header__cta .button__icon {
  width: 6px;
  height: 12.563px;
  margin-left: auto;
}

.site-header__hamburger {
  position: relative;
  z-index: 1002;
  display: none;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  border: 0;
  border-radius: 50%;
  background: var(--color-blue);
  transition:
    background-color var(--transition),
    box-shadow var(--transition),
    transform var(--transition);
}

.site-header__hamburger-line {
  position: absolute;
  left: 50%;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: var(--color-white);
  transform: translateX(-50%);
  transition:
    opacity 0.25s ease,
    top var(--transition),
    transform var(--transition);
}

.site-header__hamburger-line--top {
  top: 17px;
}

.site-header__hamburger-line--middle {
  top: 25px;
}

.site-header__hamburger-line--bottom {
  top: 33px;
}

.site-header__hamburger[aria-expanded="true"] .site-header__hamburger-line--top {
  top: 25px;
  transform: translateX(-50%) rotate(45deg);
}

.site-header__hamburger[aria-expanded="true"] .site-header__hamburger-line--middle {
  opacity: 0;
}

.site-header__hamburger[aria-expanded="true"] .site-header__hamburger-line--bottom {
  top: 25px;
  transform: translateX(-50%) rotate(-45deg);
}

.drawer {
  position: fixed;
  inset: 0 0 0 auto;
  z-index: 999;
  width: min(420px, 100%);
  max-width: 100vw;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  transition: visibility var(--transition);
}

.drawer.is-open {
  pointer-events: auto;
  visibility: visible;
}

.drawer__panel {
  width: 100%;
  min-height: 100%;
  padding: 112px 32px 48px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: -12px 0 32px rgba(32, 59, 90, 0.16);
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform var(--transition);
  -webkit-overflow-scrolling: touch;
}

.drawer.is-open .drawer__panel {
  transform: translateX(0);
}

@media (min-width: 1025px) {
  .drawer {
    display: none;
  }
}

.drawer__list {
  list-style: none;
}

.drawer__item {
  border-bottom: 1px dashed var(--color-line);
}

.drawer__link,
.drawer__child-link {
  display: block;
  color: var(--color-text);
  font-weight: 600;
  letter-spacing: 0.04em;
  transition:
    background-color var(--transition),
    color var(--transition),
    padding-left var(--transition);
}

.drawer__link {
  padding: 17px 0;
  font-size: 16px;
}

.drawer__group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.drawer__link--parent {
  flex: 1 1 auto;
}

.drawer__group-toggle {
  position: relative;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border: 0;
  background: transparent;
}

.drawer__group-toggle::before,
.drawer__group-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: var(--color-text);
  transition:
    background-color var(--transition),
    transform var(--transition);
}

.drawer__group-toggle::before {
  transform: translate(-50%, -50%);
}

.drawer__group-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.drawer__item--group.is-open .drawer__group-toggle::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

.drawer__children {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  transition: max-height var(--transition);
}

.drawer__item--group.is-open .drawer__children {
  max-height: 520px;
}

.drawer__child {
  border-top: 1px dashed rgba(51, 51, 51, 0.1);
}

.drawer__child-link {
  position: relative;
  padding: 13px 20px;
  font-size: 14px;
}

.drawer__child-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 6px;
  height: 13px;
  background: url("../images/icon-arrow-white.svg") center / contain no-repeat;
  filter: invert(58%) sepia(69%) saturate(438%) hue-rotate(158deg) brightness(91%) contrast(86%);
  transform: translateY(-50%);
  transition: transform var(--transition);
}

.drawer__cta {
  display: flex;
  min-height: 58px;
  margin-top: 28px;
  border-radius: var(--radius-sm);
}

/* =========================================================
   Hero
   ========================================================= */
.site-main {
  position: relative;
  z-index: 1;
}

.hero {
  position: relative;
  min-height: 872px;
  overflow: clip;
  background: var(--color-white);
}

.hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 796px) 448px;
  column-gap: 56px;
  align-items: start;
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 122px 41px 0 64px;
}

.hero__main {
  position: relative;
  min-width: 0;
}

.hero__content {
  max-width: 680px;
  margin-left: 19px;
}

.hero__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.808px;
  color: var(--color-text);
  font-family: var(--font-round);
  font-size: 40.696px;
  font-weight: 400;
  letter-spacing: 1.6279px;
  line-height: 69.007px;
}

.hero__title-line {
  display: inline-block;
  white-space: nowrap;
}

.hero__title-line--offset {
  margin-left: 90px;
}

.hero__title-emphasis {
  color: var(--color-blue);
}

.hero__visuals {
  position: relative;
  z-index: 2;
  width: 822px;
  height: 454px;
  margin-top: 29px;
  margin-left: 0;
}

.hero__photo {
  position: absolute;
  overflow: hidden;
  border: 10px solid var(--color-white);
  background: var(--color-white);
  box-shadow: 0 4px 44px rgba(97, 104, 109, 0.09);
}

.hero__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.hero__photo--primary {
  top: 3px;
  left: 0;
  z-index: 1;
  width: 466px;
  height: 289px;
  transform: rotate(-2.4deg);
}

.hero__photo--primary img {
  top: 0;
  left: -0.04%;
  width: 101.77%;
  height: 109.21%;
  transform: none;
}

.hero__photo--secondary {
  top: 130px;
  left: 411px;
  z-index: 2;
  width: 392px;
  height: 280px;
  transform: rotate(4.6deg);
}

.hero__photo--secondary img {
  top: -8.16%;
  left: -5.07%;
  width: 109.68%;
  height: 117.7%;
  transform: none;
}

.hero__english {
  position: absolute;
  top: 312px;
  left: 55px;
  z-index: 3;
  width: 304px;
  margin: 0;
  color: rgba(85, 177, 216, 0.3);
  font-family: var(--font-hand);
  font-size: 25.7px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.028px;
  line-height: 47px;
  opacity: 1;
  transform: rotate(-4.629deg);
  pointer-events: none;
}

.hero__english-line {
  display: block;
  white-space: nowrap;
}

.hero__english-line--offset {
  margin-left: 68px;
}

.hero__ornament {
  position: absolute;
  z-index: 0;
  max-width: none;
  pointer-events: none;
  user-select: none;
}

.hero__ornament--left {
  top: 330px;
  left: 399px;
  width: 392px;
  height: 310.98px;
  opacity: 0.12;
  mix-blend-mode: multiply;
  filter: blur(13.5px);
}

.hero__ornament--lower-left {
  top: 393px;
  left: -245px;
  width: 392px;
  height: 310.98px;
  opacity: 0.12;
  mix-blend-mode: multiply;
  filter: blur(13.5px);
}

.hero__ornament--right {
  top: -38.7439px;
  right: -181.075px;
  width: 553.075px;
  height: 494.727px;
  opacity: 0.8;
}

.section-wave {
  position: absolute;
  z-index: 4;
  max-width: none;
  pointer-events: none;
  user-select: none;
}

.section-wave--hero-search {
  left: -10.7379px;
  bottom: -36.6173px;
  width: calc(100% + 28px);
  height: 148.6766px;
}

.hero-search {
  position: relative;
  z-index: 2;
  width: 448px;
  min-height: 605px;
  padding: 37px 26px 36px;
  border-radius: 20px;
  background: var(--color-bg);
  overflow: hidden;
}

.hero-search__heading {
  margin: 0 auto 21px;
  text-align: center;
}

.hero-search__label {
  margin: 0 0 6px;
  color: var(--color-blue);
  font-family: var(--font-accent);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.44px;
  line-height: 20px;
}

.hero-search__title {
  margin: 0;
  color: var(--color-text);
  font-family: var(--font-round);
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 1.04px;
  line-height: 1.2;
}

.hero-search__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 21px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero-search-card {
  position: relative;
  display: block;
  width: 100%;
  height: 140px;
  padding-top: 18px;
  border-radius: var(--radius-md);
  background: var(--color-white);
  box-shadow: var(--shadow-card);
  text-align: center;
  transition:
    box-shadow var(--transition),
    transform var(--transition),
    color var(--transition);
}

.hero-search-card::before {
  content: "";
  position: absolute;
  top: 88px;
  left: calc(50% - 1.5px);
  z-index: 1;
  width: 36px;
  height: 34px;
  background: url("../images/hero-search-icon-accent.svg") center / 100% 100% no-repeat;
  opacity: 0.9;
  filter: blur(1px);
  mix-blend-mode: multiply;
  transition: transform var(--transition);
  pointer-events: none;
}

.hero-search-card__en,
.hero-search-card__title {
  position: relative;
  z-index: 2;
  display: block;
  white-space: nowrap;
}

.hero-search-card__en {
  color: var(--color-blue);
  font-family: var(--font-accent);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.56px;
  line-height: 23px;
}

.hero-search-card__title {
  margin-top: -1px;
  color: var(--color-text);
  font-family: var(--font-round);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 23px;
}

.hero-search-card__icon {
  position: absolute;
  top: 68px;
  left: 50%;
  z-index: 2;
  width: 52px;
  height: 52px;
  object-fit: contain;
  transform: translateX(-50%);
  transition: transform var(--transition);
}

/* =========================================================
   News
   ========================================================= */
.news {
  position: relative;
  min-height: 426px;
  padding-top: 0;
  padding-bottom: 36px;
}

.news__container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 204px minmax(0, 1fr);
  column-gap: 48px;
  align-items: start;
  min-height: 238px;
  padding-top: 0;
}

.news .section-heading {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
  min-width: 142px;
  margin-left: -1px;
}

.news .section-heading__label {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 9px;
  margin-left: 3px;
  width: fit-content;
  font-family: var(--font-accent);
  font-weight: 600;
  letter-spacing: 1.44px;
}

.news .section-heading__label::before {
  content: "";
  position: static;
  width: 8px;
  height: 8px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--color-blue);
  flex: 0 0 auto;
}

.news .section-heading__title {
  font-family: var(--font-round);
  font-size: 34.239px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 1.3695px;
}

.news__button {
  grid-column: 1;
  grid-row: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: 204px;
  height: 51px;
  margin-top: 124px;
  margin-left: -4px;
  padding: 0;
  border: 0;
  font-family: var(--font-round);
  font-weight: 400;
}

.news__button span {
  grid-column: 1 / -1;
  grid-row: 1;
  justify-self: center;
  width: max-content;
  line-height: 16px;
  text-align: center;
  white-space: nowrap;
}

.news__button .button__icon {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  width: 6px;
  height: 12.563px;
  margin-right: 16px;
}

.news__list {
  --news-line: repeating-linear-gradient(
    to right,
    #a9a9a9 0,
    #a9a9a9 3px,
    transparent 3px,
    transparent 11px
  );
  grid-column: 2;
  grid-row: 1 / span 2;
  width: auto;
  padding: 0;
  margin: 17px 1px 0 0;
  list-style: none;
}

.news__item {
  margin: 0;
}

.news-row {
  display: grid;
  grid-template-columns: 84px 95px minmax(0, 1fr);
  column-gap: 28px;
  align-items: center;
  height: 76px;
  min-height: 76px;
  padding-left: 27px;
  background-image: var(--news-line);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: auto 1px;
  transition:
    background-color var(--transition),
    color var(--transition);
}

.news-row--first {
  height: 69px;
  min-height: 69px;
}

.news-row__date {
  color: var(--color-blue);
  font-family: var(--font-accent);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.64px;
  line-height: 20px;
}

.news-row__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 25px;
  border-radius: 40px;
  background: var(--color-blue-pale);
  font-family: var(--font-round);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.56px;
  line-height: 14px;
}

.news-row__title {
  min-width: 0;
  max-width: 100%;
  color: var(--color-text);
  font-family: var(--font-round);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.64px;
  line-height: 22px;
  white-space: normal;
  overflow-wrap: anywhere;
}

.section-wave--news-message {
  left: -11px;
  bottom: -37px;
  width: calc(100% + 59px);
  height: 137px;
}

/* =========================================================
   Message
   ========================================================= */
.message {
  --message-photo-width: 456px;
  --message-photo-shift: 30px;
  --message-copy-gap: 47px;
  --message-bottom-space: 120px;
  --message-ornament-size: 417.625px auto;
  --message-ornament-position: right 0 top 120px;
  min-height: 750px;
  padding-top: 28px;
  padding-bottom: var(--message-bottom-space);
  background-color: var(--color-white);
  background-image: url("../images/message-right-ornament.webp");
  background-position: var(--message-ornament-position);
  background-repeat: no-repeat;
  background-size: var(--message-ornament-size);
}

.message__container {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--message-photo-width);
  column-gap: var(--message-copy-gap);
  align-items: start;
  height: auto;
}

.message__body {
  position: static;
  z-index: 2;
  min-width: 0;
}

.message .section-heading {
  position: relative;
  z-index: 2;
  min-width: 177px;
}

.message .section-heading__label {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 9px;
  margin-left: 0;
  width: fit-content;
  font-family: var(--font-accent);
  font-weight: 600;
  letter-spacing: 1.44px;
}

.message .section-heading__label::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-blue);
}

.message .section-heading__title {
  font-family: var(--font-round);
  font-size: 34.239px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 1.3695px;
}

.message__title-ornament {
  width: 99.303px;
  height: 85.883px;
  margin-top: -86px;
  margin-left: 203px;
  max-width: none;
  pointer-events: none;
}

.message__lead {
  width: auto;
  margin: 36px 0 0;
  font-family: var(--font-round);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.64px;
  line-height: 30px;
}

.message__points {
  display: grid;
  width: auto;
  gap: 0;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.message__points li {
  position: relative;
  display: grid;
  grid-template-columns: 21px minmax(0, 1fr);
  font-family: var(--font-round);
  font-size: 16px;
  letter-spacing: 0.64px;
  line-height: 30px;
}

.message__points li::before {
  content: "•";
  color: var(--color-blue);
  font-family: var(--font-accent);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 30px;
}

.message__points strong {
  color: var(--color-blue-dark);
  font-weight: 500;
}

.message__text {
  width: auto;
  margin: 20px 0 0;
  font-family: var(--font-round);
  font-size: 16px;
  letter-spacing: 0.64px;
  line-height: 30px;
}

.message__signature {
  width: auto;
  margin: 36px 0 0;
  font-family: var(--font-round);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.64px;
  line-height: 23px;
  text-align: right;
}

.message__photo {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  z-index: 2;
  overflow: hidden;
  width: var(--message-photo-width);
  height: 436px;
  margin: 30px 0 0 var(--message-photo-shift);
  /* 旧写真の透明輪郭を比率で写し取り、画像ファイルへのマスク依存をなくす。 */
  -webkit-clip-path: polygon(
    50.77% 0%, 42.2% 1.15%, 31.87% 4.37%, 22.42% 9.43%, 16.04% 14.48%, 8.79% 22.76%,
    4.62% 29.66%, 1.32% 38.39%, 0% 46.67%, 0.44% 56.32%, 3.08% 66.21%, 7.91% 75.86%,
    13.19% 82.99%, 19.78% 89.66%, 26.81% 94.71%, 35.38% 98.39%, 44.4% 100%, 50.11% 100%,
    57.8% 98.85%, 67.03% 95.63%, 77.36% 89.43%, 85.49% 81.84%, 92.09% 72.64%, 95.38% 65.98%,
    98.68% 55.86%, 100% 46.67%, 99.78% 37.7%, 98.02% 29.2%, 94.95% 21.84%, 90.77% 15.63%,
    83.74% 8.97%, 76.26% 4.6%, 67.03% 1.38%, 57.58% 0%
  );
  clip-path: polygon(
    50.77% 0%, 42.2% 1.15%, 31.87% 4.37%, 22.42% 9.43%, 16.04% 14.48%, 8.79% 22.76%,
    4.62% 29.66%, 1.32% 38.39%, 0% 46.67%, 0.44% 56.32%, 3.08% 66.21%, 7.91% 75.86%,
    13.19% 82.99%, 19.78% 89.66%, 26.81% 94.71%, 35.38% 98.39%, 44.4% 100%, 50.11% 100%,
    57.8% 98.85%, 67.03% 95.63%, 77.36% 89.43%, 85.49% 81.84%, 92.09% 72.64%, 95.38% 65.98%,
    98.68% 55.86%, 100% 46.67%, 99.78% 37.7%, 98.02% 29.2%, 94.95% 21.84%, 90.77% 15.63%,
    83.74% 8.97%, 76.26% 4.6%, 67.03% 1.38%, 57.58% 0%
  );
}

.message__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.message__tree {
  position: absolute;
  right: clamp(32px, 4vw, 65px);
  bottom: 97px;
  z-index: 2;
  width: clamp(200px, 14vw, 225px);
  max-width: none;
  pointer-events: none;
}

.message__bird {
  position: absolute;
  right: 253px;
  bottom: 98px;
  z-index: 5;
  width: 42px;
  max-width: none;
  pointer-events: none;
}

.section-wave--message-activities {
  left: -10.7379px;
  bottom: -31.6766px;
  width: calc(100% + 28px);
  height: 148.6766px;
  transform: scaleX(-1);
  transform-origin: center;
}

.section-wave--activities-member {
  left: -10.7379px;
  bottom: -68.6173px;
  width: calc(100% + 28px);
  height: 148.6766px;
}

/* =========================================================
   Activities
   ========================================================= */
.activities {
  min-height: auto;
  padding: 8px 0 150px;
  background: #f8fbfe;
  overflow: clip;
}

.activities__container {
  position: relative;
  z-index: 1;
  height: auto;
}

.activities__heading {
  position: relative;
  width: 355px;
  height: auto;
  min-width: 0;
  margin: 0 auto;
  text-align: left;
}

.activities__heading .section-heading__label {
  margin: 0 0 14px 112px;
  color: #8fd3f4;
  font-family: var(--font-accent);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 1.25;
  white-space: nowrap;
}

.activities__heading .section-heading__title {
  margin: 0;
  font-family: var(--font-round);
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

.activities__title-ornament {
  position: absolute;
  top: calc(100% + 22.093px);
  left: calc(50% - 41.666px);
  width: 89.802px;
  height: 41.361px;
  max-width: none;
  transform: rotate(21.627deg);
  transform-origin: center center;
  pointer-events: none;
}

.activities__ornament--left {
  position: absolute;
  top: 833px;
  right: -338.66px;
  z-index: 0;
  width: 627.836px;
  height: 503.164px;
  max-width: none;
  opacity: 0.12;
  filter: blur(13.5px);
  mix-blend-mode: multiply;
  pointer-events: none;
}

.activities__list {
  display: grid;
  position: relative;
  z-index: 1;
  justify-items: center;
  height: auto;
  margin: 0;
  margin-top: 139px;
  row-gap: 60px;
}

.activity-card {
  display: grid;
  grid-template-columns: minmax(0, 490px) minmax(0, 490px);
  grid-template-rows: auto auto;
  column-gap: 69px;
  width: min(1049px, 100%);
  min-height: 282px;
}

.activity-card--student {
  margin-top: 28px;
}

.activity-card__photo {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 490px;
  height: 282px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.activity-card--photo-right .activity-card__photo {
  grid-column: 2;
  justify-self: end;
}

.activity-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.activity-card__title-wrap {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: center;
  gap: 17px;
  height: 30px;
  margin-top: 24px;
}

.activity-card--photo-right .activity-card__title-wrap {
  grid-column: 1;
  margin-top: 16px;
}

.activity-card__title-wrap::before {
  flex: 0 0 5px;
  width: 5px;
  height: 30px;
  border-radius: 999px;
  background: var(--color-blue);
  content: "";
}

.activity-card__copy {
  grid-column: 2;
  grid-row: 2;
  width: 490px;
  min-height: 191px;
  margin-top: 29px;
  padding: 22px 28px 24px;
  border-radius: var(--radius-sm);
  background: var(--color-white);
  box-shadow: none;
}

.activity-card--photo-right .activity-card__copy {
  grid-column: 1;
  padding: 32px 28px 24px 27px;
}

.activity-card--lecture .activity-card__copy {
  padding-left: 31px;
}

.activity-card__title {
  margin: 0;
  font-family: var(--font-round);
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 30px;
  white-space: nowrap;
}

.activity-card__text {
  margin: 0;
  font-family: var(--font-round);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 27px;
}

/* =========================================================
   Member
   ========================================================= */
.member {
  min-height: 789px;
  overflow: clip;
}

.member__container {
  position: relative;
  --member-card-width: 858px;
  --member-card-margin-top: 38px;
  --member-bird-top: -61px;
  --member-bird-right: 65px;
  --member-flower-top: 327px;
  --member-flower-left: -65px;
  height: 789px;
  min-height: 789px;
  padding-top: 47px;
}

.member__heading {
  position: relative;
  z-index: 2;
  width: 197px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.member__heading .section-heading__label {
  width: fit-content;
  margin: 0 auto 14px;
  color: #8fd3f4;
  font-family: var(--font-accent);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 20px;
  text-align: center;
}

.member__heading .section-heading__label::before {
  content: none;
}

.member__heading .section-heading__title {
  margin: 0;
  font-family: var(--font-round);
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}

.member__stage {
  position: relative;
  z-index: 1;
  width: min(100%, var(--member-card-width));
  margin: var(--member-card-margin-top) auto 0;
}

.member__bird {
  position: absolute;
  top: var(--member-bird-top);
  right: var(--member-bird-right);
  z-index: 2;
  width: 56px;
  height: 68px;
  max-width: none;
  pointer-events: none;
}

.member__table-card {
  position: relative;
  top: auto;
  left: auto;
  z-index: 1;
  width: 100%;
  min-height: 393px;
  margin: 0;
  padding: 31px 56px 35px 37px;
  border-radius: var(--radius-md);
  background: var(--color-white);
  box-shadow: var(--shadow-card);
}

.member-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.member-table__role-column {
  width: 143px;
}

.member-table__row {
  min-height: 0;
}

.member-table__row:last-child th,
.member-table__row:last-child td {
  border-bottom: 0;
}

.member-table th,
.member-table td {
  box-sizing: border-box;
  border-bottom: 1px solid rgba(169, 169, 169, 0.2);
  padding: 15px 0 15px 30px;
  color: var(--color-text);
  font-family: var(--font-round);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 27px;
  white-space: nowrap;
}

.member-table th {
  vertical-align: top;
}

.member-table th[data-label="役職"],
.member-table td[data-label="役職"] {
  width: 143px;
  text-align: left;
}

.member-table th[data-label="氏名"],
.member-table td[data-label="氏名"] {
  width: auto;
}

.member-table__names {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 24px;
  width: min(556px, 100%);
}

.member__flower {
  position: absolute;
  top: var(--member-flower-top);
  left: var(--member-flower-left);
  z-index: 2;
  width: 136px;
  height: 133px;
  max-width: none;
  pointer-events: none;
}

/* =========================================================
   Contact
   ========================================================= */
.contact {
  position: relative;
  display: grid;
  margin-top: -111px;
  overflow: clip;
  background: linear-gradient(to bottom, transparent 0, transparent 111px, var(--color-white) 111px, var(--color-white) 100%);
}

.contact__forest {
  position: relative;
  top: 0;
  left: -47.9355px;
  z-index: 0;
  grid-area: 1 / 1;
  width: calc(100% + 96px);
  height: 683px;
  max-width: none;
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
}

.contact__container {
  position: relative;
  z-index: 1;
  grid-area: 1 / 1;
  padding-top: 168px;
}

.contact__card {
  width: min(881px, 100%);
  height: auto;
  margin-left: 187px;
  padding: 67px 61px 67px 70px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.93);
}

.contact__label {
  width: fit-content;
  color: var(--color-blue);
  font-family: var(--font-accent);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 20px;
}

.contact__title {
  width: fit-content;
  margin-top: 14px;
  margin-left: -4px;
  font-family: var(--font-round);
  font-size: 34.239px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
}

.contact__text {
  width: 597px;
  max-width: 100%;
  margin-top: 23px;
  font-family: var(--font-round);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 27px;
}

.contact__buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 354px));
  gap: 42px;
  margin-top: 28px;
}

.contact-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 82px;
  padding: 20px 24px;
  border-radius: var(--radius-sm);
  background: var(--color-blue-cta);
  color: var(--color-white);
  font-family: var(--font-round);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition:
    background-color var(--transition),
    box-shadow var(--transition),
    transform var(--transition);
}

.contact-button__icon {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 6px;
  height: 13px;
  flex: 0 0 auto;
  transform: translateY(-50%);
  transition: transform var(--transition);
}

.contact-button--email span {
  transform: translateX(-3px);
}

.contact-button--join .contact-button__icon {
  right: 21px;
}

.button,
.button:visited,
.button:hover,
.button:focus-visible,
.contact-button,
.contact-button:visited,
.contact-button:hover,
.contact-button:focus-visible {
  color: var(--color-white);
}

.contact__phone {
  width: fit-content;
  margin-top: 18px;
  margin-left: 18px;
  font-family: var(--font-round);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 27px;
}

.contact__phone a {
  color: inherit;
  font-family: var(--font-accent);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition:
    color var(--transition),
    text-decoration-color var(--transition);
}

/* =========================================================
   Footer
   ========================================================= */
.site-footer {
  overflow: clip;
  background: var(--color-white);
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 287px 184px auto minmax(0, 1fr) 225px;
  grid-template-rows: 91px 56px auto;
  align-items: start;
  padding: 65px 9px 0 80px;
}

.site-footer__logo {
  grid-column: 1;
  grid-row: 1;
}

.site-footer__address,
.site-footer__contact {
  margin: 0;
  color: var(--color-text);
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 23px;
  white-space: nowrap;
}

.site-footer__address {
  grid-column: 1;
  grid-row: 2;
  width: 287px;
  font-family: var(--font-round);
  font-style: normal;
  font-weight: 400;
}

.site-footer__address span,
.site-footer__contact span,
.site-footer__contact a {
  display: block;
}

.site-footer__address .site-footer__address-code {
  display: inline;
  font-family: var(--font-en);
  font-weight: 500;
}

.site-footer__address .site-footer__address-building {
  display: inline;
}

.site-footer__contact {
  grid-column: 1;
  grid-row: 3;
  width: 133px;
  font-family: var(--font-en);
  font-weight: 500;
}

.site-footer__contact a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition:
    color var(--transition),
    text-decoration-color var(--transition);
}

.site-footer__nav {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: start;
  justify-self: start;
  margin-top: 53px;
}

.site-footer__nav-list,
.site-footer__utility-list {
  display: flex;
  align-items: center;
  gap: 36px;
  list-style: none;
}

.site-footer__nav-list li,
.site-footer__utility-list li {
  flex: 0 0 auto;
}

.site-footer__nav-list a,
.site-footer__utility-list a {
  display: block;
  padding: 0;
  font-family: var(--font-round);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 23px;
  white-space: nowrap;
  transition:
    color var(--transition),
    opacity var(--transition);
}

.site-footer__utility-list {
  gap: 36px;
  margin-top: 30px;
}

.site-footer__tree {
  grid-column: 5;
  grid-row: 1 / span 3;
  align-self: end;
  justify-self: end;
  width: 225px;
  pointer-events: none;
}

.site-footer__bottom {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 101px;
  padding-top: 40px;
  background: #efe6d8;
  box-sizing: border-box;
  color: rgba(51, 51, 51, 0.8);
}

.site-footer__copyright {
  width: min(520px, calc(100% - 48px));
  margin: 0;
  font-family: var(--font-en), var(--font-base);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 17px;
  text-align: center;
}

/* =========================================================
   News Pages
   ========================================================= */
.site-main--subpage {
  background: var(--color-subpage-bg);
}

.page-hero {
  position: relative;
  overflow: clip;
  padding: 156px 0 78px;
  background: var(--color-white);
}

.page-hero--news-detail {
  padding-bottom: 58px;
}

.page-hero--news-detail .page-hero__container {
  max-width: 960px;
}

.page-hero::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 1;
  height: 72px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--color-subpage-bg));
  pointer-events: none;
}

.page-hero__container {
  position: relative;
  z-index: 2;
}

.page-hero__ornament {
  position: absolute;
  z-index: 0;
  max-width: none;
  pointer-events: none;
  user-select: none;
}

.page-hero__ornament--left {
  bottom: -118px;
  left: -210px;
  width: 392px;
  height: 310.98px;
  opacity: 0.12;
  mix-blend-mode: multiply;
  filter: blur(13.5px);
}

.page-hero__ornament--right {
  top: -122px;
  right: -152px;
  width: 474px;
  height: auto;
  opacity: 0.7;
}

.page-hero__heading {
  min-width: 0;
}

.page-hero__heading .section-heading__label {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 10px;
  width: fit-content;
  font-family: var(--font-accent);
  font-weight: 600;
  letter-spacing: 1.44px;
}

.page-hero__heading .section-heading__label::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--color-blue);
  flex: 0 0 auto;
}

.page-hero__heading .section-heading__title {
  font-family: var(--font-round);
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.25;
}

.page-hero__lead {
  max-width: 680px;
  margin: 28px 0 0;
  font-family: var(--font-round);
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 30px;
}

.news-archive {
  position: relative;
  padding: 0 0 128px;
  background: var(--color-subpage-bg);
  overflow: clip;
}

.news-archive__container {
  position: relative;
  z-index: 1;
}

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

.news-card__link {
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr) 42px;
  gap: 28px;
  align-items: center;
  min-height: 136px;
  padding: 28px 34px;
  border: 1px solid rgba(87, 177, 216, 0.12);
  border-radius: var(--radius-md);
  background: var(--color-white);
  box-shadow: var(--shadow-card);
  transition:
    border-color var(--transition),
    box-shadow var(--transition),
    transform var(--transition);
}

.news-card__meta {
  display: grid;
  gap: 12px;
  align-content: center;
}

.news-card__date {
  color: var(--color-blue);
  font-family: var(--font-accent);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.64px;
  line-height: 20px;
}

.news-card__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 25px;
  border-radius: 40px;
  background: var(--color-blue-pale);
  font-family: var(--font-round);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.56px;
  line-height: 14px;
}

.news-card__body {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.news-card__title {
  display: block;
  min-width: 0;
  color: var(--color-text);
  font-family: var(--font-round);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.55;
  overflow-wrap: anywhere;
  transition: color var(--transition);
}

.news-card__excerpt {
  display: block;
  color: rgba(51, 51, 51, 0.72);
  font-family: var(--font-round);
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.news-card__arrow {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--color-blue-cta);
  transition:
    background-color var(--transition),
    transform var(--transition);
}

.news-card__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 13px;
  background: url("../images/icon-arrow-white.svg") center / contain no-repeat;
  transform: translate(-50%, -50%);
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 42px;
}

.pagination__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(87, 177, 216, 0.2);
  border-radius: 999px;
  background: var(--color-white);
  color: var(--color-text);
  font-family: var(--font-accent);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  transition:
    background-color var(--transition),
    border-color var(--transition),
    color var(--transition),
    transform var(--transition);
}

.pagination__item--current {
  border-color: var(--color-blue-cta);
  background: var(--color-blue-cta);
  color: var(--color-white);
}

.news-detail {
  padding: 0 0 128px;
  background: var(--color-subpage-bg);
}

.news-detail__card {
  max-width: 960px;
  margin: 0 auto;
  padding: 64px clamp(48px, 6vw, 76px) 58px;
  border: 1px solid rgba(87, 177, 216, 0.12);
  border-radius: 20px;
  background: var(--color-white);
  box-shadow: var(--shadow-card);
}

.news-detail__header {
  padding-bottom: 34px;
  border-bottom: 1px dashed rgba(169, 169, 169, 0.65);
}

.news-detail__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  margin-bottom: 22px;
}

.news-detail__date {
  color: var(--color-blue);
  font-family: var(--font-accent);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.64px;
  line-height: 20px;
}

.news-detail__category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 95px;
  height: 25px;
  padding: 0 14px;
  border-radius: 40px;
  background: var(--color-blue-pale);
  font-family: var(--font-round);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.56px;
  line-height: 14px;
}

.news-detail__title {
  margin: 0;
  font-family: var(--font-round);
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.news-detail__body {
  padding-top: 38px;
  font-family: var(--font-jp);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
}

.news-detail__body > * {
  margin-top: 0;
  margin-bottom: 0;
}

.news-detail__body > * + * {
  margin-top: 22px;
}

.news-detail__body h2,
.news-detail__body h3 {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  column-gap: 12px;
  position: relative;
  margin-top: 42px;
  padding-left: 0;
  color: var(--color-text);
  font-family: var(--font-jp);
  font-weight: 700;
  line-height: 1.55;
}

.news-detail__body h2 {
  padding-bottom: 14px;
  border-bottom: 1px dashed rgba(87, 177, 216, 0.44);
  font-size: 26px;
}

.news-detail__body h3 {
  font-size: 22px;
  line-height: 1.6;
}

.news-detail__body h2::before,
.news-detail__body h3::before {
  content: "";
  display: block;
  background: var(--color-blue);
}

.news-detail__body h2::before {
  width: 10px;
  height: 10px;
  margin-top: 0.58em;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(87, 177, 216, 0.13);
}

.news-detail__body h3::before {
  width: 5px;
  height: 1.15em;
  margin-top: 0.22em;
  border-radius: 999px;
}

.news-detail__body h4,
.news-detail__body h5,
.news-detail__body h6 {
  margin-top: 34px;
  color: var(--color-blue-dark);
  font-family: var(--font-jp);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.news-detail__body ol,
.news-detail__body ul {
  display: grid;
  gap: 8px;
  padding-left: 1.4em;
}

.news-detail__body ol {
  padding-left: 1.5em;
}

.news-detail__body li::marker {
  color: var(--color-blue);
}

.news-detail__body strong {
  color: var(--color-blue-dark);
  font-family: var(--font-jp);
  font-weight: 700;
}

.news-detail__footer {
  display: flex;
  justify-content: center;
  margin-top: 54px;
}

.news-detail__back {
  font-family: var(--font-round);
}

/* =========================================================
   Join Guide Page
   ========================================================= */
.join-guide {
  position: relative;
  padding: 0 0 128px;
  background: var(--color-subpage-bg);
  overflow: clip;
}

.page-hero--join .section-heading__title {
  text-wrap: balance;
}

.join-guide__container {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
}

.join-guide__card {
  width: min(960px, 100%);
  margin: 0 auto;
  padding: 58px clamp(48px, 6vw, 76px);
  border: 1px solid rgba(87, 177, 216, 0.12);
  border-radius: 20px;
  background: var(--color-white);
  box-shadow: var(--shadow-card);
}

.join-guide__title {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin: 0;
  font-family: var(--font-round);
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.55;
}

.join-guide__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--color-blue-cta);
  color: var(--color-white);
  font-family: var(--font-accent);
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
}

.join-guide__lead,
.join-guide__text,
.join-guide__benefits,
.join-guide__recommendation,
.join-guide__contact {
  font-family: var(--font-jp);
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 2;
}

.join-guide__lead {
  margin: 30px 0 0;
}

.join-guide__subheading {
  display: grid;
  grid-template-columns: 6px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: 38px 0 0;
  color: var(--color-text);
  font-family: var(--font-jp);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.join-guide__subheading::before {
  content: "";
  display: block;
  width: 6px;
  height: 1.2em;
  margin-top: 0.2em;
  border-radius: 999px;
  background: var(--color-blue);
}

.join-guide__benefits {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.join-guide__benefits li {
  position: relative;
  padding: 15px 20px 15px 42px;
  border-radius: 12px;
  background: rgba(87, 177, 216, 0.08);
}

.join-guide__benefits li::before {
  content: "•";
  position: absolute;
  top: 15px;
  left: 22px;
  color: var(--color-blue);
  font-weight: 700;
}

.join-guide__benefits strong,
.join-guide__recommendation-title {
  color: var(--color-blue-dark);
  font-weight: 700;
}

.join-guide__text {
  margin: 28px 0 0;
}

.join-guide__recommendation {
  margin: 34px 0 0;
  padding: 26px 30px 28px;
  border: 1px solid rgba(87, 177, 216, 0.22);
  border-radius: 14px;
  background: rgba(87, 177, 216, 0.08);
}

.join-guide__recommendation-title {
  margin: 0;
  font-family: var(--font-jp);
  font-size: 19px;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

.join-guide__recommendation p {
  margin: 12px 0 0;
}

.join-guide__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
  align-items: center;
  justify-content: center;
  margin: 34px 0 0;
  padding-top: 26px;
  border-top: 1px dashed rgba(169, 169, 169, 0.65);
  font-weight: 500;
}

.join-guide__action {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  min-height: 62px;
  padding: 16px 46px 16px 28px;
  border-radius: var(--radius-sm);
  background: var(--color-blue-dark);
  color: var(--color-white);
  font-family: var(--font-round);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
  transition:
    background-color var(--transition),
    box-shadow var(--transition),
    transform var(--transition);
}

.join-guide__action,
.join-guide__action:visited,
.join-guide__action:hover,
.join-guide__action:focus-visible {
  color: var(--color-white);
}

.join-guide__action:focus-visible {
  outline-color: var(--color-blue-dark);
}

.join-guide__action img {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 13px;
  transform: translateY(-50%);
  transition: transform var(--transition);
}

@media (hover: hover) and (pointer: fine) {
  .join-guide__action:hover {
    background: var(--color-blue-dark);
    box-shadow: var(--shadow-hover);
    transform: translateY(-2px);
  }

  .join-guide__action:hover img {
    transform: translate(4px, -50%);
  }

}

@media (max-width: 1024px) {
  .join-guide {
    padding-bottom: 112px;
  }
}

@media (max-width: 768px) {
  .join-guide {
    padding-bottom: 96px;
  }

  .join-guide__container {
    gap: 20px;
  }

  .join-guide__card {
    padding: 38px 28px 42px;
    border-radius: 16px;
  }

  .join-guide__title {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    font-size: 22px;
  }

  .join-guide__number {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .join-guide__lead,
  .join-guide__text,
  .join-guide__benefits,
  .join-guide__recommendation,
  .join-guide__contact {
    font-size: 15px;
    line-height: 1.9;
  }

  .join-guide__subheading {
    margin-top: 32px;
    font-size: 19px;
  }

  .join-guide__benefits li {
    padding: 13px 16px 13px 36px;
  }

  .join-guide__benefits li::before {
    top: 13px;
    left: 18px;
  }

  .join-guide__recommendation {
    padding: 22px 24px 24px;
  }

  .join-guide__recommendation-title {
    font-size: 17px;
  }

  .join-guide__contact {
    align-items: stretch;
  }

  .join-guide__action {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 480px) {
  .join-guide__card {
    padding: 32px 20px 36px;
  }

  .join-guide__title {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    font-size: 19px;
  }

  .join-guide__number {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .join-guide__recommendation {
    padding: 20px;
  }

  .join-guide__contact {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
  }
}

.site-header__nav-link[aria-current="page"],
.drawer__link[aria-current="page"],
.site-footer__nav a[aria-current="page"] {
  color: var(--color-blue-hover);
}

/* =========================================================
   Hover / Interactive States
   ========================================================= */
@media (hover: hover) and (pointer: fine) {
  .site-logo[href]:hover {
    transform: translateY(-2px);
  }

  .site-header__nav-link:hover,
  .drawer__link:hover,
  .drawer__child-link:hover,
  .site-footer__nav-list a:hover,
  .site-footer__utility-list a:hover {
    color: var(--color-blue-hover);
  }

  .contact__phone a:hover,
  .site-footer__contact a:hover {
    color: var(--color-blue-hover);
    text-decoration-color: currentColor;
  }

  .button:hover,
  .contact-button:hover {
    background: var(--color-blue-hover);
    box-shadow: var(--shadow-hover);
    transform: translateY(-4px);
  }

  .button:hover .button__icon,
  .contact-button:hover .contact-button__icon {
    transform: translate(4px, -50%);
  }

  .news__button:hover .button__icon {
    transform: translateX(4px);
  }

  .news-detail__back:hover .button__icon {
    transform: translateX(4px);
  }

  .site-header__hamburger:hover {
    background: var(--color-blue-hover);
    box-shadow: var(--shadow-hover);
    transform: translateY(-2px);
  }

  .news-row:hover {
    background: rgba(87, 177, 216, 0.08);
  }

  .news-row:hover .news-row__title {
    color: var(--color-blue-hover);
  }

  .hero-search-card:hover {
    box-shadow: var(--shadow-hover);
    color: var(--color-blue-hover);
    transform: translateY(-4px);
  }

  .hero-search-card:hover::before {
    transform: translateY(-3px);
  }

  .hero-search-card:hover .hero-search-card__icon {
    transform: translate(-50%, -3px);
  }

  .drawer__child-link:hover {
    padding-left: 26px;
  }

  .drawer__child-link:hover::after {
    transform: translate(4px, -50%);
  }

  .pagination__item:hover {
    color: var(--color-blue-hover);
  }

  .pagination__item:hover {
    border-color: rgba(87, 177, 216, 0.48);
    transform: translateY(-2px);
  }

  .news-card__link:hover {
    border-color: rgba(87, 177, 216, 0.34);
    box-shadow: var(--shadow-hover);
    transform: translateY(-4px);
  }

  .news-card__link:hover .news-card__title {
    color: var(--color-blue-hover);
  }

  .news-card__link:hover .news-card__arrow {
    background: var(--color-blue-hover);
    transform: translateX(4px);
  }
}

/* =========================================================
   Intermediate Desktop
   ========================================================= */
@media (max-width: 1400px) and (min-width: 1219px) {
  .hero {
    --hero-edge-gutter: max(36px, calc((100% - 1260px) / 2));
  }

  .hero__inner {
    grid-template-columns: minmax(0, 704px) 428px;
    column-gap: clamp(32px, 4vw, 56px);
    padding-right: var(--hero-edge-gutter);
    padding-left: var(--hero-edge-gutter);
  }

  .hero__content {
    margin-left: 0;
  }

  .hero__title-line--offset {
    margin-left: clamp(50px, 6.5vw, 90px);
  }

  .hero__visuals {
    width: 704px;
    height: 430px;
  }

  .hero__photo--primary {
    top: 3px;
    width: 430px;
    height: 280px;
  }

  .hero__photo--secondary {
    top: 113px;
    left: 360px;
    width: 358px;
    height: 267px;
  }

  .hero__english {
    top: 275px;
    width: 260px;
    font-size: 22px;
    line-height: 40px;
  }

  .hero__english-line--offset {
    margin-left: 58px;
  }

  .hero-search {
    width: 428px;
    padding-right: 23px;
    padding-left: 23px;
  }
}

@media (max-width: 1262px) and (min-width: 1025px) {
  .message {
    --message-photo-width: clamp(371px, 36.2vw, 456px);
    --message-photo-shift: clamp(0px, calc(100vw - 1222px), 30px);
    --message-copy-gap: clamp(30px, 3vw, 40px);
    --message-ornament-size: 360px auto;
    --message-ornament-position: right -170px top 115px;
    min-height: 750px;
  }

  .message__container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--message-photo-width);
    gap: var(--message-copy-gap);
    width: min(var(--container), calc(100% - 80px));
    height: auto;
  }

  .message__body {
    position: static;
    min-width: 0;
  }

  .message .section-heading {
    min-width: 177px;
  }

  .message__title-ornament {
    margin-top: -86px;
    margin-left: 203px;
  }

  .message__lead {
    width: auto;
    margin-top: 34px;
  }

  .message__points {
    width: auto;
    margin-top: 22px;
  }

  .message__text {
    width: auto;
    margin-top: 24px;
  }

  .message__signature {
    width: auto;
    margin-top: 24px;
  }

  .message__photo {
    width: var(--message-photo-width);
    height: auto;
    margin-top: 30px;
    aspect-ratio: 456 / 436;
    transform: none;
  }
}

@media (max-width: 1218px) and (min-width: 1025px) {
  :root {
    --container-gutter: 40px;
  }

  .site-header__inner {
    padding-left: 32px;
    gap: 18px;
  }

  .site-header__nav-list {
    gap: 16px;
  }

  .site-header__cta {
    width: 228px;
  }

  .hero__inner {
    grid-template-columns: minmax(0, 1fr) clamp(348px, 34vw, 400px);
    column-gap: clamp(20px, 2.6vw, 34px);
    padding-right: clamp(32px, 3.8vw, 46px);
    padding-left: clamp(32px, 4vw, 48px);
  }

  .hero__content {
    margin-left: 0;
  }

  .hero__title {
    font-size: 38px;
    line-height: 62px;
  }

  .hero__title-line--offset {
    margin-left: 80px;
  }

  .hero__visuals {
    width: min(100%, clamp(532px, 52vw, 590px));
    height: auto;
    aspect-ratio: 610 / 400;
    margin-top: 20px;
  }

  .hero__photo--primary {
    top: 0.5%;
    width: 60.66%;
    height: 60.25%;
  }

  .hero__photo--secondary {
    top: 25.25%;
    left: 51.15%;
    width: 52.46%;
    height: 59.75%;
  }

  .hero__english {
    top: 62%;
    left: 6.56%;
    width: 39.02%;
    font-size: clamp(17.6px, 1.7vw, 20px);
    line-height: 1.8;
  }

  .hero__english-line--offset {
    margin-left: 52px;
  }

  .hero-search {
    width: 100%;
    min-height: 580px;
    padding-right: 22px;
    padding-left: 22px;
  }

  .hero-search__list {
    gap: 15px 18px;
  }

  .hero-search-card {
    height: 132px;
  }

  .activities {
    min-height: auto;
    padding: 56px 0 136px;
  }

  .activities__container {
    height: auto;
  }

  .activities__heading {
    position: relative;
    top: auto;
    left: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .activities__list {
    display: grid;
    height: auto;
    gap: 52px;
    margin-top: 128px;
  }

  .activity-card {
    position: relative;
    top: auto;
    left: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: 60px minmax(191px, auto);
    column-gap: 42px;
    width: 100%;
    height: auto;
    min-height: 282px;
  }

  .activity-card__photo {
    position: relative;
    top: auto;
    left: auto;
    grid-column: 1;
    grid-row: 1 / 3;
    justify-self: end;
    width: 100%;
    max-width: 490px;
    height: auto;
    aspect-ratio: 490 / 282;
  }

  .activity-card--photo-right .activity-card__photo {
    left: auto;
    grid-column: 2;
    justify-self: start;
    order: initial;
  }

  .activity-card__title-wrap {
    position: relative;
    top: auto;
    left: auto;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
  }

  .activity-card__copy {
    position: relative;
    top: auto;
    left: auto;
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    max-width: 490px;
    height: auto;
    min-height: 191px;
    margin-top: 12px;
  }

  .activity-card--photo-right .activity-card__title-wrap,
  .activity-card--photo-right .activity-card__copy {
    top: auto;
    left: auto;
    grid-column: 1;
  }

  .member__stage {
    width: min(100%, var(--member-card-width));
    margin-top: var(--member-card-margin-top);
  }

  .member__table-card {
    position: relative;
    right: auto;
    left: auto;
    width: 100%;
    margin: 0;
    padding: 31px 56px 35px 37px;
    transform: none;
  }

  .member__bird {
    top: var(--member-bird-top);
    right: var(--member-bird-right);
  }

  .member__flower {
    left: var(--member-flower-left);
  }

  .contact__card {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1295px) and (min-width: 1025px) {
  .site-footer__inner {
    grid-template-columns: 287px minmax(0, 1fr) clamp(176px, 17.4vw, 225px);
    padding-right: 16px;
  }

  .site-footer__nav-list {
    flex-wrap: nowrap;
    gap: clamp(18px, 2.4vw, 36px);
  }

  .site-footer__utility-list {
    flex-wrap: nowrap;
    gap: clamp(18px, 2vw, 36px);
  }

  .site-footer__utility-list {
    margin-top: 22px;
  }

  .site-footer__nav {
    grid-column: 2;
    justify-self: end;
  }

  .site-footer__contact {
    margin-bottom: 40px;
  }

  .site-footer__tree {
    grid-column: 3;
    width: clamp(176px, 17.4vw, 225px);
  }
}

/* =========================================================
   Tablet
   ========================================================= */
@media (max-width: 1024px) {
  :root {
    --fs-heading: 30px;
    --fs-hero: 38px;
    --container-gutter: 32px;
  }

  #hero-search-title,
  #message-title,
  #activities-title,
  #member-title,
  #contact-title {
    scroll-margin-top: 136px;
  }

  .site-header__inner {
    align-items: center;
    min-height: 88px;
    padding: 14px 24px;
  }

  .site-header.is-scrolled .site-header__inner {
    min-height: 76px;
    padding: 10px 24px;
  }

  .site-header__logo {
    width: 226px;
    height: 52px;
  }

  .site-header__logo .site-logo__mark {
    width: 60px;
    height: 52px;
  }

  .site-header__logo .site-logo__wordmark {
    top: 2.6px;
    left: 72.5px;
    width: 153px;
    height: auto;
  }

  .site-header__nav,
  .site-header__cta {
    display: none;
  }

  .site-header__hamburger {
    display: block;
    margin-left: auto;
  }

  .hero {
    min-height: clamp(720px, 80vw, 820px);
  }

  .hero__inner {
    grid-template-columns: minmax(0, 1fr) clamp(300px, 34vw, 350px);
    column-gap: clamp(16px, 2.4vw, 24px);
    padding-top: 132px;
    padding-right: clamp(24px, 4vw, 48px);
    padding-left: clamp(24px, 4vw, 48px);
  }

  .hero__title {
    font-size: clamp(27px, 3.4vw, 34px);
    letter-spacing: 1.36px;
    line-height: 56px;
  }

  .hero__title-line--offset {
    margin-left: clamp(12px, 2.5vw, 28px);
  }

  .hero__content {
    margin-left: 0;
  }

  .hero__visuals {
    width: min(100%, clamp(390px, 50vw, 540px));
    height: auto;
    aspect-ratio: 540 / 380;
    margin-top: 18px;
  }

  .hero__photo--primary {
    top: 0.53%;
    width: 61.11%;
    height: 56.32%;
  }

  .hero__photo--secondary {
    top: 23.95%;
    left: 51.48%;
    width: 52.96%;
    height: 56.32%;
  }

  .hero__english {
    top: 58.42%;
    left: 6.3%;
    width: 41.11%;
    font-size: clamp(15.6px, 2vw, 18.5px);
    line-height: 1.84;
  }

  .hero__english-line--offset {
    margin-left: 48px;
  }

  .hero-search {
    width: 100%;
    min-height: clamp(498px, 54vw, 552px);
    padding: 34px clamp(14px, 1.8vw, 18px) 30px;
  }

  .hero-search__title {
    font-size: clamp(22px, 2.35vw, 24px);
  }

  .hero-search__list {
    gap: 14px;
  }

  .hero-search-card {
    height: clamp(116px, 12.4vw, 126px);
  }

  .hero-search-card__en {
    font-size: 12.5px;
  }

  .hero-search-card__title {
    font-size: 17px;
  }

  .news {
    min-height: auto;
    padding-bottom: 156px;
  }

  .news__container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 204px;
    align-items: end;
    column-gap: 24px;
    min-height: 0;
  }

  .news .section-heading {
    grid-column: 1;
    grid-row: 1;
    margin-left: 0;
  }

  .news__button {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    width: 204px;
    margin-top: 0;
    margin-left: 0;
  }

  .news__list {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    margin: 34px 0 0;
  }

  .news-row {
    grid-template-columns: max-content 95px minmax(0, 1fr);
    align-items: center;
    height: auto;
    min-height: 92px;
    column-gap: clamp(18px, 2.4vw, 24px);
    row-gap: 8px;
    padding: 18px 24px;
  }

  .news-row--first {
    height: auto;
    min-height: 92px;
  }

  .news-row__title {
    width: auto;
    max-width: min(100%, 34em);
  }

  .news-row__category {
    width: 95px;
    justify-content: center;
  }

  .news-row__title {
    line-height: 22px;
  }

  .message {
    --message-ornament-size: clamp(220px, 42vw, 360px) auto;
    --message-ornament-position: right clamp(-170px, -16vw, -82px) top clamp(136px, 20vw, 210px);
    min-height: auto;
    padding-bottom: 140px;
  }

  .message__container {
    display: grid;
    grid-template-columns: minmax(0, 1fr) clamp(260px, 32vw, 340px);
    gap: clamp(24px, 3.4vw, 36px);
    height: auto;
  }

  .message__body {
    position: static;
    min-width: 0;
  }

  .message .section-heading {
    min-width: 177px;
  }

  .message__title-ornament {
    margin-top: -86px;
    margin-left: 203px;
  }

  .message__lead {
    width: auto;
    margin-top: 34px;
  }

  .message__points {
    width: auto;
    margin-top: 22px;
  }

  .message__text {
    width: auto;
    margin-top: 24px;
  }

  .message__signature {
    width: auto;
    margin-top: 24px;
  }

  .message__photo {
    display: block;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    width: 100%;
    height: auto;
    margin: 42px 0 0;
    aspect-ratio: 456 / 436;
    transform: none;
  }

  .message__tree,
  .message__bird {
    display: none;
  }

  .section-wave--message-activities {
    bottom: -64px;
  }

  .activities {
    min-height: auto;
    padding: 56px 0 144px;
  }

  .activities__container {
    height: auto;
  }

  .activities__heading {
    position: relative;
    top: auto;
    left: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .activities__list {
    display: grid;
    height: auto;
    gap: 52px;
    margin-top: 128px;
  }

  .activity-card {
    position: relative;
    top: auto;
    left: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: 60px minmax(191px, auto);
    column-gap: 32px;
    width: 100%;
    height: auto;
    min-height: 282px;
  }

  .activity-card__photo {
    position: relative;
    top: auto;
    left: auto;
    grid-column: 1;
    grid-row: 1 / 3;
    justify-self: end;
    width: 100%;
    max-width: 490px;
    height: auto;
    aspect-ratio: 490 / 282;
  }

  .activity-card--photo-right .activity-card__photo {
    left: auto;
    grid-column: 2;
    justify-self: start;
    order: initial;
  }

  .activity-card__title-wrap {
    position: relative;
    top: auto;
    left: auto;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
  }

  .activity-card__copy {
    position: relative;
    top: auto;
    left: auto;
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    max-width: 490px;
    height: auto;
    min-height: 191px;
    margin-top: 10px;
  }

  .activity-card--photo-right .activity-card__title-wrap,
  .activity-card--photo-right .activity-card__copy {
    top: auto;
    left: auto;
    grid-column: 1;
  }

  .member {
    min-height: auto;
    padding: 72px 0 96px;
  }

  .member__container {
    --member-card-margin-top: 34px;
    --member-bird-top: -52px;
    --member-bird-right: 18px;
    --member-flower-left: -20px;
    height: auto;
    min-height: 0;
    padding-top: 0;
  }

  .member__heading {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }

  .member__heading .section-heading__label {
    position: relative;
    top: auto;
    left: 16px;
  }

  .member__heading .section-heading__label::before {
    top: 6px;
    left: -16px;
  }

  .member__heading .section-heading__title {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 8px;
    font-size: var(--fs-heading);
    line-height: 1.2;
    white-space: normal;
  }

  .member__stage {
    width: 100%;
    margin-top: var(--member-card-margin-top);
  }

  .member__bird {
    top: var(--member-bird-top);
    right: var(--member-bird-right);
    transform: scale(0.86);
    transform-origin: top right;
  }

  .member__table-card {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin: 0;
    margin-right: 0;
    padding: 22px 18px;
  }

  .member-table,
  .member-table tbody,
  .member-table tr,
  .member-table th,
  .member-table td {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    width: auto;
  }

  .member-table tbody {
    height: auto;
  }

  .member-table tr {
    display: grid;
    grid-template-columns: minmax(82px, auto) minmax(0, 1fr);
    gap: 4px 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(169, 169, 169, 0.2);
  }

  .member-table tbody tr:last-child {
    border-bottom: 0;
  }

  .member-table th,
  .member-table td {
    border-bottom: 0;
    padding: 0;
    font-size: 16px;
    white-space: normal;
    text-align: left;
  }

  .member-table__names {
    width: auto;
    gap: 6px 16px;
  }

  .member__flower {
    top: auto;
    right: auto;
    bottom: -78px;
    left: var(--member-flower-left);
    width: 100px;
    height: auto;
  }

  .contact {
    display: block;
    padding-bottom: 74px;
  }

  .contact__forest {
    position: absolute;
    height: 100%;
  }

  .contact__card {
    margin-right: auto;
    margin-left: auto;
  }

  .site-footer__inner {
    grid-template-columns: minmax(0, 1fr) 160px;
    grid-template-rows: auto auto auto minmax(24px, auto);
    column-gap: 24px;
    padding: 42px var(--container-gutter) 0;
  }

  .site-footer__logo {
    grid-column: 1;
    grid-row: 1;
  }

  .site-footer__address,
  .site-footer__contact {
    width: auto;
    padding-right: 0;
  }

  .site-footer__address {
    grid-column: 1;
    grid-row: 2;
    margin-top: 22px;
  }

  .site-footer__contact {
    grid-column: 1;
    grid-row: 3;
    margin-top: 10px;
  }

  .site-footer__nav {
    display: none;
  }

  .site-footer__nav-list,
  .site-footer__utility-list {
    flex-wrap: wrap;
    gap: 10px 24px;
  }

  .site-footer__tree {
    grid-column: 2;
    grid-row: 2 / 5;
    align-self: end;
    justify-self: end;
    width: 160px;
  }

  .site-footer__bottom {
    height: 101px;
  }

  .site-footer__copyright {
    width: calc(100% - 48px);
  }
}

@media (max-width: 960px) and (min-width: 769px) {
  .activity-card {
    grid-template-rows: minmax(70px, auto) minmax(191px, auto);
  }

  .activity-card__title-wrap {
    align-self: start;
    align-items: flex-start;
    height: auto;
    min-height: 30px;
    padding-top: 4px;
  }

  .activity-card__title {
    min-width: 0;
    font-size: clamp(24px, 2.9vw, 28px);
    line-height: 1.32;
    white-space: normal;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .hero-search__list {
    gap: 12px;
  }

  .hero-search-card {
    height: clamp(112px, 11.6vw, 120px);
    padding-top: 13px;
  }

  .hero-search-card::before {
    top: clamp(75px, 7.6vw, 80px);
    width: 31px;
    height: 29px;
  }

  .hero-search-card__en {
    font-size: 12px;
    line-height: 20px;
  }

  .hero-search-card__title {
    margin-top: -1px;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.04em;
  }

  .hero-search-card__icon {
    top: clamp(60px, 6.2vw, 65px);
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 933px) and (min-width: 769px) {
  .hero {
    min-height: clamp(770px, 84vw, 784px);
  }
}

/* =========================================================
   Small Tablet / SP
   ========================================================= */
@media (max-width: 767px) {
  .message__tree,
  .message__bird {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-bottom: 120px;
  }

  .hero__inner {
    display: block;
    padding: 120px clamp(20px, 5.3vw, 50px) 0;
  }

  .hero__title {
    font-size: clamp(30px, 7.3vw, 52px);
    letter-spacing: 0.04em;
    line-height: 1.65;
  }

  .hero__title-line--offset {
    margin-left: clamp(0px, 1.4vw, 12px);
  }

  .hero__visuals {
    width: 100%;
    height: clamp(320px, 64vw, 460px);
    margin-top: clamp(28px, 6vw, 48px);
  }

  .hero__photo--primary {
    top: 0;
    left: 0;
    width: min(58vw, 430px);
    height: auto;
    aspect-ratio: 480 / 312;
  }

  .hero__photo--secondary {
    top: 28%;
    left: 40%;
    width: min(53vw, 360px);
    height: auto;
    aspect-ratio: 410 / 306;
  }

  .hero__english {
    top: 64%;
    left: 6%;
    width: min(304px, 72vw);
    font-size: clamp(18px, 3.6vw, 25.7px);
    line-height: 1.82;
  }

  .hero__english-line--offset {
    margin-left: clamp(42px, 12vw, 68px);
  }

  .hero-search {
    width: min(448px, 100%);
    min-height: 0;
    margin: 34px auto 0;
    padding: 32px clamp(16px, 4vw, 26px) 30px;
  }

  .hero-search__list {
    gap: 14px;
  }

  .hero-search-card {
    height: clamp(120px, 25vw, 126px);
    padding-top: 13px;
  }

  .hero-search-card::before {
    top: clamp(77px, 16vw, 81px);
    width: 31px;
    height: 29px;
  }

  .hero-search-card__icon {
    top: clamp(62px, 13vw, 65px);
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 768px) {
  :root {
    --fs-heading: 27px;
    --fs-hero: 32px;
  }

  body {
    font-size: 15px;
  }

  .drawer {
    width: 100%;
  }

  .drawer__panel {
    padding: 96px 24px 42px;
  }

  .hero {
    min-height: auto;
    padding-bottom: 106px;
  }

  .hero__inner {
    padding: 118px 20px 0;
  }

  .hero__title {
    font-size: 30px;
    letter-spacing: 1.1px;
    line-height: 48px;
  }

  .hero__title-line--offset {
    margin-left: 0;
  }

  .hero__visuals {
    height: clamp(292px, 66vw, 420px);
    margin-top: 30px;
  }

  .hero__ornament--left {
    left: -260px;
  }

  .hero__ornament--right {
    top: -35.06px;
    right: -289.45px;
    width: 478.86px;
    height: 496.41px;
  }

  .section-wave--hero-search {
    bottom: -30px;
    height: 112px;
  }

  .news-row {
    grid-template-columns: max-content 95px minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 9px;
    min-height: 112px;
    padding: 18px 0;
  }

  .news-row__title {
    grid-column: 1 / -1;
    width: min(100%, 32em);
    max-width: 100%;
  }

  .message {
    min-height: auto;
    padding: 58px 0 110px;
  }

  .message__container {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .message__lead {
    font-size: 16px;
  }

  .message__lead,
  .message__points,
  .message__text,
  .message__signature {
    width: 100%;
    max-width: 100%;
  }

  .message__lead,
  .message__points li,
  .message__text,
  .message__signature {
    overflow-wrap: anywhere;
  }

  .message__points li {
    grid-template-columns: 24px minmax(0, 1fr);
  }

  .message__photo {
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
    width: min(312px, 100%);
    height: auto;
    margin: 32px auto 0;
    aspect-ratio: 456 / 436;
  }

  .section-wave--message-activities {
    bottom: -26px;
    height: 112px;
  }

  .activities {
    min-height: auto;
    padding: 56px 0 132px;
  }

  .activities__container {
    height: auto;
  }

  .activities__heading {
    position: relative;
    top: auto;
    left: auto;
    width: fit-content;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .activities__heading .section-heading__label,
  .activities__heading .section-heading__title {
    position: static;
    white-space: normal;
  }

  .activities__heading .section-heading__label {
    margin: 0 0 4px;
    font-family: var(--font-en);
    font-weight: 700;
    letter-spacing: 0.04em;
  }

  .activities__heading .section-heading__title {
    font-family: var(--font-jp);
    font-size: var(--fs-heading);
    font-weight: 500;
    line-height: 1.25;
  }

  .activities__ornament--left {
    top: auto;
    bottom: 220px;
    left: -320px;
    width: 620px;
    height: 557px;
  }

  .activities__list {
    display: grid;
    height: auto;
    gap: 60px;
    margin-top: 112px;
  }

  .activity-card,
  .activity-card--photo-right {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    width: 100%;
    max-width: 560px;
    height: auto;
    min-height: 0;
    margin: 0 auto;
  }

  .activity-card--photo-right .activity-card__photo,
  .activity-card--photo-right .activity-card__copy {
    order: initial;
  }

  .activity-card__photo {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 490px;
    height: auto;
    margin: 0 auto;
    aspect-ratio: 490 / 282;
  }

  .activity-card--photo-right .activity-card__photo {
    left: auto;
  }

  .activity-card__title-wrap,
  .activity-card--photo-right .activity-card__title-wrap {
    position: relative;
    top: auto;
    left: auto;
    width: min(490px, 100%);
    height: auto;
    margin: 22px auto 0;
  }

  .activity-card__title {
    white-space: normal;
  }

  .activity-card__copy {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 490px;
    height: auto;
    min-height: auto;
    margin: 14px auto 0;
    padding: 20px clamp(16px, 4vw, 20px) 22px;
  }

  .activity-card--photo-right .activity-card__copy,
  .activity-card--lecture .activity-card__copy {
    left: auto;
    padding: 20px clamp(16px, 4vw, 20px) 22px;
  }

  .member {
    min-height: auto;
    padding: 58px 0 128px;
  }

  .member__container {
    min-height: 0;
    padding-top: 0;
    padding-bottom: 64px;
  }

  .member__heading {
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .member__heading .section-heading__label,
  .member__heading .section-heading__title {
    position: static;
    width: auto;
    white-space: nowrap;
  }

  .member__heading .section-heading__label {
    margin: 0 0 4px;
    text-align: center;
  }

  .member__heading .section-heading__title {
    margin: 0;
  }

  .member__stage {
    width: 100%;
    margin-top: var(--member-card-margin-top);
  }

  .member__bird {
    top: var(--member-bird-top);
    right: var(--member-bird-right);
    transform: scale(0.86);
    transform-origin: top right;
  }

  .member__table-card {
    width: 100%;
    margin: 0;
    margin-right: 0;
    padding: 22px 18px;
  }

  .member-table,
  .member-table tbody,
  .member-table tr,
  .member-table th,
  .member-table td {
    display: block;
  }

  .member-table tr {
    display: grid;
    grid-template-columns: minmax(82px, auto) minmax(0, 1fr);
    gap: 4px 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(169, 169, 169, 0.2);
  }

  .member-table tbody tr:last-child {
    border-bottom: 0;
  }

  .member-table th,
  .member-table td {
    border-bottom: 0;
    padding: 0;
    font-size: 16px;
    text-align: left;
  }

  .member-table th {
    padding-left: 12px;
  }

  .member-table__names {
    width: auto;
    gap: 6px 16px;
  }

  .member__flower {
    top: auto;
    bottom: -78px;
    right: auto;
    left: var(--member-flower-left);
    width: 100px;
  }

  .contact {
    margin-top: -80px;
    padding: 176px 0 74px;
    background: linear-gradient(to bottom, transparent 0, transparent 80px, var(--color-white) 80px, var(--color-white) 100%);
  }

  .contact__forest {
    top: 0;
    left: -120px;
    width: calc(100% + 240px);
    height: 100%;
  }

  .contact__container {
    padding-top: 0;
  }

  .contact__card {
    height: auto;
    padding: 40px 24px 32px;
  }

  .contact__buttons {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .contact-button {
    min-height: 66px;
  }

  .contact__phone {
    margin-left: 0;
  }

  .site-footer__inner {
    grid-template-columns: minmax(0, 1fr) clamp(100px, 20vw, 132px);
    grid-template-rows: auto auto auto minmax(24px, auto);
    column-gap: 20px;
    padding: 42px var(--container-gutter) 0;
  }

  .site-footer__logo {
    grid-column: 1;
    grid-row: 1;
  }

  .site-footer__address,
  .site-footer__contact {
    width: auto;
    padding-right: 0;
  }

  .site-footer__address {
    grid-column: 1;
    grid-row: 2;
    margin-top: 22px;
  }

  .site-footer__contact {
    grid-column: 1;
    grid-row: 3;
    margin-top: 10px;
  }

  .site-footer__nav {
    display: none;
  }

  .site-footer__nav-list,
  .site-footer__utility-list {
    flex-wrap: wrap;
    gap: 10px 22px;
  }

  .site-footer__tree {
    grid-column: 2;
    grid-row: 2 / 5;
    align-self: end;
    justify-self: end;
    width: clamp(100px, 20vw, 132px);
  }

  .site-footer__bottom {
    height: 101px;
  }

  .site-footer__copyright {
    width: calc(100% - 48px);
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .message__tree {
    display: block;
    right: clamp(24px, 4vw, 40px);
    bottom: 65px;
    width: clamp(124px, 15vw, 154px);
  }

  .message__bird {
    display: block;
    right: clamp(170px, 21vw, 214px);
    bottom: 65px;
    width: clamp(30px, 3.5vw, 36px);
  }

  .member {
    min-height: auto;
    padding: 0 0 128px;
  }

  .member__container {
    position: relative;
    --member-card-margin-top: 32px;
    --member-bird-top: -61px;
    --member-bird-right: 65px;
    --member-flower-top: 327px;
    --member-flower-left: -65px;
    height: auto;
    min-height: 0;
    padding-top: 72px;
    padding-bottom: 80px;
  }

  .member__heading {
    position: relative;
    top: auto;
    left: auto;
    width: 197px;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }

  .member__heading .section-heading__label {
    position: static;
    width: fit-content;
    margin: 0 auto 14px;
    font-family: var(--font-accent);
    font-weight: 600;
    letter-spacing: 0.09em;
    line-height: 20px;
    text-align: center;
  }

  .member__heading .section-heading__label::before {
    content: none;
  }

  .member__heading .section-heading__title {
    position: static;
    margin: 0;
    font-family: var(--font-round);
    font-size: 38px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1;
    white-space: nowrap;
  }

  .member__stage {
    width: min(100%, var(--member-card-width));
    margin-top: var(--member-card-margin-top);
  }

  .member__bird {
    top: var(--member-bird-top);
    right: var(--member-bird-right);
    width: 56px;
    height: 68px;
    transform: none;
  }

  .member__table-card {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    min-height: 393px;
    margin: 0;
    padding: 31px 56px 35px 37px;
  }

  .member-table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }

  .member-table tbody {
    position: static;
    display: table-row-group;
    width: 100%;
    height: auto;
  }

  .member-table tr {
    position: static;
    display: table-row;
    width: 100%;
    min-height: 0;
    padding: 0;
    border-bottom: 0;
  }

  .member-table th,
  .member-table td {
    position: static;
    display: table-cell;
    width: auto;
    border-bottom: 1px solid rgba(169, 169, 169, 0.2);
    padding: 15px 0 15px 30px;
    font-size: 16px;
    line-height: 27px;
    vertical-align: top;
    white-space: nowrap;
    text-align: left;
  }

  .member-table tbody tr:last-child {
    border-bottom: 0;
  }

  .member-table tbody tr:last-child th,
  .member-table tbody tr:last-child td {
    border-bottom: 0;
  }

  .member-table th[data-label="役職"],
  .member-table td[data-label="役職"] {
    width: 143px;
    white-space: nowrap;
  }

  .member-table th[data-label="氏名"],
  .member-table td[data-label="氏名"] {
    width: auto;
    white-space: nowrap;
  }

  .member-table__names {
    width: auto;
    gap: 11px 24px;
  }

  .member__flower {
    top: var(--member-flower-top);
    right: auto;
    bottom: auto;
    left: var(--member-flower-left);
    width: 136px;
    height: 133px;
  }
}

/* =========================================================
   Narrow SP
   ========================================================= */
@media (max-width: 480px) {
  :root {
    --fs-heading: 25px;
    --fs-hero: 27px;
    --container-gutter: 30px;
  }

  .site-header__inner {
    min-height: 76px;
    padding: 10px 16px;
  }

  .site-header__logo {
    width: 198px;
    height: 48px;
  }

  .site-header__logo .site-logo__mark {
    width: 50px;
    height: 43px;
  }

  .site-header__logo .site-logo__wordmark {
    top: 2.7px;
    left: 62.5px;
    width: 135px;
    height: auto;
  }

  .site-header__hamburger {
    width: 48px;
    height: 48px;
  }

  .drawer__panel {
    padding: 86px 20px 36px;
  }

  .hero__inner {
    padding-top: 102px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero {
    padding-bottom: 96px;
  }

  .hero__title {
    font-size: clamp(24px, 6.2vw, 30px);
    letter-spacing: 0.02em;
    line-height: 1.65;
  }

  .hero__title-line--offset {
    margin-left: 0;
  }

  .hero__visuals {
    height: clamp(252px, 68vw, 320px);
    margin-top: 24px;
  }

  .hero__photo {
    border-width: 7px;
  }

  .hero__photo--primary {
    width: 66%;
  }

  .hero__photo--secondary {
    top: 34%;
    left: 38%;
    width: 58%;
  }

  .hero-search {
    margin-top: 24px;
    padding: 28px 14px 24px;
  }

  .hero-search__label {
    font-size: 14px;
  }

  .hero-search__title {
    font-size: 22px;
  }

  .hero-search__list {
    gap: 12px;
  }

  .hero-search-card {
    height: 118px;
    padding-top: 13px;
  }

  .hero-search-card::before {
    top: 75px;
    width: 30px;
    height: 28px;
  }

  .hero-search-card__en {
    font-size: 11.5px;
    line-height: 20px;
  }

  .hero-search-card__title {
    font-size: 15.5px;
    line-height: 21px;
    letter-spacing: 0.04em;
  }

  .hero-search-card__icon {
    top: 60px;
    width: 45px;
    height: 45px;
  }

  .news__container {
    grid-template-columns: minmax(0, 1fr) minmax(136px, 154px);
    column-gap: 10px;
  }

  .news .section-heading {
    min-width: 0;
  }

  .news__button {
    min-width: 0;
    min-height: 44px;
    width: clamp(136px, 36vw, 154px);
    height: 44px;
  }

  .news__button span {
    font-size: 14px;
  }

  .news__button .button__icon {
    width: 5px;
    height: 10.5px;
    margin-right: 13px;
  }

  .news {
    padding-bottom: 178px;
  }

  .section-wave--news-message {
    bottom: -54px;
    height: 104px;
  }

  .message__title-ornament {
    margin-left: min(203px, calc(100% - 99.303px));
  }

  .message__signature {
    font-size: 16px;
  }

  .activity-card__copy {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
  }

  .activity-card__title,
  .contact__title {
    font-size: 23px;
  }

  .contact__phone a {
    display: block;
    margin-top: 2px;
    font-size: 22px;
  }

  .site-footer__nav {
    padding-right: 0;
  }

  .site-footer__inner {
    grid-template-columns: minmax(0, 1fr) clamp(86px, 24vw, 96px);
    column-gap: 12px;
  }

  .site-footer__address,
  .site-footer__contact {
    padding-right: 0;
    white-space: normal;
  }

  .site-footer__address .site-footer__address-building {
    display: block;
  }

  .site-footer__tree {
    width: clamp(86px, 24vw, 96px);
  }
}

@media (max-width: 1024px) {
  .page-hero {
    padding: 136px 0 66px;
  }

  .page-hero--news-detail {
    padding-bottom: 52px;
  }

  .page-hero__ornament--right {
    right: -220px;
    width: 438px;
  }

  .page-hero__heading .section-heading__title {
    font-size: 38px;
  }

  .news-archive,
  .news-detail {
    padding: 64px 0 112px;
  }

  .news-archive,
  .news-detail {
    padding-top: 0;
  }

  .news-card__link {
    grid-template-columns: 128px minmax(0, 1fr) 40px;
    gap: 22px;
    padding: 26px 28px;
  }

  .news-card__title {
    font-size: 19px;
  }

  .news-detail__card {
    padding: 56px clamp(36px, 5vw, 52px) 52px;
  }

  .news-detail__title {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .page-hero {
    padding: 116px 0 58px;
  }

  .page-hero--news-detail {
    padding-bottom: 46px;
  }

  .page-hero::after {
    height: 56px;
  }

  .page-hero__ornament--left {
    bottom: -150px;
    left: -270px;
  }

  .page-hero__ornament--right {
    top: -118px;
    right: -300px;
    width: 430px;
  }

  .page-hero__heading .section-heading__title {
    font-size: 34px;
  }

  .page-hero__lead {
    margin-top: 22px;
    font-size: 15px;
    line-height: 28px;
  }

  .news-archive,
  .news-detail {
    padding: 52px 0 96px;
  }

  .news-archive,
  .news-detail {
    padding-top: 0;
  }

  .news-card__link {
    grid-template-columns: minmax(0, 1fr) 38px;
    grid-template-rows: auto auto;
    gap: 14px 18px;
    min-height: 0;
    padding: 24px 22px;
  }

  .news-card__meta {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 12px;
    align-items: center;
  }

  .news-card__body {
    grid-column: 1;
    grid-row: 2;
  }

  .news-card__arrow {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    width: 38px;
    height: 38px;
  }

  .news-card__title {
    font-size: 18px;
    line-height: 1.6;
  }

  .news-card__excerpt {
    font-size: 14px;
  }

  .pagination {
    margin-top: 34px;
  }

  .news-detail__card {
    padding: 44px 28px 42px;
    border-radius: var(--radius-md);
  }

  .news-detail__header {
    padding-bottom: 28px;
  }

  .news-detail__title {
    font-size: 27px;
    line-height: 1.55;
  }

  .news-detail__body {
    padding-top: 30px;
    font-size: 15px;
    line-height: 1.95;
  }

  .news-detail__body h2,
  .news-detail__body h3 {
    margin-top: 36px;
    column-gap: 10px;
  }

  .news-detail__body h2 {
    padding-bottom: 12px;
    font-size: 23px;
  }

  .news-detail__body h3 {
    font-size: 20px;
  }

  .news-detail__body h4,
  .news-detail__body h5,
  .news-detail__body h6 {
    margin-top: 30px;
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  .page-hero {
    padding: 100px 0 48px;
  }

  .page-hero--news-detail {
    padding-bottom: 40px;
  }

  .page-hero::after {
    height: 48px;
  }

  .page-hero__heading .section-heading__title {
    font-size: 30px;
  }

  .page-hero__lead {
    font-size: 14px;
    line-height: 26px;
  }

  .news-archive,
  .news-detail {
    padding: 42px 0 82px;
  }

  .news-archive,
  .news-detail {
    padding-top: 0;
  }

  .news-card__link {
    grid-template-columns: minmax(0, 1fr) 34px;
    gap: 12px 14px;
    padding: 22px 18px;
  }

  .news-card__date {
    font-size: 15px;
  }

  .news-card__category,
  .news-detail__category {
    min-width: 86px;
    width: auto;
    height: 24px;
    padding: 0 12px;
    font-size: 13px;
  }

  .news-card__title {
    font-size: 17px;
  }

  .news-card__excerpt {
    font-size: 13px;
    line-height: 1.75;
  }

  .news-card__arrow {
    width: 34px;
    height: 34px;
  }

  .pagination__item {
    min-width: 40px;
    height: 40px;
    padding: 0 14px;
    font-size: 14px;
  }

  .news-detail__card {
    padding: 36px 20px;
  }

  .news-detail__meta {
    margin-bottom: 18px;
  }

  .news-detail__title {
    font-size: 24px;
  }

  .news-detail__body h2 {
    font-size: 21px;
  }

  .news-detail__body h2::before {
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 5px rgba(87, 177, 216, 0.13);
  }

  .news-detail__body h3 {
    font-size: 19px;
  }

  .news-detail__body h3::before {
    width: 4px;
  }

  .news-detail__body h4,
  .news-detail__body h5,
  .news-detail__body h6 {
    font-size: 16px;
  }

  .news-detail__footer {
    margin-top: 42px;
  }
}
