html {
  scroll-padding-top: 150px;
}

@media screen and (max-width: 768px) {
  .ob_facility_teled-cv.smp-hidden {
      transform: translateY(100px);
  }
}

#ob_facility_teled-cases {
  display: block;
  padding: 150px 0 40px;
  margin: 0;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  overflow-x: hidden;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;

  @media screen and (max-width: 768px) {
    padding: 90px 0 20px;
  }

  & .ctgr {
    text-align: center;
    & img {
      width: 49px;
      height: 108px;
      @media screen and (max-width: 768px) {
        width: 33px;
        height: 72px;
      }
    }
  }
}

.ob_facility_teled-cases-copy-inr {
  width: fit-content;
  max-width: 90%;
  margin: 30px auto;
  text-align: center;

  & .ob_facility_teled-cases-copy-h1 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.6;

    @media screen and (max-width: 768px) {
      margin: 25px auto;
      font-size: 20px;
      letter-spacing: 0;
      @media screen and (max-width: 480px) {
        margin: 20px auto;
        font-size: 18px;
      }
    }
  }

  & p {
    margin-top: .5em;
  }
}

.ob_facility_teled-cases-slider {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 40px 0 50px;
  background: #eef3f3;
  @media screen and (max-width: 1200px) {
    padding: 0;
    background: transparent;
    padding: 0 0 30px;
    @media screen and (max-width: 768px) {
      padding: 0 0 20px;
    }
  }
}

.ob_facility_teled-cases-slider .mainslider {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}

.ob_facility_teled-cases-slider .mainslider div.slick-slide .image-container {
    aspect-ratio: 16/9;
    max-height: 70vh;
    width: auto;
    max-width: 100%;
    position: relative;
    margin: auto;

  & .caption {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    padding: 4px 8px;
    font-size: 14px;
  }
}

.ob_facility_teled-cases-slider .slick-prev,
.ob_facility_teled-cases-slider .slick-prev:hover,
.ob_facility_teled-cases-slider .slick-prev:focus,
.ob_facility_teled-cases-slider .slick-next,
.ob_facility_teled-cases-slider .slick-next:hover,
.ob_facility_teled-cases-slider .slick-next:focus {
  width: 50px;
  height: 50px;
  background: #009790 url(../img/arrow_next.svg);
  background-repeat: no-repeat;
  background-size: 10px 18px;
  background-position: center;
  border-radius: 50%;
  z-index: 1;
  @media screen and (max-width: 768px) {
    width: 36px;
    height: 36px;
    background-size: 8px 15px;
    @media screen and (max-width: 480px) {
      width: 30px;
      height: 30px;
      background-size: 7px 12px;
    }
  }
}
.ob_facility_teled-cases-slider .slick-next,
.ob_facility_teled-cases-slider .slick-next:hover,
.ob_facility_teled-cases-slider .slick-next:focus {
  transform: translate(0, -50%);
  right: -25px;
  @media screen and (max-width: 768px) {
    right: -18px;
    @media screen and (max-width: 480px) {
      right: -15px;
    }
  }
}
.ob_facility_teled-cases-slider .slick-prev,
.ob_facility_teled-cases-slider .slick-prev:hover,
.ob_facility_teled-cases-slider .slick-prev:focus {
  transform: translate(0, -50%) rotate(180deg);
  left: -25px;
  @media screen and (max-width: 768px) {
    left: -18px;
    @media screen and (max-width: 480px) {
      left: -15px;
    }
  }
}
.ob_facility_teled-cases-slider .slick-prev:before,
.ob_facility_teled-cases-slider .slick-next:before {
  content: '';
}
.ob_facility_teled-cases-slider .slick-dots {
  bottom: -50px!important;
  line-height: 1;
  @media screen and (max-width: 768px) {
    bottom: -40px!important;
    @media screen and (max-width: 480px) {
      bottom: -30px!important;
      @media screen and (max-width: 360px) {
        bottom: -60px!important;
      }
    }
  }
}
.ob_facility_teled-cases-slider .slick-dots li {
  width: 18px!important;
  height: 18px!important;
  margin: 0 5px!important;
  @media screen and (max-width: 768px) {
    width: 16px!important;
    height: 16px!important;
    margin: 0 4px!important;
    @media screen and (max-width: 480px) {
      width: 14px!important;
      height: 14px!important;
      margin: 0 3px!important;
    }
  }
}
.ob_facility_teled-cases-slider .slick-dots li button {
  width: 18px;
  height: 18px;
  padding: 5px;
  @media screen and (max-width: 768px) {
    width: 16px!important;
    height: 16px!important;
    padding: 4px!important;
    @media screen and (max-width: 480px) {
      width: 14px!important;
      height: 14px!important;
      padding: 3px!important;
    }
  }
}
.ob_facility_teled-cases-slider .slick-dots li button:before {
  font-size: 16px!important;
  color: #666!important;
  line-height: 1!important;
  @media screen and (max-width: 768px) {
    font-size: 14px!important;
    @media screen and (max-width: 480px) {
      font-size: 12px!important;
    }
  }
}
.ob_facility_teled-cases-slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #009790!important;
}

.ob_facility_teled-cases-slider .slidernav {
  width: 100%;
  max-width: 1020px;
  margin: 20px auto 0;
}
.ob_facility_teled-cases-slider .slidernav .slick-slide {
  padding: 0 2px;
}


.ob_facility_teled-cases-client {
  width: 90%;
  max-width: 1020px;
  margin: 60px auto 0;
  padding: 30px 0;
  border: 1px solid #009790;
  position: relative;
  @media screen and (max-width: 768px) {
    margin: 30px auto 0;
    padding: 25px 0;
    @media screen and (max-width: 480px) {
      margin: 20px auto 0;
      padding: 20px 0;
    }
  }
}
.ob_facility_teled-cases-client::after {
  content: "";
  background: url(../img/example/turn.svg) center no-repeat;
  background-size: contain;
  width: 35px;
  height: 30px;
  display: block;
  margin: 0 auto 0;
  position: absolute;
  right: -1.5px;
  bottom: -1.2px;
}
.ob_facility_teled-cases-client-inr {
  width: 90%;
  margin: auto;
}

.ob_facility_teled-cases-client-name-text {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  @media screen and (max-width: 768px) {
    font-size: 18px;
    @media screen and (max-width: 480px) {
      font-size: 16px;
    }
  }
}

.ob_facility_teled-cases-client-name-logo {
  text-align: center;
  margin: 0 auto 20px;
}
.ob_facility_teled-cases-client-name-logo img {
  width: auto;
}

.ob_facility_teled-cases-client-data-table table {
  margin: 20px auto 0;
}
.ob_facility_teled-cases-client-data-table table th,
.ob_facility_teled-cases-client-data-table table td {
  padding: .2em 0;
}
.ob_facility_teled-cases-client-data-table table th {
  white-space: nowrap;
  padding: .2em 2em .2em 0;
}

.ob_facility_teled-cases-result {
  width: 90%;
  max-width: 1020px;
  margin: 60px auto 0;
  @media screen and (max-width: 768px) {
    margin: 40px auto 0;
    @media screen and (max-width: 480px) {
      margin: 30px auto 0;
    }
  }
}

.ob_facility_teled-cases-result-title-main {
  background: #009790;
  border-radius: 10px 10px 0 0;
  padding: .5em 1em;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.ob_facility_teled-cases-client-comment {
  width: fit-content;
  max-width: 90%;
  margin: 40px auto 30px;
  color: #009790;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  @media screen and (max-width: 768px) {
    margin: 30px auto 20px;
    font-size: 18px;
    @media screen and (max-width: 480px) {
      margin: 25px auto;
      font-size: 16px;
    }
  }
}

.ob_facility_teled-cases-result-data-inr {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ob_facility_teled-cases-result-data-box {
  display: flex;
  @media screen and (max-width: 768px) {
    flex-direction: column;
  }
}
.ob_facility_teled-cases-result-data-box-l {
  width: 35%;
}
.ob_facility_teled-cases-result-data-box-r {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .ob_facility_teled-cases-result-data-box-l,
  .ob_facility_teled-cases-result-data-box-r {
    width: 100%;
  }
}

.ob_facility_teled-cases-result-data-box-l {
  background: #eef3f3;
  border-radius: 10px 0 0 10px;
  padding: 25px 30px;
  font-weight: 700;
  @media screen and (max-width: 768px) {
    border-radius: 10px 10px 0 0;
    padding: 20px 8%;
    line-height: 1.6;
  }
}

.ob_facility_teled-cases-result-data-box-r {
  background: #bee7e5 url(../img/example/ico-theme.svg);
  background-position: top 25px left 20px;
  background-size: 30px 26px;
  background-repeat: no-repeat;
  border-radius: 0 10px 10px 0;
  padding: 25px 50px 25px 70px;
  @media screen and (max-width: 768px) {
    border-radius: 0 0 10px 10px;
    padding: 20px 8% 20px 70px;
  }
}

.ob_facility_teled-cases-service {
  width: 90%;
  max-width: 1020px;
  margin: 60px auto 0;
  @media screen and (max-width: 768px) {
    margin: 40px auto 0;
    @media screen and (max-width: 480px) {
      margin: 30px auto 0;
    }
  }
}
.ob_facility_teled-cases-service-title-main {
  background: #009790;
  border-radius: 10px 10px 0 0;
  padding: .5em 1em;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.ob_facility_teled-cases-service-text {
  padding: 40px 30px 0;
  @media screen and (max-width: 768px) {
    padding: 20px 5% 0;
  }
}
.ob_facility_teled-cases-area-text {
  padding: 15px 30px 0;
  @media screen and (max-width: 768px) {
    padding: 10px 5% 0;
  }
  & div {
    font-size: 14px;
  }
}
.ob_facility_teled-cases-service-title + .ob_facility_teled-cases-area-text {
  padding: 40px 30px 0;
  @media screen and (max-width: 768px) {
    padding: 20px 5% 0;
  }
  & div {
    display: none;
  }
}

.ob_facility_teled-cases-manager {
  width: 90%;
  max-width: 1020px;
  margin: 60px auto 0;
  @media screen and (max-width: 768px) {
    margin: 40px auto 0;
    @media screen and (max-width: 480px) {
      margin: 30px auto 0;
    }
  }
}
.ob_facility_teled-cases-manager-title-main {
  background: #009790;
  border-radius: 10px 10px 0 0;
  padding: .5em 1em;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.ob_facility_teled-cases-manager-text {
  padding: 40px 30px 0;
  @media screen and (max-width: 768px) {
    padding: 20px 5% 0;
  }
}

.ob_facility_teled-cases-figure {
  background: #eef3f3;
  margin: 80px auto 0;
  padding: 60px 0;
  @media screen and (max-width: 768px) {
    margin: 60px auto 0;
    padding: 40px 0;
    @media screen and (max-width: 480px) {
      margin: 40px auto 0;
      padding: 30px 0;
    }
  }
}

.ob_facility_teled-cases-figure-inr {
  width: 90%;
  max-width: 1020px;
  margin: auto;
}
.ob_facility_teled-cases-figure-img {
  text-align: center;
}
.ob_facility_teled-cases-figure-img img {
  width: auto;
  max-width: 100%;
  margin: auto;
}
.ob_facility_teled-cases-figure-notes {
  width: 90%;
  margin: 30px auto 20px;
  line-height: 1.6;
  letter-spacing: 2px;
  @media screen and (max-width: 768px) {
    letter-spacing: 0;
  }
}

.ob_facility_teled-cases-relation {
  width: 90%;
  max-width: 1020px;
  margin: 60px auto 0;
}
.ob_facility_teled-cases-relation-title-main {
  background: #009790;
  border-radius: 10px 10px 0 0;
  padding: .5em 1em;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.ob_facility_teled-cases-relation-box {
  margin-top: 40px;
  @media screen and (max-width: 768px) {
    margin-top: 30px;
    @media screen and (max-width: 480px) {
      margin-top: 20px;
    }
  }
}
.ob_facility_teled-cases-relation-box-inr {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 20px;
}
.ob_facility_teled-cases-relation-box-item {
  width: 300px;
  flex: 0 0 auto;
}

.ob_facility_teled-cases-relation-box-item a:hover {
  color: #000;
  opacity: 0.4;
}

.ob_facility_teled-cases-relation-box-item-text {
  margin-top: 1em;
  font-size: 14px;
  line-height: 1.2;
}
.ob_facility_teled-cases-relation-box-item-text div {
  margin-top: .5em;
}
.ob_facility_teled-cases-relation-box-item-text div:first-child {
  font-weight: 700;
}


/* archive */
.ob_facility_teled-cases-main-list {
    width: 90%;
    max-width: 1200px;
    margin: 40px auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 3.5%;
    @media screen and (max-width: 480px) {
      gap: 20px;
    }
}

.ob_facility_teled-cases-main-list > a {
  width: 31%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 16px;
  line-height: 1.4;
  &:hover {
    opacity: 0.8;
  }
  @media screen and (max-width: 960px) {
    width: 48.25%;
    @media screen and (max-width: 480px) {
      width: 100%;
    }
  }
}

/* entry-card_cases */
.ob_facility_teled-sec-slide-box-text {
display: flex;
flex-direction: column;
}
.ob_facility_teled-sec-slide-box-text,
.entry-card_cases {

  & img + div {
    margin-top: 4px;
  }

  & .client {
    margin: 6px 0;
    flex-grow: 1;
    font-weight: 500;
  }

  & .data {
    display: flex;
    gap: 4px 12px;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1;

    & .space {
      &:before {
        content: url(space.png);
        display: inline-block;
        width: 40px;
        height: 15px;
        vertical-align: middle;
        margin-right: 4px;
      }
    }

    & .users {
      &:before {
        content: url(users.png);
        display: inline-block;
        width: 40px;
        height: 15px;
        vertical-align: middle;
        margin-right: 4px;
      }
    }
  }

  & .main-copy {
    font-size: 14px;
    font-weight: 400;
  }

  & .circular-values {
    border-top: 1px dotted #009790;
    border-bottom: 1px dotted #009790;

    & .circular-values-inr {
      display: flex;
      justify-content: space-between;
      gap: 10px;
      align-items: center;

      & .label {
        width: 45%;
        @media screen and (max-width: 1024px) and (min-width: 961px) {
            width: 55%;
          @media screen and (max-width: 960px) {
            width: 45%;
          }
        }
        @media screen and (max-width: 600px) and (min-width: 481px) {
            width: 55%;
          @media screen and (max-width: 480px) {
            width: 45%;
          }
        }

        & img {
          width: 100%;
        }
      }

      & .amount {
        width: 60%;
        display: flex;
        justify-content: center;
        gap: 5px;
        align-items: center;
        font-size: 13px;
        line-height: 1;
        @media screen and (max-width: 1024px) and (min-width: 961px) {
            width: 45%;
            flex-direction: column;
            padding: 5px;
          @media screen and (max-width: 960px) {
            width: 60%;
            flex-direction: row;
          }
        }
        @media screen and (max-width: 600px) and (min-width: 481px) {
            width: 45%;
            flex-direction: column;
            padding: 5px;
          @media screen and (max-width: 480px) {
            width: 60%;
            flex-direction: row;
          }
        }

        & span {
          font-weight: 700;
          white-space: nowrap;
          font-size: 16px;
        }
      }
    }
  }

}/*// .entry-card */