@charset "utf-8";

.fv {
  margin-top: 80px;
  position: relative;
}

.fv__swiper,
.fv__swiper-wrapper,
.fv__swiper-slide {
  position: relative;
}
.fv__swiper-wrapper {
  display: flex;
  transition-timing-function: linear;
  align-items: flex-start;
}
.fv__swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 375 / 550;
  max-width: 703px;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv__swiper-slide {
    aspect-ratio: 703 / 672;
  }
}
.fv__swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #499655;
  opacity: 0.2;
  top: 0;
  left: 0;
  pointer-events: none;
}
.fv__swiper-slide img {
  aspect-ratio: 703 / 672;
  max-width: 703px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.fv__wrap {
  position: absolute;
  bottom: 49px;
  left: 20px;
  z-index:10;
}
@media screen and (min-width: 1100px) {
  .fv__wrap {
    left: unset;
    right: calc(50% + 235px);
    bottom: 82px;
  }
}

.fv__title {
  width: fit-content;
  padding: 0 10px;
  background: linear-gradient(#186a28 0%, #57ad68 100%);
  border-radius: 5px;
}

.fv__title + .fv__title {
  margin-top: 10px !important;
}

.fv__text {
  display: inline-block;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #E1E6E2;
}

.top-about__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .top-about__wrap {
    flex-direction: row;
    gap: 75px;
  }
}


.top-service__wrap {
  margin-right: calc(50% - 50vw);
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 40px;
}
@media screen and (min-width: 1024px) {
  .top-service__wrap {
    flex-direction: row;
    gap: 64px;
  }
}
@media screen and (min-width: 1600px) {
  .top-service__wrap {
    margin-right: 0;
  }
}

.top-service__head {
  margin-top: 0 !important;
}
@media screen and (min-width: 1024px) {
  .top-service__head {
    margin-top: 53px !important;
    position: sticky;
    top: 95px;
  }
}

.top-service__body {
  flex: 1;
  background: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 10px 0 0 10px;
}
@media screen and (min-width: 1600px) {
  .top-service__body {
    border-radius: 10px;
  }
}

.top-service__body-item {
  padding: 28px 30px 28px 28px;
  border-bottom: 1px solid rgba(225, 230, 226, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .top-service__body-item {
    flex-direction: row;
  }
}
@media screen and (min-width: 1100px) {
  .top-service__body-item {
    padding: 28px 94px 28px 28px;
    gap: 45px;
  }
}
.top-service__body-item:hover .top-service__body-img img {
  scale: 1.1;
}
.top-service__body-img {
  aspect-ratio: 280 / 210;
  width: min(100%, 280px);
  height: auto;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .top-service__body-img {
    width: min(calc(280 / 1366 * 100vw), 280px);
  }
}
.top-service__body-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.5s;
}
.top-service__body-text {
  position: relative;
  padding-right: 40px;
}
@media screen and (min-width: 1100px) {
  .top-service__body-text {
    padding-right: 75px;
  }
}
.top-service__body-text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url('../images/icon-arrow.svg') center / contain no-repeat;
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 1100px) {
  .top-service__body-text::after {
      width: 42px;
  height: 42px;
  }
}

.top-works__head {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .top-works__head {
    flex-direction: row;
    align-items: end;
  }
}

.top-company {
  width: 100%;
  height: 977px;
}
.top-company__img {
  width: 100%;
  height: 100%;
}
.top-company__img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #499655;
  opacity: 0.2;
  top: 0;
  left: 0;
  pointer-events: none;
}
.top-company__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-company__wrap {
  background: #fff;
  border-radius: 0 10px 0 0 ;
  padding: 80px 20px;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .top-company__wrap {
    padding: 80px 40px;
  }
}
@media screen and (min-width: 1024px) {
  .top-company__wrap {
    padding: 123px 227px 59px 143px;
  }
}
@media screen and (min-width: 1900px) {
  .top-company__wrap {
    left: 15% !important;
  }
}
@media screen and (min-width: 2000px) {
  .top-company__wrap {
    left: 25% !important;
  }
}

.top-recruit__wrap {
  margin-left: calc(50% - 50vw);
  display: flex;
  flex-direction: column;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .top-recruit__wrap {
    flex-direction: row;
  }
}
@media screen and (min-width: 1600px) {
  .top-recruit__wrap {
    margin-left: 0;
    border-radius: 10px;
  }
}

.top-recruit__item {
  flex: 1;
  aspect-ratio: 634 / 522;
  display: grid;
  place-items: center;
  color: #fff !important;
  border: 1px solid #E1E6E2;
  overflow: hidden;
}
.top-recruit__item:first-of-type {
  border-left: none;
}
.top-recruit__item:last-of-type {
  border-radius: 0 10px 10px 0;
}
.top-recruit__item:hover .top-recruit__item-img img {
  scale: 1.1;
}

.top-recruit__item-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-recruit__item-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #3f4d41;
  opacity: 0.8;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 3;
}
.top-recruit__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.5s;
}
.top-recruit__item-body {
  position: relative;
  z-index: 5;
}

.top-news {
  padding-bottom: 300px !important;
}
@media screen and (min-width: 1100px) {
  .top-news {
    padding-bottom: 438px !important;
  }
}

.top-news__wrap {
  margin-right: calc(50% - 50vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
@media screen and (min-width: 1024px) {
  .top-news__wrap {
    flex-direction: row;
    gap: 96px;
  }
}
@media screen and (min-width: 1600px) {
  .top-news__wrap {
    margin-right: 0;
  }
}

.top-news__head {
  margin-top: 0 !important;
}
@media screen and (min-width: 900px) {
  .top-news__head {
  margin-top: 63px !important;
}
}

.top-news__body {
  background: #fff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-radius: 10px 0 0 10px;
}
@media screen and (min-width: 1367px) {
  .top-news__body {
    border-radius: 10px;
  }
}