.home-title {
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home-title {
    margin-bottom: 3.125rem;
  }
}

/*------------------------
  main visual
------------------------*/
.mainvisual {
  background: #f8df65;
  padding: 4.125rem 1.875rem 2rem;
  position: relative;
  z-index: 1001;
}
@media screen and (min-width: 768px) {
  .mainvisual {
    padding-bottom: 4.6875rem;
    padding-top: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .mainvisual .mv_img {
    margin: 0 auto;
    max-width: 55.25rem;
  }
}
.mainvisual .mv_img img {
  width: 100%;
}
.mainvisual .mv_logo {
  margin: 2rem -0.625rem 0;
}
@media screen and (min-width: 768px) {
  .mainvisual .mv_logo {
    margin: 1.25rem auto 0;
    max-width: 49.5rem;
  }
}
.mainvisual .mv_logo img {
  width: 100%;
}

/*------------------------
  top / news list
------------------------*/
.news-sec h2 img {
  width: 15.3125rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .news-sec h2 img {
    width: 28.1875rem;
  }
}
.news-sec .news-wrap {
  max-width: 45rem;
  margin: 0 auto;
}
.news-sec .news-wrap .news-twitter_btn {
  display: block;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .news-sec .news-wrap .news-twitter_btn {
    margin-bottom: 5.625rem;
  }
}
.news-sec .news-wrap .news-twitter_btn:hover {
  opacity: 0.7;
}
.news-sec .news-wrap .news-twitter_btn img {
  display: block;
  width: 100%;
  height: auto;
}
.news-sec .news-wrap .btn_common {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .news-sec .news-wrap .btn_common {
    margin-top: 3.6875rem;
  }
}

/*------------------------
  greeting
------------------------*/
.sec-greeting .ly-container {
  padding-bottom: 3.75rem;
}
.sec-greeting .ly-container .ly-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sec-greeting .ly-container .ly-wrapper h2 {
    margin-bottom: 5.5rem;
  }
}
.sec-greeting .ly-container .ly-wrapper h2 img {
  width: 19.1875rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .sec-greeting .ly-container .ly-wrapper h2 img {
    width: 35.4375rem;
  }
}
.sec-greeting .ly-container .ly-wrapper p {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .sec-greeting .ly-container .ly-wrapper p {
    font-size: 1rem;
    line-height: 2.375;
    text-align: center;
  }
}
.sec-greeting__img {
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 1400px) {
  .sec-greeting__img {
    margin-bottom: 0;
    position: absolute;
    bottom: 7.5rem;
    left: -26.1875rem;
  }
}
.sec-greeting__img img {
  width: 8.0625rem;
}
@media screen and (min-width: 768px) {
  .sec-greeting__img img {
    width: 30%;
  }
}
@media screen and (min-width: 1400px) {
  .sec-greeting__img img {
    width: 24.1875rem;
  }
}/*# sourceMappingURL=home.css.map */