/* sub page  */
.sub .sub_top {
  margin-top: 20vw;
  width: 100%;
  height: 50vw;
  background-color: #101f3a;
  justify-content: center;
  align-items: center;
  display: flex;
}
.sub .sub_top .title {
}
.sub .sub_top .title img {
  width: 80%;
  margin-left: 5%;
}
.sub .sub_top .title span {
  font-size: 4.5vw;
  font-weight: 100;
  color: #fff;
  margin-bottom: 6vw;
  display: block;
  font-family: "AppleSDGothicNeoUL00";
}
.sub .sub_top .title h2 {
  font-size: 5vw;
  color: #8c704c;
  font-family: "AppleSDGothicNeoB00";
}

.sub .sub_bottom {
  width: 98%;
  height: auto;
  margin: 0 auto;
  z-index: 10;
  padding-top: 5vw;
  position: relative;
  margin-bottom: 10vw;
}
.sub .sub_bottom img {
  width: 100%;
}
