@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #1a202c;
  background-color: #ffffff;
}

/* 日本のLPらしい装飾：ゴシック体強調 */
.marker-blue {
  background: linear-gradient(transparent 70%, #dbeafe 70%);
}

.vertical-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.bg-mesh {
  background-image: radial-gradient(#cbd5e1 0.7px, transparent 0.7px);
  background-size: 25px 25px;
}

.section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4rem;
}

.section-header::before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #1e40af;
  margin-bottom: 1.5rem;
}

/* FV：テキストと画像を馴染ませるオーバーレイ */
.hero-overlay {
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.95) 45%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 1024px) {
  .hero-overlay {
    background: linear-gradient(0deg, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0.6) 100%);
  }
}
.hover-lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-lift:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

/* ステップの数字装飾 */
.step-num {
  font-size: 4rem;
  line-height: 1;
  font-weight: 900;
  color: #1e40af;
  opacity: 0.1;
  position: absolute;
  top: -1rem;
  left: -0.5rem;
  z-index: 0;
  font-style: italic;
}

.submidashi {
  font-size: 1.2rem;
}

.hiakutb {
  table-layout: fixed;
}

.voioce-title span {
  display: block;
  margin-top: 1rem;
}

.report-area {
  margin-bottom: 3rem;
}
.report-area p {
  margin-top: 1rem;
}

.mb3 {
  margin-bottom: 2rem;
}

p.link-area a {
  display: block;
  font-size: 90%;
  background: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 1rem;
  margin-top: 1rem;
  color: #0e172a;
}

a.bg-blue-900 {
  color: #fff;
}

.voice-box img {
  margin: 0 auto;
  max-width: 350px;
  border-radius: 50%;
  box-shadow: 5px 5px 0px #1f398a;
}

.mt5 {
  margin-top: 5rem;
}

.btn-a {
  margin: 0 auto;
  max-width: 250px;
  width: 250px;
}

/* CF7の自動挿入タグによる余白を消す */
.wpcf7-form p,
.wpcf7-form br {
  display: none !important;
}

.wpcf7-form .space-y-10 > div {
  display: block !important;
}

/* 送信ボタンのラッパーを整える */
.wpcf7-submit {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

/* 送信ボタンの初期スタイルをリセットしてTailwindを優先する */
input.wpcf7-submit {
  -webkit-appearance: none;
  border-radius: 0;
}

/* CF7のボタンにTailwindの特殊設定を反映 */
#submit-btn {
  tracking-spacing: 0.5em !important; /* tracking-[0.5em] の代わり */
  letter-spacing: 0.5em !important;
}

#submit-btn:hover {
  transform: scale(1.01) !important; /* scale-[1.01] の代わり */
}

/* ブラウザのデフォルトスタイルをリセット */
input#submit-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  cursor: pointer;
}

.phone-icon {
  opacity: 1;
}
.phone-icon span {
  font-size: 3rem;
}

.other_contact a {
  display: block;
  background: #06c755;
  text-align: center;
  padding: 2rem 0;
  font-size: 120%;
}

.pagetop {
  display: none !important;
}

@media screen and (min-width: 270px) and (max-width: 820px) {
  .object-top {
    -o-object-position: right !important;
       object-position: right !important;
  }
}
.area img {
  margin: 2rem auto 0;
  max-width: 300px;
  width: 100%;
}/*# sourceMappingURL=lp.css.map */