@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");
body {
  font-family: "Inter", sans-serif;
}

section.kv {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 80px;
  overflow: hidden;
  box-sizing: border-box;
  min-height: 920px;
}
@media only screen and (max-width: 1300px) {
  section.kv {
    height: 780px;
    padding-bottom: 70px;
    min-height: 780px;
  }
}
@media only screen and (max-width: 850px) {
  section.kv {
    min-height: 670px;
    max-height: 780px;
  }
}
@media only screen and (max-width: 440px) {
  section.kv {
    max-height: 670px;
  }
}
section.kv .shadow {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 300px;
  background: -moz-linear-gradient(top, rgba(198, 212, 243, 0) 0%, rgba(198, 212, 243, 0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(198, 212, 243, 0) 0%, rgba(198, 212, 243, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(198, 212, 243, 0) 0%, rgba(198, 212, 243, 0.6) 100%);
  z-index: 3;
  display: none;
}
@media only screen and (max-width: 850px) {
  section.kv .shadow {
    display: block;
  }
}
section.kv .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1140px;
  text-align: center;
  position: relative;
  height: 100%;
  z-index: 3;
  gap: 50px;
  box-sizing: border-box;
  height: 100%;
}
@media only screen and (max-width: 1300px) {
  section.kv .inner {
    margin-top: 100px;
    width: 80%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
  }
}
@media only screen and (max-width: 850px) {
  section.kv .inner {
    width: 450px;
    margin-top: 100px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
  }
}
@media only screen and (max-width: 440px) {
  section.kv .inner {
    width: 300px;
  }
}
section.kv .inner .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  text-align: left;
  flex: 5.5;
}
@media only screen and (max-width: 1300px) {
  section.kv .inner .left {
    flex: none;
    width: 80%;
  }
}
@media only screen and (max-width: 850px) {
  section.kv .inner .left {
    flex: none;
    width: 100%;
  }
}
section.kv .inner .left h1 {
  color: #267AF8;
  margin-bottom: 55px;
  font-size: 40px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 1300px) {
  section.kv .inner .left h1 {
    font-size: 28px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 850px) {
  section.kv .inner .left h1 {
    font-size: 20px;
    line-height: 1.5;
  }
}
section.kv .inner .left h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  color: #132E57;
}
section.kv .inner .left h2 span {
  font-size: 46px;
  color: #267AF8;
  font-weight: 600;
}
@media only screen and (max-width: 850px) {
  section.kv .inner .left h2 span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 430px) {
  section.kv .inner .left h2 span {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1300px) {
  section.kv .inner .left h2 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 850px) {
  section.kv .inner .left h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 430px) {
  section.kv .inner .left h2 {
    font-size: 24px;
  }
}
section.kv .inner .left h3 {
  font-size: 24px;
  line-height: 1.5;
  color: #697895;
  font-weight: 400;
}
@media only screen and (max-width: 1300px) {
  section.kv .inner .left h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 850px) {
  section.kv .inner .left h3 {
    font-size: 16px;
  }
}
section.kv .inner .left h4 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #697895;
}
@media only screen and (max-width: 850px) {
  section.kv .inner .left .btn-box {
    text-align: center;
  }
}
section.kv .inner .left .btn-box a {
  display: inline-block;
  padding: 12px 16px;
  border-radius: 4px;
  background-color: #267AF8;
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
  transition: 0.3s;
  width: 148px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
}
@media only screen and (max-width: 850px) {
  section.kv .inner .left .btn-box a {
    font-size: 14px;
    line-height: 1.5;
  }
}
section.kv .inner .left .btn-box a:hover {
  transform: translateY(-2px);
  background-color: #63a2ff;
}
section.kv .inner .right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 4.5;
}
@media only screen and (max-width: 1300px) {
  section.kv .inner .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: static;
    bottom: 0;
    right: 0;
    transform: translateY(0);
    width: 100%;
    flex: none;
  }
}
@media only screen and (max-width: 430px) {
  section.kv .inner .right {
    width: 100%;
  }
}
section.kv .inner .right .picture {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 1300px) {
  section.kv .inner .right .picture {
    width: 360px;
  }
}
@media only screen and (max-width: 850px) {
  section.kv .inner .right .picture {
    width: 300px;
  }
}
@media only screen and (max-width: 430px) {
  section.kv .inner .right .picture {
    width: 100%;
  }
}
section.kv .svg06 {
  background-image: url(../../images/svg06.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 314px;
  height: 640px;
  position: absolute;
  top: 60%;
  right: -5%;
  z-index: 1;
  transform: translateY(-50%) translateX(-50%) rotate(7deg);
}
@media only screen and (max-width: 1300px) {
  section.kv .svg06 {
    width: 277px;
    height: 624px;
    top: 70%;
  }
}
@media only screen and (max-width: 850px) {
  section.kv .svg06 {
    display: none;
  }
}
section.kv .svg-circle {
  background-image: url(../../images/svg_circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 514px;
  height: 514px;
  position: absolute;
  bottom: -160px;
  right: 5%;
  z-index: 1;
}
section.kv .svg03 {
  background-image: url(../../images/svg03.png);
  width: 903px;
  height: 407px;
  position: absolute;
  bottom: 0px;
  right: -160px;
}
@media only screen and (max-width: 850px) {
  section.kv .svg03 {
    right: -240px;
  }
}

section.partner-advantages {
  width: 100%;
  padding-bottom: 150px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 1300px) {
  section.partner-advantages {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 850px) {
  section.partner-advantages {
    padding-top: 70px;
    padding-bottom: 0px;
  }
}
section.partner-advantages .inner {
  width: 1140px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1300px) {
  section.partner-advantages .inner {
    width: 540px;
  }
}
@media only screen and (max-width: 850px) {
  section.partner-advantages .inner {
    width: 305px;
  }
}
section.partner-advantages .inner h2 {
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 100px;
  font-weight: 700;
}
section.partner-advantages .inner h2 span {
  color: #267AF8;
  font-weight: 700;
}
@media only screen and (max-width: 1300px) {
  section.partner-advantages .inner h2 {
    margin-bottom: 60px;
    font-size: 46px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 850px) {
  section.partner-advantages .inner h2 {
    font-size: 24px;
    line-height: 1.5;
  }
}
section.partner-advantages .inner .main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 1300px) {
  section.partner-advantages .inner .main {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
  }
}
@media only screen and (max-width: 850px) {
  section.partner-advantages .inner .main {
    gap: 28px;
  }
}
section.partner-advantages .inner .main .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 100%;
  gap: 30px;
  flex: 1;
}
@media only screen and (max-width: 1300px) {
  section.partner-advantages .inner .main .col {
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
  }
}
@media only screen and (max-width: 850px) {
  section.partner-advantages .inner .main .col {
    gap: 20px;
    width: 100%;
    margin-bottom: 28px;
    margin-right: 0;
  }
}
section.partner-advantages .inner .main .col figure {
  width: 120px;
  height: 120px;
  display: inline-block;
}
@media only screen and (max-width: 1300px) {
  section.partner-advantages .inner .main .col figure {
    width: 110px;
    height: 110px;
  }
}
@media only screen and (max-width: 850px) {
  section.partner-advantages .inner .main .col figure {
    width: 52px;
    height: 52px;
  }
}
section.partner-advantages .inner .main .col figure img {
  height: 100%;
  width: auto;
}
section.partner-advantages .inner .main .col .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
@media only screen and (max-width: 1300px) {
  section.partner-advantages .inner .main .col .info {
    align-items: flex-start;
  }
}
section.partner-advantages .inner .main .col .info h3 {
  font-size: 28px;
  line-height: 1.5;
}
@media only screen and (max-width: 1300px) {
  section.partner-advantages .inner .main .col .info h3 {
    font-size: 32px;
    margin: 0;
  }
}
@media only screen and (max-width: 850px) {
  section.partner-advantages .inner .main .col .info h3 {
    font-size: 20px;
  }
}
section.partner-advantages .inner .main .col .info h4 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (max-width: 1300px) {
  section.partner-advantages .inner .main .col .info h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 850px) {
  section.partner-advantages .inner .main .col .info h4 {
    font-size: 16px;
  }
}

section.partner-service {
  width: 100%;
  padding-bottom: 150px;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  section.partner-service {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}
@media only screen and (max-width: 850px) {
  section.partner-service {
    padding-top: 70px;
    padding-bottom: 0px;
  }
}
section.partner-service .inner {
  width: 1140px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1300px) {
  section.partner-service .inner {
    width: 70vw;
  }
}
@media only screen and (max-width: 850px) {
  section.partner-service .inner {
    width: 305px;
  }
}
section.partner-service .inner h2 {
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 100px;
  font-weight: 700;
}
section.partner-service .inner h2 span {
  color: #267AF8;
  font-weight: 700;
}
@media only screen and (max-width: 1300px) {
  section.partner-service .inner h2 {
    margin-bottom: 60px;
    font-size: 46px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 850px) {
  section.partner-service .inner h2 {
    font-size: 28px;
    line-height: 1.5;
  }
}
section.partner-service .inner .main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
@media only screen and (max-width: 1300px) {
  section.partner-service .inner .main {
    gap: 60px;
  }
}
@media only screen and (max-width: 850px) {
  section.partner-service .inner .main {
    gap: 28px;
  }
}
section.partner-service .inner .main .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  box-sizing: border-box;
  margin-bottom: 100px;
  width: 100%;
  gap: 58px;
}
@media only screen and (max-width: 1300px) {
  section.partner-service .inner .main .row {
    margin-bottom: 60px;
    margin-right: 0;
  }
  section.partner-service .inner .main .row:nth-child(3) {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 850px) {
  section.partner-service .inner .main .row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    margin-bottom: 28px;
    margin-right: 0;
  }
  section.partner-service .inner .main .row:nth-child(1), section.partner-service .inner .main .row:nth-child(3) {
    flex-direction: column-reverse;
  }
}
section.partner-service .inner .main .row figure {
  flex: 4;
}
@media only screen and (max-width: 850px) {
  section.partner-service .inner .main .row figure {
    width: 100%;
    flex: 1;
  }
}
section.partner-service .inner .main .row .info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  flex: 6;
}
@media only screen and (max-width: 850px) {
  section.partner-service .inner .main .row .info {
    width: 100%;
    box-sizing: border-box;
    flex: 1;
  }
}
section.partner-service .inner .main .row .info h3 {
  font-size: 24px;
  line-height: 1.5;
  margin-top: 8px;
  color: #267AF8;
  font-weight: 700;
}
@media only screen and (max-width: 1300px) {
  section.partner-service .inner .main .row .info h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 850px) {
  section.partner-service .inner .main .row .info h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 5px;
    margin-top: 0;
  }
}
section.partner-service .inner .main .row .info h4 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}
section.partner-service .inner .main .row .info h4 span {
  font-weight: 700;
}
@media only screen and (max-width: 1300px) {
  section.partner-service .inner .main .row .info h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 850px) {
  section.partner-service .inner .main .row .info h4 {
    font-size: 16px;
  }
}
section.partner-service .inner .main .row .info ul {
  padding-left: 20px;
}
section.partner-service .inner .main .row .info ul li {
  list-style-type: disc;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (max-width: 1300px) {
  section.partner-service .inner .main .row .info ul li {
    font-size: 18px;
  }
}
section.partner-service .inner .main .row .info h5 {
  color: #697895;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (max-width: 1300px) {
  section.partner-service .inner .main .row .info h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 850px) {
  section.partner-service .inner .main .row .info h5 {
    font-size: 14px;
  }
}

section.anti {
  width: 100%;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1300px) {
  section.anti {
    padding-top: 0;
  }
}
@media only screen and (max-width: 850px) {
  section.anti {
    padding-top: 70px;
    padding-bottom: 0;
  }
}
section.anti .inner {
  width: 1210px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1300px) {
  section.anti .inner {
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  section.anti .inner {
    width: 100%;
  }
}
section.anti .inner h2 {
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 100px;
  font-weight: 700;
}
@media only screen and (max-width: 1300px) {
  section.anti .inner h2 {
    font-size: 46px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 850px) {
  section.anti .inner h2 {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 65px;
  }
}
section.anti .inner .item_box {
  margin-bottom: 80px;
  padding-top: 30px;
  margin-top: -30px;
  overflow: hidden;
}
@media only screen and (max-width: 1300px) {
  section.anti .inner .item_box {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 850px) {
  section.anti .inner .item_box {
    margin-bottom: 40px;
  }
}
section.anti .inner .item_box .slick-dots {
  margin-top: 40px;
}
@media only screen and (max-width: 850px) {
  section.anti .inner .item_box .slick-dots {
    margin-top: 30px;
  }
}
section.anti .inner .item_box .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
section.anti .inner .item_box .slick-dots li button {
  border: none;
  text-indent: -9999px;
  background-color: transparent;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border-radius: 20px;
  background-color: #e9e9e9;
}
@media only screen and (max-width: 850px) {
  section.anti .inner .item_box .slick-dots li button {
    width: 11px;
    height: 11px;
  }
}
section.anti .inner .item_box .slick-dots li.slick-active button {
  background-color: #267AF8;
}
section.anti .inner .item_box .item {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 360px;
  min-height: 320px;
  box-sizing: border-box;
  box-shadow: 3px 3px 10px rgba(118, 118, 118, 0.1);
  border-radius: 10px;
  padding: 25px;
  margin: 0 25px;
  overflow: hidden;
  border-left: 10px solid #CCDBFA;
  position: relative;
  transition: top 0.3s ease, box-shadow 0.3s ease;
}
@media only screen and (max-width: 850px) {
  section.anti .inner .item_box .item {
    margin: 0 15px;
    width: 300px;
    min-height: 320px;
  }
}
@media only screen and (max-width: 430px) {
  section.anti .inner .item_box .item {
    width: 260px;
    min-height: 320px;
    text-align: center;
  }
}
section.anti .inner .item_box .item figure {
  width: auto;
  height: 60px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 12px;
}
section.anti .inner .item_box .item figure img {
  width: 100%;
  height: 100%;
}
section.anti .inner .item_box .item .info {
  text-align: left;
}
section.anti .inner .item_box .item .info h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 6px;
  font-weight: 700;
  color: #267AF8;
}
@media only screen and (max-width: 850px) {
  section.anti .inner .item_box .item .info h3 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
}
section.anti .inner .item_box .item .info h4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (max-width: 850px) {
  section.anti .inner .item_box .item .info h4 {
    font-size: 14px;
    line-height: 1.5;
  }
}
section.anti .inner .item_box .item .info .time {
  color: #BFC2C8;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (max-width: 850px) {
  section.anti .inner .item_box .item .info .time {
    text-align: right;
  }
}
@media only screen and (min-width: 851px) {
  section.anti .inner .item_box .item:hover {
    top: -20px;
    box-shadow: 3px 3px 10px rgba(118, 118, 118, 0.3);
  }
}
section.anti .inner .more_box {
  text-align: center;
}
section.anti .inner .more {
  display: inline-block;
  padding: 12px 25px;
  font-size: 18px;
  line-height: 1.5;
  color: #267AF8;
  border: solid 2px #267AF8;
  box-sizing: border-box;
  border-radius: 5px;
  transition: 0.3s;
}
@media only screen and (min-width: 851px) {
  section.anti .inner .more:hover {
    color: #FFF;
    background-color: #267AF8;
  }
}

section.achieve {
  width: 100%;
  padding: 90px 0 230px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 850px) {
  section.achieve {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
section.achieve .svg03 {
  background-image: url(../../images/svg03.png);
  width: 903px;
  height: 407px;
  position: absolute;
  bottom: 0px;
  right: -160px;
}
@media only screen and (max-width: 850px) {
  section.achieve .svg03 {
    right: -240px;
  }
}
section.achieve .inner {
  width: 1110px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1300px) {
  section.achieve .inner {
    width: 450px;
  }
}
@media only screen and (max-width: 850px) {
  section.achieve .inner {
    width: 100%;
  }
}
section.achieve .inner h2 {
  font-size: 40px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 100px;
  line-height: 1.5;
}
@media only screen and (max-width: 1300px) {
  section.achieve .inner h2 {
    font-size: 40px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 850px) {
  section.achieve .inner h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1300px) {
  section.achieve .inner .main {
    text-align: left;
    margin-left: 50px;
  }
}
@media only screen and (max-width: 850px) {
  section.achieve .inner .main {
    text-align: center;
    margin-left: 0;
  }
}
section.achieve .inner .main .row {
  display: inline-block;
  vertical-align: top;
  margin: 0 40px;
}
@media only screen and (max-width: 1300px) {
  section.achieve .inner .main .row {
    display: block;
    margin-bottom: 50px;
  }
}
section.achieve .inner .main .row figure {
  display: inline-block;
  vertical-align: top;
  width: 50px;
}
@media only screen and (max-width: 850px) {
  section.achieve .inner .main .row figure {
    width: 100px;
  }
}
section.achieve .inner .main .row .info {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-left: 10px;
}
@media only screen and (max-width: 850px) {
  section.achieve .inner .main .row .info {
    display: block;
    text-align: center;
  }
}
section.achieve .inner .main .row .info h3 {
  font-size: 40px;
  line-height: 20px;
  font-weight: 800;
  color: #267AF8;
  margin-top: 15px;
  margin-bottom: 22px;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 850px) {
  section.achieve .inner .main .row .info h3 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
section.achieve .inner .main .row .info h4 {
  font-size: 24px;
  line-height: 20px;
  font-weight: 400;
  color: #717A8E;
}
@media only screen and (max-width: 850px) {
  section.achieve .inner .main .row .info h4 {
    font-size: 18px;
  }
}

section.partner-link {
  width: 100%;
  padding-bottom: 150px;
  position: relative;
  padding: 200px 0 0px;
  overflow: hidden;
}
@media only screen and (max-width: 1300px) {
  section.partner-link {
    padding-top: 100px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 850px) {
  section.partner-link {
    padding-top: 70px;
    padding-bottom: 0px;
  }
}
section.partner-link .oval {
  width: 150vw;
  height: 50vw;
  background-color: #CEDBF7;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
section.partner-link main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.partner-link main .star {
  position: absolute;
  width: 28px;
  height: 28px;
}
section.partner-link main .star:nth-child(1) {
  top: 0;
  right: -30px;
}
section.partner-link main .star:nth-child(2) {
  height: 19px;
  width: 19px;
  top: 30px;
  right: -55px;
}
section.partner-link main .star:nth-child(3) {
  bottom: 50px;
  left: -55px;
}
@media only screen and (max-width: 430px) {
  section.partner-link main .star:nth-child(1) {
    top: 0;
    right: -10px;
  }
  section.partner-link main .star:nth-child(2) {
    top: 30px;
    right: -25px;
  }
  section.partner-link main .star:nth-child(3) {
    bottom: 50px;
    left: -25px;
  }
}
section.partner-link .inner {
  margin: 0 auto;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  background-color: #CEDBF7;
  padding-bottom: 230px;
}
@media only screen and (max-width: 1300px) {
  section.partner-link .inner {
    padding-bottom: 180px;
  }
}
@media only screen and (max-width: 850px) {
  section.partner-link .inner {
    padding-bottom: 70px;
  }
}
section.partner-link .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  vertical-align: top;
}
section.partner-link .col h2 {
  font-size: 40px;
  line-height: 1.5;
  margin: 48px 0;
  font-weight: 700;
}
@media only screen and (max-width: 1300px) {
  section.partner-link .col h2 {
    font-size: 40px;
    line-height: 1.5;
    margin: 60px 0;
  }
}
@media only screen and (max-width: 850px) {
  section.partner-link .col h2 {
    font-size: 24px;
    line-height: 1.5;
    margin: 40px 0;
  }
}
section.partner-link .col a {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  background-color: #267AF8;
  padding: 10px 20px;
  border-radius: 5px;
  transition: 0.3s;
  text-decoration: none;
}
section.partner-link .col a:hover {
  transform: translateY(-2px);
  background-color: #63a2ff;
}