/*==========================================================================
section#overview_area
========================================================================== */
section#overview_area .inner {
  padding: 7.8125vw 0 0;
}
section#overview_area .ttl-box {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 3.6458333333vw;
}
section#overview_area .box {
  position: relative;
}
section#overview_area .img-box {
  width: 100%;
  height: 26.0416666667vw;
  margin-bottom: 3.6458333333vw;
}
section#overview_area .table-box {
  width: 86.8%;
  border: solid 1px #B9B9B9;
  margin: 0 auto;
}
section#overview_area .table-box tr {
  background: #F9F9F9;
}
section#overview_area .table-box tr th {
  background: rgba(111, 157, 237, 0.2);
  width: 15.625vw;
  padding: 1.5625vw 0;
  box-sizing: border-box;
  flex: none;
}
section#overview_area .table-box tr td {
  flex: auto;
  padding: 1.5625vw 2.6041666667vw;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  section#overview_area .inner {
    padding: 50px 0 0;
  }
  section#overview_area .ttl-box {
    text-align: center;
    margin-bottom: 30px;
  }
  section#overview_area .box {
    position: relative;
  }
  section#overview_area .img-box {
    width: 100%;
    height: 45vw;
    margin-bottom: 30px;
  }
  section#overview_area .table-box {
    width: 100%;
  }
  section#overview_area .table-box tr th {
    width: 120px;
    padding: 20px 0;
    box-sizing: border-box;
    font-size: 14px;
    border: solid 1px #B9B9B9;
    border-collapse: collapse;
  }
  section#overview_area .table-box tr td {
    width: calc(100% - 120px);
    padding: 20px;
    font-size: 14px;
    box-sizing: border-box;
    word-break: break-word;
    border: solid 1px #B9B9B9;
    border-collapse: collapse;
  }
}
/*==========================================================================
section#access_area
========================================================================== */
section#access_area {
  position: relative;
}

section#access_area .inner {
  padding: 7.8125vw 0;
}

section#access_area .box {
  justify-content: space-between;
}

section#access_area .txt-box {
  flex: auto;
  margin-top: 2.6041666667vw;
}

section#access_area .txt-box .ttl-box {
  margin-bottom: 1.5625vw;
}

section#access_area .txt-box .txt-p {
  margin-bottom: 0.625vw;
}

section#access_area .txt-box .txt-g {
  margin-top: 0.625vw;
  color: #6F9EED;
  display: flex;
  align-items: center;
  gap: 0.2vw;
  transition: 1s;
}

section#access_area .txt-box .txt-g svg {
  display: flex;
  width: 0.6510416667vw;
  height: 0.6510416667vw;
}

section#access_area .txt-box .txt-g:hover {
  opacity: 0.7;
}

section#access_area .map-box {
  flex: none;
  width: 66.7%;
  height: 20.8333333333vw;
}

section#access_area .map-box iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  section#access_area {
    position: relative;
  }
  section#access_area .inner {
    padding: 50px 0;
  }
  section#access_area .box {
    display: flex;
    flex-wrap: wrap;
  }
  section#access_area .txt-box {
    width: 100%;
    order: 1;
    margin-top: 0;
    margin-bottom: 30px;
  }
  section#access_area .txt-box .ttl-box {
    margin-bottom: 20px;
  }
  section#access_area .txt-box .txt-p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  section#access_area .txt-box .txt-t {
    font-size: 14px;
  }
  section#access_area .txt-box .txt-g {
    font-size: 14px;
    gap: 5px;
    margin-top: 10px;
  }
  section#access_area .txt-box .txt-g svg {
    width: 12px;
    height: 12px;
  }
  section#access_area .map-box {
    width: 100%;
    height: 55vw;
    margin-bottom: 0;
    order: 2;
  }
}
/*==========================================================================
section#history_area
========================================================================== */
section#history_area {
  background: #F9F9F9;
}
section#history_area .inner {
  padding: 7.8125vw 0;
}
section#history_area .ttl-box {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 3.6458333333vw;
}
section#history_area .top-box .list-box {
  justify-content: space-between;
}
section#history_area .top-box .list-box li {
  width: 32%;
}
section#history_area .top-box .list-box li .img-box {
  width: 100%;
  height: 18.2291666667vw;
  margin-bottom: 1.05vw;
}
section#history_area .table-box {
  margin-top: 5.2083333333vw;
  width: 100%;
  border: solid 1px #B9B9B9;
}
section#history_area .table-box tr {
  background: #ffffff;
}
section#history_area .table-box tr th {
  text-align: center;
  background: rgba(111, 157, 237, 0.2);
  padding: 1.5625vw 0;
  box-sizing: border-box;
}
section#history_area .table-box tr th:nth-child(1) {
  width: 30%;
}
section#history_area .table-box tr th:nth-child(2) {
  width: 70%;
}
section#history_area .table-box tr td {
  padding: 1.5625vw 2.6041666667vw;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 767px) {
  section#history_area .inner {
    padding: 50px 0;
  }
  section#history_area .ttl-box {
    margin-bottom: 40px;
  }
  section#history_area .top-box .list-box {
    justify-content: space-between;
  }
  section#history_area .top-box .list-box li {
    width: 100%;
  }
  section#history_area .top-box .list-box li .img-box {
    height: 50vw;
    margin-bottom: 10px;
  }
  section#history_area .top-box .list-box li .txt-h4 {
    font-size: 14px;
  }
  section#history_area .top-box .list-box li:nth-child(n+2) {
    margin-top: 25px;
  }
  section#history_area .table-box {
    margin-top: 40px;
  }
  section#history_area .table-box tr th {
    padding: 20px 0;
    font-size: 14px;
    width: 120px;
    border: solid 1px #B9B9B9;
    border-collapse: collapse;
  }
  section#history_area .table-box tr th:nth-child(1) {
    width: 120px;
  }
  section#history_area .table-box tr th:nth-child(2) {
    width: calc(100% - 120px);
  }
  section#history_area .table-box tr td {
    padding: 20px;
    font-size: 14px;
    width: calc(100% - 120px);
    border: solid 1px #B9B9B9;
    border-collapse: collapse;
  }
  section#history_area .table-box tr td:nth-child(1) {
    width: 120px;
  }
  section#history_area .table-box tr td:nth-child(2) {
    width: calc(100% - 120px);
    text-align: start;
  }
}
/*# sourceMappingURL=company.css.map */