.sub_wrap {
  animation: load_bg 2s both;
  animation-delay: 0.2s;
}
.sub {
  width: 1740px;
  margin: 80px auto 0;
  position: relative;
}
.sub_top {
  width: 100%;
  height: 490px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: url("../image/sub/sub_bg.png") no-repeat center center;
  background-size: cover;
}
.sub_top h2 {
  font-size: 32px;
  font-weight: 400;
}
.sub_top h2 strong {
  font-weight: 700;
}
.sub_top img {
  margin-top: 32px;
}

.sub .inner {
  width: 1300px;
  margin: 0 auto;
}

.sub .title {
  text-align: center;
}
.sub .title h2 {
  font-size: 32px;
  font-weight: 400;
  color: #000000;

  margin: 130px 0 32px;
}
.sub .title img {
}

.sub .page {
  width: 100%;
  margin-top: 120px;
}
.sub .page img {
  width: 100%;
}
