#key {
  position: relative;
}
#key::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -16vw;
  width: 65vw;
  height: 60vw;
  background: url("../img/top//key_deco.png") center/cover;
  transform: translateY(-50%);
  z-index: 1;
}
#key h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  font-size: 5vw;
  font-weight: 700;
  color: #fff;
  z-index: 2;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  #key::before {
    width: 622px;
    height: 556px;
    right: 3vw;
  }
  #key h2 {
    font-size: 32px;
    line-height: 52px;
  }
  #key .kv .slide {
    width: 100%;
    height: 600px;
  }
  #key .kv .slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 768px) and (max-width: 1050px) {
  #key h2 {
    font-size: 3vw;
  }
}

#lead {
  padding: 8vw 0px;
}
#lead .lead-txt {
  font-size: 4vw;
  color: #0068b7;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  #lead {
    padding: 31px 0px 50px;
  }
  #lead .lead-txt {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  #lead .lead-txt {
    font-size: 16px;
  }
}

#banner .banner a {
  position: relative;
  overflow: hidden;
  border-radius: 0 30px 0 30px;
  padding: 10vw 0px;
  color: #fff;
  margin: 0px 0px 6vw;
}
#banner .banner a .banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#banner .banner a .banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#banner .banner a .banner-btn {
  margin: 0px auto;
  font-size: 4vw;
  text-align: center;
  line-height: 3;
  width: 62%;
  background: rgba(0, 104, 183, 0.9);
  position: relative;
  z-index: 1;
  font-weight: 700;
  letter-spacing: 0;
}
#banner .banner a .banner-btn::before {
  width: 13px;
  height: 13px;
  content: "";
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  background: url("../img/shared/arrow1.png") center/cover;
}
@media only screen and (min-width: 768px) {
  #banner .banner {
    width: 48%;
  }
  #banner .banner a {
    padding: 75px 0px 75px;
    margin: 0px;
  }
  #banner .banner a .banner-btn {
    font-size: 24px;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 230px;
    line-height: 60px;
    padding: 0px 34px;
  }
  #banner .banner a:hover {
    opacity: 0.8;
    transition: all 0.3s;
  }
}

#news {
  margin: 16vw 0px;
  padding: 6vw 0px;
  background: #eff2f6;
}
#news h2 {
  color: #0068b7;
  font-size: 4vw;
  font-weight: 500;
  margin: 0px 0px 4vw;
}
#news h2 span {
  display: inline-block;
  font-size: 6vw;
  margin-right: 2vw;
  font-weight: 700;
}
#news #feed dl {
  margin: 0px 0px 1vw;
  display: flex;
  justify-content: space-between;
}
#news #feed dl dt {
  font-family: "Roboto";
  font-weight: 500;
  width: 25%;
}
#news #feed dl dd {
  width: 75%;
}
@media only screen and (min-width: 768px) {
  #news {
    margin: 86px 0px 71px;
    padding: 32px 0px 27px;
  }
  #news h2 {
    font-size: 18px;
    width: 172px;
    margin: 0px 40px 0px 0px;
  }
  #news h2 span {
    font-size: 26px;
    margin-right: 10px;
  }
  #news .news-row {
    justify-content: flex-start;
  }
  #news #feed {
    width: calc(100% - 215px);
    margin-top: 8px;
  }
  #news #feed dl {
    margin: 0px 0px 14px;
  }
  #news #feed dl dt {
    width: 105px;
  }
  #news #feed dl dd {
    width: calc(100% - 105px);
  }
}/*# sourceMappingURL=top.css.map */