@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;
    font-size: 180%;
  }
  main{
    padding-bottom: 100px;
  }
  section.container{
    width: 95%;
  }
  .introductory{
    font-size: 100%;
  }
  .service-list p{
    font-size: 100%;
  }
  .service-list ul{
    font-size: 100%;
  }
  .service-list article{
    width: 100%;
  }
  .service-list article .result{
    display: none;
  }
}