main.company section#message .inner .message_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60rem;
  margin-top: 80rem;
}
@media (max-width: 767px) {
  main.company section#message .inner .message_flex {
    margin-top: 60rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40rem;
  }
}
main.company section#message .inner .message_flex .textbox p {
  margin-bottom: 20rem;
  line-height: 2;
}
main.company section#message .inner .message_flex .textbox p.signature {
  margin: 40rem 0 0;
  font-size: 20rem;
  font-family: "Noto Serif JP", serif;
}
main.company section#message .inner .message_flex img {
  width: 23%;
}
@media (max-width: 767px) {
  main.company section#message .inner .message_flex img {
    width: 100%;
    max-width: 230rem;
  }
}
main.company section#profile .inner ul {
  margin-top: 40rem;
}
@media (max-width: 767px) {
  main.company section#profile .inner ul {
    margin-top: 30rem;
  }
}
main.company section#profile .inner ul li {
  line-height: 2;
  font-size: 16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  main.company section#profile .inner ul li {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
main.company section#profile .inner ul li span {
  font-size: 10rem;
  margin-right: 10rem;
  color: #148841;
}
main.company section#profile .inner > p {
  margin-top: 28rem;
}
main.company section#profile .inner > div.table_container {
  overflow: auto;
}
main.company section#profile .inner > div.table_container table {
  border-spacing: 0;
  width: 800rem;
  margin: 60rem auto 0;
  overflow: scroll;
}
@media (max-width: 767px) {
  main.company section#profile .inner > div.table_container table {
    width: 100%;
  }
}
main.company section#profile .inner > div.table_container table tbody tr th {
  background-color: #3A4644;
  border-bottom: solid 1rem #818987;
  width: 180rem;
  font-size: 16rem;
  line-height: 1.75;
  color: #FFFFFF;
  padding: 12rem 0;
}
@media (max-width: 767px) {
  main.company section#profile .inner > div.table_container table tbody tr th {
    width: 80rem;
  }
}
main.company section#profile .inner > div.table_container table tbody tr td {
  background-color: #fff;
  border-bottom: solid 1rem #3A4644;
  border-right: solid 1rem #3A4644;
  padding: 12rem 30rem;
  font-size: 16rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  main.company section#profile .inner > div.table_container table tbody tr td {
    padding: 10rem;
  }
}
main.company section#profile .inner > div.table_container table tbody tr:first-of-type td {
  border-top: solid 1rem #3A4644;
}
main.company section#profile .inner > div.table_container table tbody tr:last-of-type th {
  border-bottom: none;
}
main.company section#access {
  padding-bottom: 0;
}
main.company section#access .inner h3 {
  margin-bottom: 10rem;
}
main.company section#access .inner h3:first-of-type {
  padding-top: 90rem;
  margin-top: -50rem;
}
@media (max-width: 767px) {
  main.company section#access .inner h3:first-of-type {
    margin-top: -60rem;
  }
}
main.company section#access .inner h3:nth-of-type(2) {
  padding-top: 90rem;
  margin-top: -90rem;
}
main.company section#access .inner p {
  line-height: 1.75;
}
main.company section#access .inner p.access_time {
  margin: 30rem 0 60rem;
}
main.company section#access .inner iframe {
  width: 100%;
  aspect-ratio: 20/7;
  margin-top: 30rem;
}
@media (max-width: 767px) {
  main.company section#access .inner iframe {
    aspect-ratio: 3/2;
  }
}
main.company section#history .inner > div.history_container table {
  border-spacing: 0;
  width: 800rem;
  margin: 0 auto;
  margin-top: 20rem;
}
@media (max-width: 767px) {
  main.company section#history .inner > div.history_container table {
    width: 100%;
  }
}
main.company section#history .inner > div.history_container table tbody tr th {
  border-bottom: solid 1rem #3A4644;
  font-size: 14rem;
  font-weight: normal;
  line-height: 2;
  padding: 22rem 0 22rem 20rem;
  text-align: right;
  white-space: nowrap;
}
@media (max-width: 767px) {
  main.company section#history .inner > div.history_container table tbody tr th {
    padding: 22rem 0;
    font-size: 13rem;
  }
}
main.company section#history .inner > div.history_container table tbody tr td {
  border-bottom: solid 1rem #3A4644;
  padding: 20rem 20rem 20rem 100rem;
  font-size: 16rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  main.company section#history .inner > div.history_container table tbody tr td {
    padding: 20rem 0 20rem 20rem;
    font-size: 15rem;
  }
}
main.company section#history .inner > div.history_container table tbody tr td a {
  color: #058841;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
main.company section#history .inner > div.history_container table tbody tr td a:hover {
  opacity: 0.8;
}
main.company section#history .inner > div.history_container table tbody tr:last-of-type th, main.company section#history .inner > div.history_container table tbody tr:last-of-type td {
  border-bottom: none;
  padding-bottom: 0;
}/*# sourceMappingURL=company.css.map */