@charset "UTF-8";

/* 既存のブレイクポイントがあればそのまま残す */
@media screen and (max-width: 375px) {}
@media screen and (min-width: 540px) {}
@media screen and (min-width: 640px) {}
@media screen and (min-width: 782px) {}
@media screen and (min-width: 980px) {}

@media screen and (max-width: 375px) {}
@media screen and (max-width: 540px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 782px) {}
@media screen and (max-width: 980px) {}

.lifex-lp01a-maikingpage {
padding: 40px 0;
margin: 30px 0;
text-align: center;
background-color: #debecc;
}
.lifex-lp01a-maikingpage h2 {
  color: #333;
}
.lifex-lp01a-maikingpage h3 {
  color: #333;
}
/* ======================================
   英字フォント
====================================== */
.font-outfit {
  font-family: "Outfit", sans-serif;
}
/* ======================================
   LIFE X LP01-A
   header
====================================== */
.thebaselp-common .lifex-lp01a-common .tb-header__btn {
    background: linear-gradient(90deg, #d61b62 0%, #b52a1e 100%);
    border: 1px solid #D61B66;
}
.thebaselp-common .lifex-lp01a-common .tb-header__btn:hover {
  background: linear-gradient(90deg, #b52a1e 0%, #d61b62 100%);
}
.thebaselp-common .tb-drawer__btn {
    margin-top: 6px;
    background: #d61b62;
    color: #fff;
    padding: 12px 12px;
    font-weight: 900;
    display: inline-flex;
    justify-content: center;
    border: 1px solid #d61b62;
}
/* ======================================
   LIFE X LP01-A
   FV
====================================== */
.lifex-lp01a-fv {
  margin-top: 30px;
}
.lifex-lp01a-fv img {
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lifex-lp01a-fv {
  margin-top: 65px;
}
}
/* ======================================
   LIFE X LP01-A
   従来の家づくりは、妥協の連続でした
====================================== */

.lifex-lp01a-problem {
  position: relative;
  height: clamp(360px, 32vw, 500px);
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
}

.lifex-lp01a-problem,
.lifex-lp01a-problem * {
  box-sizing: border-box;
}

.lifex-lp01a-problem-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.lifex-lp01a-problem-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 52%;
  width: 335px;
  height: 100%;
  z-index: 2;

  background: linear-gradient(
    90deg,
    #fff 0%,
    rgba(255,255,255,.92) 20%,
    rgba(255,255,255,.65) 45%,
    rgba(255,255,255,.25) 75%,
    rgba(255,255,255,0) 100%
  );
}

.lifex-lp01a-problem-bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: right center;
}

.lifex-lp01a-problem > .width1320 {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}

.lifex-lp01a-problem-text {
  width: min(60%, 860px);
  padding-left: 0px;
}

.lifex-lp01a-problem-lead {
  margin: 0 0 20px;
  padding-bottom: 10px;
  color: #5f8994;
  border-bottom: solid 1px #5f8994;
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.lifex-lp01a-problem-text h2 {
  margin: 0 0 28px;
  color: #111;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.02em;
}

.lifex-lp01a-problem-copy {
  margin: 0;
  color: #333;
  font-size: clamp(13px, 1.05vw, 15px);
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.04em;
}

/* SP */
@media screen and (max-width: 767px) {
  .lifex-lp01a-problem {
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .lifex-lp01a-problem > .width1320 {
    position: relative;
    inset: auto;
    left: auto;
    transform: none;
    z-index: 2;
    order: 1;
    width: 100%;
    height: auto;
    display: block;
  }

  .lifex-lp01a-problem-text {
    width: 100%;
    padding: 26px 0px 34px;
  }

  .lifex-lp01a-problem-bg {
    position: relative;
    inset: auto;
    order: 2;
    width: 100%;
    height: auto;
  }

  .lifex-lp01a-problem-bg::after {
    left: 0;
    top: 0;
    width: 65%;
    height: 65%;
    background: linear-gradient(
      152deg,
      #fff 17%,
      rgba(255,255,255,.88) 25%,
      rgba(255,255,255,.45) 38%,
      rgba(255,255,255,0) 71%
    );
  }

  .lifex-lp01a-problem-bg img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    object-position: center center;
  }
  .lifex-lp01a-problem-lead {
  margin: 0 0 12px;
  padding-bottom: 8px;
}
  .lifex-lp01a-problem-text h2 {
  margin: 0 0 16px;
  font-size: 27px;
}
}

/* ======================================
   LIFE X LP01-A
   シーソー3カラム図解
====================================== */

.lifex-lp01a-dilemma {
  padding: 0 0 clamp(70px, 8vw, 120px);
  background: #f2f2f2;
  font-family: "Noto Sans JP", sans-serif;
}

.lifex-lp01a-dilemma-head {
  margin-bottom: clamp(38px, 5vw, 70px);
  background: #2f2f2f;
  color: #fff;
}

.lifex-lp01a-dilemma-head p {
  margin: 0;
  padding: 24px 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.lifex-lp01a-dilemma-list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.lifex-lp01a-dilemma-card {
  position: relative;
  background-color: #fff;
  width: calc((100% - 56px) / 3);
  padding: 0 24px 28px;
  text-align: center;
  box-sizing: border-box;
}

.lifex-lp01a-dilemma-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin: 0 -24px;
  padding: 10px 14px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.lifex-lp01a-dilemma-label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -13px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid currentColor;
}

.lifex-lp01a-dilemma-label-blue {
  background: #5f8994;
  color: #5f8994;
}

.lifex-lp01a-dilemma-label-green {
  background: #5f8f63;
  color: #5f8f63;
}

.lifex-lp01a-dilemma-label-gold {
  background: #b7954d;
  color: #b7954d;
}

.lifex-lp01a-dilemma-label span {
  position: relative;
  z-index: 1;
  color: #fff;
}

.lifex-lp01a-dilemma-card h3 {
  margin: 20px 0 18px;
  color: #000;
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.04em;
}
.lifex-lp01a-dilemma-card h3 span {
  color: #d7193f;
}
.lifex-lp01a-dilemma-image {
  width: 100%;
  margin: 0 auto;
}

.lifex-lp01a-dilemma-image img {
  width: 100%;
  height: auto;
  display: block;
}

.lifex-lp01a-dilemma-message {
  margin-top: 26px;
  text-align: center;
}

.lifex-lp01a-dilemma-message p {
  margin: 0;
  color: #111;
  font-size: clamp(20px, 2.2vw, 34px);
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.lifex-lp01a-dilemma-message span {
  color: #d7193f;
}

.sp-block {
  display: none;
}
.lifex-lp01a-dilemma-message span.lifex-lp01a-marker {
  position: relative;
  display: inline-block;
  z-index: 1;
  color: #000;
}

.lifex-lp01a-marker::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.12em;
  width: 100%;
  height: 0.55em;
  background: rgba(255, 221, 87, 0.75);
  z-index: -1;
}
/* tablet */
@media screen and (max-width: 1024px) {
  .lifex-lp01a-dilemma-list {
    gap: 24px;
  }

  .lifex-lp01a-dilemma-card {
    width: calc((100% - 24px) / 2);
  }

  .lifex-lp01a-dilemma-card:nth-child(3) {
    margin-inline: auto;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .lifex-lp01a-dilemma {
    padding-bottom: 64px;
  }

  .lifex-lp01a-dilemma-head {
    margin-bottom: 36px;
  }

  .lifex-lp01a-dilemma-head p {
    padding: 18px 18px;
    font-size: 18px;
    letter-spacing: 0.04em;
  }

  .lifex-lp01a-dilemma-list {
    gap: 28px;
  }

  .lifex-lp01a-dilemma-card {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding-bottom: 8px;
  }

  .lifex-lp01a-dilemma-card:nth-child(3) {
    margin-inline: auto;
  }

  .lifex-lp01a-dilemma-label {
    min-height: 40px;
    font-size: 14px;
  }

  .lifex-lp01a-dilemma-card h3 {
    margin: 23px 0 14px;
    font-size: 23px;
  }

  .lifex-lp01a-dilemma-message {
    margin-top: 42px;
    padding: 0 18px;
  }

  .lifex-lp01a-dilemma-message p {
    font-size: 20px;
    line-height: 1.6;
    text-align: left;
    text-align: center;
  }
   .lifex-lp01a-dilemma-message p.lifex-lp01a-dilemma-message2 {
    margin-top: 8px;
   }
.lifex-lp01a-dilemma-card {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding: 0 18px 24px;
  }

  .lifex-lp01a-dilemma-label {
    min-height: 34px;
    margin: 0 -18px;
    font-size: 17px;
  }
  .sp-block {
    display: block;
  }
}

/* ======================================
   LIFE X LP01-A
   私たちが出した答え
====================================== */

.lifex-lp01a-answer {
  position: relative;
  padding: clamp(95px, 10vw, 150px) 0 0;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
}

.lifex-lp01a-answer,
.lifex-lp01a-answer * {
  box-sizing: border-box;
}

.lifex-lp01a-answer-bgmark {
  position: absolute;
  top: -100px;
  left: 50%;
  width:min(80vw,1100px);
  height:220px;
  transform: translateX(-50%);
  background: #f2f2f2;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 0;
}

.lifex-lp01a-answer .width1320 {
  position: relative;
  z-index: 1;
}

.lifex-lp01a-answer-head {
  text-align: center;
  margin-bottom: clamp(70px, 8vw, 70px);
}

.lifex-lp01a-answer-head p {
  margin: 0 0 10px;
  color: #111;
  font-size: clamp(17px, 1.7vw, 26px);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.lifex-lp01a-answer-head h2 {
  margin: 0;
  color: #111;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.lifex-lp01a-answer-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 34px;
}

.lifex-lp01a-answer-point {
  position: relative;
  width: calc((100% - 68px) / 3);
  padding: 45px 25px;
  text-align: center;
}
.lifex-lp01a-answer-point:nth-child(1){
  background: linear-gradient(
    180deg,
    rgba(95,137,148,0.16) 0%,
    rgba(95,137,148,0.05) 100%
  );
}
.lifex-lp01a-answer-point:nth-child(2){
  background: linear-gradient(
    180deg,
    rgba(95,137,148,0.16) 0%,
    rgba(95,137,148,0.05) 100%
  );
}
.lifex-lp01a-answer-point:nth-child(3){
  background: linear-gradient(
    180deg,
    rgba(95,137,148,0.16) 0%,
    rgba(95,137,148,0.05) 100%
  );
}

.lifex-lp01a-answer-en {
  margin: 0 0 12px;
  color: #5f8994;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.16em;
}

.lifex-lp01a-answer-point h3 {
  margin: 0;
  color: #111;
  font-size: clamp(28px, 3vw, 32px);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.03em;
}

.lifex-lp01a-answer-point span {
  display: block;
  width: 44px;
  height: 2px;
  margin: 22px auto 20px;
  background: #5f8994;
}

.lifex-lp01a-answer-copy {
  margin: 0;
  color: #333;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

.lifex-lp01a-answer-price {
  margin-top: 32px;
  text-align: center;
}

.lifex-lp01a-answer-price p {
  margin: 0;
  color: #5f8994;
  font-size: clamp(18px, 1.8vw, 26px);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.lifex-lp01a-answer-price h3 {
  margin: 0;
  color: #111;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.lifex-lp01a-answer-price h3 span.answer-price-number {
  display: inline-block;
  margin: 0 0.08em;
  color: #111;
  font-size: 75px;
  line-height: 1;
}
.lifex-lp01a-answer-price h3 span.answer-price-text {
  display: inline-block;
  margin: 0 0.08em;
  color: #D61B66;
  font-size: 70px;
  line-height: 1;
}

/* tablet */
@media screen and (max-width: 1024px) {
  .lifex-lp01a-answer-points {
    gap: 24px;
  }

  .lifex-lp01a-answer-point {
    width: calc((100% - 48px) / 3);
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .lifex-lp01a-answer {
    padding: 78px 0 0px;
  }

  .lifex-lp01a-answer-bgmark {
    width: 96vw;
    height: 125px;
  }

  .lifex-lp01a-answer-head {
    margin-bottom: 30px;
    padding: 0 0px;
  }

  .lifex-lp01a-answer-head p {
    font-size: 15px;
    margin-bottom: 2px;
  }

  .lifex-lp01a-answer-head h2 {
    font-size: 32px;
  }

  .lifex-lp01a-answer-points {
    display: block;
    padding: 0 22px;
  }

  .lifex-lp01a-answer-point {
    width: 100%;
    padding: 34px 22px;
    border-top: 1px solid #e5e5e5;
    margin-top: 16px;
  }

  .lifex-lp01a-answer-point:last-child {
    border-bottom: 1px solid #e5e5e5;
  }

  .lifex-lp01a-answer-en {
    margin-bottom: 9px;
    font-size: 11px;
  }

  .lifex-lp01a-answer-point h3 {
    font-size: 30px;
  }

  .lifex-lp01a-answer-point span {
    margin: 18px auto 16px;
  }

  .lifex-lp01a-answer-copy {
    font-size: 14px;
    line-height: 1.8;
  }

  .lifex-lp01a-answer-price {
    margin-top: 34px;
    padding: 0 0px;
  }

  .lifex-lp01a-answer-price p {
    font-size: 22px;
  }

  .lifex-lp01a-answer-price h3 {
    font-size: 31px;
    line-height: 1.4;
  }
  .lifex-lp01a-answer-price h3 span.answer-price-number {
  display: inline-block;
  margin: 0 0.08em;
  color: #111;
  font-size: 60px;
  line-height: 1;
}
.lifex-lp01a-answer-price h3 span.answer-price-text {
  display: inline-block;
  margin: 0 0.08em;
  color: #D61B66;
  font-size: 32px;
  line-height: 1;
}
}

/* ======================================
   LIFE X LP01-A
   LIFE X誕生 / 写真配置版
====================================== */

.lifex-lp01a-birth {
  position: relative;
  padding: clamp(95px, 9vw, 140px) 0 clamp(90px, 9vw, 135px);
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
}

.lifex-lp01a-birth,
.lifex-lp01a-birth * {
  box-sizing: border-box;
}

.lifex-lp01a-birth > .width1320 {
  position: relative;
  z-index: 2;
}

/* 写真共通 */
.lifex-lp01a-birth-photo {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  background: #ddd;
}

.lifex-lp01a-birth-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* 右上の大きい写真 */
.lifex-lp01a-birth-photo01 {
  top: clamp(80px, 8vw, 125px);
  right: 0;
  width: min(44vw, 650px);
  height: 490px;
}

.lifex-lp01a-birth-photo01::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0.15) 0%,
    rgba(255,255,255,0) 36%
  );
}

/* 左下の写真 */
.lifex-lp01a-birth-photo02 {
  left: 0;
  bottom: clamp(70px, 7vw, 110px);
  width: min(29vw, 430px);
  height: clamp(260px, 28vw, 420px);
}

.lifex-lp01a-birth-photo02::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.28) 100%
  );
}

/* 左テキスト */
.lifex-lp01a-birth-main {
  min-height: clamp(360px, 34vw, 500px);
  display: flex;
  align-items: flex-start;
}

.lifex-lp01a-birth-text {
  width: min(62%, 720px);
}

.lifex-lp01a-birth-kicker {
   color: #fff;
    width: max-content;
    padding: 4px 32px;
    font-size: 23px;
    margin-bottom: 15px;
    background-color: #D61B66;
}
.lifex-lp01a-birth-p01 {
  margin-bottom: 0;
  font-size: 28px;
  color: #333;
}
.lifex-lp01a-birth-text h2 {
  margin: 0;
  color: #111;
  font-size: clamp(28px, 3vw, 48px);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.lifex-lp01a-birth-text h2 span.lifex-lp01a-birth-span02 {
  color: #5f8994;
}


.lifex-lp01a-birth-logo {
  width: min(100%, 420px);
  margin-top: 36px;
}

.lifex-lp01a-birth-logo img {
  width: 100%;
  height: auto;
  display: block;
}

/* LIFE X 4要素 */
.lifex-lp01a-birth-feature {
  width: min(100%, 900px);
  margin: 110px 0 0 auto;
  text-align: center;
}

.lifex-lp01a-birth-feature-title {
  margin: 0 0 28px;
  color: #111;
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.lifex-lp01a-birth-circles {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2vw, 30px);
}

.lifex-lp01a-birth-circle {
  width: clamp(130px, 12vw, 180px);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: linear-gradient(135deg, #7ea8b3 0%, #5f8994 58%, #4f7680 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(16px, 1.45vw, 24px);
  font-weight: 900;
  line-height: 1.35;
  letter-spacing: 0.04em;
  box-shadow: 0 12px 24px rgba(0,0,0,0.16);
}

.lifex-lp01a-birth-bottom {
  margin: 36px 0 0;
  color: #111;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.lifex-lp01a-birth-bottom span {
  display: block;
  margin-bottom: 3px;
  font-size: 0.62em;
  font-weight: 800;
}

/* tablet */
@media screen and (max-width: 1024px) {
  .lifex-lp01a-birth-photo01 {
    width: 46vw;
    height: 390px;
  }

  .lifex-lp01a-birth-photo02 {
    width: 30vw;
    height: 300px;
  }

  .lifex-lp01a-birth-feature {
    width: 74%;
  }

  .lifex-lp01a-birth-circles {
    flex-wrap: wrap;
  }

  .lifex-lp01a-birth-circle {
    width: 170px;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .lifex-lp01a-birth {
    padding: 14px 0 14px;
  }

  .lifex-lp01a-birth-photo {
    position: relative;
    inset: auto;
  }

  .lifex-lp01a-birth-photo01 {
    width: calc(100% - 44px);
    height: auto;
    aspect-ratio: 16 / 10;
    margin: 34px 0 0 auto;
  }

  .lifex-lp01a-birth-photo02 {
    width: calc(100% - 44px);
    height: auto;
    aspect-ratio: 16 / 10;
    margin: 44px auto 0 0;
  }

  .lifex-lp01a-birth-main {
    min-height: auto;
    display: block;
    padding: 0;
    margin-top: 29px;
  }

  .lifex-lp01a-birth-text {
    width: 100%;
    padding-left: 0;
  }

  .lifex-lp01a-birth-kicker {
    margin-bottom: 4px;
    font-size: 17px;
  }
  .lifex-lp01a-birth-p01 {
    font-size: 20px;
  }
  .lifex-lp01a-birth-text h2 {
    font-size: 32px;
    line-height: 1.4;
    margin-top: 5px;
  }
  .lifex-lp01a-birth-text h2 span.lifex-lp01a-birth-span02 {
    font-size: 38px;
    padding-right: 2px;
}
  .lifex-lp01a-birth-logo {
    width: 245px;
    margin-top: 26px;
  }

  .lifex-lp01a-birth-feature {
    width: 100%;
    margin-top: 46px;
    padding: 0 0px;
  }

  .lifex-lp01a-birth-feature-title {
    margin-bottom: 22px;
    font-size: 28px;
  }

  .lifex-lp01a-birth-circles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    max-width: 360px;
    margin: 0 auto;
  }

  .lifex-lp01a-birth-circle {
    width: 88%;
    margin: 0 auto;
    font-size: 16px;
  }

  .lifex-lp01a-birth-bottom {
    margin-top: 31px;
    font-size: 31px;
  }
}

/* ======================================
   LIFE X LP01-A
   LIFE Xが変えた4つの当たり前 / デザイン
====================================== */

.lifex-lp01a-standard {
  padding: 30px 0 130px;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.lifex-lp01a-standard,
.lifex-lp01a-standard * {
  box-sizing: border-box;
}

.lifex-lp01a-standard-visual-head {
  position: relative;
  min-height: clamp(210px, 22vw, 330px);
  margin-bottom: clamp(70px, 8vw, 110px);
  background-image:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.72) 0%,
      rgba(0, 0, 0, 0.52) 34%,
      rgba(0, 0, 0, 0.22) 65%,
      rgba(0, 0, 0, 0.08) 100%
    ),
    url("https://lifex-house.jp/wp-content/uploads/2026/06/point-bg.jpg");
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
}

.lifex-lp01a-standard-visual-head-inner {
  width: min(100% - 44px, 1120px);
  margin: 0 auto;
  color: #fff;
}

.lifex-lp01a-standard-visual-head p {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(20px, 2vw, 34px);
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.lifex-lp01a-standard-visual-head h2 {
  margin: 0;
  color: #fff;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.lifex-lp01a-standard-visual-head h2 span {
  display: inline-block;
  margin-right: 0.08em;
  font-size:77px;
  line-height: 1;
}
.lifex-lp01a-standard-visual-head h2 span.standard-visual-head-span {
  font-size:54px;
}

.lifex-lp01a-section-title {
  width: min(100%, 920px);
  margin: 0 auto 60px;
  text-align: center;
}
.lifex-lp01a-design .lifex-lp01a-section-title h3 span {
  color: #D61B66;
}
.lifex-lp01a-section-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  padding-bottom: 28px;
  border-bottom: 1px solid #999;
}

.lifex-lp01a-section-title-num {
  color: #5f8994;
  font-size: clamp(70px, 8vw, 112px);
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0.02em;
}

.lifex-lp01a-section-title-text {
  text-align: left;
  margin-top: 14px;
}

.lifex-lp01a-section-title-text span {
  display: block;
  margin-bottom: 6px;
  color: rgba(95, 137, 148, 0.45);
  font-size: clamp(20px, 2vw, 32px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}

.lifex-lp01a-section-title-text p {
  margin: 0;
  color: #5f8994;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.05em;
}

.lifex-lp01a-section-title h3 {
  margin: 42px 0 0;
  color: #333;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.lifex-lp01a-design-cases {
  display: grid;
  gap: 42px;
}

.lifex-lp01a-design-case {
  background: #fff;
  color: #111;
}

.lifex-lp01a-design-case-title {
  margin-bottom: 32px;
  padding: 16px 20px;
  background: #5f8994;
  color: #fff;
  text-align: center;
  font-family: serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.lifex-lp01a-design-case-inner {
  display: flex;
  gap: 36px;
}

.lifex-lp01a-design-land {
  width: 30%;
}

.lifex-lp01a-design-land p,
.lifex-lp01a-design-compare-box p {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #111;
  padding-bottom: 8px;
  border-bottom: solid 1px #999;
}

.lifex-lp01a-design-land img {
  width: 100%;
  display: block;
  object-fit: cover;
  background: #ddd;
}

.lifex-lp01a-design-land dl {
  margin: 20px 0 0;
}

.lifex-lp01a-design-land dl div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
}

.lifex-lp01a-design-land dt,
.lifex-lp01a-design-land dd {
  margin: 0;
  color: #333;
  font-size: 13px;
  line-height: 1.5;
}

.lifex-lp01a-design-compare {
  flex: 1;
  display: grid;
  gap: 24px;
}

.lifex-lp01a-design-compare-box {
  padding-top: 0px;
}

.lifex-lp01a-design-compare-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.lifex-lp01a-design-compare-images img {
  width: 100%;
  display: block;
  object-fit: cover;
  background: #ddd;
}

.lifex-lp01a-design-gallery {
  width: min(100%, 1320px);
  margin: 20px auto 60px;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.lifex-lp01a-gallery-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lifex-lp01a-gallery-col img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.lifex-lp01a-gallery-col img.is-small {
  aspect-ratio: 4 / 3;
}

.lifex-lp01a-gallery-col img.is-large {
  aspect-ratio: 4 / 6;
}

/* SP */
@media screen and (max-width: 767px) {
  .lifex-lp01a-standard {
    padding: 30px 0 70px;
  }
.lifex-lp01a-standard-visual-head {
    min-height: 220px;
    margin-bottom: 54px;
    background-image:
      linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.76) 0%,
        rgba(0, 0, 0, 0.48) 58%,
        rgba(0, 0, 0, 0.18) 100%
      ),
      url("https://lifex-house.jp/wp-content/uploads/2026/03/lifex-modelhouse014_resized.jpg");
    background-position: center center;
  }

  .lifex-lp01a-standard-visual-head-inner {
    width: calc(100% - 44px);
  }

  .lifex-lp01a-standard-visual-head p {
    font-size: 22px;
    margin-bottom: 1px;
  }

  .lifex-lp01a-standard-visual-head h2 {
  font-size: 32px;
}

.lifex-lp01a-standard-visual-head h2 span {
  font-size:60px;
}
.lifex-lp01a-standard-visual-head h2 span.standard-visual-head-span {
  font-size:38px;
}

.lifex-lp01a-section-title-text {
  margin-top: 6px;
}
 .lifex-lp01a-section-title {
    width: calc(100% - 0px);
    margin-bottom: 42px;
  }

  .lifex-lp01a-section-title-row {
    gap: 14px;
    padding-bottom: 20px;
  }

  .lifex-lp01a-section-title-num {
    font-size: 58px;
  }

  .lifex-lp01a-section-title-text span {
    font-size: 16px;
  }

  .lifex-lp01a-section-title-text p {
    font-size: 24px;
  }

  .lifex-lp01a-section-title h3 {
    margin-top: 16px;
    font-size: 21px;
    line-height: 1.55;
  }

  .lifex-lp01a-design-cases {
    gap: 28px;
    padding: 0 0px;
  }

  .lifex-lp01a-design-case {
    padding: 16px 0;
  }

  .lifex-lp01a-design-case-title {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .lifex-lp01a-design-case-inner {
    display: block;
  }

  .lifex-lp01a-design-land {
    width: 100%;
    margin-bottom: 28px;
  }
.lifex-lp01a-design-land p,
.lifex-lp01a-design-compare-box p {
  font-size: 16px;
}
  .lifex-lp01a-design-compare-images {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .lifex-lp01a-design-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 26px;
  }

  .lifex-lp01a-design-gallery-col {
    gap: 12px;
  }
  .lifex-lp01a-design-compare-box_lifex {
    margin-top: 24px;
  }
  
}

/* ======================================
   LIFE X LP01-A
   高性能について
====================================== */

.lifex-lp01a-performance {
  padding: clamp(80px, 9vw, 130px) 0;
  background: #f6f6f6;
  font-family: "Noto Sans JP", sans-serif;
}
.lifex-lp01a-performance .lifex-lp01a-section-title h3 span {
  color: #D61B66;
}
.lifex-lp01a-performance,
.lifex-lp01a-performance * {
  box-sizing: border-box;
}

.lifex-lp01a-performance-panel {
  margin-top: clamp(45px, 6vw, 80px);
}

.lifex-lp01a-performance-copybar {
  padding: 16px 20px;
  background: linear-gradient(90deg, #5f8994, #76a5af);
  color: #fff;
  text-align: center;
  font-size: clamp(18px, 1.8vw, 28px);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.lifex-lp01a-performance-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border-left: 1px solid #e1e6e8;
  border-right: 1px solid #e1e6e8;
  border-bottom: 1px solid #e1e6e8;
}

.lifex-lp01a-performance-top-card {
  padding: 24px 18px;
  text-align: center;
  border-right: 1px solid #e1e6e8;
}

.lifex-lp01a-performance-top-card:last-child {
  border-right: none;
}

.lifex-lp01a-performance-top-card p {
    margin: 0 0 14px;
    color: #5f8994;
    font-size: 18px;
    border: solid 1px #5f8994;
    padding: 8px 0;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.04em;
}

.lifex-lp01a-performance-top-value span {
    display: block;
    margin-bottom: 12px;
    color: #333;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
}

.lifex-lp01a-performance-top-value strong {
  display: inline-block;
  color: #1d6280;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 800;
  line-height: 1;
}

.lifex-lp01a-performance-top-value small {
  display: inline-block;
  margin-left: 3px;
  color: #333;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.lifex-lp01a-performance-top-card em {
  display: block;
  margin-top: 14px;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
}

.lifex-lp01a-performance-main-title {
  margin: 52px 0 18px;
  padding: 28px 20px 4px;
  text-align: center;
}

.lifex-lp01a-performance-main-title p {
  margin: 0;
  color: #222;
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.lifex-lp01a-performance-main-title p span {
  color: #1d6280;
}

.lifex-lp01a-performance-main-title small {
  display: block;
    color: #fff;
    width: max-content;
    margin: 12px auto 4px;
    background-color: #D61B66;
    padding: 8px 32px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7;
}

.lifex-lp01a-performance-compare {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.lifex-lp01a-performance-compare-card {
  background: #f7f7f7;
  border: 1px solid #dbe4e7;
}

.lifex-lp01a-performance-compare-head {
  padding: 16px 12px;
  background: #7b7b7b;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.lifex-lp01a-performance-normal {
  min-height: 150px;
  padding: 22px 14px 0px;
  text-align: center;
  background: #f7f7f7;
}

.lifex-lp01a-performance-normal p {
  margin: 0 0 18px;
    color: #333;
    font-size: 13px;
    padding: 5px 0;
    border-radius: 50px;
    border: solid 1px #333;
    font-weight: 800;
    line-height: 1.5;
}

.lifex-lp01a-performance-normal span {
  display: block;
  margin-bottom: 8px;
  color: #333;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
}

.lifex-lp01a-performance-normal strong {
  display: block;
  color: #333;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.35;
}

.lifex-lp01a-performance-down {
  width: 0;
  height: 0;
  margin: 0px auto 20px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 16px solid #b8c9cf;
}

.lifex-lp01a-performance-lifex {
  margin: 0;
  padding: 38px 12px;
  background: #5f8994;
  color: #fff;
  text-align: center;
}

.lifex-lp01a-performance-lifex img {
    max-width: 120px;
    height: auto;
    display: block;
    margin: 0 auto 10px;
    border-bottom: solid 1px #FFF;
    padding-bottom: 16px;
}

.lifex-lp01a-performance-lifex p {
  margin: 24px 0 8px;
    padding: 4px 0;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.5;
}

.lifex-lp01a-performance-lifex strong {
  display: block;
    color: #fff;
    font-size: 27px;
    font-weight: 900;
    line-height: 1.25;
}

.lifex-lp01a-performance-lifex small {
  display: block;
  margin-top: 16px;
  color: rgba(255,255,255,0.9);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.lifex-lp01a-performance-note {
margin-top: 10px;
    padding: 18px 20px;
    color: #333;
    text-align: center;
    letter-spacing: 3px;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.6;
}
.lifex-lp01a-performance-note span {
  color: #D61B66;
}
/* tablet */
@media screen and (max-width: 1024px) {
  .lifex-lp01a-performance-top,
  .lifex-lp01a-performance-compare {
    grid-template-columns: repeat(2, 1fr);
  }

  .lifex-lp01a-performance-top-card:nth-child(2n) {
    border-right: none;
  }

  .lifex-lp01a-performance-top-card {
    border-bottom: 1px solid #e1e6e8;
  }

  .lifex-lp01a-performance-top-card:nth-last-child(-n + 2) {
    border-bottom: none;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .lifex-lp01a-performance {
    padding: 70px 0;
  }

  .lifex-lp01a-performance-panel {
    margin-top: 26px;
    padding: 0px;
  }

  .lifex-lp01a-performance-copybar {
    padding: 22px 12px;
    font-size: 20px;
    letter-spacing: 0.04em;
  }

  .lifex-lp01a-performance-top,
  .lifex-lp01a-performance-compare {
    grid-template-columns: 1fr;
  }

  .lifex-lp01a-performance-top-card,
  .lifex-lp01a-performance-top-card:nth-child(2n),
  .lifex-lp01a-performance-top-card:nth-last-child(-n + 2) {
    border-right: none;
    border-bottom: 1px solid #e1e6e8;
  }

  .lifex-lp01a-performance-top-card:last-child {
    border-bottom: none;
  }

  .lifex-lp01a-performance-main-title {
    padding: 24px 0px 5px;
  }

  .lifex-lp01a-performance-main-title p {
    font-size: 23px;
  }

  .lifex-lp01a-performance-main-title small {
    font-size: 13px;
  }

  .lifex-lp01a-performance-normal {
    min-height: auto;
    padding: 22px 14px 14px;
  }

  .lifex-lp01a-performance-lifex {
    margin: 0 12px 14px;
  }

  .lifex-lp01a-performance-note {
    padding: 16px 14px;
    text-align: center;
    font-size: 20px;
  }
}

/* ======================================
   高性能について / 快適性・安心
====================================== */

.lifex-lp01a-performance-comfort {
  margin-top: 24px;
  display: grid;
  gap: 18px;
}
.lifex-lp01a-comfort-season,
.lifex-lp01a-comfort-support {
  background: #fff;
  border: 1px solid #e2e8ea;
}

.lifex-lp01a-comfort-season {
  padding: 28px 22px 22px;
}

.lifex-lp01a-comfort-season h4 {
margin: 0 0 32px;
    padding: 16px 0;
    border-bottom: dotted 1px #123050;
    color: #123050;
    text-align: center;
    font-size: clamp(22px, 2.4vw, 36px);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.12em;
}

.lifex-lp01a-season-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.lifex-lp01a-season-card {
  min-width: 0;
}

.lifex-lp01a-season-text {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}

.lifex-lp01a-season-text span {
  display: block;
  font-family: serif;
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 700;
  line-height: 1;
}

.lifex-lp01a-season-text span.is-spring {
  color: #e89ba4;
}

.lifex-lp01a-season-text span.is-summer {
  color: #5f8994;
}

.lifex-lp01a-season-text span.is-autumn {
  color: #d8844b;
}

.lifex-lp01a-season-text span.is-winter {
  color: #496d9a;
}

.lifex-lp01a-season-text p {
  margin: 0;
  color: #12304f;
  font-size: clamp(13px, 1.2vw, 16px);
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.lifex-lp01a-season-card img {
  width: 100%;
  display: block;
  object-fit: cover;
  background: #eee;
}

.lifex-lp01a-comfort-support {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  align-items: center;
  padding: 34px 30px;
  background: linear-gradient(90deg, #fff 0%, #f6f9fa 100%);
}

.lifex-lp01a-support-lead {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-right: 36px;
}

.lifex-lp01a-support-icon {
  width: 82px;
  height: 82px;
  flex: 0 0 82px;
  border: 4px solid #12304f;
  border-radius: 50%;
  color: #12304f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

.lifex-lp01a-support-lead h4 {
  margin: 0 0 10px;
  color: #12304f;
  font-family: serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.lifex-lp01a-support-lead p {
  margin: 0;
  color: #333;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.9;
}

.lifex-lp01a-support-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.lifex-lp01a-support-item {
  padding: 0 18px;
  text-align: center;
  border-right: 1px solid #d5e0e3;
}

.lifex-lp01a-support-item:last-child {
  border-right: none;
}

.lifex-lp01a-support-item-icon {
  margin-bottom: 12px;
  color: #12304f;
  font-weight: 700;
  line-height: 1;
}
.lifex-lp01a-support-item-icon img {
  max-width: 47px;
  margin: 0 auto 5px;
}
.lifex-lp01a-support-item p {
  margin: 0;
  color: #333;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.6;
}

/* tablet */
@media screen and (max-width: 1024px) {
  .lifex-lp01a-season-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .lifex-lp01a-comfort-support {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .lifex-lp01a-support-lead {
    padding-right: 0;
    padding-bottom: 28px;
    border-right: none;
    border-bottom: 1px solid #d5e0e3;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .lifex-lp01a-comfort-season {
    padding: 24px 14px 14px;
  }

  .lifex-lp01a-comfort-season h4 {
    margin-bottom: 20px;
    font-size: 19px;
    letter-spacing: 0.06em;
  }
  .lifex-lp01a-season-text p {
    font-size: 16px;
    line-height: 1.5;
        /* font-weight: 400; */
        border-left: solid 1px #12304f;
        padding-left: 10px;
  }
  .lifex-lp01a-season-list {
    grid-template-columns: 1fr;
    gap: 22px;
  }

.lifex-lp01a-season-text{
    display:flex;
    align-items:center;
    gap:16px;
    min-height:70px;
    margin-bottom: 0;
}

  .lifex-lp01a-comfort-support {
    padding: 26px 16px;
  }

  .lifex-lp01a-support-lead {
    display: block;
    text-align: center;
  }

  .lifex-lp01a-support-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 18px;
    flex: none;
    font-size: 36px;
  }

  .lifex-lp01a-support-lead h4 {
    font-size: 22px;
  }

  .lifex-lp01a-support-lead p {
    font-size: 13px;
    text-align: left;
  }

  .lifex-lp01a-support-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0px;
  }

  .lifex-lp01a-support-item{
    padding: 15px 8px;
  }

  .lifex-lp01a-support-item-icon img{
    width: 40px;
    height: 40px;
  }

  .lifex-lp01a-support-item p{
    font-size: 10px;
    line-height: 1.5;
  }

  .lifex-lp01a-support-item:first-child {
    border-top: none;
  }
}

/* ======================================
   LIFE X LP01-A
   標準設備について
====================================== */

.lifex-lp01a-equipment {
  padding: clamp(80px, 9vw, 130px) 0;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.lifex-lp01a-equipment,
.lifex-lp01a-equipment * {
  box-sizing: border-box;
}

.lifex-lp01a-equipment .lifex-lp01a-section-title h3 span {
  color: #D61B66;
}

/* photo grid */
.lifex-lp01a-equipment-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: clamp(45px, 6vw, 80px);
}

.lifex-lp01a-equipment-photo {
  position: relative;
  overflow: hidden;
  background: #ddd;
}

.lifex-lp01a-equipment-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 1;
}

.lifex-lp01a-equipment-photo img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
}

.lifex-lp01a-equipment-photo span {
  position: absolute;
  inset: 0;
  z-index: 2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

/* compare */
.lifex-lp01a-equipment-compare {
  display: grid;
  grid-template-columns: 1fr 70px 1fr 0.88fr;
  align-items: stretch;
  gap: 20px;
  margin-top: 24px;
  padding: clamp(28px, 4vw, 48px);
}

.lifex-lp01a-equipment-table {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(0,0,0,0.08);
}

.lifex-lp01a-equipment-table-head {
  padding: 18px 18px;
  text-align: center;
  background: #e8e8e8;
  color: #111;
}

.lifex-lp01a-equipment-table-head strong {
  display: block;
  font-size: clamp(17px, 1.6vw, 24px);
  font-weight: 900;
  line-height: 1.5;
  border-bottom: solid 1px #333;
    padding: 8px 0;
}

.lifex-lp01a-equipment-table-head span {
  display: inline-block;
  margin-top: 5px;
  color: #555;
  font-size: 16px;
  font-weight: 800;
}

.lifex-lp01a-equipment-table dl {
  flex: 1;
  margin: 0;
  padding: 12px 18px 0;
}

.lifex-lp01a-equipment-table dl div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 11px 0;
  border-bottom: 1px solid #e5e5e5;
}

.lifex-lp01a-equipment-table dt,
.lifex-lp01a-equipment-table dd {
  margin: 0;
  color: #333;
  font-size: clamp(13px, 1.15vw, 16px);
  font-weight: 700;
  line-height: 1.5;
}

.lifex-lp01a-equipment-table dd {
  white-space: nowrap;
  text-align: right;
}

.lifex-lp01a-equipment-table.is-lifex {
  border: 2px solid #d7193f;
}

.lifex-lp01a-equipment-table.is-lifex .lifex-lp01a-equipment-table-head {
  background: #d7193f;
  color: #fff;
}
.lifex-lp01a-equipment-table.is-lifex .lifex-lp01a-equipment-table-head img {
  max-width: 130px;
  margin: 0 auto;
}
.lifex-lp01a-equipment-table.is-lifex .lifex-lp01a-equipment-table-head span {
  color: rgba(255,255,255,1);
}

.lifex-lp01a-equipment-table.is-lifex dd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 78px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #d7193f;
  color: #fff;
  font-size: 12px;
}

.lifex-lp01a-equipment-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding: 20px 22px;
  background: #e8e8e8;
}

.lifex-lp01a-equipment-total span {
  color: #333;
  font-size: 16px;
  font-weight: 900;
}

.lifex-lp01a-equipment-total strong {
  color: #111;
  font-size: clamp(22px, 2.2vw, 34px);
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.lifex-lp01a-equipment-total small {
  margin-left: -8px;
  color: #555;
  font-size: 12px;
  font-weight: 800;
}

.lifex-lp01a-equipment-table.is-lifex .lifex-lp01a-equipment-total {
  background: #d7193f;
}

.lifex-lp01a-equipment-table.is-lifex .lifex-lp01a-equipment-total span,
.lifex-lp01a-equipment-table.is-lifex .lifex-lp01a-equipment-total strong,
.lifex-lp01a-equipment-table.is-lifex .lifex-lp01a-equipment-total small {
  color: #fff;
}

/* arrow */
.lifex-lp01a-equipment-arrow {
  position: relative;
  align-self: center;
  width: 70px;
  height: 70px;
}

.lifex-lp01a-equipment-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(0 20%, 52% 20%, 52% 0, 100% 50%, 52% 100%, 52% 80%, 0 80%);
  background: linear-gradient(90deg, #ddd, #bcbcbc);
}

/* point */
.lifex-lp01a-equipment-point {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 28px 20px;
  text-align: center;
}

.lifex-lp01a-equipment-point p {
  margin: 0 0 20px;
  color: #d7193f;
  font-size: clamp(18px, 1.8vw, 27px);
  font-weight: 900;
  line-height: 1.5;
}

.lifex-lp01a-equipment-point p span {
  font-size: 1.15em;
}

.lifex-lp01a-equipment-point div {
  width: min(100%, 280px);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  border-radius: 50%;
  background: #fde7eb;
  color: #111;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lifex-lp01a-equipment-point small,
.lifex-lp01a-equipment-point em {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.5;
}

.lifex-lp01a-equipment-point strong {
  margin: 4px 0;
  color: #111;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 900;
  line-height: 1.3;
}

.lifex-lp01a-equipment-point b {
  margin-top: 4px;
  color: #d7193f;
  font-size: clamp(27px, 3vw, 44px);
  font-weight: 900;
  line-height: 1.2;
}

/* tablet */
@media screen and (max-width: 1024px) {
  .lifex-lp01a-equipment-photo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lifex-lp01a-equipment-compare {
    grid-template-columns: 1fr;
  }

  .lifex-lp01a-equipment-arrow {
    margin: 0 auto;
    transform: rotate(90deg);
  }

  .lifex-lp01a-equipment-point div {
    width: min(100%, 260px);
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .lifex-lp01a-equipment {
    padding: 70px 0 30px;
  }

  .lifex-lp01a-equipment-photo-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 40px;
  }
.lifex-lp01a-equipment-photo span {
  font-size: 14px;
  letter-spacing: 0;
}
  .lifex-lp01a-equipment-compare {
    margin-top: 42px;
    padding: 18px 0px;
    gap: 18px;
  }
  .lifex-lp01a-equipment-compare02 .is-before {
    border: solid 1px #eee;
  }

  .lifex-lp01a-equipment-table dl {
    padding: 10px 14px 0;
  }

  .lifex-lp01a-equipment-table dl div {
    gap: 10px;
    padding: 10px 0;
  }
  .lifex-lp01a-equipment-table dl div:last-child {
    border-bottom: none;
  }
  .lifex-lp01a-equipment-table dt,
  .lifex-lp01a-equipment-table dd {
    font-size: 13px;
  }

  .lifex-lp01a-equipment-total {
    display: block;
    text-align: center;
    padding: 18px 14px;
  }

  .lifex-lp01a-equipment-total span {
    display: block;
    margin-bottom: 8px;
  }
.lifex-lp01a-equipment-total strong {
  color: #111;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}
  .lifex-lp01a-equipment-total small {
    display: block;
    margin: 6px 0 0;
    font-size: 18px;
  }

  .lifex-lp01a-equipment-arrow {
    width: 50px;
    height: 50px;
  }

  .lifex-lp01a-equipment-point {
    padding: 24px 16px;
  }
  .lifex-lp01a-equipment-point p {
  margin: 0 0 20px;
  color: #d7193f;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.5;
}
.lifex-lp01a-equipment-point strong {
  margin: 4px 0;
  color: #111;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
}
    .lifex-lp01a-equipment-point div {
        width: min(100%, 240px);
    }
}

/* ======================================
   LIFE X LP01-A
   価格について
====================================== */

.lifex-lp01a-price {
  padding: clamp(80px, 9vw, 130px) 0;
  background: #f6f6f6;
  font-family: "Noto Sans JP", sans-serif;
}
.lifex-lp01a-price .lifex-lp01a-section-title h3 span {
  color: #D61B66;
}
.lifex-lp01a-price,
.lifex-lp01a-price * {
  box-sizing: border-box;
}

.lifex-lp01a-price-compare {
  display: grid;
  grid-template-columns: 1fr 70px 1fr;
  align-items: center;
  gap: 22px;
  margin-top: clamp(45px, 6vw, 80px);
  padding: clamp(26px, 4vw, 52px);
  background: #fff;
}

.lifex-lp01a-price-table {
  border: 1px solid #ddd;
  background: #fff;
}

.lifex-lp01a-price-table-head {
  padding: 22px 18px;
  background: #eeeeee;
  color: #555;
  text-align: center;
  font-size: clamp(18px, 1.8vw, 26px);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.lifex-lp01a-price-table dl {
  margin: 0;
}

.lifex-lp01a-price-table dl div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #e5e5e5;
}

.lifex-lp01a-price-table dt,
.lifex-lp01a-price-table dd {
  margin: 0;
  padding: 20px 18px;
  color: #333;
  font-size: clamp(15px, 1.4vw, 21px);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.lifex-lp01a-price-table dd {
  border-left: 1px solid #e5e5e5;
}

.lifex-lp01a-price-table .is-total {
  background: #eeeeee;
}

.lifex-lp01a-price-table .is-total dt,
.lifex-lp01a-price-table .is-total dd {
  font-size: 26px;
  font-weight: 500;
}

.lifex-lp01a-price-table .is-total dd span {
  letter-spacing: 0.03em;
  padding-left: 3px;
}

.lifex-lp01a-price-arrow {
  position: relative;
  width: 70px;
  height: 70px;
}

.lifex-lp01a-price-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(0 20%, 52% 20%, 52% 0, 100% 50%, 52% 100%, 52% 80%, 0 80%);
  background: linear-gradient(90deg, #d6d6d6, #bcbcbc);
}

.lifex-lp01a-price-lifex {
  border: 2px solid #5f8994;
  background: #fff;
}

.lifex-lp01a-price-lifex-head {
  padding: 18px;
  background: #5f8994;
  color: #fff;
  text-align: center;
  font-size: clamp(34px, 4vw, 58px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
}
.lifex-lp01a-price-lifex-head img {
  max-width: 185px;
  margin: 0 auto;
}
.lifex-lp01a-price-lifex-body {
  padding: clamp(28px, 4vw, 48px) clamp(22px, 3vw, 24px);
  text-align: center;
}

.lifex-lp01a-price-lifex-sub {
  margin: 0 0 22px;
  color: #5f8994;
  font-size: clamp(22px, 2.2vw, 34px);
  font-weight: 800;
  letter-spacing: 0.1em;
}

.lifex-lp01a-price-lifex ul {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.lifex-lp01a-price-lifex li {
  min-width: 68px;
  padding: 9px 10px;
  border: 1px solid #5f8994;
  color: #5f8994;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.4;
}

.lifex-lp01a-price-lifex-note {
  margin: 0 0 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #5f8994;
  color: #555;
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 600;
  line-height: 1.8;
}

.lifex-lp01a-price-main p {
  display: inline-block;
  margin: 0 0 14px;
  padding: 7px 24px;
  background: #5f8994;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.lifex-lp01a-price-main strong {
  display: block;
  color: #5f8994;
  font-size: clamp(58px, 7vw, 98px);
  font-weight: 500;
  line-height: 1;
}

.lifex-lp01a-price-main strong span {
  margin-left: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.38em;
  font-weight: 800;
}

.lifex-lp01a-price-main small {
  display: block;
  margin-top: 12px;
  color: #555;
  font-size: 16px;
  font-weight: 700;
}

/* payment */
.lifex-lp01a-payment {
  margin-top: 36px;
  padding: clamp(32px, 4vw, 52px);
  background: #fff;
}

.lifex-lp01a-payment h4 {
  margin: 0 0 30px;
  color: #555;
  text-align: center;
  font-size: clamp(22px, 2.4vw, 36px);
  font-weight: 800;
  letter-spacing: 0.1em;
}

.lifex-lp01a-payment-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}

.lifex-lp01a-payment-card {
  padding: 10px clamp(22px, 4vw, 55px);
  text-align: center;
}

.lifex-lp01a-payment-card + .lifex-lp01a-payment-card {
  border-left: 1px solid #ddd;
}

.lifex-lp01a-payment-label {
  display: inline-block;
  margin: 0 0 18px;
  padding: 6px 18px;
  background: #111;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 800;
}

.lifex-lp01a-payment-loan,
.lifex-lp01a-payment-result {
  margin: 0;
  color: #222;
  font-size: clamp(17px, 1.8vw, 24px);
  font-weight: 700;
  line-height: 1.5;
}

.lifex-lp01a-payment-loan strong,
.lifex-lp01a-payment-result strong {
  font-size: clamp(38px, 4.6vw, 68px);
  font-weight: 500;
  letter-spacing: 0.04em;
}

.lifex-lp01a-payment-solar {
  margin: 18px 0;
  padding: 14px 16px;
  background: #ecf1f3;
  color: #555;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.lifex-lp01a-payment-solar span {
  color: #d7193f;
  font-size: 1.2em;
  font-weight: 900;
}
.kome01,
.lifex-lp01a-payment-solar span.kome02 {
  font-size: 12px;
  color: #999;
  padding-left: 8px;
}
.lifex-lp01a-payment-result {
  color: #5f8994;
}

.lifex-lp01a-payment-caption {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid #ddd;
}

.lifex-lp01a-payment-caption p {
  margin: 0 0 16px 0;
  color: #666;
  font-size: 11px;
  line-height: 1.8;
}

/* SP */
@media screen and (max-width: 767px) {
  .lifex-lp01a-price {
    padding: 70px 0;
  }

  .lifex-lp01a-price-compare {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 40px;
    padding: 16px;
  }

  .lifex-lp01a-price-table-head {
    padding: 16px 12px;
    font-size: 18px;
  }

  .lifex-lp01a-price-table dt,
  .lifex-lp01a-price-table dd {
    padding: 14px 10px;
    font-size: 13px;
  }

  .lifex-lp01a-price-table .is-total dt,
  .lifex-lp01a-price-table .is-total dd {
    font-size: 16px;
  }

  .lifex-lp01a-price-arrow {
    width: 52px;
    height: 52px;
    margin: 0 auto;
    transform: rotate(90deg);
  }
.lifex-lp01a-price-lifex-head img {
    max-width: 130px;
    margin: 0 auto;
}
  .lifex-lp01a-price-lifex-head {
    font-size: 34px;
  }

  .lifex-lp01a-price-lifex-body {
    padding: 28px 18px;
  }

  .lifex-lp01a-price-lifex-sub {
    font-size: 22px;
  }

  .lifex-lp01a-price-lifex li {
    width: 49%;
    font-size: 10px;
  }

  .lifex-lp01a-price-main strong {
    font-size: 58px;
  }
  .lifex-lp01a-price-lifex-note {
    margin: 0 0 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid #5f8994;
    color: #555;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
  }
  .lifex-lp01a-payment {
    margin-top: 24px;
    padding: 28px 18px;
    border-radius: 0;
  }

  .lifex-lp01a-payment-list {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .lifex-lp01a-payment-card {
    padding: 0;
  }

  .lifex-lp01a-payment-card + .lifex-lp01a-payment-card {
    padding-top: 28px;
    border-left: none;
    border-top: 1px solid #ddd;
  }

  .lifex-lp01a-payment-loan strong,
  .lifex-lp01a-payment-result strong {
    font-size: 42px;
  }

  .lifex-lp01a-payment-caption p {
    font-size: 11px;
  }
}

/* ======================================
   LIFE X LP01-A
   この価格が実現できた理由
====================================== */

.lifex-lp01a-reason {
  padding: clamp(80px, 9vw, 130px) 0;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

.lifex-lp01a-reason,
.lifex-lp01a-reason * {
  box-sizing: border-box;
}

.lifex-lp01a-reason-head {
  text-align: center;
  margin-bottom: 42px;
}

.lifex-lp01a-reason-head p {
  position: relative;
  display: inline-block;
  margin: 0 0 14px;
  padding: 0 44px;
  color: #0b3158;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.18em;
}

.lifex-lp01a-reason-head p::before,
.lifex-lp01a-reason-head p::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 28px;
  height: 1px;
  background: rgba(11, 49, 88, 0.35);
}

.lifex-lp01a-reason-head p::before {
  left: 0;
}

.lifex-lp01a-reason-head p::after {
  right: 0;
}

.lifex-lp01a-reason-head h2 {
  margin: 0;
  color: #0b3158;
  font-size: clamp(32px, 3.6vw, 54px);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.08em;
}

.lifex-lp01a-reason-head span {
  display: block;
  margin-top: 16px;
  color: #333;
  font-size: clamp(15px, 1.4vw, 20px);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

/* cards */
.lifex-lp01a-reason-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.lifex-lp01a-reason-card {
  position: relative;
  padding: 0 16px 34px;
  background: linear-gradient(180deg, #fff 0%, #f3f7f9 100%);
  text-align: center;
  border: 1px solid #e0e8eb;
}

.lifex-lp01a-reason-num {
  position: relative;
  margin: 0 -24px 42px;
  padding: 13px 10px 16px;
  background: #0b3158;
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
}

.lifex-lp01a-reason-num::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 15px solid #0b3158;
}

.lifex-lp01a-reason-icon {
  width: 84px;
  height: 84px;
  margin: 0 auto 22px;
  color: #0b3158;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 800;
}
.lifex-lp01a-reason-icon img {
  margin-bottom: 0;
}
.lifex-lp01a-reason-card h3 {
  margin: 0 0 10px;
    color: #0b3158;
    font-size: 22px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.lifex-lp01a-reason-card p {
  margin: 0;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}

/* flow */
.lifex-lp01a-reason-flow {
  display: grid;
  grid-template-columns: 1fr 70px 1fr;
  align-items: center;
  gap: 24px;
  width: min(100%, 1200px);
  margin: clamp(45px, 6vw, 70px) auto 0;
}

.lifex-lp01a-reason-flow-box {
  background: #fff;
  border: 2px solid #d4dce0;
  overflow: hidden;
}

.lifex-lp01a-reason-flow-title {
  padding: 16px 18px;
  background: #999;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.lifex-lp01a-reason-flow-box.is-lifex {
  border-color: #0b3158;
}

.lifex-lp01a-reason-flow-box.is-lifex .lifex-lp01a-reason-flow-title {
  background: #0b3158;
  font-size: 22px;
  letter-spacing: 0.12em;
}
.lifex-lp01a-reason-flow-box.is-lifex .lifex-lp01a-reason-flow-title img {
  max-width: 130px;
  margin: 0 auto;
}
.lifex-lp01a-reason-flow-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 28px 22px 20px;
}

.lifex-lp01a-reason-flow-items div {
  text-align: center;
}

.lifex-lp01a-reason-flow-items span {
  width: 50px;
  height: 50px;
  margin: 0 auto 16px;
  color: #0b3158;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}
.lifex-lp01a-reason-flow-items img {
  margin-bottom: 0;
}
.lifex-lp01a-reason-flow-items p {
  margin: 0;
  color: #fff;
  background-color: #333;
  padding: 5px 0;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}

.lifex-lp01a-reason-flow-caption {
  margin: 0;
  padding: 0px 18px 22px;
  color: #333;
  text-align: center;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.6;
}
.is-lifex .lifex-lp01a-reason-flow-caption {
  font-size: 24px;
}
.is-lifex .lifex-lp01a-reason-flow-caption span {
  color: #D61B66;
}
.lifex-lp01a-reason-flow-arrow {
  position: relative;
  width: 70px;
  height: 70px;
}

.lifex-lp01a-reason-flow-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(0 20%, 52% 20%, 52% 0, 100% 50%, 52% 100%, 52% 80%, 0 80%);
  background: linear-gradient(90deg, #d8d8d8, #bcbcbc);
}

.lifex-lp01a-reason-lifex-inner {
  display: grid;
  grid-template-columns: 1fr 38px 1fr;
  align-items: center;
  gap: 16px;
  padding: 34px 28px 18px;
}

.lifex-lp01a-reason-cut {
  aspect-ratio: 1 / 1;
    border: 2px solid #0b3158;
    border-radius: 50%;
    color: #0b3158;
    display: flex;
    margin: 0 auto;
    width: 130px;
    height: 130px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.4;
}

.lifex-lp01a-reason-mini-arrow {
  position: relative;
  height: 34px;
}

.lifex-lp01a-reason-mini-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(0 30%, 55% 30%, 55% 0, 100% 50%, 55% 100%, 55% 70%, 0 70%);
  background: #bfcbd1;
}

.lifex-lp01a-reason-house {
  margin: 0 auto;
  color: #0b3158;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 900;
}
.lifex-lp01a-reason-house img {
  margin-bottom: 0;
}
/* message */
.lifex-lp01a-reason-message {
  margin-top: clamp(35px, 5vw, 58px);
  text-align: center;
}

.lifex-lp01a-reason-message p {
  margin: 0;
  color: #0b3158;
  font-size: clamp(20px, 2.2vw, 32px);
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

/* tablet */
@media screen and (max-width: 1024px) {
  .lifex-lp01a-reason-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .lifex-lp01a-reason-flow {
    grid-template-columns: 1fr;
    width: min(100%, 720px);
  }

  .lifex-lp01a-reason-flow-arrow {
    margin: 0 auto;
    transform: rotate(90deg);
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .lifex-lp01a-reason {
    padding: 70px 0;
  }

  .lifex-lp01a-reason-head {
    padding: 0 22px;
  }

  .lifex-lp01a-reason-head h2 {
    font-size: 28px;
  }

  .lifex-lp01a-reason-list {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0;
  }

  .lifex-lp01a-reason-card {
    padding: 0 18px 28px;
  }

  .lifex-lp01a-reason-num {
    margin: 0 -18px 28px;
  }

  .lifex-lp01a-reason-flow {
    width: calc(100% - 0px);
    gap: 18px;
  }

  .lifex-lp01a-reason-flow-items {
    grid-template-columns: repeat(2, 1fr);
    padding: 24px 18px 16px;
  }

  .lifex-lp01a-reason-lifex-inner {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 20px 14px;
  }

  .lifex-lp01a-reason-mini-arrow {
    width: 42px;
    height: 42px;
    margin: 0 auto;
    transform: rotate(90deg);
  }
.lifex-lp01a-reason-house img {
  margin-bottom: 0;
  max-width: 150px;
}
  .lifex-lp01a-reason-message {
    padding: 0 0px;
  }

  .lifex-lp01a-reason-message p {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
  }
  .is-lifex .lifex-lp01a-reason-flow-caption {
    font-size: 20px;
  }
}

/* ======================================
   LIFE X LP01-A
   会員登録前セクション
====================================== */

.lifex-lp01a-member-before {
  padding: clamp(80px, 9vw, 130px) 0 clamp(70px, 8vw, 110px);
  background-color: #f7f7f7;
  background-image: url("https://lifex-house.jp/wp-content/uploads/2026/06/stripes-light.png");
  background-repeat: repeat;
  font-family: "Noto Sans JP", sans-serif;
}

.lifex-lp01a-member-before,
.lifex-lp01a-member-before * {
  box-sizing: border-box;
}

.lifex-lp01a-member-before-head {
  text-align: center;
  margin-bottom: 32px;
}

.lifex-lp01a-member-before-head p {
    width: max-content;
    margin: 0 auto 18px;
    background-color: #D61B66;
    color: #fff;
    padding: 8px 32px;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.05em;
}

.lifex-lp01a-member-before-head span {
  display: block;
  color: #111;
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.lifex-lp01a-member-before-head h2 {
  margin: 0px 0 0;
  color: #D61B66;
  font-size: clamp(28px, 3vw, 46px);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.lifex-lp01a-member-content,
.lifex-lp01a-member-flow {
  width: min(100%, 1200px);
  margin: 0 auto;
}

.lifex-lp01a-member-bar {
  padding: 16px 18px;
  background: #454545;
  color: #fff;
  text-align: center;
  font-size: clamp(17px, 1.5vw, 22px);
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.lifex-lp01a-member-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  padding: 18px;
  background: rgba(255,255,255,0.7);
  border: 1px solid #e5e5e5;
}

.lifex-lp01a-member-card {
  position: relative;
  padding: 42px 18px 22px;
  background: #fff;
  border: 1px solid #e1e1e1;
  text-align: center;
}

.lifex-lp01a-member-num {
  position: absolute;
  top: 33px;
  left: 50%;
  transform: translateX(-50%);
  width: 39px;
  height: 39px;
  background: #D61B66;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
}

.lifex-lp01a-member-card h3 {
  min-height: 54px;
  margin: 47px 0 16px;
  color: #111;
  font-size: clamp(17px, 1.5vw, 22px);
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

.lifex-lp01a-member-img {
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
}

.lifex-lp01a-member-img img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  background: #ddd;
}

.lifex-lp01a-member-img.is-movie span {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 62px;
  height: 62px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: rgba(0,0,0,0.45);
}

.lifex-lp01a-member-img.is-movie span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  border-left: 17px solid #fff;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}

.lifex-lp01a-member-card p {
  margin: 0;
  color: #333;
  text-align: left;
  font-weight: 600;
  line-height: 1.8;
}

.lifex-lp01a-member-flow {
  margin-top: clamp(45px, 6vw, 75px);
}

.lifex-lp01a-flow-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  padding: 14px;
  background: rgba(255,255,255,0.72);
  border: 1px solid #e5e5e5;
}

.lifex-lp01a-flow-item {
  min-height: 145px;
  padding: 18px 10px 16px;
  background: #fff;
  border-right: 1px solid #e3e3e3;
  text-align: center;
}

.lifex-lp01a-flow-item:last-child {
  border-right: none;
}

.lifex-lp01a-flow-item span {
  display: block;
  margin-bottom: 12px;
  color: #D61B66;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.08em;
}

.lifex-lp01a-flow-item span b {
  font-size: 30px;
  line-height: 1;
}

.lifex-lp01a-flow-icon {
  width: 50px;
  height: 50px;
  margin: 16px auto 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 900;
}
.lifex-lp01a-flow-icon img {
  margin-bottom: 0;
}
.lifex-lp01a-flow-item p {
  margin: 0;
  color: #111;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.5;
}

.lifex-lp01a-member-promise {
  margin-top: 42px;
  text-align: center;
}

.lifex-lp01a-member-promise p {
  display: inline-block;
  margin: 0 0 18px;
  padding: 9px 46px;
  border: 2px solid #b52a1e;
  color: #b52a1e;
  background: #fff;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.5;
}

.lifex-lp01a-member-promise h3 {
  margin: 0;
  color: #111;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

/* tablet */
@media screen and (max-width: 1024px) {
  .lifex-lp01a-member-cards {
    grid-template-columns: 1fr;
  }

  .lifex-lp01a-flow-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #e5e5e5;
  }

  .lifex-lp01a-flow-item {
    border-right: none;
  }
}

/* SP */
@media screen and (max-width: 767px) {
  .lifex-lp01a-member-before-head p {
    width: max-content;
    margin: 0 auto 18px;
    background-color: #D61B66;
    color: #fff;
    padding: 8px 32px;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.4;
    letter-spacing: 0.05em;
}
  .lifex-lp01a-member-before {
    padding: 70px 0;
  }

  .lifex-lp01a-member-before-head {
    padding: 0 0px;
  }

  .lifex-lp01a-member-before-head h2 {
    font-size: 26px;
    margin-top: 8px;
  }

  .lifex-lp01a-member-content,
  .lifex-lp01a-member-flow {
    width: calc(100% - 0px);
  }

  .lifex-lp01a-member-cards {
    padding: 12px;
  }

  .lifex-lp01a-member-card {
    padding: 32px 16px 20px;
  }

  .lifex-lp01a-member-card h3 {
    min-height: auto;
    font-size: 20px;
    margin: 54px 0 16px;
  }

  .lifex-lp01a-flow-list {
    grid-template-columns: 1fr;
    padding: 12px;
    gap: 10px;
    background: rgba(255,255,255,0.72);
  }

  .lifex-lp01a-flow-item {
    min-height: auto;
    display: grid;
    grid-template-columns: 55px 48px 1fr;
    align-items: center;
    gap: 12px;
    padding: 14px;
    text-align: left;
  }
.lifex-lp01a-flow-icon {
  width: 37px;
    height: 37px;
}
  .lifex-lp01a-flow-item span,
  .lifex-lp01a-flow-icon {
    margin: 0;
  }
.lifex-lp01a-flow-item span {
  font-size: 13px;
  text-align: center;
}
.lifex-lp01a-flow-item span b {
    font-size: 26px;
    line-height: 1;
}
.lifex-lp01a-flow-item p {
  font-size: 14px;
}
  .lifex-lp01a-member-promise {
    padding: 0 8px;
  }

  .lifex-lp01a-member-promise p {
    padding: 8px 28px;
    margin-bottom: 14px;
  }
  .lifex-lp01a-member-promise h3 {
    font-size: 20px;
  }
}

/* ======================================
最終CTA
====================================== */

.lifex-lp01a-finalcta {
  padding: 70px 0 60px;
  background: #fff;
}

.lifex-lp01a-finalcta-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;

  margin: 0 0 0px;

  font-size: clamp(26px, 2vw, 34px);
  font-weight: 900;
  color: #111;
}

.lifex-lp01a-finalcta-copy span {
  width: 28px;
  height: 2px;
  background: #111;
  transform: rotate(-65deg);
}
.lifex-lp01a-finalcta-copy span.finalcta-copy_span2 {
  width: 28px;
  height: 2px;
  background: #111;
  transform: rotate(65deg);
}
.lifex-lp01a-finalcta-btn{

  display:flex;
  align-items:center;
  justify-content:center;

  gap:24px;

  background:linear-gradient(
    90deg,
    #d61b62 0%,
    #b52a1e 100%
  );

  border-radius:4px;

  padding:24px 40px;

  text-decoration:none;

  box-shadow:
  0 10px 24px rgba(0,0,0,.18);

  transition:.3s;
}

.lifex-lp01a-finalcta-main{
  display:flex;
  align-items:center;
  gap:18px;
}

.lifex-lp01a-finalcta-free{

  width:92px;
  height:92px;

  border:2px solid #fff;
  border-radius:50%;

  display:flex;
  align-items:center;
  justify-content:center;

  color:#fff;

  font-size:22px;
  font-weight:900;
  line-height:1.3;

  text-align:center;
}

.lifex-lp01a-finalcta-text{

  color:#fff;

  font-size:48px;
  font-weight:900;

  line-height:1.2;
}

.lifex-lp01a-finalcta-arrow{

  width:58px;
  height:58px;

  background:#fff;
  color:#b52a1e;

  border-radius:50%;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:32px;
  font-weight:900;
}
.lifex-lp01a-finalcta-btn{

  display:flex;
  align-items:center;
  justify-content:center;

  gap:24px;

  background:linear-gradient(
    90deg,
    #d61b62 0%,
    #b52a1e 100%
  );

  border-radius:4px;

  padding:24px 40px;

  text-decoration:none;

  box-shadow:
  0 10px 24px rgba(0,0,0,.18);

  transition:.3s;
}
.lifex-lp01a-finalcta-btn:hover{

  transform: translateY(-4px);

  box-shadow:
    0 16px 36px rgba(0,0,0,.22);

  filter: brightness(1.08);
}
.lifex-lp01a-finalcta-main{
  display:flex;
  align-items:center;
  gap:18px;
}

.lifex-lp01a-finalcta-free{

  width:92px;
  height:92px;

  border:2px solid #fff;
  border-radius:50%;

  display:flex;
  align-items:center;
  justify-content:center;

  color:#fff;

  font-size:22px;
  font-weight:900;
  line-height:1.3;

  text-align:center;
}

.lifex-lp01a-finalcta-text{

  color:#fff;

  font-size:48px;
  font-weight:900;

  line-height:1.2;
}

.lifex-lp01a-finalcta-arrow{

  width:58px;
  height:58px;

  background:#fff;
  color:#b52a1e;

  border-radius:50%;

  display:flex;
  align-items:center;
  justify-content:center;

  font-size:32px;
  font-weight:900;
}

@media screen and (max-width:767px){
  .lifex-lp01a-finalcta {
    padding: 70px 0 0px;
    background: #fff;
}
  .lifex-lp01a-finalcta-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;

  margin: 0 0 0px;

  font-size: 21px;
  font-weight: 900;
  color: #111;
}

.lifex-lp01a-finalcta-copy span {
  width: 28px;
  height: 2px;
  background: #111;
  transform: rotate(-65deg);
}
.lifex-lp01a-finalcta-copy span.finalcta-copy_span2 {
  width: 28px;
  height: 2px;
  background: #111;
  transform: rotate(65deg);
}
  .lifex-lp01a-finalcta-btn{
    flex-direction: column;
    gap: 0px;
    padding: 19px 16px 11px;
  }

  .lifex-lp01a-finalcta-free{

    width:auto;
    height:auto;

    padding:8px 18px;

    border-radius:999px;

    font-size:14px;
    line-height:1;
  }

  .lifex-lp01a-finalcta-main{

    display:flex;
    align-items:center;
    justify-content:center;

    gap:10px;
  }

  .lifex-lp01a-finalcta-text{

    font-size:25px;
    line-height:1.2;

    white-space:nowrap;
  }

  .lifex-lp01a-finalcta-arrow{

    width:auto;
    height:auto;

    background:none;

    color:#fff;

    border-radius:0;

    font-size:30px;
  }

}
/* ======================================
電話番号
====================================== */

.lifex-lp01a-company {
  padding: 30px 0 70px;
  background: #fff;
}

.lifex-lp01a-company-tel {
  text-align: center;
}

.lifex-lp01a-company-guide {

  margin: 0 0 0px;

  color: #333;

  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.lifex-lp01a-company-number {
  line-height: 1.6;
  display: inline-flex;
  align-items: center;
  gap: 22px;

  text-decoration: none;

  color: #111;
}

.lifex-lp01a-company-phone-icon img {

  max-width: 50px;
  margin-bottom: 0;
}

.lifex-lp01a-company-number span:last-child {

  font-size: clamp(48px, 4vw, 68px);
  font-weight: 900;
  letter-spacing: .03em;
}
a.lifex-lp01a-company-number:hover {
  color: #5f8994;
}
@media screen and (max-width:767px){
  .lifex-lp01a-company {
    padding: 30px 0 30px;
    background: #fff;
}
  .lifex-lp01a-company-number {
  line-height: 1.6;
  display: inline-flex;
  align-items: center;
  gap: 10px;

  text-decoration: none;

  color: #111;
}
  .lifex-lp01a-company-phone-icon img {
    max-width: 30px;
    margin-bottom: 0;
}
.lifex-lp01a-company-number span:last-child {

  font-size: 34px;
  font-weight: 900;
  letter-spacing: .03em;
}
}
/* ======================================
フッター
====================================== */

.lifex-lp01a-footer {

  padding: 40px 20px;

  background: #555;
  color: #fff;

  text-align: center;
}

.lifex-lp01a-footer-company {

  margin: 0 0 0px;

  font-size: 20px;
  font-weight: 700;
}

.lifex-lp01a-footer-address {

  margin: 0 0 32px;

  font-size: 14px;
  line-height: 2;
}

.lifex-lp01a-footer-copy {

  margin: 0 0 0px;

  font-size: 13px;
}

.lifex-lp01a-footer-area {

  margin: 0;

  font-size: 13px;
}
@media screen and (max-width:767px){
  .lifex-lp01a-footer-address {

  margin: 0 0 32px;

  font-size: 13px;
  line-height: 2;
}
}
