@charset "UTF-8";
/* CSS Document */
.slick_fade {
  margin: 0 auto;
  max-width: 700px;
}
.slick_fade img {
  width: 100%; 
}
/*.slick-dots li button:before {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: 2.4rem;
  color: #282728;
}
.slick-dots li.slick-active button:before {
  color: #282728;
}*/
.section-top {
  padding-bottom: 100px;
  max-width: 1440px;
}
.section-top__message {
  padding-top: 98px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.8rem;
  line-height: 5rem;
  letter-spacing: 1px;
  max-width: 325px;
}
.section-top__message h2 {
  font-size: 2.2rem;
  margin-bottom: 52px;
}
.section-top__message p {
  margin-bottom: 52px;
  line-height: 4.5rem;
}
.section-top__message__last {
  font-size: 1.4rem;
}
.section-top__image {
  padding-top: 34px;
  height: 30px;
}
@media(min-width: 932px) {
  .section-top {
    padding-bottom: 200px;
  }
  .section-top__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1400px;
    padding: 40px 70px 0;
    margin: 0 auto;
  }
  .section-top__wrapper__image {
    max-width: 700px;
  }
  .section-top__wrapper__image img {
    width: 100%;
  }
  .section-top__wrapper__message {
    width: 40%;
    padding: 5px 80px 0;
  } 
  .section-top__message {
    padding-top: 0;
  }
  .section-top__message h2 {
    font-size: 2.8rem;
    margin-bottom: 60px;
  }
  .section-top__message p {
    font-size: 2rem;
    line-height: 4rem;
    margin-bottom: 60px;
  }
  .section-top__message p:last-child {
    font-size: 1.7rem;
  }
  .section-top__image {
    padding: 0;
  }
}
