* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: none
}

li,
ul {
  list-style: none
}

img {
  border: 0;
  width: 100%
}

picture {
  font-size: 0;
  display: block
}

/* input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit
} */

a,
a:focus,
a:hover,
a:visited {
  text-decoration: none
}

a {
  background-color: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent
}

/* html input[type=button],
html input[type=password],
input[type=reset],
input[type=submit],
input[type=text] {
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 0
} */

input::-ms-clear,
input::-ms-reveal {
  display: none
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}

body,
html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font: 1.04167vw/1.6 OPPOSans-Medium;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  color: #fff;
  background-color: #fff;
  word-break: break-word
}

.is-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 4.89583vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .is-sticky {
    top: 15.73333vw
  }
}

.aiko-h1,
.aiko-h2,
.aiko-h4,
h1,
h2,
h4 {
  margin-top: 0;
  margin-bottom: .78125vw;
  font-family: OPPOSans-Bold;
  line-height: 1.3;
  color: #fff;
  font-weight: 400
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {

  .aiko-h1,
  .aiko-h2,
  .aiko-h4,
  h1,
  h2,
  h4 {
    margin-bottom: 3.2vw
  }
}

.aiko-h1,
h1 {
  font-size: 4.16667vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {

  .aiko-h1,
  h1 {
    font-size: 6.93333vw
  }
}

.aiko-h2,
h2 {
  font-size: 2.91667vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {

  .aiko-h2,
  h2 {
    font-size: 6.4vw
  }
}

.aiko-h4,
h4 {
  font-size: 2.08333vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {

  .aiko-h4,
  h4 {
    font-size: 6.4vw
  }
}

p {
  font-size: .72917vw;
  color: #000
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  p {
    font-size: 2.66667vw
  }
}

.aiko-p {
  font-family: OPPOSans-Medium;
  font-size: 1.04167vw;
  line-height: 1.6;
  color: #FEFEFE;
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .aiko-p {
    font-size: 3.2vw
  }
}

.aiko-p.opacity-80 {
  opacity: .8
}

.aiko-p.aiko-lead {
  font-size: 1.25vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .aiko-p.aiko-lead {
    font-size: 3.2vw
  }
}

.aiko-p.aiko-medium {
  font-size: .83333vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .aiko-p.aiko-medium {
    font-size: 2.13333vw
  }
}


@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .aiko-space {
    margin-bottom: 1.6vw
  }
}

.aiko-container {
  position: relative;
  width: 88.83333vw;
  margin-right: auto;
  margin-left: auto
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .aiko-container {
    width: 88.83333vw
  }
}

.aiko-btn {
  display: inline-block;
  min-width: 10.41667vw;
  height: 2.91667vw;
  color: #666666;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #FFFFFF;
  border: 1px solid transparent;
  padding: 0 1.5625vw;
  font-family: OPPOSans-Heavy;
  font-size: .72917vw;
  line-height: 1.3;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .aiko-btn {
    -webkit-transition: none;
    transition: none
  }
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .aiko-btn {
    min-width: 35.33333vw;
    height: 9.86667vw;
    font-size: 2.4vw;
    border: 1px solid transparent
  }
}

@media (any-hover:hover) {
  .aiko-btn:hover {
    color: #212529;
    text-decoration: none
  }
}

.aiko-btn:focus {
  outline: 0
}

.aiko-btn:disabled {
  opacity: .65;
  cursor: default
}

.aiko-btn:not(:disabled):not(.disabled) {
  cursor: pointer
}

.btn-light {
  color: #666666;
  border-color: #fff
}

.btn-light .btn-arrow {
  display: inline-block;
  padding-right: 1.14583vw;
  background-size: .57292vw .72917vw;
  -webkit-transition: background-image .15s ease-in-out;
  transition: background-image .15s ease-in-out
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .btn-light .btn-arrow {
    padding-right: 3.2vw;
    background-size: 1.73333vw 2.13333vw
  }
}

.btn-light:active {
  color: #007f68;
  border-color: #007f68
}


@media (any-hover:hover) {
  .btn-light:hover {
    color: #007f68;
    border-color: #007f68
  }


}

.btn-light:disabled {
  color: hsla(0, 0%, 100%, .6);
  border-color: #fff
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active {
  color: #007f68;
  border-color: #007f68
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .15625vw rgba(255, 81, 0, .5)
}

.btn-dark {
  color: #FFFFFF;
  background: linear-gradient(28deg, #15A33B 0%, #7CE741 100%);
  
}

.btn-dark:active {
  color: #FFFFFF;
  background: linear-gradient(28deg, #15A33B 0%, #7CE741 100%);
  border-color: #007f68
}

@media (any-hover:hover) {
  .btn-dark:hover {
    color: #fff;
    background-color: #007f68;
    border-color: #007f68
  }
}

.btn-dark:disabled {
  color: rgba(0, 0, 0, .65);
  background-color: #fff;
  border-color: #fff
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
  color: #fff;
  border-color: #007f68
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .15625vw rgba(255, 81, 0, .5)
}

.aiko-link {
  font-family: OPPOSans-Regular;
  font-size: .625vw;
  line-height: 1.33333;
  color: #666464;
  text-decoration: none
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .aiko-link {
    font-size: 2.66667vw
  }
}

.aiko-link:active {
  color: #007f68
}

@media (any-hover:hover) {
  .aiko-link:hover {
    color: #007f68
  }
}

a.aiko-btn {
  line-height: 2.8125vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  a.aiko-btn {
    line-height: 9.73333vw
  }
}



.hidden {
  display: none !important
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .show-pc {
    display: none !important
  }
}

.show-mob {
  display: none !important
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .show-mob {
    display: block !important
  }
}

@supports (-ms-ime-align:auto) {
}

@supports (-ms-ime-align:auto) {
}

.aiko-kv-arrow {
  display: block;
  z-index: 5;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 3.17708vw;
  width: 1.77083vw;
  height: 1.77083vw;
  background-size: cover
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: -2.08333vw;
  width: 100%;
  z-index: 101
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  header {
    top: 0
  }
}

header .aiko-country {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, .75);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  touch-action: none
}

header .aiko-country .aiko-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 54.6875vw;
  height: 24.63542vw;
  padding: 4.89583vw 7.1875vw 3.4375vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  background-color: #000
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  header .aiko-country .aiko-container {
    width: 89.33333vw;
    min-height: 63.06667vw;
    height: auto;
    padding: 12.53333vw 7.46667vw 5.6vw
  }
}

header .aiko-country .aiko-country-btm {
  position: absolute;
  left: 0;
  bottom: 3.4375vw;
  width: 100%;
  height: 1.25vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  header .aiko-country .aiko-country-btm {
    bottom: 5.6vw;
    height: 3.2vw
  }
}

header .aiko-country #aiko-country-close {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  width: 1.25vw;
  height: 1.25vw;

  background-size: 1.25vw 1.25vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  header .aiko-country #aiko-country-close {
    width: 3.2vw;
    height: 3.2vw;
    background-size: 3.2vw 3.2vw
  }
}

header .aiko-country .aiko-country-left {
  position: relative;
  width: 100%;
  min-height: 3.125vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1.04167vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  header .aiko-country .aiko-country-left {
    min-height: 8vw;
    margin-bottom: 2.66667vw
  }
}

header .aiko-country .aiko-country-left .aiko-country-text {
  text-align: center;
  opacity: .8
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  header .aiko-country .aiko-country-left .aiko-country-text {
    padding-bottom: 2.66667vw
  }
}

header .aiko-country .aiko-country-left .country-color {
  color: #007f68
}

header .aiko-country .aiko-country-right {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 11.22396vw;
  flex: 0 0 11.22396vw;
  max-width: 11.22396vw;
  text-align: right
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  header .aiko-country .aiko-country-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding-top: 8.93333vw;
    padding-bottom: 10.4vw
  }
}

header .aiko-country .aiko-country-wrap {
  z-index: 5;
  position: relative;
  width: 29.0625vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 29.0625vw;
  flex: 0 0 29.0625vw;
  max-width: 29.0625vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  header .aiko-country .aiko-country-wrap {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

header .aiko-nav-group {
  background-color: #FFFFFF;
}

header .aiko-nav-group .aiko-nav-row {
  position: relative;
  height: 4.89583vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  header .aiko-nav-group .aiko-nav-row {
    height: 15.73333vw
  }
}

header .aiko-nav-group .aiko-nav-logo {
  width: 7.13542vw;
  height: 1.875vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  header .aiko-nav-group .aiko-nav-logo {
    width: 16.26667vw;
    height: 4.26667vw
  }
}

header .aiko-nav-group .navbar-toggle {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  width: 4.8vw;
  height: 4vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

  background-size: 4.8vw 4vw
}

@media screen and (max-width:1000px) {
  header .aiko-nav-group .navbar-toggle {
    display: block
  }
}

header .aiko-nav-group .aiko-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content:flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: .9375vw;
  width: 818px;
}

@media screen and (max-width:1000px)
 {
  header .aiko-nav-group .aiko-nav {
    display: none;
    height: auto;
    position: absolute;
    top: 5.73333vw;
    left: -5.33333vw;
    width: 100vw;
    height: -webkit-calc(100vh - 15.73333vw);
    height: calc(100vh - 15.73333vw);
    height: -webkit-calc(var(--vh, 1vh)*100 - 15.73333vw);
    height: calc(var(--vh, 1vh)*100 - 15.73333vw);
    padding: 1.6vw 5.33333vw;
    border-top: .13333vw solid hsla(0, 0%, 100%, .1);
    background-color: #000
  }
}

header .aiko-nav-group .aiko-nav .aiko-nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
}

@media screen and (max-width:1000px){
  header .aiko-nav-group .aiko-nav .aiko-nav-menu {
    display: block
  }
}

header .aiko-nav-group .aiko-nav .aiko-nav-menu .aiko-nav-item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin: 0 1.04167vw;
  align-items: center;
}

@media screen and  (max-width:1000px) {
  header .aiko-nav-group .aiko-nav .aiko-nav-menu .aiko-nav-item {
    display: block;
    margin: 6.4vw 0
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  header .aiko-nav-group .aiko-nav .aiko-nav-menu .aiko-nav-item {
    margin: 4vw 0
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  header .aiko-nav-group .aiko-nav .aiko-nav-menu .aiko-nav-item {
    margin: 4vw 0
  }
}

header .aiko-nav-group .aiko-nav .aiko-nav-menu .nav-link {
  position: relative;
  display: inline-block;
  font-family: OPPOSans-Medium;
  font-size: .72917vw;
  line-height: .9375vw;
  color: #666666;
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  header .aiko-nav-group .aiko-nav .aiko-nav-menu .nav-link {
    font-size: 3.2vw;
    line-height: 1.33333
  }
}

header .aiko-nav-group .aiko-nav .aiko-nav-menu .nav-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -.3125vw;
  width: 0;
  height: .05208vw;
 
  -webkit-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out
}

header .aiko-nav-group .aiko-nav .aiko-nav-menu .nav-link:hover{
  color: #007f68;
}

footer {
  background-color: #FFFFFF
}

footer .aiko-footer {
  padding: 1.66667vw 0
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  footer .aiko-footer {
    padding: 5.33333vw 0
  }
}

footer .aiko-footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center
}

footer .aiko-footer-top .aiko-footer-social {
  position: relative;
  height: .9375vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  footer .aiko-footer-top .aiko-footer-social {
    width: 100%;
    height: 3.73333vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
  }
}

footer .aiko-footer-top .aiko-footer-social .aiko-footer-follow {
  display: inline-block;
  vertical-align: top;
  line-height: .9375vw;
  font-size: .72917vw;
  padding-right: .78125vw;
  color: #666666;
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  footer .aiko-footer-top .aiko-footer-social .aiko-footer-follow {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 3.73333vw;
    font-size: 2.66667vw;
    padding-right: 2vw
  }
}

footer .aiko-footer-top .aiko-footer-social .aiko-footer-social-link {
  position: relative;
  margin: 0 .3125vw;
  height: .83333vw;
  vertical-align: top;
  line-height: .9375vw;
  display: inline-block;
  font-size: 0
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  footer .aiko-footer-top .aiko-footer-social .aiko-footer-social-link {
    margin: 0 1.46667vw;
    height: 3.73333vw;
    line-height: 3.73333vw
  }
}

footer .aiko-footer-top .aiko-footer-social .aiko-footer-social-link img {
  width: auto;
  height: .83333vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  footer .aiko-footer-top .aiko-footer-social .aiko-footer-social-link img {
    height: 3.73333vw
  }
}

footer .aiko-footer-top .aiko-footer-social .aiko-footer-social-link:last-child {
  margin-right: 0
}

footer .aiko-footer-btm {
  margin-top: .83333vw;
  padding-top: .83333vw;
  border-top: .05208vw solid #666464;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  footer .aiko-footer-btm {
    padding: 0;
    display: block;
    text-align: center
  }
}

footer .aiko-footer-btm .aiko-footer-copy {
  font-family: OPPOSans-Regular;
  font-size: .625vw;
  line-height: 1.33333;
  color: #666464;

}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  footer .aiko-footer-btm .aiko-footer-copy {
    font-size: 2.13333vw
  }
}

footer .aiko-footer-btm .aiko-footer-link-group .aiko-link {
  opacity: .8
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  footer .aiko-footer-btm .aiko-footer-link-group .aiko-link {
    font-size: 2.13333vw
  }
}

footer .aiko-footer-btm .aiko-footer-link-group .aiko-link:hover {
  opacity: 1
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  footer .aiko-footer-btm.aiko-footer-btm-m {
    margin-top: 3.2vw;
    padding-top: 3.2vw;
    text-align: left
  }
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  footer .aiko-footer-btm.aiko-footer-btm-m .aiko-footer-copy {
    font-size: 1.86667vw;
    line-height: 1.28571
  }
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  footer .aiko-footer-btm.aiko-footer-btm-m .aiko-footer-link-group {
    margin-top: 1.6vw
  }
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  footer .aiko-footer-btm.aiko-footer-btm-m .aiko-footer-link-group .aiko-link {
    font-size: 1.86667vw
  }
}

.aiko-footer-consult {
  position: fixed;
  z-index: 100;
  right: 2.08333vw;
  bottom: 5.20833vw;
  width: 2.08333vw;
  height: 4.375vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .aiko-footer-consult {
    right: 2.66667vw;
    bottom: 29.33333vw;
    width: 9.86667vw;
    height: 21.06667vw
  }
}

.aiko-footer-consult .aiko-backtotop,
.aiko-footer-consult .aiko-consult {
  display: block;
  width: 2.08333vw;
  height: 2.08333vw;
  background: no-repeat 50%;
  background-size: 2.08333vw;
  background-color: rgba(0, 0, 0, .6);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px)
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {

  .aiko-footer-consult .aiko-backtotop,
  .aiko-footer-consult .aiko-consult {
    width: 9.86667vw;
    height: 9.86667vw;
    background-size: 9.86667vw
  }
}

.aiko-footer-consult .aiko-backtotop:active,
.aiko-footer-consult .aiko-consult:active {
  background-color: #007f68
}

@media (any-hover:hover) {

  .aiko-footer-consult .aiko-backtotop:hover,
  .aiko-footer-consult .aiko-consult:hover {
    background-color: #007f68
  }
}



.aiko-video-modal {
  display: none;
  max-width: 62.5vw;
  box-sizing: border-box;
  width: 60%;
  background: #fff;
  padding: 0;
  border-radius: 0
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .aiko-video-modal {
    max-width: 100%;
    width: 100%
  }
}

.aiko-video-modal .aiko-video-item {
  display: block;
  width: 100%;
  max-height: 100%
}

.home-sec1 {
  position: relative;
  height: 49.27083vw;
  height: -webkit-calc(100vh - 4.89583vw);
  height: calc(100vh - 4.89583vw);
  background-size: cover
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec1 {
    height: -webkit-calc(100vh - 15.6vw);
    height: calc(100vh - 15.6vw);
    width: 100%;
    overflow: hidden
  }
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec1 .aiko-kv-arrow {
    bottom: 9.33333vw;
    width: 7.46667vw;
    height: 7.46667vw
  }
}

.home-sec1 .aiko-kv-mask {
  width: 100%;
  background: rgba(0, 0, 0, .3);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2
}

.home-sec1 .home-sec1-btn-group {
  margin-top: 2.5vw;
  font-size: 0
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec1 .home-sec1-btn-group {
    margin-top: 7.46667vw
  }
}

.home-sec1 .home-sec1-btn-group .home-sec1-btn {
  margin-right: 1.25vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec1 .home-sec1-btn-group .home-sec1-btn {
    margin-right: 4.26667vw
  }
}



@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec1 .home-sec1-summary {
    width: 100%;
    padding: 0 5.33333vw;
    top: 18.66667vw;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
  }
}

.home-sec1 .home-sec1-aiko-kv {
  height: -webkit-calc(100vh - 4.89583vw);
  height: calc(100vh - 4.89583vw);
  width: 100%;
  object-fit: cover;
  z-index: 1;
  display: none
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec1 .home-sec1-aiko-kv {
    height: -webkit-calc(100vh - 15.73333vw);
    height: calc(100vh - 15.73333vw)
  }
}

.home-sec1 .home-sec1-aiko-kv .home-sec1-aiko-kv-img {
  display: block;
  height: -webkit-calc(100vh - 4.89583vw);
  height: calc(100vh - 4.89583vw);
  width: 100%;
  z-index: 1;
  object-fit: cover
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec1 .home-sec1-aiko-kv .home-sec1-aiko-kv-img {
    height: -webkit-calc(100vh - 15.73333vw);
    height: calc(100vh - 15.73333vw)
  }
}

.home-sec1 .home-sec2-video {
  height: 49.27083vw;
  height: -webkit-calc(100vh - 4.89583vw);
  height: calc(100vh - 4.89583vw);
  width: 100%;
  object-fit: cover;
  z-index: 1
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec1 .home-sec2-video {
    width: 100%;
    height: -webkit-calc(100vh - 15.73333vw);
    height: calc(100vh - 15.73333vw);
    display: block;
    object-fit: cover
  }
}

.home-sec2-all {
  height: -webkit-calc(200vh + 89.375vw);
  height: calc(200vh + 89.375vw)
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2-all {
    height: 500vh
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2-all {
    height: 600vh
  }
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2-all .is-sticky {
    top: 15.73333vw
  }
}

.home-sec2 {
  width: 100%
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 {
    height: -webkit-calc(100vh - 15.73333vw);
    height: calc(100vh - 15.73333vw);
    overflow: hidden
  }
}

.home-sec2 .home-sec2-container {
  position: relative;
  overflow: hidden;
  height: 46.875vw;
  height: 41.97917vw;
  padding: 0;
  z-index: 1;
  width: 100%
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container {
    height: -webkit-calc(100vh - 15.73333vw);
    height: calc(100vh - 15.73333vw)
  }
}

.home-sec2 .home-sec2-container .home-sec2-arrow {
  display: none
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-arrow {
    display: block;
    z-index: 5;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 8.13333vw;
    font-size: 2.13333vw;
    background-size: cover;
    bottom: 8.66667vw;
    width: 100%;
    text-align: center;
    width: 3.73333vw;
    height: 3.73333vw;
    background-size: 3.73333vw 3.73333vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-arrow-text {
  display: none
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-arrow-text {
    display: block;
    z-index: 5;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 8.13333vw;
    font-size: 2.13333vw;
    bottom: 3.73333vw;
    width: 100%;
    text-align: center
  }
}

.home-sec2 .home-sec2-container .home-sec2-slider {
  width: 15.78125vw;
  background: #8a92a5;
  height: .05208vw;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 2.70833vw;
  z-index: 10
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-slider {
    display: none
  }
}

.home-sec2 .home-sec2-container .home-sec2-slider .home-sec2-slider-icon {
  width: 50%;
  height: .05208vw;
  background: #007f68;
  margin-left: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s
}

.home-sec2 .home-sec2-container .home-sec2-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 136%;
  height: 46.875vw;
  height: 41.97917vw;
  background: url(/uploads/allimg/20230629/1-230629100452W7.jpg) no-repeat 0 100%;
  background-size: cover;
  z-index: 2;
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  margin-left: 0;
  -webkit-transition: -webkit-transform 3s ease;
  transition: -webkit-transform 3s ease;
  transition: transform 3s ease;
  transition: transform 3s ease, -webkit-transform 3s ease;
  -webkit-transition: all 1.5s;
  transition: all 1.5s
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg {
    width: 407.86667vw;
    height: -webkit-calc(100vh - 15.73333vw);
    height: calc(100vh - 15.73333vw);
    margin-left: 0;
    background: url(/uploads/allimg/20230629/1-230629100452W7.jpg) no-repeat 0 100%;
    background-size: 407.86667vw -webkit-calc(100vh - 15.73333vw);
    background-size: 407.86667vw calc(100vh - 15.73333vw);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(0, .6, .3, 1);
    transition: -webkit-transform .5s cubic-bezier(0, .6, .3, 1);
    transition: transform .5s cubic-bezier(0, .6, .3, 1);
    transition: transform .5s cubic-bezier(0, .6, .3, 1), -webkit-transform .5s cubic-bezier(0, .6, .3, 1);
    will-change: transform
  }
}
.home-sec2 .home-sec2-container .home-sec2-slider .home-sec2-slider-icon.active {
  margin-left: 50%
}
.home-sec2 .home-sec2-container .home-sec2-bg.active1 {
  -webkit-transform: scale(1.22);
  transform: scale(1.22)
}

.home-sec2 .home-sec2-container .home-sec2-bg.active1.active2 {
  -webkit-transform: scale(1);
  transform: scale(1)
}
.home-sec2 .home-sec2-container .home-sec2-bg.active1.active3 {
  -webkit-transform: scale(1);
  transform: scale(1);
  margin-left: -34%
}
.home-sec2 .home-sec2-container .home-sec2-bg.mob-active3 {
  margin-left: -252%
}
.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag {
  position: absolute;
  left: 0;
  top: 0;
  width: 136%;
  height: 46.875vw;
  z-index: 100
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag {
    height: -webkit-calc(100vh - 15.73333vw);
    height: calc(100vh - 15.73333vw)
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list {
  position: relative;
  width: 136.5%;
  height: 46.875vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list {
    width: 407.86667vw;
    height: -webkit-calc(100vh - 15.73333vw);
    height: calc(100vh - 15.73333vw)
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item .flag-con {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateY(52%);
  transform: translateY(52%);
  opacity: 1;
  width: 10.15625vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item .flag-con {
    width: 28.4vw;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item .flag-con .flag-text {
  width: 7.65625vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item .flag-con .flag-text {
    width: 19.33333vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child {
  position: absolute;
  left: 5.5%;
  bottom: 17.3%
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child {
    left: 5.3%;
    bottom: 9.5%
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child .flag-con {
  position: relative;
  height: 6.5625vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child .flag-con {
    height: 31.46667vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child .flag-con {
    height: 24vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child .flag-con {
    height: 16.8vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child .flag-con {
    height: 16.8vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child .flag-con.op1 {
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child .flag-con .flag-d {
  width: 2.34375vw;
  height: 6.5625vw;
  position: relative
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child .flag-con .flag-d {
    width: 5.73333vw;
    height: 31.46667vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child .flag-con .flag-d {
    height: 24vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child .flag-con .flag-d {
    height: 16.8vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child .flag-con .flag-d {
    height: 16.8vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child .flag-con .flag-d:before {
  content: "";
  display: block;
  width: 1.25vw;
  height: .83333vw;
  position: absolute;
  top: -.10417vw;
  left: .3125vw;
  background-size: 1.25vw .83333vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child .flag-con .flag-d:before {
    width: 5.73333vw;
    height: 3.86667vw;
    background-size: 5.73333vw 3.86667vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child .flag-con .flag-d:after {
  content: "";
  display: block;
  width: .05208vw;
  height: 6.5625vw;
  background: #fff;
  position: absolute;
  top: 0;
  left: .32292vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child .flag-con .flag-d:after {
    height: 31.46667vw;
    width: .13333vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child .flag-con .flag-d:after {
    height: 24vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child .flag-con .flag-d:after {
    height: 16.8vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child .flag-con .flag-d:after {
    height: 16.8vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child .flag-con .flag-d .flag-border {
  width: 1.65521vw;
  height: 1.65521vw;
  /* background: url(../fonts/icon-big.svg) no-repeat 0; */
  position: absolute;
  bottom: -1.40625vw;
  left: -.47917vw;
  background-size: 1.65521vw 1.65521vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child .flag-con .flag-d .flag-border {
    width: 7.86667vw;
    height: 7.86667vw;
    background-size: 7.86667vw 7.86667vw;
    bottom: -6.66667vw;
    left: -3.46667vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child .flag-con .flag-text {
  float: right;
  margin-top: -.41667vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child .flag-con .flag-text {
    float: right;
    margin-top: -1.6vw;
    margin-left: 3.33333vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child .flag-con .flag-text {
    margin-top: -1.33333vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child .flag-con .flag-text {
    margin-top: -.66667vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child .flag-con .flag-text {
    margin-top: -.66667vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child .flag-con .flag-text .flag-tit {
  font-size: .9375vw;
  color: #fff
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child .flag-con .flag-text .flag-tit {
    font-size: 4.26667vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child .flag-con .flag-text .flag-tit {
    font-size: 3.46667vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child .flag-con .flag-text .flag-tit {
    font-size: 2.4vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child .flag-con .flag-text .flag-tit {
    font-size: 2.4vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child .flag-con .flag-text .flag-p {
  font-size: .625vw;
  color: #fff
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child .flag-con .flag-text .flag-p {
    font-size: 2.13333vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child .flag-con .flag-text .flag-p {
    font-size: 1.6vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child .flag-con .flag-text .flag-p {
    font-size: 1.6vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:first-child .flag-con .flag-text .flag-p {
    font-size: 1.6vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) {
  position: absolute;
  left: 9.28%;
  bottom: 24.3%
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) {
    left: 13.5%;
    bottom: 16.35%
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) .flag-con {
  position: relative;
  height: 6.97917vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) .flag-con {
    height: 36.4vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) .flag-con {
    height: 24vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) .flag-con {
    height: 22.66667vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) .flag-con {
    height: 22.66667vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) .flag-con.op2 {
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) .flag-con .flag-d {
  width: 2.34375vw;
  height: 6.97917vw;
  position: relative
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) .flag-con .flag-d {
    width: 5.73333vw;
    height: 36.4vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) .flag-con .flag-d {
    height: 24vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) .flag-con .flag-d {
    height: 22.66667vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) .flag-con .flag-d {
    height: 22.66667vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) .flag-con .flag-d:before {
  content: "";
  display: block;
  width: 1.25vw;
  height: .83333vw;
  position: absolute;
  top: -.10417vw;
  left: .3125vw;
  /* background: url(../fonts/icon-home2-1.svg) no-repeat 0; */
  background-size: 1.25vw .83333vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) .flag-con .flag-d:before {
    width: 5.73333vw;
    height: 3.86667vw;
    background-size: 5.73333vw 3.86667vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) .flag-con .flag-d:after {
  content: "";
  display: block;
  width: .05208vw;
  height: 6.97917vw;
  background: #fff;
  position: absolute;
  top: 0;
  left: .32292vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) .flag-con .flag-d:after {
    height: 36.4vw;
    width: .13333vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) .flag-con .flag-d:after {
    height: 24vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) .flag-con .flag-d:after {
    height: 22.66667vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) .flag-con .flag-d:after {
    height: 22.66667vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) .flag-con .flag-d .flag-border {
  width: 1.10938vw;
  height: 1.10938vw;
  position: absolute;
  bottom: -.95313vw;
  left: -.19792vw;
  /* background: url(../fonts/icon-small.svg) no-repeat 0; */
  background-size: 1.10938vw 1.10938vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) .flag-con .flag-d .flag-border {
    width: 5.06667vw;
    height: 5.06667vw;
    background-size: 5.06667vw 5.06667vw;
    bottom: -4.33333vw;
    left: -2.09333vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) .flag-con .flag-text {
  float: right;
  margin-top: -.41667vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) .flag-con .flag-text {
    float: right;
    margin-top: -1.6vw;
    margin-left: 3.33333vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) .flag-con .flag-text {
    margin-top: -1.33333vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) .flag-con .flag-text {
    margin-top: -.26667vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) .flag-con .flag-text {
    margin-top: -.26667vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) .flag-con .flag-text .flag-tit {
  font-size: .9375vw;
  color: #fff
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) .flag-con .flag-text .flag-tit {
    font-size: 4.26667vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) .flag-con .flag-text .flag-tit {
    font-size: 3.46667vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) .flag-con .flag-text .flag-tit {
    font-size: 2.4vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) .flag-con .flag-text .flag-tit {
    font-size: 2.4vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) .flag-con .flag-text .flag-p {
  font-size: .625vw;
  color: #fff
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) .flag-con .flag-text .flag-p {
    font-size: 2.13333vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) .flag-con .flag-text .flag-p {
    font-size: 1.6vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) .flag-con .flag-text .flag-p {
    font-size: 1.6vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(2) .flag-con .flag-text .flag-p {
    font-size: 1.6vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) {
  position: absolute;
  left: 13.5%;
  bottom: 36.7%
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) {
    left: 22.3%;
    bottom: 28%
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) .flag-con {
  position: relative;
  height: 6.77083vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) .flag-con {
    height: 34.4vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) .flag-con {
    height: 18vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) .flag-con {
    height: 26vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) .flag-con {
    height: 26vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) .flag-con.op3 {
  -webkit-transition: all .55s;
  transition: all .55s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) .flag-con .flag-d {
  width: 2.34375vw;
  height: 6.77083vw;
  position: relative
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) .flag-con .flag-d {
    width: 5.73333vw;
    height: 34.4vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) .flag-con .flag-d {
    height: 18vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) .flag-con .flag-d {
    height: 26vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) .flag-con .flag-d {
    height: 26vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) .flag-con .flag-d:before {
  content: "";
  display: block;
  width: 1.25vw;
  height: .83333vw;
  position: absolute;
  top: -.10417vw;
  left: .3125vw;
  /* background: url(../fonts/icon-home2-1.svg) no-repeat 0; */
  background-size: 1.25vw .83333vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) .flag-con .flag-d:before {
    width: 5.73333vw;
    height: 3.86667vw;
    background-size: 5.73333vw 3.86667vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) .flag-con .flag-d:after {
  content: "";
  display: block;
  width: .05208vw;
  height: 6.77083vw;
  background: #fff;
  position: absolute;
  top: 0;
  left: .32292vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) .flag-con .flag-d:after {
    height: 34.4vw;
    width: .13333vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) .flag-con .flag-d:after {
    height: 18vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) .flag-con .flag-d:after {
    height: 26vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) .flag-con .flag-d:after {
    height: 26vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) .flag-con .flag-d .flag-border {
  width: 1.10938vw;
  height: 1.10938vw;
  position: absolute;
  bottom: -.95313vw;
  left: -.19792vw;
  /* background: url(../fonts/icon-small.svg) no-repeat 0; */
  background-size: 1.10938vw 1.10938vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) .flag-con .flag-d .flag-border {
    width: 5.06667vw;
    height: 5.06667vw;
    background-size: 5.06667vw 5.06667vw;
    bottom: -4.33333vw;
    left: -2.09333vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) .flag-con .flag-text {
  float: right;
  margin-top: -.41667vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) .flag-con .flag-text {
    float: right;
    margin-top: -1.6vw;
    margin-left: 3.33333vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) .flag-con .flag-text {
    margin-top: -1.33333vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) .flag-con .flag-text {
    height: 11.33333vw;
    margin-top: .26667vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) .flag-con .flag-text {
    height: 11.33333vw;
    margin-top: .26667vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) .flag-con .flag-text .flag-tit {
  font-size: .9375vw;
  color: #fff
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) .flag-con .flag-text .flag-tit {
    font-size: 4.26667vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) .flag-con .flag-text .flag-tit {
    font-size: 3.46667vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) .flag-con .flag-text .flag-tit {
    font-size: 2.4vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) .flag-con .flag-text .flag-tit {
    font-size: 2.4vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) .flag-con .flag-text .flag-p {
  font-size: .625vw;
  color: #fff
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) .flag-con .flag-text .flag-p {
    font-size: 2.13333vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) .flag-con .flag-text .flag-p {
    font-size: 1.6vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) .flag-con .flag-text .flag-p {
    font-size: 1.6vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(3) .flag-con .flag-text .flag-p {
    font-size: 1.6vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) {
  position: absolute;
  left: 17.5%;
  bottom: 36.2%
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) {
    left: 31.8%;
    bottom: 31%
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) .flag-con {
  position: relative;
  height: 8.22917vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) .flag-con {
    height: 37.86667vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) .flag-con {
    height: 21.33333vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) .flag-con {
    height: 29.33333vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) .flag-con {
    height: 29.33333vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) .flag-con.op4 {
  -webkit-transition: all .6s;
  transition: all .6s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) .flag-con .flag-d {
  width: 2.34375vw;
  height: 8.22917vw;
  position: relative
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) .flag-con .flag-d {
    width: 5.73333vw;
    height: 37.86667vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) .flag-con .flag-d {
    height: 21.33333vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) .flag-con .flag-d {
    height: 29.33333vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) .flag-con .flag-d {
    height: 29.33333vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) .flag-con .flag-d:before {
  content: "";
  display: block;
  width: 1.25vw;
  height: .83333vw;
  position: absolute;
  top: -.10417vw;
  left: .3125vw;
  /* background: url(../fonts/icon-home2-1.svg) no-repeat 0; */
  background-size: 1.25vw .83333vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) .flag-con .flag-d:before {
    width: 5.73333vw;
    height: 3.86667vw;
    background-size: 5.73333vw 3.86667vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) .flag-con .flag-d:after {
  content: "";
  display: block;
  width: .05208vw;
  height: 8.22917vw;
  background: #fff;
  position: absolute;
  top: 0;
  left: .32292vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) .flag-con .flag-d:after {
    height: 37.86667vw;
    width: .13333vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) .flag-con .flag-d:after {
    height: 21.33333vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) .flag-con .flag-d:after {
    height: 29.33333vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) .flag-con .flag-d:after {
    height: 29.33333vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) .flag-con .flag-d .flag-border {
  width: 1.10938vw;
  height: 1.10938vw;
  position: absolute;
  bottom: -.95313vw;
  left: -.19792vw;
  /* background: url(../fonts/icon-small.svg) no-repeat 0; */
  background-size: 1.10938vw 1.10938vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) .flag-con .flag-d .flag-border {
    width: 5.06667vw;
    height: 5.06667vw;
    background-size: 5.06667vw 5.06667vw;
    bottom: -4.33333vw;
    left: -2.09333vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) .flag-con .flag-text {
  float: right;
  margin-top: -.41667vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) .flag-con .flag-text {
    float: right;
    margin-top: -1.6vw;
    margin-left: 3.33333vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) .flag-con .flag-text {
    margin-top: -1.33333vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) .flag-con .flag-text {
    margin-top: -.26667vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) .flag-con .flag-text {
    margin-top: -.26667vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) .flag-con .flag-text .flag-tit {
  font-size: .9375vw;
  color: #fff
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) .flag-con .flag-text .flag-tit {
    font-size: 4.26667vw;
    font-size: 3.46667vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) .flag-con .flag-text .flag-tit {
    font-size: 2.4vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) .flag-con .flag-text .flag-tit {
    font-size: 2.4vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) .flag-con .flag-text .flag-p {
  font-size: .625vw;
  color: #fff
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) .flag-con .flag-text .flag-p {
    font-size: 2.13333vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) .flag-con .flag-text .flag-p {
    font-size: 1.6vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) .flag-con .flag-text .flag-p {
    font-size: 1.6vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(4) .flag-con .flag-text .flag-p {
    font-size: 1.6vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) {
  position: absolute;
  left: 22.7%;
  bottom: 33%
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) {
    left: 41.5%;
    bottom: 28.6%
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) .flag-con {
  position: relative;
  height: 11.61458vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) .flag-con {
    height: 55.73333vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) .flag-con {
    height: 29.33333vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) .flag-con {
    height: 35.33333vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) .flag-con {
    height: 35.33333vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) .flag-con.op5 {
  -webkit-transition: all .65s;
  transition: all .65s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) .flag-con .flag-d {
  width: 2.34375vw;
  height: 11.61458vw;
  position: relative
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) .flag-con .flag-d {
    width: 5.73333vw;
    height: 55.73333vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) .flag-con .flag-d {
    height: 29.33333vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) .flag-con .flag-d {
    height: 35.33333vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) .flag-con .flag-d {
    height: 35.33333vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) .flag-con .flag-d:before {
  content: "";
  display: block;
  width: 1.25vw;
  height: .83333vw;
  position: absolute;
  top: -.10417vw;
  left: .3125vw;
  /* background: url(../fonts/icon-home2-1.svg) no-repeat 0; */
  background-size: 1.25vw .83333vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) .flag-con .flag-d:before {
    width: 5.73333vw;
    height: 3.86667vw;
    background-size: 5.73333vw 3.86667vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) .flag-con .flag-d:after {
  content: "";
  display: block;
  width: .05208vw;
  height: 11.61458vw;
  background: #fff;
  position: absolute;
  top: 0;
  left: .32292vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) .flag-con .flag-d:after {
    height: 55.73333vw;
    width: .13333vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) .flag-con .flag-d:after {
    height: 29.33333vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) .flag-con .flag-d:after {
    height: 35.33333vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) .flag-con .flag-d:after {
    height: 35.33333vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) .flag-con .flag-d .flag-border {
  width: 1.10938vw;
  height: 1.10938vw;
  position: absolute;
  bottom: -.95313vw;
  left: -.19792vw;
  /* background: url(../fonts/icon-small.svg) no-repeat 0; */
  background-size: 1.10938vw 1.10938vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) .flag-con .flag-d .flag-border {
    width: 5.06667vw;
    height: 5.06667vw;
    background-size: 5.06667vw 5.06667vw;
    bottom: -4.33333vw;
    left: -2.09333vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) .flag-con .flag-text {
  float: right;
  margin-top: -.41667vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) .flag-con .flag-text {
    float: right;
    margin-top: -1.6vw;
    margin-left: 3.33333vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) .flag-con .flag-text {
    margin-top: -1.33333vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) .flag-con .flag-text {
    margin-top: -.26667vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) .flag-con .flag-text {
    margin-top: -.26667vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) .flag-con .flag-text .flag-tit {
  font-size: .9375vw;
  color: #fff
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) .flag-con .flag-text .flag-tit {
    font-size: 4.26667vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) .flag-con .flag-text .flag-tit {
    font-size: 3.46667vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) .flag-con .flag-text .flag-tit {
    font-size: 2.4vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) .flag-con .flag-text .flag-tit {
    font-size: 2.4vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) .flag-con .flag-text .flag-p {
  font-size: .625vw;
  color: #fff
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) .flag-con .flag-text .flag-p {
    font-size: 2.13333vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) .flag-con .flag-text .flag-p {
    font-size: 1.6vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) .flag-con .flag-text .flag-p {
    font-size: 1.6vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(5) .flag-con .flag-text .flag-p {
    font-size: 1.6vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) {
  position: absolute;
  left: 26.95%;
  bottom: 36.55%
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) {
    left: 50.99%;
    bottom: 30.8%
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) .flag-con {
  position: relative;
  height: 12.91667vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) .flag-con {
    height: 56.66667vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) .flag-con {
    height: 33.33333vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) .flag-con {
    height: 37.33333vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) .flag-con {
    height: 37.33333vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) .flag-con.op6 {
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) .flag-con .flag-d {
  width: 2.34375vw;
  height: 12.91667vw;
  position: relative
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px) and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-aspect-ratio:1/1) and (max-width:1200px) and (max-width:779px),
screen and (max-width:779px) and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) .flag-con .flag-d {
    width: 5.73333vw;
    height: 56.66667vw;
    background-size: 5.73333vw 3.86667vw
  }
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px) and (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1),
screen and (max-width:779px) and (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) .flag-con .flag-d {
    height: 33.33333vw
  }
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px) and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1),
screen and (max-width:779px) and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) .flag-con .flag-d {
    height: 37.33333vw
  }
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px) and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1),
screen and (max-width:779px) and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) .flag-con .flag-d {
    height: 37.33333vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) .flag-con .flag-d:before {
  content: "";
  display: block;
  width: 1.25vw;
  height: .83333vw;
  position: absolute;
  top: -.10417vw;
  left: .3125vw;
  /* background: url(../fonts/icon-home2-1.svg) no-repeat 0; */
  background-size: 1.25vw .83333vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) .flag-con .flag-d:before {
    width: 5.73333vw;
    height: 3.86667vw;
    background-size: 5.73333vw 3.86667vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) .flag-con .flag-d:after {
  content: "";
  display: block;
  width: .05208vw;
  height: 12.91667vw;
  background: #fff;
  position: absolute;
  top: 0;
  left: .32292vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) .flag-con .flag-d:after {
    height: 56.66667vw;
    width: .13333vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) .flag-con .flag-d:after {
    height: 33.33333vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) .flag-con .flag-d:after {
    height: 37.33333vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) .flag-con .flag-d:after {
    height: 37.33333vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) .flag-con .flag-d .flag-border {
  width: 1.10938vw;
  height: 1.10938vw;
  position: absolute;
  bottom: -.95313vw;
  left: -.19792vw;
  /* background: url(../fonts/icon-small.svg) no-repeat 0; */
  background-size: 1.10938vw 1.10938vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) .flag-con .flag-d .flag-border {
    width: 5.06667vw;
    height: 5.06667vw;
    background-size: 5.06667vw 5.06667vw;
    bottom: -4.33333vw;
    left: -2.09333vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) .flag-con .flag-text {
  float: right;
  margin-top: -.41667vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) .flag-con .flag-text {
    float: right;
    margin-top: -1.6vw;
    margin-left: 3.33333vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) .flag-con .flag-text {
    margin-top: -1.33333vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) .flag-con .flag-text {
    margin-top: -.26667vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) .flag-con .flag-text {
    margin-top: -.26667vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) .flag-con .flag-text .flag-tit {
  font-size: .9375vw;
  color: #fff
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) .flag-con .flag-text .flag-tit {
    font-size: 4.26667vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) .flag-con .flag-text .flag-tit {
    font-size: 3.46667vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) .flag-con .flag-text .flag-tit {
    font-size: 2.4vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) .flag-con .flag-text .flag-tit {
    font-size: 2.4vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) .flag-con .flag-text .flag-p {
  font-size: .625vw;
  color: #fff
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) .flag-con .flag-text .flag-p {
    font-size: 2.13333vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) .flag-con .flag-text .flag-p {
    font-size: 1.6vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) .flag-con .flag-text .flag-p {
    font-size: 1.6vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(6) .flag-con .flag-text .flag-p {
    font-size: 1.6vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) {
  position: absolute;
  left: 31.5%;
  bottom: 42.9%
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) {
    left: 60.5%;
    bottom: 40.7%
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) .flag-con {
  position: relative;
  height: 12.65625vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) .flag-con {
    height: 56.66667vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) .flag-con {
    height: 27.86667vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) .flag-con {
    height: 32.93333vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) .flag-con {
    height: 32.93333vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) .flag-con.op7 {
  -webkit-transition: all .55s;
  transition: all .55s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) .flag-con .flag-d {
  width: 2.34375vw;
  height: 12.65625vw;
  position: relative
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) .flag-con .flag-d {
    width: 5.73333vw;
    height: 56.66667vw;
    background-size: 5.73333vw 3.86667vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) .flag-con .flag-d {
    height: 27.86667vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) .flag-con .flag-d {
    height: 32.93333vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) .flag-con .flag-d {
    height: 32.93333vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) .flag-con .flag-d:before {
  content: "";
  display: block;
  width: 1.25vw;
  height: .83333vw;
  position: absolute;
  top: -.10417vw;
  left: .3125vw;
  /* background: url(../fonts/icon-home2-2.svg) no-repeat 0; */
  background-size: 1.25vw .83333vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) .flag-con .flag-d:before {
    width: 5.73333vw;
    height: 3.86667vw;
    background-size: 5.73333vw 3.86667vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) .flag-con .flag-d:after {
  content: "";
  display: block;
  width: 0;
  height: 12.65625vw;
  border-left: 1px solid #fff;
  position: absolute;
  top: 0;
  left: .32292vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) .flag-con .flag-d:after {
    height: 56.66667vw;
    width: .13333vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) .flag-con .flag-d:after {
    height: 27.86667vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) .flag-con .flag-d:after {
    height: 32.93333vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) .flag-con .flag-d:after {
    height: 32.93333vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) .flag-con .flag-d .flag-border {
  width: 1.65521vw;
  height: 1.65521vw;
  /* background: url(../fonts/icon-big.svg) no-repeat 0; */
  position: absolute;
  bottom: -1.40625vw;
  left: -.47917vw;
  background-size: 1.65521vw 1.65521vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) .flag-con .flag-d .flag-border {
    width: 7.86667vw;
    height: 7.86667vw;
    background-size: 7.86667vw 7.86667vw;
    bottom: -6.66667vw;
    left: -3.46667vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) .flag-con .flag-text {
  float: right;
  margin-top: -.41667vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) .flag-con .flag-text {
    float: right;
    margin-top: -1.6vw;
    margin-left: 3.33333vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) .flag-con .flag-text {
    margin-top: -1.33333vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) .flag-con .flag-text {
    margin-top: -.26667vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) .flag-con .flag-text {
    margin-top: -.26667vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) .flag-con .flag-text .flag-tit {
  font-size: .9375vw;
  color: #fff
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) .flag-con .flag-text .flag-tit {
    font-size: 4.26667vw;
    font-size: 3.46667vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) .flag-con .flag-text .flag-tit {
    font-size: 2.4vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) .flag-con .flag-text .flag-tit {
    font-size: 2.4vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) .flag-con .flag-text .flag-p {
  font-size: .625vw;
  color: #fff
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) .flag-con .flag-text .flag-p {
    font-size: 2.13333vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) .flag-con .flag-text .flag-p {
    font-size: 1.6vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) .flag-con .flag-text .flag-p {
    font-size: 1.6vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(7) .flag-con .flag-text .flag-p {
    font-size: 1.6vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) {
  position: absolute;
  left: 36%;
  bottom: 51.7%
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) {
    left: 70.3%;
    bottom: 52.8%
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) .flag-con {
  position: relative;
  height: 12.86458vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) .flag-con {
    height: 47.06667vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) .flag-con {
    height: 21.33333vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) .flag-con {
    height: 25.6vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) .flag-con {
    height: 25.6vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) .flag-con.op8 {
  -webkit-transition: all .6s;
  transition: all .6s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) .flag-con .flag-d {
  width: 2.34375vw;
  height: 12.86458vw;
  position: relative
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) .flag-con .flag-d {
    width: 5.73333vw;
    height: 47.06667vw;
    background-size: 5.73333vw 3.86667vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) .flag-con .flag-d {
    height: 21.33333vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) .flag-con .flag-d {
    height: 25.6vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) .flag-con .flag-d {
    height: 25.6vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) .flag-con .flag-d:before {
  content: "";
  display: block;
  width: 1.25vw;
  height: .83333vw;
  position: absolute;
  top: -.10417vw;
  left: .3125vw;
  /* background: url(../fonts/icon-home2-1.svg) no-repeat 0; */
  background-size: 1.25vw .83333vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) .flag-con .flag-d:before {
    width: 5.73333vw;
    height: 3.86667vw;
    background-size: 5.73333vw 3.86667vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) .flag-con .flag-d:after {
  content: "";
  display: block;
  width: 0;
  height: 12.86458vw;
  border-left: 1px solid #fff;
  position: absolute;
  top: 0;
  left: .32292vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) .flag-con .flag-d:after {
    height: 47.06667vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) .flag-con .flag-d:after {
    height: 21.33333vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) .flag-con .flag-d:after {
    height: 25.6vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) .flag-con .flag-d:after {
    height: 25.6vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) .flag-con .flag-d .flag-border {
  width: 1.10938vw;
  height: 1.10938vw;
  position: absolute;
  bottom: -.95313vw;
  left: -.19792vw;
  /* background: url(../fonts/icon-small.svg) no-repeat 0; */
  background-size: 1.10938vw 1.10938vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) .flag-con .flag-d .flag-border {
    width: 5.06667vw;
    height: 5.06667vw;
    background-size: 5.06667vw 5.06667vw;
    bottom: -4.33333vw;
    left: -2.09333vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) .flag-con .flag-text {
  float: right;
  margin-top: -.41667vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) .flag-con .flag-text {
    float: right;
    margin-top: -1.6vw;
    margin-left: 3.33333vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) .flag-con .flag-text {
    margin-top: -1.33333vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) .flag-con .flag-text {
    margin-top: -.26667vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) .flag-con .flag-text {
    margin-top: -.26667vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) .flag-con .flag-text .flag-tit {
  font-size: .9375vw;
  color: #fff
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) .flag-con .flag-text .flag-tit {
    font-size: 4.26667vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) .flag-con .flag-text .flag-tit {
    font-size: 3.46667vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) .flag-con .flag-text .flag-tit {
    font-size: 2.4vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) .flag-con .flag-text .flag-tit {
    font-size: 2.4vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) .flag-con .flag-text .flag-p {
  font-size: .625vw;
  color: #fff
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) .flag-con .flag-text .flag-p {
    font-size: 2.13333vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) .flag-con .flag-text .flag-p {
    font-size: 1.6vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) .flag-con .flag-text .flag-p {
    font-size: 1.6vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(8) .flag-con .flag-text .flag-p {
    font-size: 1.6vw
  }
}


.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) {
  position: absolute;
  left: 41%;
  /* bottom: 57.7% */
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) {
    left: 70.3%;
    bottom: 52.8%
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) .flag-con {
  position: relative;
  height: 12.86458vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) .flag-con {
    height: 47.06667vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) .flag-con {
    height: 21.33333vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) .flag-con {
    height: 25.6vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) .flag-con {
    height: 25.6vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) .flag-con.op8 {
  -webkit-transition: all .6s;
  transition: all .6s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) .flag-con .flag-d {
  width: 2.34375vw;
  height: 12.86458vw;
  position: relative
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) .flag-con .flag-d {
    width: 5.73333vw;
    height: 47.06667vw;
    background-size: 5.73333vw 3.86667vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) .flag-con .flag-d {
    height: 21.33333vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) .flag-con .flag-d {
    height: 25.6vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) .flag-con .flag-d {
    height: 25.6vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) .flag-con .flag-d:before {
  content: "";
  display: block;
  width: 1.25vw;
  height: .83333vw;
  position: absolute;
  top: -.10417vw;
  left: .3125vw;
  /* background: url(../fonts/icon-home2-1.svg) no-repeat 0; */
  background-size: 1.25vw .83333vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) .flag-con .flag-d:before {
    width: 5.73333vw;
    height: 3.86667vw;
    background-size: 5.73333vw 3.86667vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) .flag-con .flag-d:after {
  content: "";
  display: block;
  width: 0;
  height: 12.86458vw;
  border-left: 1px solid #fff;
  position: absolute;
  top: 0;
  left: .32292vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) .flag-con .flag-d:after {
    height: 47.06667vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) .flag-con .flag-d:after {
    height: 21.33333vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) .flag-con .flag-d:after {
    height: 25.6vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) .flag-con .flag-d:after {
    height: 25.6vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) .flag-con .flag-d .flag-border {
  width: 1.10938vw;
  height: 1.10938vw;
  position: absolute;
  bottom: -.95313vw;
  left: -.19792vw;
  /* background: url(../fonts/icon-small.svg) no-repeat 0; */
  background-size: 1.10938vw 1.10938vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) .flag-con .flag-d .flag-border {
    width: 5.06667vw;
    height: 5.06667vw;
    background-size: 5.06667vw 5.06667vw;
    bottom: -4.33333vw;
    left: -2.09333vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) .flag-con .flag-text {
  float: right;
  margin-top: -.41667vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) .flag-con .flag-text {
    float: right;
    margin-top: -1.6vw;
    margin-left: 3.33333vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) .flag-con .flag-text {
    margin-top: -1.33333vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) .flag-con .flag-text {
    margin-top: -.26667vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) .flag-con .flag-text {
    margin-top: -.26667vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) .flag-con .flag-text .flag-tit {
  font-size: .9375vw;
  color: #fff
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) .flag-con .flag-text .flag-tit {
    font-size: 4.26667vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) .flag-con .flag-text .flag-tit {
    font-size: 3.46667vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) .flag-con .flag-text .flag-tit {
    font-size: 2.4vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) .flag-con .flag-text .flag-tit {
    font-size: 2.4vw
  }
}

.home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) .flag-con .flag-text .flag-p {
  font-size: .625vw;
  color: #fff
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) .flag-con .flag-text .flag-p {
    font-size: 2.13333vw
  }
}

@media (min-width:640px) and (max-width:1200px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) .flag-con .flag-text .flag-p {
    font-size: 1.6vw
  }
}

@media screen and (min-width:665px) and (max-width:745px) and (min-height:670px) and (max-height:780px) and (max-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) .flag-con .flag-text .flag-p {
    font-size: 1.6vw
  }
}

@media screen and (min-height:665px) and (max-height:745px) and (min-width:670px) and (max-width:780px) and (min-aspect-ratio:1/1) {
  .home-sec2 .home-sec2-container .home-sec2-bg .home-sec2-flag .home-sec2-flag-list .home-sec2-flag-list-item:nth-child(9) .flag-con .flag-text .flag-p {
    font-size: 1.6vw
  }
}


.home-sec3 {
  position: relative
}

.home-sec3 .home-sec3-bg {
  width: 100%;
  height: 41.66667vw;
  background: #000
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec3 .home-sec3-bg {
    height: auto;
    overflow: hidden
  }
}

.home-sec3 .home-sec3-bg .home-sec3-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec3 .home-sec3-bg .home-sec3-img {
    height: calc(100vh - 15.73333vw)
  }
}

.home-sec3 .home-sec3-summary {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.home-sec5 {
  position: relative;
  z-index: 3;
  background-color: #fff;
  padding-bottom: .83333vw
}

.home-sec5 .home-sec5-text {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec5 .home-sec5-text {
    -webkit-transform: translate(0);
    transform: translate(0);
    width: 100%;
    padding: 0 5.33333vw;
    top: 16vw;
    left: 0
  }
}

.home-sec5 .home-sec5-text .home-sec5-btn {
  margin-top: 2.5vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec5 .home-sec5-text .home-sec5-btn {
    margin-top: 7.46667vw
  }
}

.home-sec6 {
  position: relative;
  z-index: 3
}

.home-sec6 .home-sec6-bg .home-sec6-bg-img {
  display: block
}

.home-sec6 .home-sec6-text {
  position: absolute;
  top: 5.20833vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec6 .home-sec6-text {
    top: 16vw;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    padding: 0 5.33333vw
  }
}

.home-sec6 .home-sec6-text .home-sec6-btn {
  margin-top: 2.5vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec6 .home-sec6-text .home-sec6-btn {
    margin-top: 7.46667vw
  }
}

.home-sec7 {
  position: relative
}

.home-sec7 .home-sec7-bg .home-sec7-bg-img {
  display: block
}

.home-sec7 .home-sec7-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec7 .home-sec7-items {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
  }
}

.home-sec7 .home-sec7-items .home-sec7-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin-right: .83333vw;
  position: relative
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec7 .home-sec7-items .home-sec7-item {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-right: 0;
    margin-bottom: 1.33333vw
  }
}

.home-sec7 .home-sec7-items .home-sec7-item:nth-child(2n) {
  margin-right: 0
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec7 .home-sec7-items .home-sec7-item:last-child {
    margin-bottom: 0
  }
}

.home-sec7 .home-sec7-items .home-sec7-item .home-sec7-text {
  position: absolute;
  top: 4.16667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding: 0 2.60417vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec7 .home-sec7-items .home-sec7-item .home-sec7-text {
    width: 100%;
    top: 10.66667vw;
    padding: 0 5.33333vw
  }
}

.home-sec7 .home-sec7-items .home-sec7-item .home-sec7-text .home-sec7-btn {
  margin-top: 2.5vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec7 .home-sec7-items .home-sec7-item .home-sec7-text .home-sec7-btn {
    margin-top: 7.46667vw
  }
}

.home-sec8 .home-sec8-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec8 .home-sec8-items {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
  }
}

.home-sec8 .home-sec8-items .home-sec8-bg .home-sec8-bg-img {
  display: block
}

.home-sec8 .home-sec8-items .home-sec8-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin-right: .83333vw;
  position: relative
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec8 .home-sec8-items .home-sec8-item {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-right: 0;
    margin-bottom: 1.33333vw
  }
}

.home-sec8 .home-sec8-items .home-sec8-item:nth-child(2n) {
  margin-right: 0
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec8 .home-sec8-items .home-sec8-item:last-child {
    margin-bottom: 0
  }
}

.home-sec8 .home-sec8-items .home-sec8-item .home-sec8-text {
  position: absolute;
  top: 4.16667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding: 0 2.60417vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec8 .home-sec8-items .home-sec8-item .home-sec8-text {
    width: 100%;
    top: 10.66667vw;
    padding: 0 5.33333vw
  }
}

.home-sec8 .home-sec8-items .home-sec8-item .home-sec8-text .home-sec8-btn {
  margin-top: 2.5vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec8 .home-sec8-items .home-sec8-item .home-sec8-text .home-sec8-btn {
    margin-top: 7.46667vw
  }
}

.home-sec9 .home-sec9-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec9 .home-sec9-items {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
  }
}

.home-sec9 .home-sec9-items .home-sec9-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  position: relative
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec9 .home-sec9-items .home-sec9-item {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-right: 0;
    margin-bottom: 1.33333vw
  }
}

.home-sec9 .home-sec9-items .home-sec9-item:nth-child(2n) {
  margin-left: .83333vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec9 .home-sec9-items .home-sec9-item:nth-child(2n) {
    margin-left: 0
  }
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec9 .home-sec9-items .home-sec9-item:last-child {
    margin-bottom: 0
  }
}

.home-sec9 .home-sec9-items .home-sec9-item .home-sec9-item-img {
  display: block
}

.home-sec9 .home-sec9-items .home-sec9-item .home-sec9-text {
  position: absolute;
  top: 4.16667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding: 0 2.60417vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec9 .home-sec9-items .home-sec9-item .home-sec9-text {
    width: 100%;
    top: 10.66667vw;
    padding: 0 5.33333vw
  }
}

.home-sec9 .home-sec9-items .home-sec9-item .home-sec9-text .aiko-h4 {
  font-size: 2.08333vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec9 .home-sec9-items .home-sec9-item .home-sec9-text .aiko-h4 {
    font-size: 6.4vw
  }
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec9 .home-sec9-items .home-sec9-item .home-sec9-text .aiko-p {
    font-size: 3.2vw
  }
}

.home-sec9 .home-sec9-items .home-sec9-item .home-sec9-text .home-btn {
  margin-top: 1.04167vw
}

@media screen and (max-aspect-ratio:1/1) and (max-width:1200px),
screen and (max-width:779px) {
  .home-sec9 .home-sec9-items .home-sec9-item .home-sec9-text .home-btn {
    margin-top: 7.46667vw
  }
}