:root {
  --aboutus-shell: 85.4167vw;
  --aboutus-brand: #f2c81e;
  --aboutus-text: #333333;
  --aboutus-text-soft: #666666;
  --aboutus-surface: #f9f8f8;
  --aboutus-line: #f3f4f6;
  --aboutus-card-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}

.aboutus-body {
  margin: 0;
  color: var(--aboutus-text);
  background: #ffffff;
}

html.aboutus-scroll-lock,
body.aboutus-scroll-lock {
  overflow: hidden;
}

body.aboutus-scroll-lock {
  position: fixed;
  left: 0;
  width: 100%;
}

.aboutus-page {
  min-height: 100vh;
  background: #ffffff;
}

.aboutus-main {
  overflow: hidden;
}

.aboutus-shell {
  width: min(var(--aboutus-shell), calc(100% - 2.083vw));
  margin: 0 auto;
}

@media (min-width: 769px) {
  :root {
    --aboutus-focus-module-scale: 0.92;
    --aboutus-focus-safe-pad: clamp(140px, 9vw, 180px);
  }

  .aboutus-shell {
    width: min(calc(var(--aboutus-shell) * var(--aboutus-focus-module-scale)),
        calc(100% - (2 * var(--aboutus-focus-safe-pad))));
  }

  .aboutus-shareholders.home-eco .home-eco__head {
    max-width: min(calc(var(--home-w) * var(--aboutus-focus-module-scale)), 100%);
    padding-left: var(--aboutus-focus-safe-pad);
    padding-right: var(--aboutus-focus-safe-pad);
    padding-bottom: 0;
  }

  .aboutus-shareholders.home-eco .home-eco__cta {
    right: var(--aboutus-focus-safe-pad);
  }

  .aboutus-shareholders.home-eco .home-eco__diagram {
    width: min(calc(var(--home-w) * var(--aboutus-focus-module-scale)), 100%);
  }

  .aboutus-shareholders.home-eco .home-eco-card--sun,
  .aboutus-shareholders.home-eco .home-eco-card--tr {
    top: 10.5vw;
  }
}

.aboutus-section-head {
  display: flex;
  flex-direction: column;
  gap: 1.042vw;
  max-width: 53.177vw;
}

.aboutus-section-head h2,
.aboutus-section-head p,
.aboutus-intro__title h2,
.aboutus-intro__title p,
.aboutus-culture__copy h2,
.aboutus-culture__copy p,
.aboutus-cta__copy h2,
.aboutus-hero__content h1,
.aboutus-hero__content p {
  margin: 0;
}

.aboutus-section-head p {
  color: var(--aboutus-text-soft);
  line-height: 1.3;
}

.aboutus-section-head--center {
  max-width: 60.677vw;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}

.aboutus-hero {
  position: relative;
  min-height: 50vw;
  display: flex;
  align-items: flex-end;
  padding: 0 0 8.542vw;
  overflow: hidden;
  isolation: isolate;
}

.aboutus-hero--motion .aboutus-hero__media,
.aboutus-hero--motion .aboutus-hero__content {
  opacity: 0;
  will-change: transform, opacity;
  transition:
    transform 0.95s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.95s ease;
}

.aboutus-hero--motion .aboutus-hero__media {
  transform: translate3d(0, 52px, 0);
}

.aboutus-hero--motion .aboutus-hero__content {
  transform: translate3d(0, 40px, 0);
}

.aboutus-hero--motion.aboutus-hero--in .aboutus-hero__media,
.aboutus-hero--motion.aboutus-hero--in .aboutus-hero__content {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.aboutus-hero--motion.aboutus-hero--in .aboutus-hero__content {
  transition-delay: 0.14s;
}

.aboutus-hero__media,
.aboutus-hero__overlay {
  position: absolute;
  inset: 0;
}

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

.aboutus-hero__overlay {
  display: none;
  background: none;
}

.aboutus-hero__content {
  position: relative;
  z-index: 1;
  width: min(var(--aboutus-shell), calc(100% - 2.083vw));
  margin: 0 auto;
  color: #ffffff;
}

.aboutus-hero__eyebrow {
  margin: 0 0 0.104vw;
  letter-spacing: 0.89em;
  line-height: 2;
}

.aboutus-hero__content h1 {
  max-width: 40vw;
  line-height: 1.2;
}

.aboutus-intro {
  padding: 7.292vw 0 6.25vw;
}

.aboutus-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 32.552vw) minmax(0, 43.229vw);
  justify-content: space-between;
  align-items: center;
  gap: 3.75vw;
}

.aboutus-intro__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4.688vw;
}

.aboutus-intro__content {
  display: flex;
  flex-direction: column;
  gap: 1.771vw;
}

.aboutus-intro__title {
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
}

.aboutus-intro__title h2 {
  line-height: 1.003;
}

.aboutus-intro__title p {
  line-height: 1.003;
}

.aboutus-intro__desc {
  margin: 0;
  width: 32.552vw;
  max-width: 100%;
  color: var(--aboutus-text-soft);
  line-height: normal;
}

.aboutus-intro__visual {
  position: relative;
  width: 43.229vw;
  max-width: 100%;
}

.aboutus-intro__photo {
  position: relative;
  border-radius: 2.083vw;
  overflow: hidden;
  width: 100%;
  height: 26.042vw;
  background: #dfe6ee;
}

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



.aboutus-intro__cta,
.aboutus-cta__button {
  text-decoration: none;
}

.aboutus-factory {
  padding: 3.125vw 0 3.292vw;
}

.aboutus-factory__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.042vw;
  margin-top: 3.125vw;
}

.aboutus-factory--motion .aboutus-section-head,
.aboutus-factory--motion .aboutus-factory__card {
  opacity: 0;
  transform: translate3d(0, 54px, 0);
  will-change: transform, opacity;
}

.aboutus-factory--motion .aboutus-section-head {
  transition:
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.85s ease;
}

.aboutus-factory--motion .aboutus-factory__card {
  transition:
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.8s ease,
    box-shadow 0.35s ease;
}

.aboutus-factory--motion.aboutus-factory--in .aboutus-section-head,
.aboutus-factory--motion.aboutus-factory--in .aboutus-factory__card {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.aboutus-factory--motion.aboutus-factory--in .aboutus-factory__card:nth-child(1) {
  transition-delay: 0.08s;
}

.aboutus-factory--motion.aboutus-factory--in .aboutus-factory__card:nth-child(2) {
  transition-delay: 0.16s;
}

.aboutus-factory--motion.aboutus-factory--in .aboutus-factory__card:nth-child(3) {
  transition-delay: 0.24s;
}

.aboutus-factory--motion.aboutus-factory--in .aboutus-factory__card:nth-child(4) {
  transition-delay: 0.32s;
}

.aboutus-factory__card {
  position: relative;
  min-height: 13.438vw;
  border-radius: 1.667vw;
  overflow: hidden;
  background: #dde4ef;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.aboutus-factory__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.35s ease;
}

.aboutus-factory__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.42);
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 0;
}

.aboutus-factory__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25vw;
  padding: 1.458vw 1.667vw;
  color: #ffffff;
  text-align: center;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.3s ease, transform 0.35s ease;
}

.aboutus-factory__overlay h3,
.aboutus-factory__stats p,
.aboutus-factory__stats span {
  margin: 0;
}

.aboutus-factory__stats {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2.083vw;
  width: 100%;
}

.aboutus-factory__stats>div {
  display: flex;
  flex-direction: column;
  gap: 0.417vw;
  min-width: 4.167vw;
}

.aboutus-factory__stats p,
.aboutus-factory__stats span {
  color: #ffffff;
}

.aboutus-factory__stats p {
  color: var(--aboutus-brand);
  line-height: 1;
}

.aboutus-factory__card:hover,
.aboutus-factory__card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 1.042vw 2.083vw rgba(0, 0, 0, 0.16);
}

.aboutus-factory__card:hover::before,
.aboutus-factory__card:focus-within::before {
  opacity: 1;
}

.aboutus-factory__card:hover img,
.aboutus-factory__card:focus-within img {
  transform: scale(1.04);
  filter: brightness(0.82);
}

.aboutus-factory__card:hover .aboutus-factory__overlay,
.aboutus-factory__card:focus-within .aboutus-factory__overlay {
  opacity: 1;
  transform: translateY(0);
}

.aboutus-shareholders {
  padding: 0;
  background: #ffffff;
  position: relative;
}

.aboutus-shareholders .home-eco__tex {
  background-image: url("/img/robot-wenli.webp");
}

.aboutus-shareholder-link {
  color: inherit;
  text-decoration: none;
}

.aboutus-shareholder-link:focus-visible {
  outline: 2px solid rgba(242, 200, 30, 0.7);
  outline-offset: 4px;
}

.aboutus-shareholders__layout {
  position: relative;
  min-height: 36.458vw;
  margin-top: 2.917vw;
}

.aboutus-shareholders__card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 1.146vw;
  width: 30.833vw;
  min-height: 7.813vw;
  padding: 1.042vw;
  border-radius: 1.563vw;
  background: #f9f8f8;
}

.aboutus-shareholders__card--brand {
  left: 0;
  top: 0;
  width: 29.74vw;
  min-height: 14.375vw;
  align-items: flex-start;
  flex-direction: column;
  background: var(--aboutus-brand);
}

.aboutus-shareholders__logo-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 5.729vw;
  padding-right: 6.771vw;
}

.aboutus-shareholders__logo {
  width: 11.667vw;
  max-width: 100%;
}

.aboutus-shareholders__logo-mask {
  position: absolute;
  top: 0;
  right: 0;
  width: 5.729vw;
  height: 5.729vw;
  border-radius: 1.042vw;
  background: #ffffff;
  background-image: url("https://www.figma.com/api/mcp/asset/f12e6ec1-1be0-4c46-816f-c1910521c9cf");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70px 70px;
}

.aboutus-shareholders__brand-copy p {
  margin: 0;
  color: #ffffff;
  line-height: 24px;
  text-align: right;
}

.aboutus-shareholders__center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25vw;
  height: 25vw;
  transform: translate(-50%, -36%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.aboutus-shareholders__ring {
  position: absolute;
  border-radius: 50%;
}

.aboutus-shareholders__ring--outer {
  width: 25vw;
  height: 25vw;
  background: rgba(242, 200, 30, 0.14);
}

.aboutus-shareholders__ring--inner {
  width: 16.667vw;
  height: 16.667vw;
  background: var(--aboutus-brand);
}

.aboutus-shareholders__center::before,
.aboutus-shareholders__center::after {
  content: "";
  position: absolute;
  width: 0.521vw;
  height: 0.521vw;
  border-radius: 50%;
  background: var(--aboutus-brand);
}

.aboutus-shareholders__center::before {
  top: 4.375vw;
  right: 3.438vw;
}

.aboutus-shareholders__center::after {
  bottom: 3.542vw;
  left: 3.854vw;
}

.aboutus-shareholders__center p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #ffffff;
  line-height: 1.25;
  text-align: center;
}

.aboutus-shareholders__card-icon {
  flex: 0 0 5.729vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.729vw;
  height: 5.729vw;
  border-radius: 1.042vw;
  background: #ffffff;
}

.aboutus-shareholders__card-copy {
  display: flex;
  flex-direction: column;
  gap: 1.042vw;
}

.aboutus-shareholders__card-copy--right {
  text-align: right;
  align-items: flex-end;
}

.aboutus-shareholders__card-copy h3,
.aboutus-shareholders__card-copy p {
  margin: 0;
}

.aboutus-shareholders__card-copy h3 {
  line-height: 1.1;
}

.aboutus-shareholders__card-copy p {
  color: var(--aboutus-text-soft);
  line-height: 24px;
}

.aboutus-shareholders__card--top-right {
  top: 0;
  right: 0;
}

.aboutus-shareholders__card--bottom-left {
  bottom: 0;
  left: 1.719vw;
  justify-content: space-between;
}

.aboutus-shareholders__card--bottom-right {
  right: 0;
  bottom: 0;
}

.aboutus-advantages {
  position: relative;
  min-height: 56.25vw;
  padding: 7.656vw 0 0;
  overflow: hidden;
  background: linear-gradient(180deg, #f9f8f8 0%, #ffffff 100%);
}

.aboutus-advantages::before,
.aboutus-advantages::after {
  content: "";
  position: absolute;
  width: 7.187vw;
  height: 7.292vw;
  border-radius: 1.094vw;
  background: var(--aboutus-brand);
  filter: blur(32px);
  opacity: 0.2;
  pointer-events: none;
}

.aboutus-advantages::before {
  left: calc(50% - 33.854vw);
  top: 10.677vw;
  width: 7.083vw;
  height: 7.292vw;
}

.aboutus-advantages::after {
  right: calc(50% - 18.698vw);
  top: 38.854vw;
  width: 7.187vw;
  height: 7.292vw;
}

.aboutus-advantages .aboutus-section-head {
  position: relative;
  z-index: 2;
  max-width: 53.177vw;
  margin-bottom: 0;
}

.aboutus-advantages__track {
  position: absolute;
  left: 50%;
  bottom: -10.208vw;
  width: 127.865vw;
  height: 57.083vw;
  transform: translateX(-47.5%);
  pointer-events: none;
  opacity: 1;
}

.aboutus-advantages__track-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.aboutus-advantages__dot {
  overflow: visible;
  pointer-events: none;
}

.aboutus-advantages__track-path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.aboutus-advantages__track-path--solid {
  stroke: #f2c81e;
  stroke-width: 50px;
}

.aboutus-advantages__track-path--dash {
  stroke: #ffffff;
  stroke-width: 3.5px;
  stroke-dasharray: 10 14;
}

.aboutus-advantages__cards {
  position: relative;
  min-height: 37.5vw;
  z-index: 2;
}

.aboutus-advantages__card {
  position: absolute;
  display: flex;
  gap: 0.833vw;
  width: 37.552vw;
  padding: 1.094vw;
  border: 0.052vw solid var(--aboutus-line);
  border-radius: 0.833vw;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  box-shadow: 0.417vw 0.313vw 2.021vw rgba(0, 0, 0, 0.04);
  opacity: 1;
  transform: translateY(0);
  transition: none;
  will-change: auto;
}

.aboutus-advantages__card--right {
  top: 10.26vw;
  right: 0;
}

.aboutus-advantages__card--left {
  left: 8.5vw;
  bottom: -6.52vw;
}

@media (min-width: 1801px) {
  .aboutus-advantages__card--left {
    left: 7.8vw;
    bottom: -5.72vw;
  }
}

.aboutus-advantages__card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.aboutus-advantages__icon {
  flex: 0 0 4.688vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.688vw;
  height: 4.688vw;
  border-radius: 1.094vw;
  background: var(--aboutus-brand);
}

.aboutus-advantages__copy {
  display: flex;
  flex-direction: column;
  gap: 0.26vw;
  padding-top: 0.313vw;
}

.aboutus-advantages__copy h3,
.aboutus-advantages__copy p {
  margin: 0;
}

.aboutus-advantages__copy h3 {
  line-height: 24.5px;
}

.aboutus-advantages__copy p {
  color: var(--aboutus-text-soft);
  line-height: 24px;
  max-width: 22.396vw;
}

.aboutus-advantages__card--right .aboutus-advantages__copy {
  padding-top: 0;
}

.aboutus-advantages__card--right .aboutus-advantages__copy p {
  max-width: 21.615vw;
}

.aboutus-advantages__card--left .aboutus-advantages__copy p {
  max-width: 20.885vw;
}

.aboutus-history {
  position: relative;
  padding: 60px 0 80px;
  overflow: hidden;
  background: #ffffff;
}

.aboutus-history__viewport {
  position: relative;
  width: 100%;
  height: 720px;
  overflow: hidden;
  scrollbar-width: none;
}

.aboutus-history__viewport::-webkit-scrollbar {
  display: none;
}

.aboutus-history__shell {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  pointer-events: auto;
}

.aboutus-history__head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 40vw;
}

.aboutus-history__head h2,
.aboutus-history__head p {
  margin: 0;
}

.aboutus-history__head h2 {
  color: var(--aboutus-text);
  line-height: 1.1;
}

.aboutus-history__head p {
  color: var(--aboutus-text-soft);
  line-height: 1.35;
}

.aboutus-history__stage {
  position: absolute;
  top: 0;
  left: 0;
  height: 720px;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.aboutus-history__track {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 1;
}

.aboutus-history__track-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.aboutus-history__track-path {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.aboutus-history__track-path--solid {
  stroke: var(--aboutus-brand);
  stroke-width: 50px;
}

.aboutus-history__track-path--dash {
  stroke: #ffffff;
  stroke-width: 4px;
  stroke-dasharray: 10 14;
}

.aboutus-history__robot {
  position: absolute;
  left: 0;
  top: 0;
  width: 123px;
  height: 103px;
  display: block;
  object-fit: contain;
  z-index: 5;
  pointer-events: none;
  will-change: transform;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.aboutus-history__robot.is-ready {
  opacity: 1;
}

.aboutus-history__glow {
  position: absolute;
  width: 138px;
  height: 140px;
  border-radius: 21px;
  background: var(--aboutus-brand);
  opacity: 0.22;
  filter: blur(32px);
  pointer-events: none;
  z-index: 1;
}

.aboutus-history__glow--a {
  left: 2200px;
  top: 60px;
}

.aboutus-history__glow--b {
  left: 1320px;
  top: 540px;
}

.aboutus-history__card {
  position: absolute;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  width: 635px;
  z-index: 3;
  opacity: 0;
  transform: translateY(38px);
  transition: opacity 0.55s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

.aboutus-history__card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.aboutus-history__image {
  flex: 0 0 260px;
  width: 260px;
  height: 174px;
  border-radius: 12px;
  overflow: hidden;
  background: #f3f4f6;
}

.aboutus-history__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.aboutus-history__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-top: 14px;
  min-width: 0;
}

.aboutus-history__content h3,
.aboutus-history__content > div {
  margin: 0;
}

.aboutus-history__content h3 {
  color: var(--aboutus-text);
  line-height: 1.1;
}

.aboutus-history__content > div {
  color: var(--aboutus-text-soft);
  line-height: 1.5;
}

@media (min-width: 1201px) {
  .aboutus-history__shell {
    top: 0;
  }

  .aboutus-history__head {
    gap: 12px;
  }

  .aboutus-history__head h2 {
    font-size: clamp(36px, 2.5vw, 48px);
    line-height: 1.08;
  }

  .aboutus-history__head p {
    font-size: clamp(16px, 1.042vw, 20px);
    line-height: 1.32;
  }

  .aboutus-history__content h3 {
    font-size: clamp(26px, 1.771vw, 34px);
    line-height: 1.08;
    white-space: nowrap;
  }

  .aboutus-history__content > div {
    font-size: clamp(16px, 1.25vw, 22px);
    line-height: 1.35;
    overflow-wrap: anywhere;
  }
}

.aboutus-culture {
  padding: 0 0 6.25vw;
}

.aboutus-culture__grid {
  display: grid;
  grid-template-columns: minmax(0, 50.365vw) minmax(14.583vw, 19.688vw);
  justify-content: space-between;
  align-items: center;
  gap: 3.333vw;
}

.aboutus-culture__grid--motion .aboutus-culture__image,
.aboutus-culture__grid--motion .aboutus-culture__copy {
  opacity: 0;
  will-change: transform, opacity;
  transition:
    transform 0.95s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.95s ease;
}

.aboutus-culture__grid--motion .aboutus-culture__image {
  transform: translate3d(0, 54px, 0);
}

.aboutus-culture__grid--motion .aboutus-culture__copy {
  transform: translate3d(0, 40px, 0);
}

.aboutus-culture__grid--motion.aboutus-culture__grid--in .aboutus-culture__image,
.aboutus-culture__grid--motion.aboutus-culture__grid--in .aboutus-culture__copy {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.aboutus-culture__grid--motion.aboutus-culture__grid--in .aboutus-culture__copy {
  transition-delay: 0.14s;
}

.aboutus-culture__image {
  border-radius: 1.563vw;
  overflow: hidden;
}

.aboutus-culture__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aboutus-culture__copy {
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
}

.aboutus-culture__copy p {
  margin: 0;
  color: var(--aboutus-text-soft);
  line-height: 24px;
}

.aboutus-cta {
  padding: 0 0 6.25vw;
}

.aboutus-cta__panel {
  position: relative;
  overflow: hidden;
  min-height: 24.844vw;
  border-radius: 2.917vw;
  background: var(--aboutus-brand);
}

.aboutus-cta__copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4.167vw;
  max-width: 30.781vw;
  padding: 4.635vw 0 4.635vw 5.729vw;
}

.aboutus-cta__copy h2 {
  color: #ffffff;
  line-height: 1.2;
}

.aboutus-cta__art {
  position: absolute;
  top: -7.396vw;
  right: 4.688vw;
  width: 36.198vw;
  height: 36.198vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aboutus-cta__art-inner {
  width: 27.76vw;
  height: 23.75vw;
  overflow: hidden;
}

.aboutus-cta__art-inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% 44%;
  transform: scale(1.04);
  transform-origin: center center;
}

@media (max-width: 1440px) {

  .aboutus-intro__grid,
  .aboutus-culture__grid {
    gap: 2.5vw;
  }

  .aboutus-shareholders__layout {
    min-height: 42.708vw;
  }

  .aboutus-shareholders__card,
  .aboutus-shareholders__card--brand {
    width: min(46%, 30.833vw);
  }

  .aboutus-shareholders__card--brand {
    min-height: 15.625vw;
  }

  .aboutus-shareholders__center {
    width: 20.833vw;
    height: 20.833vw;
    transform: translate(-50%, -32%);
  }

  .aboutus-shareholders__ring--outer {
    width: 20.833vw;
    height: 20.833vw;
  }

  .aboutus-shareholders__ring--inner {
    width: 13.958vw;
    height: 13.958vw;
  }

  .aboutus-advantages__card {
    width: min(44vw, 33.333vw);
  }

  .aboutus-advantages__card--left {
    left: 12.9vw;
    bottom: -6.5vw;
  }

  .aboutus-advantages__copy p {
    max-width: 100%;
  }

  .aboutus-cta__copy {
    max-width: 27.083vw;
    padding-left: 3.75vw;
  }

  .aboutus-cta__art {
    right: 1.25vw;
    width: 28.125vw;
    height: 28.125vw;
  }

  .aboutus-cta__art-inner {
    width: 22.396vw;
    height: 22.396vw;
  }
}

@media (max-width: 1200px) {
  .aboutus-hero {
    min-height: 40.625vw;
    padding-bottom: 6.25vw;
  }

  .aboutus-intro,
  .aboutus-factory,
  .aboutus-shareholders,
  .aboutus-advantages,
  .aboutus-history,
  .aboutus-culture,
  .aboutus-cta {
    padding-top: 4.583vw;
  }

  .aboutus-intro {
    padding-bottom: 0;
  }

  .aboutus-factory,
  .aboutus-shareholders,
  .aboutus-advantages,
  .aboutus-history,
  .aboutus-culture,
  .aboutus-cta {
    padding-bottom: 0;
  }

  .aboutus-shareholders {
    padding-top: 0;
    padding-bottom: 0;
  }

  .aboutus-intro__grid,
  .aboutus-culture__grid {
    grid-template-columns: 1fr;
  }

  .aboutus-intro__copy {
    gap: 2.5vw;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .aboutus-intro__content {
    gap: 1.458vw;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .aboutus-intro__desc {
    width: 100%;
    max-width: 100%;
  }

  .aboutus-intro__photo {
    min-height: 21.875vw;
    height: 21.875vw;
  }

  .aboutus-intro__badge {
    left: auto;
    right: 1.042vw;
    top: auto;
    bottom: -0.833vw;
    padding: 1.25vw 1.354vw;
  }

  .aboutus-factory__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aboutus-shareholders__layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25vw;
    min-height: auto;
    align-items: start;
  }

  .aboutus-shareholders__card,
  .aboutus-shareholders__card--brand,
  .aboutus-shareholders__center,
  .aboutus-shareholders__card--top-right,
  .aboutus-shareholders__card--bottom-left,
  .aboutus-shareholders__card--bottom-right {
    position: relative;
    inset: auto;
    width: 100%;
  }

  .aboutus-shareholders__center {
    grid-column: 1 / -1;
    justify-self: center;
    margin: 0.833vw 0;
    transform: none;
  }

  .aboutus-shareholders__card--bottom-left {
    left: auto;
    bottom: auto;
  }

  .aboutus-advantages .aboutus-section-head {
    margin-bottom: 3.75vw;
  }

  .aboutus-advantages {
    min-height: 0;
  }

  .aboutus-advantages__track,
  .aboutus-advantages__dot {
    display: none;
  }

  .aboutus-advantages__cards {
    min-height: auto;
    display: grid;
    gap: 1.042vw;
  }

  .aboutus-advantages__card,
  .aboutus-advantages__card--left,
  .aboutus-advantages__card--right {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
  }

  .aboutus-cta__panel {
    min-height: 0;
    padding-bottom: 18.75vw;
  }

  .aboutus-cta__copy {
    max-width: 100%;
    gap: 2.5vw;
    padding: 3.75vw 2.917vw 0;
  }

  .aboutus-cta__art {
    top: auto;
    right: 50%;
    bottom: -4.687vw;
    transform: translateX(50%);
  }
}

@media (max-width: 768px) {
  .aboutus-shell {
    width: calc(100% - 32px);
  }

  .aboutus-history .aboutus-shell {
    width: calc(100% - 32px);
  }

  .aboutus-hero__content {
    width: calc(100% - 32px);
  }

  .aboutus-body {
    overflow-x: hidden;
  }

  .aboutus-page {
    width: 100%;
    max-width: 100%;
  }

  .aboutus-hero {
    min-height: 620px;
    padding-bottom: 72px;
  }

  .aboutus-hero__eyebrow {
    letter-spacing: 0.5em;
  }

  .aboutus-hero__content h1 {
    max-width: 100%;
    font-size: clamp(32px, 9vw, 40px);
    line-height: 1.22;
  }

  .aboutus-section-head,
  .aboutus-section-head--center {
    gap: 16px;
    max-width: 100%;
    text-align: left;
    align-items: flex-start;
  }

  .aboutus-intro__grid {
    gap: 28px;
  }

  .aboutus-intro__copy {
    gap: 28px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    align-items: flex-start;
    overflow: visible;
  }

  .aboutus-intro__content {
    gap: 18px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .aboutus-intro__title {
    gap: 10px;
    max-width: 100%;
  }

  .aboutus-intro__title h2 {
    overflow-wrap: anywhere;
  }

  .aboutus-intro__title p {
    font-size: clamp(16px, 4.2vw, 20px);
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .aboutus-intro__desc {
    width: 100%;
    max-width: 100%;
    line-height: 1.65;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .aboutus-intro__visual {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .aboutus-intro__photo {
    height: auto;
    min-height: 200px;
    aspect-ratio: 16 / 10;
  }

  .aboutus-intro__badge {
    position: static;
    margin-top: 16px;
    padding: 16px 18px;
    width: auto;
    max-width: 100%;
    white-space: normal;
    flex-wrap: wrap;
    justify-content: center;
    box-sizing: border-box;
  }

  .aboutus-intro__badge span {
    white-space: normal;
    text-align: center;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  .aboutus-intro__cta.home-cta {
    align-self: flex-start;
    width: auto;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
  }

  .aboutus-intro__cta.home-cta .home-cta__text {
    max-width: 100%;
    box-sizing: border-box;
  }

  .aboutus-shareholders {
    padding-top: 0;
    padding-bottom: 0;
  }

  .aboutus-factory__grid,
  .aboutus-shareholders__layout {
    grid-template-columns: 1fr;
  }

  .aboutus-factory__stats {
    gap: 20px;
    flex-wrap: wrap;
  }

  .aboutus-shareholders__card,
  .aboutus-shareholders__card--brand {
    flex-direction: column;
    align-items: flex-start;
  }

  .aboutus-shareholders__card--bottom-left {
    justify-content: flex-start;
  }

  .aboutus-shareholders__card-copy--right {
    align-items: flex-start;
    text-align: left;
  }

  .aboutus-shareholders__logo-block {
    padding-right: 0;
    padding-bottom: 130px;
  }

  .aboutus-shareholders__logo-mask {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
  }

  .aboutus-shareholders__center {
    width: 300px;
    height: 300px;
  }

  .aboutus-shareholders__ring--outer {
    width: 300px;
    height: 300px;
  }

  .aboutus-shareholders__ring--inner {
    width: 210px;
    height: 210px;
  }

  .aboutus-advantages::before,
  .aboutus-advantages::after {
    display: none;
  }

  .aboutus-advantages {
    overflow: visible;
    padding-top: 64px;
  }

  .aboutus-advantages__card {
    flex-direction: column;
    opacity: 1;
    transform: none;
    transition: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    will-change: auto;
    padding: 20px;
  }

  .aboutus-history__stage {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .aboutus-history__card,
  .aboutus-history__card--top,
  .aboutus-history__card--bottom {
    flex-direction: column;
    gap: 12px;
  }

  .aboutus-history__image {
    flex: 0 0 auto;
    width: 100%;
    height: 200px;
    border-radius: 12px;
  }

  .aboutus-history__content {
    padding-top: 4px;
    gap: 6px;
  }

  .aboutus-culture__grid {
    gap: 24px;
  }

  .aboutus-culture__image {
    min-height: 0;
    height: auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    border-radius: 30px;
  }

  .aboutus-culture__image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center;
  }

  .aboutus-culture__grid--motion .aboutus-culture__image,
  .aboutus-culture__grid--motion .aboutus-culture__copy {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }

  .aboutus-intro__title h2,
  .aboutus-section-head h2,
  .aboutus-culture__copy h2,
  .aboutus-cta__copy h2 {
    font-size: 22px;
    line-height: 1.25;
  }

  .aboutus-cta__panel {
    border-radius: 32px;
    padding-bottom: 240px;
  }

  .aboutus-cta--motion .aboutus-cta__panel {
    opacity: 0;
    transform: translate3d(0, 52px, 0);
    will-change: transform, opacity;
    transition:
      transform 0.95s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.95s ease;
  }

  .aboutus-cta--motion.aboutus-cta--in .aboutus-cta__panel {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .aboutus-cta__copy {
    padding: 40px 28px 0;
  }

  .aboutus-cta__art {
    width: 320px;
    height: 320px;
    bottom: -38px;
  }

  .aboutus-cta__art-inner {
    width: 250px;
    height: 250px;
  }

  .aboutus-cta__art-inner img {
    object-position: 50% 42%;
    transform: scale(1.08);
  }

  .aboutus-advantages .aboutus-section-head {
    max-width: 100%;
  }

  .aboutus-advantages__icon {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border-radius: 4px;
  }

  .aboutus-advantages__icon img {
    width: 20px;
  }

  .aboutus-history {
    padding: 64px 0 0;
  }

  .aboutus-history__viewport {
    position: relative;
    width: 100%;
    height: auto;
    overflow: visible;
    margin-top: 0;
  }

  .aboutus-history__shell {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    margin-bottom: 20px;
  }

  .aboutus-history__head {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .aboutus-history__track,
  .aboutus-history__robot,
  .aboutus-history__glow {
    display: none;
  }

  .aboutus-history__stage {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    transform: none;
  }

  .aboutus-history__card,
  .aboutus-history__card--top,
  .aboutus-history__card--bottom {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    flex-direction: column;
    gap: 12px;
    opacity: 1;
    transform: none;
  }

  .aboutus-history__image {
    flex: 0 0 auto;
    width: 100%;
    height: 200px;
    border-radius: 12px;
  }

  .aboutus-history__content {
    padding-top: 4px;
    gap: 6px;
  }
}

@media (max-width: 768px) and (hover: hover) and (pointer: fine) {
  .aboutus-history {
    padding: 60px 0 80px;
    overflow: hidden;
  }

  .aboutus-history__viewport {
    position: relative;
    width: 100%;
    height: 720px;
    overflow: hidden;
    margin-top: 0;
  }

  .aboutus-history__shell {
    position: absolute;
    top: 40px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    z-index: 4;
    pointer-events: auto;
    margin-bottom: 0;
  }

  .aboutus-history__head {
    max-width: 40vw;
    margin-bottom: 0;
  }

  .aboutus-history__head h2 {
    font-size: clamp(36px, 2.5vw, 48px);
    line-height: 1.08;
  }

  .aboutus-history__track,
  .aboutus-history__robot,
  .aboutus-history__glow {
    display: block;
  }

  .aboutus-history__stage {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 720px;
    display: block;
    grid-template-columns: none;
    gap: 0;
    transform: translate3d(0, 0, 0);
  }

  .aboutus-history__card,
  .aboutus-history__card--top,
  .aboutus-history__card--bottom {
    position: absolute;
    right: auto;
    bottom: auto;
    width: 635px;
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
    opacity: 0;
    transform: translateY(38px);
  }

  .aboutus-history__image {
    flex: 0 0 260px;
    width: 260px;
    height: 174px;
    border-radius: 12px;
  }

  .aboutus-history__content {
    padding-top: 14px;
    gap: 7px;
  }
}
