@charset "utf-8";

html,
body {
  overflow-x: hidden;
}

body,
.dd-page * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  color: #333;
}

.dd-page a {
  text-decoration: none;
}

.dd-page img {
  border: 0;
  height: auto;
  font-size: 0;
  display: block;
}

.dd-page li {
  list-style: none;
}

.dd-page a {
  text-decoration: none;
  color: #fff;
}

.dd-red {
  color: #ff0b56;
}

.dd-page {
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  line-height: 1.6;
  color: #333333;
  font-size: 18px;
}

.dd-container {
  width: 1004px;
  margin: 0px auto;
}

.dd-header {
  height: 682px;
  background: url(../images/banner.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-top: 150px;
}

.dd-header>.dd-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.dd-header-vision {
  width: 296px;
  height: 556px;
  background: url(../images/banner-vision.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 25px;
  top: -220px;
}

.dd-slogan {
  position: relative;
  width: 660px;
  margin-top: 90px;
}

.dd-slogan::before {
  content: '\20';
  position: absolute;
  top: -175px;
  left: 230px;
  width: 191px;
  height: 58px;
  background: url(../images/slogan-fri.png) no-repeat;
  background-size: contain;
}

.dd-slogan .dd-big {
  font-size: 50px;
  color: #fbc779;
  font-weight: bold;
  line-height: 1.25;
}

.dd-slogan .dd-small {
  font-size: 20px;
  color: #fbc779;
}

.dd-body {
  padding-top: 10px;
  padding-bottom: 50px;
  background: url(../images/body-bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  position: relative;
}

.dd-body::before {
  content: '\20';
  position: absolute;
  width: 1669px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  background: url(../images/body-inset.png) no-repeat center top;
  background-size: 100% auto;
  mix-blend-mode: lighten;
  pointer-events: none;
}

.dd-part02 {
  margin-top: -110px;
  background: url(../images/part02-af.png) no-repeat center bottom;
  background-size: 100% 67px;
  position: relative;
}

.dd-part02::before {
  content: '\20';
  height: 83px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: url(../images/part02-bf.png) no-repeat center top;
  background-size: 100% 100%;
}

.dd-part02::after {
  content: '\20';
  position: absolute;
  left: 0;
  right: 0;
  top: 82px;
  bottom: 66px;
  background: url(../images/part02-min.png) no-repeat;
  background-size: 100% 100%;
}

.dd-part02-wrap {
  position: relative;
  z-index: 2;
  padding: 90px 65px 60px 65px;
  min-height: 300px;
}

.dd-part02-header {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -65px;
  width: 561px;
  height: 124px;
  background: url(../images/part02-title.png) no-repeat;
  background-size: 100% 100%;
  padding: 30px 60px 0 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dd-part02-header strong {
  font-size: 38px;
  color: #ffd891;
}

.dd-part02-table {
  position: relative;
  overflow-x: auto;
  padding-bottom: 20px;
}
  .dd-part02-table::-webkit-scrollbar {
    height: .5vw;
  }

  .dd-part02-table::-webkit-scrollbar {
    height: .5vw;
    width: 1vw;
    background-color: #ffe6ce;
    border-radius: 2.5vw;
  }

  .dd-part02-table::-webkit-scrollbar-thumb {
    background: #da4d3b;
    border-radius: 2.5vw;
  }

.dd-part02-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  border: 1px solid #da4d3b;
  overflow: hidden;
  background-color: #fdefea;
  font-size: 14px;
  line-height: 1.25;
}

.dd-part02-table table th {
  background-color: #da4d3a;
  height: 62px;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
.dd-part02-table table th:nth-child(1) {
  width: 7.7%;
}
.dd-part02-table table th:nth-child(2) {
  width: 15%;
}
.dd-part02-table table th:nth-child(3) {
  width: 23%;
}
.dd-part02-table table th:nth-child(4) {
  width: 9%;
}
.dd-part02-table table th:nth-child(5),
.dd-part02-table table th:nth-child(6) {
  width: 12.25%;
}
.dd-part02-table table th:nth-child(7) {
  width: 7.3%;
}

.dd-part02-table table td {
  height: 62px;
  padding: 5px 2.5px;
  text-align: center;
  border-right: 1px solid #da4d3b;
  border-top: 1px solid #da4d3b;
}

.dd-part02-table table tr.dd-nor td:last-child {
  border-right: none;
}

.dd-part03 {
  margin-top: 50px;
  color: #fff;
}

.dd-part03-header {
  display: flex;
  justify-content: center;
}

.dd-part03-title {
  position: relative;
  line-height: 1;
}

.dd-part03-title::before {
  content: '\20';
  position: absolute;
  top: 0;
  right: -30px;
  width: 167px;
  height: 52px;
  background: url(../images/part03-fri.png) no-repeat;
  background-size: 100% 100%;
}

.dd-part03-title strong {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.dd-part03-main {
  margin-top: 20px;
}

.dd-part03-main li {
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .dd-page {
    width: 100%;
    left: 0;
    margin-left: 0;
    position: static;
    font-size: 1.95vw;
  }

  .dd-container {
    width: 90.625%;
  }

  .dd-header {
    height: 68.2vw;
    padding-top: 10vw;
  }

  .dd-header-vision {
    width: 22vw;
    height: 41.3vw;
    right: .5vw;
    top: -15vw;
  }

  .dd-slogan {
    position: relative;
    width: 66vw;
  }

  .dd-slogan::before {
    top: -7.5vw;
    left: 23vw;
    width: 19.1vw;
    height: 5.8vw;
  }

  .dd-slogan .dd-big {
    font-size: 4vw;
  }

  .dd-slogan .dd-small {
    font-size: 2vw;
  }

  .dd-body {
    padding-top: 1vw;
    padding-bottom: 5vw;
  }

  .dd-body::before {
    width: 100%;
  }

  .dd-part02 {
    margin-top: -11vw;
    background-size: 100% 6.7vw;
  }

  .dd-part02::before {
    height: 8.3vw;
  }

  .dd-part02::after {
    top: 8.2vw;
    bottom: 6.6vw;
  }

  .dd-part02-wrap {
    padding: 9vw 3.5vw 6.5vw 3.5vw;
    min-height: 30vw;
  }

  .dd-part02-header {
    top: -6.5vw;
    width: 56.1vw;
    height: 12.4vw;
    padding: 3.0vw 6.0vw 0 7.5vw;
  }

  .dd-part02-header strong {
    font-size: 3.8vw;
  }

  .dd-part02-table {
    overflow-x: auto;
    padding-bottom: 1.5vw;
    /* -webkit-overflow-scrolling: touch;
    scrollbar-width: thin; */
  }

  .dd-part02-table table {
    font-size: 1.8vw;
  }

  .dd-part02-table::-webkit-scrollbar {
    height: .5vw;
  }

  .dd-part02-table::-webkit-scrollbar {
    height: .5vw;
    width: 1vw;
    background-color: #ffe6ce;
    border-radius: 2.5vw;
  }

  .dd-part02-table::-webkit-scrollbar-thumb {
    background: #da4d3b;
    border-radius: 2.5vw;
  }

  .dd-part02-table table {
    border-radius: 1vw;
  }

  .dd-part02-table table th {
    height: 6.2vw;
  }

  .dd-part02-table table td {
    height: 6.2vw;
    padding: 1vw;
  }


  .dd-part03 {
    margin-top: 5vw;
  }

  .dd-part03-title::before {
    right: -3.0vw;
    width: 16.7vw;
    height: 5.2vw;
  }

  .dd-part03-title strong {
    font-size: 3.0vw;
  }

  .dd-part03-main {
    margin-top: 2.0vw;
  }

  .dd-part03-main li {
    margin-bottom: 3.0vw;
  }

}

@media screen and (max-width: 550px) {
  .dd-page {
    font-size: 10px;
  }

  .dd-container {
    width: 95%;
  }

  .dd-header {
    height: auto;
    padding-top: 45px;
    min-height: 580px;
  }

  .dd-header>.dd-container {
    align-items: center;
  }

  .dd-header-vision {
    width: 180px;
    height: 338px;
    right: 0;
    top: 0;
    position: static;
    margin-top: -80px;
  }

  .dd-slogan {
    width: 95%;
    z-index: 4;
  }

  .dd-slogan::before {
    width: 120px;
    height: 36px;
    top: -45px;
    left: auto;
    right: 15px;
  }

  .dd-slogan .dd-big {
    font-size: 20px;
  }

  .dd-slogan .dd-small {
    font-size: 12px;
  }


  .dd-part02 {
    margin-top: -70px;
  }


  .dd-part02-wrap {
    padding: 40px 20px;
    min-height: 30vw;
  }

  .dd-part03 {
    margin-top: 40px;
  }


  .dd-part03-title strong {
    font-size: 16px;
  }

  .dd-part03-main {
    margin-top: 10px;
  }

  .dd-part03-main li {
    margin-bottom: 15px;
  }
}