.fv {
  overflow: hidden;
  position: relative;
  height: 100vh;
  padding: 0 20px;
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .fv {
    height: 80vh;
    padding: 5.3333333333vw 6.6666666667vw 0;
  }
}
.fv .fv__bg01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 582px;
}
@media screen and (max-width: 768px) {
  .fv .fv__bg01 {
    width: 80%;
    top: 65%;
  }
}
.fv .fv__bg02 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .fv .fv__bg02 {
    width: 200%;
  }
}
.fv__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
.fv__img {
  position: absolute;
  top: 54%;
  left: -5%;
  width: 120%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .fv__img {
    width: 1200px;
    left: unset;
    right: -35%;
    top: 56%;
  }
}
.fv__title {
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .fv__title {
    writing-mode: vertical-rl;
    margin-left: 0;
  }
}
.fv__title span {
  padding: 10px 15px;
  color: #fff;
  padding-right: 5px;
  display: inline-block;
  font-size: 24px;
  letter-spacing: 0.4em;
  font-weight: 600;
  line-height: 1.2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to right, rgba(55, 89, 227, 0.8), rgba(79, 221, 179, 0.8));
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .fv__title span {
    margin-bottom: 0;
    margin-left: 10px;
    padding: 10px 5px 5px;
    font-size: 4.2666666667vw;
    letter-spacing: 0.2em;
    background: linear-gradient(to bottom, rgba(55, 89, 227, 0.8), rgba(79, 221, 179, 0.8));
  }
}

.fv {
  overflow: hidden;
}

.fv__img {
  position: absolute;
  top: 54%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .fv__img {
    top: 60%;
  }
}

.fv__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: loopSlide 20s linear infinite;
}
.fv__track img {
  width: 140vw;
  flex-shrink: 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .fv__track img {
    width: 1200px;
  }
}

@keyframes loopSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.wrap {
  background: linear-gradient(to bottom, #FFFFFF, #C1E0FF);
}

.about {
  padding: 75px 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.about__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.about__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about__box {
    flex-direction: column-reverse;
  }
}
.about .section__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .about .section__title {
    margin-bottom: 10.6666666667vw;
  }
}
.about__contents {
  width: 38%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .about__contents {
    width: 100%;
  }
}
.about__img {
  width: 68%;
  margin-right: -110px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 26.6666666667vw;
  }
}
.about__img img {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .about__img img {
    aspect-ratio: 0.8;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
.about__img::after {
  content: "";
  position: absolute;
  display: block;
  left: -45%;
  bottom: -10%;
  width: 580px;
  height: 677px;
  background: linear-gradient(to bottom, #4FDDB3, #3759E3);
}
@media screen and (max-width: 768px) {
  .about__img::after {
    width: 100%;
    right: -20px;
    bottom: -40%;
    left: unset;
    height: 130%;
  }
}
.about__text {
  background: #fff;
  padding: 20px 20px 24px;
}
@media screen and (max-width: 768px) {
  .about__text {
    padding: 5.3333333333vw;
  }
}
.about__text p {
  font-size: 16px;
  line-height: 2.5;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .about__text p {
    font-size: 4vw;
    line-height: 2;
  }
}

.service {
  padding: 175px 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .service {
    padding: 13.3333333333vw 5.3333333333vw 21.3333333333vw;
  }
}
.service__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .service__inner {
    flex-direction: column;
  }
}
.service .section__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .service .section__title {
    margin-bottom: 10.6666666667vw;
  }
}
.service__contents {
  width: 50%;
  margin-right: -130px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .service__contents {
    width: 100%;
    margin-right: 0;
    margin-top: 21.3333333333vw;
  }
}
.service__img {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service__img {
    width: 90%;
    margin-left: 0;
    margin-right: auto;
  }
}
.service__img img {
  position: relative;
  z-index: 2;
}
.service__img::after {
  content: "";
  position: absolute;
  display: block;
  left: 50px;
  bottom: -50px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #4FDDB3, #3759E3);
}
@media screen and (max-width: 768px) {
  .service__img::after {
    left: 20px;
    bottom: -20px;
  }
}
.service__lists {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .service__lists {
    margin-bottom: 8vw;
  }
}
.service__list {
  background: #fff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .service__list {
    padding: 5.3333333333vw;
  }
}
.service__list--icon {
  width: 50px;
}
.service__list--contents {
  width: calc(100% - 65px);
}
.service__list--contents h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .service__list--contents h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 4vw;
  }
}
.service__list--contents p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .service__list--contents p {
    font-size: 3.4666666667vw;
    font-weight: 500;
  }
}/*# sourceMappingURL=top.css.map */