.area_kv {
  background-image: url(../img/kv/facilities_pc.jpg);
  background-size: 1920px;
}
@media screen and (max-width: 768px) {
  .area_kv {
    background-image: url(../img/kv/facilities_sp.jpg);
    background-size: cover;
  }
}

@media screen and (min-width: 769px) {
  .ol_breadcrumb {
    padding-bottom: 93px;
  }
}

.ul_anchor {
  background: #ba006d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ul_anchor li {
  width: 20%;
  border-left: 1px solid #fff;
}
.ul_anchor li:first-child {
  border-left: 0;
}
.ul_anchor li a {
  padding: 14px 0;
  color: #fff;
  text-align: center;
  display: block;
  position: relative;
  font-weight: 700;
}
.ul_anchor li a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  font-size: 15px;
}
@media (hover: hover) {
  .ul_anchor li a:hover {
    background: #a70463;
  }
}
@media screen and (max-width: 768px) {
  .ul_anchor li {
    width: 50%;
    border-top: 1px solid #fff;
  }
  .ul_anchor li:first-child {
    width: 100%;
    border-top: none;
  }
  .ul_anchor li a {
    padding: 0.18em 0;
  }
  .ul_anchor li a::after {
    right: 2vw;
    font-size: min(4vw, 15px);
  }
}

.box_facilities {
  margin-top: 80px;
}
.box_facilities .image {
  margin-top: 50px;
}

.scroll {
  display: none;
}

:root {
  --th-last: 103px;
}

@media screen and (max-width: 768px) {
  :root {
    --th-last: 70px;
  }
  .box_facilities {
    margin-top: 10vw;
  }
  .box_facilities + .box_facilities {
    margin-top: 12.5vw;
  }
  .box_facilities .image {
    margin-top: 8vw;
  }
  .inner.sp_wrap {
    margin-top: 8vw;
    padding: 0;
    overflow-x: auto;
    position: relative;
  }
  .inner.sp_wrap .tb_facilities {
    width: 92%;
    margin: 0 4%;
  }
  .scroll {
    width: 40vw;
    height: 40vw;
    display: block;
    position: absolute;
    top: 26.5vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.tb_facilities {
  width: 100%;
  margin-top: 50px;
}
.tb_facilities thead {
  background: #ba006d;
  color: #fff;
  font-weight: 700;
}
.tb_facilities th {
  padding: 25px 20px;
}
.tb_facilities th:first-child {
  width: 440px;
}
.tb_facilities th:last-child {
  width: var(--th-last);
}
.tb_facilities td {
  padding: 24px 20px 23px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1023px) {
  .tb_facilities {
    font-size: min(1.5640273705vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .tb_facilities {
    margin-top: 8vw;
  }
  .tb_facilities th, .tb_facilities td {
    font-size: min(4vw, 15px);
  }
  .tb_facilities th:first-child, .tb_facilities td:first-child {
    padding: 1em 0 1em 1em;
  }
  .tb_facilities th:last-child, .tb_facilities td:last-child {
    padding: 1em 0.9em 1em;
  }
  .tb_facilities th {
    padding: 1em 1em;
  }
  .tb_facilities td {
    padding: 1em 1em 1em;
  }
}

@media screen and (max-width: 1023px) {
  .tb_facilities th:first-child {
    width: min(34.2130987292vw, 440px);
  }
}
@media screen and (max-width: 768px) {
  #press .tb_facilities {
    min-width: 660px;
  }
  #press .tb_facilities th:first-child {
    width: 50%;
  }
  #tools .tb_facilities {
    min-width: 550px;
  }
  #tools .tb_facilities th:first-child {
    width: 40%;
  }
  #crimping .tb_facilities th {
    width: calc(70% - var(--th-last));
  }
  #crimping .tb_facilities th:first-child {
    width: 38%;
  }
  #measuring .tb_facilities {
    min-width: 520px;
  }
  #measuring .tb_facilities th:first-child {
    width: 44%;
  }
}