@charset "UTF-8";

.p-home_bnr__inner {
  display: flex;
  align-items: center;
}

.p-home_bnr__txt {
  width: 45%;
}

.p-home_bnr__txt>p {
  font-size: 1.125em;
  margin-bottom: 2.5em;
}

.p-home_bnr__img {
  width: 55%;
  padding-left: 5rem;
}

@media screen and (max-width : 767px) {
  .p-home_bnr__inner {
    display: block;
  }

  .p-home_bnr__txt {
    width: 100%;
  }

  .p-home_bnr__img {
    width: 100%;
    padding-left: 0;
  }

  .p-home_bnr__img img {
    width: 100%;
  }

  .p-home_bnr__btn {
    margin-top: 2.5em;
    text-align: center;
  }

  .p-home_bnr__txt>p {
    margin-bottom: 2em;
  }
}

/* add */

body {
  font-size: 1.8rem;
}

@media screen and (min-width: 576px) {
  header {
    font-size: 1.7rem;
  }

  .p-home_capable__txt p {
    width: min(90%, 55rem) !important;
  }

  .p-kv_under__ttl {
    width: 55%;
  }

  .p-kv__txt h2 {
    font-size: 2.6em !important;
  }
}