.top__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  aspect-ratio: 1440/800;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top__header #particles-js {
  position: absolute;
  height: 80%;
  width: 65%;
  right: 0;
  bottom: 0;
  margin-block: auto;
}
@media (max-width: 768px) {
  .top__header #particles-js {
    width: 80%;
    top: 0;
    bottom: unset;
  }
}
.top__header .header__content {
  padding-inline: 7.5rem;
  line-height: 1;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .top__header .header__content {
    padding-inline: 15px;
  }
}
.top__header .header__content h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 5.75rem;
  color: #000a02;
  -webkit-margin-after: 2rem;
          margin-block-end: 2rem;
  letter-spacing: -2px;
  word-spacing: -10px;
}
@media (max-width: 768px) {
  .top__header .header__content h1 {
    font-size: 43px;
  }
}
.top__header .header__content h1 span {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(55%, #000a02), to(#55989e));
  background: linear-gradient(to bottom right, #000a02 55%, #55989e 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-size: 7.5rem;
}
@media (max-width: 768px) {
  .top__header .header__content h1 span {
    font-size: 59px;
  }
}
.top__header .header__content h3 {
  font-size: 2.25rem;
  -webkit-margin-after: 2.0625rem;
          margin-block-end: 2.0625rem;
  color: #000a02;
}
@media (max-width: 768px) {
  .top__header .header__content h3 {
    font-size: 23px;
    margin-top: 24px;
  }
}
.top__header .header__content .paragraphs__container {
  font-size: 1.125rem;
  -webkit-margin-after: 2.8125rem;
          margin-block-end: 2.8125rem;
}
@media (max-width: 768px) {
  .top__header .header__content .paragraphs__container {
    font-size: 15px;
    margin-top: 16px;
  }
}
.top__header .header__content .paragraphs__container p:first-child {
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}
.top__header .header__content .buttons__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .top__header .header__content .buttons__container {
    gap: 5px;
  }
}
.top__header .header__content .buttons__container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1.5rem;
  width: 13.75rem;
  height: 3.25rem;
  background-color: #000a02;
}
@media (max-width: 768px) {
  .top__header .header__content .buttons__container a {
    max-width: 160px;
    font-size: 14px;
    gap: 0.75rem;
  }
}
.top__header .header__content .buttons__container a:hover {
  background-color: #1e3638;
}

main {
  padding-inline: 0;
  -webkit-padding-before: 6rem;
          padding-block-start: 6rem;
}

.top__section__1 {
  margin-inline: 4rem 3.5rem;
  -webkit-margin-after: 8rem;
          margin-block-end: 8rem;
}
@media (max-width: 768px) {
  .top__section__1 {
    margin-inline: 0;
    margin-bottom: 88px;
  }
}
.top__section__1 .container__1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: rgba(229, 230, 230, 0.5);
  padding-block: 3.5rem 2.75rem;
  padding-inline: 4rem 3.5rem;
  border-radius: 1.875rem;
  -webkit-margin-after: 10.625rem;
          margin-block-end: 10.625rem;
  position: relative;
}
@media (max-width: 768px) {
  .top__section__1 .container__1 {
    padding-inline: 20px;
    -webkit-margin-after: 4rem;
            margin-block-end: 4rem;
  }
}
.top__section__1 .container__1 .left {
  line-height: 1;
}
.top__section__1 .container__1 .left h5 {
  font-weight: 400;
  font-size: 0.875rem;
  -webkit-margin-after: 0.5rem;
          margin-block-end: 0.5rem;
}
.top__section__1 .container__1 .left h5 span {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}
.top__section__1 .container__1 .left h5::before {
  width: 0.5rem;
}
.top__section__1 .container__1 .left h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  letter-spacing: -0.125rem;
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
}
.top__section__1 .container__1 .left p {
  line-height: 1.5;
  -webkit-margin-after: 3.75rem;
          margin-block-end: 3.75rem;
  max-width: 480px;
}
@media (max-width: 768px) {
  .top__section__1 .container__1 .left p {
    margin-bottom: 35px;
  }
}
.top__section__1 .container__1 .left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1.5rem;
  width: 14.75rem;
  height: 3rem;
  background-color: #000a02;
}
@media (max-width: 768px) {
  .top__section__1 .container__1 .left a {
    margin-inline: auto;
    margin-top: 30px;
    gap: 0.75rem;
  }
}
.top__section__1 .container__1 .left a:hover {
  background-color: #1e3638;
}
.top__section__1 .container__1 .left a::after {
  background-color: #404040;
}
.top__section__1 .container__1 .left a .arr-animate {
  width: 2.375rem;
}
.top__section__1 .container__1 .left .right-sp {
  display: none;
}
@media (max-width: 768px) {
  .top__section__1 .container__1 .left .right-sp {
    display: block;
    width: calc(100% + 40px);
    margin-inline: -20px;
  }
}
.top__section__1 .container__1 .right {
  max-width: clamp(300px, 45.2vw, 652px);
  height: 23rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .top__section__1 .container__1 .right {
    display: none;
  }
}
.top__section__1 .container__1 .right img {
  -webkit-transform: translate(-4rem, 2.75rem);
          transform: translate(-4rem, 2.75rem);
}
.top__section__1 .container__1 .right::before, .top__section__1 .container__1 .right::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  right: 0;
  border-radius: 0.3125rem;
}
.top__section__1 .container__1 .right::before {
  width: 6.75rem;
  height: 8.3125rem;
  background-color: rgba(0, 10, 2, 0.1);
  -webkit-transform: translate(calc(-100% + 1.5rem), calc(100% + 1rem));
          transform: translate(calc(-100% + 1.5rem), calc(100% + 1rem));
}
.top__section__1 .container__1 .right::after {
  width: 5.5625rem;
  height: 6.875rem;
  background-color: rgba(182, 179, 197, 0.17);
  -webkit-transform: translate(-0.75rem, calc(200% - 0.5rem));
          transform: translate(-0.75rem, calc(200% - 0.5rem));
}
.top__section__1 .container__2 {
  margin-inline: 3.5rem 4rem;
}
@media (max-width: 768px) {
  .top__section__1 .container__2 {
    margin-inline: 0;
    padding-inline: 20px;
  }
}
.top__section__1 .container__2 h5 {
  font-size: 1.25rem;
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}
.top__section__1 .container__2 h5::before {
  width: 0.5rem;
}
.top__section__1 .container__2 p {
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
}
.top__section__1 .container__2 .column__3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media (max-width: 768px) {
  .top__section__1 .container__2 .column__3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .top__section__1 .container__2 .column__3 {
    row-gap: 24px;
  }
}
.top__section__1 .container__2 .column__3 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 22.375rem;
  gap: 20px;
  padding-block: 40px;
  border-radius: 1.25rem;
  border: 3px solid #f0efef;
}
.top__section__1 .container__2 .column__3 .item:nth-of-type(1) .image__container {
  width: 9.1875rem;
  -webkit-margin-after: 2rem;
          margin-block-end: 2rem;
}
.top__section__1 .container__2 .column__3 .item:nth-of-type(2) .image__container {
  width: 9.875rem;
  -webkit-margin-after: 2rem;
          margin-block-end: 2rem;
}
.top__section__1 .container__2 .column__3 .item:nth-of-type(3) .image__container {
  width: 13.3125rem;
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
}
.top__section__1 .container__2 .column__3 .item h3 {
  font-size: 1.25rem;
  position: relative;
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}
@media (max-width: 768px) {
  .top__section__1 .container__2 .column__3 .item h3 {
    font-size: 18px;
  }
}
.top__section__1 .container__2 .column__3 .item h3::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  aspect-ratio: 1/1;
  background: url(../img/top/check__img.png);
  background-size: contain;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.top__section__1 .container__2 .column__3 .item p {
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .top__section__1 .container__2 .column__3 .item p {
    font-size: 15px;
  }
}

.top__section__2 {
  width: calc(100% - 2.5rem);
  margin-inline: auto;
  padding: 4.5rem 6.25rem;
  -webkit-margin-after: 6rem;
          margin-block-end: 6rem;
  border-radius: 1.25rem;
  background: linear-gradient(180deg, #000A02 15.93%, #0F201D 74.04%, #1E3638 100%);
}
@media (max-width: 768px) {
  .top__section__2 {
    padding-inline: 20px;
  }
}
.top__section__2 .header__container {
  color: #fff;
}
.top__section__2 .header__container h5 {
  -webkit-margin-after: 0.5rem;
          margin-block-end: 0.5rem;
}
.top__section__2 .header__container h5 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.top__section__2 .header__container h5::before {
  width: 0.5rem;
  background-color: #fff;
}
.top__section__2 .header__container > h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: -0.02em;
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
}
.top__section__2 .header__container h4 {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}
.top__section__2 .header__container h4 span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.top__section__2 .header__container p {
  line-height: 1.5;
}
.top__section__2 .orbit__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 75rem;
  height: 38rem;
  position: relative;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .top__section__2 .orbit__container {
    height: auto;
  }
}
.top__section__2 .orbit__container .orbit__sp-img {
  max-width: 500px;
}
.top__section__2 .orbit__container .oval-orbit {
  width: 52.64375rem;
  height: 22.25rem;
  border: 2px solid #fff;
  border-radius: 50%;
  rotate: -15.55deg;
  position: relative;
}
@media (max-width: 768px) {
  .top__section__2 .orbit__container .oval-orbit {
    width: 212px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top__section__2 .orbit__container .oval-orbit > img {
  inset: 0;
  margin: auto;
  position: absolute;
  width: 19.625rem;
  aspect-ratio: 1/1;
  rotate: 15.55deg;
}
.top__section__2 .orbit__container .oval-orbit .circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  rotate: 15.55deg;
  width: 12.875rem;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  color: #000a02;
  text-align: center;
}
.top__section__2 .orbit__container .oval-orbit .circle span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  top: 1rem;
  left: 0;
  background-color: #1e3638;
  color: #fff;
  width: 3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.6875rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.top__section__2 .orbit__container .oval-orbit .circle img {
  width: 2.6875rem;
  aspect-ratio: 1/1;
  -webkit-margin-after: 0.9375rem;
          margin-block-end: 0.9375rem;
}
.top__section__2 .orbit__container .oval-orbit .circle h3 {
  font-size: 1.25rem;
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}
.top__section__2 .orbit__container .oval-orbit .circle p {
  line-height: 1.5;
}
.top__section__2 .orbit__container .oval-orbit .circle:nth-of-type(1) {
  top: -5rem;
  right: 5rem;
}
.top__section__2 .orbit__container .oval-orbit .circle:nth-of-type(2) {
  bottom: -6.25rem;
  right: 3.75rem;
}
.top__section__2 .orbit__container .oval-orbit .circle:nth-of-type(3) {
  bottom: -5.625rem;
  left: 7.1875rem;
}
.top__section__2 .orbit__container .oval-orbit .circle:nth-of-type(4) {
  top: -7.1875rem;
  left: 7.8125rem;
}
.top__section__2 .orbit__container .oval-orbit .circle:nth-of-type(4) img {
  width: 3.73125rem;
  height: 2.3125rem;
}

.top__section__3 {
  -webkit-margin-after: 13rem;
          margin-block-end: 13rem;
}
@media (max-width: 768px) {
  .top__section__3 {
    margin-bottom: 100px;
  }
}
.top__section__3 .header__container {
  padding-inline: 7.5rem;
  -webkit-margin-after: 3rem;
          margin-block-end: 3rem;
}
@media (max-width: 768px) {
  .top__section__3 .header__container {
    padding-inline: 20px;
  }
}
.top__section__3 .header__container h5 {
  font-size: 0.875rem;
  line-height: 1;
  gap: 3px;
  -webkit-margin-after: 0.5rem;
          margin-block-end: 0.5rem;
}
.top__section__3 .header__container h5::before {
  width: 0.5rem;
  background: #1e3638;
}
.top__section__3 .header__container h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: -0.125rem;
  -webkit-margin-after: 3rem;
          margin-block-end: 3rem;
}
.top__section__3 .sliders .slider__container {
  height: 7.625rem;
}
.top__section__3 .sliders .slider__container .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.top__section__3 .sliders .slider__container:first-of-type {
  -webkit-margin-after: 4rem;
          margin-block-end: 4rem;
}
.top__section__3 .sliders .slider__container:first-of-type .splide__slide:nth-of-type(1) {
  width: 16rem;
  height: 3.75rem;
}
.top__section__3 .sliders .slider__container:first-of-type .splide__slide:nth-of-type(2) {
  width: 10.4375rem;
  height: 6.125rem;
}
.top__section__3 .sliders .slider__container:first-of-type .splide__slide:nth-of-type(3) {
  width: 15.25rem;
  height: 7.625rem;
}
.top__section__3 .sliders .slider__container:first-of-type .splide__slide:nth-of-type(4) {
  width: 12.7164173126rem;
  height: 4.4375rem;
}
.top__section__3 .sliders .slider__container:first-of-type .splide__slide:nth-of-type(5) {
  width: 6.75rem;
  height: 4.5rem;
}
.top__section__3 .sliders .slider__container:first-of-type .splide__slide:nth-of-type(6) {
  width: 15.5625rem;
  height: 3.8582029343rem;
}
.top__section__3 .sliders .slider__container:last-of-type .splide__slide:nth-of-type(1) {
  width: 7.625rem;
  height: 7.625rem;
}
.top__section__3 .sliders .slider__container:last-of-type .splide__slide:nth-of-type(2) {
  width: 7.625rem;
  height: 7.625rem;
}
.top__section__3 .sliders .slider__container:last-of-type .splide__slide:nth-of-type(3) {
  width: 7.625rem;
  height: 7.625rem;
}
.top__section__3 .sliders .slider__container:last-of-type .splide__slide:nth-of-type(4) {
  width: 7.625rem;
  height: 7.625rem;
}
.top__section__3 .sliders .slider__container:last-of-type .splide__slide:nth-of-type(5) {
  width: 7.625rem;
  height: 7.625rem;
}
.top__section__3 .sliders .slider__container:last-of-type .splide__slide:nth-of-type(6) {
  width: 7.625rem;
  height: 7.625rem;
}
.top__section__3 .sliders .slider__container:last-of-type .splide__slide:nth-of-type(7) {
  width: 7.625rem;
  height: 7.625rem;
}

.top__section__4 {
  -webkit-margin-after: 6rem;
          margin-block-end: 6rem;
}
.top__section__4 .header__container {
  padding-inline: 7.5rem;
  -webkit-margin-after: 3rem;
          margin-block-end: 3rem;
}
@media (max-width: 768px) {
  .top__section__4 .header__container {
    padding-inline: 20px;
  }
}
.top__section__4 .header__container h5 {
  font-size: 0.875rem;
  line-height: 1;
  gap: 3px;
  -webkit-margin-after: 0.5rem;
          margin-block-end: 0.5rem;
}
.top__section__4 .header__container h5 span {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}
.top__section__4 .header__container h5::before {
  width: 0.5rem;
  background: #1e3638;
}
.top__section__4 .header__container h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: -0.02em;
  -webkit-margin-after: 1.5rem;
          margin-block-end: 1.5rem;
}
.top__section__4 .header__container p {
  font-weight: 700;
  line-height: 1.5;
}
.top__section__4 .services .service_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-block: 108px;
  background-size: cover;
  padding-inline: 7.5rem;
}
@media (max-width: 768px) {
  .top__section__4 .services .service_item {
    padding-inline: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-block: 64px;
  }
}
.top__section__4 .services .service_item:nth-of-type(1) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.66)), to(rgba(0, 0, 0, 0.66))), url(../img/top/services_bg-1.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66)), url(../img/top/services_bg-1.jpg);
  background-position: center top 30%;
}
.top__section__4 .services .service_item:nth-of-type(2) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.66)), to(rgba(0, 0, 0, 0.66))), url(../img/top/services_bg-2.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66)), url(../img/top/services_bg-2.jpg);
  background-position: center;
}
.top__section__4 .services .service_item:nth-of-type(3) {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.top__section__4 .services .service_item:nth-of-type(3)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.66)), to(rgba(0, 0, 0, 0.66))), url(../img/top/services_bg-3.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66)), url(../img/top/services_bg-3.jpg);
  background-size: cover;
  background-position: center bottom 20%;
  background-repeat: no-repeat;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.top__section__4 .services .service_item:nth-of-type(4) {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.66)), to(rgba(0, 0, 0, 0.66))), url(../img/top/services_bg-4.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66)), url(../img/top/services_bg-4.jpg);
  background-position: center top 35%;
}
.top__section__4 .services .service_item .left {
  color: #fff;
}
.top__section__4 .services .service_item .left .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
}
.top__section__4 .services .service_item .left .header > p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2rem;
}
.top__section__4 .services .service_item .left .header .title p {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.8;
  -webkit-margin-after: 2px;
          margin-block-end: 2px;
}
@media (max-width: 768px) {
  .top__section__4 .services .service_item .left .header .title p {
    font-size: 15px;
  }
}
.top__section__4 .services .service_item .left .header .title h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (max-width: 768px) {
  .top__section__4 .services .service_item .left .header .title h3 {
    font-size: 24px;
  }
}
.top__section__4 .services .service_item .left .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0.5rem;
}
.top__section__4 .services .service_item .left .body p {
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .top__section__4 .services .service_item .right {
    margin-top: 24px;
  }
}
.top__section__4 .services .service_item .right table {
  text-align: center;
  border-collapse: separate;
  border-spacing: 0.25rem;
  -webkit-margin-after: 2rem;
          margin-block-end: 2rem;
}
.top__section__4 .services .service_item .right table td {
  background-color: #fff;
  width: 15.375rem;
  height: 2.875rem;
  vertical-align: middle;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation: td-animation-grow 0.3s;
          animation: td-animation-grow 0.3s;
}
.top__section__4 .services .service_item .right table td:hover {
  background-color: #1e3638;
  color: #fff;
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
  -webkit-animation: td-animation-shrink 0.3s;
          animation: td-animation-shrink 0.3s;
}
@-webkit-keyframes td-animation-shrink {
  0% {
    outline: 1px solid white;
    outline-offset: 0;
  }
  100% {
    outline: 1px solid rgba(255, 255, 255, 0);
    outline-offset: -0.75rem;
  }
}
@keyframes td-animation-shrink {
  0% {
    outline: 1px solid white;
    outline-offset: 0;
  }
  100% {
    outline: 1px solid rgba(255, 255, 255, 0);
    outline-offset: -0.75rem;
  }
}
@-webkit-keyframes td-animation-grow {
  0% {
    outline: 1px solid white;
    outline-offset: -0.75rem;
  }
  100% {
    outline: 1px solid rgba(255, 255, 255, 0);
    outline-offset: 0;
  }
}
@keyframes td-animation-grow {
  0% {
    outline: 1px solid white;
    outline-offset: -0.75rem;
  }
  100% {
    outline: 1px solid rgba(255, 255, 255, 0);
    outline-offset: 0;
  }
}
.top__section__4 .services .service_item .right .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .top__section__4 .services .service_item .right .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.top__section__4 .services .service_item .right .buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0.75rem;
  height: 3rem;
}
@media (max-width: 768px) {
  .top__section__4 .services .service_item .right .buttons a {
    width: 100%;
    gap: 1rem;
  }
}
.top__section__4 .services .service_item .right .buttons a::after {
  background-color: #fff;
  color: #1e3638;
}
.top__section__4 .services .service_item .right .buttons a .arr-animate {
  width: 2.125rem;
  background-color: #fff;
  color: #1e3638;
}
.top__section__4 .services .service_item .right .buttons a:hover {
  background-color: #000a02;
}
.top__section__4 .services .service_item .right .buttons a:hover .arr-animate {
  background-color: #1e3638;
  color: #fff;
}

.top__section__5 {
  background-color: #fff;
  -webkit-margin-after: 6rem;
          margin-block-end: 6rem;
}
.top__section__5 .header__container {
  padding-inline: 7.5rem;
  -webkit-margin-after: 3rem;
          margin-block-end: 3rem;
}
@media (max-width: 1000px) {
  .top__section__5 .header__container {
    padding-inline: 20px;
  }
}
.top__section__5 .header__container h5 {
  font-size: 0.875rem;
  line-height: 1;
  gap: 3px;
  -webkit-margin-after: 0.5rem;
          margin-block-end: 0.5rem;
}
.top__section__5 .header__container h5 span {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
}
.top__section__5 .header__container h5::before {
  width: 0.5rem;
  background: #43797e;
}
.top__section__5 .header__container h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: -0.02em;
  -webkit-margin-after: 1.5rem;
          margin-block-end: 1.5rem;
}
.top__section__5 .header__container h4 {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 1.5rem;
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}
.top__section__5 .header__container p {
  font-weight: 700;
  line-height: 1.5;
}
.top__section__5 .buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .top__section__5 .buttons a {
    gap: 1rem;
  }
}
.top__section__5 .buttons a .arr-animate {
  width: 2.375rem;
}
.top__section__5 .buttons a:hover {
  background-color: #1e3638;
}

.p-top-works__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 120px;
}
@media (max-width: 1000px) {
  .p-top-works__inner {
    padding-inline: 15px;
  }
}
.p-top-works__slider-container {
  position: relative;
  margin-top: 68px;
}
@media (max-width: 1000px) {
  .p-top-works__slider-container {
    margin-top: 92px;
  }
}

.works-slider__controls {
  position: absolute;
  top: -100px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  z-index: 10;
}
@media (max-width: 1000px) {
  .works-slider__controls {
    top: -60px;
  }
}

.works-slider__controls button {
  width: 66px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 1000px) {
  .works-slider__controls button {
    width: 44px;
  }
}

.works-slider-counter {
  min-width: 50px;
  color: #1e3638;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.36px;
}

.top__section__6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-inline: 7.5rem;
  position: relative;
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .top__section__6 {
    padding-top: 100px;
    padding-bottom: 150px;
    padding-inline: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: rgba(229, 230, 230, 0.5);
    border-radius: 10px;
    margin-inline: 10px;
  }
}
.top__section__6 * {
  position: relative;
  z-index: 2;
}
.top__section__6 .gray_bg {
  background-color: #e5e6e6;
  width: 78%;
  height: 86%;
  border-radius: 1.875rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(24%);
          transform: translateY(24%);
}
@media (max-width: 768px) {
  .top__section__6 .gray_bg {
    width: 100%;
    display: none;
  }
}
.top__section__6 .p-top-message__btn-sp {
  margin-top: 30px;
  margin-inline: auto;
}
.top__section__6 .p-top-message__btn-sp a {
  width: 227px;
  background-color: black;
  font-size: 16px;
  padding-block: 5px;
}
.top__section__6 .header__container h5 {
  font-size: 0.875rem;
  line-height: 1;
  gap: 3px;
  -webkit-margin-after: 0.5rem;
          margin-block-end: 0.5rem;
}
.top__section__6 .header__container h5::before {
  width: 0.5rem;
  background: #43797e;
}
.top__section__6 .header__container h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: -0.02em;
  -webkit-margin-after: 1.5rem;
          margin-block-end: 1.5rem;
}
.top__section__6 .header__container h4 {
  font-size: 1.5rem;
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
}
.top__section__6 .header__container .paragraphs_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1rem;
  line-height: 1.5;
  -webkit-margin-after: 3.75rem;
          margin-block-end: 3.75rem;
}
@media (max-width: 768px) {
  .top__section__6 .header__container .paragraphs_container {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.top__section__6 .header__container a {
  width: 14.75rem;
  height: 3rem;
  background: #000a02;
}
.top__section__6 .header__container a::after {
  background-color: #404040;
}
.top__section__6 .image__container {
  max-width: 24.3125rem;
  z-index: 2;
}
@media (max-width: 768px) {
  .top__section__6 .image__container {
    max-width: 100%;
  }
}
.top__section__6 .image__container img {
  height: auto;
}
.top__section__6 .p-top-message__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .top__section__6 .p-top-message__btn a {
    gap: 1rem;
  }
}
.top__section__6 .p-top-message__btn a .arr-animate {
  width: 2.375rem;
}
.top__section__6 .p-top-message__btn a:hover {
  background-color: #1e3638;
}

.p-top-works__btn {
  margin-top: 55px;
}
@media (max-width: 768px) {
  .p-top-works__btn {
    margin-top: 40px;
  }
}

.p-top-works__btn a {
  width: 236px;
  background-color: black;
  padding-block: 5px;
  margin-inline: auto;
}

.page-top__container {
  top: -420px !important;
}

.infinite-slider {
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  .infinite-slider {
    gap: 50px;
  }
}
.infinite-slider__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.infinite-slider .track-1,
.infinite-slider .track-2 {
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.infinite-slider .track-1 {
  -webkit-animation-name: scroll-left;
          animation-name: scroll-left;
}
.infinite-slider .track-2 {
  -webkit-animation-name: scroll-right;
          animation-name: scroll-right;
}
.infinite-slider__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 60px;
  margin-right: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.infinite-slider__item img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes scroll-right {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scroll-right {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}