/* 共通 */
img {
  width: 100%;
}
.question {
  padding-left: 48px;
  margin: 56px 0;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
.question::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background-color: black;
}
.btn-customer {
  text-align: center;
}
.btn-nav-dl {
  width: 480px;
  margin: 40px auto 0;
  padding: 8px;
  border-radius: 40px;
  font-weight: 700;
}
.st0 {
  fill: var(--white);
  padding-left: 16px;
}
/* sec-lead */
.wrap-content h1 {
  font-size: clamp(24px, 4vw, 40px);
}
.name-customer {
  font-size: clamp(16px, 2vw, 24px);
}
.capt-intw {
  color: var(--main-color);
  margin: 40px 0;
}
.wrap-sec-top {
  padding: 16px;
  background-color: var(--white);
}
.wrap-sec-top > div {
  display: flex;
}
.wrap-img-top {
  width: 50%;
}
.wrap-img-top img {
  border-radius: 16px;
}
.wrap-text-top {
  width: 50%;
  padding: 16px 0 0 16px;
}
.Client {
  padding: 24px;
  margin-top: 24px;
  font-size: 14px;
  border: 1px solid var(--line-color);
}
.Client span {
  font-size: 16px;
  font-weight: 700;
}
.kana {
  font-size: 13px;
  padding-left: 8px;
}
/* sec-Part（写真あり） */
.sec-Part {
  background-color: var(--white);
  z-index: 0;
}
.intw-wrap-text_img p {
  padding: 24px;
}
.intw-name {
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
}
.intw-wrap-text_img {
  margin-bottom: 48px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.intw-wrap-text_img p {
  width: 58%;
}
.intw-wrap-text_img div {
  width: 40%;
}
/* sec-Part（写真なし） */
.intw-wrap-text {
  margin-bottom: 24px;
  display: flex;
}
.intw-wrap-text > div {
  width: 20%;
  max-width: 160px;
  min-width: 80px;
  padding: 16px;
}
.intw-wrap-text img {
  width: 100%;
  border-radius: 80px;
}
.intw-wrap-text p {
  padding: 24px;
  flex-grow: 1;
  width: 80%;
  background-color: var(--white);
  border-radius: 16px;
}
.intw-sec-Closure {
  text-align: center;
}
.capt-closure {
  margin: 0 auto 40px;
  width: 80%;
  word-break: keep-all;
  font-size: clamp(20px, 3vw, 32px)
}
.textline {
  font-weight: 700;
  background-color: var(--light-color);

}

.intw-sec-Closure .wrap-content {
  width: 100%;
  padding: 40px;
  background-color: var(--white);
}
 /*=============================== ここからタブレット===============================*/
 @media screen and (max-width: 1023px) {
  .wrap-img-top, .wrap-text-top {
    width: 100%;
  }
  .wrap-sec-top > div {
    flex-direction: column;
  }
  .intw-wrap-text_img {
    flex-direction: column;
  }
  .intw-wrap-text_img p {
    width: 100%;
  }
  .intw-wrap-text_img div {
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
  }
  .intw-wrap-text_img div img {
    max-width: 640px;
  }
  .img-b {
    flex-direction: column-reverse;
  }
  .btn-nav-dl {
    width: 80%;
  }
 }