body {
  background: #fff;
  color: #222;
  font-family: 'Noto Sans JP', 'Roboto', 'Zen Kaku Gothic New', 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
}
.site-header{
  background-image: none; 
  min-height: 0;
}

.sub-nav a {
  background: #fff;
  color: #222;
}
li.contact-btn {
  background: transparent;
  color: #222;
  padding: 8px 20px;
  border-radius: 20px;
  border: 1px solid #222;
  transition: all 0.3s ease;
}
li.contact-btn:hover {
  background: #222;
  color: #fff;
}

.company-section {
  max-width: 1040px;
  margin: 160px auto 0;
  /* padding: 0 20px 80px 20px; */
  text-align: center;
}
/* .company-title {
  font-size: 2.8rem;
  font-family: 'Montserrat', 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin: 160px 0 0 0;
} */
.company-subtitle {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 10px 0 80px 0;
  letter-spacing: 0.1em;
}
.company-table-wrap {
  margin: 0 auto;
  max-width: 900px;
  background: #fff;
}
.company-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  font-size: 1rem;
}
.company-table th, .company-table td {
  text-align: left;
  padding: 18px 12px;
  border-bottom: 1px solid #888;
  font-weight: 400;
  vertical-align: top;
}
.company-table th {
  width: 180px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.company-table tr:last-child th, .company-table tr:last-child td {
  border-bottom: none;
}
footer {
  padding-top: 160px;
}

@media (max-width: 600px) {
  .company-title {
    font-size: 2rem;
  }
  .company-table th, .company-table td {
    padding: 12px 6px;
    font-size: 0.95rem;
  }
  .company-table th {
    width: 100px;
  }
} 
@media (max-width: 900px) {
  .company-section {
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 700px) {
  .company-section {
    padding: 0 60px 0 60px;
  }
}
@media (max-width: 500px) {
  .company-section {
    /* font-size: 14px;
    line-height: 28px; */
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 375px) {
  .company-section {
    /* font-size: 14px;
    line-height: 28px; */
    padding-left: 20px;
    padding-right: 20px;
  }
}