/* CSS Document */
/* main top
------------------------------------------------------------*/
main.top .business-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -1px 55px;
}

main.top .business-list li {
  width: calc(25% - 2px);
  margin: 0 1px;
  position: relative;
  overflow: hidden;
  height: 260px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

main.top .business-list li:first-child.eg {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

main.top .business-list li:nth-child(2).eg {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

main.top .business-list li:nth-child(3).eg {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

main.top .business-list li:last-child.eg {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

main.top .business-list li:first-child .bg {
  background-image: url(../img/top/business-contents01.jpg);
}

main.top .business-list li:nth-child(2) .bg {
  background-image: url(../img/top/business-contents02.jpg);
}

main.top .business-list li:nth-child(3) .bg {
  background-image: url(../img/top/business-contents03.jpg);
}

main.top .business-list li:last-child .bg {
  background-image: url(../img/top/business-contents04.jpg);
}

main.top .business-list li .bg {
  background: url(../img/top/business-contents01.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main.top .business-list li .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
  height: 60px;
  color: white;
  text-align: center;
  line-height: 1.3;
  background-color: rgba(165, 219, 86, 0.9);
  position: relative;
  z-index: 3;
}

main.top .business-list li:hover {
  text-decoration: none;
}

main.top .news-list {
  margin-bottom: 30px;
}

main.top .more {
  padding-top: 70px;
}

main.top .more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

main.top .more a p {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  padding-right: 15px;
}

main.top .more a img {
  align-self: center;
}

@media screen and (min-width: 751px) and (max-width: 1000px) {
  /* main top
------------------------------------------------------------*/
  main.top .business-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -1px 55px;
  }
  main.top .business-list li a {
    height: 230px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  main.top .business-list li a .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    height: 60px;
  }
  main.top .business-list li a:hover {
    text-decoration: none;
  }
}

/*sp*/
@media screen and (max-width: 750px) {
  /* main top
------------------------------------------------------------*/
  main.top .business-list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1px 35px;
  }
  main.top .business-list li {
    width: calc(50% - 2px);
    margin: 0 1px 2px;
    height: 190px;
  }
  main.top .business-list li .info {
    font-size: 14px;
    font-size: 1rem;
    font-weight: bold;
    width: 80%;
    height: 50px;
  }
  main.top .business-list li:hover {
    text-decoration: none;
  }
}
