@charset "utf-8";
/* home */
.home_service-main-link {
  height: 156px;
}
.home_strength {
  height: 980px;
}
.home_greeting-top {
  padding: 40px 2.5vw 0;
  height: 246px;
}
.home_greeting-top__image {
  height: auto;
}
@media screen and (min-width: 1024px) {
  /* home */
  .home_service-main-link {
    height: 236px;
  }
  .home_strength {
    height: 590px;
  }
  .home_greeting-top {
    padding: 0;
    height: auto;
  }
  .home_service-main-link-top__image {
    width: 106px;
  }
}