.hero {
  z-index: calc(var(--bganimation-zindex) - 1);
  position: relative;
}
.hero__copyright {
  position: absolute;
  inset: 0 5rem 0;
  margin: auto;
  font-size: 1.2rem;
  color: #cccccc;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: 5;
  display: flex;
  justify-content: center;
}
.hero__image {
  position: relative;
}
.hero__image img {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  min-height: 66.7rem;
}
.hero__layer1 {
  background: #000;
  opacity: 0.15;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hero__layer2 {
  position: absolute;
  inset: auto 0 0 0;
  width: 100%;
  height: 12rem;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #eee 100%);
}
.hero__leads {
  color: #fff;
  position: absolute;
  inset: auto auto 5rem 5rem;
  z-index: 2;
}
.hero__lead1 {
  font-size: 8rem;
  line-height: 11.8rem;
  font-family: var(--font-serif);
  margin-bottom: 1.6rem;
}
.hero__lead2 {
  font-family: var(--font-en);
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  color: #fff;
  font-weight: bold;
}
.hero__news-slider {
  height: 100%;
}
.hero__news {
  z-index: 6;
  width: 35rem;
  height: 9.6rem;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  inset: auto 5rem 5rem auto;
  overflow: hidden;
}
.hero__news .splide__arrow {
  right: 0;
  outline: 0;
  scale: 0.9;
  left: auto !important;
  background-color: transparent;
  outline: 0 !important;
}
.hero__news .splide__arrow path {
  fill: #fff;
}
.hero__news .hero-topics {
  transition: 0.4s;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero__news .hero-topics {
    grid-template-columns: 11.3rem 1fr;
  }
}
.hero__news .hero-topics:hover {
  filter: brightness(0.9);
}
.hero__news .hero-topics__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.hero__news .hero-topics__content {
  padding: 1.8rem 1rem 2rem 0.5rem;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .hero__news .hero-topics__content {
    padding: 1rem 1.5rem;
  }
}
.hero__news .hero-topics__date {
  margin-bottom: 0;
  line-height: 1;
  position: relative;
  top: 0.1rem;
}
.hero__news .hero-topics__title {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 1.4rem;
  line-height: 2rem;
  max-width: 29rem;
}
@media (max-width: 767px) {
  .hero__news .hero-topics__title {
    line-height: 1.35;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .hero__news .splide__arrows--ttb .splide__arrow--prev {
    top: 0.75em !important;
  }
  .hero__news .splide__arrows--ttb .splide__arrow--next {
    bottom: 0.75em !important;
  }
}
.hero #js-hero-slider {
  height: 100%;
}
@media (max-width: 767px) {
  .hero #js-hero-slider {
    height: 44.5rem;
    overflow: hidden;
    border-radius: var(--radius);
  }
  .hero #js-hero-slider .splide__pagination--ttb {
    right: 1rem;
  }
}
.hero #js-hero-slider .splide__pagination__page {
  background-color: var(--accent2);
  transform: none;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
  margin: 1.4rem 3rem;
}
@media (max-width: 767px) {
  .hero #js-hero-slider .splide__pagination__page {
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    margin: 0.75rem 0;
  }
}
.hero #js-hero-slider .splide__pagination__page.is-active {
  background-color: var(--accent1);
}
@media (max-width: 767px) {
  .hero .splide__track {
    height: 100% !important;
  }
}

.about__row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: -3rem;
}
.about__body {
  position: relative;
}
.about__body > * {
  position: relative;
  z-index: 2;
}
.about__accent {
  position: absolute;
  width: 59rem;
  inset: 4.5rem auto auto -2.5rem;
}
.about__accent path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000px;
  transition: 4s;
}
.about__accent.is-active path {
  stroke-dashoffset: 0px;
}

.about .splide__slide p {
  font-size: 1.2rem;
  color: var(--color-light-dark);
}

.about-img1 {
  width: 60rem;
}

.about-slide2 {
  width: 73.6rem;
  position: relative;
  padding-left: 10rem;
}

.about-img2 {
  width: 40rem;
  margin-left: 2rem;
  margin-top: 13rem;
}

.about-img3 {
  width: 21.5rem;
  position: absolute;
  inset: 14.5rem 0 auto auto;
}

.about-img4 {
  width: 70rem;
  margin-left: 3rem;
}

.about-img5 {
  width: 25.7rem;
}

.about-slide3 {
  width: 90.2rem;
  padding-left: 9rem;
}
.about-slide3__row {
  margin-top: 4.5rem;
  display: flex;
}
.about-slide3__row p {
  margin: 1rem 6.5rem 0 2.5rem;
}

.about-slide4 {
  padding-left: 12rem;
  padding-top: 6.5rem;
}
.about-slide4--last {
  padding-right: 12rem;
}
.about-slide4__row {
  display: grid;
  grid-template-columns: 33rem 5.8rem;
  gap: 2.6rem;
}
.about-slide4 .about-img-text1 {
  margin-top: 5rem;
}

.about-slide5 {
  padding-left: 15rem;
}
.about-slide5 .about-img7 {
  width: 60rem;
}

.about-slide6 {
  padding-left: 12rem;
  position: relative;
  width: 75.6rem;
}

.about-img8 {
  width: 40rem;
  margin-left: 2rem;
  margin-top: 13rem;
}

.about-img9 {
  width: 21.5rem;
  position: absolute;
  inset: 14.5rem 0 auto auto;
}

.about-slide7 {
  padding-left: 12rem;
}

.about-slide8 {
  padding-left: 12rem;
}

.group__logos {
  padding-left: 7rem;
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(4, 15rem);
  margin-bottom: 5rem;
  position: relative;
  z-index: 2;
}
.group__logo {
  width: 15rem;
  height: 15rem;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.group__accent {
  width: 95.8rem;
  position: absolute;
  inset: 4.2rem auto auto 0;
}
.group__accent path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000px;
  transition: 3s;
}
.group__accent.is-active path {
  stroke-dashoffset: 0px;
}
.group__row {
  display: flex;
  justify-content: space-between;
}
.group__lead {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.group__lead > div {
  letter-spacing: 0.25em;
  margin-right: 2rem;
}

.regional__row {
  display: grid;
  grid-template-columns: 1fr 65rem;
  gap: 3.2rem;
  margin-right: -5rem;
}
.regional .js-top-regional-animation {
  width: 65rem;
  height: 65rem;
  margin-top: -10rem;
}

.gallery {
  position: relative;
  width: 100%;
  height: 100vh;
}
.gallery.is-fixed {
  clip-path: inset(0 0 0 0);
}
.gallery.is-fixed .gallery-slider {
  position: fixed;
}
.gallery .gallery-slider {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.gallery .gallery-slider::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background: #000;
  opacity: 0.15;
}
.gallery .splide__track {
  height: 100%;
}
.gallery .splide__track img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery .is-active .splide__slide.is-active img,
.gallery .is-active .splide__slide.is-prev img,
.gallery .is-active .splide__slide img.is-prev {
  animation: scale 16s linear 0s normal both;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
.gallery__lead {
  position: absolute;
  inset: auto 2.2rem 5rem auto;
  z-index: 4;
  color: #fff;
}
.gallery__lead div {
  position: relative;
  z-index: 5;
}
.gallery__accent {
  width: 46rem;
  position: absolute;
  inset: 3.86rem -7rem auto;
  margin: auto;
}

.company__row {
  display: grid;
  grid-template-columns: 1fr 60rem;
  gap: 11rem;
  align-items: center;
}
.company__images {
  overflow: hidden;
  width: 60rem;
  height: 70rem;
  position: relative;
}
.company__images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company__image {
  position: absolute;
  transition: 0.5s;
  width: 60rem;
  height: 70rem;
  opacity: 0;
  transform: translate(0, 10px);
}
.company__image.is-active {
  opacity: 1;
  transform: translate(0, 0);
}

.company-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: var(--gray) solid 1px;
  padding: 2.5rem 0 2.5rem 1rem;
  transition: 0.4s;
}
.company-link:first-child {
  border-top: var(--gray) solid 1px;
}
.company-link:hover {
  opacity: 0.5;
}
.company-link__icon {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-black);
}
.company-link__icon svg {
  width: 1.1rem;
  height: 0.9rem;
}
.company-link__subtitle {
  color: #808080;
  margin-top: 0.5rem;
}
