#customer-vice .content-wrapper .costomer-voices {
  gap: 60px;

}

#customer-vice .content-wrapper .costomer-voices .costomer-voice {
  position: relative;
}
#customer-vice .content-wrapper .costomer-voices .costomer-voice:before {
  content: "※結果には個人差がございます。効果を保証するものではございません。";
  position: absolute;
  bottom: -2rem;
  font-size: 18px;
  font-weight: 500;
}

.pink-btn-container {
  position: relative;

}
/* .pink-btn-container:before {
  content: "※結果には個人差がございます。効果を保証するものではございません。";
  position: absolute;
  bottom: -2rem;
  font-size: 18px;
  font-weight: 500;
} */

@media screen and (max-width: 1200px) {
  #customer-vice .content-wrapper .costomer-voices {
    gap: 90px;
    margin-bottom: 40px;
  }
  #customer-vice .content-wrapper .costomer-voices .costomer-voice:before {
    font-size: 3.75Vw;
    bottom: -3rem;
  }
  .pink-btn-container:before {
    font-size: 3.75Vw;
    bottom: -2.5rem;
  }
  .campaign-banner .card {
    padding-top: 5rem;
  }

}

/* Facility Usage Section */
#facility-usage {
  background-color: rgba(242, 187, 0, 0.03);
  padding: 80px 0;
}

#facility-usage .content-wrapper {
  max-width: 1143px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

#facility-usage .heading {
  text-align: center;
  margin-bottom: 40px;
}

#facility-usage .heading h2 {
  color: #5F4F3F;
  font-family: "Noto Serif JP", serif;
  font-size: 42px;
  font-weight: normal;
  line-height: 1.6;
}

#facility-usage .facility-description {
  text-align: center;
  margin-bottom: 60px;
}

#facility-usage .facility-description p {
  color: #5F4F3F;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 18px;
  line-height: 1.8;
}

#facility-usage .facility-steps {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

#facility-usage .facility-step {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
}

#facility-usage .facility-step .step-header {
  margin-bottom: 30px;
}

#facility-usage .facility-step .step-header .step-number {
  display: inline-block;
  background-color: #ff8b8b;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 5px;
  margin-right: 15px;
}

#facility-usage .facility-step .step-header h3 {
  display: inline-block;
  color: #5F4F3F;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: normal;
  margin: 0;
  vertical-align: middle;
}

#facility-usage .facility-step .step-header .step-subtitle {
  color: #5F4F3F;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 0;
}

#facility-usage .facility-step .step-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

#facility-usage .facility-step .step-content .step-images {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

#facility-usage .facility-step .step-content img {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}

/* ②だけ：画像を横並び + max-width:600px + 縦横比 6:4（=3:2） */
#facility-usage .facility-step--personal .step-content .step-images {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

#facility-usage .facility-step--personal .step-content .step-images img {
  width: calc((100% - 20px) / 2);
}

#facility-usage .facility-step .step-content .step-description {
  color: #5F4F3F;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
  width: 100%;
  /* max-width: 700px; */
  margin: 0 auto;
}

/* セッション終わりのグループスタイル */
#facility-usage .facility-step-group .step-group-items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 20px;
}

#facility-usage .facility-step-group .step-group-item {
  flex: 1;
  display: flex;
  flex-direction: column;
}


#facility-usage .facility-step-group .step-group-header {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

#facility-usage .facility-step-group .step-group-header .step-group-number {
  display: inline-block;
  color: #5F4F3F;
  font-size: 20px;
  font-weight: bold;
  flex-shrink: 0;
}

#facility-usage .facility-step-group .step-group-header h4 {
  display: inline-block;
  color: #5F4F3F;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  vertical-align: middle;
}

#facility-usage .facility-step-group .step-group-item .step-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#facility-usage .facility-step-group .step-group-item .step-content .step-images {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

#facility-usage .facility-step-group .step-group-item .step-content img {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}

#facility-usage .facility-step-group .step-group-item .step-content .step-description {
  font-size: 16px;
  text-align: left;
  width: 100%;
  /* max-width: 600px; */
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  #facility-usage {
    padding: 10vw 0;
  }

  #facility-usage .content-wrapper {
    width: 90vw;
    padding: 0;
  }

  #facility-usage .heading {
    margin-bottom: 5vw;
  }

  #facility-usage .heading h2 {
    font-size: 6vw;
    line-height: 1.5;
  }

  #facility-usage .facility-description {
    margin-bottom: 8vw;
  }

  #facility-usage .facility-description p {
    font-size: 3.5vw;
    line-height: 1.8;
  }

  #facility-usage .facility-steps {
    gap: 8vw;
  }

  #facility-usage .facility-step {
    padding: 5vw;
    border-radius: 2vw;
  }

  #facility-usage .facility-step .step-header {
    margin-bottom: 4vw;
  }

  #facility-usage .facility-step .step-header .step-number {
    font-size: 4vw;
    padding: 1.5vw 3vw;
    border-radius: 1vw;
    margin-right: 2vw;
  }

  #facility-usage .facility-step .step-header h3 {
    font-size: 4.5vw;
    line-height: 1.4;
  }

  #facility-usage .facility-step .step-header .step-subtitle {
    font-size: 3.5vw;
    margin-top: 2vw;
  }

  #facility-usage .facility-step .step-content {
    flex-direction: column;
    gap: 4vw;
  }

  #facility-usage .facility-step .step-content .step-images {
    flex-direction: column;
    gap: 3vw;
    width: 100%;
  }

  #facility-usage .facility-step .step-content img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
  }

  #facility-usage .facility-step--personal .step-content .step-images {
    flex-direction: column;
  }

  #facility-usage .facility-step--personal .step-content .step-images img {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 3 / 2;
  }

  #facility-usage .facility-step .step-content .step-description {
    width: 100%;
  }

  #facility-usage .facility-step .step-content .step-description {
    font-size: 3.2vw;
    line-height: 1.8;
  }

  /* セッション終わりのグループスタイル（SP） */
  #facility-usage .facility-step-group .step-group-items {
    flex-direction: column;
    gap: 6vw;
    margin-top: 4vw;
  }

  #facility-usage .facility-step-group .step-group-header .step-group-number {
    font-size: 3.5vw;
    margin-right: 2vw;
  }

  #facility-usage .facility-step-group .step-group-header h4 {
    font-size: 4vw;
    line-height: 1.4;
  }

  #facility-usage .facility-step-group .step-group-item .step-content {
    flex-direction: column;
    gap: 3vw;
  }

  #facility-usage .facility-step-group .step-group-item .step-content .step-images {
    flex-direction: column;
    gap: 3vw;
  }

  #facility-usage .facility-step-group .step-group-item .step-content .step-images {
    width: 100%;
  }

  #facility-usage .facility-step-group .step-group-item .step-content img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
  }

  #facility-usage .facility-step-group .step-group-item .step-content .step-description {
    font-size: 3.2vw;
    text-align: left;
    width: 100%;
  }
}