@charset "UTF-8";
/*zindex*/
/*linear-gradient*/
/*specify*/
/*keyframes*/
/*Responsive*/
/*radius*/
/*boxshadow*/
/*POS*/
/*clearfix*/
/*changebg*/
/*gridbox*/
/*no-select*/
.bg_border {
  position: absolute;
  bottom: -25px;
  width: 100%;
}
.bg_border img {
  width: 100%;
}
.bg_border img.shake {
  width: calc(100% + 20px);
  left: -10px;
  position: relative;
}

.topbanner {
  text-align: center;
  position: relative;
}
.topbanner .wrapper_in {
  padding-top: 60px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .wrapper_in {
    padding-top: 50px;
  }
}
.topbanner .section_info {
  /* .numtxt{
      transform: scale(1, 1.1);
      display: inline-block;
      vertical-align: -10%;
      font-size: larger;
  } */
}
.topbanner .section_info .title {
  font-size: 48px;
  font-weight: bold;
  color: #00386e;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .section_info .title {
    font-size: 36px;
  }
}
.topbanner .section_info .stitle {
  margin-top: 20px;
  letter-spacing: 1.3px;
  font-size: 24px;
  color: #292929;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .section_info .stitle {
    font-size: 21px;
    margin-top: 10px;
  }
}
.topbanner .section_info .list {
  max-width: 280px;
  text-align: left;
  margin: 40px auto;
  font-size: 20px;
  letter-spacing: 1.2px;
  color: #00386e;
  font-weight: 500;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .section_info .list {
    max-width: 250px;
    margin: 30px auto 10px auto;
    font-size: 18px;
    line-height: 1.5;
  }
}
.topbanner .section_info .list li::before {
  content: url(../images/icon_chexk.svg);
  margin-right: 6px;
}
.topbanner .pic {
  position: relative;
  display: inline-block;
}
.topbanner .pic .tags {
  position: absolute;
  display: flex;
  align-items: flex-start;
  width: 100%;
  bottom: 10%;
}
.topbanner .pic .tags .tag {
  position: relative;
  flex-grow: 1;
  border: solid 1px #00386e;
  background-color: #fff;
  padding: 8px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #292929;
  max-width: 38px;
  margin: 0 auto;
  cursor: pointer;
}
.topbanner .pic .tags .tag:hover .tip {
  opacity: 1;
}
.topbanner .pic .tags .tag .tip {
  pointer-events: none;
  transition: opacity 0.2s ease;
  opacity: 0;
  position: absolute;
  bottom: calc(100% + 20px);
  border-radius: 6px;
  background-color: #1567c6;
  padding: 10px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  width: 220px;
  left: -100px;
}
.topbanner .pic .tags .tag .tip::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 12px 0 12px;
  border-color: #1567c6 transparent transparent transparent;
  bottom: -14px;
  left: calc(50% - 6px);
}
.topbanner .bg_border {
  position: absolute;
  bottom: -25px;
  width: 100%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .topbanner .bg_border {
    bottom: -2px;
  }
}
.sectionbox.section_2 {
  background: #00386e;
  text-align: center;
  position: relative;
}
.sectionbox.section_2 .wrapper_in {
  padding-top: 120px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .wrapper_in {
    padding-top: 40px;
    overflow: hidden;
  }
}
.sectionbox.section_2 .section_title {
  color: #fff;
}
.sectionbox.section_2 .section_title .stitle {
  margin-top: 30px;
  font-size: 18px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .section_title .stitle {
    margin-top: 20px;
  }
}
.sectionbox.section_2 .top_group {
  display: flex;
  margin-top: 70px;
  counter-reset: num;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .top_group {
    flex-direction: column;
  }
}
.sectionbox.section_2 .top_group .top_group_box {
  position: relative;
  color: #fff;
  margin: auto;
  width: 345px;
  height: 345px;
  background-color: #1567c6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .top_group .top_group_box {
    width: 100%;
    height: auto;
    min-height: 243px;
    border-radius: 20px;
  }
  .sectionbox.section_2 .top_group .top_group_box + .top_group_box {
    margin-top: 32px;
  }
}
.sectionbox.section_2 .top_group .top_group_box:before {
  position: absolute;
  top: -20px;
  counter-increment: num;
  content: "TOP " counter(num);
  color: #fff0a3;
  font-size: 30px;
  transform: scale(1, 1.2);
  font-style: italic;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .top_group .top_group_box:before {
    transform: scale(1, 1.4);
    font-size: 24px;
  }
}
.sectionbox.section_2 .top_group .top_group_box .tag {
  font-size: 16px;
}
.sectionbox.section_2 .top_group .top_group_box .title {
  margin-top: 20px;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .top_group .top_group_box .title {
    font-size: 21px;
  }
}
.sectionbox.section_2 .top_group .top_group_box .box {
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 7px;
  border: solid 0.9px #fff;
  padding: 8px 15px;
  display: inline-block;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .top_group .top_group_box .box {
    font-size: 18px;
  }
}
.sectionbox.section_2 .top_group .top_group_box .text {
  margin-top: 18px;
  font-size: 16px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .top_group .top_group_box .text {
    margin-top: 15px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .pic {
    margin-top: 10px;
  }
}
.sectionbox.section_2 .bg_border {
  position: absolute;
  bottom: -25px;
  width: 100%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_2 .bg_border {
    bottom: -2px;
  }
}
.sectionbox.section_3_4 {
  text-align: center;
}
.sectionbox.section_3_4 .wrapper_in {
  padding: 120px 30px 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3_4 .wrapper_in {
    padding: 120px 20px 0;
  }
}
.sectionbox.section_3_4 .section_title {
  color: #00386e;
}
.sectionbox.section_3_4 .section_content .content_box_wrapper {
  display: flex;
  align-items: stretch;
  margin-top: 70px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3_4 .section_content .content_box_wrapper {
    flex-direction: column;
    margin-top: 40px;
  }
}
.sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_dec_out {
  width: 33%;
  margin-right: 3%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_dec_out {
    width: 100%;
    margin-right: 0;
  }
}
.sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_dec_out .content_box_dec {
  display: flex;
  flex-direction: column;
  min-height: 46%;
}
.sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_dec_out .content_box_dec + .content_box_dec {
  margin-top: 8%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_dec_out .content_box_dec + .content_box_dec {
    margin-top: 20px;
    min-height: auto;
  }
}
.sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_dec_out .content_box_dec .content_box_dec_head {
  border-radius: 8px 8px 0px 0px;
  background: #003C76;
  color: #FFF;
  text-align: center;
  padding: 25px 0;
}
.sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_dec_out .content_box_dec .content_box_dec_head .title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 2px;
}
.sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_dec_out .content_box_dec .content_box_dec_head .stitle {
  font-size: 16px;
  margin-top: 4px;
}
.sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_dec_out .content_box_dec .content_box_dec_body {
  border-radius: 0 0 8px 8px;
  background: #F1F7FF;
  padding: 18px 20px;
  color: #003C76;
  text-align: left;
  flex-grow: 1;
}
.sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_dec_out .content_box_dec .content_box_dec_body li {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}
.sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_dec_out .content_box_dec .content_box_dec_body li::before {
  content: "•";
  margin-right: 8px;
}
.sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_dec_out .content_box_dec.content_box_dec_02 .content_box_dec_head {
  background: #50A0FF;
}
.sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_dec_out .content_box_dec.content_box_dec_02 .content_box_dec_body {
  color: #4098FF;
}
.sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice {
  width: 64%;
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice {
    width: 100%;
    margin-top: 40px;
  }
}
.sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_top, .sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_bottom {
  position: absolute;
  color: #1767C7;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  max-width: 210px;
  right: 25px;
  text-align: left;
}
.sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_top .ice_box, .sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_bottom .ice_box {
  padding: 14px;
  border-radius: 6px;
  border: 1px dashed #1767C7;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_top, .sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_bottom {
    position: static;
    max-width: 100%;
    text-align: center;
    font-size: 21px;
  }
}
.sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_top .ice_box_title, .sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_bottom .ice_box_title {
  font-weight: 700;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_top .ice_box_title, .sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_bottom .ice_box_title {
    font-size: 16px;
    font-weight: 500;
  }
}
.sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_top {
  top: 25px;
}
.sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_bottom {
  color: #FFF;
  bottom: 25px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_bottom {
    padding: 25px;
    border-radius: 0 0 8px 8px;
    background: #1567C6;
  }
}
.sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_bottom .ice_box {
  border: 1px dashed #FFF;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_bottom .ice_box {
    padding: 28px 18px;
    border-radius: 8px;
    background: #1567C6;
  }
}
.sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_title {
  position: absolute;
  color: #003C76;
  text-align: left;
  margin-top: 16px;
  margin-left: 26px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_title {
    position: relative;
    margin-top: 15px;
    margin-left: 0;
    padding: 15px;
    border-radius: 8px 8px 0 0;
    background: #DDEDFF;
  }
}
.sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_title .title {
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_title .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
  }
}
.sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_title .stitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_title .stitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
  }
}
.sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_center {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_center {
    flex-direction: column;
  }
}
.sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_center .ice_text {
  position: absolute;
  width: 100%;
}
.sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_center .ice_text .ice_text_top {
  color: #003C76;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  padding: 5% 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_center .ice_text .ice_text_top {
    font-size: 18px;
    font-weight: 700;
    padding-top: 24%;
    padding-bottom: 0;
  }
}
.sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_center .ice_text .ice_text_bottom {
  font-weight: 500;
  line-height: 30px;
  color: #FFF;
  padding: 5% 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_center .ice_text .ice_text_bottom {
    line-height: 18px;
  }
}
.sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_center .ice_text .ice_text_bottom li {
  padding: 3% 0;
}
.sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_center .ice_text .ice_text_bottom li + li {
  border-top: 1px dashed #4FA1FF;
}
.sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_center .ice_text .ice_text_bottom li:nth-child(2) {
  width: 60%;
}
.sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_center .ice_text .ice_text_bottom li:nth-child(3) {
  width: 40%;
}
.sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_center .ice_text .ice_text_bottom .ice_text_bottom_title {
  font-size: 22px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_center .ice_text .ice_text_bottom .ice_text_bottom_title {
    font-size: 14px;
    font-weight: 700;
  }
}
.sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_center .ice_text .ice_text_bottom .ice_text_bottom_stitle {
  color: #FFF;
  font-size: 18px;
}
.sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_center .ice_text .ice_text_bottom .ice_text_bottom_stitle::before {
  content: "▸";
  margin-right: 4px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_center .ice_text .ice_text_bottom .ice_text_bottom_stitle {
    font-size: 12px;
    font-weight: 500;
  }
}
.sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_center .ice_pic {
  display: flex;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #DDEDFF 0%, #DDEDFF 50%, #1567C6 50%, #1567C6 100%);
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_center .ice_pic {
    border-radius: 0;
  }
}
.sectionbox.section_3_4 .section_content .content_box_wrapper .content_box_ice .content_box_ice_center .ice_pic img {
  width: 100%;
}

.sectionbox.section_3 {
  text-align: center;
}
.sectionbox.section_3 .wrapper_in {
  padding-top: 120px;
}
.sectionbox.section_3 .section_title {
  color: #00386e;
}
.sectionbox.section_3 .grid_box_wrapper {
  display: flex;
  align-items: flex-end;
  color: #fff;
  margin: 70px 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .grid_box_wrapper {
    margin: 20px 0;
  }
}
.sectionbox.section_3 .grid_box_wrapper .pic {
  margin-right: -50px;
  margin-left: 30px;
  margin-bottom: -70px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .grid_box_wrapper .pic {
    display: none;
  }
}
.sectionbox.section_3 .grid_box_wrapper .grid_box_out {
  display: flex;
  flex-grow: 1;
  max-width: 821px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .grid_box_wrapper .grid_box_out {
    flex-direction: column;
  }
}
.sectionbox.section_3 .grid_box_wrapper .grid_box_out .grid_box_group {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .grid_box_wrapper .grid_box_out .grid_box_group {
    width: 100%;
  }
}
.sectionbox.section_3 .grid_box_wrapper .grid_box_out .grid_box_group + .grid_box_group {
  margin-left: 10px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .grid_box_wrapper .grid_box_out .grid_box_group + .grid_box_group {
    margin-left: 0;
    margin-top: 14px;
  }
}
.sectionbox.section_3 .grid_box_wrapper .grid_box_out .grid_box_group + .grid_box_group .grid_box .grid_box_in {
  background-color: #50a0ff;
}
.sectionbox.section_3 .grid_box_wrapper .grid_box_out .grid_box_group .grid_box {
  padding: 8px;
  width: 50%;
}
.sectionbox.section_3 .grid_box_wrapper .grid_box_out .grid_box_group .grid_box.grid_box_large {
  width: 100%;
}
.sectionbox.section_3 .grid_box_wrapper .grid_box_out .grid_box_group .grid_box .grid_box_in {
  border-radius: 8px;
  background-color: #00386e;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  min-height: 126px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .grid_box_wrapper .grid_box_out .grid_box_group .grid_box .grid_box_in {
    min-height: 104px;
  }
}
.sectionbox.section_3 .grid_box_wrapper .grid_box_out .grid_box_group .grid_box .grid_box_in .title {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 2px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .grid_box_wrapper .grid_box_out .grid_box_group .grid_box .grid_box_in .title {
    font-size: 24px;
  }
}
.sectionbox.section_3 .grid_box_wrapper .grid_box_out .grid_box_group .grid_box .grid_box_in .stitle {
  font-size: 16px;
  letter-spacing: 0.9px;
}
.sectionbox.section_3 .grid_box_wrapper .grid_box_out .grid_box_group .grid_box .grid_box_in .stitle .light {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_3 .grid_box_wrapper .grid_box_out .grid_box_group .grid_box .grid_box_in .stitle .light {
    font-size: 21px;
  }
}

.sectionbox.section_4 {
  padding-top: 30px;
}
.sectionbox.section_4 .wrapper_in {
  max-width: 1080px;
}
.sectionbox.section_4 .section_title {
  position: relative;
  z-index: 2;
  margin-left: 60%;
  color: #00386e;
  line-height: 46px;
}
.sectionbox.section_4 .section_title .stitle {
  font-size: 28px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_4 .section_title {
    margin-left: 0;
    text-align: center;
    line-height: normal;
  }
  .sectionbox.section_4 .section_title .stitle {
    font-size: 22px;
  }
}
.sectionbox.section_4 .top_ice, .sectionbox.section_4 .bottom_ice {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  color: #00386e;
  padding-top: 46px;
}
.sectionbox.section_4 .top_ice .ice_txt, .sectionbox.section_4 .bottom_ice .ice_txt {
  width: 60%;
  text-align: center;
  letter-spacing: 1.3px;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_4 .top_ice .ice_txt, .sectionbox.section_4 .bottom_ice .ice_txt {
    font-size: 18px;
    margin-top: 45px;
    width: 100%;
  }
}
.sectionbox.section_4 .top_ice .ice_box, .sectionbox.section_4 .bottom_ice .ice_box {
  width: calc(40% - 30px);
  border-radius: 8px;
  border: solid 1px #bccbd9;
  padding: 24px;
  font-size: 18px;
  letter-spacing: 1px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_4 .top_ice .ice_box, .sectionbox.section_4 .bottom_ice .ice_box {
    width: 100%;
    padding: 12px 24px;
    text-align: center;
    font-size: 16px;
  }
}
.sectionbox.section_4 .top_ice .ice_box .light, .sectionbox.section_4 .bottom_ice .ice_box .light {
  letter-spacing: 1.3px;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_4 .top_ice .ice_box .light, .sectionbox.section_4 .bottom_ice .ice_box .light {
    font-size: 20px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_4 .top_ice {
    flex-direction: column-reverse;
  }
}
.sectionbox.section_4 .center_ice {
  position: relative;
  margin-top: 60px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_4 .center_ice {
    margin-top: 0;
  }
}
.sectionbox.section_4 .center_ice .ice_pic {
  position: absolute;
  top: -320px;
  left: calc(50% - 400px);
  z-index: 1;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_4 .center_ice .ice_pic {
    width: 260px;
    top: -200px;
    left: calc(50% - 130px);
  }
}
.sectionbox.section_4 .center_ice img {
  width: calc(100% + 20px);
  left: -10px;
  position: relative;
}
.sectionbox.section_4 .bottom_ice_bg {
  background-color: #1767c7;
  min-height: 540px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_4 .bottom_ice_bg {
    min-height: auto;
    padding-bottom: 50px;
  }
}
.sectionbox.section_4 .bottom_ice_bg .bottom_ice {
  padding-top: 20px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_4 .bottom_ice_bg .bottom_ice {
    flex-direction: column;
    padding-top: 10px;
  }
}
.sectionbox.section_4 .bottom_ice_bg .bottom_ice .bottom_ice_box_out {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_4 .bottom_ice_bg .bottom_ice .bottom_ice_box_out {
    margin-top: 0;
    flex-direction: column;
  }
}
.sectionbox.section_4 .bottom_ice_bg .bottom_ice .bottom_ice_box_out .bottom_ice_box {
  margin: 22px 18px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_4 .bottom_ice_bg .bottom_ice .bottom_ice_box_out .bottom_ice_box {
    margin: 10px;
  }
}
.sectionbox.section_4 .bottom_ice_bg .bottom_ice .bottom_ice_box_out .bottom_ice_box .stitle {
  font-size: 20px;
  letter-spacing: 0.9px;
  font-weight: 200;
  position: relative;
  display: inline;
  color: #fff;
}
.sectionbox.section_4 .bottom_ice_bg .bottom_ice .bottom_ice_box_out .bottom_ice_box .stitle::before {
  content: "▸";
  position: absolute;
  left: -14px;
  top: calc(50% - 10px);
  font-size: 14px;
}
.sectionbox.section_4 .bottom_ice_bg .bottom_ice .bottom_ice_box_out .bottom_ice_box .title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.3px;
}
.sectionbox.section_4 .bottom_ice_bg .bottom_ice .ice_box {
  color: #fff;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_4 .bottom_ice_bg .bottom_ice .ice_box {
    margin-top: 80px;
  }
}

.sectionbox.section_5 {
  padding: 100px 0 300px 0;
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_5 {
    padding-top: 60px;
  }
}
.sectionbox.section_5 .section_title {
  text-align: center;
  color: #00386e;
}
.sectionbox.section_5 .section_content {
  display: flex;
  justify-content: center;
  margin-top: 68px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_5 .section_content {
    flex-direction: column;
  }
}
.sectionbox.section_5 .section_content .content_box.before, .sectionbox.section_5 .section_content .content_box.after {
  position: relative;
  width: 500px;
  height: 500px;
  aspect-ratio: 1/1;
  border: dashed 1px #bccbd9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_5 .section_content .content_box.before, .sectionbox.section_5 .section_content .content_box.after {
    width: 100%;
    height: auto;
    min-height: 320px;
    margin: 0 auto;
  }
}
.sectionbox.section_5 .section_content .content_box.before > div, .sectionbox.section_5 .section_content .content_box.after > div {
  margin-bottom: 40px;
}
.sectionbox.section_5 .section_content .content_box.before .title, .sectionbox.section_5 .section_content .content_box.after .title {
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  color: #1767c7;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_5 .section_content .content_box.before .title, .sectionbox.section_5 .section_content .content_box.after .title {
    font-size: 30px;
  }
}
.sectionbox.section_5 .section_content .content_box.before .list, .sectionbox.section_5 .section_content .content_box.after .list {
  margin-top: 44px;
  letter-spacing: 1px;
  color: #292929;
  font-size: 18px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_5 .section_content .content_box.before .list, .sectionbox.section_5 .section_content .content_box.after .list {
    margin-top: 25px;
    font-size: 14px;
    text-align: center;
  }
}
.sectionbox.section_5 .section_content .content_box.before .list li .underline, .sectionbox.section_5 .section_content .content_box.after .list li .underline {
  font-weight: 500;
  text-decoration: underline;
}
.sectionbox.section_5 .section_content .content_box.before .list li::before, .sectionbox.section_5 .section_content .content_box.after .list li::before {
  content: url(../images/icon_boxcheck.svg);
  margin-left: 6px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_5 .section_content .content_box.before .list li::before, .sectionbox.section_5 .section_content .content_box.after .list li::before {
    display: none;
  }
}
.sectionbox.section_5 .section_content .content_box.before .list li + li, .sectionbox.section_5 .section_content .content_box.after .list li + li {
  margin-top: 6px;
}
.sectionbox.section_5 .section_content .content_box.before .link, .sectionbox.section_5 .section_content .content_box.after .link {
  position: absolute;
}
.sectionbox.section_5 .section_content .content_box.before .pic, .sectionbox.section_5 .section_content .content_box.after .pic {
  position: absolute;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_5 .section_content .content_box.before .pic, .sectionbox.section_5 .section_content .content_box.after .pic {
    width: 122px;
  }
}
.sectionbox.section_5 .section_content .content_box.before .link {
  color: #1767c7;
  left: 161px;
  bottom: 50px;
  font-size: 16px;
  text-decoration: none;
  z-index: 1;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_5 .section_content .content_box.before .link {
    font-size: 14px;
    left: 114px;
  }
}
.sectionbox.section_5 .section_content .content_box.before .link:hover {
  text-decoration: underline;
}
.sectionbox.section_5 .section_content .content_box.before .link::after {
  position: absolute;
  content: url(../images/index/s5_icon_dbarrow.svg);
  top: 2px;
  left: -25px;
}
.sectionbox.section_5 .section_content .content_box.before .pic {
  left: -12px;
  bottom: -120px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_5 .section_content .content_box.before .pic {
    bottom: 0;
  }
}
.sectionbox.section_5 .section_content .content_box.after .pic {
  right: 0;
  bottom: -120px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_5 .section_content .content_box.after .pic {
    bottom: 0;
  }
}
.sectionbox.section_5 .section_content .content_box.line {
  width: 35px;
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_5 .section_content .content_box.line {
    margin-top: 6px;
    width: 100%;
  }
}
.sectionbox.section_5 .section_content .content_box.line::after {
  content: "";
  position: absolute;
  width: 240px;
  border: solid 2px #1767c7;
  top: 30%;
  left: calc(50% - 120px);
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_5 .section_content .content_box.line::after {
    width: 0px;
    height: 70px;
    top: -30px;
    left: calc(50% - 1px);
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_5 .bg_border {
    bottom: -2px;
  }
}

.sectionbox.section_6 {
  background-color: #00386e;
  color: #fff;
  padding: 100px 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_6 {
    padding: 30px 0 70px 0;
  }
}
.sectionbox.section_6 .wave_line {
  position: absolute;
  top: -250px;
  left: 50%;
  z-index: 1;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_6 .wave_line {
    width: 150px;
    top: -16%;
    left: 0;
  }
}
.sectionbox.section_6 .section_title {
  padding-left: 50px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_6 .section_title {
    padding-left: 40%;
  }
}
.sectionbox.section_6 .section_title img {
  margin-left: 10px;
}
.sectionbox.section_6 .section_content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_6 .section_content {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.sectionbox.section_6 .section_content .content_box {
  padding: 15px;
  border-top: solid 2px #4e9dfc;
  border-left: solid 2px #4e9dfc;
  width: calc(20% - 26px);
  min-height: 120px;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_6 .section_content .content_box {
    margin: 12px 10px;
    width: calc(50% - 20px);
    min-height: 80px;
    box-sizing: border-box;
    border: solid 2px #4e9dfc;
  }
  .sectionbox.section_6 .section_content .content_box:nth-child(5) {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .sectionbox.section_6 .section_content .content_box + .content_box {
    margin-left: 26px;
  }
  .sectionbox.section_6 .section_content .content_box:nth-child(1) {
    margin-top: 120px;
  }
  .sectionbox.section_6 .section_content .content_box:nth-child(2) {
    margin-top: 60px;
  }
  .sectionbox.section_6 .section_content .content_box:nth-child(3) {
    margin-top: 0;
  }
  .sectionbox.section_6 .section_content .content_box:nth-child(4) {
    margin-top: -60px;
  }
  .sectionbox.section_6 .section_content .content_box:nth-child(5) {
    margin-top: -120px;
  }
}
.sectionbox.section_6 .section_content .content_box .title {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_6 .section_content .content_box .title {
    font-size: 18px;
  }
}
.sectionbox.section_6 .section_content .content_box .stitle {
  font-size: 16px;
  margin-top: 30px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_6 .section_content .content_box .stitle {
    font-size: 12px;
    margin-top: 10px;
  }
}

.sectionbox.section_7 {
  padding: 0 0 100px 0;
  background-color: #00386e;
  color: #fff;
}
.sectionbox.section_7 .wrapper_in {
  max-width: 1104px;
}
.sectionbox.section_7 .section_title {
  text-align: center;
}
.sectionbox.section_7 .section_title img {
  margin-left: 10px;
}
.sectionbox.section_7 .section_content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_7 .section_content {
    margin-top: 40px;
    flex-direction: column;
  }
}
.sectionbox.section_7 .section_content .tabs {
  width: 100%;
  display: flex;
  border-radius: 10px 10px 0 0;
  background-color: #125aaf;
}
.sectionbox.section_7 .section_content .tabs .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 70px;
  border-radius: 10px 10px 0 0;
  background-color: #125aaf;
  color: #87bbf9;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.sectionbox.section_7 .section_content .tabs .tab.active {
  font-size: 21px;
  box-shadow: 2px 0 8px 0 rgba(0, 0, 0, 0.3);
  background-color: #50a0ff;
  color: #fff;
}
.sectionbox.section_7 .section_content .content_box .th {
  position: relative;
  height: 130px;
  box-sizing: border-box;
}
.sectionbox.section_7 .section_content .content_box .tr {
  position: relative;
  height: 108px;
  box-sizing: border-box;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_7 .section_content .content_box .tr {
    height: auto;
  }
}
.sectionbox.section_7 .section_content .content_box.title {
  width: 25%;
}
.sectionbox.section_7 .section_content .content_box.title .th .pic {
  position: absolute;
  bottom: 0;
  right: -10px;
  z-index: 2;
}
.sectionbox.section_7 .section_content .content_box.title .tr {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00386e;
  background-color: #dbecff;
  font-size: 24px;
  font-weight: 500;
}
.sectionbox.section_7 .section_content .content_box.title .tr + .tr {
  border-top: 1px solid #00386e;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_7 .section_content .content_box.content_box_tbody.tools, .sectionbox.section_7 .section_content .content_box.content_box_tbody.other {
    border-radius: 0 0 10px 10px;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) {
  .sectionbox.section_7 .section_content .content_box.content_box_tbody.tools, .sectionbox.section_7 .section_content .content_box.content_box_tbody.other {
    display: block !important;
  }
}
.sectionbox.section_7 .section_content .content_box.content_box_tbody.tools .th, .sectionbox.section_7 .section_content .content_box.content_box_tbody.other .th {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.sectionbox.section_7 .section_content .content_box.content_box_tbody.tools .tr, .sectionbox.section_7 .section_content .content_box.content_box_tbody.other .tr {
  color: #003c76;
  background-color: #fff;
  padding: 3% 5% 3% 10%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_7 .section_content .content_box.content_box_tbody.tools .tr, .sectionbox.section_7 .section_content .content_box.content_box_tbody.other .tr {
    padding: 14px;
  }
}
.sectionbox.section_7 .section_content .content_box.content_box_tbody.tools .tr::before, .sectionbox.section_7 .section_content .content_box.content_box_tbody.other .tr::before {
  content: url(../images/index/s7_icon_check.svg);
  position: absolute;
  left: calc(10% - 25px);
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_7 .section_content .content_box.content_box_tbody.tools .tr::before, .sectionbox.section_7 .section_content .content_box.content_box_tbody.other .tr::before {
    display: none;
  }
}
.sectionbox.section_7 .section_content .content_box.content_box_tbody.tools .tr + .tr, .sectionbox.section_7 .section_content .content_box.content_box_tbody.other .tr + .tr {
  position: relative;
  border-top: 1px solid transparent;
}
.sectionbox.section_7 .section_content .content_box.content_box_tbody.tools .tr + .tr::after, .sectionbox.section_7 .section_content .content_box.content_box_tbody.other .tr + .tr::after {
  content: "";
  position: absolute;
  width: 90%;
  top: -1px;
  left: 5%;
  border-top: 1px dotted #a9a9a9;
}
.sectionbox.section_7 .section_content .content_box.content_box_tbody.tools .tr .title, .sectionbox.section_7 .section_content .content_box.content_box_tbody.other .tr .title {
  color: #2187ff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.sectionbox.section_7 .section_content .content_box.content_box_tbody.tools {
  width: 40%;
  box-shadow: 0 2px 30px 0 rgba(21, 57, 110, 0.15);
  z-index: 1;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_7 .section_content .content_box.content_box_tbody.tools {
    width: 100%;
  }
}
.sectionbox.section_7 .section_content .content_box.content_box_tbody.tools .th .th-tab {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #50a0ff;
  border-radius: 10px 10px 0 0;
  font-size: 36px;
  font-weight: 500;
}
.sectionbox.section_7 .section_content .content_box.content_box_tbody.tools .th .th-tab .pic {
  position: absolute;
  top: -16px;
}
.sectionbox.section_7 .section_content .content_box.content_box_tbody.other {
  width: 35%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_7 .section_content .content_box.content_box_tbody.other {
    width: 100%;
  }
}
.sectionbox.section_7 .section_content .content_box.content_box_tbody.other .th .th-tab {
  position: relative;
  width: 100%;
  height: calc(100% - 30px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #125aaf;
  color: #87bbf9;
  border-radius: 0 10px 0 0;
  font-size: 34px;
}
.sectionbox.section_7 .section_content .content_box.content_box_tbody.other .th .th-tab .pic {
  position: absolute;
  top: -16px;
}
.sectionbox.section_7 .section_content .content_box.content_box_tbody.other .tr {
  padding-left: 5%;
  font-weight: normal;
}
.sectionbox.section_7 .section_content .content_box.content_box_tbody.other .tr::before {
  display: none;
}

.sectionbox.section_8 {
  padding: 100px 0 100px 0;
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_8 {
    padding-top: 60px;
  }
}
.sectionbox.section_8 .section_title {
  text-align: center;
  color: #00386e;
}
.sectionbox.section_8 .carousel_group {
  margin-top: 60px;
  padding: 0 80px;
  width: 100%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sectionbox.section_8 .carousel_group {
    padding: 0 20px;
  }
}
.sectionbox.section_8 .carousel_group .carousel_item {
  min-height: 200px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media screen and (min-width: 0) and (max-width: 1024px) {
  .sectionbox.section_8 .carousel_group .carousel_item {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 0) and (max-width: 576px) {
  .sectionbox.section_8 .carousel_group .carousel_item {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sectionbox.section_8 .carousel_group .carousel_item .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  text-align: center;
  gap: 6px;
}
.sectionbox.section_8 .carousel_group .carousel_item .box .img img {
  width: 100%;
  height: auto;
}
.sectionbox.section_8 .flickity-page-dots {
  left: -15px;
}
.sectionbox.section_8 .flickity-page-dots {
  position: relative;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  z-index: 2;
}
.sectionbox.section_8 .flickity-page-dots .dot {
  display: inline-block;
  width: 12px;
  height: 6px;
  border-radius: 12px;
  background-color: #2D8EF2;
  margin: 0 5px;
  cursor: pointer;
}
.sectionbox.section_8 .flickity-page-dots .is-selected {
  width: 24px;
  height: 6px;
  border-radius: 12px;
  background-color: #2D8EF2;
}/*# sourceMappingURL=index.css.map */