@charset "utf-8";
/* CSS Document */
@media(min-width: 768px) {
  .about {
  margin-bottom: 50px;
}
  .section-top__main-image {
    width: 100%;
    object-fit: contain;
    object-position: center;
  }
  .about-top {
   margin: 0 auto;

  }
  
  
  .about-title img {
    width: 30%;
    margin: 0 200px;
    
  }
  .about-top__image {
    background-position: left 0% top 70%;
    background-size: 80%;/*横の幅は自動　高さは120％に指定*/
    background-repeat: no-repeat;/*繰り返し画像が出ないようにするもの*/
  }
  .about-top__image-filter {
    height: 100vh;
    width: 100%;
    
  }
  .about-top__image-message {
    margin: 0 auto;
    padding-right: 400px;
    padding-top: 80px;
    max-width: 1160px;
  }
  .about-top__image-message h2  {
     font-size: 3.2rem;
    padding: 50px 0 0 180px;
  }
  address {
    font-size: 2.2rem;
    letter-spacing: 0.12em;
    margin: 20px 0;
    padding-left: 180px;
  }
  .about-information {
    margin: 0 auto;
    max-width: 1200px;
  }
  .about-information table {
    font-size: 2.4rem; /*24px*/
    line-height: 3.6rem; /*行の高さ*/
    margin-left: 40px;
  }
  .about-information table th {
    width: 300px; /*横幅300px*/
    padding: 0 0 5px 140px;
  }
  th {
  text-align: left;
  font-size: 2.0rem;
  letter-spacing: 0.12em;
  line-height: 1.8em;
}
  td {
  text-align: left;
  font-size: 2.0rem;
  letter-spacing: 0.12em;
}
}
