@charset "UTF-8";
/* =====================================================================
   お客様の声 詳細ページ (voice-aircon*)
   Figma: お客様の声デザイン node 2-2 準拠
   ===================================================================== */

.voiceDetail {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #00233a;
  text-align: left;
  position: relative;
  z-index: 1;
}

.voiceDetail img {
  max-width: none;
}

/* 共通：中央寄せコンテナ */
.voiceInner {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

/* ===== ページタイトル ===== */
.voiceDetailTitle {
  max-width: 1024px;
  margin: 0 auto;
  padding: 30px 15px 20px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.72px;
  color: #00233a;
  max-width: 740px;
}

/* 上部ラベル（PICKUP！お客様の声）＋リード文 */
.voiceEyebrow {
  max-width: 740px;
  margin: 0 auto;
  padding: 24px 20px 0;
  font-size: 18px;
  font-weight: bold;
  color: #00233a;
  letter-spacing: 0.54px;
  line-height: 1.5;
}
.voiceLead {
  max-width: 740px;
  margin: 0 auto;
  padding: 6px 20px 16px;
  font-size: 13px;
  color: #000;
  line-height: 1.6;
}

/* ===== メインレビュー詳細 ===== */
.voiceMain {
  background-color: #f8e0f1;
  background-image: url("../../img/case_box_bg01.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: 33px auto;
  padding: 30px 0 40px;
}

.voiceMain .voiceInner {
  max-width: 760px;
}

/* 見出し（アバター＋名前） */
.voiceProfile {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.voiceProfile__avatar {
  flex: 0 0 auto;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}

.voiceProfile__avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.voiceProfile__area {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.96px;
}

.voiceProfile__name {
  font-weight: bold;
  letter-spacing: 0.54px;
  line-height: 1.3;
  margin-top: 5px;
}

.voiceProfile__name .lg {
  font-size: 24px;
}

.voiceProfile__name .sm {
  font-size: 18px;
}

/* 見出し（実施事例＋氏名）= h1。Figma SP 準拠 */
.voiceProfile__heading {
  font-weight: bold;
  color: #00233a;
  margin: 0;
}
.voiceProfile__case {
  display: block;
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: 0.57px;
}
.voiceProfile__person {
  display: block;
  margin-top: 5px;
  line-height: 1.3;
  letter-spacing: 0.54px;
}
.voiceProfile__person .lg {
  font-size: 18px;
}
.voiceProfile__person .sm {
  font-size: 16px;
}

/* ご利用満足度 */
.voiceSatisfy {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 2.55px rgba(0, 0, 0, 0.13);
  padding: 20px;
  margin-bottom: 30px;
}

.voiceSatisfy__title {
  font-size: 22px;
  font-weight: bold;
  color: #3182a2;
  letter-spacing: 0.66px;
  border-bottom: 1px solid #3182a2;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.voiceSatisfy__list {
  display: flex;
  flex-wrap: wrap;
}

.voiceSatisfy__item {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 5px 0;
  box-sizing: border-box;
}

.voiceSatisfy__item:nth-child(odd) {
  padding-right: 35px;
}

.voiceSatisfy__label {
  font-size: 20px;
  font-weight: bold;
  color: #3182a2;
  letter-spacing: 0.6px;
  white-space: nowrap;
}

.voiceSatisfy__score {
  display: flex;
  align-items: center;
  gap: 10px;
}

.voiceSatisfy__num {
  font-size: 24px;
  font-weight: bold;
  color: #ff8234;
  letter-spacing: 0.72px;
}

/* 星 */
.voiceStars {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.voiceStar {
  width: 22px;
  height: 22px;
  display: block;
}

/* Q&A セクション */
.voiceQa {
  margin-bottom: 30px;
}

.voiceQa:last-child {
  margin-bottom: 0;
}

.voiceQa__head {
  background: #68abc4;
  border-radius: 5px 5px 0 0;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.54px;
}

.voiceQa__body {
  background: #fff;
  border-radius: 0 0 5px 5px;
  padding: 10px 20px 20px;
  font-size: 16px;
  font-weight: 350;
  color: #00233a;
  letter-spacing: 0.48px;
  line-height: 1.7;
}

.voiceQa__body p {
  margin: 0;
  line-height: 1.5;
}

.voiceQa__body p+p {
  margin-top: 0;
}

/* ===== パンくず／導線ボタン ===== */
.voiceCrumb {
  max-width: 470px;
  margin: 0 auto;
  padding: 30px 15px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.voiceBtnDetail {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 35px 13px 20px;
  background: #fff;
  border: 1px solid #b60081;
  border-radius: 86px;
  color: #b60081;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.8px;
  text-decoration: none;
  line-height: 1.5;
}

.voiceCrumb__row {
  display: flex;
  gap: 5px;
}

.voiceBtnNav {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 7px 30px 7px 20px;
  background: #00233a;
  border-radius: 66px;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.48px;
  text-decoration: none;
  line-height: 1.3;
  white-space: nowrap;
}

.voiceBtnNav--top {
  width: 232px;
}

/* 矢印（右シェブロン） */
.voiceChevron::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

/* ===== 他のお客様の声 ===== */
.voiceOther {
  padding: 45px 0 40px;
}

.voiceOther__title {
  max-width: 940px;
  margin: 0 auto 24px;
  padding: 0 15px;
  font-weight: bold;
  color: #00233a;
  letter-spacing: 0.68px;
}

.voiceOther__title .lg {
  font-size: 24px;
}

.voiceOther__title .sm {
  font-size: 20px;
}

.voiceOther__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

/* レビューカード（一覧と同デザイン） */
.voiceCard {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: #f8e0f1;
  background-image: url("../../img/case_box_bg01.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: 33px auto;
  display: flex;
  flex-direction: column;
  padding: 24px 22px;
}

.voiceOtherSwiper .swiper-slide {
  height: auto;
}

.voiceCard__head {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 14px;
}

.voiceCard__avatar {
  flex: 0 0 auto;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}

.voiceCard__avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.voiceCard__headTxt {
  flex: 1 1 auto;
  min-width: 0;
}

.voiceCard__rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
  white-space: nowrap;
}

.voiceCard__ratingLabel {
  font-size: 20px;
  font-weight: bold;
  color: #ff8234;
  letter-spacing: 0.6px;
}

.voiceCard__ratingNum {
  font-size: 27px;
  font-weight: bold;
  color: #ff8234;
  letter-spacing: 0.81px;
}

.voiceCard__name {
  font-size: 16px;
  font-weight: 500;
  color: #00233a;
  line-height: 25px;
  letter-spacing: 0.48px;
  padding-bottom: 5px;
  border-bottom: 1px solid #898989;
  margin-bottom: 5px;
}

.voiceCard__service {
  font-size: 16px;
  font-weight: bold;
  color: #00233a;
  line-height: 23px;
  letter-spacing: 0.48px;
}

.voiceCard__body {
  flex: 1 1 auto;
  margin-bottom: 16px;
  font-size: 16px;
  color: #00233a;
  line-height: 1.5;
  letter-spacing: 0.48px;
}

.voiceCard__btnWrap {
  margin-top: auto;
}

.voiceCard__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  padding: 12px 35px 13px 20px;
  background: #fff;
  border: 1px solid #b60081;
  border-radius: 86px;
  color: #b60081;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.75px;
  text-decoration: none;
  line-height: 1.5;
}

/* カルーセル ナビ・ページネーション */
.voiceOtherSwiper .swiper-button-prev,
.voiceOtherSwiper .swiper-button-next {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px auto;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

.voiceOtherSwiper .swiper-button-prev {
  background-image: url("../../hc/airconditioner/img/voices_swiper_plev.png");
  left: 5px;
}

.voiceOtherSwiper .swiper-button-next {
  background-image: url("../../hc/airconditioner/img/voices_swiper_next.png");
  right: 5px;
}

.voiceOtherSwiper .swiper-button-prev::after,
.voiceOtherSwiper .swiper-button-next::after {
  display: none;
}

.voiceOtherSwiper .swiper-pagination {
  position: static;
  margin-top: 10px;
}

.voiceOtherSwiper .swiper-pagination-bullet {
  margin: 0 5px;
}

.voiceOtherSwiper .swiper-pagination-bullet-active {
  background-color: #b60081;
}

/* ===== カテゴリリンク一覧 ===== */
.voiceCatList {
  max-width: 806px;
  margin: 0 auto;
  padding: 40px 15px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.voiceCatLink {
  position: relative;
  box-sizing: border-box;
  width: calc((100% - 20px) / 3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  background: #fff;
  text-decoration: none;
  color: #000;
}

.voiceCatLink__txt {
  letter-spacing: 0.48px;
}

.voiceCatLink__txt .name {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.voiceCatLink__txt .sub {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
}

.voiceCatLink__arrow {
  flex: 0 0 auto;
  width: 9px;
  height: 13px;
  position: relative;
}

.voiceCatLink__arrow::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #00233a;
  border-right: 2px solid #00233a;
  transform: translateY(-50%) rotate(45deg);
}

/* ===== お客様の声一覧ページへ ===== */
.voiceListBtnWrap {
  margin: 35px auto 50px;
  text-align: center;
}

.voiceBtnList {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 265px;
  padding: 7px 50px 7px 30px;
  background: #00233a;
  border-radius: 76px;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.48px;
  text-decoration: none;
  line-height: 1.5;
}

/* ===== カジタクのサービス一覧 背景をグレーに（デザイン準拠・このページのみ） ===== */
.voiceServiceList .contBlockWrap01 {
  padding-top: 10px;
}

.voiceServiceList .contBlockWrap01::before {
  background-image: none;
  background-color: #f2f2f2;
  top: 0;
  bottom: auto;
  height: 100%;
}

/* =====================================================================
   SP
   ===================================================================== */
@media screen and (max-width: 767px) {
  .voiceDetailTitle {
    font-size: 20px;
    padding: 20px 20px 12px;
  }

  .voiceMain {
    padding: 16px 0 30px;
  }

  .voiceMain .voiceInner {
    max-width: 100%;
    padding: 0 20px;
  }

  .voiceProfile {
    gap: 20px;
    margin-bottom: 18px;
  }

  .voiceProfile__area {
    font-size: 22px;
    letter-spacing: 0.66px;
  }

  .voiceProfile__name .lg {
    font-size: 18px;
  }

  .voiceProfile__name .sm {
    font-size: 16px;
  }

  .voiceSatisfy {
    padding: 10px;
    margin-bottom: 24px;
  }

  .voiceSatisfy__title {
    font-size: 20px;
    color: #147195;
    border-color: #147195;
    letter-spacing: 0.6px;
  }

  .voiceSatisfy__item {
    width: 100%;
    padding: 5px 0;
  }

  .voiceSatisfy__item:nth-child(odd) {
    padding-right: 0;
  }

  .voiceSatisfy__label {
    font-size: 18px;
    color: #147195;
    letter-spacing: 0.54px;
  }

  .voiceQa {
    margin-bottom: 20px;
  }

  .voiceQa__head {
    padding: 5px 10px;
  }

  .voiceQa__body {
    padding: 10px;
  }

  .voiceCrumb {
    max-width: 100%;
    padding: 24px 20px 0;
  }

  .voiceCrumb__row {
    flex-wrap: wrap;
  }

  .voiceBtnNav {
    flex: 1 1 auto;
  }

  .voiceBtnNav--top {
    width: auto;
  }

  .voiceOther {
    padding: 35px 0 0;
  }

  .voiceOther__title {
    padding: 0 20px;
  }

  .voiceOther__title .lg {
    font-size: 20px;
  }

  .voiceOther__title .sm {
    font-size: 17px;
  }

  .voiceOther__inner {
    padding: 0 30px;
  }

  /* 他のお客様の声カード（星はみ出し対策） */
  .voiceCard {
    padding: 20px 18px;
  }

  .voiceCard__head {
    gap: 14px;
  }

  .voiceCard__avatar {
    width: 78px;
    height: 78px;
  }

  .voiceCard__rating {
    gap: 8px;
  }

  .voiceCard__ratingLabel {
    font-size: 16px;
  }

  .voiceCard .voiceStar {
    width: 16px;
    height: 16px;
  }

  .voiceCard__ratingNum {
    font-size: 20px;
  }

  .voiceCard__name {
    font-size: 14px;
    line-height: 22px;
  }

  .voiceCard__service {
    font-size: 14px;
    line-height: 20px;
  }

  .voiceCard__body {
    font-size: 14px;
  }

  .voiceCard__btn {
    font-size: 14px;
  }

  .voiceCatList {
    padding: 30px 20px 0;
  }

  .voiceCatLink {
    width: calc((100% - 10px) / 2);
  }

  .voiceCatLink__txt .name {
    font-size: 14px;
  }

  .voiceCatLink__txt .sub {
    font-size: 13px;
  }

  .voiceListBtnWrap {
    margin: 30px auto 40px;
    padding: 0 20px;
  }

  .voiceServiceList .contBlockWrap01 {
    padding-top: 20px;
  }
}