.section-2 {
  position: relative;
  display: block;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: var(--bg);
  text-align: left;
}
.section-2 h2,
.section-2 h3,
.section-2 p {
  margin: 0;
}
.section-2__upper,
.section-2__lower {
  position: relative;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
}
.section-2__upper {
  overflow: visible;
  min-height: 100vh;
  min-height: 100dvh;
  padding: clamp(80px, 9vw, 160px) clamp(20px, 4vw, 80px) clamp(60px, 6vw, 120px);
  background-color: var(--bg);
  background-image: url("../images/hero/hero-tab-1.jpg"), url("../videos/hero/hero-tab-1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}
.section-2__lower {
  min-height: 100vh;
  min-height: 100dvh;
  padding: clamp(86px, 8vw, 140px) clamp(20px, 5vw, 96px) clamp(70px, 7vw, 120px);
  background-color: var(--bg);
  background-image: url("../images/hero/hero-tab-2.jpg"), url("../videos/hero/hero-tab-2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: center;
  gap: clamp(48px, 5vw, 86px);
}
.section-2__bg-video,
.section-2__bg-mask {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.section-2__bg-video {
  z-index: -2;
  object-fit: cover;
}
.section-2__bg-mask {
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(246,248,251,.45), rgba(246,248,251,.7));
}
.section-2__lower .section-2__bg-mask {
  background: linear-gradient(180deg, rgba(241,245,251,.62), rgba(238,244,255,.82));
}
.section-2__upper-head {
  position: relative;
  z-index: 1;
  width: min(1280px, 92vw);
  margin: 0 auto;
  text-align: center;
}
.section-2__upper-title {
  color: var(--text);
  font-size: clamp(32px, 3.8vw, 64px);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}
.section-2__platforms {
  max-width: min(960px, 84vw);
  margin: clamp(22px, 2vw, 34px) auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-2__platforms img {
  display: block;
  width: auto;
  height: clamp(24px, 2vw, 36px);
  flex: 0 0 auto;
  object-fit: contain;
}
.section-2__upper-video-wrap {
  position: relative;
  display: block;
  width: min(1280px, 88vw);
  margin: clamp(40px, 5vw, 80px) auto clamp(-140px, -10vw, -100px);
  aspect-ratio: 21 / 9;
  overflow: hidden;
  -webkit-mask-image:
    linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%),
    linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%),
    linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-composite: intersect;
}
.section-2__upper-video-wrap .section-2__bg-video {
  position: relative;
  inset: auto;
  z-index: auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section-2__cards {
  position: relative;
  z-index: 3;
  width: min(1280px, 92vw);
  margin: 0 auto;
  display: flex;
  gap: clamp(16px, 1.2vw, 24px);
}
.section-2__card {
  flex: 1 1 0;
  min-height: clamp(360px, 28vw, 480px);
  padding: clamp(20px, 1.6vw, 32px);
  border: 1px solid rgba(255,255,255,.7);
  border-radius: clamp(12px, .8vw, 16px);
  background: rgba(255,255,255,.55);
  box-shadow: 0 24px 60px rgba(10,20,40,.08);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  backdrop-filter: blur(20px) saturate(160%);
  display: flex;
  flex-direction: column;
  text-align: center;
}
.section-2__card-title {
  margin-top: clamp(28px, 2.2vw, 44px);
  margin-bottom: clamp(20px, 1.8vw, 32px);
  color: var(--text);
  font-size: clamp(22px, 1.8vw, 34px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
}
.section-2__card-icon {
  width: 100%;
  height: clamp(110px, 12vw, 170px);
  flex: 1 1 clamp(110px, 12vw, 170px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main);
}
.section-2__card-icon svg {
  display: block;
  max-width: clamp(64px, 6vw, 80px);
  max-height: clamp(64px, 6vw, 80px);
}
.section-2__pills {
  margin-top: auto;
  padding-top: clamp(24px, 2vw, 36px);
  display: grid;
  gap: clamp(8px, .6vw, 12px);
  width: 100%;
}
.section-2__pill {
  width: 100%;
  padding: clamp(10px, .8vw, 14px) clamp(16px, 1.4vw, 28px);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.5);
  color: var(--text);
  font-size: clamp(12px, .85vw, 17px);
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
.section-2__claim {
  position: relative;
  z-index: 1;
  text-align: center;
}

.section-2__claim-title {
  color: var(--text);
  font-size: clamp(40px, 4.2vw, 80px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0;
}
.section-2__claim-title .letter:nth-child(-n+3) {
  font-size: 1.16em;
  font-weight: 700;
}

.section-2__claim-en {
  margin-top: clamp(12px, 1vw, 20px);
  color: var(--muted);
  font-size: clamp(18px, 1.6vw, 30px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: .04em;
}
.section-2__columns {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: min(1280px, 88vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr clamp(260px, 24vw, 420px) 1fr;
  align-items: center;
  gap: clamp(40px, 4vw, 80px);
}
.section-2__col {
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 2vw, 40px);
}
.section-2__col--left {
  align-items: flex-end;
  text-align: right;
}
.section-2__col--right {
  align-items: flex-start;
  text-align: left;
}
.section-2__col-label {
  display: block;
  color: var(--main);
  font-size: clamp(15px, 1vw, 20px);
  font-weight: 600;
  line-height: 1.4;
}
.section-2__stats {
  display: grid;
  gap: clamp(24px, 2vw, 40px);
}
.section-2__stat {
  display: grid;
  gap: clamp(6px, .6vw, 12px);
}
.section-2__stat-num {
  color: var(--text);
  font-size: clamp(48px, 4vw, 78px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
}
.section-2__stat-desc {
  color: var(--muted);
  font-size: clamp(13px, .9vw, 18px);
  font-weight: 400;
  line-height: 1.5;
}
.section-2__visual-wrap {
  position: relative;
  width: clamp(260px, 24vw, 420px);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  will-change: transform;
  -webkit-mask-image:
    linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%),
    linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to bottom, transparent 0%, black 10%, black 90%, transparent 100%),
    linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-composite: intersect;
}
.section-2__visual-video {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section-2__cta-area {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: clamp(20px, 1.8vw, 34px);
  text-align: center;
}
.section-2__cta-copy {
  color: var(--muted);
  font-size: clamp(15px, 1vw, 20px);
  font-weight: 400;
  line-height: 1.6;
}
.section-2__cta-area .tec-cta {
  min-width: clamp(180px, 14vw, 260px);
  height: clamp(52px, 3.6vw, 68px);
  padding: 0 clamp(28px, 2.4vw, 48px);
  border: none;
  background: rgba(255,255,255,.62);
  color: var(--text);
  font-size: clamp(15px, 1vw, 20px);
  font-weight: 500;
  box-shadow: 0 14px 34px rgba(10,20,40,.08), inset 0 1px 0 rgba(255,255,255,.72);
}
.section-2__cta-area .tec-cta .cta-mask {
  background: var(--text);
}
@media (hover: hover) {
  .section-2__cta-area .tec-cta:hover .cta-text {
    color: var(--white);
  }
}
@media (max-width: 1023px) {
  .section-2__upper {
    min-height: 0;
    padding: 0 0 clamp(40px, 10vw, 64px);
    display: block;
  }
  .section-2__lower {
    min-height: 0;
    padding: 0;
    display: block;
  }

  .section-2__lower > .section-2__bg-video,
  .section-2__lower > .section-2__bg-mask {
    display: none;
  }

  .section-2__upper-head {
    width: 100%;
    margin-bottom: 0;
    padding: clamp(40px, 10vw, 64px) clamp(14px, 5vw, 20px) 0;
  }

  .section-2__upper-title {
    font-size: clamp(26px, 6.8vw, 36px);
  }

  .section-2__platforms {
    max-width: calc(100% - clamp(28px, 5vw, 40px));
    margin-top: clamp(18px, 5vw, 26px);
  }

  .section-2__platforms img {
    height: clamp(18px, 4.4vw, 24px);
  }

  .section-2__upper-video-wrap {
    width: calc(100% - clamp(24px, 6vw, 40px));
    margin: clamp(24px, 6vw, 40px) auto clamp(-60px, -8vw, -40px);
    aspect-ratio: 16 / 9;
  }

  .section-2__cards {
    position: relative;
    z-index: 3;
    width: 100%;
    margin: 0;
    padding: 0 0 clamp(16px, 4vw, 24px) clamp(16px, 5vw, 28px);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: none;
    scrollbar-width: none;
  }

  .section-2__cards::-webkit-scrollbar {
    display: none;
  }

  .section-2__card {
    flex: 0 0 clamp(280px, 80vw, 360px);
    min-height: clamp(320px, 78vw, 420px);
    padding: clamp(20px, 5vw, 28px);
  }

  .section-2__card-title {
    margin-top: clamp(20px, 6vw, 28px);
    margin-bottom: clamp(16px, 4vw, 24px);
    font-size: clamp(20px, 5.4vw, 26px);
  }

  .section-2__card-icon {
    height: clamp(96px, 24vw, 132px);
    flex-basis: clamp(96px, 24vw, 132px);
  }

  .section-2__card-icon svg {
    max-width: clamp(64px, 18vw, 76px);
    max-height: clamp(64px, 18vw, 76px);
  }

  .section-2__pill {
    padding: clamp(10px, 3vw, 13px) 14px;
    font-size: clamp(12px, 3.4vw, 15px);
  }

  .section-2__claim {
    padding: clamp(40px, 10vw, 60px) clamp(16px, 5vw, 28px);
  }

  .section-2__claim-title {
    font-size: clamp(32px, 8.4vw, 44px);
  }

  .section-2__claim-en {
    font-size: clamp(16px, 4.4vw, 22px);
  }

  .section-2__columns {
    width: 100%;
    max-width: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .section-2__visual-wrap {
    order: 0;
    width: calc(100% - clamp(24px, 6vw, 40px));
    margin: clamp(24px, 6vw, 40px) auto;
    aspect-ratio: 16 / 9;
  }

  .section-2__col {
    padding: clamp(32px, 8vw, 48px) clamp(16px, 5vw, 28px);
    align-items: center;
    text-align: center;
  }

  .section-2__col--left,
  .section-2__col--right {
    align-items: center;
    text-align: center;
  }

  .section-2__col--left {
    order: 1;
  }

  .section-2__col--right {
    order: 2;
  }

  .section-2__col-label {
    font-size: clamp(14px, 4vw, 18px);
  }

  .section-2__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(16px, 4vw, 24px);
  }

  .section-2__stat-num {
    font-size: clamp(38px, 10vw, 56px);
  }

  .section-2__stat-desc {
    font-size: clamp(12px, 3.4vw, 15px);
  }

  .section-2__cta-area {
    padding: clamp(40px, 10vw, 60px) clamp(16px, 4vw, 24px);
  }

  .section-2__cta-copy {
    font-size: clamp(14px, 3.8vw, 17px);
  }

  .section-2__cta-area .tec-cta {
    width: calc(100% - clamp(32px, 8vw, 48px));
    height: 56px;
  }
}
