@charset "UTF-8";.fv {
  position: relative;
}

.fv-slide {
  position: relative;
  z-index: 1;
}

.fv-slide__swiper .swiper-slide {
  aspect-ratio: 1366/750;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.fv-slide__swiper .swiper-slide::after {
  background-color: #606060;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.fv__contents {
  bottom: 142px;
  left: 50%;
  padding-inline: 20px;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}

.fv__title {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.fv__title p {
  background-color: #fff;
  border-left: solid 6px #0075FF;
  border-radius: 0 0 10px 0;
  font-size: 24px;
  font-weight: bold;
  padding-block: 5px;
  padding-left: 26px;
  padding-right: 32px;
}

.fv__desc {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: calc(28 / 16);
  margin-top: 22px;
  text-align: center;
}

.features {
  background-image: url(../images/top_features_bg.png);
  background-position: left 200px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-inline: 20px;
}

.features__inner {
  margin-inline: auto;
  max-width: 1276px;
  padding-bottom: 600px;
  padding-top: 121px;
  position: relative;
}

.features__contents {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-inline: auto;
  min-height: 520px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}

.features__logo {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.features__logo img {
  aspect-ratio: 231/140;
  -o-object-fit: contain;
     object-fit: contain;
  width: 150px;
}
.features__logo p {
  color: #11589c;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: normal;
}

.features__label {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
.features__label p {
  border-bottom: dotted 3px #CCAE5D;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.8;
}

.features__desc {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: calc(25 / 13);
  margin-top: 40px;
  max-width: 418px;
}
.features__btn {
  margin-top: 30px;
}

.features__pict {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.features__pict img {
  border-radius: 5px;
  height: auto;
  overflow: hidden;
  position: absolute;
}
.features__pict img:nth-of-type(1), .features__pict img:nth-of-type(2) {
  aspect-ratio: 243/248;
  width: calc(85 / 375 * 100vw);
}
.features__pict img:nth-of-type(n + 3) {
  aspect-ratio: 176/179;
  width: calc(60 / 375 * 100vw);
}
.features__pict img:nth-of-type(1) {
  left: calc(25 / 375 * 100vw);
  top: 50px;
}
.features__pict img:nth-of-type(2) {
  right: calc(25 / 375 * 100vw);
  top: 50px;
}
.features__pict img:nth-of-type(3) {
  left: 0;
  top: calc(150 / 375 * 100vw);
}
.features__pict img:nth-of-type(4) {
  right: 0;
  top: calc(150 / 375 * 100vw);
}
.features__pict img:nth-of-type(5) {
  left: calc(10 / 375 * 100vw);
  top: 650px;
}
.features__pict img:nth-of-type(6) {
  right: calc(10 / 375 * 100vw);
  top: 650px;
}

.top-section-cycle {
  margin-top: -462px;
  overflow: hidden;
  padding-top: 80px;
  position: relative;
  width: 100%;
}
.top-section-cycle::after {
  aspect-ratio: 375/280;
  background-color: #0075FF;
  border-radius: 50%;
  content: "";
  height: auto;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 150%;
  z-index: 1;
}

.products__title .c-title {
  color: #fff;
}
.products__container {
  background-color: #0075FF;
  margin-top: 40px;
  padding-bottom: 550px;
  position: relative;
  z-index: 2;
}

.products__inner {
  margin-inline: auto;
  max-width: 1140px;
  padding-inline: 20px;
}

.products__boxs {
  display: grid;
  gap: 40px;
}

.products-box {
  background-color: #fff;
  border-left: 6px solid #CCAE5D;
  border-radius: 0 0 30px 0;
  overflow: hidden;
  padding: 30px 18px 20px 35px;
  position: relative;
}
.products-box.js-product__formatSet .products-box__img {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.products-box.js-product__formatSet:hover {
  opacity: 1;
}
.products-box.js-product__formatSet:hover .products-box__num,
.products-box.js-product__formatSet:hover .products-box__title,
.products-box.js-product__formatSet:hover .products-box__btn {
  color: #fff !important;
}
.products-box.js-product__formatSet:hover .products-box__desc {
  opacity: 0;
}
.products-box.js-product__formatSet:hover .products-box__img {
  opacity: 1;
}
.products-box.js-product__formatSet:hover .products-box__btn::after {
  background: url(../images/arrow_cycle_white.svg) no-repeat center/contain;
}
.products-box:nth-of-type(n + 4) {
  border-left: 6px solid #09CAEB;
}
.products-box:nth-of-type(n + 4) .products-box__num {
  color: #09CAEB;
}

.products-box__img {
  height: 200px;
  position: relative;
  width: 100%;
}
.products-box__img::after {
  background-image: linear-gradient(319deg, rgba(9, 202, 235, 0.7) 7%, rgba(204, 174, 93, 0.6) 87%);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.products-box__contents {
  position: relative;
  z-index: 2;
}

.products-box__num {
  color: #CCAE5D;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: calc(15 / 12);
  transition: color 0.3s ease;
}

.products-box__title {
  font-size: 20px;
  font-weight: bold;
  line-height: calc(27 / 20);
  margin-top: 14px;
  transition: color 0.3s ease;
}

.products-box__desc {
  border-top: 1px solid #eee;
  font-size: 14px;
  font-weight: normal;
  line-height: calc(22 / 14);
  margin-top: 28px;
  padding-top: 36px;
  transition: opacity 0.3s ease;
}

.products-box__btn {
  align-items: center;
  display: flex;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: normal;
  gap: 10px;
  justify-content: flex-end;
  transition: color 0.3s ease;
}
.products-box__btn::after {
  background: url(../images/arrow_cycle.svg) no-repeat center/contain;
  content: "";
  flex-shrink: 0;
  height: 36px;
  transition: background 0.3s ease;
  width: 36px;
}

.introduce.top-section-cycle::after {
  background-color: #f8f8f8;
  z-index: 3;
}

.introduce__title.c-top-title {
  z-index: 4;
}
.introduce__title.c-top-title .c-title {
  top: 59%;
}
.introduce__title .c-top-title__bg {
  aspect-ratio: 591/162;
  max-width: 591px;
}
.introduce__title .c-title__en {
  color: #0075FF;
}

.introduce__container {
  background-color: #f8f8f8;
  padding-bottom: 570px;
  position: relative;
  z-index: 4;
}

.introduce__inner {
  margin-inline: auto;
  max-width: 1140px;
  padding-inline: 20px;
}

.introduce__desc {
  font-size: 14px;
  font-weight: normal;
  line-height: calc(28 / 16);
  margin-top: 2px;
  padding-inline: 20px;
  position: relative;
  text-align: center;
  z-index: 5;
}

.introduce__boxs {
  -moz-column-gap: 10px;
       column-gap: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 60px;
  row-gap: 45px;
}

.introduce__box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.introduce__box img {
  border-radius: 5px;
  height: 120px;
  overflow: hidden;
  width: 100%;
}
.introduce__box p {
  border-left: 2px solid #0075FF;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding-left: 9px;
}
.company.top-section-cycle::after {
  background-color: #fff;
  z-index: 5;
}

.company__title.c-top-title {
  position: relative;
  z-index: 6;
}
.company__title.c-top-title .c-title {
  top: 63%;
}
.company__title .c-top-title__bg {
  aspect-ratio: 492/203;
  max-width: 492px;
}
.company__title .c-title__en {
  color: #0075FF;
}

.company__container {
  background-color: #fff;
  margin-top: 8px;
  padding-bottom: 108px;
  position: relative;
  z-index: 6;
}

.company__inner {
  margin-inline: auto;
  max-width: 960px;
  padding-inline: 20px;
}

.company__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.company__item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.company__head,
.company__body {
  font-size: 14px;
  padding-block: 15px;
}

.company__head {
  background-color: #f3f3f3;
  font-weight: bold;
  padding-inline: 20px;
  text-align: center;
}

.company__body {
  background-color: #f8f8f8;
  display: flex;
  flex-wrap: wrap;
  font-weight: normal;
  gap: 20px;
  justify-content: space-between;
  line-height: calc(22 / 15);
  padding-inline: 20px;
}
.company__body .company__body-map {
  aspect-ratio: 330/200;
  flex-shrink: 0;
  height: 200px;
  max-width: 330px;
  overflow: hidden;
  width: 100%;
}
.company__body .company__body-map > div {
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .fv__title p {
    font-size: 32px;
  }
  .features__inner {
    padding-bottom: 600px;
  }
  .features__contents {
    min-height: auto;
  }
  .features__label p {
    font-size: 26px;
  }
  .features__pict img:nth-of-type(1), .features__pict img:nth-of-type(2) {
    width: calc(243 / 1366 * 100vw);
  }
  .features__pict img:nth-of-type(n + 3) {
    width: calc(176 / 1366 * 100vw);
  }
  .features__pict img:nth-of-type(1) {
    left: calc(25 / 1366 * 100vw);
  }
  .features__pict img:nth-of-type(2) {
    right: calc(25 / 1366 * 100vw);
  }
  .features__pict img:nth-of-type(3) {
    top: 427px;
  }
  .features__pict img:nth-of-type(4) {
    top: 427px;
  }
  .features__pict img:nth-of-type(5) {
    left: calc(70 / 1366 * 100vw);
    top: 580px;
  }
  .features__pict img:nth-of-type(6) {
    right: calc(70 / 1366 * 100vw);
    top: 580px;
  }
  .products__boxs {
    -moz-column-gap: 30px;
         column-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 55px;
  }
  .introduce__desc {
    font-size: 16px;
  }
  .introduce__boxs {
    -moz-column-gap: 20px;
         column-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
  .introduce__box p {
    font-size: 16px;
  }
  .company__item {
    display: grid;
    gap: 10px;
    grid-template-columns: 200px auto;
  }
}
@media (min-width: 1024px) {
  .fv-slide__swiper .swiper-slide {
    height: 750px;
  }
  .features__logo img {
    width: 231px;
  }
  .features__logo p {
    font-size: 20px;
  }
  .features__label {
    margin-top: 50px;
  }
  .features__pict img:nth-of-type(5) {
    left: calc(193 / 1366 * 100vw);
    top: 535px;
  }
  .features__pict img:nth-of-type(6) {
    right: calc(193 / 1366 * 100vw);
    top: 535px;
  }
  .top-section-cycle::after {
    aspect-ratio: 1701/972;
    width: 124.5241581259%;
  }
  .products__container {
    margin-top: 18px;
  }
  .products__boxs {
    grid-template-columns: repeat(3, 1fr);
  }
  .introduce__boxs {
    grid-template-columns: repeat(4, 1fr);
  }
  .introduce__box img {
    height: 180px;
  }
  .company.top-section-cycle {
    padding-top: 66px;
  }
  .company__head,
  .company__body {
    font-size: 15px;
    padding-block: 28px;
  }
  .company__body {
    padding-inline: 36px 20px;
  }
}
@media (min-width: 1366px) {
  .features__pict img:nth-of-type(1), .features__pict img:nth-of-type(2) {
    width: 243px;
  }
  .features__pict img:nth-of-type(n + 3) {
    width: 176px;
  }
  .features__pict img:nth-of-type(1) {
    left: 25px;
  }
  .features__pict img:nth-of-type(2) {
    right: 25px;
  }
  .features__pict img:nth-of-type(5) {
    left: 193px;
  }
  .features__pict img:nth-of-type(6) {
    right: 193px;
  }
  .products__boxs {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .introduce__boxs {
    -moz-column-gap: 33px;
         column-gap: 33px;
    row-gap: 65px;
  }
}