* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #202124;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  line-height: 1.9;
  background: #fff;
  letter-spacing: 0.01em;
}
body.logged-in.admin-bar {
  margin-top: 89px;
}

a {
  color: inherit;
  text-decoration: none;
}

.lp-01-wire-note {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  padding: 8px 12px;
  border: 1px solid #d7d7d7;
  background: rgba(255, 255, 255, 0.92);
  color: #6b7280;
  font-size: 12px;
  border-radius: 999px;
  backdrop-filter: blur(8px);
}

header {
  position: sticky;
  top: 0;
  z-index: 40;
  background-color: #fff !important;
  border-bottom: 1px solid #d7d7d7;
}

.lp-01-nav {
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.section-kv {
  position: relative;
  z-index: 10;
  min-width: 1280px;
}
.section-kv .kv-content {
  position: relative;
  z-index: 1;
  width: 980px;
  margin: 0 auto;
  padding: 90px 0;
  background-color: #fff;
}
.section-kv .kv-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: -150px;
  width: 1280px;
  height: 795px;
  z-index: -1;
  background-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, 0) 67%, rgb(255, 255, 255) 100%), url("../img/lp01/kv.avif");
  background-repeat: no-repeat;
  background-position: top 0 left 50%, top 0 left -150px;
  background-size: 1280px 795px, auto 795px;
  opacity: 0.67;
}
.section-kv .kv-content .kv-main {
  width: 60%;
}
.section-kv .kv-content .kv-main .lp-01-eyebrow {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 900;
  text-align: left;
}
.section-kv .kv-content .kv-main .lp-page-heading {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 900;
  -webkit-text-stroke: 7.5px rgba(255, 255, 255, 0.67);
  paint-order: stroke fill;
}
.section-kv .kv-content .kv-main .lp-01-lead {
  margin: 24px 0 0;
  font-size: 18px;
  color: #222;
  font-weight: 800;
  -webkit-text-stroke: 5px rgba(255, 255, 255, 0.67);
  paint-order: stroke fill;
}
.section-kv .kv-content .kv-main .lp-01-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-top: 34px;
  background-color: rgba(255, 255, 255, 0.67);
  backdrop-filter: blur(10px);
  padding: 2em;
  color: #202124;
  font-size: 14px;
  font-weight: 600;
}
.section-kv .kv-content .kv-main .lp-01-hero-tags span::before {
  font-family: "Font Awesome 7 Free";
  content: "\f00c";
  margin-right: 8px;
  color: #6a7f68;
  font-weight: 900;
}

.lp-01-logo {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
}
.lp-01-logo small {
  display: block;
  font-size: 10px;
  font-weight: 500;
  color: #6b7280;
  margin-top: 5px;
  letter-spacing: 0.08em;
}

.lp-01-nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 14px;
  color: #333;
}

.lp-01-nav-cta {
  display: flex;
  gap: 10px;
  margin-left: 8px;
}

.lp-01-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 6px;
  border: 1px solid #25384a;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  transition: 0.2s ease;
  cursor: pointer;
}
.lp-01-btn.--with-icon {
  position: relative;
}
.lp-01-btn.--with-icon::after {
  position: absolute;
  content: "\f105";
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto 0;
  width: 1em;
  height: 1em;
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: inherit;
  text-align: center;
  line-height: 1;
  color: #fff;
}
.lp-01-btn.lp-01-primary {
  color: white;
  background: #25384a;
}
.lp-01-btn.lp-01-secondary {
  color: #25384a;
  background: white;
}
.lp-01-btn.lp-01-ghost {
  border-color: #d7d7d7;
  background: white;
  color: #202124;
}
.lp-01-btn.--length-100pct {
  width: 100%;
}
.lp-01-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.lp-01-btn:active {
  transition: unset;
  transform: translateY(2px);
}

.lp-01-section .lp-01-section-content {
  width: 980px;
  margin: 0 auto;
  padding: 100px 0;
}
.lp-01-section .lp-01-section-content:has(.lp-01-copy-block) {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-items: stretch;
  gap: 0 80px;
}
.lp-01-section .lp-01-section-content:has(.lp-01-copy-block) .lp-01-copy-block {
  width: 530px;
}
.lp-01-section .lp-01-section-content:has(.lp-01-copy-block) .lp-01-simple-list {
  width: 480px;
}
.lp-01-section .lp-01-section-content:has(.lp-01-copy-block) .lp-01-simple-list strong {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 900;
}
.lp-01-section#probrem {
  position: relative;
  z-index: 20;
}
.lp-01-section.lp-01-tight {
  padding-top: 70px;
  padding-bottom: 70px;
}
.lp-01-section.lp-01-soft {
  background-color: #F0F7FF;
}
.lp-01-section.lp-01-soft2 {
  background-color: #fafafa;
}

.lp-01-container {
  max-width: 1120px;
  margin: 0 auto;
}

.lp-01-hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 60px;
  padding: 92px 24px 88px;
  max-width: 1120px;
  margin: 0 auto;
}

.lp-01-eyebrow {
  display: block;
  margin: 0 0 22px;
  font-family: "Poppins", sans-serif;
  color: #6a7f68;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: center;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.45;
  letter-spacing: 0.02em;
}

h2,
.lp-section-heading {
  max-width: 900px;
  margin: 0 auto;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 900;
  text-align: center;
}

.--ta-lft {
  text-align: left;
}

h3,
.problem-list-item-heading {
  font-size: 21px;
  font-weight: 900;
  text-align: center;
}

.lp-01-sublead {
  max-width: 900px;
  margin: 22px auto 0;
  font-size: 17px;
  color: #444;
}

.lp-01-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.lp-01-visual {
  min-height: 420px;
  border: 1px solid #d7d7d7;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(247, 247, 247, 0.75)), repeating-linear-gradient(45deg, transparent, transparent 14px, rgba(0, 0, 0, 0.035) 15px, rgba(0, 0, 0, 0.035) 16px);
  display: grid;
  place-items: center;
  color: #6b7280;
  text-align: center;
  padding: 40px;
}
.lp-01-visual strong {
  display: block;
  color: #202124;
  font-size: 20px;
  margin-bottom: 8px;
}

.lp-01-center {
  text-align: center;
}

.lp-01-split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: start;
}
.lp-01-split.lp-01-reverse {
  grid-template-columns: 1.1fr 0.9fr;
}

.lp-01-copy-block p {
  color: #444;
  font-size: 16px;
  margin: 18px 0 0;
}

.lp-01-problem-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 56px;
  gap: 34px 44px;
}

.lp-01-problem {
  width: 468px;
  padding-top: 24px;
}
.lp-01-problem .lp-01-num {
  font-family: "Poppins", sans-serif;
  margin-bottom: 8px;
  font-weight: 800;
  color: #6a7f68;
  font-weight: 600;
  text-align: center;
}
.lp-01-problem p {
  margin: 10px 0 0;
  color: #6b7280;
  font-size: 15px;
  text-align: center;
}
.lp-01-problem:nth-of-type(n+3) {
  border-top: 1px solid #d7d7d7;
}

.lp-01-simple-list {
  margin-top: 30px;
  display: grid;
  gap: 18px;
}
.lp-01-simple-list div {
  padding-left: 20px;
  border-left: 1px solid #6a7f68;
}
.lp-01-simple-list p {
  margin: 4px 0 0;
  color: #6b7280;
  font-size: 15px;
}
.lp-01-simple-list.simple-list--align-horizontally {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 20px;
}
.lp-01-simple-list.simple-list--align-horizontally .simple-list-item {
  border: none;
  padding: 15px 0 15px 20px;
}
.lp-01-simple-list.simple-list--align-horizontally .simple-list-item strong {
  display: block;
  text-align: center;
  font-weight: 900;
}
.lp-01-simple-list.simple-list--align-horizontally .simple-list-item:nth-of-type(n+2) {
  border-left: 1px solid #6a7f68;
}

.lp-01-mediation-diagram {
  padding: 38px;
  border: 1px solid #d7d7d7;
  border-radius: 22px;
  background: #fff;
}

.lp-01-diagram-row {
  display: grid;
  grid-template-columns: 1fr 0.8fr 1fr;
  align-items: center;
  gap: 22px;
}

.lp-01-person,
.lp-01-mediator {
  min-height: 116px;
  border: 1px solid #d7d7d7;
  border-radius: 16px;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 800;
  background: #fafafa;
}

.lp-01-mediator {
  border-radius: 999px;
  min-height: 140px;
  background: #f1f5f7;
}

.lp-01-arrow {
  text-align: center;
  color: #6b7280;
  font-size: 28px;
}

.lp-01-note {
  margin-top: 24px;
  color: #6b7280;
  font-size: 13px;
  border-top: 1px solid #d7d7d7;
  padding-top: 18px;
}

.lp-mediation-diagram {
  padding: 50px 0;
}
.lp-mediation-diagram .diagram-unit-group {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0 50px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.lp-mediation-diagram .diagram-unit-group .diagram-unit {
  text-align: center;
}
.lp-mediation-diagram .diagram-unit-group .diagram-unit i.fa-solid {
  font-size: 80px;
}
.lp-mediation-diagram .diagram-unit-group .diagram-unit i.fa-solid.fa-user-tie {
  color: #00a776;
}
.lp-mediation-diagram .diagram-unit-group .diagram-unit .unit-name {
  margin-top: 15px;
  font-size: 21px;
  font-weight: 900;
  text-align: center;
  line-height: 1.45;
  letter-spacing: 0.02em;
}
.lp-mediation-diagram .diagram-unit-group > i.fa-arrow-right-arrow-left {
  font-size: 30px;
  color: #00a776;
}
.lp-mediation-diagram .lp-mediation-diagram-description {
  margin: 30px auto 0;
  width: 600px;
  line-height: 1.9;
  background: #fff;
  letter-spacing: 0.01em;
  color: #202124;
  text-align: center;
}
.lp-mediation-diagram .lp-mediation-diagram-note {
  margin: 30px auto 0;
  width: 600px;
  border-top: 1px solid #d7d7d7;
  padding-top: 15px;
  font-size: 12px;
  text-align: center;
  color: #6b7280;
}

.lp-01-compare {
  margin-top: 48px;
  overflow-x: auto;
  border: 1px solid rgba(91, 153, 194, 0.22);
  box-shadow: 0 4px 24px 0 rgba(100, 130, 200, 0.08);
  border-radius: 24px;
}
.lp-01-compare .lp-compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
  background: white;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 24px;
  background-color: transparent;
  overflow: hidden;
}
.lp-01-compare .lp-compare-table thead tr th {
  border-bottom: 2px solid #202124;
  padding: 18px 16px;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
  font-weight: 900;
  background-color: #fafafa;
}
.lp-01-compare .lp-compare-table thead tr th:nth-child(3) {
  background-color: #eef3f4;
}
.lp-01-compare .lp-compare-table tbody tr th {
  border-bottom: 1px solid #d7d7d7;
  padding: 18px 16px;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
  font-weight: 800;
  background-color: #fafafa;
}
.lp-01-compare .lp-compare-table tbody tr th:nth-child(3) {
  background-color: #eef3f4;
}
.lp-01-compare .lp-compare-table tbody tr td {
  border-bottom: 1px solid #d7d7d7;
  padding: 18px 16px;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
  background-color: #fff;
}
.lp-01-compare .lp-compare-table tbody tr td:nth-child(3) {
  background-color: #eef3f4;
}
.lp-01-compare .lp-compare-table tbody tr:last-of-type th,
.lp-01-compare .lp-compare-table tbody tr:last-of-type td {
  border-bottom: none;
}

.lp-01-ricokatsu-band {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 0 40px;
  margin-top: 38px;
  padding: 39px;
  border-radius: 24px;
  background-color: #fff;
  border: 1px solid rgba(91, 153, 194, 0.22);
  box-shadow: 0 4px 24px 0 rgba(100, 130, 200, 0.08);
}
.lp-01-ricokatsu-band .ricokatsu-band-c1 {
  width: 430px;
}
.lp-01-ricokatsu-band .ricokatsu-band-c2 {
  width: 430px;
}
.lp-01-ricokatsu-band .ricokatsu-band-c2 .ricokatsu-band-action {
  margin-top: 25px;
}

.lp-01-section-note {
  margin-top: 40px;
  padding: 19px;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid rgba(91, 153, 194, 0.22);
  box-shadow: 0 4px 24px 0 rgba(100, 130, 200, 0.08);
  font-size: 12px;
  color: #6b7280;
}

.lp-01-band-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  justify-content: space-between;
  align-items: stretch;
}
.lp-01-band-flex .lp-01-ricokatsu-band {
  width: 470px;
}
.lp-01-band-flex .lp-01-ricokatsu-band .ricokatsu-band-c2 {
  width: 390px;
}

.lp-01-band-desc {
  margin: 15px 0 0;
  color: #6b7280;
  font-size: 15px;
}

.lp-01-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.lp-01-chip {
  display: inline-flex;
  padding: 5px 12px;
  border-radius: 999px;
  background: #eef1ed;
  color: #3f533f;
  font-weight: 700;
  font-size: 12px;
}

.lp-01-timeline {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 26px;
}

.lp-01-step {
  position: relative;
  padding-top: 48px;
}
.lp-01-step::before {
  content: attr(data-step);
  position: absolute;
  top: 0;
  left: 70px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #25384a;
  color: white;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
}
.lp-01-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 104px;
  right: -14px;
  height: 1px;
  background: #d7d7d7;
  width: 100%;
}
.lp-01-step p {
  margin: 8px 0 0;
  color: #6b7280;
  font-size: 14px;
}

.lp-01-wide-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 50px;
}

.lp-01-cta-panel {
  padding: 44px;
  border-radius: 24px;
  border: 1px solid #d7d7d7;
  background: white;
}
.lp-01-cta-panel p {
  color: #6b7280;
  margin: 14px 0 24px;
}

.lp-01-service-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 42px;
}

.lp-01-service-card {
  background: white;
  border-radius: 24px;
  border: 1px solid #d7d7d7;
  padding: 40px;
}
.lp-01-service-card p {
  color: #6b7280;
}

.lp-01-faq {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 24px 48px;
  margin-top: 42px;
}
.lp-01-faq details {
  border-bottom: 1px solid #d7d7d7;
  width: 466px;
}
.lp-01-faq details[open] summary::after {
  font-family: "Font Awesome 7 Free";
  content: "\f068";
  font-weight: 900;
}
.lp-01-faq summary {
  padding: 18px 0;
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}
.lp-01-faq summary::after {
  content: "+";
  float: right;
  color: #6b7280;
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
}
.lp-01-faq p {
  margin: 0;
  padding: 0 0 18px;
  color: #6b7280;
  font-size: 14px;
}

.lp-01-final {
  padding: 80px 24px;
  background: #25384a;
  color: white;
  text-align: center;
}
.lp-01-final p {
  color: rgba(255, 255, 255, 0.78);
  margin: 18px auto 0;
  max-width: 660px;
}
.lp-01-final .lp-01-hero-ctas {
  justify-content: center;
}
.lp-01-final .lp-01-btn.lp-01-secondary {
  background: white;
}

.lp-01-footer-grid {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  gap: 34px;
}

/* Download / Diagnosis pages */
.lp-01-page-marker {
  padding: 18px 24px;
  background: #111827;
  color: white;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-align: center;
}

.lp-01-mini-hero {
  max-width: 1120px;
  margin: 0 auto;
  padding: 80px 24px;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 70px;
  align-items: center;
}

.lp-01-book {
  aspect-ratio: 3/4;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  background: white;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 28px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.lp-01-form-layout {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
  align-items: start;
}

form {
  background: white;
  border: 1px solid #d7d7d7;
  border-radius: 24px;
  padding: 40px;
}

label {
  display: block;
  font-weight: 800;
  margin: 18px 0 8px;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  font: inherit;
  background: white;
}

.lp-01-checks {
  display: grid;
  gap: 10px;
  margin-top: 8px;
  color: #333;
  font-size: 14px;
}
.lp-01-checks input {
  width: auto;
  min-height: auto;
  margin-right: 8px;
}

.lp-01-questionnaire {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 42px;
}

.lp-01-q-card {
  background: white;
  border: 1px solid #d7d7d7;
  border-radius: 24px;
  padding: 40px;
  margin-bottom: 20px;
}

.lp-01-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 14px;
}

.lp-01-option {
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  padding: 12px 14px;
  background: #fff;
  font-size: 14px;
}

.lp-01-side-note {
  position: sticky;
  top: 96px;
  border-left: 4px solid #6a7f68;
  padding: 0 0 0 20px;
  color: #6b7280;
  align-self: start;
}

.lp-01-result-preview {
  max-width: 1120px;
  margin: 46px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}/*# sourceMappingURL=fmti-lp01-style-desktop.css.map */