.sec1__wrap {
  position: relative;
  margin-top: 100px;
  width: 75%;
  margin-left: auto;
}
@media screen and (max-width: 992px) {
  .sec1__wrap {
    width: 95%;
  }
}
.sec1__swiper {
  height: 80dvh;
}
@media screen and (max-width: 992px) {
  .sec1__swiper {
    height: 60dvh;
  }
}
.sec1__swiper-img {
  width: 100%;
  height: 80dvh;
}
@media screen and (max-width: 992px) {
  .sec1__swiper-img {
    height: 60dvh;
  }
}
.sec1__swiper {
  text-align: right;
}
.sec1__swiper-img {
  border: 10px solid rgba(30, 84, 159, 0.4);
  border-top-left-radius: 180px;
  border-right: none;
}
@media screen and (max-width: 992px) {
  .sec1__swiper-img {
    border: 5px solid rgba(30, 84, 159, 0.4);
    border-top-left-radius: 80px;
  }
}
.sec1 .swiper-wrapper {
  position: relative;
}
.sec1__tx {
  background: #1e549f;
  color: white;
  position: absolute;
  padding: 10px 20px;
  bottom: 50px;
  right: 50px;
  font-size: 2rem;
  z-index: 100;
}
@media screen and (max-width: 992px) {
  .sec1__tx {
    right: 10px;
    bottom: 10px;
    font-size: 1.8rem;
  }
}

.sec2 {
  text-align: center;
  line-height: 3;
  position: relative;
}
.sec2__logo {
  position: absolute;
}
.sec2__logo--1 {
  top: 30%;
  right: 0;
}
@media screen and (max-width: 576px) {
  .sec2__logo--1 {
    width: 100px;
  }
}
.sec2__logo--2 {
  top: 60%;
  left: 0;
}
@media screen and (max-width: 992px) {
  .sec2__logo--2 {
    top: 58%;
  }
}
@media screen and (max-width: 576px) {
  .sec2__logo--2 {
    width: 100px;
  }
}
.sec2__link {
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .sec2__link {
    margin-top: 20px;
  }
}

.sec3__wrap {
  display: flex;
  align-items: center;
  padding-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .sec3__wrap {
    display: block;
    padding-bottom: 50px;
  }
}
.sec3__wrap:nth-of-type(odd) {
  flex-flow: row-reverse;
}
.sec3__wrap:nth-of-type(odd) .sec3__img-wrap {
  padding-right: 0;
  padding-left: 40px;
}
@media screen and (max-width: 992px) {
  .sec3__wrap:nth-of-type(odd) .sec3__img-wrap {
    padding-left: 0;
  }
}
.sec3__wrap:nth-of-type(odd) .sec3__tx-wrap {
  padding-right: 40px;
  padding-left: 0;
}
@media screen and (max-width: 992px) {
  .sec3__wrap:nth-of-type(odd) .sec3__tx-wrap {
    padding-right: 0;
  }
}
.sec3 .h3 {
  text-align: center;
  color: #1e549f;
  font-size: 2rem;
}
.sec3__img-wrap {
  width: 50%;
  padding-right: 40px;
}
@media screen and (max-width: 992px) {
  .sec3__img-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.sec3__img {
  width: 100%;
}
.sec3__tx-wrap {
  width: 50%;
  padding-left: 40px;
}
@media screen and (max-width: 992px) {
  .sec3__tx-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.sec3__btn {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .sec3__btn {
    display: block;
    text-align: center;
  }
  .sec3__btn .btn {
    margin-bottom: 20px;
  }
}

.sec4__otr {
  text-align: center;
}
.sec4__tx {
  margin-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 992px) {
  .sec5 .h2 {
    margin: 0 auto;
  }
}
.sec5__wrap {
  display: flex;
  max-width: 940px;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .sec5__wrap {
    display: block;
  }
}
.sec5 .article__otr {
  margin-left: 50px;
  padding-top: 20px;
}
@media screen and (max-width: 992px) {
  .sec5 .article__otr {
    margin-left: 0;
    margin-top: 20px;
  }
}
.sec5 .article__item {
  padding-bottom: 20px;
}
.sec5 .article__title {
  border-bottom: 1px solid #1e549f;
}/*# sourceMappingURL=top.css.map */