@charset "utf-8";

.fv {
  overflow: hidden;
}
.fv__wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 1024px) {
  .fv__wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    gap: 50px;
  }
}
@media screen and (min-width: 1100px) {
  .fv__wrap {
    gap: min(calc(268 / 1366 * 100vw), 268px);
  }
}

.fv__title-zen {
  position: relative;
}
.fv__title-zen::before {
  content: "";
  position: absolute;
  top: 59%;
  left: 51%;
  transform: translate(-50%, -50%);
  width: 138px;
  height: 36px;
  border: 1px solid #A7A7A7;
  background: transparent;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .fv__title-zen::before {
    width: 178px;
    height: 41px;
  }
}

.fv__swiper {
  margin-top: -80px;
  aspect-ratio: 1366 / 600;
  width: 100%;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .fv__swiper {
    height: 100%;
    border-radius: 40px;
  }
}

.fv__swiper img {
  object-fit: cover;
}

.top-about {
  display: flex;
  flex-direction: column;
  gap: 69px;
}
@media screen and (min-width: 900px) {
  .top-about {
    flex-direction: row;
    align-items: center;
  }
}
.top-about__img {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  background: url("../images/20241210135106942124.png") center / cover no-repeat;
  aspect-ratio: 914 / 462;
}
@media screen and (min-width: 900px) {
  .top-about__img {
    width: min(calc(490 / 1366 * 100vw), 490px);
    background: url("../images/20241210135106349130.png") center / cover no-repeat;
    aspect-ratio: 490 / 789;
  }
}

.top-about__title::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 15px;
  background: #345A51;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 900px) {
  .top-about__item-text {
    margin-left: 50px;
  }
}
@media screen and (min-width: 1250px) {
  .top-about__item-text {
    margin-left: min(calc(157 / 1366 * 100vw), 157px);
  }
}
.top-about__btn {
  margin: 50px auto 0 !important;
}
@media screen and (min-width: 900px) {
  .top-about__btn {
    margin: 50px 0 0 !important;
  }
}

.top-business {
  overflow: hidden;
}
.title__bg.top-business__title-bg {
  top: -16px !important;
  left: 91px !important;
  z-index: -1;
  width: clamp(275px, calc(776 / 1366* 100vw), 776px);
  height: auto;
}
@media screen and (min-width: 990px) {
  .title__bg.top-business__title-bg {
    top: -140px !important;
    left: 82px !important;
  }
}

.top-business__wrap {
  display: flex;
  gap: 2px;
  flex-direction: column;
  max-width: 550px;
  margin: 57px auto 0 !important;
}
@media screen and (min-width: 768px) {
  .top-business__wrap {
    flex-direction: row;
    max-width: max-content;
    margin-right: calc(50% - 50vw) !important;
  }
}
@media screen and (min-width: 2000px) {
  .top-business__wrap {
     margin: 57px auto 0 !important;
  }
}
.top-business__item {
  aspect-ratio: 380 / 500;
  width: 100%;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .top-business__item {
    width: 380px;
  }
}
.top-business__item img{
  transition: transform .6s ease;
  object-fit: cover;
}
.top-business__item:hover img{
  transform: scale(1.1);
}


.top-work {
  margin-top: -109px;
  padding: 455px 0 58px;
  background: linear-gradient(#589679 0%, #f5f6f8 100%);
}
.title__bg.top-work__title-bg {
  top: -47px !important;
  left: 53px !important;
  width: clamp(283px, calc(589 / 1366* 100vw), 589px);
  height: auto;
  z-index: 5;
}
@media screen and (min-width: 990px) {
  .title__bg.top-work__title-bg {
    top: -80px !important;
    left: 42px !important;
  }
}
@media screen and (min-width: 1100px) {
  .title__bg.top-work__title-bg {
    top: -143px !important;
  }
}

.top-recruit__wrap {
  display: flex;
  gap: 60px;
  flex-direction: column;
}
@media screen and (min-width: 1150px) {
  .top-recruit__wrap {
    gap: min(calc(76 / 1366 * 100vw), 76px);
    flex-direction: row;
  }
}

.top-recruit__title-bg {
  aspect-ratio: 630 / 273;
  width: 262px;
  height: auto;
  top: -25px;
  left: 102px;
}
@media screen and (min-width: 1150px) {
  .top-recruit__title-bg {
    width: 630px;
    left: 0;
    bottom: 82px;
    top: unset;
  }
}

.top-recruit__links {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}


.top-recruit__link {
  border-radius: 5px;
  border: 1px solid #D0D0D0;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  .top-recruit__links {
    grid-template-columns: 1fr 1fr;
    gap: 23px 18px;
  }
  .top-recruit__links260911{
    max-width: 720px;
    }
   .top-recruit__link {
    grid-column: 1;
    align-self: end;
    justify-self: start;
  }
  .top-recruit__link-right {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    justify-self: center;
  }
  .top-recruit__link:nth-child(2) {
    align-self: start;
  }
}

.top-recruit__link img {
  transition: scale .6s ease;
}
.top-recruit__link:hover img {
  scale: 1.1;
}

.top__swiper,
.top__swiper-wrapper,
.top__swiper-slide {
  position: relative;
}
.top__swiper-wrapper {
  transition-timing-function: linear;
  align-items: flex-start;
}
.top__swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  aspect-ratio: 456 / 430;
  max-width: 456px;
}
.top__swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-news__contents {
  display: flex;
  gap: 63px;
  flex-direction: column;
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 1000px) {
  .top-news__contents {
    flex-direction: row;
    gap: min(calc(124 / 1366 * 100vw), 124px);
    margin-right: calc(50% - 50vw);
    justify-content: space-between;
  }
}
.top-news__btn {
  width: 200px;
}

.top-news__title-bg {
  top: 193px;
  left: 100px;
  z-index: -1;
  width: clamp(247px, calc(482 / 1366* 100vw), 482px);
}
@media screen and (min-width: 990px) {
  .top-news__title-bg {
    top: unset;
    bottom: 106px;
    left: 0px;
  }
}

