.pxl-testimonial-carousel5 .pxl-swiper-arrow-wrap .pxl-wrap .pxl-sub-title {
  display: none;
}

.pxl-testimonial-carousel5 .pxl-swiper-arrow-wrap .pxl-wrap .pxl-item-heading {
  font-size: 80px;
  line-height: 1.2em;
  font-family: noto sans jp;
}

/* デスクトップ用（元の設定） */

.pxl-testimonial-carousel5 .pxl-swiper-arrow-wrap .pxl-wrap .pxl-item-heading {
  font-size: 80px;
  line-height: 1.2em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  /* 太字にする場合 */
}

/* タブレット用（画面幅が1024px以下の場合） */

@media screen and (max-width: 1024px) {
  .pxl-testimonial-carousel5 .pxl-swiper-arrow-wrap .pxl-wrap .pxl-item-heading {
    font-size: 60px;
    /* 少し小さく調整 */
  }
}

/* スマホ用（画面幅が767px以下の場合） */

@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel5 .pxl-swiper-arrow-wrap .pxl-wrap .pxl-item-heading {
    font-size: 40px;
    /* さらに小さく調整 */
    line-height: 1.3em;
    /* 文字が重ならないよう少し広げる */
  }
}

/* 超小型スマホ用（画面幅が480px以下の場合） */

@media screen and (max-width: 480px) {
  .pxl-testimonial-carousel5 .pxl-swiper-arrow-wrap .pxl-wrap .pxl-item-heading {
    font-size: 32px;
    /* 1行に収まりやすいサイズ */
  }
}

.scroll {
  overflow: hidden;
  white-space: nowrap;
}

.scroll p {
  animation: scroll 2s infinite linear;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.br-sp {
  display: none;
}

@media not all and (min-width: 568px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }
}

/* フォーム全体のスタイル */

#jibun-form-embedded {
  max-width: 860px;
  margin: 0 auto;
  padding: 20px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
}

/* 各項目の間隔を30pxに設定 */

.form-group {
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

/* ラベルのスタイル（左側） */

.form-label {
  width: 250px;
  font-weight: bold;
  padding-top: 10px;
  box-sizing: border-box;
}

/* 必須ラベル */

.required {
  color: #e74c3c;
  font-size: 0.75rem;
  margin-left: 8px;
  vertical-align: middle;
  border: 1px solid #e74c3c;
  padding: 2px 4px;
  border-radius: 3px;
}

/* 入力枠のスタイル（右側） */

.form-input {
  flex: 1;
  min-width: 300px;
}

/* テキスト入力・セレクト・テキストエリアの共通スタイル */

.form-input input[type="text"],
.form-input input[type="tel"],
.form-input input[type="email"],
.form-input select,
.form-input textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
}

.form-input textarea {
  resize: vertical;
}

/* チェックボックスのラベル */

.checkbox-label {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  cursor: pointer;
}

/* 個人情報の取扱いブロック */

.privacy-policy-container {
  margin-top: 40px;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #eee;
}

.privacy-policy-container h3 {
  font-size: 1.1rem;
  margin-top: 0;
  text-align: center;
}

.privacy-policy-text {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #666;
}

.privacy-consent {
  text-align: center;
  font-weight: bold;
}

/* 送信ボタンのコンテナ */

.submit-container {
  text-align: center;
  margin-top: 30px;
}

/* 送信ボタンのスタイル */

#jibun-form-embedded-submit-button {
  background-color: #3da202;
  color: #fff;
  padding: 15px 60px;
  border: none;
  border-radius: 5px;
  font-size: 1.1rem;
  cursor: pointer;
  transition: background-color 0.3s;
}

#jibun-form-embedded-submit-button:hover {
  background-color: #0056b3;
}

/* レスポンシブ対応（スマホ表示） */

@media (max-width: 600px) {
  .form-group {
    flex-direction: column;
  }

  .form-label {
    width: 100%;
    margin-bottom: 8px;
  }

  .form-input {
    min-width: 100%;
  }
}

.searchform-wrap {
  display: none;
}

.page-content {
  display: none;
}

.grecaptcha-badge { visibility: hidden; }