@charset "UTF-8";
.page-growth #contents,
.page-strategy #contents {
  padding-top: 80px;
}

@media screen and (max-width: 750px) {
  .page-growth #contents,
  .page-strategy #contents {
    padding-top: 60px;
  }
}
header {
  background-color: transparent;
  box-shadow: none;
}

header .menu {
  color: #333333;
}

header .menu .button .line {
  background-color: #333333;
}

.outofmv header .menu {
  color: #333333;
}

.outofmv header .menu .button .line {
  background-color: #333333;
}

body.page-growth header .logo,
body.page-strategy header .logo {
  background-color: #fff;
  padding: 0.8em 1.3em;
}

body.page-growth header .logo a,
body.page-strategy header .logo a {
  background-color: transparent;
}

.ss26-firstview {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #FFFFFF;
}

.ss26-fv__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 5vw;
}

.ss26-h1__heading {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-weight: 700 !important;
  font-size: clamp(30px, 5vw, 48px);
  color: #14293E;
  text-align: center;
  line-height: 1.7;
  margin-top: 60px;
  margin-bottom: 40px;
}

.ss26-fv__lead {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 3vw, 16px);
  color: #14293E;
  text-align: center;
  line-height: 2.2;
  margin-bottom: 30px;
}

.ss26-fv__buttons {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 50px;
}

.ss26-fv__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 40px;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  border-radius: 25px;
  transition: opacity 0.2s;
}
.ss26-fv__btn:hover {
  opacity: 0.8;
}
.ss26-fv__btn--outline {
  color: #00B0BC;
  border: 2px solid #00B0BC;
  background-color: transparent;
}
.ss26-fv__btn--fill {
  color: #FFFFFF;
  background-color: #00B0BC;
  border: 2px solid #00B0BC;
}

.ss26-fv__hero {
  max-width: 1400px;
  margin: 0 auto 40px;
}
.ss26-fv__hero img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.ss26-fv__desc {
  font-weight: 500;
  color: #333333;
  font-size: clamp(12px, 3vw, 16px);
  text-align: center;
  line-height: 2;
}

#mainvisual.ss26-firstview::after {
  display: none;
}

.ss26-text-bold {
  color: #208EC7;
  font-weight: 700;
}

.ss26-page-header {
  padding-bottom: 60px;
  background-color: #FFFFFF;
}

.ss26-page-header__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 5vw;
}

.ss26-page-header__label {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 3vw, 23px);
  color: #208EC7;
  line-height: 1.5;
  margin-bottom: 32px;
}

.ss26-page-header__heading {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-weight: 700 !important;
  font-size: clamp(30px, 5vw, 43px);
  color: #14293E;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 32px;
}

.ss26-page-header__lead {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 2.5vw, 18px);
  color: #14293E;
  text-align: center;
  line-height: 2;
  margin-bottom: 40px;
}

.ss26-page-header__hero {
  margin-bottom: 40px;
}
.ss26-page-header__hero img {
  width: 100%;
  height: auto;
  display: block;
}

.ss26-page-header__desc {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 3vw, 16px);
  color: #14293E;
  text-align: left;
  line-height: 2;
  max-width: 700px;
  margin: 0 auto;
}

.ss26-section {
  padding: 90px 0 100px;
  background-color: #FFFFFF;
}
.ss26-section--light {
  background-color: #F8F8F8;
}

.ss26-section__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

.ss26-section__heading {
  margin-bottom: 30px;
}

.ss26-section__heading {
  max-width: 700px;
  margin: 0 auto;
}

.ss26-section__desc {
  max-width: 700px;
  margin: 0 auto;
}

.ss26-section__tag {
  display: inline-block;
  background-color: #208EC7;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 3px;
  margin-bottom: 12px;
}

.ss26-section__title {
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 700 !important;
  color: #14293E;
  line-height: 1.7;
  margin: 0;
}

.ss26-section__image {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.ss26-section__image img {
  max-width: 400px;
  width: 100%;
  height: auto;
}

.ss26-section__desc {
  margin-top: 30px;
  margin-bottom: 40px;
  line-height: 2;
  color: #333333;
  font-size: clamp(14px, 3vw, 16px);
}

.ss26-section__divider {
  max-width: 960px;
  margin: 10px auto;
  border: none;
  border-top: 1px solid #DDDDDD;
}

.ss26-section__block {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 20px 0;
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (min-width: 1001px) {
  #growth-value .ss26-section__block {
    max-width: 900px;
  }
}
.ss26-section__inner > .ss26-section__block:last-child {
  padding-bottom: 0;
}

.ss26-section__block-content > :last-child,
.ss26-section__block--vertical > :last-child {
  margin-bottom: 0;
}

.ss26-section__list {
  list-style: disc;
  color: #208EC7;
  line-height: 2;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-weight: 700;
  font-size: clamp(14px, 2.5vw, 18px);
  margin-left: 1.5em;
  margin-bottom: 30px;
}

.ss26-section__block-label {
  flex-shrink: 0;
  width: 250px;
}
.ss26-section__block-label--send {
  width: 20px;
  padding-right: 30px;
  margin-left: -90px;
  display: flex;
  align-items: center;
  align-self: stretch;
}

.ss26-section__block-number {
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 700;
  color: #208EC7;
  line-height: 1.6;
}

.ss26-section__block-content {
  flex: 1;
}

.ss26-section__block-catchcopy {
  font-size: clamp(20px, 2.5vw, 29px);
  font-weight: 700;
  color: #333333;
  line-height: 1.6;
  margin: 0 0 20px;
}

.ss26-section__block-desc {
  margin-bottom: 24px;
  line-height: 2;
  color: #333333;
  font-size: 14px;
}

.ss26-section__block--vertical {
  flex-direction: column;
  gap: 16px;
  max-width: 700px;
  margin: 0 auto;
  padding: 30px 0;
}

.ss26-section__number {
  display: block;
  font-family: "EB Garamond", serif;
  font-size: clamp(40px, 6vw, 70px);
  font-weight: 500;
  font-style: italic;
  color: #a4c7ea;
  line-height: 1;
  margin-bottom: 8px;
}

.ss26-section__point-box {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  border: 8px solid #a4c7ea;
  margin-top: 20px;
}

.ss26-section__point-box-inner {
  background-color: #f6f9fc;
  padding: 32px 80px;
}

.ss26-section__point-box-text {
  font-size: clamp(16px, 3vw, 23px);
  font-weight: 700;
  color: #14293E;
  line-height: 1.8;
  margin: 0;
}

.growth-archive__cards {
  display: flex;
  flex-direction: column;
  max-width: 700px;
  margin: 0 auto;
  gap: 24px;
  margin-top: 40px;
}

.growth-archive__card {
  display: flex;
  align-items: center;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  overflow: hidden;
}

.growth-archive__card-label {
  font-size: clamp(14px, 2.5vw, 19px);
  font-weight: 700;
  color: #208EC7;
  text-decoration: none;
  white-space: nowrap;
}

.growth-archive__card-national {
  flex: 1;
  padding: 24px 20px;
  text-align: center;
  max-width: 170px;
}

.growth-archive__card-sublabel {
  font-size: clamp(12px, 2vw, 16px);
  color: #A4A4A4;
  margin-bottom: 4px;
}

.growth-archive__card-rate {
  font-size: clamp(24px, 5vw, 36px);
  font-weight: 700;
  color: #14293E;
  line-height: 1.3;
}

.growth-archive__card-amount {
  font-size: clamp(12px, 2vw, 16px);
  font-weight: 700;
  color: #14293E;
  margin-top: 4px;
}

.growth-archive__card-support {
  flex: 1;
  padding: 24px 20px;
  text-align: center;
  background-color: #226093;
  border-radius: 8px;
}

.growth-archive__card-support-label {
  display: inline-block;
  font-size: clamp(10px, 1.8vw, 14px);
  font-weight: 700;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 2px 10px;
  margin-bottom: 8px;
}

.growth-archive__card-support-rate {
  font-size: clamp(26px, 5vw, 38px);
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.3;
}

.growth-archive__card-support-amount {
  font-size: clamp(14px, 2.5vw, 19px);
  font-weight: 700;
  color: #FFFFFF;
  margin-top: 4px;
}

.growth-archive__note {
  max-width: 700px;
  margin: 0 auto;
  font-size: clamp(9px, 1.5vw, 10px);
  color: #A4A4A4;
  margin-top: 16px;
  line-height: 1.8;
}

.ss26-cta {
  padding: 90px 0 100px;
  background-color: #F8F8F8;
  text-align: center;
}

.ss26-cta__inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}

.ss26-cta__text {
  font-size: clamp(14px, 2.5vw, 18px);
  font-weight: 700;
  color: #14293E;
  line-height: 2;
  margin-bottom: 32px;
}

.ss26-cta__btn {
  display: inline-block;
  padding: 14px 48px;
  font-size: clamp(16px, 2.5vw, 20px);
  font-weight: 700;
  color: #FFFFFF;
  background-color: #00B0BC;
  border-radius: 9999px;
  text-decoration: none;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
.ss26-cta__btn:hover {
  background-color: #009da8;
  opacity: 0.9;
}
.ss26-cta__btn:active {
  background-color: #00868f;
}

.ss26-section.-revealer,
.ss26-cta.-revealer {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease, transform 1s ease;
}
.ss26-section.-revealer.-anim-start,
.ss26-cta.-revealer.-anim-start {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 1000px) {
  .ss26-section__block-label--send {
    margin-left: 0;
  }
  .ss26-section__block {
    flex-direction: column;
    gap: 16px;
    padding: 30px 0;
  }
  .ss26-section__block {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .ss26-firstview {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .ss26-h1__heading {
    margin-top: 40px;
  }
  .ss26-fv__heading {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .ss26-fv__lead {
    line-height: 2;
    margin-bottom: 20px;
  }
  .ss26-fv__buttons {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
  }
  .ss26-fv__btn {
    width: 100%;
    max-width: 280px;
    font-size: 16px;
    height: 46px;
  }
  .ss26-fv__hero {
    margin-bottom: 24px;
  }
  .ss26-fv__hero img {
    height: 180px;
  }
  .ss26-fv__desc {
    font-size: 14px;
    text-align: left;
    line-height: 1.9;
  }
  .ss26-page-header {
    padding-bottom: 40px;
  }
  .ss26-page-header__label {
    margin-bottom: 20px;
  }
  .ss26-page-header__heading {
    margin-bottom: 24px;
  }
  .ss26-page-header__lead {
    margin-bottom: 24px;
  }
  .ss26-page-header__hero {
    margin-bottom: 24px;
  }
  .ss26-page-header__desc {
    text-align: left;
    line-height: 1.9;
  }
  .ss26-section {
    padding: 60px 0 60px;
  }
  .ss26-cta {
    padding: 60px 0 60px;
  }
  .ss26-section__heading {
    margin-bottom: 20px;
  }
  .ss26-section__desc {
    margin-bottom: 30px;
  }
  .ss26-section__heading,
  .ss26-section__desc {
    margin-left: 0;
    margin-right: 0;
  }
  .ss26-section__block {
    flex-direction: column;
    gap: 16px;
    padding: 20px 0;
  }
  .ss26-section__number {
    margin-bottom: 0;
  }
  .ss26-section__block-label {
    width: 100%;
  }
  .ss26-section__point-box {
    border-width: 5px;
    padding: 0;
  }
  .ss26-section__point-box-inner {
    padding: 24px 20px;
  }
  .ss26-section__image {
    padding: 0 50px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .growth-archive__cards {
    max-width: 340px;
  }
  .growth-archive__card {
    flex-direction: column;
  }
  .growth-archive__card-label {
    padding-top: 10px;
    padding-bottom: 4px;
    font-size: 20px;
  }
  .growth-archive__card-national {
    padding: 8px 16px;
  }
  .growth-archive__card-support {
    width: 100%;
    padding: 16px;
    border-radius: 0 0 8px 8px;
  }
}
footer .upper {
  background-color: #FFFFFF;
}

.ss26-footer__body {
  background-color: #384951;
  color: #FFFFFF;
  padding: 70px 0;
  font-size: 14px;
}

.ss26-footer__inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 40px;
}

.ss26-footer__company {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 60px;
}

.ss26-footer__logo {
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}

.ss26-footer__info {
  line-height: 2;
}

.ss26-footer__divider {
  border: none;
  border-top: 1px solid #FFFFFF;
  margin: 40px 0 30px;
}

.ss26-footer__copyright {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .ss26-footer__body {
    padding: 40px 0;
  }
  .ss26-footer__inner {
    padding: 0 5vw;
  }
  .ss26-footer__company {
    flex-direction: column;
    gap: 20px;
  }
  .ss26-footer__info {
    line-height: 1.8;
  }
  .ss26-footer__divider {
    margin: 30px 0 20px;
  }
}
@media screen and (max-width: 770px) {
  footer {
    padding-bottom: 0 !important;
  }
  #sp_cta {
    width: auto !important;
    right: 12px;
    left: auto;
    bottom: 14px;
    transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.3s ease;
  }
  #sp_cta .seikyu {
    display: none !important;
  }
  #sp_cta ul {
    width: auto;
    flex-wrap: nowrap;
    justify-content: flex-end;
    background: transparent;
  }
  #sp_cta li {
    width: auto;
    padding: 0;
    background: transparent !important;
    border: none !important;
  }
  #sp_cta li:first-child {
    border-right: none;
  }
  #sp_cta .toiawase {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
    width: 80px;
    height: 80px;
    padding: 14px 0 0;
    background: #226093;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1;
    border-radius: 50%;
    box-shadow: 0 8px 22px rgba(20, 41, 62, 0.3);
    text-decoration: none;
    transition: background-color 0.2s ease, transform 0.15s ease;
    box-sizing: border-box;
  }
  #sp_cta .toiawase img {
    display: none !important;
  }
  #sp_cta .toiawase:hover, #sp_cta .toiawase:focus-visible {
    background: #1a4f7a;
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(20, 41, 62, 0.32);
  }
  #sp_cta .toiawase:active {
    transform: translateY(0);
  }
  #sp_cta .toiawase__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  #sp_cta .toiawase__icon svg {
    width: 26px;
    height: 26px;
    display: block;
    fill: currentColor;
  }
  #sp_cta .toiawase__label {
    white-space: nowrap;
    font-size: 10px;
    letter-spacing: 0.01em;
  }
  #sp_cta.-sp-cta-hidden {
    transform: translateY(140%);
    opacity: 0;
    pointer-events: none;
  }
}
.gn-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.gn-reveal.-gn-active {
  opacity: 1;
  transform: translateY(0);
}

.gn-stagger-item {
  --gn-stagger-index: 0;
  --gn-stagger-step: 200ms;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition-delay: calc(var(--gn-stagger-index) * var(--gn-stagger-step));
}
.gn-stagger.-gn-active .gn-stagger-item {
  opacity: 1;
  transform: translateY(0);
}

.gn-counter {
  font-variant-numeric: tabular-nums;
}

.gn-counter__num {
  font-variant-numeric: tabular-nums;
}

.gn-counter__up {
  display: inline-block;
  margin-left: 0.05em;
  opacity: 0;
  transform: translateY(-4px) scale(0.85);
  transform-origin: center bottom;
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.gn-counter.-gn-counted .gn-counter__up {
  opacity: 1;
  transform: translateY(0) scale(1);
  animation: gn-counter-up-pulse 0.55s ease-out 0.35s 1;
}

@keyframes gn-counter-up-pulse {
  0% {
    transform: translateY(0) scale(1);
  }
  40% {
    transform: translateY(-2px) scale(1.18);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
.gn-archive-support-emphasis {
  position: relative;
  will-change: transform, box-shadow;
}

.gn-stagger.-gn-active .gn-stagger-item .gn-archive-support-emphasis {
  animation: gn-archive-support-pulse 1.6s ease-out calc(var(--gn-stagger-index, 0) * var(--gn-stagger-step, 200ms) + 0.8s) 1 both;
}

@keyframes gn-archive-support-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(34, 96, 147, 0);
    transform: scale(1);
  }
  35% {
    box-shadow: 0 0 0 10px rgba(34, 96, 147, 0.18);
    transform: scale(1.02);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(34, 96, 147, 0);
    transform: scale(1);
  }
}
.ss26-section__image.gn-cycle-image img {
  opacity: 0;
  transform: rotate(-12deg) scale(0.92);
  transform-origin: center center;
}

.ss26-section.-revealer.-anim-start .ss26-section__image.gn-cycle-image img {
  opacity: 1;
  transform: rotate(0deg) scale(1);
  transition: opacity 1.2s ease, transform 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.2s;
}

.ss26-section__block.gn-value-block {
  opacity: 0;
  transform: translateY(24px);
}

.ss26-section.-revealer.-anim-start .ss26-section__block.gn-value-block {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: calc(0.4s + var(--gn-stagger-index, 0) * 200ms);
}

.ss26-section__block.gn-phase-block {
  position: relative;
  opacity: 0;
  transform: translateX(-20px);
}

.ss26-section.-revealer.-anim-start .ss26-section__block.gn-phase-block {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.7s ease, transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: calc(0.4s + var(--gn-stagger-index, 0) * 250ms);
}

.ss26-section__block.gn-phase-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #208EC7 0%, #3DA3D5 100%);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.9s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.ss26-section.-revealer.-anim-start .ss26-section__block.gn-phase-block::before {
  transform: scaleY(1);
  transition-delay: calc(0.4s + var(--gn-stagger-index, 0) * 250ms);
}

.ss26-section__block.gn-phase-block .ss26-section__block-number {
  display: inline-block;
  transform-origin: left center;
}

.ss26-section.-revealer.-anim-start .ss26-section__block.gn-phase-block .ss26-section__block-number {
  animation: gn-phase-number-pulse 1s ease-out calc(0.4s + var(--gn-stagger-index, 0) * 250ms + 0.3s) 1 both;
}

@keyframes gn-phase-number-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
body.page-growth .ss26-page-header__label,
body.page-growth .ss26-page-header__heading,
body.page-growth .ss26-page-header__lead,
body.page-growth .ss26-page-header__desc {
  animation: gn-hero-rise 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
body.page-growth .ss26-page-header__label {
  animation-delay: 0s;
}
body.page-growth .ss26-page-header__heading {
  animation-delay: 0.12s;
}
body.page-growth .ss26-page-header__lead {
  animation-delay: 0.24s;
}
body.page-growth .ss26-page-header__desc {
  animation-delay: 0.36s;
}

@keyframes gn-hero-rise {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.ss26-section__block.gn-risk-block {
  opacity: 0;
  transform: translateY(20px);
}

.ss26-section.-revealer.-anim-start .ss26-section__block.gn-risk-block {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: calc(0.4s + var(--gn-stagger-index, 0) * 200ms);
}

.ss26-section__block.gn-risk-block .ss26-section__number {
  display: inline-block;
  opacity: 0;
  transform: rotate(-12deg) translateY(20px) scale(0.85);
  transform-origin: bottom left;
}

.ss26-section.-revealer.-anim-start .ss26-section__block.gn-risk-block .ss26-section__number {
  opacity: 1;
  transform: rotate(0deg) translateY(0) scale(1);
  transition: opacity 0.6s ease, transform 0.9s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition-delay: calc(0.4s + var(--gn-stagger-index, 0) * 200ms + 0.2s);
}

.ss26-section__point-box.gn-point-box {
  opacity: 0;
  transform: translateY(30px) scale(0.96);
  transform-origin: center center;
}

.ss26-section.-revealer.-anim-start .ss26-section__point-box.gn-point-box {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity 0.9s ease, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 1.3s;
  animation: gn-point-box-glow 1.6s ease-out 2.3s 1 both;
}

@keyframes gn-point-box-glow {
  0% {
    box-shadow: 0 0 0 0 rgba(32, 142, 199, 0);
  }
  40% {
    box-shadow: 0 0 0 14px rgba(32, 142, 199, 0.18);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(32, 142, 199, 0);
  }
}
.ss26-cta.-revealer .ss26-cta__btn.gn-cta-btn-enhanced {
  opacity: 0;
  transform: translateY(10px);
}

.ss26-cta.-revealer.-anim-start .ss26-cta__btn.gn-cta-btn-enhanced {
  opacity: 1;
  transform: translateY(0);
  transition: background-color 0.3s ease, opacity 0.7s ease, transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.25s ease;
  transition-delay: 0.4s;
}
.ss26-cta.-revealer.-anim-start .ss26-cta__btn.gn-cta-btn-enhanced:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 176, 188, 0.35);
}
.ss26-cta.-revealer.-anim-start .ss26-cta__btn.gn-cta-btn-enhanced:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 176, 188, 0.25);
}
.ss26-cta.-revealer.-anim-start .ss26-cta__btn.gn-cta-btn-enhanced:focus-visible {
  outline: 3px solid #208EC7;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .gn-reveal,
  .gn-stagger-item,
  .gn-counter,
  .gn-counter__up,
  .gn-archive-support-emphasis,
  .gn-cycle-image img,
  .gn-value-block,
  .gn-phase-block,
  .gn-phase-block .ss26-section__block-number,
  .gn-risk-block,
  .gn-risk-block .ss26-section__number,
  .gn-point-box,
  .gn-cta-btn-enhanced,
  body.page-growth .ss26-page-header__label,
  body.page-growth .ss26-page-header__heading,
  body.page-growth .ss26-page-header__lead,
  body.page-growth .ss26-page-header__desc {
    transition: none !important;
    animation: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
  .gn-counter.-gn-counted .gn-counter__up {
    animation: none !important;
    transform: none !important;
  }
  .gn-phase-block::before {
    transform: scaleY(1) !important;
    transition: none !important;
  }
}
.ss26-firstview.ss26-firstview--video {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  max-height: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background-color: rgb(48, 102, 129);
  display: block;
}

.ss26-firstview__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.ss26-firstview__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(242deg, rgba(0, 161, 238, 0) 0%, rgb(48, 102, 129) 100%);
  z-index: 2;
  pointer-events: none;
}

.ss26-firstview__content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding: 0 5vw 0 max(60px, 11vw);
  text-align: left;
  color: #FFFFFF;
}

.ss26-firstview__heading {
  margin: 0;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-weight: 100;
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-size: clamp(40px, 6.5vw, 90px);
}
.ss26-firstview__heading > span {
  display: block;
}

.ss26-firstview__heading-jp {
  font-weight: 100;
  margin-bottom: 0.2em;
}

.ss26-firstview__heading-en {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(36px, 5.5vw, 76px);
  letter-spacing: 0.16em;
  margin-top: 0.3em;
  opacity: 0.95;
}

.ss26-firstview__char {
  display: inline-block;
  opacity: 0;
  transition: opacity 0.4s ease;
  white-space: pre;
}

.ss26-firstview.ss26-firstview--video.-typed .ss26-firstview__char {
  opacity: 1;
}

@media (max-width: 750px) {
  .ss26-firstview.ss26-firstview--video {
    height: 100vh;
    min-height: 480px;
  }
  .ss26-firstview__content {
    padding: 0 8vw;
    align-items: flex-start;
  }
  .ss26-firstview__heading {
    font-size: clamp(28px, 8vw, 48px);
    letter-spacing: 0.04em;
  }
  .ss26-firstview__heading-en {
    font-size: clamp(24px, 6.5vw, 36px);
    letter-spacing: 0.12em;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ss26-firstview__video {
    display: none !important;
  }
  .ss26-firstview.ss26-firstview--video {
    background-image: url("../img/ss26/mainvisual_poster.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .ss26-firstview__char {
    opacity: 1 !important;
    transition: none !important;
  }
}
.ss26-ceo-message {
  background-color: #FFFFFF;
  padding: clamp(60px, 8vw, 120px) 0;
  position: relative;
}

.ss26-ceo-message__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5vw;
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

.ss26-ceo-message__eyebrow {
  display: inline-block;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-size: clamp(13px, 1.6vw, 15px);
  font-weight: 600;
  color: #226093;
  letter-spacing: 0.18em;
  position: relative;
  padding-left: 18px;
  margin-bottom: 28px;
}
.ss26-ceo-message__eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 3px;
  height: 1.2em;
  background-color: #208EC7;
}

.ss26-ceo-message__heading {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-weight: 700;
  font-size: clamp(26px, 4vw, 42px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #14293E;
  margin: 0 0 32px;
}

.ss26-ceo-message__body {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 2.1;
  color: #333333;
  letter-spacing: 0.02em;
}
.ss26-ceo-message__body p {
  margin: 0 0 1.5em;
}
.ss26-ceo-message__body p:last-child {
  margin-bottom: 0;
}
.ss26-ceo-message__body strong {
  font-weight: 600;
  color: #14293E;
}

.ss26-ceo-message__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 36px;
}

.ss26-ceo-message__photo {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  overflow: hidden;
}
.ss26-ceo-message__photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
  object-position: center 44%;
  display: block;
  transform: scale(1.05);
  transform-origin: center 44%;
}

@media (max-width: 1000px) {
  .ss26-ceo-message__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .ss26-ceo-message__photo {
    max-width: 380px;
    margin: 0 auto;
    order: -1;
  }
  .ss26-ceo-message__actions {
    justify-content: center;
  }
}
@media (max-width: 750px) {
  .ss26-ceo-message__photo {
    max-width: 320px;
  }
}
.ss26-mountain-section {
  width: 100%;
  margin: clamp(40px, 6vw, 80px) 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.ss26-mountain-vision {
  position: relative;
  width: 100%;
}

.ss26-mountain-vision__visual {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}

.ss26-mountain-vision__img {
  display: block;
  width: 100%;
  height: auto;
}

.ss26-mountain-vision__text {
  position: absolute;
  top: 18%;
  left: max(40px, 7vw);
  max-width: min(560px, 45%);
  z-index: 5;
  color: #FFFFFF;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.9s ease, transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.ss26-mountain-vision__heading {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 3.4vw, 44px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  margin: 0 0 24px;
  text-shadow: 0 2px 16px rgba(97, 176, 255, 0.65);
}
.ss26-mountain-vision__heading > span {
  display: block;
}

.ss26-mountain-vision__lead {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-size: clamp(13px, 1.4vw, 16px);
  line-height: 2;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin: 0;
  text-shadow: 0 2px 12px rgba(97, 176, 255, 0.65);
}

.ss26-mountain-vision__label {
  position: absolute;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  color: #FFFFFF;
  text-shadow: 0 2px 14px rgba(97, 176, 255, 0.65);
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.85s cubic-bezier(0.22, 0.61, 0.36, 1);
  pointer-events: none;
  white-space: nowrap;
  z-index: 4;
  font-size: clamp(13px, 1.3vw, 18px);
  font-weight: 500;
  letter-spacing: 0.14em;
}

.ss26-mountain-vision__label--step1 {
  bottom: 5%;
  left: 54%;
}

.ss26-mountain-vision__label--step2 {
  bottom: 14%;
  left: 60%;
}

.ss26-mountain-vision__label--step3 {
  bottom: 23%;
  left: 56%;
}

.ss26-mountain-vision__label--step4 {
  bottom: 32%;
  left: 62%;
}

.ss26-mountain-vision__label--step5 {
  bottom: 41%;
  left: 58%;
}

.ss26-mountain-vision__label--step6 {
  bottom: 50%;
  left: 65%;
  transform: translate(-50%, 28px);
}

.ss26-mountain-vision__label--goal {
  top: 25%;
  left: 65%;
  transform: translate(-50%, 28px);
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(22px, 2.6vw, 42px);
  letter-spacing: 0.22em;
  color: #FBD74B;
}

.ss26-mountain-section.-revealer.-anim-start .ss26-mountain-vision__text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.ss26-mountain-section.-revealer.-anim-start .ss26-mountain-vision__label--step1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.ss26-mountain-section.-revealer.-anim-start .ss26-mountain-vision__label--step2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.ss26-mountain-section.-revealer.-anim-start .ss26-mountain-vision__label--step3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.ss26-mountain-section.-revealer.-anim-start .ss26-mountain-vision__label--step4 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}
.ss26-mountain-section.-revealer.-anim-start .ss26-mountain-vision__label--step5 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.4s;
}
.ss26-mountain-section.-revealer.-anim-start .ss26-mountain-vision__label--step6 {
  opacity: 1;
  transform: translate(-50%, 0);
  transition-delay: 1.6s;
}
.ss26-mountain-section.-revealer.-anim-start .ss26-mountain-vision__label--goal {
  opacity: 1;
  transform: translate(-50%, 0);
  transition-delay: 2s;
}

@media (max-width: 1000px) {
  .ss26-mountain-vision {
    display: block;
  }
  .ss26-mountain-vision__visual {
    aspect-ratio: 16/9;
    width: 100%;
  }
  .ss26-mountain-vision__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 70% center;
  }
  .ss26-mountain-vision__text {
    position: absolute;
    top: clamp(40px, 7vw, 80px);
    left: clamp(20px, 4vw, 36px);
    max-width: min(54%, 500px);
    color: #FFFFFF;
    text-align: left;
  }
  .ss26-mountain-vision__heading {
    font-size: clamp(20px, 3.4vw, 32px);
    margin-bottom: 14px;
  }
  .ss26-mountain-vision__lead {
    font-size: clamp(11px, 1.6vw, 14px);
    line-height: 1.8;
  }
  .ss26-mountain-vision__label {
    font-size: clamp(11px, 1.7vw, 15px);
    letter-spacing: 0.1em;
  }
  .ss26-mountain-vision__label--step1 {
    bottom: 5%;
    left: 50%;
  }
  .ss26-mountain-vision__label--step2 {
    bottom: 14%;
    left: 58%;
  }
  .ss26-mountain-vision__label--step3 {
    bottom: 23%;
    left: 54%;
  }
  .ss26-mountain-vision__label--step4 {
    bottom: 32%;
    left: 64%;
  }
  .ss26-mountain-vision__label--step5 {
    bottom: 41%;
    left: 60%;
  }
  .ss26-mountain-vision__label--step6 {
    bottom: 50%;
    left: 67%;
  }
  .ss26-mountain-vision__label--goal {
    top: 25%;
    left: 67%;
    right: auto;
    font-size: clamp(18px, 3vw, 28px);
    letter-spacing: 0.16em;
  }
}
@media (max-width: 750px) {
  .ss26-mountain-vision__visual {
    aspect-ratio: 1/1;
  }
  .ss26-mountain-vision__img {
    object-position: 65% center;
  }
  .ss26-mountain-vision__text {
    top: clamp(16px, 4vw, 28px);
    left: clamp(14px, 4vw, 20px);
    max-width: min(60%, 380px);
  }
  .ss26-mountain-vision__heading {
    font-size: clamp(20px, 4vw, 28px);
    margin-bottom: 10px;
  }
  .ss26-mountain-vision__lead {
    font-size: clamp(11px, 2vw, 13px);
    line-height: 1.7;
  }
  .ss26-mountain-vision__label {
    font-size: clamp(10px, 2.2vw, 13px);
    letter-spacing: 0.08em;
  }
  .ss26-mountain-vision__label--step1 {
    bottom: 5%;
    left: 32%;
  }
  .ss26-mountain-vision__label--step2 {
    bottom: 14%;
    left: 42%;
  }
  .ss26-mountain-vision__label--step3 {
    bottom: 23%;
    left: 48%;
  }
  .ss26-mountain-vision__label--step4 {
    bottom: 32%;
    left: 56%;
  }
  .ss26-mountain-vision__label--step5 {
    bottom: 41%;
    left: 52%;
  }
  .ss26-mountain-vision__label--step6 {
    bottom: 50%;
    left: 66%;
  }
  .ss26-mountain-vision__label--goal {
    top: 32%;
    bottom: auto;
    left: 66%;
    right: auto;
    font-size: clamp(16px, 3.6vw, 20px);
    letter-spacing: 0.14em;
  }
}
@media (max-width: 600px) {
  .ss26-mountain-vision__visual {
    aspect-ratio: 3/4;
  }
  .ss26-mountain-vision__img {
    object-position: 70% center;
  }
  .ss26-mountain-vision__text {
    max-width: calc(100% - clamp(28px, 8vw, 40px));
  }
  .ss26-mountain-vision__heading {
    font-size: clamp(20px, 5.5vw, 28px);
  }
  .ss26-mountain-vision__heading > span {
    display: block;
  }
  .ss26-mountain-vision__lead {
    font-size: clamp(11px, 3vw, 13px);
    line-height: 1.7;
  }
  .ss26-mountain-vision__label--step1 {
    bottom: 5%;
    left: 14%;
  }
  .ss26-mountain-vision__label--step2 {
    bottom: 14%;
    left: 28%;
  }
  .ss26-mountain-vision__label--step3 {
    bottom: 23%;
    left: 34%;
  }
  .ss26-mountain-vision__label--step4 {
    bottom: 32%;
    left: 44%;
  }
  .ss26-mountain-vision__label--step5 {
    bottom: 41%;
    left: 40%;
  }
  .ss26-mountain-vision__label--step6 {
    bottom: 50%;
    left: 55%;
  }
  .ss26-mountain-vision__label--goal {
    top: 32%;
    bottom: auto;
    left: 55%;
    font-size: clamp(15px, 4.5vw, 20px);
    letter-spacing: 0.14em;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ss26-mountain-vision__text,
  .ss26-mountain-vision__label {
    opacity: 1 !important;
    transition: none !important;
  }
  .ss26-mountain-vision__text {
    transform: none !important;
  }
  .ss26-mountain-vision__label {
    transform: none !important;
  }
  .ss26-mountain-vision__label--step6,
  .ss26-mountain-vision__label--goal {
    transform: translateX(-50%) !important;
  }
}
@media (prefers-reduced-motion: reduce) and (max-width: 1000px) {
  .ss26-mountain-vision__text {
    transform: none !important;
  }
}
.ss26-fv__btn--fill {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease !important;
}
.ss26-fv__btn--fill:hover {
  background-color: #FFFFFF !important;
  color: #00B0BC !important;
  border-color: #00B0BC !important;
  opacity: 1 !important;
}

.ss26-fv__btn--outline {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease !important;
}
.ss26-fv__btn--outline:hover {
  background-color: #00B0BC !important;
  color: #FFFFFF !important;
  border-color: #00B0BC !important;
  opacity: 1 !important;
}

.ss26-svc-btn:hover {
  background: #FFFFFF !important;
  color: #208EC7 !important;
  border-color: #208EC7 !important;
}

.ss26-svc-block--primary .ss26-svc-btn:hover {
  background: #FFFFFF !important;
  color: #00B0BC !important;
  border-color: #00B0BC !important;
}

.ss26-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: clamp(15px, 1.6vw, 19px);
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #B39065;
  margin-bottom: 18px;
}
.ss26-eyebrow::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}

body {
  overflow-x: hidden;
  overflow-x: clip;
}

.ga-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.7s ease;
}
.-anim-start .ga-reveal {
  opacity: 1;
  transform: translateY(0);
}

.ga-slide-left {
  opacity: 0;
  transform: translateX(-48px);
  transition: opacity 0.9s ease, transform 0.85s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.-anim-start .ga-slide-left {
  opacity: 1;
  transform: translateX(0);
}

.ga-slide-right {
  opacity: 0;
  transform: translateX(48px);
  transition: opacity 0.9s ease, transform 0.85s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.-anim-start .ga-slide-right {
  opacity: 1;
  transform: translateX(0);
}

.ga-delay-1 {
  transition-delay: 0.1s;
}

.ga-delay-2 {
  transition-delay: 0.2s;
}

.ga-delay-3 {
  transition-delay: 0.3s;
}

.ga-delay-4 {
  transition-delay: 0.4s;
}

.ga-delay-5 {
  transition-delay: 0.5s;
}

.ga-delay-6 {
  transition-delay: 0.6s;
}

.ga-stagger-item {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.65s ease, transform 0.55s ease;
}
.-anim-start .ga-stagger-item {
  opacity: 1;
  transform: translateY(0);
}
.ga-stagger-item:nth-child(1) {
  transition-delay: 0s;
}
.ga-stagger-item:nth-child(2) {
  transition-delay: 0.12s;
}
.ga-stagger-item:nth-child(3) {
  transition-delay: 0.24s;
}
.ga-stagger-item:nth-child(4) {
  transition-delay: 0.36s;
}
.ga-stagger-item:nth-child(5) {
  transition-delay: 0.48s;
}
.ga-stagger-item:nth-child(6) {
  transition-delay: 0.6s;
}
.ga-stagger-item:nth-child(7) {
  transition-delay: 0.72s;
}
.ga-stagger-item:nth-child(8) {
  transition-delay: 0.84s;
}

.ga-underline {
  position: relative;
  display: inline-block;
}
.ga-underline::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: #B39065;
  transition: width 1s cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s;
}
.-anim-start .ga-underline::after {
  width: 100%;
}

.ga-ghost-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 36px;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
  cursor: pointer;
}
.ga-ghost-btn::after {
  content: "→";
  font-style: normal;
  transition: transform 0.3s ease;
}
.ga-ghost-btn:hover {
  background: currentColor;
}
.ga-ghost-btn:hover > span {
  color: #FFFFFF;
  mix-blend-mode: difference;
}
.ga-ghost-btn:hover::after {
  transform: translateX(6px);
}

.ga-img-zoom {
  overflow: hidden;
}
.ga-img-zoom img {
  transition: transform 0.65s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.ga-img-zoom:hover img {
  transform: scale(1.05);
}

.ga-border-gold {
  border-left: 3px solid #B39065;
  padding-left: 20px;
}

@media (prefers-reduced-motion: reduce) {
  .ga-reveal,
  .ga-slide-left,
  .ga-slide-right,
  .ga-stagger-item {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .ga-underline::after {
    width: 100%;
    transition: none;
  }
}
.ss26-mountain-section {
  background: #F8F8F8 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ssnew-news-section {
  padding: 60px 0 !important;
}

.ssnew-news-inner {
  align-items: center !important;
  width: 100%;
}

.ss26-pitch-section {
  background: #F8F8F8;
  padding: 100px 0;
  text-align: center;
}
.ss26-pitch-section.-revealer {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}
.ss26-pitch-section .ga-reveal {
  opacity: 1;
  transform: none;
}

.ss26-pitch-section__inner {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 24px;
}

.ss26-pitch-section__overline {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: clamp(22px, 2.8vw, 36px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.18em;
  color: #B39065;
  margin: 0 0 28px;
}

.ss26-pitch-section__title {
  font-size: clamp(26px, 3.6vw, 44px);
  font-weight: 700;
  line-height: 1.6;
  color: #14293E;
  letter-spacing: 0.02em;
  margin: 0 0 32px;
}

.ss26-pitch-section__lead {
  font-size: clamp(13px, 1.4vw, 15px);
  line-height: 2;
  color: #333333;
  margin: 0 auto 40px;
  max-width: 860px;
}

.ss26-pitch-section__actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  .ss26-pitch-section {
    padding: 72px 0 64px;
  }
  .ss26-pitch-section__title {
    margin-bottom: 24px;
  }
  .ss26-pitch-section__lead {
    margin-bottom: 28px;
  }
}
.ss26-services-intro {
  position: relative;
  background: linear-gradient(135deg, rgba(20, 41, 62, 0.88) 0%, rgba(34, 96, 147, 0.78) 100%), url("../img/ss26/services-intro-bg.jpg") center/cover no-repeat !important;
  background-attachment: scroll;
  padding: 220px 0 200px !important;
  min-height: 60vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.ss26-services-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top right, rgba(255, 255, 255, 0.06) 0%, transparent 60%);
  pointer-events: none;
}
.ss26-services-intro > * {
  position: relative;
  z-index: 2;
}
.ss26-services-intro .two-services__inner {
  max-width: 960px;
}
.ss26-services-intro .two-services__tag {
  display: none !important;
}
.ss26-services-intro .two-services__title {
  color: #FFFFFF !important;
  font-size: clamp(28px, 3.8vw, 52px) !important;
  font-weight: 200 !important;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.ss26-services-intro.-anim-start .two-services__heading {
  opacity: 1;
  transform: none;
}

.ss26-services-intro .ss26-eyebrow {
  color: rgb(192.4817391304, 163.6904347826, 128.3182608696);
}

.ss26-services-intro__line {
  margin-top: 28px;
}

.ss26-services-intro__note {
  margin: 18px 0 0;
  font-size: clamp(12px, 1.3vw, 14px);
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.72);
}

.ss26-services-intro.-revealer {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.ss26-services-intro .ga-reveal {
  opacity: 1;
  transform: none;
}
.ss26-services-intro .ga-underline::after {
  width: 100%;
  transition: none;
}

.ss26-services-split-section {
  padding: 0 !important;
  overflow: hidden;
}
.ss26-services-split-section .two-services-detail__inner {
  max-width: none !important;
  padding: 0 !important;
}

.ss26-svc-block {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 0 !important;
  padding: 0 !important;
  align-items: stretch;
  min-height: 560px;
}
.ss26-svc-block > .two-services-detail__label,
.ss26-svc-block > .two-services-detail__content {
  display: none;
}

.ss26-svc-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(48px, 7vw, 96px) clamp(32px, 5vw, 72px);
  background: #FFFFFF;
}

.ss26-svc-number {
  display: block;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: clamp(52px, 7vw, 88px);
  font-weight: 400;
  line-height: 1;
  color: #B39065;
  margin-bottom: 12px;
  opacity: 0.85;
}

.ss26-svc-label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.ss26-svc-label .two-services-detail__letter {
  display: none;
}

.ss26-svc-name {
  font-size: clamp(18px, 2.2vw, 24px);
  font-weight: 600;
  line-height: 1.3;
  color: #14293E;
  letter-spacing: 0.05em;
}

.ss26-svc-name__sub {
  display: block;
  margin-top: 2px;
  font-size: clamp(13px, 1.4vw, 14px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.ss26-svc-catchcopy {
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 700;
  line-height: 1.6;
  color: #14293E;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}

.ss26-svc-desc {
  font-size: 14px;
  line-height: 1.85;
  color: #333333;
  margin-bottom: 24px;
}

.ss26-svc-list {
  list-style: none;
  padding: 0;
  margin: 0 0 36px;
}

.ss26-svc-list__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 13px;
  line-height: 1.7;
  color: #333333;
  padding: 8px 0;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}
.ss26-svc-list__item::before {
  content: "";
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #B39065;
  margin-top: 7px;
}
.ss26-svc-list__item:first-child {
  border-top: 1px solid rgba(221, 221, 221, 0.5);
}

.ss26-svc-btn {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  border: 1px solid #14293E;
  background: transparent;
  color: #14293E;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}
.ss26-svc-btn::after {
  content: "→";
  transition: transform 0.3s ease;
}
.ss26-svc-btn:hover {
  background: #14293E;
  color: #FFFFFF;
  border-color: #14293E;
}
.ss26-svc-btn:hover::after {
  transform: translateX(6px);
}

.ss26-svc-block--primary .ss26-svc-btn {
  border-color: #208EC7;
  color: #208EC7;
}
.ss26-svc-block--primary .ss26-svc-btn:hover {
  background: #208EC7;
  color: #FFFFFF;
}

.ss26-svc-media {
  position: relative;
  overflow: hidden;
}
.ss26-svc-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  transition: transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.ss26-svc-media:hover img {
  transform: scale(1.04);
}

.ss26-svc-divider {
  display: none;
}

.ss26-services-split-section.-revealer {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

@media screen and (max-width: 1000px) {
  .ss26-svc-block {
    grid-template-columns: 1fr !important;
    min-height: auto;
  }
  .ss26-svc-text {
    padding: 40px 24px;
    order: 2;
  }
  .ss26-svc-media {
    order: 1;
    height: 280px;
  }
  .ss26-svc-media img {
    object-position: center 20%;
  }
  .ss26-svc-block--reverse .ss26-svc-text {
    order: 2;
  }
  .ss26-svc-block--reverse .ss26-svc-media {
    order: 1;
  }
}
@media screen and (max-width: 750px) {
  .ss26-services-intro {
    padding: 96px 0 80px !important;
    min-height: 0;
    background-attachment: scroll !important;
  }
  .ss26-svc-media {
    height: 220px;
  }
  .ss26-svc-number {
    font-size: clamp(44px, 12vw, 64px);
  }
}
.ss26-mission-section {
  overflow-x: clip;
}
.ss26-mission-section .top-mission__heading {
  margin-bottom: 20px;
}

.ss26-mission-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: clamp(15px, 1.6vw, 19px);
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #B39065;
  margin-bottom: 18px;
}
.ss26-mission-eyebrow::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}

.ss26-mission-section .two-services__title {
  font-size: clamp(24px, 3.2vw, 36px) !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
}

.ss26-mission-block {
  position: relative;
}

.ss26-mission-block .top-mission__image {
  border-radius: 0;
}
.ss26-mission-block .top-mission__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ss26-mission-block .top-mission__body {
  position: relative;
  border-left: none;
  padding-left: 0;
  padding-top: 24px;
}
.ss26-mission-block .top-mission__body::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background: #B39065;
}

.ss26-mission-number {
  display: block;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: clamp(48px, 6.5vw, 80px);
  font-weight: 400;
  line-height: 1;
  color: #B39065;
  margin-bottom: 16px;
  opacity: 0.9;
}

.ss26-mission-block .top-mission__number {
  display: none;
}

.ss26-mission-block .top-mission__subtitle {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  line-height: 1.5;
  color: #14293E;
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}

.ss26-mission-block .top-mission__text {
  font-size: 14px;
  line-height: 1.95;
  color: #333333;
}

.ss26-mission-block {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s ease, transform 0.65s ease;
}
.ss26-mission-block:nth-child(1) {
  transition-delay: 0.1s;
}
.ss26-mission-block:nth-child(2) {
  transition-delay: 0.3s;
}
.ss26-mission-block:nth-child(3) {
  transition-delay: 0.5s;
}
.-anim-start .ss26-mission-block {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 1000px) {
  .ss26-mission-block .top-mission__body {
    padding-left: 20px;
    border-left-width: 2px;
  }
  .ss26-mission-number {
    font-size: clamp(36px, 10vw, 56px);
  }
}
@media screen and (max-width: 750px) {
  .ss26-mission-block::after {
    margin-top: 40px;
  }
  .ss26-mission-block .top-mission__body {
    padding-left: 16px;
  }
}
@media screen and (max-width: 750px) and (prefers-reduced-motion: reduce) {
  .ss26-mission-block {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.ss26-stats-section {
  background: #226093;
  padding: 80px 0;
}
.ss26-stats-section .ga-reveal {
  opacity: 1;
  transform: none;
}

.ss26-stats-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.ss26-stat {
  text-align: center;
  padding: 20px 32px;
}
.ss26-stat:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.ss26-stat__number {
  display: block;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: clamp(38px, 5.4vw, 64px);
  font-weight: 400;
  line-height: 1.1;
  color: #B39065;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
  white-space: nowrap;
}

.ss26-stat__label {
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.7);
  text-transform: none;
}

.ss26-achieve-section .top-achieve__heading {
  margin-bottom: 28px;
}

.ss26-achieve-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: clamp(15px, 1.6vw, 19px);
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #B39065;
  margin-bottom: 18px;
}
.ss26-achieve-eyebrow::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}

.ss26-achieve-section .top-achieve__photo img {
  transition: none !important;
}
.ss26-achieve-section .top-achieve__photo:hover img {
  transform: rotate(-45deg) !important;
}

.ss26-achieve-section .top-achieve__card {
  transform: none !important;
  transition: none !important;
}
.ss26-achieve-section .top-achieve__card:hover {
  transform: none !important;
  box-shadow: none !important;
}

.ss26-achieve-section.-revealer,
.ss26-achieve-section.-revealer.-anim-start {
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}

.ss26-knowledge-enhanced .top-mission__heading {
  margin-bottom: 16px;
}

.ss26-knowledge-enhanced .articles .item:hover .the_title {
  color: #208EC7;
}

@media screen and (max-width: 1000px) {
  .ss26-stats-inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
  .ss26-stat {
    padding: 16px 20px;
  }
  .ss26-stat__number {
    font-size: clamp(32px, 7vw, 52px);
  }
}
@media screen and (max-width: 750px) {
  .ss26-stats-section {
    padding: 56px 0;
  }
  .ss26-stats-inner {
    grid-template-columns: 1fr;
    max-width: 320px;
  }
  .ss26-stat {
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .ss26-stat:last-child {
    border-bottom: none;
  }
  .ss26-stat {
    padding: 24px 0;
  }
  .ss26-stat__number {
    font-size: clamp(44px, 14vw, 64px);
  }
}
.ss26-customer-section {
  overflow: hidden;
}
.ss26-customer-section .our-customer__heading {
  margin-bottom: 20px;
}

.ss26-customer-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: clamp(15px, 1.6vw, 19px);
  font-weight: 400;
  letter-spacing: 0.12em;
  color: #B39065;
  margin-bottom: 18px;
}
.ss26-customer-eyebrow::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}

.ss26-customer-section .ss26-stats-section {
  margin-bottom: 60px;
}

.our-customer__banner {
  margin-bottom: 0 !important;
}

.ss26-customer-section .our-customer__banner {
  position: relative;
  max-height: 420px;
  overflow: hidden;
}
.ss26-customer-section .our-customer__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
  transition: transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.ss26-customer-section .our-customer__banner:hover img {
  transform: scale(1.03);
}
.ss26-customer-section .our-customer__banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(34, 96, 147, 0.25) 100%);
  pointer-events: none;
}

.ss26-customer-section .our-customer__section-title {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  color: #14293E;
  letter-spacing: 0.03em;
  border-left: none;
  padding-left: 0;
  margin-bottom: 32px;
}

.ss26-customer-section .our-customer__item {
  border-bottom: none !important;
  padding-bottom: 0;
  margin-bottom: 24px;
  background: transparent !important;
  transition: none;
}
.ss26-customer-section .our-customer__item:hover {
  background: transparent !important;
}

.ss26-customer-section .our-customer__icon {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.ss26-customer-section .our-customer__icon img {
  display: inline-block;
  opacity: 0;
  transform: scale(0) rotate(-45deg);
  transition: transform 1.1s cubic-bezier(0.34, 1.4, 0.64, 1), opacity 0.9s ease;
}

.ss26-customer-section .our-customer__item.-icon-active .our-customer__icon img {
  opacity: 1;
  transform: scale(1) rotate(0);
}

@media (prefers-reduced-motion: reduce) {
  .ss26-customer-section .our-customer__icon img {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.ss26-summary-section {
  background: linear-gradient(135deg, #226093 0%, #14293E 100%) !important;
}
.ss26-summary-section .top-summary__text {
  color: #FFFFFF !important;
  font-size: clamp(16px, 2vw, 20px) !important;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.9;
}

.ss26-summary-section .ss26-fv__btn--fill {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  color: #FFFFFF !important;
  letter-spacing: 0.12em;
  transition: background 0.35s ease, border-color 0.35s ease !important;
}
.ss26-summary-section .ss26-fv__btn--fill:hover {
  background: rgba(255, 255, 255, 0.15) !important;
  border-color: #fff !important;
}

.ss26-customer-section .our-customer__item {
  opacity: 1;
  transform: none;
  transition: background 0.25s ease;
}

@media screen and (max-width: 1000px) {
  .ss26-customer-section .our-customer__banner {
    max-height: 300px;
  }
}
@media screen and (max-width: 750px) {
  .ss26-customer-section .our-customer__banner {
    max-height: 220px;
  }
}
.ss26-question-section {
  background: #FFFFFF;
  padding: clamp(72px, 8vw, 120px) 0;
}

.ss26-question-section__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.ss26-question-section__overline {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: clamp(20px, 2.6vw, 32px);
  font-weight: 400;
  letter-spacing: 0.18em;
  color: #B39065;
  margin: 0 0 24px;
}

.ss26-question-section__title {
  font-size: clamp(26px, 3.6vw, 44px);
  font-weight: 700;
  line-height: 1.6;
  color: #14293E;
  letter-spacing: 0.02em;
  margin: 0 0 48px;
}

.ss26-question-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 0 0 44px;
  text-align: left;
}

.ss26-question-card {
  background: #F8F8F8;
  border-top: 3px solid #208EC7;
  padding: clamp(28px, 3vw, 40px);
}

.ss26-question-card--money {
  border-top-color: #B39065;
}

.ss26-question-card__axis {
  display: inline-block;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  color: #208EC7;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}

.ss26-question-card--money .ss26-question-card__axis {
  color: #B39065;
}

.ss26-question-card__text {
  font-size: 14px;
  line-height: 2;
  color: #333333;
  margin: 0;
}

.ss26-question-section__closing {
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 2;
  font-weight: 600;
  color: #14293E;
}

@media screen and (max-width: 750px) {
  .ss26-question-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .ss26-question-section__title {
    margin-bottom: 32px;
  }
}
.ss26-record-section {
  background: #226093;
  padding: clamp(64px, 7vw, 88px) 0;
  color: #FFFFFF;
}

.ss26-record-section__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}

.ss26-record-section__head {
  text-align: center;
  margin-bottom: clamp(36px, 4vw, 48px);
}

.ss26-record-section__title {
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.5;
  color: #FFFFFF;
  margin: 0;
}

.ss26-record-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.ss26-record-item {
  text-align: center;
  padding: 16px 24px;
}
.ss26-record-item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.ss26-record-item__label {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 12px;
}

.ss26-record-item__value {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(38px, 5.4vw, 64px);
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #B39065;
  white-space: nowrap;
  margin: 0;
}

.ss26-record-item__unit {
  font-style: italic;
  font-size: 0.42em;
  margin-left: 2px;
}

.ss26-record-item__note {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  margin: 10px 0 0;
}

.ss26-record-section__cert {
  text-align: center;
  margin: clamp(32px, 4vw, 44px) 0 0;
  font-size: clamp(12px, 1.3vw, 14px);
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.8);
}
.ss26-record-section__cert::before {
  content: "✓";
  color: #B39065;
  font-weight: 700;
  margin-right: 8px;
}

@media screen and (max-width: 750px) {
  .ss26-record-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 0;
  }
  .ss26-record-item:nth-child(2n) {
    border-right: none;
  }
}
.ss26-forwhom-list {
  list-style: none;
  max-width: 880px;
  margin: 0 auto clamp(48px, 6vw, 72px);
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
}

.ss26-forwhom-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  padding: clamp(18px, 2vw, 24px) clamp(20px, 2.4vw, 28px);
}

.ss26-forwhom-item__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-top: 2px;
}

.ss26-forwhom-item__text {
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 600;
  line-height: 1.7;
  color: #14293E;
  margin: 0;
}

@media screen and (max-width: 750px) {
  .ss26-forwhom-list {
    grid-template-columns: 1fr;
  }
}
.ss26-page-header__hero {
  position: relative;
}

.ss26-page-header__eyebrow {
  position: absolute;
  top: 8px;
  right: -7px;
  z-index: 2;
  margin: 0;
  width: fit-content;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(40px, 8vw, 100px);
  letter-spacing: 0.04em;
  line-height: 1;
  color: #B39065;
  opacity: 0.6;
  transform: rotate(-9deg);
  transform-origin: 100% 100%;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}
.ss26-page-header__eyebrow > span {
  display: inline-block;
}

.ss26-page-header__char {
  display: inline-block;
  opacity: 0;
  transition: opacity 0.4s ease;
  white-space: pre;
}

.ss26-page-header__eyebrow.-typed .ss26-page-header__char {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .ss26-page-header__char {
    opacity: 1 !important;
    transition: none !important;
  }
}
@media screen and (max-width: 750px) {
  .ss26-page-header__eyebrow {
    font-size: clamp(40px, 11vw, 72px);
    transform: rotate(-7deg);
    top: 4px;
    right: -4px;
    letter-spacing: 0.02em;
  }
}
.ss26-page-header__hero.ga-img-zoom {
  border-radius: 6px;
  overflow: hidden;
}
.ss26-page-header__hero.ga-img-zoom img {
  transition: transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.ss26-page-header__hero.ga-img-zoom:hover img {
  transform: scale(1.03);
}

.page-strategy .ss26-page-header__hero {
  overflow: hidden;
  border-radius: 6px;
}
.page-strategy .ss26-page-header__hero img {
  height: clamp(380px, 56vh, 600px);
  object-fit: cover;
  object-position: center 35%;
}

@media screen and (max-width: 750px) {
  .page-strategy .ss26-page-header__hero img {
    height: clamp(280px, 50vh, 400px);
    object-position: center 30%;
  }
}
@media screen and (min-width: 751px) {
  .page-strategy .ss26-page-header__hero img {
    transform: translate3d(0, -50%, 0) scale(2);
    transform-origin: center center;
    will-change: transform;
    transition: none !important;
  }
  .page-strategy .ss26-page-header__hero.ga-img-zoom:hover img {
    transform: translate3d(0, 0, 0) scale(2);
  }
}
#strategy-value .ss26-section__inner {
  max-width: 1100px;
}

.ss26-strategy-value__list {
  display: flex;
  flex-direction: column;
  gap: 72px;
  margin-top: 60px;
}

.ss26-strategy-value__item {
  opacity: 0;
  transform: translateX(120px);
  transition: opacity 1.4s cubic-bezier(0.22, 0.61, 0.36, 1), transform 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform, opacity;
}
.ss26-strategy-value__item.-card-shown {
  opacity: 1;
  transform: translateX(0);
}

@media (prefers-reduced-motion: reduce) {
  .ss26-strategy-value__item {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.ss26-strategy-value__item {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 48px;
  align-items: start;
  width: min(800px, 100%);
}
.ss26-strategy-value__item:nth-child(2) {
  margin-left: auto;
  margin-right: 0;
}
.ss26-strategy-value__item:nth-child(odd) {
  margin-left: 0;
  margin-right: auto;
}

.ss26-strategy-value__number {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(72px, 9vw, 130px);
  color: #B39065;
  line-height: 0.85;
  letter-spacing: 0.01em;
  margin: 0;
  opacity: 0.92;
}

.ss26-strategy-value__body {
  padding-top: 8px;
}

.ss26-strategy-value__caption {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: clamp(13px, 1.4vw, 16px);
  font-weight: 400;
  letter-spacing: 0.14em;
  color: #B39065;
  margin-bottom: 16px;
}
.ss26-strategy-value__caption::before {
  content: "";
  width: 32px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}

.ss26-strategy-value__catchcopy {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 700;
  color: #14293E;
  line-height: 1.55;
  margin: 0 0 20px;
}

.ss26-strategy-value__divider {
  display: block;
  width: 60px;
  height: 2px;
  background: #B39065;
  margin: 0 0 28px;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.ga-stagger-item .ss26-strategy-value__divider {
  transition-delay: 0.2s;
}

.-anim-start .ss26-strategy-value__divider {
  transform: scaleX(1);
}

.ss26-strategy-value__desc {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-size: 14px;
  line-height: 2;
  color: #333333;
  margin: 0;
}

@media screen and (max-width: 1000px) {
  .ss26-strategy-value__list {
    gap: 56px;
    margin-top: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .ss26-strategy-value__item {
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
    opacity: 1;
    transform: none;
    transition: none;
  }
  .ss26-strategy-value__item:nth-child(odd), .ss26-strategy-value__item:nth-child(even) {
    margin-left: 0;
    margin-right: auto;
  }
  .ss26-strategy-value__number {
    font-size: clamp(56px, 12vw, 80px);
    line-height: 1;
  }
  .ss26-strategy-value__body {
    padding-top: 0;
  }
}
.ss26-strategy-cc-divider {
  display: block;
  width: 60px;
  height: 2px;
  background: #B39065;
  margin: 0 0 28px;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.ga-stagger-item .ss26-strategy-cc-divider {
  transition-delay: 0.2s;
}

.-anim-start .ss26-strategy-cc-divider {
  transform: scaleX(1);
}

@media (prefers-reduced-motion: reduce) {
  .ss26-strategy-cc-divider {
    transform: scaleX(1) !important;
    transition: none !important;
  }
}
.ss26-strategy-steps__hero {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 56px;
  margin-bottom: 64px;
  aspect-ratio: 16/5;
  overflow: hidden;
  border-radius: 0;
}
.ss26-strategy-steps__hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

@media screen and (max-width: 750px) {
  .ss26-strategy-steps__hero {
    aspect-ratio: 16/9;
    margin-top: 36px;
    margin-bottom: 44px;
  }
  .ss26-strategy-steps__hero img {
    object-position: center 50%;
  }
}
.ss26-strategy-steps__timeline {
  position: relative;
  list-style: none;
  padding: 32px 0 0;
  margin: 0 auto;
  max-width: 1100px;
}
.ss26-strategy-steps__timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(179, 144, 101, 0.4);
  transform: translateX(-50%) scaleY(0);
  transform-origin: top center;
  transition: transform 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

#strategy-steps.-anim-start .ss26-strategy-steps__timeline::before {
  transform: translateX(-50%) scaleY(1);
}

@media (prefers-reduced-motion: reduce) {
  .ss26-strategy-steps__timeline::before {
    transform: translateX(-50%) scaleY(1) !important;
    transition: none !important;
  }
}
.ss26-strategy-steps__step {
  position: relative;
  width: calc(50% - 64px);
  padding: 16px 0;
  margin-bottom: 56px;
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), transform 1.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform, opacity;
}
.ss26-strategy-steps__step:last-child {
  margin-bottom: 0;
}
.ss26-strategy-steps__step::after {
  content: "";
  position: absolute;
  top: 38px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #B39065;
  box-shadow: 0 0 0 4px var(--ss26-light-bg, #f7f7f7);
  z-index: 2;
}

.ss26-strategy-steps__step--left {
  margin-left: 0;
  margin-right: auto;
  text-align: right;
  transform: translateX(-80px);
}
.ss26-strategy-steps__step--left::after {
  right: -71px;
}

.ss26-strategy-steps__step--right {
  margin-left: auto;
  margin-right: 0;
  text-align: left;
  transform: translateX(80px);
}
.ss26-strategy-steps__step--right::after {
  left: -71px;
}

.ss26-strategy-steps__step.-step-shown {
  opacity: 1;
  transform: translateX(0);
}

@media (prefers-reduced-motion: reduce) {
  .ss26-strategy-steps__step {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.ss26-strategy-steps__number {
  display: block;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(56px, 6vw, 96px);
  color: #B39065;
  line-height: 0.9;
  margin: 0 0 6px;
  opacity: 0.9;
}

.ss26-strategy-steps__caption {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: clamp(13px, 1.3vw, 15px);
  letter-spacing: 0.14em;
  color: #B39065;
  margin-bottom: 14px;
}

.ss26-strategy-steps__step--left .ss26-strategy-steps__caption {
  flex-direction: row-reverse;
}
.ss26-strategy-steps__step--left .ss26-strategy-steps__caption::after {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}

.ss26-strategy-steps__step--right .ss26-strategy-steps__caption {
  flex-direction: row;
}
.ss26-strategy-steps__step--right .ss26-strategy-steps__caption::before {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}

.ss26-strategy-steps__title {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 700;
  color: #14293E;
  line-height: 1.55;
  margin: 0 0 18px;
}

.ss26-strategy-steps__desc {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-size: 14px;
  line-height: 2;
  color: #333333;
  margin: 0;
}

@media screen and (max-width: 1000px) {
  .ss26-strategy-steps__timeline {
    padding-left: 36px;
    max-width: 700px;
  }
  .ss26-strategy-steps__timeline::before {
    left: 8px;
  }
  .ss26-strategy-steps__step,
  .ss26-strategy-steps__step--left,
  .ss26-strategy-steps__step--right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    transform: translateX(40px);
  }
  .ss26-strategy-steps__step::after,
  .ss26-strategy-steps__step--left::after,
  .ss26-strategy-steps__step--right::after {
    left: -36px;
    right: auto;
    top: 28px;
  }
  .ss26-strategy-steps__step--left .ss26-strategy-steps__caption,
  .ss26-strategy-steps__step--right .ss26-strategy-steps__caption {
    flex-direction: row;
  }
  .ss26-strategy-steps__step--left .ss26-strategy-steps__caption::before,
  .ss26-strategy-steps__step--right .ss26-strategy-steps__caption::before {
    content: "";
    width: 24px;
    height: 1px;
    background: currentColor;
    flex-shrink: 0;
  }
  .ss26-strategy-steps__step--left .ss26-strategy-steps__caption::after,
  .ss26-strategy-steps__step--right .ss26-strategy-steps__caption::after {
    display: none;
  }
}
#strategy-vision {
  padding-top: 0;
}
#strategy-vision > .ss26-section__inner {
  padding-top: 40px;
}

.ss26-strategy-vision__hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 0;
  background: linear-gradient(135deg, rgba(20, 41, 62, 0.85) 0%, rgba(34, 96, 147, 0.75) 100%), url("../img/ss26/strategy/strategy_vision_bg.webp") center/cover no-repeat;
  background-attachment: scroll;
  padding: 130px 24px 120px;
  min-height: 50vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.ss26-strategy-vision__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top right, rgba(255, 255, 255, 0.06) 0%, transparent 60%);
  pointer-events: none;
}
.ss26-strategy-vision__hero > * {
  position: relative;
  z-index: 2;
}

.ss26-strategy-vision__hero-inner {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.ss26-strategy-vision__hero .ss26-eyebrow {
  color: rgb(192.4817391304, 163.6904347826, 128.3182608696);
  justify-content: center;
}

.ss26-strategy-vision__hero-title {
  color: #FFFFFF;
  font-size: clamp(26px, 3.6vw, 48px);
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 24px 0 0;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
}

.ss26-strategy-vision__hero-line {
  margin: 28px auto 0;
}

.ss26-strategy-vision__hero .ga-reveal {
  opacity: 1;
  transform: none;
}

#strategy-vision.-anim-start .ss26-strategy-vision__hero .ga-reveal {
  opacity: 1;
  transform: none;
}

@media screen and (max-width: 750px) {
  .ss26-strategy-vision__hero {
    padding: 80px 24px 70px;
    min-height: 0;
    margin-bottom: 0;
  }
  #strategy-vision > .ss26-section__inner {
    padding-top: 28px;
  }
  .ss26-strategy-vision__hero-inner {
    width: 100%;
    max-width: 100%;
  }
  .ss26-strategy-vision__hero-title {
    font-size: clamp(19px, 5.2vw, 26px);
    line-height: 1.6;
    letter-spacing: 0.02em;
    word-break: keep-all;
    overflow-wrap: break-word;
    padding: 0;
  }
}
#strategy-vision .ss26-section__block + .ss26-section__block {
  margin-top: 16px;
}

.page-growth .ss26-page-header__hero {
  position: relative;
}

.page-growth .ss26-page-header__eyebrow {
  position: absolute;
  top: 8px;
  right: -7px;
  z-index: 2;
  margin: 0;
  width: fit-content;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(40px, 8vw, 100px);
  letter-spacing: 0.04em;
  line-height: 1;
  color: #B39065;
  opacity: 0.8;
  transform: rotate(-9deg);
  transform-origin: 100% 100%;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}
.page-growth .ss26-page-header__eyebrow > span {
  display: inline-block;
}

.page-growth .ss26-page-header__char {
  display: inline-block;
  opacity: 0;
  transition: opacity 0.4s ease;
  white-space: pre;
}

.page-growth .ss26-page-header__eyebrow.-typed .ss26-page-header__char {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .page-growth .ss26-page-header__char {
    opacity: 1 !important;
    transition: none !important;
  }
}
@media screen and (max-width: 750px) {
  .page-growth .ss26-page-header__eyebrow {
    font-size: clamp(40px, 11vw, 72px);
    transform: rotate(-7deg);
    top: 4px;
    right: -4px;
    letter-spacing: 0.02em;
  }
}
.page-growth .ss26-page-header__hero.ga-img-zoom {
  border-radius: 6px;
  overflow: hidden;
}
.page-growth .ss26-page-header__hero.ga-img-zoom img {
  transition: transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.page-growth .ss26-page-header__hero.ga-img-zoom:hover img {
  transform: scale(1.03);
}

.page-growth .ss26-page-header__hero {
  overflow: hidden;
  border-radius: 6px;
}
.page-growth .ss26-page-header__hero img {
  height: clamp(380px, 56vh, 600px);
  object-fit: cover;
  object-position: center 35%;
}

@media screen and (max-width: 750px) {
  .page-growth .ss26-page-header__hero img {
    height: clamp(280px, 50vh, 400px);
    object-position: center 30%;
  }
}
@media screen and (min-width: 751px) {
  .page-growth .ss26-page-header__hero img {
    transform: translate3d(-210px, -2.38%, 0) scale(2);
    transform-origin: center center;
    will-change: transform;
    transition: none !important;
  }
  .page-growth .ss26-page-header__hero.ga-img-zoom:hover img {
    transform: translate3d(-210px, -2.38%, 0) scale(2);
  }
}
#growth-value .ss26-section__inner {
  max-width: 1100px;
}

.ss26-growth-value__hero {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 64px;
  margin-bottom: 96px;
  aspect-ratio: 16/5;
  overflow: hidden;
  border-radius: 0;
}
.ss26-growth-value__hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

@media screen and (max-width: 750px) {
  .ss26-growth-value__hero {
    aspect-ratio: 16/9;
    margin-top: 40px;
    margin-bottom: 56px;
  }
  .ss26-growth-value__hero img {
    object-position: center 50%;
  }
}
.ss26-growth-value__list {
  display: flex;
  flex-direction: column;
  gap: 88px;
  margin-top: 0;
  margin-bottom: 24px;
}

.ss26-growth-value__item {
  opacity: 0;
  transform: translateX(120px);
  transition: opacity 1.4s cubic-bezier(0.22, 0.61, 0.36, 1), transform 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform, opacity;
}
.ss26-growth-value__item.-card-shown {
  opacity: 1;
  transform: translateX(0);
}

@media (prefers-reduced-motion: reduce) {
  .ss26-growth-value__item {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.ss26-growth-value__item {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 48px;
  align-items: start;
  width: min(800px, 100%);
}
.ss26-growth-value__item:nth-child(even) {
  margin-left: auto;
  margin-right: 0;
}
.ss26-growth-value__item:nth-child(odd) {
  margin-left: 0;
  margin-right: auto;
}

.ss26-growth-value__number {
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(72px, 9vw, 130px);
  color: #B39065;
  line-height: 0.85;
  letter-spacing: 0.01em;
  margin: 0;
  opacity: 0.92;
}

.ss26-growth-value__body {
  padding-top: 8px;
}

.ss26-growth-value__caption {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: clamp(13px, 1.4vw, 16px);
  font-weight: 400;
  letter-spacing: 0.14em;
  color: #B39065;
  margin-bottom: 16px;
}
.ss26-growth-value__caption::before {
  content: "";
  width: 32px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}

.ss26-growth-value__catchcopy {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 700;
  color: #14293E;
  line-height: 1.55;
  margin: 0 0 20px;
}

.ss26-growth-cc-divider {
  display: block;
  width: 60px;
  height: 2px;
  background: #B39065;
  margin: 0 0 28px;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.ss26-growth-value__item.-card-shown .ss26-growth-cc-divider {
  transform: scaleX(1);
}

.-anim-start .ss26-growth-cc-divider {
  transform: scaleX(1);
}

@media (prefers-reduced-motion: reduce) {
  .ss26-growth-cc-divider {
    transform: scaleX(1) !important;
    transition: none !important;
  }
}
.ss26-growth-value__desc {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-size: 14px;
  line-height: 2;
  color: #333333;
  margin: 0;
}

@media screen and (max-width: 1000px) {
  .ss26-growth-value__list {
    gap: 64px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .ss26-growth-value__item {
    grid-template-columns: 1fr;
    gap: 16px;
    width: 100%;
    opacity: 1;
    transform: none;
    transition: none;
  }
  .ss26-growth-value__item:nth-child(odd), .ss26-growth-value__item:nth-child(even) {
    margin-left: 0;
    margin-right: auto;
  }
  .ss26-growth-value__number {
    font-size: clamp(56px, 12vw, 80px);
    line-height: 1;
  }
  .ss26-growth-value__body {
    padding-top: 0;
  }
  .ss26-growth-value__item .ss26-growth-cc-divider {
    transform: scaleX(1);
  }
}
.ga-stagger-item .ss26-growth-cc-divider {
  transition-delay: 0.2s;
}

.page-growth .ss26-growth-point-box {
  border: none !important;
  background: linear-gradient(135deg, rgba(20, 41, 62, 0.97) 0%, rgba(34, 96, 147, 0.92) 100%) !important;
  box-shadow: 0 18px 48px rgba(20, 41, 62, 0.2) !important;
  box-sizing: border-box !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  margin-top: 96px;
  margin-bottom: 0;
  position: relative;
  padding: 84px clamp(36px, 6vw, 80px) 68px;
  border-radius: 0;
  overflow: hidden;
}
.page-growth .ss26-growth-point-box::before {
  content: "Defense &Offense";
  position: absolute;
  bottom: -14px;
  right: clamp(28px, 4vw, 80px);
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: clamp(48px, 6.5vw, 92px);
  color: #B39065;
  opacity: 0.15;
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
  pointer-events: none;
  z-index: 1;
}
.page-growth .ss26-growth-point-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top right, rgba(255, 255, 255, 0.08) 0%, transparent 60%);
  pointer-events: none;
  z-index: 1;
}

.ss26-growth-point-box__inner {
  position: relative;
  z-index: 3;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.ss26-growth-point-box__lead {
  position: relative;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-size: clamp(22px, 2.9vw, 32px);
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin: 0 0 26px;
  padding-top: 36px;
}
.ss26-growth-point-box__lead::before {
  content: "“";
  position: absolute;
  top: -28px;
  left: -8px;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: clamp(88px, 11vw, 144px);
  font-weight: 400;
  color: #B39065;
  line-height: 1;
  letter-spacing: 0;
  pointer-events: none;
}

.ss26-growth-point-box__sub {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-size: clamp(15px, 1.6vw, 17px);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.95;
  letter-spacing: 0.03em;
  margin: 0;
}

@media screen and (max-width: 750px) {
  .page-growth .ss26-growth-point-box {
    margin-top: 64px;
    padding: 60px 24px 52px;
  }
  .page-growth .ss26-growth-point-box::before {
    font-size: 36px;
    bottom: -6px;
    right: 18px;
  }
  .ss26-growth-point-box__lead {
    font-size: 19px;
    margin-bottom: 18px;
    padding-top: 28px;
  }
  .ss26-growth-point-box__lead::before {
    font-size: 76px;
    top: -16px;
    left: -4px;
  }
  .ss26-growth-point-box__sub {
    font-size: 14px;
  }
}
.ss26-growth-phases__hero {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 56px;
  margin-bottom: 64px;
  aspect-ratio: 16/5;
  overflow: hidden;
  border-radius: 0;
}
.ss26-growth-phases__hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

@media screen and (max-width: 750px) {
  .ss26-growth-phases__hero {
    aspect-ratio: 16/9;
    margin-top: 36px;
    margin-bottom: 44px;
  }
  .ss26-growth-phases__hero img {
    object-position: center 50%;
  }
}
.ss26-growth-phases__timeline {
  position: relative;
  list-style: none;
  padding: 32px 0 0;
  margin: 0 auto;
  max-width: 1100px;
}
.ss26-growth-phases__timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(179, 144, 101, 0.4);
  transform: translateX(-50%) scaleY(0);
  transform-origin: top center;
  transition: transform 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}

#growth-phases.-anim-start .ss26-growth-phases__timeline::before {
  transform: translateX(-50%) scaleY(1);
}

@media (prefers-reduced-motion: reduce) {
  .ss26-growth-phases__timeline::before {
    transform: translateX(-50%) scaleY(1) !important;
    transition: none !important;
  }
}
.ss26-growth-phases__step {
  position: relative;
  width: calc(50% - 64px);
  padding: 16px 0;
  margin-bottom: 56px;
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), transform 1.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform, opacity;
}
.ss26-growth-phases__step:last-child {
  margin-bottom: 0;
}
.ss26-growth-phases__step::after {
  content: "";
  position: absolute;
  top: 38px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #B39065;
  box-shadow: 0 0 0 4px var(--ss26-light-bg, #f7f7f7);
  z-index: 2;
}

.ss26-growth-phases__step--left {
  margin-left: 0;
  margin-right: auto;
  text-align: right;
  transform: translateX(-80px);
}
.ss26-growth-phases__step--left::after {
  right: -71px;
}

.ss26-growth-phases__step--right {
  margin-left: auto;
  margin-right: 0;
  text-align: left;
  transform: translateX(80px);
}
.ss26-growth-phases__step--right::after {
  left: -71px;
}

.ss26-growth-phases__step.-step-shown {
  opacity: 1;
  transform: translateX(0);
}

@media (prefers-reduced-motion: reduce) {
  .ss26-growth-phases__step {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
.ss26-growth-phases__number {
  display: block;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(56px, 6vw, 96px);
  color: #B39065;
  line-height: 0.9;
  margin: 0 0 6px;
  opacity: 0.9;
}

.ss26-growth-phases__caption {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: clamp(13px, 1.3vw, 15px);
  letter-spacing: 0.14em;
  color: #B39065;
  margin-bottom: 14px;
}

.ss26-growth-phases__step--left .ss26-growth-phases__caption {
  flex-direction: row-reverse;
}
.ss26-growth-phases__step--left .ss26-growth-phases__caption::after {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}

.ss26-growth-phases__step--right .ss26-growth-phases__caption {
  flex-direction: row;
}
.ss26-growth-phases__step--right .ss26-growth-phases__caption::before {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}

.ss26-growth-phases__title {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 700;
  color: #14293E;
  line-height: 1.55;
  margin: 0 0 18px;
}

.ss26-growth-phases__desc {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-size: 14px;
  line-height: 2;
  color: #333333;
  margin: 0;
}

@media screen and (max-width: 1000px) {
  .ss26-growth-phases__timeline {
    padding-left: 36px;
    max-width: 700px;
  }
  .ss26-growth-phases__timeline::before {
    left: 8px;
  }
  .ss26-growth-phases__step,
  .ss26-growth-phases__step--left,
  .ss26-growth-phases__step--right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    transform: translateX(40px);
  }
  .ss26-growth-phases__step::after,
  .ss26-growth-phases__step--left::after,
  .ss26-growth-phases__step--right::after {
    left: -36px;
    right: auto;
    top: 28px;
  }
  .ss26-growth-phases__step--left .ss26-growth-phases__caption,
  .ss26-growth-phases__step--right .ss26-growth-phases__caption {
    flex-direction: row;
  }
  .ss26-growth-phases__step--left .ss26-growth-phases__caption::before,
  .ss26-growth-phases__step--right .ss26-growth-phases__caption::before {
    content: "";
    width: 24px;
    height: 1px;
    background: currentColor;
    flex-shrink: 0;
  }
  .ss26-growth-phases__step--left .ss26-growth-phases__caption::after,
  .ss26-growth-phases__step--right .ss26-growth-phases__caption::after {
    display: none;
  }
}
#growth-archive {
  padding-top: 0;
}
#growth-archive > .ss26-section__inner {
  padding-top: 56px;
}

.ss26-growth-archive__hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 0;
  padding: 110px 24px 90px;
  min-height: 36vh;
  background: linear-gradient(135deg, rgba(20, 41, 62, 0.97) 0%, rgba(34, 96, 147, 0.92) 100%);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.ss26-growth-archive__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top right, rgba(255, 255, 255, 0.06) 0%, transparent 60%);
  pointer-events: none;
}
.ss26-growth-archive__hero > * {
  position: relative;
  z-index: 2;
}

.ss26-growth-archive__hero-inner {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.ss26-growth-archive__hero .ss26-eyebrow {
  color: rgb(192.4817391304, 163.6904347826, 128.3182608696);
  justify-content: center;
}

.ss26-growth-archive__hero .ss26-section__tag {
  background: rgba(255, 255, 255, 0.96);
  color: #208EC7;
  display: inline-block;
  padding: 6px 18px;
  margin-top: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-radius: 2px;
}

.ss26-growth-archive__hero-title {
  color: #FFFFFF;
  font-size: clamp(22px, 2.6vw, 36px);
  font-weight: 200;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin: 24px 0 0;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
}

.ss26-growth-archive__hero-line {
  margin: 28px auto 0;
}

.ss26-growth-archive__hero .ga-reveal {
  opacity: 1;
  transform: none;
}

#growth-archive.-anim-start .ss26-growth-archive__hero .ga-reveal {
  opacity: 1;
  transform: none;
}

.ss26-growth-archive__cards {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 24px;
  max-width: none !important;
  width: 100%;
}

.ss26-growth-archive__card {
  position: relative;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 14px 44px rgba(20, 41, 62, 0.08);
  overflow: hidden;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  padding: 0 !important;
}
.ss26-growth-archive__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #B39065;
  z-index: 2;
}

.ss26-growth-archive__card-metric {
  padding: 26px 28px 0;
  margin: 0;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-size: clamp(15px, 1.4vw, 17px);
  font-weight: 700;
  color: #14293E;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.5;
}

.ss26-growth-archive__card-metric-asterisk {
  font-size: 0.7em;
  vertical-align: super;
  color: #333333;
}

.ss26-growth-archive__card-national {
  padding: 14px 28px 18px !important;
  text-align: center;
  border-bottom: 1px solid rgba(20, 41, 62, 0.08);
  max-width: none !important;
  width: 100% !important;
  flex: none !important;
  box-sizing: border-box;
}

.ss26-growth-archive__card-metric {
  width: 100%;
  box-sizing: border-box;
}

.ss26-growth-archive__card-sublabel {
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #333333;
  margin-bottom: 6px;
}

.ss26-growth-archive__card-rate {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 700;
  color: #14293E;
  line-height: 1.1;
  margin: 0 0 2px;
  font-variant-numeric: tabular-nums;
}

.ss26-growth-archive__card-amount {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-size: 11px;
  color: #333333;
  letter-spacing: 0.04em;
  margin: 0;
  opacity: 0.75;
}

.ss26-growth-archive__card-support {
  position: relative;
  background: linear-gradient(135deg, rgba(20, 41, 62, 0.97) 0%, rgba(34, 96, 147, 0.92) 100%) !important;
  padding: 36px 28px 44px !important;
  text-align: center;
  width: 100% !important;
  min-width: 0 !important;
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0 !important;
  border-radius: 0 !important;
  overflow: hidden;
  box-sizing: border-box;
}

.ss26-growth-archive__card-support-label {
  position: relative;
  z-index: 2;
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.86);
  margin-bottom: 14px;
  line-height: 1.5;
}

.ss26-growth-archive__card-support-rate {
  position: relative;
  z-index: 2;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 3.4vw, 42px);
  color: #B39065;
  line-height: 1.05;
  letter-spacing: 0.01em;
  margin: 0 0 10px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
  text-shadow: 0 2px 8px rgba(20, 41, 62, 0.25);
}

.ss26-growth-archive__card-support-amount {
  position: relative;
  z-index: 2;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  letter-spacing: 0.04em;
  font-weight: 600;
  margin: 0;
}

.ss26-growth-archive__note {
  margin-top: 36px;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-size: 12px;
  line-height: 1.8;
  color: #333333;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .ss26-growth-archive__hero {
    padding: 70px 20px 60px;
    min-height: 0;
  }
  #growth-archive > .ss26-section__inner {
    padding-top: 40px;
  }
  .ss26-growth-archive__hero-title {
    font-size: clamp(18px, 4.8vw, 24px);
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
  .ss26-growth-archive__cards {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .ss26-growth-archive__card-metric {
    padding: 24px 20px 0;
    font-size: 15px;
  }
  .ss26-growth-archive__card-national {
    padding: 14px 20px 18px;
  }
  .ss26-growth-archive__card-rate {
    font-size: 22px;
  }
  .ss26-growth-archive__card-support {
    padding: 32px 20px 40px !important;
  }
  .ss26-growth-archive__card-support-rate {
    font-size: 44px;
  }
}
