/* ============================================================
// Company
============================================================ */
.company-ttl-img {
  background: url(../images/company/title-image.png) no-repeat center center/cover;
}

.greeting-box {
  font-size: 18px;
  line-height: 2.5;
  padding: 40px;
  background: #ffffff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .greeting-box {
    font-size: 16px;
    line-height: 2;
    padding: 25px 20px;
  }
}

.company-table {
  width: 100%;
}
.company-table tr {
  display: grid;
  grid-template-columns: 260px auto;
}
.company-table tr th,
.company-table tr td {
  font-size: 16px;
  text-align: left;
  vertical-align: top;
  padding: 1.5em 1em;
  border-top: 1px solid #ffffff;
}
.company-table tr th {
  font-weight: 500;
  color: #ffffff;
  background: #2f2f2f;
}
.company-table tr:first-child th, .company-table tr:first-child td {
  border-top: none;
}
.company-table tr td div {
  font-weight: 500;
  margin-left: -0.5em;
}
.company-table tr td ul {
  margin-left: 1.5em;
}
.company-table tr td ul li {
  list-style-type: disc;
}
@media screen and (max-width: 767px) {
  .company-table tr {
    display: flex;
    flex-direction: column;
    border-top: none;
  }
  .company-table tr th,
  .company-table tr td {
    display: block;
    font-size: 15px;
    width: 100%;
    border-bottom: none;
  }
  .company-table tr th {
    padding: 0.5em 1em;
  }
  .company-table tr td {
    padding: 1em 1em 2em;
  }
}

.map-box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.map-box .box .ttl {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #121212;
  padding: 6px 40px 6px 20px;
  background: #aee8c1;
  border-radius: 0 10px 0 0;
}
.map-box .box .google-maps {
  border: 2px solid #aee8c1;
}
@media screen and (max-width: 767px) {
  .map-box .box .ttl {
    font-size: 16px;
    padding: 6px 25px 6px 15px;
  }
}