.section__company .parts3 {
  margin-bottom: 40px;
}
.section__company .place .flex__item2 {
  margin-bottom: 30px;
}
.section__company .company__bg {
  width: 100vw;
  height: 520px;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
  margin-top: 140px;
  margin-bottom: 100px;
}
.section__company .company__graph {
  max-width: 450px;
  width: 100%;
  margin: 40px auto;
}
.section__company .table-project li {
  text-indent: -16px;
  padding-left: 16px;
}
.section__company .company__table, .section__company .history__table {
  width: 100%;
  text-align: left;
}
.section__company .company__table tr, .section__company .history__table tr {
  border-bottom: 1px solid #ccc;
}
.section__company .company__table th, .section__company .history__table th {
  color: #046F3E;
  width: 180px;
  font-weight: 500;
}
.section__company .company__table td, .section__company .history__table td {
  padding: 20px 0;
}
.section__company .section__block {
  margin-bottom: 70px;
}
.section__company .section__block .company__ttl {
  font-weight: normal;
}
.section__company .section__block .flex__left {
  width: 65%;
}
.section__company .section__block .flex__right {
  width: 32%;
}
.section__company .section__block .president-msg {
  font-size: 24px;
  font-weight: 500;
}
.section__company .google-map {
  max-width: 560px;
}
.section__company .map__txt span {
  display: block;
}
.section__company .mission__ttl {
  font-weight: 500;
}
.section__company .mission__serif-ttl {
  font-weight: 500;
}

@media (max-width: 700px) {
  .section__company .place .main-place {
    margin-bottom: 0px;
  }
  .section__company .parts3 {
    margin-bottom: 20px;
  }
  .section__company .u-mt70 {
    margin-top: 20px;
  }
  .section__company .company__bg {
    margin-top: 40px;
    height: 250px;
    margin-bottom: 30px;
    background-size: auto !important;
    background-attachment: unset !important;
  }
  .section__company .company__table tr, .section__company .history__table tr {
    border-bottom: 1px solid #ccc;
  }
  .section__company .company__table tr:first-of-type th, .section__company .history__table tr:first-of-type th {
    padding-top: 0;
  }
  .section__company .company__table th, .section__company .history__table th {
    display: block;
    width: 100%;
    padding-top: 10px;
  }
  .section__company .company__table td, .section__company .history__table td {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  .section__company .section__block {
    margin-bottom: 40px;
  }
  .section__company .section__block .flex__left {
    width: 100%;
    margin-bottom: 20px;
  }
  .section__company .section__block .flex__right {
    width: 100%;
  }
  .section__company .section__block .president-msg {
    font-size: 20px;
  }
  .section__company .section__block .section__ttl-left {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=company.css.map */