/*------------------------------------
会社概要用CSS
------------------------------------*/
#company_sec1 .inner {
  width: 60%;
  padding: 40px 0 90px;
}
#company_sec1 .message {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--color-main2);
  margin-bottom: 30px;
  line-height: 2;
  text-align: center;
}
#company_sec1 .inner table {
  margin: 0 auto 40px;
}
#company_sec1 .inner table th {
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  border-right: none;
  padding: 18px;
  text-align: left;
  width: 35%;
  font-weight: 400;
}
#company_sec1 .inner table td {
  border: 1px solid #dddddd;
  border-left: none;
  padding: 18px;
  text-align: left;
  width: 65%;
  line-height: 1.8;
}
#company_sec1 .inner table .table-title {
  background-color: var(--color-main);
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.2rem;
}
#company_sec1 .map iframe {
  width: 100%;
  height: 28vw;
  max-height: 400px;
}

@media only screen and (max-width: 1080px) {
  #company_sec1 .inner {
    width: 80%;
    padding: 30px 0 60px;
  }
  #company_sec1 .message {
    font-size: 1.5rem;
  }
  #company_sec1 .map iframe {
    height: 34vw;
  }
  #company_sec1 .inner table th,
  #company_sec1 .inner table td {
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 767px) {
  #company_sec1 .inner {
    width: 90%;
  }
  #company_sec1 .message {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  #company_sec1 .inner table th {
    padding: 12px;
    font-size: 0.8rem;
  }
  #company_sec1 .inner table td {
    padding: 12px;
    font-size: 0.8rem;
  }
  #company_sec1 .inner table {
    margin: 0 auto 30px;
  }
  #company_sec1 .map iframe {
    height: 55vw;
  }
}