.section.business {
  padding-block: clamp(20rem, 17.692rem + 10.256vw, 30rem) clamp(10rem, 7.692rem + 10.256vw, 20rem);
  background: linear-gradient(rgba(0, 176, 232, 0) 0%, rgba(0, 176, 232, 0.5) 30%, #0168b6 50%, #0168b6 70%, #f9f9f9 100%);
}
.section__title--main::after {
  font-size: clamp(3rem, 2.538rem + 2.051vw, 5rem);
}
.section .section__container {
  padding-inline: 8vw 0;
}
@media screen and (min-width: 768px) {
  .section .section__container {
    padding-inline: 15vw 0;
  }
}
.section__grid {
  margin-top: 2rem;
  overflow: hidden;
  border-radius: 16px 0 0 16px;
}
@media screen and (min-width: 768px) {
  .section__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 640px;
    margin-top: 3rem;
  }
  .about .section__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.main {
  gap: 0 !important;
}

.fv {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100svh;
  background-image: linear-gradient(0deg, rgba(68, 68, 68, 0.5), rgba(68, 68, 68, 0)), url("./assets/img/index/fv_background_sp.jpg");
  background-repeat: no-repeat;
  background-position: center top 15%;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  .fv {
    background-image: url("./assets/img/index/fv_background.jpg");
  }
}
.fv__title {
  position: absolute;
  bottom: 10vh;
  left: 5vw;
  font-size: clamp(2rem, 1.538rem + 2.051vw, 4rem);
  color: #f9f9f9;
}
.fv__title::before {
  display: block;
  font-size: 0.5em;
  content: attr(data-en-title);
}

.business {
  position: relative;
  padding-inline: 0.5rem;
  overflow-x: hidden;
}
.business::after {
  position: absolute;
  bottom: 0;
  left: 100%;
  font-size: 10rem;
  color: #f9f9f9;
  white-space: nowrap;
  content: attr(data-mission);
  opacity: 0.4;
  animation-name: business-appeal;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-direction: normal;
  animation-iteration-count: infinite;
  animation-delay: 0s;
  animation-fill-mode: both;
  animation-play-state: running;
}
@media screen and (min-width: 768px) {
  .business::after {
    animation-duration: 20s;
  }
}
@keyframes business-appeal {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-150%);
  }
}
.business .section__container {
  max-width: 1600px;
}
@media screen and (min-width: 768px) {
  .business .section__container {
    padding-inline: 5vw;
  }
}
@media screen and (max-width: 1400px) {
  .business .section__container {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .business__wrapper {
    position: relative;
    display: flex;
    gap: 3vw;
    -webkit-padding-before: 8rem;
            padding-block-start: 8rem;
  }
}
.business__images {
  flex-wrap: nowrap;
}
.business__image {
  filter: drop-shadow(0 3px 5px rgba(68, 68, 68, 0.5));
}
.business__image img {
  border-radius: 1rem;
}
.business__image:nth-of-type(1) {
  width: 50%;
  transform: translate(5vw, -10%);
}
@media screen and (min-width: 768px) {
  .business__image:nth-of-type(1) {
    width: 80%;
    min-width: 160px;
    max-width: 320px;
    transform: translate(8vw, -10%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .business__image:nth-of-type(1) {
    transform: translate(4vw, -10%);
  }
}
.business__image:nth-of-type(2) {
  width: 40%;
  transform: translate(-10vw, 25%);
}
.business__image:nth-of-type(2) img {
  object-position: 0 70%;
}
@media screen and (min-width: 768px) {
  .business__image:nth-of-type(2) {
    width: 100%;
    min-width: 120px;
    max-width: 240px;
    transform: translate(0, 25%);
  }
}
.business__text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  gap: 1rem;
  place-content: start;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .business__text {
    max-width: clamp(25rem, 15rem + 20.833vw, 40rem);
  }
}
.business__title {
  font-size: clamp(1.8rem, 1.408rem + 1.744vw, 3.5rem);
  font-weight: bold;
}
.business__description {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .business__description {
    font-size: 1.25em;
  }
}
.business .link-button {
  margin-left: auto;
  font-size: 1.1em;
}
.business .link-button::before {
  border: 1px solid #f9f9f9;
}

.brands .section__title {
  margin-block: 0 1rem;
}
.brands .section__container {
  max-width: initial;
}
@media screen and (max-width: 767px) {
  .brands .section__grid {
    margin-left: -8vw;
    border-radius: 0;
  }
}
.brands__item {
  height: 100%;
  color: #f9f9f9;
}
.brands__item-link {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  place-content: center;
  place-items: center;
  height: 100%;
  padding: 40px;
  overflow: hidden;
  color: #f9f9f9;
}
@media screen and (min-width: 768px) {
  .brands__item-link {
    padding-inline: 0;
  }
}
.brands__item-link::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(68, 68, 68, 0.5);
}
.brands__item-link::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  content: "";
  background-position: center;
  background-size: cover;
  transition: 0.3s;
}
[data-brand=bb] .brands__item-link::after {
  background-image: url("./assets/img/index/brands_bb.jpg");
}
[data-brand=hh] .brands__item-link::after {
  background-image: url("./assets/img/index/brands_hh.jpg");
}
[data-brand=airtech] .brands__item-link::after {
  background-image: url("./assets/img/index/brands_airtech.jpg");
}
@media (hover) {
  .brands__item-link:hover::after {
    transform: scale(1.1);
  }
}
.brands__item-title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.brands__item-image {
  display: flex;
  place-items: end;
  max-width: 250px;
  aspect-ratio: 3/2;
}
@media screen and (min-width: 768px) {
  .brands__item-description {
    width: 70%;
  }
}

.shops {
  display: flex;
  flex-direction: column;
  place-items: center;
  padding: 3rem 2rem;
  background: linear-gradient(0deg, rgba(17, 17, 17, 0.8), rgba(17, 17, 17, 0.8)), url("./assets/img/index/shops_background.jpg");
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .shops {
    padding: 120px;
    background-size: 150%;
  }
}
.shops .section__title {
  font-size: 1.2em;
  color: #f9f9f9;
}
.shops .section__title::before {
  font-size: 3rem;
}
.shops__brands {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .shops__brands {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1024px;
    margin-top: 2rem;
  }
}
.shops__item {
  display: flex;
  flex-direction: column;
  padding-block: 2rem;
  border-bottom: 1px solid #f9f9f9;
}
.shops__item:last-of-type {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .shops__item {
    padding: 2rem;
    border-bottom: none;
    border-left: 1px solid #f9f9f9;
  }
  .shops__item:last-of-type {
    border-right: 1px solid #f9f9f9;
  }
}
.shops__item a {
  color: #f9f9f9;
}
.shops__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .shops__list {
    margin-top: 2rem;
  }
}
.shops__list-item a {
  display: flex;
  gap: 0.25rem;
  place-items: center;
  line-height: 1;
}
.shops__list-item a::before {
  display: inline-block;
  width: 1em;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  content: "";
  background-color: #f9f9f9;
}

.about .section__title {
  margin-block: 0 1rem;
}
.about .section__container {
  max-width: initial;
}
.about__item {
  height: 100%;
}
.about__item-link {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  place-content: end;
  place-items: start;
  height: 100%;
  padding: 24px;
  overflow: hidden;
  color: #f9f9f9;
}
.about__item-link::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(rgba(0, 77, 148, 0.1), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
}
.about__item-link::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  content: "";
  background-position: center;
  background-size: cover;
  transition: 0.3s;
}
[data-about=ceo] .about__item-link::after {
  background-image: url("./assets/img/index/640x640_about_ceo.jpg");
}
[data-about=building] .about__item-link::after {
  background-image: url("./assets/img/index/640x640_about_building.jpg");
}
@media (hover) {
  .about__item-link:hover::after {
    transform: scale(1.1);
  }
}
.about__item-description {
  font-size: 0.9em;
}

.news .section__container {
  max-width: 1024px;
  padding-inline: 1rem;
}

.contact-link .section__container {
  max-width: 1024px;
  padding-inline: 1rem;
}/*# sourceMappingURL=index.css.map */