@charset "utf-8";
@media screen and (min-width: 820px) {
  .mainvisual{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .mainvisual .img-box{
    height: 50vh;
    width: 65vw;
  }
  h1{
    font-size: 220%;
    letter-spacing: 1px;
    margin: 20px auto 50px;
  }
  .page-lead{
    width: 95%;
    max-width: 900px;
    margin: 0 auto;
  }
  .step{
    width: 95%;
    max-width: 700px;
    margin: 0 auto 4rem;
  }
  .step:not(:first-of-type)::before{
    top: -21%;
  }
  .step h2{
    padding: 0.5rem 1rem;
  }
  .step p,
  .step ul{
    padding: 0 0.5rem 0.5rem;
  }
  .cta .inner{
    max-width: 700px;
  }
}