@charset "UTF-8";
/**************************************/
/* -------------------------
 * MV
 * ------------------------- */
.top-mv {
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  z-index: 1;
  overflow: clip;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 834px) {
  .top-mv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

/* MVスライダー */
.top-mv-slider-wrap {
  position: relative;
  overflow: hidden;
  width: 50vw;
  height: 100svh;
  z-index: 10;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 834px) {
  .top-mv-slider-wrap {
    width: 100vw;
    height: 50svh;
  }
}

.top-mv-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.top-mv-slider__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.top-mv-slider__item.is-current {
  z-index: 2;
}
.top-mv-slider__item.is-current .top-mv-slider__img {
  clip-path: inset(0 0 0 0);
}
.top-mv-slider__item.is-current .top-mv-slider__img img {
  -webkit-animation: topMvImgSlide 5s linear forwards;
          animation: topMvImgSlide 5s linear forwards;
}
.top-mv-slider__item.is-next {
  z-index: 3;
}
.top-mv-slider__item.is-next .top-mv-slider__img {
  -webkit-animation: topMvSlide 1.5s cubic-bezier(0.08, 0.355, 0.11, 1) forwards;
          animation: topMvSlide 1.5s cubic-bezier(0.08, 0.355, 0.11, 1) forwards;
}
.top-mv-slider__item.is-next .top-mv-slider__img img {
  -webkit-animation: topMvImgSlide 5s linear forwards;
          animation: topMvImgSlide 5s linear forwards;
}

.top-mv-slider__img {
  width: 100%;
  height: 100%;
  clip-path: inset(0 100% 0 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-mv-slider__img img {
  width: auto;
  min-width: calc(100% + 60px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
  position: relative;
  left: -30px;
}
@media (max-width: 834px) {
  .top-mv-slider__img img {
    -o-object-position: center top;
       object-position: center top;
  }
}

.top-mv-slider__item.is-current .top-mv-slider__img {
  clip-path: inset(0 0 0 0);
}

@-webkit-keyframes topMvSlide {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes topMvSlide {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes topMvImgSlide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}
@keyframes topMvImgSlide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}
.top-mv__catch {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 11;
  position: absolute;
  z-index: 11;
}
@media (max-width: 499px) {
  .top-mv__catch {
    gap: 1rem;
  }
}
.top-mv__catch::before {
  content: "";
  position: absolute;
  width: clamp(30rem, 32vw, 53rem);
  height: auto;
  aspect-ratio: 1;
  background: url(../img/top/mv_catch.webp) no-repeat center/contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 834px) {
  .top-mv__catch::before {
    width: 100%;
  }
}
@media (max-width: 499px) {
  .top-mv__catch::before {
    width: 110%;
  }
}

.top-mv__catch-txt--ja {
  font-size: var(--f68);
  line-height: 1.34;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media (max-width: 834px) {
  .top-mv__catch-txt--ja {
    font-size: 8.5vw;
  }
}
@media (max-width: 499px) {
  .top-mv__catch-txt--ja {
    font-size: 8.5vw;
  }
}

.top-mv__catch-txt--en {
  font-family: var(--hanken);
}
@media (max-width: 834px) {
  .top-mv__catch-txt--en {
    font-size: 1rem;
  }
}

/* スクロールダウン */
.top-mv__scroll-down {
  position: absolute;
  inset-inline: 0;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: min(5vw, 8rem);
  text-align: center;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (max-width: 499px) {
  .top-mv__scroll-down {
    bottom: 4rem;
  }
}

.top-mv__scroll-down-txt {
  font-weight: 500;
  font-size: 1.2rem;
  color: #fff;
  font-family: var(--hanken);
  letter-spacing: 0.05em;
}

.top-mv__scroll-down-mouse {
  position: relative;
  display: block;
  width: 3rem;
  height: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 100vmax;
}

.top-mv__scroll-down-dot {
  position: absolute;
  display: block;
  top: 22%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  border-radius: 100vmax;
  -webkit-animation: scrollDown 2.5s linear infinite;
          animation: scrollDown 2.5s linear infinite;
}

@-webkit-keyframes scrollDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  15% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  70% {
    opacity: 1;
    -webkit-transform: translate(-50%, 1.2rem);
            transform: translate(-50%, 1.2rem);
  }
  85% {
    opacity: 0;
    -webkit-transform: translate(-50%, 1.2rem);
            transform: translate(-50%, 1.2rem);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@keyframes scrollDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  15% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  70% {
    opacity: 1;
    -webkit-transform: translate(-50%, 1.2rem);
            transform: translate(-50%, 1.2rem);
  }
  85% {
    opacity: 0;
    -webkit-transform: translate(-50%, 1.2rem);
            transform: translate(-50%, 1.2rem);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
/* -------------------------
 * Who We Are
 * ------------------------- */
.top-about {
  padding-block: 26.5rem 21.3rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#40c5f1), to(#4891f3));
  background-image: linear-gradient(to right, #40c5f1, #4891f3);
  position: relative;
  overflow: clip;
  margin-top: -1rem;
  z-index: 2;
}
@media (max-width: 1100px) {
  .top-about {
    padding-block: 8rem;
  }
}
.top-about::before {
  background: url(../img/top/about01.svg) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 1680px;
  width: 210rem;
  height: auto;
  aspect-ratio: 1;
  top: -41rem;
  top: -30vw;
  right: -32%;
  z-index: 0;
  right: -80rem;
  top: -75rem;
}
@media (max-width: 1599px) {
  .top-about::before {
    width: 100vw;
    top: -30vw;
    right: -32%;
  }
}
@media (max-width: 1399px) {
  .top-about::before {
    width: 90vw;
  }
}
@media (max-width: 1100px) {
  .top-about::before {
    width: 70vw;
    top: -25vw;
    right: -26%;
  }
}
@media (max-width: 834px) {
  .top-about::before {
    content: none;
  }
}

.top-about__intro-txt {
  color: #fff;
  margin-block: 5rem;
}

.top-about__content {
  width: min(100%, 58rem);
  position: relative;
  z-index: 1;
}
@media (max-width: 834px) {
  .top-about__content {
    width: 100%;
  }
}

.top-about__sp-img {
  display: none;
  width: 100%;
  height: auto;
  aspect-ratio: 50/41;
}
@media (max-width: 834px) {
  .top-about__sp-img {
    display: block;
    position: relative;
  }
}
.top-about__sp-img::before {
  background: url(../img/top/about01.svg) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  height: auto;
  aspect-ratio: 1;
  z-index: -1;
  width: 210%;
  top: -68vw;
  right: -70vw;
}
@media (max-width: 399px) {
  .top-about__sp-img::before {
    right: -75vw;
  }
}

/* -------------------------
 * Our Business
 * ------------------------- */
.top-business {
  background: #effbff;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 834px) {
  .top-business {
    padding-block: 5rem 0rem !important;
  }
}
.top-business::before {
  background: url(../img/top/business_bg01.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 25.3%;
  aspect-ratio: 426/465;
  top: 17rem;
  left: 0;
  z-index: 1;
}
.top-business::after {
  background: url(../img/top/business_bg02.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 48.3%;
  aspect-ratio: 813/943;
  right: 0;
  bottom: 78%;
  z-index: 1;
}
@media (max-width: 1240px) {
  .top-business::after {
    bottom: 87.5%;
  }
}
@media (max-width: 834px) {
  .top-business::after {
    bottom: 90%;
  }
}
@media (max-width: 499px) {
  .top-business::after {
    bottom: 94%;
  }
}

.top-business__head {
  display: grid;
  grid-template-columns: auto 49.3%;
  gap: 3rem 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 8rem;
}
@media (max-width: 834px) {
  .top-business__head {
    grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 5rem;
  }
}

.top-business__sec-catch {
  width: 82%;
  max-width: 48.1rem;
}
@media (max-width: 834px) {
  .top-business__sec-catch {
    width: 26rem;
  }
}
.top-business__sec-catch .js-txt-fade__light {
  -webkit-mask: url(../img/top/business_catch.png);
          mask: url(../img/top/business_catch.png);
  -webkit-mask-size: 100%;
          mask-size: 100%;
}

/* -------------------------
 * Facility
 * ------------------------- */
.top-facility {
  background: #effbff;
  padding-block: 18rem 58rem;
  position: relative;
}
@media (max-width: 834px) {
  .top-facility {
    padding-block: 5rem 30rem;
  }
}
.top-facility::before {
  background: url(../img/top/facility_bg01.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 33.2%;
  aspect-ratio: 559/696;
  bottom: 21%;
  left: 0;
  z-index: 0;
}
.top-facility::after {
  background: url(../img/top/facility_bg02.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 43.3%;
  aspect-ratio: 728/974;
  right: 0;
  bottom: 13%;
  z-index: 0;
}
.top-facility .sec-catch {
  line-height: 1.2;
  margin-top: -0.5em;
}
@media (max-width: 834px) {
  .top-facility .sec-catch {
    margin-top: -0.4em;
  }
}

.top-facility__intro-txt {
  margin-block: 4rem 6rem;
}
@media (max-width: 834px) {
  .top-facility__intro-txt {
    margin-block: 2rem 3.5rem;
  }
}

.top-facility__inner {
  display: grid;
  grid-template-columns: auto 50%;
  gap: 5rem 11%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .top-facility__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-facility__list > li:first-child {
  padding-bottom: 3rem;
  border-bottom: 1px solid #d6ecf3;
}
@media (max-width: 834px) {
  .top-facility__list > li:first-child {
    padding-bottom: 3rem;
  }
}
.top-facility__list > li:last-child {
  padding-top: 3rem;
}
@media (max-width: 834px) {
  .top-facility__list > li:last-child {
    padding-top: 2rem;
  }
}

.top-facility__list-link {
  display: grid;
  grid-template-columns: 280fr 275fr;
  gap: 2rem 6.6%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .top-facility__list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 834px) {
  .top-facility__list-img {
    width: 100%;
  }
}
.top-facility__list-img img {
  border-radius: 10px;
}

.top-facility__list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2em;
  margin-bottom: 1.5rem;
}
@media (max-width: 834px) {
  .top-facility__list-head {
    margin-bottom: 1rem;
  }
}

.top-facility__sec-catch {
  width: 82%;
  max-width: 37.4rem;
}
@media (max-width: 834px) {
  .top-facility__sec-catch {
    width: 22rem;
  }
}
.top-facility__sec-catch .js-txt-fade__light {
  -webkit-mask: url(../img/top/facility_catch.png);
          mask: url(../img/top/facility_catch.png);
  -webkit-mask-size: 100%;
          mask-size: 100%;
}

/* -------------------------
 * Sustainability
 * ------------------------- */
.top-sustainability {
  margin-top: -40rem;
  border-radius: 20px;
  overflow: clip;
  padding-block: 24rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .top-sustainability {
    padding-block: 10rem;
  }
}
@media (max-width: 834px) {
  .top-sustainability {
    padding-block: 5rem;
    margin-top: -23rem;
    border-radius: 0;
  }
}
@media (max-width: 834px) {
  .top-sustainability.inner--1600 {
    width: 100%;
  }
}

.top-sustainability__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.top-sustainability__inner {
  display: grid;
  grid-template-columns: 51% 36rem;
  gap: 3rem 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .top-sustainability__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.top-sustainability__intro-txt {
  color: #fff;
}

/* -------------------------
 * Latest News
 * ------------------------- */
.top-news {
  background: #fff;
  position: relative;
  z-index: 1;
}
.top-news::before {
  background: url(../img/top/news_bg01.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 40.8%;
  aspect-ratio: 686/974;
  bottom: -21%;
  left: 0;
  z-index: -1;
}
@media (max-width: 834px) {
  .top-news::before {
    bottom: -7%;
  }
}
@media (max-width: 499px) {
  .top-news::before {
    bottom: -3%;
  }
}
.top-news::after {
  background: url(../img/top/news_bg02.webp) no-repeat center;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  width: 30.3%;
  aspect-ratio: 510/696;
  right: 0;
  bottom: 54%;
  z-index: -1;
}
@media (max-width: 834px) {
  .top-news::after {
    bottom: 81%;
  }
}
@media (max-width: 499px) {
  .top-news::after {
    bottom: 89%;
  }
}
.top-news.sec {
  padding-block: 12rem 10rem;
}
.top-news .sec-head-area {
  display: grid;
  grid-template-columns: auto auto;
  gap: 1.5rem 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 5rem;
}
@media (max-width: 834px) {
  .top-news .sec-head-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 3rem;
  }
}

.top-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2em;
  margin-left: -5%;
}
@media (max-width: 834px) {
  .top-news__link {
    margin-left: auto;
    margin-right: 1%;
  }
}

.top-news__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  grid-template-rows: auto auto;
}
@media (max-width: 834px) {
  .top-news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-news__list-content {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 2rem 0;
  width: 100%;
}

.top-news__list-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  padding: 4rem calc(1.5% + 2rem) 4.5rem 6%;
  border-radius: 10px;
  background: #f5f5f5;
}
@media (max-width: 834px) {
  .top-news__list-item {
    padding: 2rem calc(3% + 1.5rem) 2.5rem 5%;
  }
}

.top-news__list-link {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem 12%;
  grid-template-rows: subgrid;
  grid-row: span 3;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 834px) {
  .top-news__list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-news__list-link .arrow-icon {
  margin-left: auto;
}

.top-news__sec-catch {
  width: 82%;
  max-width: 45.9rem;
}
@media (max-width: 834px) {
  .top-news__sec-catch {
    width: 22rem;
  }
}
.top-news__sec-catch .js-txt-fade__light {
  -webkit-mask: url(../img/top/news_catch.png);
          mask: url(../img/top/news_catch.png);
  -webkit-mask-size: 100%;
          mask-size: 100%;
}

/* -------------------------
 * Company
 * ------------------------- */
.top-company {
  background: url(../img/top/company_bg.webp) no-repeat center center/cover;
  border-radius: 20px;
  margin-bottom: 4rem;
}
@media (max-width: 834px) {
  .top-company {
    border-radius: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 834px) {
  .top-company.inner--1600 {
    width: 100%;
  }
}
.top-company .sec-ttl {
  color: #000;
}
.top-company .sec-head-area {
  display: grid;
  grid-template-columns: auto auto;
  gap: 1.5rem 2%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 6rem;
}
@media (max-width: 834px) {
  .top-company .sec-head-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 3rem;
  }
}

.top-company__intro-txt {
  text-align: right;
}
@media (max-width: 834px) {
  .top-company__intro-txt {
    text-align: left;
  }
}

.top-company__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .top-company__list {
    gap: 1rem;
  }
}
.top-company__list > li {
  width: 100%;
}

.top-company__list-label {
  font-size: clamp(1.5rem, 1.3vw, 2.1rem);
  font-weight: 700;
}

.top-company__list-link {
  padding: 4rem calc(1.5% + 2rem) 4.5rem 6%;
  border-radius: 10px;
  background-color: #fff;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .top-company__list-link {
    padding: 2rem calc(3% + 1.5rem) 2.5rem 7%;
  }
}/*# sourceMappingURL=top.css.map */