.main {
  padding-top: 70px;
}

.fv {
  overflow: hidden;
  padding-inline: 10px;
  position: relative;
}

.fv-slide__swiper {
  border-radius: 5px;
  height: calc(100vh - 70px);
  overflow: hidden;
}
.fv-slide__swiper .swiper-slide {
  aspect-ratio: 1306/678;
}
.fv-slide__swiper .swiper-slide img {
  transform: scale(1);
  transition: transform 7s linear;
}
.fv-slide__swiper .swiper-slide-active img {
  transform: scale(1.15);
}
.fv-slide__swiper .swiper-pagination {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 300;
  gap: 15px;
  left: 10px;
  position: absolute;
  top: 32.5%;
}
.fv-slide__swiper .swiper-pagination-bullet {
  align-items: center;
  background-color: transparent;
  display: flex;
  height: 32px;
  justify-content: center;
  position: relative;
  width: 32px;
}
.fv-slide__swiper .swiper-pagination-bullet::after {
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  inset: 0;
  opacity: 0 !important;
  position: absolute;
  transition: opacity 0.3s ease;
}
.fv-slide__swiper .swiper-pagination-bullet-active::after {
  opacity: 1 !important;
}

.fv-contents {
  background-color: #fff;
  border-radius: 10px;
  bottom: 0px;
  left: 0;
  max-width: 70%;
  padding: 30px 20px;
  position: absolute;
  z-index: 2;
}

.fv-contents__title {
  width: 100%;
}

.fv-contents__label {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: calc(20 / 13);
  margin-top: 2px;
}

.fv-scroll {
  aspect-ratio: 1/1;
  bottom: 30px;
  position: absolute;
  right: 20px;
  width: 75px;
  z-index: 2;
}

.fv-scroll__wrap {
  height: 100%;
  position: relative;
  width: 100%;
}

.fv-scroll__text {
  animation: rotate 10s linear infinite;
  aspect-ratio: 1/1;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  width: 100%;
}
.fv-scroll__text img {
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.fv-scroll__arrow {
  aspect-ratio: 50/70;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25.3807106599%;
}
.fv-scroll__arrow img {
  -o-object-fit: contain;
     object-fit: contain;
}

.about {
  background-color: #f6f5f3;
  border-radius: 30px 30px 0 0;
  margin-top: 40px;
  padding-top: 60px;
}

.about-top {
  padding-inline: 20px;
}

.about-top__boxs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-inline: auto;
  max-width: 1200px;
  width: 100%;
}

.about-top__box {
  border: solid 1px #888889;
  border-radius: 10px;
  max-width: 581px;
  padding: 14px 45px 13px 13px;
  position: relative;
  width: 100%;
}
.about-top__box:hover {
  opacity: 1;
}
.about-top__box:hover .about-top__img img {
  transform: scale(1.1);
}
.about-top__box::after {
  background: url(../images/arrow_gray.svg) no-repeat center center/contain;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

.about-top__contents {
  border-right: solid 1px #888;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  padding-right: 10px;
}
.about-top__contents .c-title-cycle {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.about-top__img {
  aspect-ratio: 127/90;
  border-radius: 5px;
  grid-row: span 2;
  height: 90px;
  overflow: hidden;
}
.about-top__img img {
  transition: transform 0.3s ease;
}

.about-top__desc {
  font-size: 13px;
  font-weight: normal;
  line-height: calc(20 / 13);
  padding-left: 18px;
}

.about-bottom {
  margin-block: 80px;
  padding-block: 100px;
  position: relative;
}

.about-bottom__left {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 30%;
  z-index: 2;
}
.about-bottom__left .about-bottom__img:nth-of-type(1) {
  left: 80px;
  top: 15%;
  width: 50px;
}
.about-bottom__left .about-bottom__img:nth-of-type(2) {
  left: 6px;
  top: 2%;
  width: 90px;
}
.about-bottom__left .about-bottom__img:nth-of-type(3) {
  right: 0;
  top: 50%;
  width: 80px;
}
.about-bottom__left .about-bottom__img:nth-of-type(4) {
  bottom: 10%;
  left: 20px;
  width: 60px;
}

.about-bottom__right {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 32.5%;
  z-index: 2;
}
.about-bottom__right .about-bottom__img:nth-of-type(1) {
  left: 0;
  top: 10%;
  width: 60px;
}
.about-bottom__right .about-bottom__img:nth-of-type(2) {
  right: 8px;
  top: 35%;
  width: 100px;
}
.about-bottom__right .about-bottom__img:nth-of-type(3) {
  bottom: 5%;
  right: 30px;
  width: 100px;
}
.about-bottom__right .about-bottom__img:nth-of-type(4) {
  bottom: 20%;
  right: 100px;
  width: 60px;
}

.about-bottom__img {
  aspect-ratio: 1/1;
  border-radius: 10px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
  position: absolute;
}

.about-bottom-main {
  grid-column: span 2;
}

.about-bottom-main__img {
  aspect-ratio: 1202/600;
  border-radius: 10px;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: relative;
  position: absolute;
  top: 0;
  width: 100%;
  width: 100%;
}
.about-bottom-main__img::before {
  background-color: #000;
  content: "";
  filter: blur(10px);
  height: 100%;
  left: 0;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.about-bottom-main__img img {
  filter: blur(10px);
}

.about-bottom-main__contents {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-block: 20px;
  pointer-events: none;
  position: relative;
  z-index: 3;
}
.about-bottom-main__contents::after {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.about-bottom-main__contentsInner {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.about-bottom-main__title {
  color: currentColor;
  font-size: 36px;
  font-weight: 300;
  line-height: calc(54 / 36);
}

.about-bottom-main__label {
  font-size: 13px;
  font-weight: 500;
  line-height: calc(20 / 13);
  text-decoration: underline;
}

.about-bottom-main__desc {
  font-size: 28px;
  font-weight: normal;
  line-height: calc(53 / 28);
  margin-top: 40px;
  text-align: center;
}

.about-bottom-main__btn {
  margin-top: 45px;
}

.service {
  background-color: #707071;
  padding-block: 80px;
  padding-inline: 20px;
}

.service__boxs {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-inline: auto;
  max-width: 1366px;
  width: 100%;
}

.service__box {
  align-items: flex-start;
  color: #fff;
  display: flex;
  max-width: 100%;
}
.service__box .c-title-cycle {
  font-size: 28px;
  font-weight: 500;
  margin-top: 20px;
}

.service__contents {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.service__contents > p {
  font-size: 14px;
  font-weight: normal;
  line-height: 2.2;
  margin-left: 18px;
  margin-top: 10px;
}

.service__img {
  border-radius: 10px;
  height: 200px;
  overflow: hidden;
  width: 100%;
}

.service__label {
  flex-shrink: 0;
  flex-shrink: 0;
  font-size: 32px;
  font-weight: 100;
  letter-spacing: 0.03em;
  opacity: 0.5;
  writing-mode: vertical-lr;
}

.service__btn {
  margin-left: 17px;
  margin-top: 24px;
  max-width: 200px;
}
.works {
  padding-block: 80px 80px;
  padding-inline: 20px;
}
.works .c-data__btn {
  margin-left: auto;
}

.works__contents {
  margin-top: 40px;
}

.partner {
  background-color: #333;
  border-radius: 30px;
  color: #fff;
  margin-bottom: 105px;
  padding-block: 100px;
  position: relative;
}

.partner__inner {
  width: 100%;
}

.partner-textloop {
  font-size: 130px;
  font-weight: 500;
  left: 0;
  line-height: 1;
  opacity: 0.05;
  overflow: hidden;
  position: absolute;
  top: 63px;
  width: 100%;
  z-index: 1;
}
.partner-contents {
  display: flex;
  flex-direction: column;
  padding-inline: 20px;
  position: relative;
  z-index: 2;
}
.partner-contents > p {
  font-size: 16px;
  line-height: 2.2;
  margin-top: 30px;
}

.partner__btn {
  margin-top: 33px;
  max-width: 200px;
}
.partner-img {
  border-radius: 10px 0 0 10px;
  bottom: -105px;
  height: 180px;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 70%;
  z-index: 1;
}

.news {
  padding-inline: 20px;
  padding-top: 80px;
}
.news .c-news__date {
  margin-top: 40px;
}
.news .c-data__btn {
  margin-left: auto;
}

.insta {
  padding-inline: 20px;
  padding-top: 80px;
}

@media (min-width: 768px) {
  .about-top__boxs {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
  .about-top__box {
    padding: 14px 60px 13px 13px;
  }
  .about-top__box::after {
    right: 25px;
  }
  .about-top__contents .c-title-cycle {
    padding-top: 13px;
  }
  .partner-contents {
    max-width: 700px;
  }
}

@media (min-width: 1024px) {
  .fv {
    margin-inline: 30px;
    padding-bottom: 40px;
    padding-inline: 0px;
  }
  .fv-slide__swiper {
    height: 678px;
  }
  .fv-slide__swiper .swiper-pagination {
    left: 25px;
    top: 32.5%;
  }
  .fv-contents {
    bottom: 19px;
    left: -30px;
    max-width: 100%;
    padding: 30px 117px 25px 60px;
  }
  .fv-contents__title {
    width: calc(428 / 1366 * 100vw);
  }
  .fv-scroll {
    bottom: 75px;
    right: 35px;
    width: 197px;
  }
  .about {
    margin-top: 60px;
    margin-top: 0;
    padding-top: 100px;
  }
  .about-top__contents {
    align-items: normal;
    -moz-column-gap: 25px;
         column-gap: 25px;
    display: grid;
    grid-template-columns: 127px auto;
    padding-right: 25px;
  }
  .about-top__img {
    height: auto;
  }
  .about-bottom {
    margin-bottom: 0;
    margin-top: 110px;
    padding-bottom: 110px;
    padding-top: 0;
  }
  .about-bottom__left {
    height: 100%;
    position: absolute;
    width: 29.5%;
    z-index: 2;
  }
  .about-bottom__left .about-bottom__img {
    bottom: auto;
    height: auto;
  }
  .about-bottom__left .about-bottom__img:nth-of-type(1) {
    left: calc(160 / 1366 * 100vw);
    top: calc(140 / 1366 * 100vw);
    width: calc(120 / 1366 * 100vw);
  }
  .about-bottom__left .about-bottom__img:nth-of-type(2) {
    left: calc(12 / 1366 * 100vw);
    top: calc(12 / 1366 * 100vw);
    width: calc(188 / 1366 * 100vw);
  }
  .about-bottom__left .about-bottom__img:nth-of-type(3) {
    right: 0;
    top: calc(330 / 1366 * 100vw);
    width: calc(160 / 1366 * 100vw);
  }
  .about-bottom__left .about-bottom__img:nth-of-type(4) {
    left: calc(40 / 1366 * 100vw);
    top: calc(510 / 1366 * 100vw);
    width: calc(120 / 1366 * 100vw);
  }
  .about-bottom__right {
    height: 100%;
    position: absolute;
    width: 32.5%;
    z-index: 2;
  }
  .about-bottom__right .about-bottom__img {
    bottom: auto;
  }
  .about-bottom__right .about-bottom__img:nth-of-type(1) {
    left: 0;
    top: calc(60 / 1366 * 100vw);
    width: calc(120 / 1366 * 100vw);
  }
  .about-bottom__right .about-bottom__img:nth-of-type(2) {
    right: calc(17 / 1366 * 100vw);
    top: calc(103 / 1366 * 100vw);
    width: calc(206 / 1366 * 100vw);
  }
  .about-bottom__right .about-bottom__img:nth-of-type(3) {
    right: calc(61 / 1366 * 100vw);
    top: calc(470 / 1366 * 100vw);
    width: calc(208 / 1366 * 100vw);
  }
  .about-bottom__right .about-bottom__img:nth-of-type(4) {
    right: calc(209 / 1366 * 100vw);
    top: calc(410 / 1366 * 100vw);
    width: calc(120 / 1366 * 100vw);
  }
  .about-bottom-main {
    margin-inline: auto;
    position: relative;
    width: 87.9941434846%;
  }
  .about-bottom-main__img {
    height: auto;
    position: relative;
  }
  .about-bottom-main__contents {
    left: 50%;
    padding-block: 0px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .about-bottom-main__contents::after {
    display: none;
  }
  .service {
    padding-bottom: 100px;
    padding-inline: 0px;
    padding-top: 120px;
  }
  .service__boxs {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    padding-left: 30px;
  }
  .service__box {
    padding-right: 30px;
  }
  .service__box:nth-of-type(1) {
    border-right: solid 1px rgba(255, 255, 255, 0.2);
  }
  .service__box .c-title-cycle {
    margin-top: 35px;
  }
  .service__contents > p {
    margin-top: 20px;
    max-width: 465px;
  }
  .service__img {
    height: 340px;
  }
  .works {
    padding-block: 115px 100px;
  }
  .partner {
    height: 670px;
    padding-bottom: 160px;
    padding-top: 153px;
  }
  .partner-textloop {
    font-size: 250px;
  }
  .partner-contents {
    max-width: 100%;
    width: 50%;
  }
  .partner-contents > p {
    margin-top: 45px;
  }
  .partner-img {
    height: 440px;
    width: 50%;
  }
  .news {
    padding-top: 100px;
  }
  .insta {
    padding-top: 100px;
  }
}

@media (min-width: 1366px) {
  .service__boxs {
    gap: 80px;
    padding-left: 83px;
  }
  .service__box {
    padding-right: 55px;
  }
  .partner-contents {
    padding-left: 160px;
    padding-right: 104px;
  }
}