.wrap-bnr-customer {
  display: flex;
  padding: 16px;
  background-color: var(--white);
  border: 1px solid var(--grey02);
}
.wrap-bnr-customer:not(:last-of-type) {
  margin-bottom: 40px;
}
.wrap-bnr-customer > div:first-child img {
  width: 100%;
  border-radius: 16px;
}
.wrap-bnr-customer > div:nth-child(2) {
  width: 60%;
}
.wrap-bnr-customer h3 {
  padding: 8px 0;
  font-size: 24px;
}
.summary-work_customer {
  display: inline-block;
  padding-bottom: 16px;
  color: var(--main-color);
  font-weight: 700;
}
.wrap-btn-customer {
  margin-top: 24px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.wrap-btn-customer .cmn-btn {
  width: 100%;
}
.comments {
  font-size: 12px;
  line-height: 2rem;
}
.txt-small {
  font-size: 1.4rem;
  padding-left: 8px;
}
.wrap-bnr-customer p {
  font-size: 14px;
}
/* 事例一覧 */
.wrap-case {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wrap-case h3 {
  height: 48px;
  width: 100%;
  margin-bottom: 4px;
  padding: 0 0 0 8px;
  line-height: 1em;
  display: flex;
  align-items: center;
  position: relative;
}
.wrap-case h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--sub-color);
  width: 2px;
}
.wrap-case > li {
  margin: 40px 8px;
}

.wrap-case > li img {
  width: 100%;
}
.wrap-case-table {
  position: relative;
  margin-bottom: 4px;
}
.wrap-case-table > div {
  color: var(--white);
  font-size: 13px;
  position: absolute;
  padding: 8px;
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .6);
}
.customer {
  border-bottom: 1px solid var(--line-color);
}
.wrap-case span {
  padding: 4px;
  line-height: 2.2em;
  font-size: 12px;
  word-break: keep-all;
  white-space: nowrap;
  background-color: var(--white);
}
.tag-service01 {
  color: var(--main-color);
  border: 1px solid var(--light-color);
}
.tag-service02 {
  color: var(--sub-color);
  border: 1px solid var(--light-sub-color);
}
.tag-industry {
  color: var(--grey01);
  border: 1px solid var(--line-color);
}
/*--- 以下お客様の声個別 ---*/

 /*=============================== ここからPC ===============================*/
 @media screen and (min-width:1024px) {
  .wrap-case > li {
    width: 22%;
    min-width: 280px;
  }
  .wrap-bnr-customer > div:first-child {
    width: 40%;
    margin-right: 16px;
  }
 }
 /*=============================== ここからタブレット===============================*/
 @media screen and (max-width: 1023px) {
  .wrap-case > li {
    width: 48%;
    min-width: 320px;
  }
  .wrap-bnr-customer {
    flex-direction: column;
    align-items: center;
  }

  .wrap-bnr-customer > div:first-child img {
    max-width: 480px;
  }
  .wrap-bnr-customer > div:nth-child(2) {
    width: 80%;
    margin-top: 24px;
  }
 }
  /*=============================== ここからスマホ ===============================*/
  @media screen and (max-width: 414px) {
    .wrap-case > li {
      width: 80%;
    }
  }