.main {
  position: relative;
  z-index: 2;
}

.wrap-bgWhite {
  background-color: #fff;
  position: relative;
  z-index: 4;
}

.bg-slide {
  left: 0px;
  top: 71px;
  width: 100%;
  z-index: 1;
}
.bg-slide .bg-slide__slide:after {
  background-color: rgba(5, 79, 144, 0.56);
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.bg-slide .swiper-wrapper {
  width: 100%;
}
.bg-slide .swiper-slide {
  aspect-ratio: 1366/1073;
  width: 100%;
}

.top-fv {
  background: white;
  height: 100%;
  min-height: 410px;
  overflow: hidden;
  padding-top: 71px;
  position: relative;
  z-index: 2;
}

.top-fv__contents {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  max-width: 1202px;
  padding-bottom: 150px;
  padding-inline: 20px;
  padding-top: 71px;
}

.top-fv__title {
  align-items: center;
  display: flex;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.top-fv__title p:nth-of-type(1) {
  background-color: #0059a9;
  border-radius: 10px;
  color: white;
}
.top-fv__desc {
  color: #454545;
  font-size: 17px;
  font-weight: 500;
  line-height: calc(35 / 17);
  margin-top: 19px;
  max-width: 431px;
}

.top-fv__notes {
  color: #818181;
  font-size: 12px;
  font-weight: 500;
  line-height: calc(35 / 12);
  margin-top: 5px;
}

.top-fv__bg {
  align-items: flex-end;
  bottom: -7px;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: -15px;
}
.top-fv__bg p {
  font-family: "Lato", sans-serif;
  letter-spacing: normal;
  line-height: 1;
}

.top-fv__bg-top {
  -webkit-text-stroke: 1px #898989;
  align-items: baseline;
  color: transparent;
  display: flex;
  font-size: 95px;
  font-weight: bold;
  margin-bottom: -10px;
}
.top-fv__bg-top p:nth-of-type(2) {
  -webkit-text-stroke: 1px #ed1a25;
}
.top-fv__bg-top p:nth-of-type(n + 5) {
  -webkit-text-stroke: 1px #025ba7;
}

.top-fv__bg-bottom {
  -webkit-text-stroke: 1px #89898a;
  color: transparent;
  font-size: 38px;
  font-weight: bold;
  padding-right: 16px;
}

.top-about {
  color: #fff;
  padding-block: 100px;
  padding-inline: 20px;
  position: relative;
  z-index: 3;
}
.top-about .c-btn-cycle {
  margin-top: 60px;
}

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

.top-about__contents {
  display: flex;
  flex-direction: column;
}

.top-about__label {
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: calc(45 / 24);
  margin-top: 29px;
}

.top-about__desc {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 36px;
  max-width: 431px;
}
.top-about__desc p {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(32 / 16);
}

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

.top-news-info__inner {
  margin-inline: auto;
  max-width: 1165px;
  width: 100%;
}

.top-news-info__box {
  background-color: #fff;
  border: solid 1px #d6d6d6;
  border-radius: 10px;
  display: grid;
  grid-template-columns: auto 40px;
  overflow: hidden;
}

.top-news-info__contents {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding: 10px 10px;
}

.top-news-info__title {
  color: #025ba8;
  flex-shrink: 0;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
  width: 100%;
}

.top-news-info__data {
  border-top: solid 1px #e2e2e2;
  padding-top: 10px;
  width: 100%;
}

.top-news-info__more {
  align-items: center;
  background-color: #025ba7;
  color: #fff;
  display: flex;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: bold;
  justify-content: center;
  text-orientation: upright;
  writing-mode: vertical-rl;
}
.top-news-info__more:hover {
  color: #fff;
}
.top-news-info__more p {
  color: #fff;
}

.top-service {
  margin-inline: auto;
  overflow: hidden;
  padding-bottom: 100px;
  padding-inline: 20px;
  width: 100%;
}

.top-service-slide__slide {
  margin-top: 52px;
}
.top-service-slide__bottom {
  align-items: center;
  display: flex;
  margin-top: 40px;
}

.top-solution {
  padding-inline: 20px;
  position: relative;
}
.top-solution::after {
  background-color: #eff7fd;
  content: "";
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 97%;
  z-index: 1;
}

.top-solution__inner {
  margin-inline: auto;
  max-width: 900px;
  padding-bottom: 82px;
  padding-top: 90px;
  position: relative;
  z-index: 2;
}

.top-solution__contents {
  position: relative;
}
.top-solution__contents .c-section-label {
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  max-width: 431px;
}

.top-solution__pict {
  aspect-ratio: 305/156;
  max-width: 304px;
  position: absolute;
  right: 20px;
  top: -100px;
  width: 30%;
}
.top-solution__pict img {
  -o-object-fit: contain;
     object-fit: contain;
}

.top-solution__boxs {
  margin-top: 33px;
}

.top-solution__btn {
  margin-top: 50px;
}
.top-solution__btn .c-btn-cycle {
  margin-left: auto;
}
.top-works {
  margin-inline: auto;
  overflow: hidden;
  padding-inline: 20px;
  padding-top: 80px;
  width: 100%;
}

.top-work__slide {
  margin-top: 50px;
  position: relative;
}
.top-work__slide-bottom {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 30px;
}
.top-work__slide-bottom .swiper-button-prev::after,
.top-work__slide-bottom .swiper-button-next::after {
  content: "";
}
.top-work__slide-bottom .swiper-button-prev,
.top-work__slide-bottom .swiper-button-next {
  aspect-ratio: 1/1;
  background-image: url(../images/slide_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 45px;
  position: relative;
  width: 45px;
}
.top-work__slide-bottom .swiper-button-next {
  transform: scale(-1, 1);
}

.top-works__btn {
  margin-top: 40px;
}
.top-works__btn .c-btn-cycle {
  margin-left: auto;
}

.top-company {
  margin-top: 100px;
  position: relative;
}

.top-company__contents {
  align-items: center;
  background-color: #fff;
  display: flex;
  padding-inline: 10px;
}
.top-company__contents .c-section-label {
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}

.top-company__wrap {
  width: 100%;
}

.top-company__btn {
  margin-top: 24px;
}
.top-company__slide {
  margin-top: 40px;
}
.top-company__slide .swiper-slide {
  aspect-ratio: 440/530;
  border-radius: 5px;
  max-height: 530px;
  overflow: hidden;
}

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

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

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

.top-news__left {
  flex-shrink: 0;
  width: 100%;
}
.top-news__btn {
  margin-top: 20px;
}
.top-news__btn .c-btn-cycle {
  margin-left: auto;
}
.top-news__right {
  max-width: 870px;
  width: 100%;
}

.top-insta {
  padding-bottom: 100px;
  padding-inline: 20px;
  padding-top: 100px;
}

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

.top-insta__data {
  margin-top: 40px;
}

@media (min-width: 1024px) {
  .bg-slide {
    top: 80px;
  }
  .top-fv {
    padding-top: 80px;
  }
  .top-fv__contents {
    padding-bottom: 40px;
  }
  .top-fv__bg-top {
    font-size: 173px;
    margin-bottom: -16px;
  }
  .top-fv__bg-bottom {
    font-size: 53px;
  }
  .top-about {
    padding-bottom: 120px;
    padding-top: 119px;
  }
  .top-news-info {
    padding-bottom: 130px;
    padding-top: 90px;
  }
  .top-news-info__box {
    grid-template-columns: auto 165px;
  }
  .top-news-info__contents {
    align-items: center;
    flex-direction: row;
    padding-block: 14px 8px;
  }
  .top-news-info__title {
    padding-bottom: 0px;
    text-align: center;
    width: 105px;
  }
  .top-news-info__data {
    border-left: solid 1px #e2e2e2;
    border-top: solid 0px #e2e2e2;
    padding-block: 6px;
    padding-left: 55px;
  }
  .top-news-info__more {
    text-orientation: initial;
    writing-mode: unset;
  }
  .top-service {
    padding-bottom: 137px;
  }
  .top-service__inner {
    margin-left: calc(80 / 1366 * 100vw);
  }
  .top-service-slide__slide.swiper {
    overflow: visible;
    padding-right: 80px;
  }
  .top-solution::after {
    width: 95.3879941435%;
  }
  .top-solution__contents .c-section-label {
    gap: 30px;
  }
  .top-solution__pict {
    position: absolute;
    right: calc(-65 / 1366 * 100vw);
    top: 0;
    width: 304px;
  }
  .top-solution__btn .c-btn-cycle {
    margin-left: 0;
  }
  .top-works {
    padding-top: 123px;
  }
  .top-works__inner {
    margin-left: calc(80 / 1366 * 100vw);
  }
  .top-work__slide.swiper {
    overflow: visible;
    padding-right: 80px;
  }
  .top-work__slide-bottom {
    gap: 0px;
    justify-content: flex-start;
    margin-top: 0;
    position: absolute;
    right: 80px;
    top: -90px;
  }
  .top-works__btn .c-btn-cycle {
    margin-left: 0;
  }
  .top-company {
    margin-top: 150px;
  }
  .top-company__contents {
    height: 100%;
    justify-content: center;
    max-width: 500px;
    position: absolute;
    right: 159px;
    top: 0;
    width: 100%;
    z-index: 5;
  }
  .top-company__contents .c-section-label {
    gap: 27px;
  }
  .top-company__wrap {
    max-width: 340px;
  }
  .top-company__slide {
    margin-top: 0;
  }
  .top-news {
    padding-top: 133px;
  }
  .top-news__contents {
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
  }
  .top-news__left {
    max-width: 270px;
  }
  .top-news__btn {
    margin-top: 62px;
  }
  .top-news__btn .c-btn-cycle {
    margin-left: 0;
  }
  .top-news__right {
    margin-top: 40px;
  }
  .top-insta {
    padding-bottom: 160px;
    padding-top: 120px;
  }
  .top-insta__data {
    margin-top: 66px;
  }
}

@media (min-width: 1366px) {
  .top-service__inner {
    margin-left: 80px;
  }
  .top-solution__pict {
    right: -65px;
  }
  .top-works__inner {
    margin-left: 80px;
  }
  .top-company__contents {
    right: 11.6398243045vw;
  }
}