.fv {
  position: relative;
}

.fv-slide {
  position: relative;
  z-index: 1;
}
.fv-slide::after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(141, 189, 239, 0) 54%, #5d98d8);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.fv-slide .swiper-slide {
  height: 100vh;
  width: 100%;
}

.fv-text {
  bottom: -37px;
  color: #ffffff;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.fv-text__loop {
  margin-top: 10px;
}
.fv-text__title {
  font-size: 18px;
  font-weight: bold;
  line-height: calc(37 / 26);
  margin-inline: auto;
  max-width: 1280px;
  padding-inline: 20px;
}

.about {
  padding-top: 60px;
}

.about__inner {
  margin-inline: auto;
  max-width: 1206px;
  padding-inline: 20px;
}

.about-text {
  margin-inline: auto;
  margin-top: 40px;
  max-width: 874px;
}

.about-text__section {
  display: block;
  width: 100%;
}
.about-text__section p {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.07em;
  line-height: 3;
}
.about-text__section img {
  aspect-ratio: 102/59;
  border-radius: 10px;
  height: auto;
  overflow: hidden;
  width: 80px;
}

.about-text__section p,
.about-text__section img {
  display: inline;
  vertical-align: middle;
}

.about-textloop {
  overflow: hidden;
  width: 100%;
}
.about-textloop .bg-text__wrap {
  width: 100%;
}
.about-textloop .bg-text__wrap:hover {
  opacity: 1;
}
.about-textloop .bg-text__wrap:hover .bg-text p {
  color: #0082d8;
}
.about-textloop .bg-text__wrap:hover .bg-text__arrow::after {
  transform: translateX(5px);
}
.about-textloop .bg-text {
  align-items: center;
  display: flex;
  gap: 25px;
}
.about-textloop .bg-text p {
  -webkit-text-stroke: 1px #0082d8;
  color: transparent;
  font-family: "Prompt", sans-serif;
  font-size: 100px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.about-textloop .bg-text__arrow {
  align-items: center;
  aspect-ratio: 1/1;
  background: #0082d8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  width: 80px;
}
.about-textloop .bg-text__arrow::after {
  background: url(../images/round-arrow.svg) no-repeat center/contain;
  content: "";
  height: 8px;
  transition: transform 0.3s ease;
  width: 30px;
}

.about-gallery {
  padding-bottom: 60px;
  padding-top: 40px;
}

.about-gallery__inner {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(2, calc(50% - 2.5px));
  padding-inline: 5px;
  width: 100%;
}

.about-gallery__block {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.about-gallery__block:nth-of-type(2) {
  flex-direction: column-reverse;
}

.about-gallery__item {
  border-radius: 5px;
  overflow: hidden;
}
.about-gallery__item:nth-of-type(1) {
  aspect-ratio: 346/314;
  width: 51.7964071856%;
}
.about-gallery__item:nth-of-type(2) {
  aspect-ratio: 668/420;
  width: 100%;
}

.features {
  background: #0082d8;
  color: #fff;
  padding-bottom: 150px;
  padding-inline: 20px;
  padding-top: 80px;
  position: relative;
}

.features__inner {
  margin-inline: auto;
  max-width: 1166px;
}

.features__title.c-top-section-title {
  border-bottom: solid 1px #fff;
}
.features__title .c-section-title__small::before {
  background-color: #fff;
}

.features__contents {
  display: grid;
  gap: 46px;
  grid-template-columns: 1fr;
  margin-inline: auto;
  margin-top: 40px;
  max-width: 1066px;
}

.features__label {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: calc(50 / 34);
}

.features__desc {
  line-height: calc(30 / 14);
  margin-top: 38px;
  max-width: 455px;
}

.features__btn {
  margin-top: 45px;
}

.features__right {
  aspect-ratio: 510/420;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}

.features__cards {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  margin-top: 60px;
}

.features-card {
  background-color: #0079c9;
  border-radius: 15px;
  padding: 33px;
  position: relative;
}

.features-card__num {
  border-bottom: 2px solid #ffffff;
  display: inline;
  font-family: "Prompt", sans-serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: absolute;
  right: 20px;
  top: 20px;
}

.features-card__label {
  font-family: "Prompt", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: calc(18 / 12);
  opacity: 0.55;
}

.features-card__title {
  font-size: 18px;
  font-weight: 600;
  line-height: calc(30 / 18);
  margin-top: 17px;
}

.features-card__desc {
  font-size: 13px;
  font-weight: 600;
  line-height: calc(26 / 13);
  margin-top: 5px;
}

.features-text__loop {
  bottom: -37px;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.voice {
  padding-inline: 20px;
  padding-top: 80px;
}

.voice__inner {
  margin-inline: auto;
  max-width: 1166px;
  position: relative;
}
.voice__cards {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  padding-top: 40px;
}
.voice__cards .voice-card {
  margin-inline: auto;
  max-width: 420px;
  width: 100%;
}
.voice__cards .voice-card:nth-of-type(2n) {
  flex-direction: row-reverse;
}

.voice-card__input {
  width: 100%;
}

.voice__btn {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}

.gallery {
  margin-top: 60px;
}

.gallery-slide .swiper-slide {
  aspect-ratio: 330/300;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}

.gallery-slide__swiper--2 {
  margin-top: 10px;
}

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

.news__inner {
  margin-inline: auto;
  max-width: 1166px;
}

.news__title.c-top-section-title {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

.news__btn {
  margin-top: 40px;
}

.news__contents {
  margin-inline: auto;
  margin-top: 40px;
  max-width: 1060px;
}

@media (min-width: 768px) {
  .features__contents {
    align-items: center;
    grid-template-columns: 1fr 1fr;
  }
  .features__cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .voice__cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .voice__cards .voice-card {
    flex-direction: column;
    max-width: 100%;
  }
  .voice__cards .voice-card .voice-card__label {
    writing-mode: unset;
  }
  .voice__cards .voice-card:nth-of-type(2n) {
    flex-direction: column;
  }
  .company .p-company-message__contents {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .company .p-company-message__img {
    max-width: 100%;
  }
  .company .p-company-message__text {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .fv-slide .swiper-slide {
    height: 767px;
  }
  .fv-text__title {
    font-size: 26px;
  }
  .about {
    padding-top: 93px;
  }
  .about-text {
    margin-top: 70px;
  }
  .about-text__section p {
    font-size: 26px;
    line-height: calc(60 / 26);
  }
  .about-text__section img {
    height: 59px;
    width: 102px;
  }
  .about-textloop .bg-text p {
    font-size: 150px;
  }
  .about-textloop .bg-text__arrow {
    width: 133px;
  }
  .about-textloop .bg-text__arrow::after {
    height: 10px;
    width: 42px;
  }
  .about-gallery {
    padding-bottom: 140px;
    padding-top: 72px;
  }
  .about-gallery__inner {
    gap: 10px;
    grid-template-columns: repeat(2, calc(50% - 5px));
    padding-inline: 10px;
  }
  .about-gallery__block {
    gap: 10px;
  }
  .features {
    padding-bottom: 210px;
    padding-top: 128px;
  }
  .features__contents {
    align-items: flex-start;
    margin-top: 100px;
  }
  .features__label {
    font-size: 34px;
  }
  .features__right {
    height: 420px;
    width: 100%;
  }
  .features__cards {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 110px;
  }
  .features-card {
    min-height: 276px;
  }
  .features-card__desc {
    margin-top: 23px;
  }
  .voice {
    padding-top: 117px;
  }
  .voice__title {
    left: 0;
    min-width: 350px;
    position: absolute;
    top: 0;
  }
  .voice__cards {
    gap: 62px;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 12px;
    padding-top: 60px;
  }
  .voice__cards .voice-card:nth-of-type(2n) {
    flex-direction: row;
  }
  .voice__cards .voice-card {
    flex-direction: row;
  }
  .voice__cards .voice-card .voice-card__label {
    writing-mode: vertical-rl;
  }
  .voice__cards .voice-card:nth-of-type(2) {
    margin-top: 80px;
  }
  .voice__cards .voice-card:nth-of-type(1) {
    margin-top: 160px;
  }
  .voice__btn {
    bottom: 0;
    display: block;
    margin-top: 0;
    position: absolute;
    right: 0;
  }
  .gallery {
    margin-top: 120px;
  }
  .news {
    margin-top: 128px;
    padding-bottom: 73px;
  }
  .news__btn {
    margin-bottom: 7px;
    margin-top: 0;
  }
  .news__contents {
    margin-top: 70px;
  }
}