.top-page main {
  overflow: hidden;
}

.top-page .section-label {
  display: inline-block;
  padding: 7px 18px;
  margin: 0 0 16px;
  color: var(--blue);
  background: #eaf1fd;
  border-radius: 20px;
  font-size: clamp(12px, 0.9vw, 13px);
  font-weight: 700;
  letter-spacing: 2px;
}

.top-page .top-section-heading {
  max-width: var(--content-width);
  padding: 0 28px;
  margin: 0 auto;
  text-align: center;
}

.top-page .top-section-heading h2,
.top-page .top-title-layer h2,
.top-page .top-news-heading h2 {
  margin: 0;
  color: var(--navy);
  font-family: "Poppins", sans-serif;
  font-size: clamp(28px, 3.6vw, 46px);
  font-weight: 700;
  line-height: 1.15;
}

.top-page .top-section-heading h2 > span,
.top-page .top-title-layer h2 > span,
.top-page .top-news-heading h2 > span {
  color: var(--blue);
}

.top-page .top-section-heading > p:last-child {
  max-width: 640px;
  margin: 16px auto 0;
  font-size: clamp(13px, 1.05vw, 15px);
  line-height: 1.9;
}

.top-page .top-section-heading small {
  color: #9fb6e0;
  font-size: clamp(12px, 0.9vw, 13px);
}

.top-page .top-section-heading-light .section-label,
.top-page .top-areas .section-label {
  color: var(--navy);
  background: #ffffff;
}

.top-page .top-stats .section-label {
  color: var(--navy);
  background: #ffffff;
}

.top-page .top-section-heading-light h2,
.top-page .top-section-heading-light > p:last-child {
  color: #ffffff;
}

.top-page .top-section-heading-light h2 > span {
  color: var(--blue-light);
}

.top-page .top-title-layer {
  position: relative;
  padding: 0 28px;
  margin-bottom: clamp(32px, 4vw, 52px);
  text-align: center;
}

.top-page .top-title-layer > span {
  position: absolute;
  inset: 50% 0 auto;
  color: rgba(13, 47, 102, 0.05);
  font-family: "Poppins", sans-serif;
  font-size: clamp(60px, 11vw, 150px);
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  pointer-events: none;
  transform: translateY(-50%);
  user-select: none;
  white-space: nowrap;
}

.top-page .top-title-layer > div {
  position: relative;
}

.top-page .top-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(540px, 82vh, 800px);
  overflow: hidden;
  color: #ffffff;
  background: linear-gradient(115deg, var(--navy-dark) 0%, var(--navy) 55%, #1a3f7a 100%);
}

.top-page .top-hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 21, 49, 0.94) 0%, rgba(8, 36, 77, 0.84) 44%, rgba(13, 47, 102, 0.48) 72%, rgba(13, 47, 102, 0.3) 100%);
  content: "";
  pointer-events: none;
}

.top-page .top-hero-video {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.top-page .top-hero-accent {
  position: absolute;
  right: clamp(-180px, -6vw, -60px);
  bottom: clamp(-230px, -14vw, -120px);
  z-index: 2;
  width: clamp(560px, 62vw, 960px);
  max-width: none;
  opacity: 0.13;
  filter: brightness(0) invert(1);
  pointer-events: none;
  user-select: none;
}

.top-page .top-hero-inner {
  position: relative;
  z-index: 3;
  width: min(100% - 56px, var(--content-width));
  padding: clamp(64px, 9vw, 120px) 0;
  margin: 0 auto;
}

.top-page .top-hero-content {
  max-width: 660px;
}

.top-page .top-hero-label {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  margin: 0 0 24px;
  color: var(--navy);
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 24px;
  font-size: clamp(12px, 0.9vw, 13px);
  font-weight: 700;
  letter-spacing: 1.5px;
}

.top-page .top-hero h1 {
  margin: 0 0 24px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: clamp(38px, 5.6vw, 70px);
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.07;
}

.top-page .top-hero h1 > span {
  color: #7fb0ff;
}

.top-page .top-hero-copy {
  max-width: 500px;
  margin: 0 0 36px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(14px, 1.4vw, 17px);
  line-height: 1.9;
}

.top-page .top-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.top-page .top-hero-actions .button {
  min-height: 56px;
  padding-inline: 28px;
  font-size: clamp(14px, 1.2vw, 17px);
}

.top-page .top-hero-ticker {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: stretch;
  width: clamp(460px, 44vw, 680px);
  min-height: 82px;
  overflow: hidden;
  color: var(--navy);
  background: #ffffff;
  border-radius: 18px 0 0;
  box-shadow: 0 -10px 36px rgba(5, 21, 49, 0.2);
}

.top-page .top-hero-ticker-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  padding: 14px 18px;
  color: var(--blue);
  background: #ffffff;
  border-right: 1px solid #dbe3f0;
  font-size: clamp(10px, 0.8vw, 12px);
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.4;
}

.top-page .top-hero-ticker-label > span:first-child {
  font-family: "Poppins", sans-serif;
  font-size: clamp(14px, 1.1vw, 17px);
  letter-spacing: 2px;
}

.top-page .top-hero-ticker-window {
  min-width: 0;
  overflow: hidden;
}

.top-page .top-hero-ticker-track {
  display: flex;
  height: 100%;
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.top-page .top-hero-ticker-item {
  display: flex;
  width: 100%;
  min-width: 100%;
  align-items: center;
  padding: 16px 20px;
  color: var(--navy);
  gap: 14px;
}

.top-page .top-hero-ticker-item time {
  flex: 0 0 auto;
  color: var(--blue);
  font-family: "Poppins", sans-serif;
  font-size: clamp(10px, 0.8vw, 12px);
  font-weight: 600;
}

.top-page .top-hero-ticker-item > span {
  overflow: hidden;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top-page .top-hero-ticker-controls {
  display: grid;
  grid-template-columns: repeat(2, 42px);
  border-left: 1px solid #dbe3f0;
}

.top-page .top-hero-ticker-controls > button {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--navy);
  background: #ffffff;
  border: 0;
  font-size: clamp(22px, 1.8vw, 26px);
  cursor: pointer;
}

.js .top-page .top-hero-ticker-controls > button {
  display: flex;
}

.top-page .top-hero-ticker-controls > button + button {
  border-left: 1px solid #dbe3f0;
}

.top-page .top-hero-ticker-controls > button:hover {
  color: #ffffff;
  background: var(--navy);
}

.top-page .top-services {
  padding: clamp(46px, 6vw, 80px) 0 0;
  background: var(--navy);
}

.top-page .top-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: clamp(36px, 5vw, 56px);
  gap: 2px;
}

.top-page .top-service-card {
  display: flex;
  flex-direction: column;
  min-height: 460px;
  overflow: hidden;
  background: #ffffff;
  transition: transform 0.35s ease;
}

.top-page .top-service-card:hover {
  position: relative;
  z-index: 1;
  transform: translateY(-6px);
}

.top-page .top-service-card > img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.top-page .top-service-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(28px, 3vw, 40px);
}

.top-page .top-service-content > p {
  margin: 0 0 10px;
  color: var(--text-muted);
  font-size: clamp(13px, 1.1vw, 16px);
  line-height: 1.95;
}

.top-page .top-service-content .top-service-name {
  margin-bottom: 8px;
  color: var(--blue);
  font-family: "Poppins", sans-serif;
  font-size: clamp(12.5px, 1vw, 14px);
  font-weight: 700;
  letter-spacing: 1px;
}

.top-page .top-service-content h3 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: clamp(20px, 1.8vw, 24px);
  line-height: 1.45;
}

.top-page .top-service-content .top-service-english {
  margin-bottom: 24px;
  color: #7186a6;
  font-size: clamp(11.5px, 0.85vw, 13px);
  line-height: 1.7;
}

.top-page .top-service-link {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 44px;
  margin-top: auto;
  gap: 10px;
  color: var(--navy);
  font-size: clamp(13px, 1.05vw, 15px);
  font-weight: 700;
}

.top-page .top-service-link > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  background: #eaf1fd;
  border-radius: 50%;
  transition: transform 0.2s ease;
}

.top-page .top-service-link:hover > span {
  transform: translateX(3px);
}

.top-page .top-areas {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(400px, 44vw, 480px);
  color: #ffffff;
  background: var(--navy);
}

.top-page .top-areas-inner {
  width: min(100% - 56px, var(--content-width));
  padding: clamp(40px, 5vw, 64px) 0;
  text-align: center;
}

.top-page .top-areas h2,
.top-page .top-stats h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: 1.12;
}

.top-page .top-areas h2 > span,
.top-page .top-stats h2 > span {
  color: var(--blue-light);
}

.top-page .top-areas-inner > p:last-child {
  max-width: 640px;
  margin: 20px auto 0;
  color: #c8d6ee;
  font-size: clamp(13px, 1.1vw, 16px);
  line-height: 1.9;
}

.top-page .top-areas small {
  color: #9fb6e0;
  font-size: clamp(12px, 0.9vw, 13px);
}

.top-page .top-area {
  background: #ffffff;
}

.top-page .top-area-tokyo {
  background: #eef2f9;
}

.top-page .top-area-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

.top-page .top-area-image {
  min-height: 360px;
  overflow: hidden;
}

.top-page .top-area-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-page .top-area-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 5vw, 64px) clamp(28px, 4vw, 56px);
}

.top-page .top-area-content h2 {
  margin: 0;
  color: var(--navy);
  font-family: "Poppins", sans-serif;
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.1;
}

.top-page .top-area-content h2 > span {
  color: var(--blue);
}

.top-page .top-area-content > p {
  margin: 0 0 12px;
  color: var(--text-muted);
  font-size: clamp(13px, 1.1vw, 16px);
  line-height: 1.95;
}

.top-page .top-area-content .top-area-lead {
  margin: 12px 0 16px;
  color: #22304a;
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 700;
}

.top-page .top-area-content .top-area-english {
  margin-bottom: 24px;
  color: #7186a6;
  font-size: clamp(12px, 0.95vw, 14px);
  line-height: 1.8;
}

.top-page .top-area-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.top-page .top-area-actions .button {
  white-space: nowrap;
}

.top-page .top-stats {
  padding: clamp(50px, 7vw, 90px) 28px;
  background: var(--navy);
}

.top-page .top-stats-inner {
  max-width: var(--content-width);
  margin: 0 auto;
}

.top-page .top-stats-heading {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 1.1fr);
  align-items: center;
  margin-bottom: clamp(40px, 6vw, 64px);
  gap: clamp(24px, 4vw, 56px);
}

.top-page .top-stats-heading h2 {
  font-size: clamp(30px, 3.8vw, 46px);
}

.top-page .top-stats-heading > p {
  margin: 0;
  color: #c3d3ef;
  font-size: clamp(13px, 1.1vw, 16px);
  line-height: 2;
}

.top-page .top-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: clamp(32px, 4vw, 52px) clamp(24px, 3vw, 40px);
  gap: clamp(28px, 3.5vw, 44px);
  background: #ffffff;
  border-radius: 18px;
}

.top-page .top-stat-item {
  padding: 0 8px;
  text-align: center;
}

.top-page .top-stat-item > svg {
  width: 38px;
  height: 38px;
  margin: 0 auto 16px;
  fill: none;
  stroke: var(--blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.top-page .top-stat-item > p {
  margin: 0;
  color: #7186a6;
  font-size: clamp(12px, 0.95vw, 14px);
  line-height: 1.8;
}

.top-page .top-stat-item .top-stat-number {
  color: var(--navy);
  font-family: "Poppins", sans-serif;
  font-size: clamp(48px, 4vw, 56px);
  font-weight: 700;
  line-height: 1.2;
}

.top-page .top-stat-item h3 {
  margin: 8px 0 2px;
  color: #22304a;
  font-size: clamp(14px, 1.2vw, 17px);
}

.top-page .top-stat-item .top-stat-english {
  margin-bottom: 10px;
  color: var(--blue);
  font-family: "Poppins", sans-serif;
  font-size: clamp(11px, 0.8vw, 12px);
  letter-spacing: 0.6px;
}

.top-page .top-trust {
  padding: clamp(44px, 6vw, 80px) 0;
}

.top-page .trust-carousel {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.top-page .trust-carousel-track {
  display: grid;
  width: calc(100% - 160px);
  max-width: 1000px;
  margin-inline: auto;
  gap: 5vw;
}

.top-page .trust-slide {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 1fr);
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: 0 16px 48px rgba(20, 40, 80, 0.1);
}

.top-page .trust-slide-image {
  position: relative;
  min-height: 380px;
  overflow: hidden;
}

.top-page .trust-slide-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-page .trust-slide-image > span {
  position: absolute;
  top: 18px;
  left: 24px;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Poppins", sans-serif;
  font-size: clamp(72px, 7vw, 96px);
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 2px 16px rgba(13, 47, 102, 0.5);
}

.top-page .trust-slide-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 4vw, 60px);
}

.top-page .trust-slide-content > p {
  margin: 0 0 24px;
  color: var(--text-muted);
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.95;
}

.top-page .trust-slide-content .trust-reason-label {
  margin-bottom: 12px;
  color: var(--blue);
  font-family: "Poppins", sans-serif;
  font-size: clamp(14px, 1.2vw, 17px);
  font-weight: 700;
  letter-spacing: 1px;
}

.top-page .trust-slide-content h3 {
  margin: 0 0 6px;
  color: var(--navy);
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.3;
}

.top-page .trust-slide-content .trust-reason-english {
  margin-bottom: 16px;
  color: var(--blue);
  font-family: "Poppins", sans-serif;
  font-size: clamp(12.5px, 1vw, 14px);
  font-weight: 600;
  letter-spacing: 0.6px;
}

.top-page .trust-slide-content ul {
  display: grid;
  padding: 0;
  margin: 0;
  gap: 12px;
  list-style: none;
}

.top-page .trust-slide-content li {
  position: relative;
  padding-left: 28px;
  color: #33415c;
  font-size: clamp(13px, 1.1vw, 16px);
}

.top-page .trust-slide-content li::before {
  position: absolute;
  top: 0.05em;
  left: 0;
  color: #2fa876;
  font-size: clamp(17px, 1.4vw, 20px);
  font-weight: 700;
  content: "✓";
}

.top-page .trust-carousel-button,
.top-page .trust-carousel-dots {
  display: none;
}

.js .top-page .trust-carousel-window {
  overflow: hidden;
}

.js .top-page .trust-carousel-track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.js .top-page .trust-slide {
  width: 100%;
  flex: 0 0 100%;
}

.js .top-page .trust-carousel-track.is-jumping {
  transition: none;
}

.js .top-page .trust-carousel-button {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: var(--navy);
  background: #ffffff;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(20, 40, 80, 0.18);
  font-size: clamp(22px, 1.9vw, 26px);
  cursor: pointer;
  transform: translateY(-50%);
}

.js .top-page .trust-carousel-prev {
  left: max(20px, calc((100vw - 1000px) / 2 - 24px));
}

.js .top-page .trust-carousel-next {
  right: max(20px, calc((100vw - 1000px) / 2 - 24px));
}

.js .top-page .trust-carousel-dots {
  display: flex;
  justify-content: center;
  margin-top: 28px;
  gap: 10px;
}

.js .top-page .trust-carousel-dots > button {
  width: 12px;
  height: 12px;
  padding: 0;
  background: #bfcbe0;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.js .top-page .trust-carousel-dots > button[aria-pressed="true"] {
  width: 34px;
  background: var(--blue);
  border-radius: 10px;
}

.top-page .top-support {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) minmax(260px, 1.3fr) minmax(160px, 1fr);
  align-items: stretch;
  max-width: var(--content-width);
  min-height: 220px;
  margin: 0 auto 8px;
  overflow: hidden;
  background: linear-gradient(120deg, #dce8fb, #aecbf2);
  border-radius: 18px;
}

.top-page .top-support > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-page .top-support-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 18px;
  text-align: center;
  background: rgba(255, 255, 255, 0.55);
}

.top-page .top-support-content h2 {
  margin: 0 0 8px;
  color: var(--navy);
  font-size: clamp(16px, 2vw, 20px);
}

.top-page .top-support-content p {
  margin: 0 0 14px;
  color: #33415c;
  font-size: clamp(12px, 0.95vw, 14px);
  line-height: 1.8;
}

.top-page .top-strengths {
  max-width: var(--content-width);
  padding: clamp(50px, 7vw, 90px) 28px clamp(30px, 4vw, 50px);
  margin: 0 auto;
}

.top-page .top-strengths-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.top-page .top-strength-card {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  overflow: hidden;
  background: #ffffff;
  border: 2px solid var(--border);
  border-radius: 14px;
  transition: transform 0.35s ease, border-color 0.35s ease;
}

.top-page .top-strength-card:hover {
  border-color: var(--blue);
  transform: translateY(-8px);
}

.top-page .top-strength-card > div {
  padding: 24px 22px;
}

.top-page .top-strength-card > img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
}

.top-page .top-strength-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  color: var(--navy);
  background: #eaf1fd;
  border-radius: 50%;
  font-family: "Poppins", sans-serif;
  font-size: clamp(19px, 1.7vw, 23px);
  font-weight: 700;
}

.top-page .top-strength-card h3 {
  margin: 0 0 10px;
  color: #22304a;
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.4;
}

.top-page .top-strength-card p {
  margin: 0;
  color: #5a6982;
  font-size: clamp(12px, 0.95vw, 14px);
  line-height: 1.8;
}

.top-page .top-news {
  width: min(80%, var(--content-width));
  padding: clamp(44px, 6vw, 80px) 0;
  margin: 0 auto;
}

.top-page .top-news-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: clamp(24px, 3vw, 36px);
  gap: 16px;
}

.top-page .top-news-more {
  padding: 9px 20px;
  color: var(--navy);
  border: 1px solid #d6deea;
  border-radius: 22px;
  font-size: clamp(12.5px, 1vw, 14px);
  font-weight: 700;
}

.top-page .top-news-tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 10px;
}

.top-page .top-news-tabs > button {
  min-height: 44px;
  padding: 8px 18px;
  color: #5a6982;
  background: #ffffff;
  border: 1px solid #d6deea;
  border-radius: 24px;
  font-size: clamp(12px, 0.95vw, 14px);
  font-weight: 700;
  cursor: pointer;
}

.top-page .top-news-tabs > button[aria-selected="true"] {
  color: #ffffff;
  background: var(--navy);
  border-color: var(--navy);
}

.top-page .top-news-list {
  overflow: hidden;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(20, 40, 80, 0.06);
}

.top-page .top-news-list > article {
  display: grid;
  grid-template-columns: 110px 120px minmax(0, 1fr);
  align-items: center;
  min-height: 66px;
  padding: 16px 26px;
  gap: 16px;
  border-bottom: 1px solid #f0f2f6;
}

.top-page .top-news-list > article:last-child {
  border-bottom: 0;
}

.top-page .top-news-list time {
  color: #7186a6;
  font-family: "Poppins", sans-serif;
  font-size: clamp(12.5px, 1vw, 14px);
  font-weight: 600;
}

.top-page .top-news-list article > span {
  justify-self: start;
  padding: 4px 12px;
  color: var(--blue);
  background: #eaf1fd;
  border-radius: 14px;
  font-size: clamp(11px, 0.8vw, 12px);
  font-weight: 700;
}

.top-page .top-news-list h3 {
  margin: 0;
  color: #33415c;
  font-size: clamp(13px, 1.1vw, 16px);
  font-weight: 500;
}

.js .top-page .reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.9s cubic-bezier(0.16, 0.84, 0.44, 1), transform 0.9s cubic-bezier(0.16, 0.84, 0.44, 1);
}

.js .top-page .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .top-page .top-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .top-page .top-strengths-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .top-page .top-area-inner,
  .top-page .top-stats-heading,
  .top-page .trust-slide {
    grid-template-columns: 1fr;
  }

  .top-page .top-area-tokyo .top-area-content {
    order: 2;
  }

  .top-page .top-area-tokyo .top-area-image {
    order: 1;
  }

  .top-page .top-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .top-page .trust-slide-image {
    min-height: 300px;
  }

  .top-page .top-support {
    grid-template-columns: 1fr;
    margin-inline: 28px;
  }

  .top-page .top-support > img {
    height: 200px;
  }

  .top-page .top-support > img:last-child {
    display: none;
  }

  .top-page .top-news {
    width: min(100% - 56px, var(--content-width));
  }
}

@media (max-width: 900px) {
  .top-page .top-hero-inner {
    padding-bottom: 190px;
  }

  .top-page .top-hero-ticker {
    width: calc(100% - 28px);
  }
}

@media (max-width: 640px) {
  .top-page .top-hero-inner,
  .top-page .top-areas-inner {
    width: min(100% - 40px, var(--content-width));
  }

  .top-page .top-hero {
    min-height: 760px;
  }

  .top-page .top-hero::before {
    background: linear-gradient(90deg, rgba(5, 21, 49, 0.92) 0%, rgba(8, 36, 77, 0.82) 64%, rgba(13, 47, 102, 0.52) 100%);
  }

  .top-page .top-hero-video {
    object-position: 60% center;
  }

  .top-page .top-hero-accent {
    right: -180px;
    bottom: -115px;
    width: 520px;
    opacity: 0.1;
  }

  .top-page .top-hero-label {
    font-size: clamp(10px, 0.7vw, 11px);
    letter-spacing: 1px;
  }

  .top-page .top-hero h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .top-page .top-hero-ticker {
    width: calc(100% - 20px);
    min-height: 76px;
    border-radius: 14px 0 0;
  }

  .top-page .top-hero-ticker-label {
    min-width: 74px;
    padding-inline: 10px;
  }

  .top-page .top-hero-ticker-item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 14px;
    gap: 2px;
  }

  .top-page .top-hero-ticker-controls {
    grid-template-columns: repeat(2, 36px);
  }

  .top-page .top-hero-actions,
  .top-page .top-area-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .top-page .top-services-grid {
    grid-template-columns: 1fr;
  }

  .top-page .top-service-card > img {
    height: 220px;
  }

  .top-page .top-area-image {
    min-height: 280px;
  }

  .top-page .top-stats {
    padding-inline: 20px;
  }

  .top-page .top-stats-grid {
    grid-template-columns: 1fr;
  }

  .top-page .top-stat-item {
    padding-bottom: 24px;
    border-bottom: 1px solid #edf1f7;
  }

  .top-page .top-stat-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .js .top-page .trust-carousel-window {
    overflow: hidden;
  }

  .js .top-page .trust-carousel-track {
    width: calc(100% - 40px);
  }

  .js .top-page .trust-carousel-button {
    top: 240px;
    width: 44px;
    height: 44px;
  }

  .top-page .trust-slide-image {
    min-height: 260px;
  }

  .top-page .trust-slide-image > span {
    font-size: clamp(56px, 14vw, 68px);
  }

  .top-page .top-support {
    margin-inline: 20px;
  }

  .top-page .top-strengths {
    padding-inline: 20px;
  }

  .top-page .top-strength-card {
    grid-template-columns: 1fr;
  }

  .top-page .top-strength-card > img {
    min-height: 190px;
  }

  .top-page .top-news {
    width: min(100% - 40px, var(--content-width));
  }

  .top-page .top-news-more {
    display: none;
  }

  .top-page .top-news-list > article {
    grid-template-columns: 1fr auto;
    gap: 8px 12px;
  }

  .top-page .top-news-list h3 {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .js .top-page .reveal {
    opacity: 1;
    transform: none;
  }

  .js .top-page .trust-carousel-track {
    transition: none;
  }
}
