.top {
  background: -webkit-gradient(linear, left top, left bottom, from(#292e83), color-stop(20%, #292e83), color-stop(32%, #292e83), to(transparent));
  background: linear-gradient(to bottom, #292e83 0%, #292e83 20%, #292e83 32%, transparent 100%);
}

.main {
  overflow: hidden;
}

.intro {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .main {
    overflow: hidden;
    padding: 60px 0 0 ;
}
  .intro .sc_text {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(10%, #fff), color-stop(70%, transparent), to(transparent));
    background: linear-gradient(to bottom, #fff 0%, #fff 10%, transparent 70%, transparent 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    
  }
  .intro .text-wrap {
    height: 94px;
    overflow: hidden;
    -webkit-transition: 1.6s;
   transition: all 1.6s ease-in-out;
  }
  .intro .text-wrap.active .sc_text {
    background: transparent;
    color: #fff;
    
  }
}

.title {
  text-align: center;
  position: relative;
  margin-bottom: 16px;
}

.title span {
  display: block;
  font-size: 40px;
  font-weight: 900;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0 auto;
  white-space: nowrap;
}

.title span.title-base {
  color: #fff;
  width: 100%;
}

.title span.title-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#dbb069), color-stop(10%, #e5b86e), color-stop(50%, #fffac3), color-stop(90%, #e5b86e), to(#dbb069));
  background: linear-gradient(to right, #dbb069 0%, #e5b86e 10%, #fffac3 50%, #e5b86e 90%, #dbb069 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

@media screen and (max-width: 767px) {
  .title {
    margin-bottom: 8px;
  }
  .title span {
    font-size: 25px;
  }
}

.sc_text {
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .sc_text {
    font-size: 15px;
  }
}

.btn-readmore {
  background-color: transparent;
  border: 0;
  width: 98px !important;
  margin: 16px auto 12px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-readmore > img {
  width: 100%;
}

.drop {
  width: 200px;
  margin: 0 auto;
  position: relative;
}

.drop-wrapper {
  -webkit-animation: float 1s ease-in-out infinite alternate;
          animation: float 1s ease-in-out infinite alternate;
}

.drop-scrolldown {
  position: absolute;
  padding: 0;
  border: 0;
  background-color: transparent;
  width: 15%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.drop-scrolldown img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .drop {
    width: 150px;
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}

.timeline {
  position: relative;
}

.timeline-en {
  width: 305px;
  margin: 0 auto;
  display: block;
}

.timeline .title {
  margin-bottom: 40px;
}

.timeline-wrapper {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.timeline-wrapper__head {
  width: 100%;
  position: relative;
}

.timeline-wrapper__head > img {
  width: 100%;
}

.timeline-wrapper__head h2 {
  text-align: center;
  color: #0b5196;
  margin: 0;
  position: absolute;
  font-size: 40px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  font-weight: 900;
}

.timeline-wrapper__head h2 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.timeline-wrapper__head h2 span img {
  width: 93px;
  margin-left: -20px;
  margin-right: -24px;
}

.timeline-wrapper__head .timeline-triangle {
  z-index: 13;
  left: 34.6%;
}

.timeline-wrapper__shadow {
  position: absolute;
  content: "";
  width: 45px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#3f64a3), to(#fff));
  background: linear-gradient(to right, #3f64a3 0%, #fff 100%);
  mix-blend-mode: multiply;
  opacity: 0.5;
  top: 0;
  left: 31.25%;
  z-index: 10;
}

.timeline-wrapper__body {
  position: relative;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.timeline-triangle {
  width: 144px;
  height: 39px;
  position: absolute;
  top: 100%;
  left: 31.25%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.timeline-item {
  padding: 40px 0;
  position: relative;
  border-radius: 0 0 37px 37px;
}

.timeline-item__shadow {
  position: absolute;
  width: 100%;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#3f64a3), to(#fff));
  background: linear-gradient(to bottom, #3f64a3 0%, #fff 100%);
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  opacity: 0.5;
}

.timeline-item__wrapper {
  width: 75%;
  margin: 0 auto;
  color: #fff;
}

.timeline-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #fff;
}

.timeline-item__head h3 {
  font-size: 36px;
  margin: 0;
  font-weight: 900;
}

.timeline-item__head h4 {
  font-size: 27px;
  font-weight: 700;
  margin: 0;
}

.timeline-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
  position: relative;
}

.timeline-item__body h3 {
  font-family: Cochin;
  margin: 0;
  font-weight: 700;
  font-size: 49px;
}

.timeline-item__body p {
  font-size: 25px;
  margin: 0;
}

.timeline-item__body .title {
  text-align: left;
  margin-bottom: 20px;
}

.timeline-item__body .title span {
  font-size: 27px;
}

.timeline-item__body h6 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 8px;
}

.timeline-item__body .item {
  margin-bottom: 20px;
}

.timeline-item__left {
  width: 25%;
  text-align: center;
}

.timeline-item__left.has-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.timeline-item__left.has-line .line {
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.timeline-item__right {
  width: 75%;
  padding-left: 20%;
}

.timeline-item__right .title span {
  width: 100% !important;
}

.timeline-item__right small {
  font-size: 14px;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  display: inline-block;
}

.timeline-item:not(:first-child) {
  margin-top: -37px;
  padding-top: 88px;
}

.timeline-item:not(:first-child) .timeline-item__shadow {
  height: 72px;
}

.timeline-item:first-child {
  background-color: #aab4d5;
  z-index: 5;
}

.timeline-item:first-child .timeline-triangle .cls-1 {
  fill: #aab4d5;
}

.timeline-item:first-child .timeline-item__shadow {
  height: 40px;
}

.timeline-item:nth-child(2) {
  background-color: #94a1ca;
  z-index: 4;
}

.timeline-item:nth-child(2) .timeline-triangle .cls-1 {
  fill: #94a1ca;
}

.timeline-item:nth-child(3) {
  background-color: #6c81b5;
  z-index: 3;
}

.timeline-item:nth-child(3) .timeline-triangle .cls-1 {
  fill: #6c81b5;
}

.timeline-item:nth-child(4) {
  background-color: #4467a4;
  z-index: 2;
}

.timeline-item:nth-child(4) .timeline-triangle .cls-1 {
  fill: #4467a4;
}

.timeline-item:nth-child(5) {
  background-color: #0b5196;
  z-index: 1;
  padding-bottom: 400px;
  border-radius: 0;
}

.timeline-slogan {
  position: absolute;
  width: 100%;
  z-index: 50;
  left: 0;
  bottom: 240px;
}

.timeline-slogan .title {
  margin: 0;
}

.timeline-deco {
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
  z-index: 10;
}

.timeline .drop {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  z-index: 11;
}

@media screen and (max-width: 767px) {
  .timeline-en {
    width: 185px;
  }
  .timeline .title {
    margin-bottom: 16px;
  }
  .timeline-wrapper__head h2 {
    font-size: 22px;
    width: 100%;
  }
  .timeline-wrapper__head h2 span {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .timeline-wrapper__head h2 span img {
    width: 50px;
    margin-left: -12px;
    margin-right: -16px;
  }
  .timeline-wrapper__head .timeline-triangle {
    left: 37.5%;
  }
  .timeline-wrapper__shadow {
    width: 18px;
    left: 34.33%;
  }
  .timeline-wrapper__body {
    width: 80%;
  }
  .timeline-triangle {
    width: 50px;
    height: 13px;
    left: 34.33%;
  }
  .timeline-item {
    padding: 20px 0;
    position: relative;
    border-radius: 0 0 20px 20px;
  }
  .timeline-item__wrapper {
    width: 90%;
  }
  .timeline-item__head h3 {
    font-size: 16px;
  }
  .timeline-item__head h4 {
    font-size: 16px;
  }
  .timeline-item__head.setoff {
    padding: 0;
    border: 0;
  }
  .timeline-item__head.setoff .timeline-item__left {
    padding: 12px 0;
    position: relative;
  }
  .timeline-item__head.setoff .timeline-item__left::after {
    position: absolute;
    content: "";
    width: calc(100% - 12px);
    height: 1px;
    background-color: #fff;
    bottom: 0;
    left: 0;
  }
  .timeline-item__body h3 {
    font-size: 28px;
  }
  .timeline-item__body p {
    font-size: 15px;
  }
  .timeline-item__body .title {
    margin-bottom: 12px;
  }
  .timeline-item__body .title span {
    font-size: 16px;
  }
  .timeline-item__body h6 {
    font-size: 15px;
  }
  .timeline-item__body .item {
    margin-bottom: 12px;
  }
  .timeline-item__left {
    width: 33%;
  }
  .timeline-item__right {
    width: 67%;
    padding-left: 20px;
  }
  .timeline-item__right small {
    font-size: 10px;
  }
  .timeline-item__right .title-2023 span {
    white-space: wrap;
  }
  .timeline-item__right .title-2023 span br {
    display: none;
  }
  .timeline-item:not(:first-child) {
    margin-top: -20px;
    padding-top: 40px;
  }
  .timeline-item:not(:first-child) .timeline-item__shadow {
    height: 40px;
  }
  .timeline-item:first-child .timeline-item__shadow {
    height: 20px;
  }
  .timeline-item:last-child {
    padding-bottom: 60vw;
  }
  .timeline-slogan {
    bottom: 150px;
  }
  .timeline-slogan .title {
    margin: 0;
  }
  .timeline-slogan .title span {
    font-size: 20px;
  }
  .timeline-deco {
    position: absolute;
    width: 100%;
    bottom: -1px;
    left: 0;
    z-index: 10;
  }
  .timeline .drop {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    z-index: 11;
  }
}

.bottom {
  background-color: #fff;
}

.feat {
  padding: 145px 15px;
  max-width: 1800px;
  margin: 0 auto;
}

.feat-title h2 {
  padding: 8px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
  background: -webkit-gradient(linear, left top, right top, from(#2e348e), color-stop(35%, #007ec3), color-stop(48%, #095da8), color-stop(73%, #292e83), to(#095da8));
  background: linear-gradient(to right, #2e348e 0%, #007ec3 35%, #095da8 48%, #292e83 73%, #095da8 100%);
  color: #fff;
  font-size: 45px;
  font-weight: normal;
}

.feat-title h3 {
  padding: 0 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 45px;
  font-weight: 900;
  position: relative;
  color: #0b5196;
}

.feat-title h3::before, .feat-title h3::after {
  position: absolute;
  content: "";
  width: 29px;
  height: 29px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.feat-title h3::before {
  background-image: url(../img/quote-1.svg);
  top: 0;
  left: 0;
}

.feat-title h3::after {
  background-image: url(../img/quote-2.svg);
  right: 0;
  bottom: 0;
}

.feat-item {
  position: relative;
  z-index: 0;
}

.feat-item.item-1 {
  width: 35%;
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}

.feat-item.item-1 > img {
  width: 77%;
}

.feat-item.item-1 > h4 {
  top: -12%;
}

.feat-item.item-1 .feat-text {
  top: 28%;
  left: 75%;
}

.feat-item.item-2 {
  margin-top: 190px;
  width: 30%;
}

.feat-item.item-2 > img {
  width: 75%;
}

.feat-item.item-2 > h4 {
  top: -30%;
  left: 50%;
}

.feat-item.item-2 .feat-text {
  top: 32%;
  left: 75%;
}

.feat-item.item-3 {
  width: 35%;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.feat-item.item-3 > img {
  width: 53%;
}

.feat-item.item-3 > h4 {
  top: -16%;
  left: 36%;
}

.feat-item.item-3 .feat-text {
  top: 24%;
  left: 50%;
}

.feat-item > h4 {
  position: absolute;
  font-size: 204px;
  font-family: "times new roman";
  color: #e8dabf;
  left: 60%;
  z-index: -1;
}

.feat-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feat-text {
  position: absolute;
}

.feat-text h5 {
  font-size: 40px;
  font-weight: 900;
  color: #0b5196;
  margin-bottom: 12px;
  white-space: nowrap;
}

.feat-text p {
  font-size: 25px;
  margin: 0;
  color: #221f20;
  white-space: nowrap;
}

@media screen and (max-width: 1700px) {
  .feat {
    max-width: 1200px;
  }
  .feat-item > h4 {
    font-size: 149px;
  }
  .feat-item h5 {
    font-size: 29px;
  }
  .feat-item p {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .feat {
    width: 100%;
    padding-top: 20vw;
    padding-bottom: 28vw;
    max-width: 500px;
  }
  .feat-title {
    margin-bottom: 24px;
  }
  .feat-title h2 {
    padding: 4px 8px;
    margin: 0 auto 8px;
    font-size: 25px;
  }
  .feat-title h3 {
    padding: 0 12px;
    font-size: 25px;
  }
  .feat-title h3::before, .feat-title h3::after {
    width: 16px;
    height: 16px;
  }
  .feat-item {
    width: 100% !important;
    margin-bottom: 16px;
  }
  .feat-item.item-1 {
    -webkit-transform: none;
            transform: none;
  }
  .feat-item.item-1 > img {
    width: 63%;
  }
  .feat-item.item-1 > h4 {
    top: -12%;
    left: 45%;
  }
  .feat-item.item-1 .feat-text {
    top: 32%;
    left: 64%;
  }
  .feat-item.item-2 {
    margin-top: 0;
  }
  .feat-item.item-2 > img {
    width: 53%;
    display: block;
    margin-left: auto;
  }
  .feat-item.item-2 > h4 {
    top: -20%;
    left: 30%;
  }
  .feat-item.item-2 .feat-text {
    top: 32%;
    left: 0;
    width: 48%;
  }
  .feat-item.item-3 {
    -webkit-transform: none;
            transform: none;
  }
  .feat-item.item-3 > img {
    width: 47%;
  }
  .feat-item.item-3 > h4 {
    top: -20%;
    left: 32%;
  }
  .feat-item.item-3 .feat-text {
    top: 40%;
    left: 48%;
  }
  .feat-item > h4 {
    font-size: 97px;
  }
  .feat-content {
    display: block;
    width: 100%;
  }
  .feat-text {
    position: absolute;
  }
  .feat-text h5 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .feat-text p {
    font-size: 15px;
    white-space: wrap;
  }
}

@media screen and (max-width: 767px) {
  .feat {
    position: relative;
    z-index: 1;
  }
}

.bottom-kv {
  margin-top: -25vw;
  position: relative;
}

.bottom-kv .title {
  margin-bottom: 8px;
}

.bottom-kv > img {
  width: 100%;
}

.bottom-kv-content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 30.5vw;
}

.bottom-kv-content p {
  font-size: 25px;
}

.bottom-kv .remark {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin: 0;
  color: #414042;
  left: 0;
  bottom: 20px;
  padding: 0 15px;
}

.bottom-kv .drop {
  position: absolute;
  left: 50%;
  top: 15vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 1700px) {
  .bottom-kv .drop {
    top: 16.5vw;
  }
  .bottom-kv .title span {
    font-size: 29px;
  }
  .bottom-kv p {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .bottom-kv {
    margin-top: -40vw;
  }
  .bottom-kv .title {
    margin-bottom: 4px;
  }
  .bottom-kv-content {
    top: 50vw;
    padding: 0 15px;
  }
  .bottom-kv-content p {
    font-size: 15px;
  }
  .bottom-kv .remark {
    font-size: 6px;
  }
  .bottom-kv .drop {
    top: 8vw;
  }
}

@media screen and (max-width: 400px) {
  .bottom-kv .title {
    margin-top: 12px;
  }
  .bottom-kv .title span {
    font-size: 25px;
  }
  .bottom-kv-content p {
    font-size: 13px;
  }
}

.btn-top {
  position: fixed;
  width: 90px;
  right: 0;
  bottom: 0;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .btn-top {
    width: 65px;
  }
}
/*# sourceMappingURL=style.css.map */