@charset "UTF-8";

.fv {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 50px;
  padding-top: 100px;
  position: relative;
}

.fv__bg {
  filter: blur(30px);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.fv__bg::after {
  background-color: #f8faff;
  content: "";
  display: block;
  filter: blur(30px);
  height: 100%;
  left: 0;
  opacity: 0.3;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.fv__left {
  color: #0c2c81;
  flex-shrink: 0;
  padding-inline: 30px;
  position: relative;
  z-index: 2;
}
.fv__left h1 {
  font-family: "Belleza", sans-serif;
  font-size: 75px;
  font-weight: normal;
  line-height: calc(130 / 120);
}
.fv__left p {
  font-size: 18px;
  font-weight: 600;
  line-height: calc(26 / 18);
  margin-top: 21px;
}

.fv__right {
  display: flex;
  gap: 12px;
  padding-right: 10px;
  position: relative;
  z-index: 2;
}

.fv-slide {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}

.fv-slide__swiper {
  height: 400px;
}
.fv-slide__swiper .swiper-slide {
  aspect-ratio: 523/530;
}
.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__label {
  color: #0c2c81;
  font-family: "Belleza", sans-serif;
  font-size: 30px;
  line-height: 1;
  opacity: 0.2;
  writing-mode: vertical-rl;
}

.fv__scroll {
  align-items: center;
  bottom: -73px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  right: 32px;
  z-index: 2;
}
.fv__scroll p {
  color: #0c2c81;
  font-family: "Belleza", sans-serif;
  font-size: 15px;
  line-height: 1;
  writing-mode: vertical-lr;
}
.fv__scroll::after {
  background-color: #0c2c81;
  content: "";
  height: 100px;
  width: 1px;
}

.about {
  background-image: linear-gradient(to bottom, #f5faff, #eceff7);
  padding-bottom: 128px;
  padding-top: 100px;
  position: relative;
}

.about__inner {
  margin-inline: auto;
  max-width: 900px;
}

.about__contents {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
  position: relative;
  z-index: 2;
}

.about__img {
  border-radius: 10px;
  overflow: hidden;
}

.about__left {
  display: flex;
  width: 100%;
}
.about__left .about__img:nth-of-type(1) {
  aspect-ratio: 460/280;
  height: 190px;
  margin-left: 10px;
  width: 50%;
}
.about__left .about__img:nth-of-type(2) {
  aspect-ratio: 280/380;
  height: 195px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-top: 40px;
  width: 30%;
}

.about__right {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.about__right .about__img {
  aspect-ratio: 1/1;
  height: 170px;
  margin-inline: auto;
  width: 50%;
}

.about__text {
  color: #0c2c81;
  flex-shrink: 0;
  padding-inline: 20px;
  width: 100%;
}

.about__title {
  color: inherit;
  font-size: 32px;
  font-weight: 500;
  line-height: calc(48 / 32);
}

.about__desc {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

.about__textloop {
  bottom: 70px;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.about__textloop .bg-text {
  color: #fff;
  font-family: "Belleza", sans-serif;
  font-size: 120px;
  letter-spacing: normal;
  line-height: 1;
}

.service {
  background-color: #fff;
  border-radius: 30px;
  margin-top: -30px;
  padding-block: 60px;
  padding-inline: 20px;
  position: relative;
  z-index: 2;
}

.service__inner {
  margin-inline: auto;
  max-width: 1200px;
}

.service__contents {
  margin-inline: auto;
  max-width: 600px;
}

.service-section {
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
  padding-block: 40px;
}
.service-section:nth-of-type(n + 2) {
  border-top: solid 1px rgba(12, 44, 129, 0.1);
}

.service-section__left {
  width: 100%;
}

.service-section__title {
  align-items: center;
  color: #0c2c81;
  display: flex;
  font-size: 15px;
  font-weight: 500;
  gap: 10px;
  line-height: calc(21 / 15);
}
.service-section__title::before {
  background-color: currentColor;
  border-radius: 50%;
  content: "";
  flex-shrink: 0;
  height: 10px;
  width: 10px;
}

.service-section__label {
  font-size: 26px;
  font-weight: 600;
  line-height: calc(48 / 32);
  margin-top: 15px;
}

.service-section__record {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.service-section__record-left {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
}
.service-section__record-left p:nth-of-type(1) {
  line-height: calc(21 / 15);
}
.service-section__record-left p:nth-of-type(2) {
  font-size: 12px;
  line-height: calc(17 / 12);
  opacity: 0.3;
}

.service-section__record-right {
  align-items: flex-end;
  border-left: solid 1px rgba(12, 44, 129, 0.1);
  display: flex;
  gap: 10px;
  padding-inline: 40px;
}
.service-section__record-right p:nth-of-type(1) {
  font-family: "Belleza", sans-serif;
  font-size: 80px;
  line-height: 1;
}
.service-section__record-right p:nth-of-type(2) {
  font-weight: bold;
  line-height: calc(21 / 15);
  padding-bottom: 20px;
}

.service-section__desc {
  margin-top: 25px;
}
.service-section__btn {
  margin-top: 30px;
  max-width: 195px;
}
.service-section__right {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  width: 100%;
}

.service-section__right-img {
  aspect-ratio: 1/1;
  border-radius: 10px;
  height: 200px;
  overflow: hidden;
  width: 100%;
}

.service-section__right-label {
  color: #0c2c81;
  font-family: "Belleza", sans-serif;
  font-size: 18px;
  line-height: calc(21 / 18);
  writing-mode: vertical-lr;
}

.service-bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-inline: auto;
  max-width: 500px;
}

.service-bottom__section {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.service-bottom__label {
  color: #0c2c81;
  font-family: "Belleza", sans-serif;
  font-size: 12px;
  line-height: calc(14 / 12);
  opacity: 0.4;
}

.service-bottom__box {
  border-bottom: solid 1px rgba(12, 44, 129, 0.1);
  border-top: solid 1px rgba(12, 44, 129, 0.1);
  display: flex;
  gap: 15px;
  height: 100%;
  margin-top: 5px;
  padding-block: 10px;
}

.service-bottom__img {
  border-radius: 5px;
  flex-shrink: 0;
  height: auto;
  width: 54px;
}

.service-bottom__contents {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.service-bottom__contents::after {
  background: url(../images/arrow_cycle_blue.svg) no-repeat center center/contain;
  content: "";
  height: 25px;
  margin-left: auto;
  margin-right: 10px;
  margin-top: auto;
  width: 25px;
}

.service-bottom__titleEn {
  align-items: baseline;
  color: #0c2c81;
  display: flex;
  font-family: "Belleza", sans-serif;
  font-size: 12px;
  font-weight: 500;
  gap: 5px;
  letter-spacing: 0.01em;
  line-height: calc(14 / 12);
  margin-top: 2px;
}
.service-bottom__titleEn::before {
  background-color: currentColor;
  border-radius: 50%;
  content: "";
  flex-shrink: 0;
  height: 6px;
  width: 6px;
}

.service-bottom__title {
  font-size: 15px;
  font-weight: 500;
  line-height: calc(21 / 15);
  margin-top: 7px;
  padding-bottom: 6px;
}

.works {
  background-image: linear-gradient(to bottom, #f5faff, #eceff7);
  margin-top: -30px;
  padding-bottom: 100px;
  padding-inline: 20px;
  padding-top: 130px;
  position: relative;
  z-index: 1;
}

.works__inner {
  margin-inline: auto;
  max-width: 1200px;
}
.works__contents {
  margin-top: 50px;
}

.works__btn {
  margin-inline: auto;
  margin-top: 60px;
  max-width: 480px;
}
.company {
  padding-bottom: 60px;
  padding-inline: 20px;
  padding-top: 60px;
  position: relative;
}

.company__img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.company__img::after {
  background-color: #081843;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.66;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.company__contents {
  align-items: flex-start;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}

.company__left {
  width: 100%;
}
.company__desc {
  margin-top: 15px;
}

.company__right {
  align-items: center;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0);
  border: solid 1px #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 20px;
  height: 180px;
  justify-content: center;
  margin-left: auto;
  transition: background 0.3s ease;
  width: 180px;
}
.company__right:hover {
  background-color: rgba(12, 44, 129, 0.1);
  opacity: 1;
}

.company__icon {
  width: 35.56px;
}
.company__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

.company__more {
  font-size: 12px;
  line-height: calc(17 / 12);
}

.news {
  background-color: #fff;
  padding-bottom: 100px;
  padding-inline: 20px;
  padding-top: 60px;
}

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

.news__contents {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.news__left {
  flex-shrink: 0;
}
.news__left .c-title__en,
.news__left .c-title__jp {
  color: #0c2c81;
}
.news__btn {
  margin-top: 45px;
  width: 209px;
}
.news__right {
  max-width: 900px;
  width: 100%;
}
@media (min-width: 768px) {
  .fv__left h1 {
    font-size: 100px;
  }
  .service-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }
  .company__contents {
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
    max-width: 780px;
  }
}
@media (min-width: 1024px) {
  .fv {
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 90px;
    padding-top: 150px;
  }
  .fv__left {
    margin-top: 35px;
    padding-left: calc(123 / 1366 * 100vw);
    padding-right: 0;
  }
  .fv__left h1 {
    font-size: calc(120 / 1366 * 100vw);
  }
  .fv__right {
    padding-right: calc(80 / 1366 * 100vw);
  }
  .fv-slide {
    width: calc(523 / 1366 * 100vw);
  }
  .fv-slide__swiper {
    height: auto;
  }
  .fv__scroll::after {
    height: 136px;
  }
  .about {
    padding-top: 60px;
  }
  .about__inner {
    max-width: 1366px;
  }
  .about__contents {
    display: grid;
    gap: 30px;
    grid-template-columns: 41.3616398243% 1fr;
  }
  .about__left {
    flex-direction: column;
    gap: 186px;
    max-width: 565px;
  }
  .about__left .about__img:nth-of-type(1) {
    height: 280px;
    margin-left: 5.3097345133%;
    width: 81.4159292035%;
  }
  .about__left .about__img:nth-of-type(2) {
    height: 380px;
    margin-bottom: 0;
    margin-top: 0;
    width: 49.5575221239%;
  }
  .about__right {
    align-items: flex-start;
    flex-direction: row;
    gap: 10px;
    margin-top: 123px;
  }
  .about__right .about__img {
    height: 280px;
    margin-inline: 0;
    max-width: 280px;
    max-width: 280px;
    width: 100%;
  }
  .about__text {
    margin-top: 8px;
    max-width: 400px;
    padding-inline: 0px;
  }
  .about__title {
    max-width: 363px;
  }
  .about__desc {
    gap: 20px;
    margin-top: 40px;
  }
  .about__textloop {
    bottom: 165px;
  }
  .about__textloop .bg-text {
    font-size: 200px;
  }
  .service {
    padding-block: 100px;
  }
  .service__contents {
    max-width: 1040px;
  }
  .service-section {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    padding-block: 80px;
  }
  .service-section__left {
    max-width: 422px;
  }
  .service-section__label {
    font-size: 32px;
    margin-top: 27px;
  }
  .service-section__record {
    margin-top: 35px;
  }
  .service-section__record-left {
    margin-right: auto;
  }
  .service-section__record-right {
    gap: 20px;
    padding-left: 70px;
    padding-right: 32px;
  }
  .service-section__btn {
    margin-top: 40px;
  }
  .service-section__right-img {
    height: auto;
    max-width: 538px;
  }
  .service-bottom {
    grid-template-columns: repeat(4, 1fr);
  }
  .company {
    padding-bottom: 78px;
    padding-top: 118px;
  }
  .company__left {
    max-width: 422px;
  }
  .company__desc {
    margin-top: 55px;
  }
  .company__right {
    height: 220px;
    margin-top: 22px;
    width: 220px;
  }
  .news {
    padding-top: 120px;
  }
  .news__contents {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1366px) {
  .about__contents {
    gap: 88px;
  }
  .about__right {
    gap: 33px;
  }
  .company__contents {
    max-width: 1040px;
    padding-right: 80px;
  }
}