/*==========================================================================
section#overview_area
========================================================================== */
section#overview_area .inner {
  padding-top: 5.8333333333vw;
}
section#overview_area .ttl-box {
  margin-bottom: 3.6458333333vw;
}
section#overview_area .ttl-box .txt-h2 {
  line-height: 1;
}
section#overview_area .ttl-box .txt-h2 span {
  display: block;
  line-height: 1;
  margin-bottom: 1vw;
}
section#overview_area .info-box dl {
  margin: 0;
  padding: 0;
  border-bottom: solid 2px rgba(0, 0, 0, 0.25);
  padding: 1.8229166667vw 0;
  position: relative;
  box-sizing: border-box;
}
section#overview_area .info-box dl::after {
  content: "";
  background: #000000;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 10.4166666667vw;
  height: 2px;
}
section#overview_area .info-box dl dt, section#overview_area .info-box dl dd {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
section#overview_area .info-box dl dt {
  width: 10.4166666667vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#overview_area .info-box dl dd {
  width: calc(100% - 10.4166666667vw);
  padding: 0 2.6041666667vw;
}
section#overview_area .info-box dl:first-child {
  border-top: solid 2px rgba(0, 0, 0, 0.25);
}
section#overview_area .info-box dl:first-child::before {
  content: "";
  background: #000000;
  position: absolute;
  left: 0;
  top: -2px;
  width: 10.4166666667vw;
  height: 2px;
}

@media screen and (max-width: 767px) {
  section#overview_area .inner {
    padding-top: 50px;
  }
  section#overview_area .ttl-box {
    align-items: center;
    margin-bottom: 30px;
  }
  section#overview_area .ttl-box .txt-h2 {
    width: 100%;
    font-size: 18px;
  }
  section#overview_area .ttl-box .txt-h2 span {
    margin-bottom: 10px;
    font-size: 32px;
  }
  section#overview_area .info-box dl {
    border-width: 2px;
    padding: 20px 15px;
  }
  section#overview_area .info-box dl::after {
    left: 0;
    bottom: -2px;
    width: 120px;
    height: 2px;
  }
  section#overview_area .info-box dl dt, section#overview_area .info-box dl dd {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  section#overview_area .info-box dl dt {
    width: 100%;
    justify-content: flex-start;
    font-size: 16px;
    margin-bottom: 10px;
  }
  section#overview_area .info-box dl dd {
    width: 100%;
    padding: 0;
    font-size: 16px;
  }
  section#overview_area .info-box dl:first-child {
    border-top: solid 2px rgba(0, 0, 0, 0.25);
  }
  section#overview_area .info-box dl:first-child::before {
    content: "";
    background: #000000;
    position: absolute;
    left: 0;
    top: -2px;
    width: 120px;
    height: 2px;
  }
}
/*==========================================================================
section#facilities_area
========================================================================== */
section#facilities_area .inner {
  padding-top: 7.8125vw;
  padding-bottom: 7.8125vw;
}
section#facilities_area .ttl-box {
  margin-bottom: 3.6458333333vw;
}
section#facilities_area .ttl-box .txt-h2 {
  line-height: 1;
}
section#facilities_area .ttl-box .txt-h2 span {
  display: block;
  line-height: 1;
  margin-bottom: 1vw;
}
section#facilities_area .item-box {
  margin-bottom: 3.6458333333vw;
}
section#facilities_area .item-box .txt-h3 {
  background: #000000;
  color: #ffffff;
  line-height: 1;
  padding: 1.05vw 2.6041666667vw;
  margin-bottom: 1vw;
  border-radius: 5px;
  letter-spacing: 0.1vw;
}
section#facilities_area .item-box .table-box {
  width: 100%;
  margin: 0;
  padding: 0;
  border: solid 2px #000000;
}
section#facilities_area .item-box .table-box th {

    background: #000000;
    color: #ffffff;
}
section#facilities_area .item-box .table-box th, section#facilities_area .item-box .table-box td {
  text-align: center;
  height: 4vw;
  margin: 0;
  padding: 0;
  border-color: #000000;
}
section#facilities_area .item-box .table-box th.bg-sky {
  background: #CAEEF8;
  color: #000000;
}
section#facilities_area .item-box .txt-p {
  margin-top: 0.5vw;
}

@media screen and (max-width: 767px) {
  section#facilities_area .inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section#facilities_area .ttl-box {
    align-items: center;
    margin-bottom: 30px;
  }
  section#facilities_area .ttl-box .txt-h2 {
    width: 100%;
    font-size: 18px;
  }
  section#facilities_area .ttl-box .txt-h2 span {
    margin-bottom: 10px;
    font-size: 32px;
  }
  section#facilities_area .item-box {
    margin-bottom: 50px;
  }
  section#facilities_area .item-box .txt-h3 {
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    letter-spacing: 1px;
    font-size: 16px;
  }
  section#facilities_area .item-box .table-box {
    width: 100%;
  border: solid 1.5px #393939;

  


  }
  section#facilities_area .item-box .table-box tbody{
    display: flex;
    flex-wrap: wrap;


  }
  section#facilities_area .item-box .table-box tr{
    width: 50%;
  }


  section#facilities_area .item-box .table-box th, section#facilities_area .item-box .table-box td {
    height: initial;
    min-height: 60px;


    font-size: 14px;
    display: block;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: solid 1px #393939;




  }


  section#facilities_area .item-box .txt-p {
    margin-top: 10px;
    font-size: 14px;
  }
}
/*# sourceMappingURL=company.css.map */