/*--------------------------
color
---------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-slide {
  opacity: 0;
}
.slick-slide.slick-active {
  opacity: 1;
}

.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  padding: 0 0 10px;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  padding: 0;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev,
.slick-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: calc(50% - 20px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    top: calc(50% - 40px);
  }
}
.slick-prev::after,
.slick-next::after {
  display: block;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 48px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .slick-prev::after,
  .slick-next::after {
    font-size: 16px;
  }
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.7;
}

.slick-prev {
  left: 0;
}
@media only screen and (max-width: 768px) {
  .slick-prev {
    left: 12px;
  }
}
.slick-prev::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f007";
}
.slick-prev:hover {
  opacity: 0.7;
}

.slick-next {
  right: 0;
}
@media only screen and (max-width: 768px) {
  .slick-next {
    right: 12px;
  }
}
.slick-next::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f006";
}
.slick-next:hover {
  opacity: 0.7;
}

/* Dots */
.slick-slider {
  padding: 0 20px;
  margin-bottom: 20px;
}

.slick-dot {
  position: absolute;
  left: 0;
  bottom: -20px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dot li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 10px;
  padding: 0;
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: pointer;
}
.slick-dot li button {
  font-size: 0pt;
  display: block;
  width: 8px;
  height: 8px;
  cursor: pointer;
  padding: 0;
  background: #fff;
  border: none;
  border-radius: 50%;
}
.slick-dot li button:hover, .slick-dot li button:focus {
  outline: none;
}
.slick-dot li button:hover:before, .slick-dot li button:focus:before {
  opacity: 1;
}
.slick-dot li.slick-active button {
  background: #000;
}

.slick-slide {
  margin: 0 15px;
  height: auto;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: scale(1) rotate(0.001deg);
          transform: scale(1) rotate(0.001deg);
}

.slick-slide {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 768px) {
  .slick-list.draggable {
    padding: 0 10px !important;
  }
}

/*--------------------------
main_visual
---------------------------*/
#main_visual {
  position: relative;
  width: 97.5%;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 768px) {
  #main_visual {
    width: 100%;
  }
}
#main_visual img {
  width: 100%;
}
#main_visual .scroll {
  position: absolute;
  left: -1.25%;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  #main_visual .scroll {
    display: none;
  }
}

/*--------------------------
section01
---------------------------*/
#section01 {
  padding: 185px 0 125px;
  background-image: url(/cn/special/vnb-ept/asset/image/top/sec01_bg_img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #section01 {
    padding: 60px 0;
    background-image: url(/cn/special/vnb-ept/asset/image/top/sec01_bg_img_sp.png);
  }
}
#section01 .container {
  text-align: center;
}
#section01 .container strong {
  display: block;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section01 .container strong {
    font-size: 24px;
    margin: 0 0 20px;
  }
}
#section01 .container .txt_box {
  max-width: 768px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .txt_box {
    margin: 0 auto 20px;
  }
}
#section01 .container .txt_box p:not(:last-child) {
  margin: 0 0 16px;
}

/*--------------------------
section02
---------------------------*/
#section02 {
  position: relative;
  padding: 150px 0;
}
@media only screen and (max-width: 768px) {
  #section02 {
    padding: 60px 0;
  }
}
#section02::before {
  position: absolute;
  content: "";
  width: 97.5%;
  height: 480px;
  top: 0;
  right: 0;
  background-image: url(/cn/special/vnb-ept/asset/image/application/main_visual.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #section02::before {
    height: 300px;
  }
}
#section02::after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 240px);
  left: 0;
  bottom: 0;
  background: #eeeeee;
  z-index: -2;
}
@media only screen and (max-width: 768px) {
  #section02::after {
    height: calc(100% - 150px);
  }
}
#section02 h2 {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 2px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  #section02 h2 {
    font-size: 16px;
  }
}
#section02 h2::before {
  content: attr(data-en);
  display: block;
  font-size: 60px;
  font-family: "Montserrat";
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #section02 h2::before {
    font-size: 36px;
  }
}
#section02 .tabs {
  width: 85%;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 768px) {
  #section02 .tabs {
    width: 95%;
  }
}
#section02 .tabs .tab_list {
  margin: 60px auto 0;
}
#section02 .tabs .tab_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
#section02 .tabs .tab_list ul li {
  width: 50%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
}
#section02 .tabs .tab_list ul li:first-child {
  background: #ca0000;
}
#section02 .tabs .tab_list ul li:last-child {
  background: #004986;
}
#section02 .tabs .tab_list ul li span {
  display: inline-block;
  font-size: 32px;
  font-family: "Montserrat";
  font-weight: 600;
  color: #fff;
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  #section02 .tabs .tab_list ul li span {
    font-size: 24px;
    padding: 10px 0;
  }
}
#section02 .tabs .tab_list ul li.is-active span {
  border-bottom: 1px solid #fff;
}
#section02 .tabs .tabs_body {
  display: none;
}
#section02 .tabs .tabs_body.is-active {
  display: block;
}
#section02 .content {
  padding: 40px 20px;
}
#section02 .content.red {
  background: #ca0000;
}
#section02 .content.blue {
  background: #004986;
}
#section02 .content .slick li a {
  position: relative;
  display: block;
  overflow: hidden;
}
#section02 .content .slick li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  opacity: 0;
}
#section02 .content .slick li a figure {
  position: relative;
  display: block;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
#section02 .content .slick li a figure img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#section02 .content .slick li a figure figcaption {
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: 7.5%;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #section02 .content .slick li a figure figcaption {
    width: 95%;
    font-size: 18px;
    left: 2.5%;
  }
}
@media only screen and (max-width: 380px) {
  #section02 .content .slick li a figure figcaption {
    font-size: 16px;
  }
}
#section02 .content .slick li a:hover::after {
  opacity: 1;
}
#section02 .content .slick li a:hover figure img {
  -webkit-transform: scale(1.125);
          transform: scale(1.125);
}
#section02 .content .slick li h3 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.68;
}
@media only screen and (max-width: 768px) {
  #section02 .content .slick li h3 {
    font-size: 16px;
  }
}
#section02 .content .btn_box {
  margin: 50px 0 0;
}
#section02 .content .btn_box a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  height: 70px;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 500;
  color: #fff;
  margin: 0 auto;
  border: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
  #section02 .content .btn_box a {
    font-size: 14px;
    width: 220px;
    height: 50px;
  }
}
#section02 .content .btn_box a:hover {
  color: #000;
  background: #fff;
}

/*--------------------------
section03
---------------------------*/
#section03 {
  position: relative;
  padding: 60px 0 100px;
}
@media only screen and (max-width: 1024px) {
  #section03 {
    padding: 40px 0 60px;
  }
}
#section03::before, #section03::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  #section03::before, #section03::after {
    width: 100%;
    height: 50%;
  }
}
#section03::before {
  left: 0;
  background-image: url(/cn/special/vnb-ept/asset/image/top/sec03_bg_img01.jpg);
}
#section03::after {
  right: 0;
  background-image: url(/cn/special/vnb-ept/asset/image/top/sec03_bg_img02.jpg);
}
@media only screen and (max-width: 1024px) {
  #section03::after {
    top: 50%;
  }
}
#section03 h2 {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 2px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section03 h2 {
    font-size: 16px;
  }
}
#section03 h2::before {
  content: attr(data-en);
  display: block;
  font-size: 60px;
  font-family: "Montserrat";
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #section03 h2::before {
    font-size: 36px;
  }
}
#section03 .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1024px) {
  #section03 .flex_box {
    display: block;
  }
}
#section03 .flex_box .left_box,
#section03 .flex_box .right_box {
  width: 50%;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #section03 .flex_box .left_box,
  #section03 .flex_box .right_box {
    width: 100%;
  }
}
#section03 .flex_box .left_box h3,
#section03 .flex_box .right_box h3 {
  display: inline-block;
  font-size: 32px;
  font-family: "Montserrat";
  font-weight: 600;
  color: #fff;
  margin: 0 0 25px;
  border-bottom: 1px solid #fff;
}
#section03 .flex_box .left_box .icon_list,
#section03 .flex_box .right_box .icon_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 680px;
  margin: 0 auto 20px;
}
#section03 .flex_box .left_box .icon_list li,
#section03 .flex_box .right_box .icon_list li {
  width: calc(33.3333333333% - 40px);
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section03 .flex_box .left_box .icon_list li,
  #section03 .flex_box .right_box .icon_list li {
    width: calc(50% - 10px);
    margin: 0 0 20px;
  }
}
#section03 .flex_box .left_box .icon_list li i,
#section03 .flex_box .right_box .icon_list li i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 120px;
  margin: 0 auto 10px;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
#section03 .flex_box .left_box .icon_list li span,
#section03 .flex_box .right_box .icon_list li span {
  display: block;
  height: 40px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}
@media only screen and (max-width: 1170px) {
  #section03 .flex_box .left_box .icon_list li span,
  #section03 .flex_box .right_box .icon_list li span {
    font-size: 16px;
  }
}
#section03 .flex_box .left_box .icon_list li span small,
#section03 .flex_box .right_box .icon_list li span small {
  display: block;
  font-size: 14px;
}
@media only screen and (max-width: 1170px) {
  #section03 .flex_box .left_box .icon_list li span small,
  #section03 .flex_box .right_box .icon_list li span small {
    font-size: 12px;
  }
}
#section03 .flex_box .left_box .btn_box a.red,
#section03 .flex_box .right_box .btn_box a.red {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  height: 70px;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 500;
  color: #ca0000;
  margin: 0 auto;
  border: 1px solid #ca0000;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #section03 .flex_box .left_box .btn_box a.red,
  #section03 .flex_box .right_box .btn_box a.red {
    font-size: 14px;
    width: 220px;
    height: 50px;
  }
}
#section03 .flex_box .left_box .btn_box a.red:hover,
#section03 .flex_box .right_box .btn_box a.red:hover {
  color: #fff;
  background: #ca0000;
}
#section03 .flex_box .left_box .btn_box a.blue,
#section03 .flex_box .right_box .btn_box a.blue {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  height: 70px;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 500;
  color: #004986;
  margin: 0 auto;
  border: 1px solid #004986;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #section03 .flex_box .left_box .btn_box a.blue,
  #section03 .flex_box .right_box .btn_box a.blue {
    font-size: 14px;
    width: 220px;
    height: 50px;
  }
}
#section03 .flex_box .left_box .btn_box a.blue:hover,
#section03 .flex_box .right_box .btn_box a.blue:hover {
  color: #fff;
  background: #004986;
}
@media only screen and (max-width: 1024px) {
  #section03 .flex_box .left_box {
    margin: 0 0 200px;
  }
}
#section03 .flex_box .left_box .icon_list li i {
  background: #ca0000;
}
#section03 .flex_box .right_box .icon_list li i {
  background: #004986;
}

/*--------------------------
section04
---------------------------*/
#section04 {
  padding: 60px 0;
  background-image: url(/cn/special/vnb-ept/asset/image/top/sec04_bg_img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #section04 {
    padding: 40px 0;
  }
}
#section04 h2 {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 2px;
  margin: 0 0 60px;
}
@media only screen and (max-width: 768px) {
  #section04 h2 {
    font-size: 16px;
  }
}
#section04 h2::before {
  content: attr(data-en);
  display: block;
  font-size: 60px;
  font-family: "Montserrat";
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #section04 h2::before {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  #section04 h2 {
    margin: 0 0 40px;
  }
}
#section04 .container .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #section04 .container .flex_box {
    display: block;
  }
}
#section04 .container .flex_box .left_box,
#section04 .container .flex_box .right_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #section04 .container .flex_box .left_box,
  #section04 .container .flex_box .right_box {
    width: 100%;
  }
}
#section04 .container .flex_box .left_box h3,
#section04 .container .flex_box .right_box h3 {
  font-size: 32px;
  font-family: "Montserrat";
  font-weight: 600;
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section04 .container .flex_box .left_box h3,
  #section04 .container .flex_box .right_box h3 {
    font-size: 28px;
  }
}
#section04 .container .flex_box .left_box ul,
#section04 .container .flex_box .right_box ul {
  margin: 0 0 40px;
}
#section04 .container .flex_box .left_box ul li,
#section04 .container .flex_box .right_box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 392px;
  height: 90px;
  font-size: 32px;
  font-family: "Montserrat";
  font-weight: 600;
  color: #fff;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #section04 .container .flex_box .left_box ul li,
  #section04 .container .flex_box .right_box ul li {
    height: 70px;
    font-size: 22px;
  }
}
#section04 .container .flex_box .left_box ul li:not(:last-child),
#section04 .container .flex_box .right_box ul li:not(:last-child) {
  margin: 0 auto 20px;
}
#section04 .container .flex_box .left_box .btn_box,
#section04 .container .flex_box .right_box .btn_box {
  margin: auto 0 0;
}
#section04 .container .flex_box .left_box .btn_box a,
#section04 .container .flex_box .right_box .btn_box a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  height: 70px;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 500;
  color: #fff;
  margin: 0 auto;
  border: 1px solid #fff;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #section04 .container .flex_box .left_box .btn_box a,
  #section04 .container .flex_box .right_box .btn_box a {
    font-size: 14px;
    width: 220px;
    height: 50px;
  }
}
#section04 .container .flex_box .left_box .btn_box a:hover,
#section04 .container .flex_box .right_box .btn_box a:hover {
  color: #000;
  background: #fff;
}
#section04 .container .flex_box .left_box .btn_box a.ept,
#section04 .container .flex_box .right_box .btn_box a.ept {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  height: 70px;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 500;
  color: #ca0000;
  margin: 0 auto;
  border: 1px solid #ca0000;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #section04 .container .flex_box .left_box .btn_box a.ept,
  #section04 .container .flex_box .right_box .btn_box a.ept {
    font-size: 14px;
    width: 220px;
    height: 50px;
  }
}
#section04 .container .flex_box .left_box .btn_box a.ept:hover,
#section04 .container .flex_box .right_box .btn_box a.ept:hover {
  color: #fff;
  background: #ca0000;
}
#section04 .container .flex_box .left_box .btn_box a.ebt,
#section04 .container .flex_box .right_box .btn_box a.ebt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  height: 70px;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 500;
  color: #004986;
  margin: 0 auto;
  border: 1px solid #004986;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #section04 .container .flex_box .left_box .btn_box a.ebt,
  #section04 .container .flex_box .right_box .btn_box a.ebt {
    font-size: 14px;
    width: 220px;
    height: 50px;
  }
}
#section04 .container .flex_box .left_box .btn_box a.ebt:hover,
#section04 .container .flex_box .right_box .btn_box a.ebt:hover {
  color: #fff;
  background: #004986;
}
@media only screen and (max-width: 768px) {
  #section04 .container .flex_box .left_box {
    margin: 0 0 40px;
  }
}
#section04 .container .flex_box .left_box h3 {
  color: #ca0000;
}
#section04 .container .flex_box .left_box ul li {
  background: #ca0000;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
#section04 .container .flex_box .right_box h3 {
  color: #004986;
}
#section04 .container .flex_box .right_box ul li {
  background: #004986;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

/*--------------------------
section05
---------------------------*/
#section05 {
  position: relative;
  padding: 60px 0 100px;
}
@media only screen and (max-width: 1024px) {
  #section05 {
    padding: 40px 0 60px;
  }
}
#section05 h2 {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 2px;
  margin: 0 0 60px;
}
@media only screen and (max-width: 768px) {
  #section05 h2 {
    font-size: 16px;
  }
}
#section05 h2::before {
  content: attr(data-en);
  display: block;
  font-size: 60px;
  font-family: "Montserrat";
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  #section05 h2::before {
    font-size: 36px;
  }
}
@media only screen and (max-width: 768px) {
  #section05 h2 {
    margin: 0 0 40px;
  }
}
#section05 .support_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #section05 .support_list {
    display: block;
  }
}
#section05 .support_list li {
  width: calc(33.3333333333% - 20px);
}
@media only screen and (max-width: 768px) {
  #section05 .support_list li {
    width: 100%;
  }
  #section05 .support_list li:not(:last-child) {
    margin: 0 0 20px;
  }
}
#section05 .support_list li a {
  display: block;
}
#section05 .support_list li a figure .thumb {
  position: relative;
  display: block;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
#section05 .support_list li a figure .thumb::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
#section05 .support_list li a figure img {
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
#section05 .support_list li a figure figcaption {
  margin: 8px 0 0;
}
#section05 .support_list li a figure figcaption h3 {
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media only screen and (max-width: 768px) {
  #section05 .support_list li a figure figcaption h3 {
    font-size: 18px;
  }
}
#section05 .support_list li a:hover figure .thumb::after {
  opacity: 1;
}
#section05 .support_list li a:hover figure .thumb img {
  -webkit-transform: scale(1.125);
          transform: scale(1.125);
}
#section05 .support_list li a:hover figure figcaption h3 {
  color: #004986;
}