.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.section-title h2 {
  color: rgb(1, 87, 170);
  font-size: 35px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 8px;
}
.section-title span {
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .section-title h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 10px;
  }
  .section-title span {
    font-size: 20px;
    line-height: 28px;
  }
}
.fv-section {
  padding-top: 70px;
}
.fv-section .fv-container {
  position: relative;
}
.fv-section .fv-container .title {
  position: absolute;
  left: 5%;
  bottom: 60px;
  display: inline-flex;
  flex-direction: column;
}
.fv-section .fv-container .title h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation: slideUp 0.6s ease forwards;
}
.fv-section .fv-container .title h2 span {
  background: rgb(1, 87, 170);
  padding: 6px 10px 10px 10px;
  display: inline-block;
}
.fv-section .fv-container .title h2:nth-of-type(2) {
  animation-delay: 0.2s;
}
.fv-section .fv-container .title p {
  color: #fff;
  margin-left: 12px;
  font-weight: 700;
  line-height: 20px;
  font-size: 20px;
  margin-top: 10px;
  opacity: 0;
  transform: translateY(20px);
  animation: slideUp 0.6s ease forwards;
  animation-delay: 0.4s;
}
.fv-section .fv-container .title p span {
  display: inline-block;
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 768px) {
  .fv-section {
    padding-top: 100px;
  }
  .fv-section .fv-inner {
    width: 85%;
    margin: 0 0 0 auto;
  }
  .fv-section .fv-inner .fv-container .title {
    left: -13.2%;
  }
  .fv-section .fv-inner .fv-container .title h2 {
    margin-bottom: 12px;
  }
  .fv-section .fv-inner .fv-container .title h2 span {
    padding: 6px 20px 11px 20px;
    font-size: 4.17vw;
    line-height: 100%;
  }
  .fv-section .fv-inner .fv-container .title p {
    font-size: 25px;
    font-size: 1.74vw;
    line-height: 100%;
    margin-top: 3px;
  }
  .fv-section .fv-inner .fv-container .title p span {
    color: rgb(1, 87, 170);
  }
}
@media (min-width: 1800px) {
  .fv-section {
    max-width: 1820px;
    margin: 0 auto;
  }
  .fv-section .fv-inner .fv-container .title h2 span {
    font-size: 76px;
  }
  .fv-section .fv-inner .fv-container .title p {
    font-size: 31.7px;
  }
}
.top-section {
  padding-top: 80px;
  background: url("../images/top/top_bg.webp");
  background-size: 150%;
  background-repeat: no-repeat;
  background-position: center 0;
}
.top-section .top-inner {
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
}
.top-section .top-inner .top-container img {
  width: 88%;
  display: block;
  margin: 40px auto 30px auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-section .top-inner .top-container .top-content h3 {
  padding: 8px;
  box-sizing: border-box;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  background: rgb(1, 87, 170);
  color: #fff;
  margin-bottom: 8px;
  display: inline-block;
}
.top-section .top-inner .top-container .top-content p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
}
.top-section .top-inner .top-container .top-content p span {
  font-size: 14px;
  margin-right: 5px;
}
.top-section .top-inner .top-container .top-content p:last-of-type {
  margin-top: 20px;
  text-align: left;
}
.top-section .top-inner .top-container .top-content .cta-button {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .top-section {
    padding-top: 145px;
    background-size: 100%;
    background-position: center -80px;
    max-width: 1800px;
    margin: 0 auto;
    padding-bottom: 160px;
  }
  .top-section .top-inner {
    max-width: 1200px;
    width: 80%;
  }
  .top-section .top-inner .top-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .top-section .top-inner .top-container img {
    width: 40%;
    margin: 0;
  }
  .top-section .top-inner .top-container .top-content {
    width: 55%;
    text-align: left;
  }
  .top-section .top-inner .top-container .top-content .section-title {
    margin-bottom: 40px;
  }
  .top-section .top-inner .top-container .top-content h3 {
    font-size: 22px;
    line-height: 32px;
    padding: 8px 10px;
  }
  .top-section .top-inner .top-container .top-content p:last-of-type {
    margin-top: 15px;
    text-align: left;
  }
  .top-section .top-inner .top-container .top-content .cta-button {
    margin-left: 0;
  }
}
.service-section .section-title {
  width: 90%;
  margin: 80px auto 0 auto;
  max-width: 500px;
  text-align: center;
}
.service-section .top-text {
  display: block;
  width: 90%;
  max-width: 500px;
  margin: 40px auto 0 auto;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}
.service-section .service-container {
  max-width: 600px;
  margin: 60px auto 0 auto;
}
.service-section .service-container a {
  text-decoration: none;
  margin-bottom: 2px;
  display: block;
  background: rgb(1, 87, 170);
  overflow: hidden;
}
.service-section .service-container a img {
  display: block;
  width: 100%;
  transition: transform 0.4s ease;
}
.service-section .service-container a .content {
  color: #fff;
  padding: 25px 20px 30px 20px;
}
.service-section .service-container a .content h4 {
  font-size: 26px;
  font-weight: 900;
  line-height: 38px;
  text-align: center;
  margin-bottom: 20px;
}
.service-section .service-container a .content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 25px;
  text-align: center;
}
.service-section .service-container a .content .cv {
  text-align: center;
}
.service-section .service-container a .content .cv span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
}
.service-section .service-container a .content .cv span::after {
  content: "";
  background: url("../images/top/arrow.webp");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 41px;
  height: 41px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}
.service-section .service-container a:hover {
  transition: all 0.3s;
  opacity: 0.8;
}
.service-section .service-container a:hover img {
  transform: scale(1.08);
}

@media (min-width: 768px) {
  .service-section {
    text-align: center;
  }
  .service-section .section-title,
  .service-section .top-text {
    max-width: initial;
  }
  .service-section .section-title {
    margin-top: 0;
  }
  .service-section .top-text {
    margin-top: 80px;
  }
  .service-section .service-container {
    max-width: 1700px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
  }
  .service-section .service-container a {
    margin-bottom: 0;
    background: rgb(1, 87, 170);
  }
  .service-section .service-container a .content {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .service-section .service-container a .content h4 {
    margin-bottom: 30px;
  }
  .service-section .service-container a .content p {
    margin-bottom: 30px;
  }
  .service-section .service-container a .content .cv span::after {
    position: relative;
    right: 0;
    transition: all 0.3s;
  }
  .service-section .service-container a:hover .cv span::after {
    right: -10px;
  }
}

.products-section {
  margin-top: 80px;
  margin-bottom: 80px;
}
.products-section .section-title {
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
  text-align: center;
}
.products-section .products-container {
  width: 90%;
  max-width: 500px;
  margin: 40px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px;
}
.products-section .products-card {
  flex: 0 0 calc((100% - 15px) / 2);
  box-sizing: border-box;
  text-decoration: none;
  color: #1a1a1a;
  background: #fff;
  display: block;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid rgb(1, 87, 170);
}
.products-section .products-card__thumb {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #f5f5f5;
}
.products-section .products-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.products-section .products-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  background: #f0f0f0;
}
.products-section .products-card__name {
  position: relative;
  padding: 14px 44px 14px 12px;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
  text-align: left;
}
.products-section .products-card__arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgb(1, 87, 170);
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-section .products-card__arrow::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  width: 10px;
  height: 2px;
  background: #fff;
  margin-top: -1px;
}
.products-section .products-card__arrow::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
.products-section .products-card:hover {
  transition: all 0.3s;
  opacity: 0.85;
}
.products-section__cta {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .products-section {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .products-section .section-title,
  .products-section .products-container {
    max-width: initial;
  }
  .products-section .products-container {
    width: 90%;
    max-width: 1200px;
    gap: 20px;
    margin-top: 60px;
  }
  .products-section .products-card {
    flex: 0 0 calc((100% - 20px) / 2);
  }
  .products-section .products-card__name {
    padding: 16px 56px;
    font-size: 14px;
    text-align: center;
  }
  .products-section .products-card__arrow {
    right: 16px;
    width: 28px;
    height: 28px;
  }
  .products-section .products-card__arrow::before {
    left: 7px;
    width: 12px;
  }
  .products-section .products-card__arrow::after {
    right: 7px;
    width: 7px;
    height: 7px;
  }
  .products-section__cta {
    margin-top: 60px;
  }
}

@media (min-width: 1200px) {
  .products-section .products-container {
    justify-content: center;
  }
  .products-section .products-card {
    flex: 0 0 calc((100% - 60px) / 4);
  }
}
/*# sourceMappingURL=top.css.map */