@charset "utf-8";

.h1761117779223  {
  opacity: 0;
  pointer-events: none;
}

.fv {
  padding: 82px 0 0;
  background: #1D1D1D;
  overflow: hidden;
}
@media screen and (min-width: 768px) { 
  .fv {
    padding: 142px 0 0;
  }
}
@media screen and (min-width: 1000px) { 
  .fv {
    padding: 242px 0 0;
  }
}

.fv__text-left {
  display: none;
}
@media screen and (min-width: 768px) { 
  .fv__text-left {
    display: block;
    writing-mode: vertical-rl;
    position: absolute;
    top: 130px;
    left: 25px;
    width: 34px;
  }
}
@media screen and (min-width: 1000px) {
  .fv__text-left {
    top: 166px;
    left: 66px;
  }
}

.fv__img {
  aspect-ratio: 375/395;
  width: 95%;
  height: 100%;
  object-fit: cover;
  margin-left: auto;
  display: block;
  position: relative;
}
@media screen and (min-width: 600px) { 
  .fv__img {
    aspect-ratio: 1138/650;
  }
}
@media screen and (min-width: 768px) { 
  .fv__img {
    width: calc(1138 / 1366 * 100%);
  }
}
.fv__img img {
  object-fit: cover;
}
.fv__img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.15;
  pointer-events: none;
}

.fv__title {
  position: absolute;
  top: 0;
  left: 10px;
  width: 145%;
  height: auto;
}
@media screen and (min-width: 600px) { 
  .fv__title {
    top: 0;
    left: 27px;
    width: calc(100% - 27px);
  }
}

.h1759301851944 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.fv__scroll {
  display: block;
  width: fit-content;
  position: absolute;
  bottom: 5px;
  left: 15px;
}
@media screen and (min-width: 768px) { 
  .fv__scroll {
    bottom: 100px;
    left: 53px;
  }
}

.fv__scroll img {
  aspect-ratio: 1 / 1;
  width: 120px;
  animation: rotateCircle 10s linear infinite;
}
@media screen and (min-width: 900px) {
  .fv__scroll {
    bottom: 100px;
    left: 53px;
  }
  .fv__scroll img {
    width: 203px;
  }
}
@media screen and (min-width: 1300px) {
  .fv__scroll {
    bottom: 288px;
  }
}
@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.fv__scroll::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/scroll-down-arrow.svg") center / contain no-repeat;
  width: 22px;
  height: 24px;
  transition: top 0.3s;
}
.fv__scroll:hover::before {
  top: 55%;
}


.top-about__wrap {
  display: flex;
  align-items: start;
  gap: 40px;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .top-about__wrap {
    gap: min(calc(92 / 1366 * 100vw), 92px);
    flex-direction: row;
    max-width: 830px;
    margin: 0 auto;
    translate: -89px 0;
  }
}
.top-about__btns {
  display: flex;
  align-items: center;
  gap: 60px;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 600px) {
  .top-about__btns {
    flex-direction: row;
  }
}

.top-img__swiper,
.top-img__swiper-wrapper,
.top-img__swiper-slide {
  position: relative;
}
.top-img__swiper-wrapper {
  display: flex;
  transition-timing-function: linear;
  align-items: flex-start;
}
.top-img__swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  border-radius: 10px;
  aspect-ratio: 327/304;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.top-img__swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 50px rgba(255,255,255,.5);
}
.top-img__swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;

}

.top-img__swiper-slide[data-swiper-slide-index="0"] {
  margin-top: 50px;
}
.top-img__swiper-slide[data-swiper-slide-index="0"],
.top-img__swiper-slide[data-swiper-slide-index="0"] img {
  aspect-ratio: 327/304;
  max-width: 500px;
}
.top-img__swiper-slide[data-swiper-slide-index="1"],
.top-img__swiper-slide[data-swiper-slide-index="1"] img {
  aspect-ratio: 609/405;
  max-width: 609px;
}
.top-img__swiper-slide[data-swiper-slide-index="2"] {
  margin-top: 120px;
}
.top-img__swiper-slide[data-swiper-slide-index="2"],
.top-img__swiper-slide[data-swiper-slide-index="2"] img {
  aspect-ratio: 244/301;
  max-width: 244px;
}
.top-img__swiper-slide[data-swiper-slide-index="3"] {
  margin-top: 25px;
}
.top-img__swiper-slide[data-swiper-slide-index="3"],
.top-img__swiper-slide[data-swiper-slide-index="3"] img {
  aspect-ratio: 383/356;
  max-width: 383px;
}


.top-service__wrap {
      margin: 60px auto 0 !important;
  max-width: 550px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media screen and (min-width: 1100px) {
  .top-service__wrap {
        margin: 60px 0 0 0 !important;
    max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
  .top-service__wrap > .top-service__item:last-of-type {
    grid-column: 1 / -1;
    justify-self: center;
  }
}
@media screen and (min-width: 1300px) {
  .top-service__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .top-service__wrap > .top-service__item:last-of-type {
    grid-column: auto;
    justify-self: auto;
  }
}


.top-service__item {
  overflow: hidden;
}
.top-service__item:hover .top-service__img img {
  scale: 1.1;
}

.top-service__img {
  aspect-ratio: 375 / 364;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.top-service__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#000 0%, rgba(0, 0, 0, 0.7) 12.81%, rgba(0, 0, 0, 0) 29.56%, rgba(255, 255, 255, 0) 61.58%, rgba(0, 0, 0, 0) 91.64%, #000 100%);
  z-index: 5;
  pointer-events: none;
}
.top-service__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: scale 0.5s;
}


.top-fade__swiper,
.top-fade__swiper-wrapper,
.top-fade__swiper-slide {
  position: relative;
}
.top-fade__swiper-wrapper {
  display: flex;
  transition-timing-function: linear;
  align-items: flex-start;
}
.top-fade__swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  aspect-ratio: 1366/688;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.top-fade__swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 50px rgba(255,255,255,.5);
}
.top-fade__swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}


.top-recruit__wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.top-recruit__item {
  padding: 39px 109px 38px 0;
  border-block: 1.5px solid rgba(64, 64, 64, 0.25);
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .top-recruit__item {
    grid-template-columns: 200px 1fr;
    gap: 123px;
    align-items: center;
  }
}
.top-recruit__item::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url('../images/arrow-red.svg') center / contain no-repeat;
  width: 28px;
  height: 28px;
  transition: right 0.3s;
}
.top-recruit__item:nth-of-type(2)::after {
  background: url('../images/arrow-yellow.svg') center / contain no-repeat;
}
.top-recruit__item:hover::after {
  right: -5px;
}
