@charset "UTF-8";
@media (max-width: 1400px) {
  .home_hero .home_hero_outer {
    width: 95%;
  }
  .home_hero_text {
    width: 60%;
  }
}
@media (max-width: 1000px) {
  .home_hero_text {
    width: 70%;
  }
}
@media (max-width: 800px) {
  .home_hero {
    min-height: auto;
    height: auto;
  }
  .home_hero .home_hero_outer {
    width: 100%;
    display: block;
  }
  .home_hero_text {
    width: 90%;
    max-width: none;
    margin: 0 auto;
    padding-top: 160px;
  }
  .home_hero_img {
    width: 95%;
    height: auto;
    aspect-ratio: 5/3;
    margin-top: 60px;
    margin-bottom: 60px;
    min-height: auto;
    min-height: 50vw;
  }
  .home_about > div {
    width: 100%;
    border-radius: 0;
  }
  .home_about > div::before {
    background: rgba(0, 0, 0, 0.5); /* ←透明度ここ調整 */
  }
  .home_about .half_box {
    width: 90%;
    margin: 0 auto;
  }
  .home_about .outer {
    width: 100%;
  }
}
@media (max-width: 760px) {
  .home_intro_img {
    margin-top: 60px;
  }
}
@media (max-width: 600px) {
  .home_info ul {
    width: 100%;
  }
}