.top-mv {
  background: url(/public/image/img/mv.jpg) center center no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
}

@media screen and (max-width: 760px) {
  .top-mv {
    height: 60vh;
  }
}

.top-mv h1 {
  position: absolute;
  text-align: center;
  bottom: -20px;
  color: white;
  font-size: 128px;
  width: 100%;
  font-family: "Cabin Condensed", sans-serif;
}

@media screen and (max-width: 760px) {
  .top-mv h1 {
    font-size: 40px;
    bottom: 15px;
  }
}

.top-h2 {
  font-size: 30px;
  text-align: center;
  color: white;
  font-weight: bold;
  padding-top: 100px;
}

@media screen and (max-width: 760px) {
  .top-h2 {
    font-size: 23px;
    padding-top: 50px;
  }
}

.top-h2 span {
  display: block;
  font-size: 75px;
  opacity: 0.2;
  font-family: "Cabin Condensed", sans-serif;
}

@media screen and (max-width: 760px) {
  .top-h2 span {
    font-size: 45px;
  }
}

.service-top-box {
  width: 100%;
  background: url(/public/image/img/service-bg.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom: 80px;
  background-attachment: fixed;
}

.service-top-box .text {
  padding-top: 35px;
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
}

@media screen and (max-width: 760px) {
  .service-top-box .text br {
    display: none;
  }
}

@media screen and (max-width: 760px) {
  .service-top-box .text {
    width: 95%;
    font-size: 13px;
    line-height: 26px;
    margin: 0 auto;
    padding-top: 25px;
  }
}

.service-top-box .service-top-list {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 45px;
  margin-bottom: 30px;
}

@media screen and (max-width: 760px) {
  .service-top-box .service-top-list {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-top: 25px;
  }
}

.service-top-box .service-top-list li {
  width: 46%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 45px 20px 50px 25px;
  margin: 2%;
}

@media screen and (max-width: 760px) {
  .service-top-box .service-top-list li {
    width: 48%;
    padding: 25px 10px 20px 15px;
    margin: 1%;
  }
}

.service-top-box .service-top-list li:nth-child(1) {
  margin-top: 0px;
}

.service-top-box .service-top-list li:nth-child(2) {
  margin-top: 0px;
}

.service-top-box .service-top-list li .title {
  font-size: 24px;
  font-weight: bold;
  color: white;
}

@media screen and (max-width: 760px) {
  .service-top-box .service-top-list li .title {
    font-size: 18px;
  }
}

.service-top-box .service-top-list li .text {
  font-size: 12px;
  font-weight: bold;
  color: white;
  padding-top: 30px;
  text-align: left;
  line-height: 26px;
}

@media screen and (max-width: 760px) {
  .service-top-box .service-top-list li .text {
    padding-top: 10px;
    margin: 0%;
  }
}

.service-top-box .service-top-list .item-01 {
  background: url(/public/image/img/service-01.jpg) center center no-repeat;
  background-size: cover;
}

.service-top-box .service-top-list .item-02 {
  background: url(/public/image/img/service-02.jpg) center center no-repeat;
  background-size: cover;
}

.service-top-box .service-top-list .item-03 {
  background: url(/public/image/img/service-03.jpg) center center no-repeat;
  background-size: cover;
}

.service-top-box .service-top-list .item-04 {
  background: url(/public/image/img/service-04.jpg) center center no-repeat;
  background-size: cover;
}

.service-top-box .service-top-list .item-05 {
  background: url(/public/image/img/service-05.jpg) center center no-repeat;
  background-size: cover;
  margin-left: 27%;
}

.message-top-box {
  width: 100%;
  background: url(/public/image/img/message-bg.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom: 130px;
  background-attachment: fixed;
}

@media screen and (max-width: 760px) {
  .message-top-box {
    padding-bottom: 60px;
  }
}

.message-top-box .text {
  font-size: 20px;
  text-align: center;
  color: white;
  line-height: 57px;
  font-weight: bold;
  padding: 85px 0px 90px;
}

@media screen and (max-width: 760px) {
  .message-top-box .text {
    width: 95%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 40px;
    padding: 35px 0px 40px;
  }
}

.news-top-box {
  width: 100%;
  background: url(/public/image/img/news-bg.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom: 120px;
  background-attachment: fixed;
}

@media screen and (max-width: 760px) {
  .news-top-box {
    padding-bottom: 80px;
  }
}

.news-top-box .news-list {
  max-width: 880px;
  margin: 0 auto;
  padding: 90px 0px 55px;
}

@media screen and (max-width: 760px) {
  .news-top-box .news-list {
    width: 95%;
    margin: 0 auto;
    padding: 25px 0px 20px;
  }
}

.news-top-box .news-list li {
  background: white;
  padding: 18px 35px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}

@media screen and (max-width: 760px) {
  .news-top-box .news-list li {
    padding: 18px 15px;
  }
}

@media screen and (max-width: 760px) {
  .news-top-box .news-list li a {
    margin-top: 14px;
    display: block;
  }
}

.news-top-box .news-list .time {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: #676767;
  margin-right: 20px;
}

.news-top-box .news-list .category {
  font-size: 11px;
  color: white;
  font-weight: bold;
  background: #b73a02;
  padding: 8px 20px;
  line-height: 1;
  margin-right: 20px;
}

.global-top-box {
  width: 100%;
  background: url(/public/image/img/global-bg.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom: 100px;
  background-attachment: fixed;
}

@media screen and (max-width: 760px) {
  .global-top-box {
    padding-bottom: 70px;
  }
}

.global-top-box .text {
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-align: center;
  padding: 50px 0px 50px;
}

@media screen and (max-width: 760px) {
  .global-top-box .text {
    width: 95%;
    margin: 0 auto;
    font-size: 18px;
    padding: 20px 0px 20px;
  }
}

