* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #f5eee9;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #4a342c;
	  font-family: "Noto Serif JP", "Yu Mincho", serif;
}
.fv {
  position: relative;
  overflow: hidden;
  background: #fff7f3;
}

.fv-img {
  display: block;
  width: 100%;
  height: auto;
}

.fv-copy {
  position: absolute;
  left: 24px;
  right: 24px;
    top: 25px;
  z-index: 2;
  color: #4a342c;
  text-align: center;
}

.fv-brand {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.fv-title {
  margin: 0;
  font-size: 30px;
  line-height: 1.45;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.fv-lead {
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 1.8;
}
.lp-layout {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 430px) 1fr;
  min-height: 100vh;
}

.lp-main {
  width: 100%;
  background: #fffaf7;
  box-shadow: 0 0 40px rgba(90, 60, 45, 0.12);
  overflow: hidden;
}

.visual-section img {
  display: block;
  width: 100%;
  height: auto;
}

.side {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.side-left {
  background-image: url("../images/pc-left.webp");
}

.side-right {
  background-image: url("../images/pc-right.webp");
}

.diagnosis {
  padding: 40px 22px;
  background: linear-gradient(180deg, #fffaf7 0%, #f7e6df 100%);
  text-align: center;
}

.diagnosis h2 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.diagnosis p {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.8;
}

.question {
  display: none;
  margin-top: 24px;
  padding: 24px 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 28px rgba(126, 84, 66, 0.12);
}

.question.is-active {
  display: block;
}

.question h3 {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.5;
}

.question button {
  display: block;
  width: 100%;
  margin-top: 12px;
  padding: 15px 16px;
  border: 1px solid #ead1c7;
  border-radius: 999px;
  background: #fff;
  color: #4a342c;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
}

.question button:hover {
  background: #f8e7df;
}

.result {
  margin-top: 24px;
  padding: 26px 20px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(126, 84, 66, 0.12);
}

.result h3 {
  margin: 0 0 12px;
  font-size: 21px;
}

.result p {
  margin-bottom: 22px;
}

.cta-section {
  padding: 32px 22px 40px;
  background: #fffaf7;
}

.cta-button {
  display: block;
  width: 100%;
  padding: 17px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d98978, #b86f62);
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(184, 111, 98, 0.28);
}

.form {
  padding: 40px 22px;
  background: #fff;
}

.form h2 {
  margin: 0 0 20px;
  font-size: 22px;
  text-align: center;
}

@media (max-width: 767px) {
  .lp-layout {
    display: block;
  }

  .side {
    display: none;
  }

  .lp-main {
    box-shadow: none;
  }
}

/* btn */
.visual-section img {
  display: block;
  width: 100%;
  height: auto;
}

.fv-cta {
  padding: 26px 22px 34px;
  background: #fffaf7;
  text-align: center;
}

.fv-cta-text {
  margin: 0 0 16px;
  color: #6a4a40;
  font-size: 14px;
  line-height: 1.8;
}

.fv-button {
  display: block;
  width: 100%;
  padding: 17px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d98978, #b86f62);
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(184, 111, 98, 0.28);
}

.fv-cta-note {
  margin: 12px 0 0;
  color: #9a756a;
  font-size: 12px;
}

/* お客様の声
----------------------------------------- */
.voice-section {
  position: relative;
  padding: 70px 24px;
  background:
    radial-gradient(circle at 10% 12%, rgba(244, 205, 198, 0.35), transparent 28%),
    radial-gradient(circle at 90% 88%, rgba(218, 178, 112, 0.18), transparent 30%),
    linear-gradient(180deg, #fffaf7 0%, #fff4ef 100%);
  overflow: hidden;
}

.voice-section::before {
  content: "";
  position: absolute;
  top: 28px;
  right: -36px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(238, 194, 186, 0.28);
  filter: blur(2px);
}

.voice-section::after {
  content: "";
  position: absolute;
  bottom: -48px;
  left: -40px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.65);
}

.voice-inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
}

.section-en {
  margin: 0 0 8px;
  text-align: center;
  font-family: serif;
  font-size: 13px;
  letter-spacing: 0.18em;
  color: #c9a56d;
}

.voice-title {
  margin: 0;
  text-align: center;
  font-family: "Noto Serif JP", "Yu Mincho", serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #5f463e;
}

.voice-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  margin: 18px auto 0;
  background: linear-gradient(90deg, transparent, #c9a56d, transparent);
}

.voice-lead {
  margin: 20px 0 34px;
  text-align: center;
  font-size: 14px;
  line-height: 1.9;
  color: #8a6d64;
}

.voice-list {
  display: grid;
  gap: 18px;
}

.voice-card {
  position: relative;
  padding: 24px 22px 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(232, 202, 192, 0.8);
  border-radius: 24px;
  box-shadow: 0 12px 30px rgba(167, 119, 99, 0.12);
  backdrop-filter: blur(8px);
}

.voice-card::before {
  content: "“";
  position: absolute;
  top: 12px;
  right: 22px;
  font-family: Georgia, serif;
  font-size: 58px;
  line-height: 1;
  color: rgba(225, 173, 162, 0.28);
}

.voice-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.voice-icon {
  display: grid;
  place-items: center;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f8d8d3 0%, #fff1eb 100%);
  border: 1px solid rgba(214, 168, 155, 0.45);
  color: #b97870;
     font-family: serif;
  font-size: 18px;
  letter-spacing: 0.06em;
}

.voice-user {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 600;
  color: #6a4f46;
}

.voice-stars {
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: #c9a56d;
}

.voice-text {
  margin: 0;
  font-size: 14px;
  line-height: 2;
  color: #6f5850;
  text-align: justify;
}

/* PCで少し余裕を出す場合 */
@media screen and (min-width: 768px) {
  .voice-section {
    padding: 90px 40px;
  }

  .voice-list {
    gap: 22px;
  }

  .voice-card {
    padding: 28px 30px;
  }

  .voice-title {
    font-size: 36px;
  }

  .voice-text {
    font-size: 15px;
  }
}