﻿.social-responsibility[data-v-b8a5b7e2] {
  min-height: 100vh;
  background: #fff;
}

.social-responsibility[data-v-b8a5b7e2] .social-content {
  padding-top: 64px;
  background: #fff;
}

.social-responsibility[data-v-b8a5b7e2] .social-section {
  position: relative;
  width: 100%;
  overflow: visible;
  background: #fff;
  line-height: 0;
}

.social-responsibility[data-v-b8a5b7e2] .social-hero-section,
.social-responsibility[data-v-b8a5b7e2] .social-feature-section {
  height: auto;
  min-height: 0;
}

.social-responsibility[data-v-b8a5b7e2] .section-bg {
  width: 100%;
  height: auto;
}

.social-responsibility[data-v-b8a5b7e2] .section-bg img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center center;
}

.social-responsibility[data-v-b8a5b7e2] .hero-indicator {
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 2;
  width: clamp(64px, 5.6vw, 96px);
  transform: translateX(-50%);
  pointer-events: none;
}

.social-responsibility[data-v-b8a5b7e2] .hero-indicator img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .social-responsibility[data-v-b8a5b7e2] .social-content {
    padding-top: 60px;
  }

  .social-responsibility[data-v-b8a5b7e2] .hero-indicator {
    bottom: 14px;
  }
}

@media (max-width: 768px) {
  .social-responsibility[data-v-b8a5b7e2] .social-content {
    padding-top: 56px;
  }

  .social-responsibility[data-v-b8a5b7e2] .social-hero-section,
  .social-responsibility[data-v-b8a5b7e2] .social-feature-section {
    height: auto;
    min-height: 0;
    aspect-ratio: 1021 / 457;
  }

  .social-responsibility[data-v-b8a5b7e2] .hero-indicator {
    bottom: 10px;
    width: clamp(44px, 12vw, 72px);
  }
}
