@charset "UTF-8";
/* ==========================
   お客様の声 タイトルセクション
========================== */
.customer-title-section {
  background-color: #FFF5ED;
  text-align: center;
  position: relative;
  padding: 48px 0 32px;
  overflow: hidden;
}

.customer-bg-text {
  font-size: 9vw;
  color: #FCEBC6;
  font-weight: 900;
  letter-spacing: 1.5px;
  line-height: 1;
  margin: 0;
  white-space: nowrap;
}

.customer-title {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 900;
  color: #000;
  margin-top: -1.6rem;
  z-index: 2;
}

.customer-line {
  width: 90px;
  height: 6px;
  margin: 6px auto 0;
  border-radius: 3px;
  background: linear-gradient(to right, #F18627, #FEB202);
}

/* ==========================
   お客様の声 本体セクション
========================== */
.voice-section {
  background-color: #FFF5ED;
  padding: 80px 24px;
  overflow: hidden;
}

/* 各ボイスブロック */
.lp-layout-voice {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  max-width: 100%;
}

.customer-border {
  display: none;
}

/* 2つ目以降のブロック間余白 */
.lp-layout-voice + .lp-layout-voice {
  margin-top: 176px;
}

/* PCでは少し広め */
@media (min-width: 768px) {
  .lp-layout-voice + .lp-layout-voice {
    margin-top: 120px;
  }
}
/* PCでは横並び対応 */
@media (min-width: 768px) {
  .lp-layout-voice {
    flex-direction: row;
  }
  .lp-layout-voice.reverse {
    flex-direction: row-reverse;
  }
}
/* ==========================
   コンテンツ部分
========================== */
.lp-layout-voice__content-left, .lp-layout-voice__content-right {
  background-color: #E5E7EB;
  padding: 40px 13px;
  border-radius: 12px;
  position: relative;
  z-index: 10;
  max-width: 700px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  text-align: left;
  overflow-wrap: break-word;
}

/* ==========================
   顔画像エリア
========================== */
.lp-layout-voice__img-left {
  position: absolute;
  top: 0;
  left: 50%;
  width: 150px;
  transform: translate(-50%, -70%);
  z-index: 20;
  pointer-events: none;
}
.lp-layout-voice__img-left img {
  width: 100%;
  height: auto;
  display: block;
}

.lp-layout-voice__img-right {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -82%);
  width: 150px;
  z-index: 20;
  pointer-events: none;
}
.lp-layout-voice__img-right img {
  width: 100%;
  height: auto;
  display: block;
}

/* ==========================
   テキストデザイン
========================== */
.lp-layout-voice__hdg {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin-bottom: 20px;
  margin-top: 40px;
  text-align: center;
}

.lp-layout-voice__text {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #222;
}

@media (min-width: 768px) {
  .lp-layout-voice__content-left {
    min-height: 420px;
    padding: 70px 7% 30px 155px;
  }
  .lp-layout-voice__content-right {
    min-height: 420px;
    padding: 70px 155px 30px 7%;
  }
  .lp-layout-voice__img-left {
    position: relative;
    transform: none;
    width: 281px;
    left: 10%;
  }
  .lp-layout-voice__img-right {
    position: relative;
    transform: none;
    width: 281px;
    left: -10%;
  }
  .customer-border {
    display: block;
    width: 100%;
    height: 30px;
  }
  .lp-layout-voice {
    margin-top: 0;
  }
  .lp-layout-voice__hdg {
    margin-top: 0;
    font-size: 1.7rem;
  }
  /* ===== 2つ目（reverseクラスあり）→ 右寄せ ===== */
  .lp-layout-voice.reverse {
    justify-content: flex-end;
  }
  .lp-layout-voice__text {
    font-size: 1.3rem;
    margin-top: 24px;
  }
}
@media (min-width: 1024px) {
  .voice-section {
    margin: 0 auto;
    max-width: 960px;
  }
  .customer-title {
    font-size: 2.5rem;
    margin-top: -2.2rem;
  }
}/*# sourceMappingURL=customer.css.map */