.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: 20px;
  font-weight: 700;
  line-height: 27px;
  background: rgb(1, 87, 170);
  color: #fff;
  margin-bottom: 8px;
  display: inline-block;
}
.top-section .top-inner .top-container .top-content p {
  font-size: 18px;
  line-height: 35px;
  margin-top: 30px;
}
.top-section .top-inner .top-container .top-content p span {
  font-size: 16px;
  margin-right: 5px;
}
.top-section .top-inner .top-container .top-content p:last-of-type {
  margin-top: 20px;
  text-align: right;
}

@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;
    justify-content: space-between;
  }
  .top-section .top-inner .top-container img {
    width: 33%;
    margin: 0 0 auto 0;
  }
  .top-section .top-inner .top-container .top-content {
    width: 60%;
  }
  .top-section .top-inner .top-container .top-content .section-title {
    margin-bottom: 40px;
  }
  .top-section .top-inner .top-container .top-content h3 {
    font-size: 25px;
    line-height: 35px;
    padding: 8px 10px;
  }
  .top-section .top-inner .top-container .top-content p:last-of-type {
    margin-top: 15px;
  }
}
.service-section .section-title {
  width: 90%;
  margin: 80px auto 0 auto;
  max-width: 500px;
}
.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);
}
.service-section .service-container a .content {
  color: #fff;
  padding: 25px 20px 30px 20px;
}
.service-section .service-container a .content h4 {
  font-size: 30px;
  font-weight: 900;
  line-height: 43px;
  text-align: center;
  margin-bottom: 20px;
}
.service-section .service-container a .content p {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 25px;
}
.service-section .service-container a .content .cv {
  text-align: center;
}
.service-section .service-container a .content .cv span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.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;
}

@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: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .service-section .service-container a {
    width: 49.9%;
    margin-bottom: 3px;
    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;
  }
}/*# sourceMappingURL=top.css.map */