.mainVisual * {
  display: block;
  margin: 0;
}
.mainVisual a {
  transition: none;
}
.mainVisual a:hover {
  opacity: 1;
}
.mainVisual a:hover img {
  opacity: 1;
}
.mainVisual img {
  width: 100%;
  height: auto;
}
.mainVisual .slick-dots {
  bottom: -35px;
}
.mainVisual .slick-dots li button:before {
  font-size: 30px;
  line-height: 10px;
  width: 20px;
  height: 20px;
  color: #119942;
}

#sec-business .col3 {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
#sec-business .col3 li {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 6rem;
  position: relative;
}
#sec-business .col3 .imgBox img {
  width: 20rem;
  margin: 0 auto 2rem;
}
#sec-business .col3 h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
  position: relative;
}
#sec-business .col3 h3::after {
  content: "";
  width: 2rem;
  height: 2px;
  display: block;
  background-color: #119942;
  position: absolute;
  left: 50%;
  bottom: -1rem;
  transform: translate(-50%, 0);
}
#sec-business .col3 p {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 0;
}
#sec-business .col3 .btn {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}

#sec-company table iframe {
  margin-top: 1rem;
}

@media print, screen and (min-width: 600px) {
  #sec-business .col3 {
    flex-direction: row;
    justify-content: center;
    gap: 3.4rem;
  }
  #sec-business li {
    width: 26.4rem;
  }

  #sec-company table th {
    padding: 1em 1.5em;
  }
  #sec-company table iframe {
    width: 100%;
    max-width: 500px;
    height: 320px;
  }
}
@media print, screen and (min-width: 1000px) {
  #sec-business .inner-box {
    padding: 0;
  }
}

/*# sourceMappingURL=top.css.map */
