@charset "utf-8";

.fv {
  position: relative;
}

.fv__swiper,
.fv__swiper-wrapper,
.fv__swiper-slide {
  position: relative;
}
.fv__swiper-wrapper {
  transition-timing-function: linear;
  align-items: flex-start;
}
.fv__swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 375 / 500;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fv__swiper-slide {
    aspect-ratio: 1366 / 765;
  }
}
.fv__swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 1366 / 765;
}
.fv__swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
background: #69B2E4;
opacity: 0.57;
pointer-events: none;
}


.fv__wrap {
  position: absolute;
  bottom: 49px;
  left: 20px;
  z-index:10;
}
@media screen and (min-width: 900px) {
  .fv__wrap {
    bottom: 110px;
  }
}
@media screen and (min-width: 1100px) {
  .fv__wrap {
    left: unset;
    right: calc(50% - 321px);
  }
}

.fv__title-en {
  margin-top: 30px;
  width: 90%;
}
@media screen and (min-width: 1100px) {
  .fv__title-en {
    margin-top: min(calc(111 / 1366 * 100vw), 111px);
    width: min(calc(904 / 1366 * 100vw), 904px);
  }
}

.top-about{
  margin-top: 80px !important;
}
@media screen and (min-width: 980px) {
  .top-about{
    margin-top: -57px !important;
  }
}

@media screen and (min-width: 1367px) {
  .top-about__inner {
    padding: 0 80px 0 172px;
  }
}
.top-about__wrap {
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 40px;
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 980px) {
  .top-about__wrap {
    flex-direction: row;
    align-items: center;
    padding: 20px 0;
  }
}
@media screen and (min-width: 1200px) {
   .top-about__wrap {
     padding: 0;
  gap: min(calc(174 / 1366 * 100vw), 174px);
  }
}
@media screen and (min-width: 1600px) {
  .top-about__wrap {
    justify-content: center;
  }
}


.top-about__images {
  padding: 50px 40px 50px 80px;
  border-radius: 20px 0px 0px 20px;
  background: linear-gradient(#0080d9 0%, #0465a8 100%);
  border: 1px solid #707070;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .top-about__images {
    padding: 88px 54px 100px 154px;
    gap: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .top-about__images {
    flex-grow: 1;
  }
}

.top-about__img1 {
  aspect-ratio: 442 / 425;
  width: min(100%, 442px);
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 980px) {
  .top-about__img1 {
    width: min(calc(442 / 1366 * 100vw), 442px);
  }
}
.top-about__img2 {
  margin-left: -40px;
  aspect-ratio: 465 / 452;
  width: min(100%, 465px);
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 980px) {
  .top-about__img2 {
    margin-left: -69px;
    width: min(calc(465 / 1366 * 100vw), 465px);
  }
}

.top-service.c1966.bg-lightblue {
  padding: 140px 0 440px 0 !important;
}
@media screen and (min-width: 1100px) {
  .top-service.c1966.bg-lightblue {
    padding: 240px 0 440px 0 !important;
  }
}

.top-service__head {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .top-service__head {
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
  }
}
.top-service__wrap {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  place-items: center;
  gap: 40px;
}
@media screen and (min-width: 1024px) {
  .top-service__wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: min(calc(60 / 1366 * 100vw), 60px);
  }
}

.top-service__item {
  border-radius: 10px;
  position: relative;
  aspect-ratio: 573 / 370;
  width: min(100%, 573px);
  height: auto;
  overflow: hidden;
}
.top-service__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url('../images/20250612161708817603.svg') center / contain no-repeat;
  width: 100%;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}
.top-service__item::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 10px;
  background: url('../images/icon-arrow-circle.svg') center / contain no-repeat;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 1100px) {
  .top-service__item::after {
    bottom: 30px;
    right: 30px;
    width: 49px;
    height: 49px;
  }
}
.top-service__item-newpage::after {
  background: url('../images/new-page.svg') center / contain no-repeat;
}

@media screen and (min-width: 1100px) {
  .top-service__item:nth-last-of-type(2),
  .top-service__item:last-of-type {
    aspect-ratio: 573 / 267;
    width: min(calc(573 / 1366 * 100vw), 573px);
  }
  .top-service__item:nth-last-of-type(2)::before,
  .top-service__item:last-of-type::before {
    left: -2px;
    background: url('../images/20250623174257556773.svg') center / contain no-repeat;
  }
}


.top-service__item img  {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.5s;
}
.top-service__item:hover img {
  scale: 1.1;
}

.top-service__item-text {
  z-index: 10;
}

.top-service__swiper,
.top-service__swiper-wrapper,
.top-service__swiper-slide {
  position: relative;
}
.top-service__swiper-wrapper {
  display: flex;
  transition-timing-function: linear;
  align-items: flex-start;
}
.top-service__swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  aspect-ratio: 470 / 540;
  max-width: 470px;
}
.top-service__swiper-slide img {
  aspect-ratio: 470 / 540;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-news__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
@media screen and (min-width: 1024px) {
  .top-news__wrap {
    flex-direction: row;
    gap: 134px;
  }
}
@media screen and (min-width: 1367px) {
  .top-news__wrap {
    margin-right: 0;
  }
}

.top-news__body {
  background: #fff;
  flex-grow: 1;
  border-radius: 10px;
  padding: 0 14px;
}