/*==========================================================================
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;
}

section#overview_area .table-box tr td {
  width: calc(100% - 15.625vw);
  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;
  }
  section#overview_area .table-box tr td {
    width: calc(100% - 120px);
    padding: 20px;
    font-size: 14px;
    box-sizing: border-box;
  }
}
/*==========================================================================
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#equipmentlist_area
========================================================================== */
section#equipmentlist_area {
  background: #F9F9F9;
}

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

section#equipmentlist_area .ttl-box {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 3.6458333333vw;
}

section#equipmentlist_area .top-box .txt-h3 {
  color: #6F9EED;
  margin-bottom: 2.6041666667vw;
}

section#equipmentlist_area .top-box .list-box {
  justify-content: space-between;
}

section#equipmentlist_area .top-box .list-box li {
  width: 32%;
}

section#equipmentlist_area .top-box .list-box li .img-box {
  width: 100%;
  height: 18.2291666667vw;
  margin-bottom: 1.05vw;
}

section#equipmentlist_area .top-box .list-box li .txt-box .txt-h4 {
  margin-bottom: 0.5208333333vw;
}

section#equipmentlist_area .top-box .table-box {
  margin-top: 5.2083333333vw;
  width: 100%;
  border: solid 1px #B9B9B9;
}

section#equipmentlist_area .top-box .table-box tr {
  background: #ffffff;
}

section#equipmentlist_area .top-box .table-box tr th, section#equipmentlist_area .top-box .table-box tr td {
  text-align: center;
}

section#equipmentlist_area .top-box .table-box tr th {
  background: rgba(111, 157, 237, 0.2);
  padding: 1.5625vw 0;
  box-sizing: border-box;
}

section#equipmentlist_area .top-box .table-box tr th:nth-child(1) {
  width: 30%;
}

section#equipmentlist_area .top-box .table-box tr th:nth-child(2) {
  width: 20%;
}

section#equipmentlist_area .top-box .table-box tr th:nth-child(3) {
  width: 20%;
}

section#equipmentlist_area .top-box .table-box tr th:nth-child(4) {
  width: 20%;
}

section#equipmentlist_area .top-box .table-box tr th:nth-child(5) {
  width: 10%;
}

section#equipmentlist_area .top-box .table-box tr td {
  padding: 1.5625vw 2.6041666667vw;
  box-sizing: border-box;
}

section#equipmentlist_area .bot-box {
  padding-top: 5.2083333333vw;
}

section#equipmentlist_area .bot-box .txt-h3 {
  color: #6F9EED;
  margin-bottom: 2.6041666667vw;
}

section#equipmentlist_area .bot-box .txt-n {
  text-align: end;
  margin-top: 0.8vw;
}

section#equipmentlist_area .bot-box .table-box {
  width: 100%;
  border: solid 1px #B9B9B9;
}

section#equipmentlist_area .bot-box .table-box tr {
  background: #ffffff;
}

section#equipmentlist_area .bot-box .table-box tr th, section#equipmentlist_area .bot-box .table-box tr td {
  text-align: center;
}

section#equipmentlist_area .bot-box .table-box tr th {
  background: rgba(111, 157, 237, 0.2);
  padding: 1.5625vw 0;
  box-sizing: border-box;
}

section#equipmentlist_area .bot-box .table-box tr th:nth-child(1) {
  width: 60%;
}

section#equipmentlist_area .bot-box .table-box tr th:nth-child(2) {
  width: 20%;
}

section#equipmentlist_area .bot-box .table-box tr td {
  padding: 1.5625vw 2.6041666667vw;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  section#equipmentlist_area .inner {
    padding: 50px 0;
  }
  section#equipmentlist_area .ttl-box {
    margin-bottom: 30px;
  }
  section#equipmentlist_area .top-box .txt-h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  section#equipmentlist_area .top-box .list-box li {
    width: 100%;
  }
  section#equipmentlist_area .top-box .list-box li .img-box {
    width: 100%;
    height: 65vw;
    margin-bottom: 10px;
  }
  section#equipmentlist_area .top-box .list-box li .txt-box .txt-h4 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  section#equipmentlist_area .top-box .list-box li .txt-box .txt-c {
    font-size: 14px;
  }
  section#equipmentlist_area .top-box .list-box li:nth-child(n+2) {
    margin-top: 35px;
  }
  section#equipmentlist_area .top-box .table-box {
    margin-top: 40px;
    width: 100%;
  }
  section#equipmentlist_area .top-box .table-box tr th, section#equipmentlist_area .top-box .table-box tr td {
    height: initial;
    font-size: 14px;
  }
  section#equipmentlist_area .top-box .table-box tr th {
    padding: 20px 0;
    box-sizing: border-box;
  }
  section#equipmentlist_area .top-box .table-box tr th:nth-child(1) {
    width: 30%;
  }
  section#equipmentlist_area .top-box .table-box tr th:nth-child(2) {
    width: 20%;
  }
  section#equipmentlist_area .top-box .table-box tr th:nth-child(3) {
    width: 20%;
  }
  section#equipmentlist_area .top-box .table-box tr th:nth-child(4) {
    width: 20%;
  }
  section#equipmentlist_area .top-box .table-box tr th:nth-child(5) {
    width: 10%;
  }
  section#equipmentlist_area .top-box .table-box tr td {
    padding: 20px 5px;
    box-sizing: border-box;
  }
  section#equipmentlist_area .bot-box {
    padding-top: 40px;
  }
  section#equipmentlist_area .bot-box .txt-h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  section#equipmentlist_area .bot-box .txt-n {
    font-size: 12px;
    margin-top: 10px;
  }
  section#equipmentlist_area .bot-box .table-box tr th, section#equipmentlist_area .bot-box .table-box tr td {
    font-size: 14px;
  }
  section#equipmentlist_area .bot-box .table-box tr th {
    padding: 20px 0;
  }
  section#equipmentlist_area .bot-box .table-box tr th:nth-child(1) {
    width: 60%;
  }
  section#equipmentlist_area .bot-box .table-box tr th:nth-child(2) {
    width: 20%;
  }
  section#equipmentlist_area .bot-box .table-box tr td {
    padding: 20px 5px;
    box-sizing: border-box;
  }
}
/*# sourceMappingURL=company.css.map */