@charset "UTF-8";
/* -- color --*/
#page-single .article-detail {
  padding-bottom: 2rem;
  margin-bottom: 12rem;
  border-bottom: 0.1rem solid #000;
}
#page-single .article-detail .date_cat {
  display: flex;
  align-items: center;
}
#page-single .article-detail .date_cat .date {
  font-size: 2.8rem;
}
#page-single .article-detail .date_cat .date .year {
  font-size: 80%;
}
#page-single .article-detail .date_cat .cat {
  color: #fff;
  background: #000;
  font-size: 1.8rem;
  line-height: 1;
  margin: 0 3rem;
  padding: 0.4rem 1rem;
}
#page-single .article-detail .article-ttl {
  font-size: 1.7708333333vw;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  #page-single .article-detail {
    padding-bottom: 2vw;
    margin-bottom: 12vw;
  }
  #page-single .article-detail .article-ttl {
    font-size: 3.4vw;
  }
  #page-single .article-detail .date_cat .date {
    font-size: 2.8vw;
  }
  #page-single .article-detail .date_cat .cat {
    margin: 0 4vw;
  }
}
@media screen and (max-width: 750px) {
  #page-single .article-detail {
    padding-bottom: 4vw;
  }
  #page-single .article-detail .article-ttl {
    font-size: 1.6rem;
    margin-top: 1vw;
  }
  #page-single .article-detail .date_cat .cat {
    font-size: 1.4rem;
  }
  #page-single .article-detail .date_cat .date {
    font-size: 1.4rem;
  }
}
.single-news .inner {
  max-width: 120rem;
}
.single-news .article-content .post-thumbnail {
  margin-bottom: 6rem;
}
.single-news .article-content p:not(:last-of-type) {
  margin-bottom: 3rem;
}
.single-news .article-content h2 {
  color: #fff;
  background: #000;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 0.8rem 0 0.8rem 2rem;
  margin: 6rem 0 3rem;
}
.single-news .article-content h3 {
  font-size: 2.4rem;
  font-weight: 600;
  border-left: 0.4rem solid #000;
  border-bottom: 0.1rem solid #000;
  padding-left: 2rem;
  margin: 6rem 0 3rem;
}
.single-news .article-content ul {
  margin: 3rem 0;
}
.single-news .article-content ul li {
  position: relative;
  padding-left: 2rem;
}
.single-news .article-content ul li::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: #000;
  position: absolute;
  left: 0;
  top: 0.8rem;
}
.single-news .page-back {
  margin-top: 16rem;
}
.single-news .page-back .block-btn {
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .single-news .article-content .post-thumbnail {
    margin-bottom: 6vw;
  }
  .single-news .article-content p:not(:last-of-type) {
    margin-bottom: 3vw;
  }
  .single-news .article-content h2 {
    font-size: 3vw;
    margin: 6vw 0 3vw;
    padding: 1vw 0 1vw 2vw;
  }
  .single-news .article-content h3 {
    font-size: 3vw;
    margin: 6vw 0 3vw;
    padding-left: 2vw;
  }
  .single-news .page-back {
    margin-top: 16vw;
  }
}
@media screen and (max-width: 750px) {
  .single-news .article-content .post-thumbnail {
    margin-bottom: 8vw;
  }
  .single-news .article-content p:not(:last-of-type) {
    margin-bottom: 6vw;
  }
  .single-news .article-content h2 {
    font-size: 1.6rem;
    margin: 10vw 0 6vw;
    padding: 1vw 0 1vw 4vw;
  }
  .single-news .article-content h3 {
    font-size: 1.6rem;
    margin: 10vw 0 6vw;
    padding-left: 4vw;
  }
  .single-news .article-content ul {
    margin: 6vw 0;
  }
  .single-news .article-content ul li::before {
    top: 0.5rem;
  }
  .single-news .page-back {
    margin-top: 20vw;
  }
}
/*------------------------------
            実績
------------------------------*/
.single-case .inner {
  max-width: 120rem;
}
.single-case .splide__slide {
  opacity: 0.6;
}
.single-case .splide__slide.is-active {
  opacity: 1;
}
.single-case .splide__track {
  display: flex;
}
.single-case .case-thumb-splide .splide__list {
  width: 100%;
}
.single-case .case-thumb-splide li {
  width: 20% !important;
  max-width: 11rem;
  height: 11rem;
}
.single-case .case-thumb-splide li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-case .case-main-splide {
  margin-bottom: 1.4rem;
  text-align: center;
}
.single-case .article-flex {
  justify-content: space-between;
  margin-bottom: 8rem;
}
.single-case .slide-wrap {
  width: 50%;
}
.single-case .case-detail-wrap {
  width: 45%;
}
.single-case .detail-item:not(:last-of-type) {
  margin-bottom: 3rem;
}
.single-case .detail-item .detail-ttl {
  font-weight: 600;
  border-bottom: 0.1rem solid #000;
  padding-bottom: 1.6rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 1024px) {
  .single-case .article-flex {
    display: block;
    margin-bottom: 4vw;
  }
  .single-case .slide-wrap {
    width: 100%;
    margin-bottom: 6vw;
  }
  .single-case .case-detail-wrap {
    width: 100%;
  }
  .single-case .detail-item:not(:last-of-type) {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 750px) {
  .single-case .slide-wrap {
    margin-bottom: 10vw;
  }
  .single-case .case-thumb-splide li {
    width: 18% !important;
    height: 16vw;
  }
  .single-case .detail-item:not(:last-of-type) {
    margin-bottom: 10vw;
  }
  .single-case .detail-item .detail-ttl {
    margin-bottom: 4vw;
    padding-bottom: 2vw;
  }
  .single-case .article-flex {
    margin-bottom: 10vw;
  }
}