@charset "UTF-8"
  
  .fv {
  position: relative;
  z-index: 1;
}

.fv-slide__swiper {
  height: 100vh;
}
.fv-slide__swiper.swiper {
  overflow: hidden;
}
.fv-slide__swiper .swiper-slide {
  aspect-ratio: 1366/835;
}
.fv-slide__swiper .swiper-slide img {
  transform: scale(1);
  transition: transform 7s linear;
}
.fv-slide__swiper .swiper-slide-active img {
  transform: scale(1.15);
}

.about {
  margin-top: calc(-250 / 1366 * 100vw);
  overflow: hidden;
  padding-bottom: 80px;
  padding-top: calc(220 / 375 * 100vw);
  position: relative;
  z-index: 2;
}
.about::before {
  background: url(../images/about_bg.png) no-repeat top center/100% auto;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.main-title,
.about-bottom {
  color: #87c6e7;
  font-family: "Urbanist", sans-serif;
  font-size: clamp(2.8125rem, 0.6839682139rem + 9.0817356206vw, 8.4375rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  opacity: 0.8;
  position: absolute;
  z-index: 2;
  text-wrap-mode: nowrap;
}

.main-title {
  right: 10px;
  top: calc(150 / 375 * 100vw);
}

.about__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  z-index: 1;
}

.about__img {
  height: 150px;
  overflow: hidden;
  width: 90%;
}
.about__img.about__img--left {
  aspect-ratio: 331/389;
  border-radius: 0 10px 10px 0;
}
.about__img.about__img--right {
  aspect-ratio: 378/548;
  border-radius: 10px 0 0 10px;
  margin-left: auto;
}

.about__contents {
  flex-shrink: 0;
  padding-inline: 20px;
  width: 100%;
}
.about__contents .c-desc {
  font-size: 16px;
  gap: 10px;
  line-height: calc(38 / 16);
}

.about__title {
  padding-inline: 20px;
}
.about-bottom {
  -webkit-text-stroke-color: #96cdea;
  -webkit-text-stroke-width: 1px;
  bottom: 20px;
  color: transparent;
  position: absolute;
  right: 0;
  z-index: 2;
}

.service__title {
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 10;
}
.service {
  position: relative;
}

.service__sticky {
  overflow: hidden;
  position: sticky;
  top: 0;
  z-index: 2;
}
.service__sticky::after {
  background: url(../images/service_bg.png) no-repeat top center/100% 100%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.service__slides {
  position: relative;
  width: 100%;
  z-index: 2;
}

.service__section {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  transition: opacity 0.8s ease, transform 0.8s ease, visibility 0.8s ease;
  width: 100%;
}

.js .service {
  height: 300vh;
}
.js .service__sticky {
  height: 100vh;
}
.js .service__slides {
  height: 100%;
}
.js .service__section {
  inset: 0;
  opacity: 0;
  position: absolute;
  transform: translateY(40px);
  visibility: hidden;
}

.service__section.is-active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.service__section-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-block: 170px 100px;
  position: relative;
  width: 100%;
}

.service__contents {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: -moz-fit-content;
  height: fit-content;
  margin-inline: auto;
  margin-inline: auto;
  max-width: 600px;
  padding-inline: 20px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.service-left__head {
  color: #4cb4eb;
  display: inline;
  font-family: "Urbanist", sans-serif;
}

.service-left__title {
  color: #004fa4;
  display: inline;
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 400;
  margin-left: 5px;
}

.service-left__label {
  border-bottom: 1px solid currentColor;
  color: #004fa4;
  font-family: "Urbanist", sans-serif;
  font-size: 25px;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
}
.service-left__desc {
  color: #505050;
  font-size: 15px;
  font-weight: 700;
  margin-top: 10px;
}

.service__img {
  aspect-ratio: 420/500;
  border-radius: 10px;
  height: 150px;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}
.service__img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.service-right {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.service-right .c-btn-arrow {
  margin-left: auto;
}

.service__loop {
  bottom: 50px;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.service__loop .bg-text {
  -webkit-text-stroke-color: #96cdea;
  -webkit-text-stroke-width: 1px;
  color: transparent;
  font-family: "Urbanist", sans-serif;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 8.1px;
  line-height: 1;
  opacity: 0.8;
}

.works {
  padding-inline: 20px;
  padding-top: 60px;
}
.works .works__data {
  margin-top: 30px;
}

.works__inner {
  margin-inline: auto;
  max-width: 1145px;
}

.works__btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.company {
  margin-top: 80px;
  padding-bottom: 16px;
  padding-top: 33px;
  position: relative;
}

.company__img {
  align-items: flex-start;
  display: grid;
  grid-template-columns: 57.5402635432% 1fr;
}
.company__img-item {
  height: 300px;
  position: relative;
}
.company__img-item::after {
  background: rgba(205, 230, 244, 0.2);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.company__img-item:nth-of-type(2) {
  margin-top: 60px;
}

.company__Wrap {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  left: 50%;
  max-width: 1218px;
  padding-inline: 20px;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
}

.company__label {
  color: #004fa4;
  display: flex;
  flex-direction: column;
  font-size: 28px;
  letter-spacing: 2.24px;
  margin-left: auto;
  pointer-events: visible;
}
.company__label p:nth-of-type(2) {
  margin-left: 40px;
}

.company__contents {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  pointer-events: visible;
}
.company__contents h1,
.company__contents h2,
.company__contents h3,
.company__contents h4 {
  color: #0391db;
  font-family: "Urbanist", sans-serif;
  font-size: clamp(3.75rem, 2.3309788093rem + 6.0544904137vw, 7.5rem);
  font-weight: 700;
}

.company__body {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}
.company__body .c-desc {
  max-width: 341px;
  width: 100%;
}

.company__btn {
  flex-shrink: 0;
}

.news {
  margin-top: 80px;
  padding-bottom: 80px;
  padding-inline: 20px;
  padding-top: 80px;
  position: relative;
}

.news__bg {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.news__inner {
  margin-inline: auto;
  max-width: 1142px;
  position: relative;
  z-index: 2;
}

.news__data {
  margin-top: 30px;
}

.news__btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.insta {
  padding-bottom: 100px;
  padding-inline: 20px;
}

.insta__inner {
  margin-inline: auto;
  max-width: 1142px;
}

.insta__data {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .about {
    padding-top: calc(480 / 1366 * 100vw);
  }
  .main-title {
    left: 38px;
    right: auto;
    top: calc(312 / 1366 * 100vw);
  }
  .service-left__title {
    display: block;
    font-size: 50px;
    margin-left: 0;
  }
  .service-left__label {
    font-size: 30px;
    padding-bottom: 5px;
    width: 100%;
  }
  .service-left__desc {
    margin-top: 23px;
  }
  .service__img {
    height: 300px;
  }
}

@media (min-width: 1024px) {
  .fv-slide__swiper {
    min-height: 827px;
  }
  .about {
    padding-bottom: 90px;
    padding-top: calc(403 / 1366 * 100vw);
  }
  .about__inner {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
  .about__img {
    height: auto;
    width: 100%;
  }
  .about__img.about__img--left {
    margin-top: 423px;
    max-width: calc(331 / 1366 * 100vw);
  }
  .about__img.about__img--right {
    margin-left: 0;
    max-width: calc(378 / 1366 * 100vw);
  }
  .about__contents {
    max-width: 478px;
    padding-inline: 0;
    padding-top: 274px;
  }
  .about__contents .c-desc {
    gap: 30px;
  }
  .about__title {
    display: flex;
    flex-direction: column;
    gap: 3px;
    left: 219px;
    padding-inline: 0;
    position: absolute;
    top: 121px;
  }
  .about-bottom {
    bottom: 55px;
  }
  .service__title {
    top: 70px;
  }
  .service__section:nth-of-type(even) .service-left {
    grid-column: 3;
    grid-row: 1;
  }
  .service__section:nth-of-type(even) .service__img {
    grid-column: 2;
    grid-row: 1;
  }
  .service__section:nth-of-type(even) .service-right {
    grid-column: 1;
    grid-row: 1;
  }
  .service__section-wrap {
    padding-block: 177px 50px;
  }
  .service__contents {
    display: grid;
    gap: 60px;
    grid-template-columns: 25.9388646288% 1fr 26.2008733624%;
    height: 100%;
    max-height: 500px;
    max-width: 1165px;
  }
  .service-left {
    padding-top: 32px;
  }
  .service-left__head {
    display: block;
  }
  .service__img {
    height: 100%;
    margin-inline: auto;
    width: auto;
  }
  .service__img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .service-right {
    gap: 20px;
    height: 100%;
    justify-content: center;
  }
  .service-right .c-desc {
    line-height: calc(32 / 14);
  }
  .service__loop .bg-text {
    font-size: 135px;
  }
  .works {
    padding-top: 151px;
  }
  .works .works__data {
    margin-top: 60px;
  }
  .works__btn {
    margin-top: 60px;
  }
  .company {
    margin-top: 120px;
  }
  .company__img-item {
    height: 570px;
  }
  .company__img-item:nth-of-type(2) {
    margin-top: 120px;
  }
  .company__Wrap {
    flex-direction: row-reverse;
    max-width: 1228px;
    padding-inline: 20px 30px;
  }
  .company__label {
    align-items: flex-start;
    gap: 8px;
    letter-spacing: 0.5rem;
    margin-left: 0;
    text-orientation: upright;
    writing-mode: vertical-rl;
  }
  .company__label p {
    background-color: #fff;
  }
  .company__label p:nth-of-type(2) {
    margin-left: 0;
    margin-top: 65px;
  }
  .company__contents h1,
  .company__contents h2,
  .company__contents h3,
  .company__contents h4 {
    padding-left: 25px;
  }
  .company__body {
    align-items: flex-end;
    flex-direction: row;
    gap: 47px;
  }
  .news {
    margin-top: 126px;
    padding-bottom: 100px;
    padding-top: 136px;
  }
  .news__data {
    margin-top: 55px;
  }
  .insta {
    padding-bottom: 130px;
  }
  .insta__data {
    margin-top: 37px;
  }
}

@media (min-width: 1366px) {
  .about__contents {
    margin-right: 16px;
  }
}