@charset "UTF-8";

html {
  margin: 0;
  padding: 0;
  /* font-size: 62.5%; */
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: #071f3b;
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.p-2ldk-page {
  --p-2ldk-navy: #071f3b;
  --p-2ldk-navy-dark: #06182f;
  --p-2ldk-white: #fff;
  --p-2ldk-paper: #f8f7f4;
  --p-2ldk-brown: #8b6b45;
  --p-2ldk-text: #202020;
  --p-2ldk-muted: #555;
  --p-2ldk-beige: #a89068;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  background: var(--p-2ldk-navy);
  color: var(--p-2ldk-text);
  font-family:
    "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  overflow-x: hidden;
}

.p-2ldk-page *,
.p-2ldk-page *::before,
.p-2ldk-page *::after {
  box-sizing: border-box;
}

.p-2ldk-page * {
  font-family: inherit;
}

.p-2ldk-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.p-2ldk-page a {
  color: inherit;
  text-decoration: none;
}

.p-2ldk-inner {
  width: min(100% - 80px, 1680px);
  margin: 0 auto;
}

.p-2ldk-inner--wide,
.p-2ldk-inner--content {
  max-width: 1200px;
}

.p-2ldk-section {
  position: relative;
}

.p-2ldk-section--navy {
  background: var(--p-2ldk-navy);
}

.p-2ldk-section--white {
  background: var(--p-2ldk-white);
}

.p-2ldk-section--paper {
  background: var(--p-2ldk-paper);
}

.p-2ldk-section--beige {
  background: var(--p-2ldk-beige);
}

/* KV */

.p-2ldk-kv {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: var(--p-2ldk-navy);
  overflow: hidden;
}

.p-2ldk-kv__image {
  width: 100%;
  height: clamp(360px, 40vw, 680px);
  object-fit: cover;
  object-position: center center;
}

.p-2ldk-kv__content {
  position: absolute;
  top: 50%;
  left: max(8vw, calc((100vw - 1680px) / 2 + 120px));
  width: min(620px, calc(100% - 40px));
  transform: translateY(-50%);
}

.p-2ldk-kv__title {
  margin: 0;
  color: #111;
  font-size: clamp(28px, 3.6vw, 58px);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.12em;
}

.p-2ldk-kv__title span {
  display: table;
  margin-top: 4px;
  padding: 0 0.28em 0.04em;
  background: rgba(255, 255, 255, 0.94);
}

.p-2ldk-kv__title span:first-child {
  margin-top: 0;
}

/* intro */

.p-2ldk-intro {
  height: 350px;
  padding: 0;
  color: var(--p-2ldk-white);
  display: flex;
  align-items: center;
}

.p-2ldk-intro__grid {
  display: grid;
  grid-template-columns: 450px 548px;
  gap: 35px;
  align-items: center;
  justify-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.p-2ldk-intro__copy p {
  margin: 0;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 500;
  line-height: 1.95;
  /* letter-spacing: 0.12em; */
}

.p-2ldk-intro__graph {
  width: 420px;
  max-width: 100%;
  margin: 0;
}

.p-2ldk-intro__graph img {
  width: 100%;
}

/* reason */

.p-2ldk-reason-area {
  padding: 0 0 78px;
}

.p-2ldk-reason-box {
  padding: 54px 72px 70px;
  background: var(--p-2ldk-white);
  color: var(--p-2ldk-text);
}

.p-2ldk-reason-box__heading {
  margin: 0 0 48px;
  color: var(--p-2ldk-brown);
  font-size: clamp(22px, 2.4vw, 40px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
}

.p-2ldk-reason-list {
  display: grid;
  gap: 64px;
}

.p-2ldk-reason {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: start;
}

.p-2ldk-reason--01,
.p-2ldk-reason--03 {
  align-items: start;
}

.p-2ldk-reason__body {
  min-width: 0;
}

.p-2ldk-reason__label {
  display: inline-block;
  margin: 0 0 14px;
  padding: 3px 12px;
  background: var(--p-2ldk-brown);
  color: var(--p-2ldk-white);
  font-size: clamp(18px, 2vw, 32px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.p-2ldk-reason__title {
  margin: 0 0 18px;
  color: var(--p-2ldk-brown);
  font-size: clamp(20px, 2vw, 32px);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

.p-2ldk-reason__text {
  margin: 0;
  color: var(--p-2ldk-text);
  font-size: clamp(14px, 1.25vw, 20px);
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.p-2ldk-reason__image img {
  width: 100%;
  aspect-ratio: 520 / 270;
  object-fit: cover;
}

/* solo */

.p-2ldk-solo {
  padding: 70px 0 76px;
  color: var(--p-2ldk-white);
}

.p-2ldk-solo__box {
  max-width: 1200px;
  margin: 0 auto;
}

.p-2ldk-solo__title-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 30px;
}

.p-2ldk-solo__title {
  margin: 0;
  font-size: clamp(45px, 4.8vw, 64px);
  font-weight: 100;
  line-height: 1.2;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

.p-2ldk-solo__catch {
  margin: 0;
  padding: 9px 0 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.65);
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  font-size: clamp(22px, 1.85vw, 24px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.p-2ldk-solo__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  align-items: start;
  margin-bottom: 34px;
}

.p-2ldk-solo__text {
  min-width: 0;
}

.p-2ldk-solo__body {
  margin: 0;
  font-size: clamp(18px, 1.4vw, 20px);
  line-height: 1.8;
  letter-spacing: -0.006em;
  text-align: justify;
}

.p-2ldk-solo__image {
  margin: 0;
}

.p-2ldk-solo__image img {
  width: 100%;
  aspect-ratio: 520 / 300;
  object-fit: cover;
}

.p-2ldk-solo__graph {
  width: 100%;
  padding: 1.5em;
  background: var(--p-2ldk-white);
}
@media (max-width: 768px) {
  .p-2ldk-solo__graph {
    padding: 1em;
  }
}

.p-2ldk-solo__graph img {
  width: 100%;
}

/* buy */

.p-2ldk-buy {
  padding: 70px 0 86px;
  color: var(--p-2ldk-white);
}

.p-2ldk-buy__lead {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.p-2ldk-buy__title {
  margin: 0 0 22px;
  color: #d3b986;
  font-size: clamp(25px, 2.5vw, 40px);
  font-weight: 500;
  line-height: 1.7;
}

.p-2ldk-buy__text {
  margin: 0;
  font-size: clamp(22px, 1.7vw, 24px);
  line-height: 2;
  letter-spacing: 0.05em;
}

.p-2ldk-buy__simulation {
  max-width: 1200px;
  margin: 0 auto 48px;
  background: var(--p-2ldk-white);
}

.p-2ldk-buy__simulation-title {
  margin: 0;
  padding: 8px 20px;
  background: var(--p-2ldk-beige);
  color: var(--p-2ldk-white);
  font-size: clamp(18px, 2.1vw, 32px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}

.p-2ldk-buy__simulation-image {
  padding: 2em 3em;
}
@media (max-width: 768px) {
  .p-2ldk-buy__simulation-image {
    padding: 1em;
  }
}

.p-2ldk-buy__simulation img {
  width: 100%;
}

.p-2ldk-buy__recommend {
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 16px 0;
  border-top: 1px solid #d3b986;
  border-bottom: 1px solid#d3b986;
  text-align: center;
}

.p-2ldk-buy__recommend p {
  margin: 0;
  color: #d3b986;
  font-size: clamp(28px, 2.25vw, 32px);
  letter-spacing: 0.12em;
}

.p-2ldk-buy-list {
  display: grid;
  gap: 100px;
  max-width: 1200px;
  margin: 0 auto;
}

.p-2ldk-buy-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
  align-items: start;
}

.p-2ldk-buy-item__image img {
  width: 100%;
  aspect-ratio: 600 / 366;
  object-fit: cover;
}

.p-2ldk-buy-item__image--table img {
  aspect-ratio: auto;
  object-fit: contain;
}

.p-2ldk-buy-item__body {
  min-width: 0;
}

.p-2ldk-buy-item__title {
  margin: 0 0 18px;
  color: #d3b986;
  font-size: clamp(18px, 1.7vw, 26px);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .p-2ldk-buy-item__title {
    text-align: center;
  }
}

.p-2ldk-buy-item__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 1.4vw, 20px);
  line-height: 1.7;
  /* letter-spacing: 0.04em; */
}

.p-2ldk-buy-item__note {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(10px, 0.75vw, 12px);
  line-height: 1.65;
  letter-spacing: 0.02em;
}

.p-2ldk-case-study {
  max-width: 1200px;
  margin: 64px auto 0;
  background: var(--p-2ldk-white);
}

.p-2ldk-case-study__title {
  margin: 0;
  padding: 8px 20px;
  background: var(--p-2ldk-beige);
  color: var(--p-2ldk-white);
  font-size: clamp(18px, 2.1vw, 32px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
}

.p-2ldk-case-study__image {
  padding: 2em 3em;
}

.p-2ldk-case-study__image img {
  width: 100%;
}

/* plan */

.p-2ldk-plan {
  padding: 64px 0 86px;
  background: var(--p-2ldk-white);
  color: var(--p-2ldk-text);
}

.p-2ldk-plan__svg {
  max-width: 1200 px;
  margin: 0 auto;
}

.p-2ldk-plan__svg img {
  width: 100%;
}

.p-2ldk-final-cta {
  max-width: 1200px;
  margin: 42px auto 0;
  padding: 22px 24px;
  background: var(--p-2ldk-navy);
  color: var(--p-2ldk-white);
  text-align: center;
}

.p-2ldk-final-cta__text {
  margin: 0 0 14px;
  font-size: clamp(15px, 3vw, 40px);
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.p-2ldk-final-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 36px;
  padding: 8px 22px;
  background: var(--p-2ldk-beige);
  color: var(--p-2ldk-white);
  font-size: clamp(16px, 1.85vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition:
    background-color 0.35s ease,
    color 0.35s ease;
}

.p-2ldk-final-cta__button:hover {
  background: var(--p-2ldk-white);
  color: var(--p-2ldk-beige);
}

.p-2ldk-back {
  margin-top: 28px;
  text-align: center;
}

.p-2ldk-back a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 330px;
  min-height: 34px;
  padding: 7px 20px;
  border: 1px solid var(--p-2ldk-beige);
  color: var(--p-2ldk-beige);
  font-size: clamp(12px, 1.85vw, 24px);
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition:
    background-color 0.35s ease,
    color 0.35s ease;
}
.p-2ldk-back a:hover {
  background: var(--p-2ldk-beige);
  color: #fff;
}

/* SP common */

@media (max-width: 900px) {
  .p-2ldk-inner {
    width: min(100% - 40px, 1680px);
  }

  .p-2ldk-intro {
    height: auto;
    padding: 44px 0 48px;
    display: block;
  }

  .p-2ldk-intro__grid {
    grid-template-columns: 1fr;
    gap: 34px;
    max-width: 1100px;
    justify-content: initial;
  }

  .p-2ldk-intro__graph {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .p-2ldk-reason-area {
    padding-bottom: 54px;
  }

  .p-2ldk-reason-box {
    padding: 40px 28px 48px;
  }

  .p-2ldk-reason-box__heading {
    margin-bottom: 36px;
  }

  .p-2ldk-reason-list {
    gap: 48px;
  }

  .p-2ldk-reason {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .p-2ldk-reason--02 .p-2ldk-reason__image {
    order: 2;
  }

  .p-2ldk-reason--02 .p-2ldk-reason__body {
    order: 1;
  }

  .p-2ldk-reason__image img {
    aspect-ratio: 16 / 9;
  }

  .p-2ldk-solo {
    padding: 56px 0 60px;
  }

  .p-2ldk-solo__box {
    max-width: none;
  }

  .p-2ldk-solo__title-row {
    /* grid-template-columns: 1fr auto; */
    gap: 12px;
    margin-bottom: 26px;
  }

  .p-2ldk-solo__title {
    margin-bottom: 0;
  }

  .p-2ldk-solo__catch {
    padding: 8px 0 9px;
  }

  .p-2ldk-solo__head {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .p-2ldk-solo__image {
    order: 2;
  }

  .p-2ldk-solo__text {
    order: 1;
  }

  .p-2ldk-solo__graph img {
    width: 100%;
    max-width: 100%;
  }

  .p-2ldk-buy {
    padding: 56px 0 66px;
  }

  .p-2ldk-buy__simulation-image img {
    width: 100%;
    max-width: 100%;
  }

  .p-2ldk-buy-item {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .p-2ldk-buy-item--reverse .p-2ldk-buy-item__body {
    order: 1;
  }

  .p-2ldk-buy-item--reverse .p-2ldk-buy-item__image {
    order: 2;
  }

  .p-2ldk-case-study__image img {
    width: 100%;
    max-width: 100%;
  }

  .p-2ldk-plan {
    padding: 52px 0 66px;
  }

  .p-2ldk-plan__svg img {
    width: 100%;
    max-width: 100%;
  }
  .p-2ldk-buy-item--reverse {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .p-2ldk-buy-item--reverse .p-2ldk-buy-item__body {
    display: contents;
  }

  .p-2ldk-buy-item--reverse .p-2ldk-buy-item__title {
    order: 1;
    margin-bottom: 0;
  }

  .p-2ldk-buy-item--reverse .p-2ldk-buy-item__text {
    order: 2;
  }

  .p-2ldk-buy-item--reverse .p-2ldk-buy-item__image {
    order: 3;
  }

  .p-2ldk-buy-item--reverse .p-2ldk-buy-item__note {
    order: 4;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .p-2ldk-page {
    max-width: none;
  }

  .p-2ldk-kv__image {
    height: 420px;
    object-position: center center;
  }

  .p-2ldk-kv__content {
    left: 20px;
    width: calc(100% - 40px);
  }

  .p-2ldk-kv__title {
    font-size: clamp(20px, 6vw, 38px);
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  .p-2ldk-intro__copy {
    text-align: center;
  }
}

@media (max-width: 640px) {
  .p-2ldk-inner {
    width: min(100% - 28px, 1680px);
  }

  .p-2ldk-intro__copy p {
    font-size: clamp(18px, 5.5vw, 24px);
    line-height: 2;
  }

  .p-2ldk-reason-box {
    padding: 32px 20px 40px;
  }

  .p-2ldk-reason__label {
    font-size: clamp(18px, 6vw, 28px);
  }

  .p-2ldk-reason__title {
    font-size: clamp(18px, 5vw, 28px);
  }

  .p-2ldk-reason__text {
    font-size: clamp(13px, 4vw, 16px);
    line-height: 1.9;
  }

  .p-2ldk-solo {
    padding: 46px 0 50px;
  }

  .p-2ldk-solo__catch {
    font-size: clamp(13px, 3.8vw, 15px);
  }

  .p-2ldk-solo__body {
    font-size: clamp(13px, 3.8vw, 15px);
    line-height: 1.9;
  }

  .p-2ldk-buy {
    padding: 46px 0 56px;
  }

  .p-2ldk-buy__lead {
    text-align: left;
  }

  .p-2ldk-buy__title {
    font-size: clamp(19px, 5.4vw, 28px);
    text-align: center;
  }

  .p-2ldk-buy__text,
  .p-2ldk-buy-item__text {
    font-size: clamp(13px, 3.8vw, 15px);
    line-height: 1.9;
  }

  .p-2ldk-buy-item__note {
    margin-top: 18px;
    font-size: clamp(8px, 2vw, 12px);
    line-height: 1.7;
  }

  .p-2ldk-buy__recommend p {
    font-size: clamp(15px, 4vw, 18px);
  }

  .p-2ldk-buy-list {
    gap: 42px;
  }

  .p-2ldk-case-study__image {
    padding: 1em;
  }

  .p-2ldk-plan {
    padding: 44px 0 56px;
  }

  .p-2ldk-final-cta {
    margin-top: 34px;
    padding: 20px 16px;
  }

  .p-2ldk-final-cta__button,
  .p-2ldk-back a {
    width: 100%;
  }
}

.p-2ldk-figure {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.p-2ldk-figure__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: 0;
  padding: 3px 6px 3px 40px;
  color: #fff;
  font-size: clamp(9px, 0.7vw, 10px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.36) 0%,
    rgba(0, 0, 0, 0.24) 55%,
    rgba(0, 0, 0, 0) 100%
  );
}
