:root {
  --swiper-theme-color: #1a1510;
}

@font-face {
    font-family: "iconfont";
    src: url(../afonts/iconfont.woff2?t=1645624313924) format('woff2'), url(../afonts/iconfont.woff?t=1645624313924) format('woff'), url(../afonts/iconfont.ttf?t=1645624313924) format('truetype');
}

#banner_marai {
    position: fixed;
    width: 352px;
    left: 50%;
    margin-left: -176px;
    bottom: 50%;
    transform: translateY(50%);
    border-radius: 6px;
    z-index: 2014;
}
#banner_marai > span {
    position: absolute;
    right: 5px;
    top: 0;
    cursor: pointer;
}
#banner_marai > span .iconfont {
    font-size: 16px;
    color: #fff;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-guanbi:before {
    content: "\e64d";
}

.wrap{    width: 86.25%;
    margin: 0 auto;
    position: relative;}



.animate__animated.animate__delays {
  animation-delay: 0.3s;
  animation-delay: var(--animate-delay);
}

body {
  overflow-x: hidden;
}

.section01 {
  position: relative;
}
.section01 .banner {
  display: block;
  width: 100%;
  height: auto;
}
.section01 .banner-m {
  display: none;
}
.section01 h1 {
  position: absolute;
  left: 50%;
  top: 22.5%;
  margin-left: -580px;
  font: normal 1.56vw/4.8vw "NOTOSANSJP-MEDIUM";
}
.section01 h1 .img {
  display: block;
  width: 32.6vw;
}
.section01 h1 span {
  display: block;
  margin-top: 1.3em;
  font: bold 2.4vw/3.33vw "Microsoft YaHei UI";
  color: #000;
}
.section01 h1 .price {
  display: block;
  width: 14.6875vw;
}

.topBtn {
  position: fixed;
  right: 5%;
  bottom: 180px;
  width: 200px;
  border-radius: 50px;
  z-index: 999;
}
.topBtn img {
  display: block;
}
.topBtn:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.section02 {
  background-color: #5e7493;
  padding: 73px 50px;
}
.section02 ul {
  max-width: 1360px;
  margin: 0 auto;
}
.section02 ul li {
  float: left;
  width: 25%;
  border-right: 1px solid #75879f;
  text-align: center;
  box-sizing: border-box;
}
.section02 ul li span {
  display: block;
  font-family: "MPLUS1P-MEDIUM";
}
.section02 ul li span:nth-child(1) {
  font-size: 24px;
  line-height: 54px;
  color: #fff;
}
.section02 ul li span:nth-child(2) {
  font-size: 18px;
  line-height: 30px;
  color: #c7c8c9;
}
.section02 ul li:nth-child(4n) {
  border-right: none;
}
.section02 ul li:nth-child(1), .section02 ul li:nth-child(2), .section02 ul li:nth-child(3), .section02 ul li:nth-child(4) {
  padding-bottom: 34px;
}
.section02 ul li:nth-child(5), .section02 ul li:nth-child(6), .section02 ul li:nth-child(7), .section02 ul li:nth-child(8) {
  padding: 32px 0;
  border-top: 1px solid #75879f;
}

.section03 {
  position: relative;
  background-color: #fff;
  padding: 52px 40px 0;
}
.section03 h2 {
  position: absolute;
  left: 0;
  top: 72px;
  width: 100%;
  font: bold 40px/180px "NOTOSANSJP-REGULAR";
  color: #fff;
  text-align: center;
}
.section03 ul {
  border-radius: 20px;
  overflow: hidden;
}
.section03 ul li {
  float: left;
  width: 25%;
  padding: 200px 0 92px;
}
.section03 ul li h3 {
  padding-bottom: 40px;
  font: normal 20px/26px "NOTOSANSJP-MEDIUM";
  text-align: center;
}
.section03 ul li h3 span {
  display: block;
  font: bold 36px/60px "Arial";
}
.section03 ul li img {
  display: block;
  width: 84.35%;
}
.section03 ul li:nth-child(1) {
  background-color: #efefef;
  background-image: linear-gradient(#ece6e6, #fbfcfe, #c5c5c5);
  background-image: -o-linear-gradient(#ece6e6, #fbfcfe, #c5c5c5);
}
.section03 ul li:nth-child(1) h3 {
  color: #666;
}
.section03 ul li:nth-child(1) h3 span {
  color: #000;
}
.section03 ul li:nth-child(2) {
  background-color: #7c9c6f;
  background-image: linear-gradient(#4e6346, #7c9c6f, #4e6346);
  background-image: -o-linear-gradient(#4e6346, #7c9c6f, #4e6346);
}
.section03 ul li:nth-child(2) h3 {
  color: #e3ffd7;
}
.section03 ul li:nth-child(3) {
  background-color: #3dcfd2;
  background-image: linear-gradient(#0a9b9e, #3dcfd2, #0a9b9e);
  background-image: -o-linear-gradient(#0a9b9e, #3dcfd2, #0a9b9e);
}
.section03 ul li:nth-child(3) h3 {
  color: #d9fdfe;
}
.section03 ul li:nth-child(4) {
  background-color: #141414;
  background-image: linear-gradient(#000, #141414, #000);
  background-image: -o-linear-gradient(#000, #141414, #000);
}
.section03 ul li:nth-child(4) h3 {
  color: #666;
}
.section03 ul li:nth-child(4) h3 span {
  color: #fff;
}

.section04 {
  padding: 0 50px 115px;
}
.section04 .title {
  padding: 78px 0 132px;
  color: #333;
  text-align: center;
}
.section04 .title h2 {
  font: bold 40px/60px "NOTOSANSJP-REGULAR";
}
.section04 .title span {
  display: block;
  font: normal 20px/30px "YuGothM";
  text-transform: uppercase;
}
.section04 ul {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
}
.section04 ul li img {
  display: block;
  max-width: 100%;
}
.section04 ul li:nth-child(1) {
  position: absolute;
  right: 4.8%;
  top: -8.6%;
}
.section04 ul li:nth-child(2) {
  float: left;
  width: 42.67%;
  margin-left: 3.4%;
}
.section04 ul li:nth-child(3) {
  float: right;
  width: 42.67%;
  margin-right: 2.6%;
}

.section05 {
  padding: 0 50px 140px;
  background: url(../images/ES/es-bg01.png) no-repeat center top;
}
.section05 ul {
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
}
.section05 ul li .img {
  position: relative;
  z-index: 2;
}
.section05 ul li .img img {
  display: block;
  width: 100%;
}
.section05 ul li .txt {
  padding: 18.9% 0 9.5% 5.6%;
  color: #fff;
  font: normal 20px/60px "NOTOSANSJP-MEDIUM";
}
.section05 ul li .txt h3 {
  font-weight: normal;
  font-size: 40px;
}
.section05 ul li .txt span {
  display: block;
  line-height: 32px;
  color: #b7b7b7;
}
.section05 ul li:nth-child(1) {
  position: relative;
  float: left;
  width: 100%;
}
.section05 ul li:nth-child(1) .txt {
  position: absolute;
  right: 4.9%;
  top: 0;
  padding: 7.4% 0 0;
  text-align: center;
}
.section05 ul li:nth-child(1) .txt span {
  line-height: 60px;
}
.section05 ul li:nth-child(1)::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 44.8%;
  border-radius: 24px;
  background-color: #4c5050;
  background-image: linear-gradient(4deg #4c5050, #303131);
  z-index: 1;
}
.section05 ul li:nth-child(2), .section05 ul li:nth-child(3) {
  float: left;
  width: 49.138%;
  border-radius: 24px;
  margin-top: 2.59%;
  background-color: #4c5050;
  background-image: linear-gradient(4deg, #4c5050, #303131);
}
.section05 ul li:nth-child(3) {
  float: right;
}

.section06 {
  position: relative;
}
.section06 .img img {
  display: block;
  width: 100%;
}
.section06 .img img:nth-child(2) {
  display: none;
}
.section06 .main {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 480px;
  margin-left: 42px;
  transform: translateY(-50%);
  font-family: "NOTOSANSJP-MEDIUM";
}
.section06 .main h2 {
  font-size: 44px;
  line-height: 54px;
  margin-bottom: 54px;
  color: #fff;
}
.section06 .main p {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
}
.section06 .main ol {
  margin-top: 54px;
}
.section06 .main ol li {
  display: inline-block;
  margin-right: 60px;
}
.section06 .main ol li strong {
  display: inline-block;
  font-size: 72px;
  line-height: 72px;
  color: #91c3f1;
}
.section06 .main ol li span {
  display: inline-block;
  font-size: 24px;
  line-height: 72px;
  color: #91c3f1;
}
.section06 .main ol li p {
  margin-top: -5px;
}

.section07 {
  position: relative;
}
.section07 .img img {
  display: block;
  width: 100%;
}
.section07 .img img:nth-child(2) {
  display: none;
}
.section07 .main {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 550px;
  margin-left: 80px;
  transform: translateY(-50%);
  font-family: "NOTOSANSJP-MEDIUM";
}
.section07 .main h2 {
  font-size: 46px;
  line-height: 54px;
  margin-bottom: 54px;
  color: #333;
}
.section07 .main h2 span {
  color: #117dd3;
}
.section07 .main p {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
}

.section08 {
  position: relative;
}
.section08 .img img {
  display: block;
  width: 100%;
  min-height: 540px;
}
.section08 .main {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 470px;
  margin-left: -235px;
  transform: translateY(-50%);
  font-family: "NOTOSANSJP-MEDIUM";
  text-align: center;
}
.section08 .main h2 {
  font: bold 46px/54px "NOTOSANSJP-REGULAR";
  margin-bottom: 54px;
  color: #fff;
}
.section08 .main p {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
}
.section08 .main p span {
  display: block;
  font-size: 18px;
}
.section08 .main ol {
  margin-top: 54px;
}
.section08 .main ol li {
  display: inline-block;
}
.section08 .main ol li img {
  display: inline-block;
  margin: 0 40px;
}
.section08 .img01 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25.05%;
}
.section08 .img02 {
  position: absolute;
  right: 0;
  top: 0;
  width: 32.29%;
}

.section09 {
  padding: 9.2% 50px 8.5%;
  background-color: #efefef;
}
.section09 ul {
  max-width: 1632px;
  margin: 0 auto;
}
.section09 ul li {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.section09 ul li .img {
  width: 50%;
}
.section09 ul li .img img {
  display: block;
  width: 100%;
}
.section09 ul li .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  transform: translateY(-50%);
  color: #fff;
  box-sizing: border-box;
}
.section09 ul li .txt h3 {
  font: bold 46px/154px "NOTOSANSJP-REGULAR";
  color: #000;
}
.section09 ul li .txt span {
  display: block;
  font: normal 20px/32px "NOTOSANSJP-MEDIUM";
  color: #333;
}
.section09 ul li:nth-child(2n+1) .img {
  float: left;
}
.section09 ul li:nth-child(2n+1) .txt {
  padding-left: 5.8%;
}
.section09 ul li:nth-child(2n) .img {
  float: right;
}
.section09 ul li:nth-child(2n) .txt {
  left: 0;
  padding-right: 10.5%;
  text-align: right;
}
.section09 ul li:first-child {
  border-radius: 40px 40px 0 0;
}
.section09 ul li:last-child {
  border-radius: 0 0 40px 40px;
}

.section10 {
  padding: 0 50px 100px;
  background-color: #fff;
}
.section10 h2 {
  font: bold 44px/172px "NOTOSANSJP-REGULAR";
  color: #000;
  text-align: center;
}
.section10 h3 {
  position: relative;
  margin-bottom: 40px;
  font: bold italic 36px/48px "NOTOSANSJP-REGULAR";
  color: #000;
  text-align: center;
  z-index: 1;
}
.section10 h3 strong {
  position: relative;
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
}
.section10 h3 strong::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background-color: #f39384;
  z-index: -1;
}
.section10 h3 span {
  font-size: 24px;
}
.section10 .table {
  max-width: 1060px;
  margin: 12px auto 0;
}
.section10 .table table {
  width: 100%;
}
.section10 .table table tr td {
  border: 1px solid #e3e3e3;
  font: normal 16px/70px "NOTOSANSJP-MEDIUM";
  box-sizing: border-box;
}
.section10 .table table tr td:nth-child(1) {
  width: 30%;
  padding-left: 2em;
  font-size: 18px;
  color: #000;
}
.section10 .table table tr td:nth-child(2) {
  width: 70%;
  padding-left: 3.2em;
  color: #666;
}
.section10 .table p {
  padding: 18px 0;
  font: normal 16px/40px "NOTOSANSJP-MEDIUM";
  color: #999;
  text-align: center;
}

@media (min-width: 0) and (max-width: 1716px) {
  .topBtn {
    right: 0;
  }
  .goTop {
    right: 27px;
  }
}
@media (min-width: 0) and (max-width: 1280px) {
  .section01 h1 {
    left: 50px;
    top: 18%;
    margin-left: 0;
  }
  .section02 {
    padding: 60px 50px;
  }
  .section02 ul li span {
    font-family: "NOTOSANSJP-MEDIUM";
  }
  .section02 ul li span:nth-child(1) {
    font-size: 18px;
  }
  .section02 ul li span:nth-child(2) {
    font-size: 14px;
  }
  .section03 h2 {
    top: 72px;
    font-size: 30px;
  }
  .section03 ul li h3 span {
    font-size: 30px;
  }
  .section05 ul {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
  }
  .section05 ul li .txt h3 {
    font-size: 32px;
  }
  .section05 ul li .txt span {
    font-size: 18px;
  }
  .section05 ul li:nth-child(1) .txt {
    right: 0;
  }
  .section06 .main {
    width: 426px;
  }
  .section06 .main h2 {
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 1em;
  }
  .section06 .main p {
    font-size: 16px;
    line-height: 28px;
  }
  .section06 .main ol {
    margin-top: 40px;
  }
  .section06 .main ol li {
    margin-right: 40px;
  }
  .section06 .main ol li strong {
    font-size: 60px;
    line-height: 60px;
  }
  .section06 .main ol li span {
    font-size: 20px;
    line-height: 60px;
  }
  .section06 .main ol li p {
    margin-top: -5px;
  }
  .section07 .main {
    width: 398px;
    margin-left: 42px;
  }
  .section07 .main h2 {
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 1em;
  }
  .section07 .main p {
    font-size: 16px;
    line-height: 28px;
  }
  .section08 .img img {
    display: block;
    width: 100%;
    min-height: 420px;
  }
  .section08 .main {
    width: 400px;
    margin-left: -200px;
  }
  .section08 .main h2 {
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 1em;
  }
  .section08 .main p {
    font-size: 16px;
    line-height: 28px;
  }
  .section08 .main p span {
    font-size: 14px;
  }
  .section08 .main ol {
    margin-top: 40px;
  }
  .section08 .main ol li {
    display: inline-block;
  }
  .section08 .main ol li img {
    width: 60px;
    margin: 0 20px;
  }
  .section08 .img01 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25.05%;
  }
  .section08 .img02 {
    position: absolute;
    right: 0;
    top: 0;
    width: 32.29%;
  }
  .section09 ul li .txt h3 {
    font-size: 34px;
    line-height: 100px;
  }
  .section09 ul li .txt span {
    font-size: 16px;
    line-height: 28px;
  }
  .section09 ul li:nth-child(2n) .txt {
    padding-right: 8%;
  }
  .section10 h2 {
    font-size: 40px;
  }
  .section10 .table table tr td:nth-child(1) {
    width: 32%;
    padding-left: 1.5em;
  }
  .section10 .table table tr td:nth-child(2) {
    width: 68%;
    padding-left: 3em;
  }
  .section10 .table p {
    line-height: 32px;
  }
}/*# sourceMappingURL=ES-pc.css.map */