* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  line-height: 1.8;
}

/* FV */
.fv {
  height: 100vh;
  background: url("../image/fv.png") center / cover no-repeat;
  position: relative;
}

.fv-overlay {
  background: rgba(255, 255, 255, 0.269);
  height: 100%;
  display: flex;
  align-items: center;
}
.fv-area {
  margin: 0 0 1.2vw;
  font-size: 1vw;
  letter-spacing: 0.15em;
  font-weight: 600;
  color: #3b4cc0;
}
.fv-text {
  max-width: 100vw;
  margin-left: 50%;
}

.fv-text h1 {
    margin: 0;
    padding: 0;
  font-size: 3.8vw;
  line-height: 1.4;
  letter-spacing: .4vw;
}

.fv-text h1 span {
  color: #ff8a00;
  font-size: 4vw;
}

.fv-sub {
  margin-top: 3vw;
  font-size: 1.2vw;
  letter-spacing: .2vw;
  font-weight: bold;
}
.fv-sub br {
  display: none;
}
.fv-check {
  list-style: none;
  padding: 0;
  margin: 3vw 0;
  font-size: 1.8vw;
  letter-spacing: .3vw;
}

.fv-check li::before {
  content: "✓";
  color: #ff8a00;
  font-size: 3vw;
  line-height: 1;
}
.cta-button {
  display: inline-block;
  padding: 1vw 8vw;
  font-size: 2vw;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border-radius: 9vw;

  /* オレンジグラデーション */
  background: linear-gradient(
    135deg,
    #ffb347 0%,
    #ff8c2b 50%,
    #ff6a00 100%
  );

  /* 立体感 */
  box-shadow:
    0 .7vw 0 #e25a00,
    0 2vw 4vw rgba(0, 0, 0, 0.25);

  transition: all 0.2s ease;
  position: relative;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 1vw 0 #e25a00,
    0 3vw 2.8vw rgba(0, 0, 0, 0.3);
}


.empathy-section {
  background: linear-gradient(135deg, #faf9fe, #fdfafe);
  padding: 100px 20px;
}

.empathy-inner {
  max-width: 70vw;
  margin: 0 auto;
  background: #fff;
  border-radius: 2.4vw;
  padding: 6vw 4vw;
  box-shadow: 0 2vw 4vw rgba(0, 0, 0, 0.08);
  text-align: center;
}

.empathy-inner h2 {
  font-size: 3.2vw;
  font-weight: 700;
  margin-bottom: 4vw;
  line-height: 1.4;
}

.empathy-list {
  list-style: none;
  padding: 0;
  margin: 0 0 7vw 3vw;
}
.empathy-list br {
  display: none;
}
.empathy-list li {
  position: relative;
  padding-left: 4vw;
  margin-bottom: 2vw;
  font-size: 1.8vw;
  text-align: left;
  line-height: 1.6;
}

.empathy-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #5b8cff;
  font-weight: bold;
  font-size: 4vw;
  line-height: 1;
}

.empathy-message {
  font-size: 2.6vw;
  line-height: 1.5;
}

.empathy-message span {
  font-weight: 700;
  color: #5097e9;
  background: linear-gradient(transparent 60%, #e0e4ff 60%);
}
.stance-section {
  background: #f8f9fc;
  padding: 10vw 2vw;
}
.stance-section {
  background: linear-gradient(135deg, #eef2ff 0%, #dbe4ff 100%);
  position: relative;
  padding: 14vw 2vw;
  overflow: hidden;
}

/* 背景パターン */
.stance-section::before {
  content: "";
  position: absolute;
  width: 50vw;
  height: 50vw;
  background: rgba(59, 76, 192, 0.05);
  top: -10vw;
  left: -10vw;
  transform: rotate(30deg);
  border-radius: 30%;
}

.stance-inner {
  max-width: 90vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
}

.stance-inner h2 {
  font-size: 3.2vw;
  font-weight: 900;
  color: #3b4cc0;
  margin-bottom: 5vw;
  line-height: 1.2;
  position: relative;
}

.stance-inner h2::after {
  content: "";
  display: block;
  width: 10vw;
  height: .6vw;
  background: linear-gradient(90deg, #4f6dff, #8fa2ff);
  margin-top: .2vw;
  border-radius: .3vw;
  margin-left: 30.5vw;
}

.stance-lead {
  font-size: 2vw;
  font-weight: 600;
  line-height: 1.8;
  color: #222;
  margin-bottom: 3vw;
}
.stance-lead br:nth-child(3) {
  display: none;
}
.stance-text {
  font-size: 1.8vw;
  line-height: 1.8;
  color: #444;
  margin-bottom: 3vw;
}

.stance-text .highlight {
  font-weight: 700;
  color: #3b4cc0;
  background: linear-gradient(transparent 60%, #dbe0ff 60%);
  padding: 0 .4vw;
  border-radius: .4vw;
}

.reason-section {
  position: relative;
  background: linear-gradient(135deg, #fffaf5 0%, #ffece0 100%);
  padding: 10vw 2vw;
}

.reason-inner {
  max-width: 80vw;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.reason-inner h2 {
  font-size: 3.2vw;
  font-weight: 900;
  color: #ff8a00;
  margin-bottom: 6vw;
  line-height: 1.2;
}

/* 横並びカード（画面幅に合わせて均等配置） */
.reason-cards {
  display: flex;
  gap: 1vw;
  justify-content: center;
  flex-wrap: wrap;
}

/* 個別カード */
.reason-card {
  position: relative;
  flex: 1 1 25vw; /* 画面幅に合わせて拡縮 */
  min-width: 30vw;
  background: #ffffff;
  padding: 60px 30px 40px;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reason-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 35px 70px rgba(0,0,0,0.15);
}

/* 丸を上に配置 */
.card-deco {
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
  margin-bottom: 20px;
}

/* カラー設定 */
.reason-card[data-color="#FF8A00"] .card-deco { background-color: #FF8A00; }
.reason-card[data-color="#3B4CC0"] .card-deco { background-color: #c0983b; }
.reason-card[data-color="#6B7CFF"] .card-deco { background-color: #ffc46b; }
.reason-card[data-color="#FFB347"] .card-deco { background-color: #FFB347; }

/* テキスト */
.reason-card p {
  margin: 0;
  font-size: 1.5vw;
  line-height: 1.8;
  color: #444;
  text-align: center;
  font-weight: bold;
  letter-spacing: .1vw;
}

.flow-section {
  background: #f8f9fc;
  background: linear-gradient(135deg, #fff9f4 0%, #fff5eb 100%);
position: relative;
padding: 14vw 2vw;
overflow: hidden;

}
.flow-section::before {
  content: "";
  position: absolute;
  width: 50vw;
  height: 50vw;
  background: rgba(192, 159, 59, 0.05);
  top: -10vw;
  right: -10vw;
  transform: rotate(30deg);
  border-radius: 30%;
}

.flow-inner {
  max-width: 60vw;
  margin: 0 auto;
}

.flow-inner h2 {
  font-size: 3vw;
  margin-bottom: 5vw;
  position: relative;
  color: #303030;
}
.flow-inner h2::after {
  content: "";
  display: block;
  width: 10vw;
  height: .6vw;
  background: linear-gradient(90deg, #ff8a00, #ffb347);
  border-radius: .3vw;
  text-align: left;
}


.flow-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: 2px solid #ff8a3d;
}

.flow-list li {
  display: flex;
  gap: 3vw;
  padding: 3vw 0 3vw 3vw;
  position: relative;
}

.flow-list li::before {
  content: "";
  position: absolute;
  left: -.7vw;
  top: 4.3vw;
  width: 1.2vw;
  height: 1.2vw;
  background: #ff8a3d;
  border-radius: 50%;
}

.flow-list .step {
  font-size: 2vw;
  font-weight: 600;
  color: #ff8a3d;
  letter-spacing: 0.1em;
  min-width: 4vw;
}

.flow-list strong {
  font-size: 2vw;
  color: #303030;
}

.flow-list p {
  margin: .8vw 0 0;
  font-size: 1.6vw;
  line-height: 1.7;
  color: #444;
}
.price-section {
  padding: 10vw 2vw;
  background: #ffffff;
}

.price-inner {
  max-width: 800px;
  margin: 0 auto;
}

.price-inner h2 {
  font-size: 3vw;
  margin-bottom: 40px;
  position: relative;
  color: #303030;
}

.price-inner h2::after {
    content: "";
  display: block;
  width: 10vw;
  height: .6vw;
  background: linear-gradient(90deg, #ff8a00, #ffb347);
  margin-top: .2vw;
  border-radius: .3vw;
  text-align: left;
}

.price-list {
  list-style: none;
  padding: 0;
  margin: 0 0 3vw;
  border-top: 1px solid #e6e6e6;
}

.price-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.2vw 0;
  border-bottom: 1px solid #e6e6e6;
}

.price-list .label {
  font-size: 1.8vw;
  line-height: 1.6;
  color: #303030;
}

.price-list .value {
  font-size: 1.8vw;
  font-weight: 600;
  color: #ff8a3d;
  white-space: nowrap;
}

.price-note {
  font-size: 1.4vw;
  line-height: 1.7;
  color: #666;
}
.faq-section {
  padding: 10vw 2vw;
  background: #fff7f0; /* 薄いオレンジ背景 */
}

.faq-inner {
  max-width: 80vw;
  margin: 0 auto;
}

.faq-inner h2 {
  font-size: 3vw;
  margin-bottom: 5vw;
  text-align: center;
  position: relative;
  color: #303030;
}

.faq-inner h2::after {
  content: "";
  display: block;
  width: 10vw;
  height: .6vw;
  background: linear-gradient(90deg, #ff8a00, #ffb347);
  margin-top: .2vw;
  border-radius: .3vw;
  margin-left: 29vw;
}

.faq-list {
  margin: 0;
}

.faq-item {
  margin-bottom: 3vw;
  overflow: hidden;
  border-left: .4vw solid #ff8a3d; /* インパクトライン */
  padding-left: 2vw;
  padding-bottom: 2vw;
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  transform: translateY(3vw);
}

.faq-item.visible {
  opacity: 1;
  transform: translateY(0);
}

.faq-item dt {
  font-size: 1.8vw;
  font-weight: 700;
  margin-bottom: 1vw;
  position: relative;
  color: #303030;
}

.faq-item dd {
  font-size: 1.8vw;
  line-height: 1.8;
  background: #fff2e6; /* 薄オレンジカード */
  padding: 1.5vw 2vw;
  border-radius: 1vw;
  margin: 0;
  color: #303030;
}

/* =========================
  CONTACT SECTION
========================= */
.contact-section {
  background: linear-gradient(135deg, #faf9fe, #fdfafe);
  color: #141414;
  padding: 6vw 5vw;
  margin: 0;
}

.contact-section h2 {
    font-size: 3vw;
  margin-bottom: 3vw;
  color: #303030;
  text-align: center;
}
.contact-section h2::after {
  content: "";
  display: block;
  width: 10vw;
  height: .6vw;
  background: linear-gradient(90deg, #4f6dff, #8fa2ff);
  margin-top: .2vw;
  border-radius: .3vw;
  margin-left: 15vw;
}

.contact-wrapper {
  max-width: 60vw;
  margin: 0 auto;
}


/* =========================
  FORM BASE
========================= */

.contact-form {
  width: 100%;
}

/* 共通ラベル（縦並び用） */
.contact-form label {
  display: block;
  margin-bottom: 2vw;
  text-align: left;
  font-size: 1.7vw;
  color: #1d1d1d;
}


/* =========================
  INPUT / TEXTAREA / SELECT
========================= */

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 1.5vw;
  margin-top: 0.5vw;
  background: #ffffff;
  border: 1px solid rgba(127, 127, 127, 0.865);
  border-radius: 12px;
  color: #252525;
  font-size: 1.1vw;
  box-sizing: border-box;
  outline: none;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

/* 横並びselectだけ margin-topを消す */
.contact-row select {
  margin-top: 0;
}

/* select 矢印カスタム */
.contact-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="white" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1.2vw center;
  background-size: 1.2vw;
  padding-right: 3vw;
}

/* =========================
  HOVER / FOCUS
========================= */

.contact-form input:hover,
.contact-form textarea:hover,
.contact-form select:hover,
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  transform: translateY(-3px);
  border-color: #4a6fa2;
}

/* =========================
  DIVIDER
========================= */

.contact-divider {
  width: 100%;
  height: 1px;
  border: none;
  background: rgba(33, 33, 33, 0.427);
  margin: 1.5vw 0 2.5vw;
  box-sizing: border-box;
}

/* =========================
  SUBMIT BUTTON
========================= */

.contact-form button {
  display: inline-block;
  width: 60vw;
  padding: 1vw 8vw;
  font-size: 2vw;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 9vw;

  /* 青グラデーション */
  background: linear-gradient(
    135deg,
    #6aa6ff 0%,
    #3b72c0 50%,
    #2f5ea5 100%
  );

  /* 立体感 */
  box-shadow:
    0 .7vw 0 #24328a,
    0 2vw 4vw rgba(0, 0, 0, 0.25);

  transition: all 0.2s ease;
  position: relative;
}

.contact-form button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 1vw 0 #24328a,
    0 3vw 2.8vw rgba(0, 0, 0, 0.3);
}

.contact-wrapper.thanks-wrapper {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.contact-wrapper.thanks-wrapper h2::after {
  margin-left: 18vw;
}

.thanks-text {
  font-size: clamp(16px, 2.2vw, 20px);
  line-height: 2;
  color: #222;
  margin-bottom: 3vw;
}
.thanks-text br:nth-child(2) {
  display: none;
}
.thanks-sub {
  font-size: clamp(14px, 1.8vw, 16px);
  line-height: 1.9;
  color: #555;
  margin-bottom: 6vw;
}

.thanks-button-area {
  margin-top: 4vw;
}

.thanks-button {
  display: inline-block;
  padding: 1vw 3vw;
  font-size: 1.8vw;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border-radius: 9vw;

  background: linear-gradient(
    135deg,
    #6a7cff 0%,
    #3b4cc0 60%,
    #2f3fa5 100%
  );

  box-shadow:
    0 .5vw 0 #24328a,
    0 1.5vw 3vw rgba(0, 0, 0, 0.2);

  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.thanks-button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 .8vw 0 #24328a,
    0 2.5vw 4vw rgba(0, 0, 0, 0.25);
}
.lp-footer {
    margin: 0;
  text-align: center;
  padding: 0vw 10vw;
  font-size: 1vw;
  color: #777;
}
  @media only screen and (max-width: 600px) {
 * {
    font-weight: bold;
  }

  body {
    padding: 0;
    margin: 0;
  }
  /* FV */
.fv {
  height: 100vh;
  background: url("../image/fv.png") left / cover no-repeat;
}

.fv-overlay {
  background: rgba(255, 255, 255, 0.5);
}
.fv-area {
  margin: 0 0 2vw 0vw;
  font-size: 3vw;

}
.fv-text {
  max-width: 100vw;
  margin: auto;
  margin-left: 13vw;
}

.fv-text h1 {
    margin: 0;
    padding: 0;
  font-size: 7vw;
}

.fv-text h1 span {
  font-size: 7.2vw;
  margin-left: -4vw;
}

.fv-sub {
  margin-top: 5vw;
  font-size: 4vw;
  font-weight: bold;
}
.fv-sub br {
  display: block;
}
.fv-check {
  margin: 5vw 0;
  font-size: 5vw;
    margin-left: -6vw;
}

.fv-check li::before {
  font-size: 6vw;
  line-height: 1.9;
}
.cta-button {
  padding: 2vw 12vw;
  font-size: 5vw;

  /* 立体感 */
  box-shadow:
    0 1.5vw 0 #e25a00,
    0 3vw 5vw rgba(0, 0, 0, 0.25);
}


.empathy-section {
  background: linear-gradient(135deg, #faf9fe, #fdfafe);
  padding: 10vw 0;
}

.empathy-inner {
  max-width: 90vw;
  margin: 0 auto;
  border-radius: 4vw;
  padding: 6vw 2vw;
}

.empathy-inner h2 {
  font-size: 6vw;
  margin-bottom: 4vw;
  line-height: 1.4;
}

.empathy-list {
  list-style: none;
  padding: 0;
  margin: 0 0 7vw 3vw;
}
.empathy-list br {
  display: block;
}
.empathy-list li {
  padding-left: 5vw;
  margin-left: 10vw;
  font-size: 3vw;
  line-height: 1.8;
}

.empathy-list li::before {
  font-size: 5vw;
  line-height: 1.2;
}

.empathy-message {
  font-size: 4.5vw;
  line-height: 1.5;
}


.stance-inner {
  max-width: 90vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
}

.stance-inner h2 {
  font-size: 6vw;
  margin-bottom: 8vw;
}

.stance-inner h2::after {
  content: "";
  display: block;
  width: 20vw;
  height: .6vw;
  margin-left: 18vw;
}

.stance-lead {
  font-size: 4vw;
  margin-bottom: 5vw;
}
.stance-lead br:nth-child(3) {
  display: block;
}
.stance-text {
  font-size: 3vw;
  line-height: 1.8;
  color: #444;
  margin-bottom: 3vw;
}


.reason-section {
  position: relative;
  background: linear-gradient(135deg, #fffaf5 0%, #ffece0 100%);
  padding: 10vw 2vw;
}

.reason-inner {
  max-width: 90vw;
}

.reason-inner h2 {
  font-size: 6vw;
}

/* 横並びカード（画面幅に合わせて均等配置） */
.reason-cards {
  width: 84vw;
  margin: 0 auto;
  gap: 5vw;
  flex-direction: column;
}

/* 個別カード */
.reason-card {
  min-width: 30vw;
  padding: 10vw 5vw;
  border-radius: 4vw;
}



/* 丸を上に配置 */
.card-deco {
  width: 4vw;
  height: 4vw;
}

/* テキスト */
.reason-card p {
  margin: 0;
  font-size: 4vw;
  line-height: 1.8;

}

.flow-section {
padding: 14vw 2vw;
}


.flow-inner {
  max-width: 80vw;
  margin: 0 auto;
}

.flow-inner h2 {
  font-size: 6vw;
  margin-bottom: 5vw;
}
.flow-inner h2::after {
  width: 20vw;
  height: .6vw;
}



.flow-list li {
  display: flex;
  gap: 8vw;
  padding: 3vw 0 3vw 3vw;
  position: relative;
}

.flow-list li::before {
  content: "";
  position: absolute;
  left: -1.7vw;
  top: 5.4vw;
  width: 3vw;
  height: 3vw;
  background: #ff8a3d;
  border-radius: 50%;
}

.flow-list .step {
  font-size: 4vw;
  font-weight: 600;
  color: #ff8a3d;
  letter-spacing: 0.1em;
  min-width: 4vw;
  line-height: 2;
}

.flow-list strong {
  font-size: 4vw;
  color: #303030;
}

.flow-list p {
  margin: .8vw 0 0;
  font-size: 3vw;
  line-height: 1.7;
  color: #444;
}
.price-section {
  padding: 10vw 2vw;
  background: #ffffff;
}

.price-inner {
  max-width: 80vw;
  margin: 0 auto;
}

.price-inner h2 {
  font-size: 6vw;
  margin-bottom: 4vw;
  color: #303030;
}

.price-inner h2::after {
    content: "";
  display: block;
  width: 20vw;
  height: .6vw;
}

.price-list .label {
  font-size: 3vw;
  color: #303030;
}

.price-list .value {
  font-size: 3vw;
}

.price-note {
  font-size: 2vw;
  line-height: 1.7;
  color: #666;
}
.faq-section {
  padding: 10vw 2vw;
  background: #fff7f0; /* 薄いオレンジ背景 */
}

.faq-inner {
  max-width: 80vw;
  margin: 0 auto;
}

.faq-inner h2 {
  font-size: 6vw;
  margin-bottom: 5vw;
  color: #303030;
}

.faq-inner h2::after {
  width: 20vw;
  height: .6vw;
  margin-left: 19vw;
}

.faq-list {
  margin: 0;
}

.faq-item {
  margin-bottom: 3vw;
}

.faq-item.visible {
  opacity: 1;
  transform: translateY(0);
}

.faq-item dt {
  font-size: 3.5vw;
}

.faq-item dd {
  font-size: 3vw;
  line-height: 1.8;
}
/* =========================
  CONTACT SECTION
========================= */

.contact-section h2 {
    font-size: 6vw;
  margin-bottom: 3vw;
}
.contact-section h2::after {
  width: 20vw;
  height: .6vw;
  margin-left: 10vw;
}

.contact-wrapper {
  max-width: 80vw;
  margin: 0 auto;
}


/* =========================
  FORM BASE
========================= */

.contact-form {
  width: 100%;
}

/* 共通ラベル（縦並び用） */
.contact-form label {
  font-size: 3vw;
}


/* =========================
  INPUT / TEXTAREA / SELECT
========================= */

.contact-form input,
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 1.5vw;
  border-radius: 2vw;
  color: #252525;
  font-size: 3vw;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

/* 横並びselectだけ margin-topを消す */
.contact-row select {
  margin-top: 0;
}


/* =========================
  DIVIDER
========================= */

.contact-divider {
  width: 100%;
  height: 1px;
  border: none;
  background: rgba(33, 33, 33, 0.427);
  margin: 1.5vw 0 2.5vw;
  box-sizing: border-box;
}

/* =========================
  SUBMIT BUTTON
========================= */

.contact-form button {
  display: inline-block;
  width: 80vw;
  padding: 1vw 8vw;
  font-size: 4vw;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 9vw;

  /* 青グラデーション */
  background: linear-gradient(
    135deg,
    #6aa6ff 0%,
    #3b72c0 50%,
    #2f5ea5 100%
  );

  /* 立体感 */
  box-shadow:
    0 .7vw 0 #24328a,
    0 2vw 4vw rgba(0, 0, 0, 0.25);

  transition: all 0.2s ease;
  position: relative;
}

.contact-form button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 1vw 0 #24328a,
    0 3vw 2.8vw rgba(0, 0, 0, 0.3);
}

.contact-wrapper.thanks-wrapper {
  max-width: 80vw;
  margin: 0 auto;
  text-align: center;
}

.contact-wrapper.thanks-wrapper h2::after {
  margin-left: 20vw;
}
.thanks-text {
  margin-top: 8vw;
  font-size: 4vw;
}
.thanks-text br:nth-child(2) {
  display: none;
}
.thanks-sub {
  font-size: clamp(14px, 1.8vw, 16px);
  line-height: 1.9;
  color: #555;
  margin-bottom: 6vw;
}

.thanks-button-area {
  margin-top: 4vw;
}

.thanks-button {
  width: 80vw;
  border-radius: 9vw;
}

.thanks-button:hover {
  transform: translateY(-2px);
  box-shadow:
    0 .8vw 0 #24328a,
    0 2.5vw 4vw rgba(0, 0, 0, 0.25);
}
.lp-footer {
  text-align: center;
  padding: 3vw 10vw;
  font-size: 1.8vw;
  color: #777;
}
  }