@media screen and (max-width: 1630px) and (min-width:0px) {
  .section04 .txext {
    padding: 0 2vw;
  }
}

@media screen and (max-width: 1470px) and (min-width:0px) {
  .section04 .txext h1 {
    font-size: 32px;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .section04 .txext>p {
    font-size: 14px;
    padding-top: 15px;
    margin-bottom: 15px;
  }

  .section04 .img {
    min-height: 600px;
  }

  .section04 .img img {
    object-fit: cover;
    height: 100%;
  }
}