@charset "utf-8";
@media screen and (max-width: 850px) {
  .mainvisual{
    height: 35vh;
    background-size: cover;
  }
  h1.main_title{
    height: fit-content;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  main{
    padding-bottom: 100px;
  }
  article.container{
    width: 95%;
    top: 13px;
    padding-bottom: 50px;
  }
  h2.title_01{
    font-size: 155%;
    padding-top: 35px;
    letter-spacing: 1px;
  }
  .ad-flow{
    padding: 0.5rem;
  }
  .ad-section{
    padding: 0.5rem;
    gap: 0;
  }
  .photo_01 img{
    max-width: 95%;
  }
  p.text_01{
    font-size: 100%;
    width: 95%;
  }
  .photo_02{
    flex: 0;
  }
  .cta-box{
    padding: 1em;
  }
  .cta-box h3{
    margin: 0 0 5px;
    padding: 0;
  }
  .ad-wrapper{
    width: 95%;
  }
  .ad-text{
    max-width: 95%;
  }
  .check{
    margin: 0;
  }
}