#top {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

@media screen and (max-width: 768px) {
  #top {
    max-width: 100%;
    min-width: 100%;
  }
}

.mv {
  height: 1064px;
  background: url(../images/mvBg.png) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .mv {
    min-width: 100%;
    height: 95vw;
  }
}

.topNewsArea {
  max-width: 1120px;
  margin-top: -130px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 20px;
  background: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .topNewsArea {
    width: 90%;
    margin-top: -20vw;
  }
}

@media screen and (max-width: 414px) {
  .topNewsArea {
    padding: 15px;
  }
}

.topNewsArea .flex {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.topNewsArea .flex div {
  width: calc(100% - 420px);
}

@media screen and (max-width: 768px) {
  .topNewsArea .flex div {
    width: 100%;
  }
}

.topNewsArea dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.topNewsArea dt {
  width: 100px;
  color: #4971f2;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .topNewsArea dt {
    width: 100%;
  }
}

.topNewsArea dd {
  width: calc(100% - 100px);
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .topNewsArea dd {
    width: 100%;
  }
}

.topNewsArea ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 380px;
}

@media screen and (max-width: 768px) {
  .topNewsArea ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 7%;
  }
}

@media screen and (max-width: 768px) {
  .topNewsArea ul li {
    width: 46%;
    max-width: 180px;
    margin: 0 2%;
  }
}

@media screen and (max-width: 768px) {
  .topTitleArea {
    text-align: center;
  }
}

.topTitleImg img {
  mix-blend-mode: multiply;
}

.topTitle, .topTitleWht {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 900;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.39);
}

@media screen and (max-width: 768px) {
  .topTitle, .topTitleWht {
    font-size: 2rem;
  }
}

@media screen and (max-width: 414px) {
  .topTitle, .topTitleWht {
    margin-top: 8px;
    font-size: 1.7rem;
  }
}

.topTitle {
  color: #333;
}

.topTitleWht {
  color: #fff;
}

.topBusiness {
  padding-top: 50px;
  padding-bottom: 191px;
  margin-top: 40px;
  background: url(../images/topBusinessBg.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .topBusiness {
    min-width: 100%;
    padding-top: 10vw;
    padding-bottom: 20vw;
    background: url(../images/topBusinessBg.jpg) no-repeat 15% center;
    background-size: cover;
  }
}

@media screen and (max-width: 414px) {
  .topBusiness .topTitleImg {
    width: 210px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  .topBusiness .box01 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

.topBusiness p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 414px) {
  .topBusiness p {
    font-size: 1.4rem;
  }
}

.topBusiness .moreBtnGrn {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .topBusiness .moreBtnGrn {
    margin: 5% auto 0;
  }
}

.topAccess {
  position: relative;
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .topAccess {
    min-width: 100%;
  }
}

.topAccess .topTitleArea {
  text-align: center;
}

@media screen and (max-width: 414px) {
  .topAccess .topTitleImg {
    width: 170px;
    margin-left: auto;
    margin-right: auto;
  }
}

.topAccessDeco {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

.topMap {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  height: 400px;
}

@media screen and (max-width: 768px) {
  .topMap {
    width: 90%;
    margin: 0 auto;
  }
}

.topMap iframe {
  width: 100%;
  height: 100%;
}

.topCompany {
  margin-top: 120px;
  padding-top: 41px;
  padding-bottom: 200px;
  background: url(../images/topCompanyBg.jpg) no-repeat center right;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .topCompany {
    min-width: 100%;
    height: auto;
    margin-top: 10%;
    padding-top: 10vw;
    padding-bottom: 20vw;
    background: url(../images/topCompanyBg.jpg) no-repeat 90% center;
    background-size: cover;
  }
}

.topCompany .topTitleArea {
  width: 453px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .topCompany .topTitleArea {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .topCompany .topTitleArea div {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}

@media screen and (max-width: 414px) {
  .topCompany .topTitleArea div {
    width: 76%;
  }
}

@media screen and (max-width: 414px) {
  .topCompany .topTitleImg {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
}

.topCompany p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 414px) {
  .topCompany p {
    font-size: 1.4rem;
  }
}

.topCompany a {
  margin-top: 50px;
}

.topContact {
  margin-top: 120px;
  padding-top: 60px;
  padding-bottom: 60px;
  background: url(../images/topContactBg.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .topContact {
    min-width: 100%;
    margin-top: 0;
    padding-top: 20%;
    padding-bottom: 10vw;
    background: url(../images/topContactBg.jpg) no-repeat 18% center;
    background-size: cover;
  }
}

@media screen and (max-width: 414px) {
  .topContact .topTitleImg {
    width: 212px;
    margin-left: auto;
    margin-right: auto;
  }
}

.topContact .box01 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .topContact .box01 {
    width: 100%;
    margin-left: 0;
  }
}

.topContact .box01 p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .topContact .box01 p {
    width: 70%;
    margin: 5% auto;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 414px) {
  .topContact .box01 p {
    font-size: 1.4rem;
  }
}

.topContact .topTitleArea {
  margin-right: 20px;
  margin-bottom: 20px;
}

.topContact .topTelBox {
  width: 50%;
  max-width: 506px;
  padding: 40px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .topContact .topTelBox {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 4%;
  }
}

.topContact .telNo {
  display: block;
  max-width: 324px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 414px) {
  .topContact .telNo {
    margin-bottom: 7%;
  }
}
