@charset "utf-8";
@media screen and (max-width: 850px) {
  .mainvisual{
    height: 35vh;
    background-size: cover;
  }
  h1.main_title{
    font-size: 250%;
    height: fit-content;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  main{
    padding-bottom: 100px;
  }
  h2.title_01{
    font-size: 155%;
    padding-top: 35px;
    letter-spacing: 1px;
  }
  .photo_01 img{
    max-width: 95%;
  }
  p.text_01{
    font-size: 100%;
    width: 95%;
  }
  article.container{
    width: 95%;
    top: 13px;
    padding-bottom: 50px;
  }
  h2.title_01{
    width: 90%;
    text-align: center;
    color: #444;
    letter-spacing: 2px;
    font-size: 200%;
    font-weight: bold;
    margin: 0 auto 15px;
    padding: 30px 0 10px;
    border-bottom: 2px solid #0073e6;
  }
  ul.wp_list{
    width: 95%;
    background: #fff;
    border: none;
    padding: 1em 0.5em;
    font-size: 100%;
    box-shadow: none;
  }
  ul.wp_list li{
    padding-left: 0;
    font-size: 100%;
    margin-bottom: 20px;
  }
  ul.wp_list li strong{
    display: block;
    font-size: 1.2em;
    border-left: 3px solid #0073e6;
    padding-left: 10px;
    margin-bottom: 7px;
  }
  .works-section{
    padding: 30px 10px 60px 10px;
  }
  .flow-list{
    padding-left: 0;
    font-size: 100%;
    letter-spacing: 1px;
    line-height: 1.7;
  }
  .flow-list strong{
    font-size: 116%;
    display: block;
  }
  .faq-section{
    max-width: 90%;
  }
}