@charset "UTF-8";

/*
 Theme Name: BusinessPress Child
 Template: businesspress
*/
@media screen and (min-width: 540px) {}

@media screen and (min-width: 640px) {}

@media screen and (min-width: 782px) {}

@media screen and (min-width: 980px) {}




/* Base
------------------------------------------------------------ */
.content-area {
  margin-bottom: 0;
}

/* Jumbotron */
.jumbotron-content {
  padding-bottom: 4.0rem;
  padding-top: 4.0rem;
}

.subheader {
  margin-bottom: 0;
  letter-spacing: 2px;
  text-indent: 2px;
  line-height: 1.5;
}


.jumbotron-title {
  text-shadow: none;
  letter-spacing: 1px;
  text-indent: 1px;
  font-weight: 400;
}

@media screen and (min-width: 782px) {
  .jumbotron-content {
    padding-bottom: 5.6rem;
    padding-top: 5.6rem;
  }
}

@media screen and (min-width: 980px) {
  .jumbotron-content {
    padding-bottom: 8.0rem;
    padding-top: 8.0rem;
  }
}
.sp-block {
        display: none;
    }
    .pc-block {
        display: block;
    }
@media screen and (max-width: 767px) {
    .sp-block {
        display: block;
    }
    .pc-block {
        display: none;
    }
}
/**************************************************
共通 (カラー設定)
**************************************************/

:root {
  --lifex-main-color: #527B88;
}


/**************************************************
フェードアップ（共通）
**************************************************/

.fade-up{
  opacity: 0;
  transform: translateY(60px);

  transition:
    transform 1.55s cubic-bezier(.19,1,.22,1),
    opacity   1.55s cubic-bezier(.19,1,.22,1);

  will-change: transform, opacity;
}

.fade-up.is-show{
  opacity: 1;
  transform: translateY(0);
}

/* スマホは移動量を少し控えめ */
@media (max-width:767px){

.fade-up{
  transform: translateY(42px);
}

}
span.fade-up {
  display: inline-block;
}
.fade-delay-01{ transition-delay:.18s; }
.fade-delay-02{ transition-delay:.45s; }
.fade-delay-03{ transition-delay:.72s; }
.fade-delay-04{ transition-delay:.98s; }
.fade-delay-05{ transition-delay:1.22s; }

/**************************************************
グランレブリー風テキスト
**************************************************/
/**************************************************
グランレブリー風テキスト
**************************************************/

.gr-text-target {
  opacity: 0;
}

.gr-text-target.gr-ready {
  opacity: 1;
}
.lifex-about-intro__title h1 b {
  font-weight: 400 !important;
}
h1.gr-text-target {
  white-space: nowrap;
}

.lifex-about-intro__title p em {
  font-style: normal;
  display: inline-block;
  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
}
.lifex-about-intro__title p em b {
  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
}
.gr-char-mask {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}

.gr-char {
  display: inline-block;
  opacity: 0;
  transform: translateY(115%);
  transition:
    transform 1.45s cubic-bezier(.19,1,.22,1),
    opacity 1.45s cubic-bezier(.19,1,.22,1);
}

.gr-text-target.is-show .gr-char {
  opacity: 1;
  transform: translateY(0);
}
.gr-line {
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition:
    transform 1.15s cubic-bezier(.19,1,.22,1),
    opacity 1.15s cubic-bezier(.19,1,.22,1);
}

.gr-line.is-show {
  opacity: 1;
  transform: scaleX(1);
}

/**************************************************
グランレブリー風 画像
**************************************************/

.gr-image {
  position: relative;
  overflow: hidden;

  opacity: 0;

  /* 下から開く */
  clip-path: inset(100% 0 0 0);

  /* 少しだけ下から */
  transform: translateY(42px);

  transition:
  clip-path 2.1s cubic-bezier(.16,.9,.18,1),
  transform 2.1s cubic-bezier(.16,.9,.18,1),
  opacity 1.4s ease;
}

.gr-image img {
  display: block;
  width: 100%;
  height: auto;
  transform:scale(1.04);

    transition:
        transform 2.6s cubic-bezier(.16,.9,.18,1);
}

.gr-image.is-show {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
}

.gr-image.is-show img {
  transform: scale(1);
}


/**************************************************
Header reset / LIFE X
**************************************************/

.site-header {
  margin-bottom: 0;
  border-bottom: none;
  background: transparent;
}

.main-header {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: none;
  background: transparent;
}
.main-header-clone,
.main-header-clone-show {
  background: #adb8ba !important;
}
@media screen and (min-width: 980px) {
  .main-header {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.main-header-content {
  max-width: 1330px;
}

/* ナビ基本 */
.main-navigation a,
.main-navigation .menu-item > a,
.site-title a {
  color: #fff !important;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: uppercase;
}
.main-navigation .menu-item-139 a,
.main-navigation .menu-item-139 > a {
  color: #111 !important;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.drawer-navigation .current_page_item > a,
.drawer-navigation .current-menu-item > a {
  font-weight: 400;
}

/* ヘッダーはMVに重ねる */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.site-content {
  padding-top: 0;
}

/* LIFE Xとはページだけ背景あり */
.page-id-11 .site-header,
.page-id-11 .main-header {
  background: #adb8ba !important;
}

/* 資料請求ボタン */
.gm-btn a {
  background-color: #fff !important;
  color: #000 !important;
  border-radius: 0;
}

.home .gm-btn a {
  padding: 8px 24px 8px !important;
}

@media screen and (min-width: 980px) {
  .gm-btn a {
    padding: 0 24px 2px !important;
  }

  #menu-item-211 {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  .gm-btn a {
    padding: 12px 42px !important;
  }
}

/* ドロワーはテーマの挙動を優先。色と余白だけ */
.drawer-navigation-content {
  padding: 60px 25px 60px 40px;
}

.drawer-navigation ul li {
  padding-top: 5px;
  padding-bottom: 0;
  position: relative;
}

.drawer-opened .drawer-navigation {
  background: #adb8ba !important;
}

/* 現在ページ下線 */
.main-navigation .current-menu-item:not(.gm-btn) > a,
.main-navigation .current_page_item:not(.gm-btn) > a,
.main-navigation .current-menu-ancestor:not(.gm-btn) > a {
  position: relative;
  color: #fff !important;
}

.main-navigation .current-menu-item:not(.gm-btn) > a::after,
.main-navigation .current_page_item:not(.gm-btn) > a::after,
.main-navigation .current-menu-ancestor:not(.gm-btn) > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 1px;
  background: #fff;
}

.home .main-navigation .current-menu-item > a::after,
.home .main-navigation .current_page_item > a::after,
.main-navigation .gm-btn.current-menu-item > a::after,
.main-navigation .gm-btn.current_page_item > a::after,
.main-navigation .gm-btn.current-menu-ancestor > a::after {
  display: none !important;
}

.main-navigation .gm-btn.current-menu-item > a,
.main-navigation .gm-btn.current_page_item > a,
.main-navigation .gm-btn.current-menu-ancestor > a {
  color: #000 !important;
}

/**************************************************
共通 (トップページ見出し)
**************************************************/

.lifex-top-heading {
  width: 100%;
  color: var(--lifex-main-color);
}

.lifex-top-heading__row {
  display: flex;
  align-items: flex-end;
  gap: 18px;
}

.lifex-top-heading__row h2 {
  margin: 0;
  font-family: "Outfit", sans-serif !important;
  font-weight: 400;
  font-size: 71px;
  line-height: .82;
  letter-spacing: .01em;
  color: var(--lifex-main-color);
}

.lifex-top-heading__row span {
  flex: 1;
  height: 1px;
  margin-bottom: 6px;
  background: var(--lifex-main-color);
}

.lifex-top-heading p {
  margin: 18px 0 0;
  font-family: "MFW-YuGoPr6N-Bold" !important;
  font-size: 21px;
  line-height: 1;
  letter-spacing: .08em;
  color: var(--lifex-main-color);
}

/* スマホ */
@media screen and (max-width: 767px) {
  .lifex-top-heading__row {
    gap: 16px;
  }

  .lifex-top-heading__row h2 {
    font-size: 40px;
  }

  .lifex-top-heading__row span {
    margin-bottom: 8px;
  }

  .lifex-top-heading p {
    margin-top: 12px;
    font-size: 15px;
  }
}

/**************************************************
共通 (トップページ見出し 右寄せ)
**************************************************/

.lifex-top-heading--right .lifex-top-heading__row {
  justify-content: flex-end;
}

.lifex-top-heading--right .lifex-top-heading__row span {
  order: 1;
}

.lifex-top-heading--right .lifex-top-heading__row h2 {
  order: 2;
}

.lifex-top-heading--right p {
  text-align: right;
}
/**************************************************
共通 (ボタン)
**************************************************/

body a.lifex-btn {
  position: relative;
  display: flex;
  align-items: center;

  width: 280px;
  height: 62px;
  padding: 0 28px;

  border: 1px solid #111;
  background: transparent;
  color: #111;
  text-decoration: none;

  font-family: "MFW-YuGoPr6N-Demi" !important;
  font-weight: normal !important;
  font-size: 15px;
  line-height: 1;
  letter-spacing: .08em;

  transition: color .3s ease;
}
body a.lifex-btn span {
  font-family: "MFW-YuGoPr6N-Demi" !important;
}
a.lifex-btn:hover {
  color: #111;
}
.lifex-btn__arrow {
  position: absolute;
  top: 50%;

  width: 58px;
  height: 1px;

  background: #111;

  transform: translateY(-50%);
  transition: transform .45s cubic-bezier(.22, 1, .36, 1);
}

.lifex-btn__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0px;

  width: 12px;
  height: 1px;

  background: #111;

  transform: rotate(45deg);
  transform-origin: right center;
}

/* Type A：線がボタン外へ出る */
.lifex-btn--outside .lifex-btn__arrow {
  right: -22px;
}

/* Type B：線がボタン内に収まる */
.lifex-btn--inside .lifex-btn__arrow {
  right: 28px;
}

.lifex-btn:hover .lifex-btn__arrow {
  transform: translateY(-50%) translateX(8px);
}

/* 白ボタン用 */
body a.lifex-btn--white {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}
body a.lifex-btn--white .lifex-btn__arrow {
  background: #fff;
}

body a.lifex-btn--white .lifex-btn__arrow::after {
  background: #fff;
}
body a.lifex-btn--white:hover {
  color: #fff;
}
@media screen and (max-width: 767px) {
  body a.lifex-btn {
  height: 50px;
  font-size: 14px;
}
}
/**************************************************
トップページ (メインビジュアル)
**************************************************/
.lifex-top-mv_img img {
  width: 100%;
  margin: 0;
}
.lifex-top-mv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.lifex-top-mv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.22);
  z-index: 1;
  pointer-events: none;
}
.lifex-top-mv__picture {
  display: block;
  width: 100%;
}

.lifex-top-mv__picture img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}
.lifex-top-mv__copy,
.lifex-top-mv__vertical {
  position: absolute;
  z-index: 2;
}
.lifex-top-mv__copy {
  position: absolute;
  left: 0;
  bottom: 8.4%;
  z-index: 2;
  color: #fff;
}

.lifex-top-mv__copy-inner {
  margin-left: 4.2vw;
}

.lifex-top-mv__title-sub {
  display: block;
  width: 54vw;
  margin: 0 0 13px;
  padding: 10px 0 12px;
  background: #fff;
  color: #111;
  line-height: 1.15;
}

.lifex-top-mv__title-sub span {
  display: block;
  padding-left: 4.2vw;
  font-size: clamp(28px, 2.95vw, 43px);
  font-weight: 700;
  letter-spacing: .08em;
}

.lifex-top-mv__title-main {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(42px, 4.6vw, 66px);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: .06em;
}

.lifex-top-mv__bottom {
  display: flex;
  align-items: flex-start;
  gap: 26px;
}

.lifex-top-mv__lead-area {
  width: fit-content;
}

.lifex-top-mv__title-lead {
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 3.15vw, 45px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: .05em;
}

.lifex-top-mv__nationwide {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  margin: 11px 0 0;
  color: #fff;
  font-size: clamp(18px, 1.95vw, 28px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .14em;
}

.lifex-top-mv__nationwide span {
  flex: 1;
  height: 2px;
  background: #fff;
}

.lifex-top-mv__price {
  display: flex;
  align-items: stretch;
  gap: 8px;
  color: #fff;
}

.lifex-top-mv__price-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  font-size: clamp(13px, 1.1vw, 16px);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.lifex-top-mv__price-text {
  margin: 0;
  font-size: clamp(20px, 2.4vw, 35px);
  font-weight: 700;
  line-height: .95;
}

.lifex-top-mv__price-text strong {
  font-size: clamp(50px, 5.25vw, 76px);
  font-weight: 700;
  letter-spacing: .02em;
}

.lifex-top-mv__price-text small {
  display: block;
  margin-top: 6px;
  font-size: clamp(13px, 1.35vw, 20px);
  text-align: right;
  line-height: 1.2;
}

.lifex-top-mv__vertical {
  position: absolute;
  right: 4.4%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: clamp(15px, 1.9vw, 28px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .08em;
  white-space: nowrap;
  writing-mode: vertical-rl;
}

/* スマホ */
@media screen and (max-width: 767px) {

  .lifex-top-mv__copy {
    bottom: 7%;
  }

  .lifex-top-mv__copy-inner {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .lifex-top-mv__title-sub {
    width: 86vw;
    margin-bottom: 10px;
    padding: 7px 0 8px;
  }

  .lifex-top-mv__title-sub span {
    padding-left: 5vw;
    font-size: clamp(18px, 5.2vw, 25px);
    letter-spacing: .05em;
  }

  .lifex-top-mv__title-main {
    margin-bottom: 10px;
    font-size: clamp(30px, 8.2vw, 42px);
    line-height: 1.15;
    letter-spacing: .04em;
  }

  .lifex-top-mv__bottom {
    display: block;
  }

  .lifex-top-mv__title-lead {
    font-size: clamp(21px, 5.9vw, 30px);
  }

  .lifex-top-mv__nationwide {
    gap: 10px;
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: .08em;
  }

  .lifex-top-mv__price {
    align-items: stretch;
    margin-top: 10px;
  }

  .lifex-top-mv__price-label {
    width: 42px;
    min-height: 52px;
    font-size: 12px;
  }

  .lifex-top-mv__price-text {
    font-size: 19px;
  }

  .lifex-top-mv__price-text strong {
    font-size: clamp(42px, 11.5vw, 58px);
  }

  .lifex-top-mv__price-text small {
    margin-top: 4px;
    font-size: 12px;
    text-align: left;
  }

  .lifex-top-mv__vertical {
    right: 4%;
    top: 50%;
    font-size: clamp(12px, 3vw, 15px);
  }
}

/* ==========================================================================
   LIFE X メインビジュアル 100%再現パーフェクトスタイル（確定版）
   ========================================================================== */
.lifex-top-mv_img-sp section {
  padding: 0;
}
/* --- 1. メインビジュアル全体の高さ・表示設定 --- */
.top-section-mainvisualslider,
.slider-mainvisual,
.slider-mainvisual .swiper-wrapper {
    height: 100vh !important;       /* 写真の高さを画面いっぱいに強制 */
    min-height: 700px !important;   /* 最低限の高さ確保 */
    position: relative !important;
    background: #000000 !important;
    overflow: hidden !important;
}
@media screen and (max-width: 640px) {
    .top-section-mainvisualslider,
.slider-mainvisual,
.slider-mainvisual .swiper-wrapper {
    height: 60vh !important;       /* 写真の高さを画面いっぱいに強制 */
    min-height: 420px !important;   /* 最低限の高さ確保 */
    position: relative !important;
    background: #000000 !important;
    overflow: hidden !important;
}
}
/* 背景写真：常に真ん中起点 */
.lifex-mv-slide {
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center center !important; /* 真ん中を起点 */
    background-repeat: no-repeat !important;
    position: relative !important;
    z-index: 1 !important;          /* 写真スライドを最背面に配置 */
}

/* --- 2. 黒オーバーレイ（階層を写真のすぐ上に強制固定） --- */
.lifex-mv-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.25) !important; /* 25%の黒（ラフのシックな空気感） */
    z-index: 5 !important;          /* 写真(z-index:1)の上に確実に被せる */
    pointer-events: none !important;
}

/* --- 3. 前面固定文字を包むコンテナ --- */
.lifex-mv-container {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 10 !important;         /* オーバーレイ(z-index:5)よりさらに前面に浮かせる */
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important; /* 常に下の位置に配置 */
    padding: 0 6% 100px 6% !important;   /* 下からの位置バランス */
    box-sizing: border-box !important;
    pointer-events: none !important;     /* 背景スライドの操作を邪魔しない */
}

/* 文字やリンクなどのクリック反応を有効化 */
.lifex-mv-main, 
.lifex-mv-vertical {
    pointer-events: auto !important;
}

/* --- 4. 左側：キャッチコピー・料金装飾 --- */
.lifex-mv-main {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto 0 0 !important;
    text-align: left !important;
}

.lifex-mv-copy {
    color: #ffffff !important;
    font-size: 3.3rem !important;   /* ラフの迫力あるサイズ */
    line-height: 1.35 !important;  /* 行間を少し詰めて美しく塊にする */
    font-weight: 700 !important;
    margin: 0 !important;
}

/* 「デザイン・性能・価格」の白背景（左端まで目一杯伸ばすラフ完全再現） */
.lifex-white-label {
    background-color: #ffffff !important;
    color: #000 !important;       /* ブランドの濃いグレー */
    
    /* 上下と右の余白は固定し、左側だけ画面外まで目一杯引き伸ばす */
    padding: 6px 32px 6px 0 !important; 
    margin-left: -100vw !important;
    padding-left: 100vw !important;
    
    display: inline-block !important;
    margin-bottom: 4px !important;
    border-radius: 0 !important;    /* 丸みを完全に排除したシャープな直角 */
    font-size: 3.7rem !important;   /* キャッチコピーとサイズを統一 */
    font-weight: 700 !important;
    white-space: nowrap !important; /* 途中で意図せず改行されるのを防ぐ */
}

/* 料金バッジ全体：キャッチコピーの右横に美しくインライン配置 */
.lifex-inline-badge {
    display: inline-flex !important;
    align-items: center !important; /* 白い正方形と1,890の数字の縦軸を中央で揃える */
    color: #ffffff !important;      /* 「万円〜」などの文字色は白 */
    margin-left: 20px !important;   /* テキストとの間の絶妙な余白 */
    font-size: 1.4rem !important;   /* 「万円〜」の文字サイズ */
    font-weight: 700 !important;
    vertical-align: middle !important;
    line-height: 1 !important;
}

/* 「本体」「価格」が縦並びで美しく収まる1つの白い正方形（直角） */
.lifex-price-box {
    border: solid 1px #ffffff !important;
    color: #fff !important;
    display: inline-flex !important;
    flex-direction: column !important; /* 内部の文字を縦並び（上下2行）にする */
    justify-content: center !important;
    align-items: center !important;
    width: 75px !important;          /* 縦並びで綺麗な正方形にするための固定幅 */
    height: 30px !important;         /* 縦並びで綺麗な正方形にするための固定高さ */
    margin-right: 12px !important;   /* 右側の数字「1,890」との間隔 */
    border-radius: 0 !important;     /* シャープな直角 */
    box-sizing: border-box !important;
    vertical-align: middle !important;
}

/* 正方形の中の「本体」「価格」の各行 */
.lifex-price-box .box-line {
    font-size: 1.1rem !important;    /* 正方形に綺麗に収まる極小フォント */
    font-weight: 700 !important;
    line-height: 1.2 !important;     /* 上下2行の詰まり具合を綺麗に調整 */
    letter-spacing: 0 !important;
    text-align: center !important;
    display: block !important;
    width: 100% !important;
}

/* 「1,890」の数字部分（太くパキッとしたダイナミックな白文字） */
.badge-num {
    color: #ffffff !important;
    font-size: 4.8rem !important;   /* 数字を大きく強調 */
    font-weight: 700 !important;
    line-height: 0.8 !important;     /* 底辺ラインを文字と合わせる */
    margin-right: 4px !important;
}

/* 税込表記 */
.badge-tax {
    color: rgba(255, 255, 255, 0.85) !important; /* 上品な半透明の白 */
    font-size: 0.85rem !important;
    font-weight: 400 !important;
    margin-left: 8px !important;
    vertical-align: bottom !important;
}

/* 全国施工対応可能（文字の左右に美しい白線が伸びるラフ装飾） */
.lifex-mv-note {
    color: #ffffff !important;
    font-size: 17px !important;
    margin: 6px auto 0 auto !important;
    font-weight: 600 !important;
    letter-spacing: 0.1em !important;
    display: flex !important;
    align-items: center !important;
    width: fit-content !important;
}

.lifex-mv-note::after {
    content: "" !important;
    display: block !important;
    width: 75px !important;          /* 線の長さ */
    height: 1px !important;          /* 線の太さ */
    background-color: #ffffff !important;
    margin: 0 0 0 15px !important;
}
.lifex-mv-note::before {
    content: "" !important;
    display: block !important;
    width: 75px !important;          /* 線の長さ */
    height: 1px !important;          /* 線の太さ */
    background-color: #ffffff !important;
    margin: 0 15px 0 0 !important;
}

/* --- 5. 右側：縦文字（右端・中央・折り返し防止） --- */
.lifex-mv-vertical {
    writing-mode: vertical-rl !important; /* 縦書き */
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 1.8rem !important;   /* ラフの美しいサイズ感に調整 */
    letter-spacing: 0.4em !important;
    position: absolute !important;
    right: 3% !important;            /* 右端からの位置 */
    top: 50% !important;
    transform: translateY(-50%) !important; /* 縦軸の正確な中央配置 */
    white-space: nowrap !important;  /* 文字サイズが大きくなっても絶対に折れないように強制 */
}

/* --- 6. 右下：短い進捗棒（プログレスバー） --- */
.lifex-pagination.swiper-pagination-progressbar {
    position: absolute !important;
    top: auto !important;
    bottom: 100px !important;        /* 下からの位置（文字のボトムラインに揃える） */
    left: auto !important;
    right: 6% !important;            /* 右端から6% */
    width: 120px !important;         /* 棒の長さ（スマートな短め仕様） */
    height: 2px !important;          /* 棒の太さ */
    background: rgba(255, 255, 255, 0.25) !important; /* ベースの薄い白線 */
}

.lifex-pagination .swiper-pagination-progressbar-fill {
    background: #ffffff !important;  /* アクティブに伸びる白線 */
}
/* キャッチコピー全体の共通設定（フォントや色など） */
.lifex-mv-copy {
    color: #ffffff !important;
    line-height: 1.4 !important; /* 上下の行間バランス */
    font-weight: 700 !important;
    margin: 0 !important;
}

/* 「すべてに妥協しない、」の文字サイズ設定 */
.lifex-mv-copy .copy-sub {
    font-size: 4.3rem !important; /* メインより少し控えめにする場合 */
    font-weight: 700 !important;
    display: inline-block !important;
    line-height: 1.3;
}

/* 「高性能デザイン規格住宅」の文字サイズ設定 */
.lifex-mv-copy .copy-main {
    font-size: 2.8rem !important; /* ラフの主役となる大きなサイズ */
    font-weight: 700 !important;
    display: inline-block !important;
    vertical-align: middle !important;
}


/* --- スマホ・タブレット時のレスポンシブ縮小設定（既存のメディアクエリに合わせる場合） --- */
@media screen and (max-width: 960px) {
    .lifex-mv-copy .copy-sub { font-size: 1.6rem !important; }
    .lifex-mv-copy .copy-main { font-size: 2.2rem !important; }
}
@media screen and (max-width: 768px) {
    .lifex-mv-copy .copy-sub { font-size: 1.3rem !important; }
    .lifex-mv-copy .copy-main { font-size: 1.8rem !important; }
}
/* ==========================================================================
   レスポンシブ調整（タブレット・スマホ）
   ========================================================================== */
@media screen and (max-width: 1100px) {
    .lifex-inline-badge {
        display: flex !important;
        margin: 15px 0 0 0 !important;
        width: fit-content !important;
    }
}

@media screen and (max-width: 960px) {
    .lifex-mv-copy, 
    .lifex-white-label { 
        font-size: 2.2rem !important; 
    }
    .lifex-mv-vertical { 
        display: none !important;    /* タブレット以下では縦文字を非表示 */
    }
}

@media screen and (max-width: 768px) {
    .lifex-mv-container { 
        padding-bottom: 8px !important; 
    }
    .lifex-white-label {
        font-size: 1.8rem !important;
    }
    .lifex-mv-copy { 
        font-size: 1.8rem !important; 
    }
    .badge-num { 
        font-size: 2.2rem !important; 
    }
    .lifex-pagination.swiper-pagination-progressbar {
        width: 100px !important;
        right: 5% !important;
        bottom: 40px !important;
    }
}

/* =========================================
SP専用 メインビジュアル
========================================= */

.lifex-sp-mv,
.lifex-sp-mv__slider,
.lifex-sp-mv .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 68vh;
  min-height: 520px;
  overflow: hidden;
  background: #000;
}

.lifex-sp-mv__slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.lifex-sp-mv__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0,0,0,.28);
  pointer-events: none;
}

.lifex-sp-mv__copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13px;
  z-index: 5;
  padding: 0 18px;
  color: #fff;
  box-sizing: border-box;
}

.lifex-sp-mv__label {
  display: inline-block;
  margin-left: -18px;
  margin-bottom: 8px;
  padding: 6px 18px;
  background: #fff;
  color: #111;
  font-family: "MFW-PGothicMB101Pr6N-Bold", sans-serif !important;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .05em;
}

.lifex-sp-mv__main {
  margin: 0 0 2px;
  font-family: "MFW-PGothicMB101Pr6N-Bold", sans-serif !important;
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: .04em;
}

.lifex-sp-mv__row {
  display: grid;
  grid-template-columns: 5.8fr 4.8fr;
  gap: 14px;
  align-items: center;
}

.lifex-sp-mv__lead {
  margin: 0;
  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0;
}

.lifex-sp-mv__price {
  display: flex;
  align-items: center;
  gap: 6px;
  transform: translateY(2px);
}

.lifex-sp-mv__price-label {
  width: 27px;
    height: 26px;

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

  border: 1px solid #fff;

  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-size: 8px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: .02em;
}

.lifex-sp-mv__price-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lifex-sp-mv__price-main {
  display: flex;
  align-items: flex-end;
  margin: 0;
  line-height: 1;
}

.lifex-sp-mv__price-num {
  font-family: "Outfit", sans-serif !important;
  font-weight: 400;
  font-size: 24px;
  line-height: .78;
  letter-spacing: .01em;
}

.lifex-sp-mv__price-yen {
  margin-left: 2px;
  margin-bottom: 0px;

  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-size: 13px;
  line-height: 1;
}

.lifex-sp-mv__price-tax {
      position: absolute;
    top: 30px;
    right: 13px;
  margin: 0;

  font-family: "MFW-PGothicMB101Pr6N-Regular", sans-serif !important;
  font-size: 8px;
  line-height: 1;
  letter-spacing: 0em;
  text-align: right;
}


.lifex-sp-mv__note {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
    margin: 0px 0 0;
    font-family: "MFW-PGothicMB101Pr6N-Bold", sans-serif !important;
    font-size: 13px;
  letter-spacing: .12em;
}

.lifex-sp-mv__note::before,
.lifex-sp-mv__note::after {
  content: "";
  width: 26px;
  height: 1px;
  background: #fff;
}

/* ズームアウト */
.lifex-sp-mv__slide {
  transform: scale(1.08);
}



.lifex-sp-mv__vertical{
  position:absolute;
  right:16px;
  top:50%;
  transform:translateY(-50%);
  z-index:4;

  writing-mode:vertical-rl;
  text-orientation:mixed;
  height: 100%;
  font-family: "Outfit", sans-serif !important;
  font-weight: 600;
  font-size:12px;
  letter-spacing:.25em;
  line-height:1.8;
  text-align: center;
  color:rgba(255,255,255,.35);

  user-select:none;
  pointer-events:none;
}
.lifex-sp-mv,
.lifex-sp-mv__slider,
.lifex-sp-mv__slider .swiper-wrapper,
.lifex-sp-mv__slide {
  width: 100%;
  height: 60vh;
  min-height: 450px;
  overflow: hidden;
  background: #000;
}

.lifex-sp-mv__bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: scale(1.14);
}






.lifex-sp-mv__overlay {
  background: rgba(0, 0, 0, .3) !important;
}
.lifex-sp-mv__slide:first-child {
  opacity: 1 !important;
}

.lifex-sp-mv__slide:first-child .lifex-sp-mv__bg {
  transform: scale(1.08);
}
.lifex-sp-mv {
  background-image: url("https://lifex-house.jp/wp-content/uploads/2026/06/03A0688_OK_V2.jpg");
  background-size: cover;
  background-position: center;
  background-color: transparent;
}

.lifex-sp-mv,
.lifex-sp-mv__slider,
.lifex-sp-mv__slider .swiper-wrapper,
.lifex-sp-mv__slide {
  background-color: transparent !important;
}

.lifex-sp-mv,
.lifex-sp-mv__visual {
  position: relative;
  width: 100%;
  height: 60vh;
  min-height: 420px;
  overflow: hidden;
  background: #000;
}

.lifex-sp-mv__bg {
  position: absolute;
  inset: 0;

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  opacity: 0;
  transform: scale(1.12);

  will-change: opacity, transform;
}

.lifex-sp-mv__bg--01 {
  background-image: url("https://lifex-house.jp/wp-content/uploads/2026/06/ms-sp001.jpg");
  opacity: 1;
}

.lifex-sp-mv__bg--02 {
  background-image: url("https://lifex-house.jp/wp-content/uploads/2026/06/mv-sp002.jpg");
}

.lifex-sp-mv__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 0, 0, .16);
  pointer-events: none;
}


/**************************************************
トップページ (4つの特徴)
**************************************************/

.lifex-top-feature {
  width: 100%;
  padding: 90px 20px 110px;
  background: #fff;
  overflow: hidden;
}

.lifex-top-feature__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1190px;
  margin: 0 auto;
}

.lifex-top-feature__item {
  width: 270px;
  height: 270px;
  flex-shrink: 0;
  margin-left: -8px;

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

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

  background: transparent;
  text-align: center;
}

.lifex-top-feature__item:first-child {
  margin-left: 0;
}

.lifex-top-feature__small {
  margin: 0 0 10px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: normal !important;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: .02em;
  color: #111;
}

.lifex-top-feature__item h2 {
  margin: 0 0 13px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: bold !important;
  font-size: 27px;
  line-height: 1.2;
  letter-spacing: .03em;
  color: #111;
}

.lifex-top-feature__text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: normal !important;
  font-size: 14.5px;
  line-height: 1.5;
  letter-spacing: .02em;
  color: #111;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .lifex-top-feature {
    padding: 55px 20px 16px;
    overflow: hidden;
  }

  .lifex-top-feature__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    max-width: 320px !important;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
  }

  .lifex-top-feature__item {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-left: 0;
    border-width: 2px;
    box-sizing: border-box;
  }
   .lifex-top-feature__inner{
      gap:0;
      justify-content:center;
  }

  .lifex-top-feature__item:nth-child(even){
      margin-left:-8px;
  }

  .lifex-top-feature__item:nth-child(3),
  .lifex-top-feature__item:nth-child(4){
      margin-top:-8px;
  }

  .lifex-top-feature__small {
    margin-bottom: 6px;
    font-size: 11px;
    line-height: 1.35;
  }

  .lifex-top-feature__item h2 {
    margin-bottom: 7px;
    font-size: 17px;
    line-height: 1.25;
  }

  .lifex-top-feature__text {
    font-size: 10px;
    line-height: 1.45;
  }
}

/**************************************************
トップページ (すべてが揃う)
**************************************************/

.lifex-top-about {
  width: 100%;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

.lifex-top-about__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: min(1110px, 100%);
  margin: 0 auto;
}

.lifex-top-about__text {
  width: 600px;
  flex-shrink: 0;
  padding-top: 0;
}

.lifex-top-about__catch {
  margin: 0 0 40px;
  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-weight: normal !important;
  font-size: 33px;
  line-height: 1.4;
  letter-spacing: .04em;
  color: #111;
}

.lifex-top-about__title {
  margin: 0 0 82px;
  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-weight: normal !important;
  font-size: 50px;
  line-height: 1.3;
  letter-spacing: .09em;
  color: #111;
}

.lifex-top-about__title span.lifex-top-about__title-span01 {
  color: var(--lifex-main-color);
  font-size: 69px;
  letter-spacing: .085em;
  font-family: "MFW-PGothicMB101Pr6N-Bold" !important;
}
.lifex-top-about__title span.lifex-top-about__title-span02 {
  font-family: "MFW-PGothicMB101Pr6N-DeBold" !important;
}
.lifex-top-about__title span.lifex-top-about__title-span03 {
  font-family: "MFW-PGothicMB101Pr6N-DeBold" !important;
  font-size: 44px;
}
.lifex-top-about__title span.lifex-top-about__title-span04 {
  font-family: "MFW-PGothicMB101Pr6N-DeBold" !important;
}
.lifex-top-about__lead {
  margin: 110px 0 72px;
}

.lifex-top-about__lead p {
  margin: 0 0 30px;
  font-family: "MFW-YuGoPr6N-Demi" !important;
  font-size: 15px;
  line-height: 2;
  letter-spacing: .04em;
  color: #111;
}

.lifex-top-about__lead p:last-child {
  margin-bottom: 0;
}

.lifex-top-about__btn {

}



.lifex-top-about__visual {
  width: min(537px, 48vw);
  flex-shrink: 0;
  margin-top: 155px;
  margin-right: 35px;
}

.lifex-top-about__visual img {
  display: block;
  width: 100%;
  height: auto;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .lifex-top-about {
    padding: 45px 20px 75px;
  }

  .lifex-top-about__inner {
    display: block;
  }

  .lifex-top-about__text {
    width: 100%;
  }

  .lifex-top-about__catch {
    margin-bottom: 22px;
    font-size: 22px;
  }

  .lifex-top-about__title {
    margin-bottom: 34px;
    font-size: 30px;
    line-height: 1.35;
  }

  .lifex-top-about__title span.lifex-top-about__title-span01 {
    font-size: 42px;
  }
.lifex-top-about__title span.lifex-top-about__title-span03 {
    font-family: "MFW-PGothicMB101Pr6N-DeBold" !important;
    font-size: 30px;
}
  .lifex-top-about__lead {
    margin-bottom: 38px;
    margin-top: 40px;
  }

  .lifex-top-about__lead p {
    font-size: 14px;
    line-height: 1.9;
  }

  .lifex-top-about__btn {
    width: 250px;
  }

  .lifex-top-about__visual {
    width: 100%;
    max-width: 537px;
    margin: 45px auto 0;
  }
}

/**************************************************
トップページ (Quality)
**************************************************/

.lifex-top-quality {
  padding: 120px 0px 140px;
  margin-top: 120px;
  background: #e9eeef;
}

.lifex-top-quality__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 55px;
}

.lifex-top-quality__text {
}

.lifex-top-quality__text h3 {
  margin: 0 0 38px;
  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-size: 32px;
  line-height: 1.55;
  letter-spacing: .08em;
  color: #111;
}
.lifex-top-quality__text h3 span {
  font-family: "MFW-PGothicMB101Pr6N-Bold", sans-serif !important;
  font-size: 36px;
  letter-spacing: 4px;
}
.lifex-top-quality__text p {
  margin: 0 0 80px;
  font-family: "MFW-YuGoPr6N-Demi" !important;
  font-size: 15.5px;
  line-height: 1.9;
  color: #111;
}

.lifex-top-quality__image {
  width: 540px;
  max-width: 46%;
}

.lifex-top-quality__image img {
  display: block;
  width: 100%;
  height: auto;
}

.lifex-top-quality__btn {
  background: transparent;
  color: #111;
}
@media screen and (max-width: 767px) {
  .lifex-top-quality {
  padding: 120px 0px 140px;
  margin-top: 0px;
  background: #e9eeef;
}
}
/**************************************************
トップページ (Products)
**************************************************/

.lifex-top-products {
  padding: 0 0px 140px;
  background: #e9eeef;
}

.lifex-top-products__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 90px;
}

.lifex-top-products__image {
  width: 540px;
  max-width: 46%;
}

.lifex-top-products__image img {
  display: block;
  width: 100%;
  height: auto;
}

.lifex-top-products__text {

}

.lifex-top-products__text h3 {
  margin: 0 0 38px;
  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-size: 29px;
  line-height: 1.55;
  letter-spacing: .08em;
  color: #111;
}
.lifex-top-products__text h3 span.lifex-top-products__text-span {
  font-family: "MFW-PGothicMB101Pr6N-Bold", sans-serif !important;
  font-size: 38px;
  letter-spacing: 4px;
}
.lifex-top-products__text h3 span.lifex-top-products__text-span2 {
  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  display: inline-block;
  text-indent: -12px;
}
.lifex-top-products__text p {
  margin: 0 0 80px;
  font-family: "MFW-YuGoPr6N-Demi" !important;
  font-size: 15.5px;
  line-height: 1.9;
  color: #111;
}

.lifex-top-products__btn {
  background: transparent;
  color: #111;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .lifex-top-quality {
    padding: 70px 0px;
  }
.lifex-top-products {
    padding: 40px 0px 70px;
  }
  .lifex-top-quality__content,
  .lifex-top-products__content {
    display: block;
    margin-top: 48px;
  }

  .lifex-top-quality__text,
  .lifex-top-products__text {
    width: 100%;
  }

  .lifex-top-quality__text h3,
  .lifex-top-products__text h3 {
    margin-bottom: 26px;
    font-size: 22px;
    line-height: 1.55;
  }
.lifex-top-quality__text h3 span {
    font-size: 33px;
}
  .lifex-top-quality__text p,
  .lifex-top-products__text p {
    margin-bottom: 34px;
    font-size: 14px;
    line-height: 1.9;
  }

  .lifex-top-quality__image,
  .lifex-top-products__image {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }

  .lifex-top-products__image {
    margin-bottom: 40px;
  }
  .lifex-top-products__text h3 span.lifex-top-products__text-span {
  font-size: 29px;
}
}

/**************************************************
共通 (トップページ見出し 黒)
**************************************************/

.lifex-top-heading--black {
  color: #111;
}

.lifex-top-heading--black .lifex-top-heading__row h2,
.lifex-top-heading--black p {
  color: #111;
}

.lifex-top-heading--black .lifex-top-heading__row span {
  background: #9fb0b5;
}

/**************************************************
トップページ (Design)
**************************************************/

.lifex-top-design {
  padding: 115px 20px 120px;
  background: #fff;
}

.lifex-top-design__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 72px;
}

.lifex-top-design__title {
  width: 500px;
}

.lifex-top-design__title p {
  margin: 0 0 22px;
  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-size: 28px;
  line-height: 1.45;
  letter-spacing: .08em;
  color: #111;
}

.lifex-top-design__title h3 {
  margin: 0;
  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-size: 40px;
  line-height: 1.35;
  letter-spacing: .08em;
  color: #111;
}

.lifex-top-design__title h3 span {
  color: var(--lifex-main-color);
  font-family: "MFW-PGothicMB101Pr6N-Bold", sans-serif !important;
  font-size: 42px;
}

.lifex-top-design__title h3 small {
  margin-left: .15em;
  font-size: .72em;
  color: #111;
}

.lifex-top-design__text {
  width: 480px;
  padding-top: 78px;
}

.lifex-top-design__text p {
  margin: 0;
  font-family: "MFW-YuGoPr6N-Demi" !important;
  font-weight: normal !important;
  font-size: 15px;
  line-height: 1.9;
  color: #111;
}

.lifex-top-design__image {
  width: 100%;
  margin-top: 46px;
}

.lifex-top-design__image img {
  display: block;
  width: 100%;
  height: auto;
}

.lifex-top-design__btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 82px;
}

.lifex-top-design__btn {
  background: #fff;
  color: #111;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .lifex-top-design {
    padding: 75px 0px 85px;
  }

  .lifex-top-design__head {
    display: block;
    margin-top: 48px;
  }

  .lifex-top-design__title,
  .lifex-top-design__text {
    width: 100%;
  }

  .lifex-top-design__title p {
    margin-bottom: 16px;
    font-size: 21px;
  }
.lifex-top-design__title h3 span {
  font-size: 34px;
}
  .lifex-top-design__title h3 {
    font-size: 30px;
  }

  .lifex-top-design__text {
    padding-top: 32px;
  }

  .lifex-top-design__text p {
    font-size: 14px;
    line-height: 1.9;
  }

  .lifex-top-design__image {
    margin-top: 38px;
  }

  .lifex-top-design__btn-wrap {
    justify-content: flex-start;
    margin-top: 45px;
  }
}

/**************************************************
共通 (トップページ Cost/Plan 見出し)
**************************************************/

.lifex-top-line-heading {
  position: relative;
  color: var(--lifex-main-color);
}

.lifex-top-line-heading h2 {
  margin: 0;
  font-family: "Outfit", sans-serif !important;
  font-weight: 400;
  font-size: 60px;
  line-height: .82;
  letter-spacing: .01em;
  color: var(--lifex-main-color);
}

.lifex-top-line-heading p {
  margin: 10px 0 0;
  font-family: "MFW-YuGoPr6N-Bold" !important;
  font-size: 16px;
  line-height: 1;
  letter-spacing: .08em;
  color: var(--lifex-main-color);
}

.lifex-top-line-heading::before,
.lifex-top-line-heading::after {
  content: "";
  position: absolute;
  top: 33px;
  height: 1px;
  background: var(--lifex-main-color);
}

.lifex-top-line-heading--left::after {
  left: 145px;
  right: calc((100vw - 1190px) / -2);
}

.lifex-top-line-heading--right {
  text-align: right;
}

.lifex-top-line-heading--right::before {
  right: 320px;
  left: calc((100vw - 1050px) / -2);
}

/**************************************************
トップページ (Cost)
**************************************************/

.lifex-top-cost {
  padding: 125px 0px 105px;
  background: #e9eeef;
  overflow: hidden;
}

.lifex-top-cost__inner {
  display: grid;
  grid-template-columns: 660px 1fr;
  gap: 45px;
  align-items: start;
  max-width: 1280px;
  margin: 0 auto;
}

.lifex-top-cost__image {
  width: 620px;
}

.lifex-top-cost__image img {
  display: block;
  width: 100%;
  height: auto;
}

.lifex-top-cost__content {
  padding-top: 16px;
}

.lifex-top-cost__content h3 {
  margin: 55px 0 32px;
  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-size: 28px;
  line-height: 1.65;
  letter-spacing: .06em;
  color: #111;
}
.lifex-top-cost__content h3 span {
  font-family: "MFW-PGothicMB101Pr6N-Bold", sans-serif !important;
  font-size: 36px;
}
.lifex-top-cost__content > p {
  margin: 0 0 60px;
  font-family: "MFW-YuGoPr6N-Demi" !important;
  font-size: 14px;
  line-height: 2;
  color: #111;
}

.lifex-top-cost__btn {
  color: #111;
}
@media screen and (max-width: 767px) {

  .lifex-top-cost {
    padding: 70px 24px 0px;
    overflow: hidden;
  }

  .lifex-top-cost__inner{
    display: flex;
    flex-direction: column;
  }

  .lifex-top-cost__content{
    order: 1;
  }

  .lifex-top-cost__image{
    order: 2;
    margin-top: 40px;
  }

  .lifex-top-cost__image {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 36px;
  }

  .lifex-top-cost__image img {
    width: 100% !important;
    height: auto !important;
  }

  .lifex-top-cost__content {
    width: 100% !important;
    max-width: 100% !important;
    padding-top: 0;
  }

  .lifex-top-line-heading h2 {
    font-size: 54px;
  }

  .lifex-top-line-heading p {
    margin-top: 8px;
    font-size: 14px;
  }

  .lifex-top-cost .lifex-top-line-heading--left::after {
    left: 128px;
    right: 0;
    top: 28px;
  }

  .lifex-top-cost__content h3 {
    margin: 40px 0 26px;
    font-size: 23px;
    line-height: 1.75;
  }

  .lifex-top-cost__content h3 span {
    font-size: 30px;
  }

  .lifex-top-cost__content > p {
    margin-bottom: 42px;
    font-size: 14px;
    line-height: 2.05;
  }

  .lifex-top-cost__btn {
    width: 100%;
    max-width: 100%;
  }
   .lifex-top-cost__btn{
    width:100%;
    max-width:100%;
    box-sizing:border-box;
  }

  .lifex-top-cost__btn.lifex-btn{
    width:100%;
    max-width:100%;
  }
}
/**************************************************
トップページ (Plan&Price)
**************************************************/

.lifex-top-plan {
  padding: 55px 20px 145px;
  background: #e9eeef;
  overflow: hidden;
}

.lifex-top-plan__inner {
  display: grid;
  grid-template-columns: 530px 585px;
  justify-content: space-between;
  align-items: start;
  max-width: 1190px;
  margin: 0 auto;
  gap: 45px;
}

.lifex-top-plan__content {
  padding-top: 12px;
  padding-left: 43px;
}

.lifex-top-plan__content h3 {
  margin: 55px 0 32px;
  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-size: 28px;
  line-height: 1.65;
  letter-spacing: .08em;
  color: #111;
}
.lifex-top-plan__content h3 span {
  font-family: "MFW-PGothicMB101Pr6N-Bold", sans-serif !important;
  font-size: 36px;
}
.lifex-top-plan__content > p {
  margin: 0 0 60px;
  font-family: "MFW-YuGoPr6N-Demi" !important;
  font-size: 14px;
  line-height: 2;
  color: #111;
}

.lifex-top-plan__image {
  width: 620px;
}

.lifex-top-plan__image img {
  display: block;
  width: 100%;
  height: auto;
}

.lifex-top-plan__btn {
  color: #111;
}
@media screen and (max-width: 767px) {

  .lifex-top-plan {
    padding: 70px 24px 85px;
    overflow: hidden;
  }

  .lifex-top-plan__inner {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 390px !important;
    margin: 0 auto !important;
    gap: 0 !important;
  }

  .lifex-top-plan__content {
    order: 1;
    width: 100% !important;
    max-width: 100% !important;
    padding-top: 0;
    padding-left: 0;
  }

  .lifex-top-plan__image {
    order: 2;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 44px;
  }

  .lifex-top-plan__image img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
  }

  .lifex-top-plan .lifex-top-line-heading h2 {
    font-size: 44px;
  }

  .lifex-top-line-heading p {
    margin-top: 8px;
    font-size: 14px;
  }

  .lifex-top-line-heading--right {
    text-align: left;
  }

  .lifex-top-line-heading--right::before {
    display: none;
  }

  .lifex-top-plan .lifex-top-line-heading--right::after {
    content: "";
    position: absolute;
    top: 28px;
    left: 235px;
    right: 0;
    height: 1px;
    background: var(--lifex-main-color);
  }

  .lifex-top-plan__content h3 {
    margin: 40px 0 26px;
    font-size: 23px;
    line-height: 1.75;
    letter-spacing: .05em;
  }

  .lifex-top-plan__content h3 span {
    font-size: 30px;
  }

  .lifex-top-plan__content > p {
    margin-bottom: 42px;
    font-size: 14px;
    line-height: 2.05;
  }

  .lifex-top-plan__btn {
    width: 100%;
    max-width: 100%;
  }
}
/**************************************************
トップページ (Model House)
**************************************************/

.lifex-top-model {
  padding: 120px 20px 20px;
  background: #fff;
  text-align: center;
}

.lifex-top-model__heading {
  text-align: center;
}

.lifex-top-model__heading h2 {
  margin: 0;
  font-family: "Outfit", sans-serif !important;
  font-weight: 400;
  font-size: 60px;
  line-height: 1;
  letter-spacing: .02em;
  color: #111;
}

.lifex-top-model__heading p {
  margin: 10px 0 0;
  font-family: "MFW-YuGoPr6N-Bold" !important;
  font-size: 16px;
  line-height: 1;
  letter-spacing: .08em;
  color: #111;
}

.lifex-top-model__heading span {
  display: block;
  width: 1px;
  height: 42px;
  margin: 34px auto 0;
  background: var(--lifex-main-color);
  opacity: .55;
}

.lifex-top-model__lead {
  margin-top: 34px;
  text-align: center;
}

.lifex-top-model__sub {
  margin: 0 0 20px;
  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: .12em;
  color: #111;
}

.lifex-top-model__lead h3 {
  margin: 0 0 12px;
  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-size: 28px;
  line-height: 1.45;
  letter-spacing: .2em;
  color: #111;
}
.lifex-top-model__lead h3 span.lifex-top-model__lead-span {
  color: #111;
  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-size: 40px;
  letter-spacing: .2em;
}
.lifex-top-model__lead h3 span.lifex-top-model__lead-spancolor {
  color: var(--lifex-main-color);
  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-size: 40px;
  letter-spacing: .2em;
}

.lifex-top-model__text {
  margin: 0;
  font-family: "MFW-YuGoPr6N-Demi" !important;
  font-size: 13px;
  line-height: 1.9;
  letter-spacing: 0;
  color: #111;
}

.lifex-top-model__movie {
  width: min(1110px, 100%);
  margin: 70px auto 0;
}

.lifex-top-model__movie-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
}

.lifex-top-model__thumb {
  display: block;
  overflow: hidden;
  text-decoration: none;
}

.lifex-top-model__thumb img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform .45s cubic-bezier(.22, 1, .36, 1);
}

.lifex-top-model__thumb:hover img {
  transform: scale(1.035);
}

.lifex-top-model__embed {
  width: 538px;
  max-width: 100%;
  margin: 38px auto 0;
}

.lifex-top-model__embed .embed-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.lifex-top-model__embed .embed-container iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .lifex-top-model {
    padding: 80px 20px 90px;
  }

  .lifex-top-model__heading h2 {
    font-size: 40px;
  }

  .lifex-top-model__heading span {
    height: 34px;
    margin-top: 28px;
  }

  .lifex-top-model__sub {
    font-size: 18px;
    letter-spacing: .08em;
    margin: 0 0 16px;
  }

  .lifex-top-model__lead h3 {
    font-size: 24px;
    letter-spacing: .06em;
  }
.lifex-top-model__lead h3 span.lifex-top-model__lead-span,
.lifex-top-model__lead h3 span.lifex-top-model__lead-spancolor {
  font-size: 31px;
}
  .lifex-top-model__movie {
    margin-top: 48px;
  }

  .lifex-top-model__movie-row {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .lifex-top-model__embed {
    width: 100%;
    margin-top: 26px;
  }
}


/**************************************************
固定ページ 共通 (メインビジュアル)
**************************************************/

.lifex-page-mv {
  position: relative;
  height: 450px;
  overflow: hidden;
}

.lifex-page-mv__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.lifex-page-mv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  z-index: 1;
}

.lifex-page-mv__content {
  position: relative;
  z-index: 2;

  max-width: 1110px;
  width: calc(100% - 80px);
  height: 100%;

  margin: 0 auto;

  display: flex;
  flex-direction: column;
  justify-content: center;

  padding-bottom: 135px;

  color: #fff;
}

.lifex-page-mv__content h1 {
  margin: 0 0 18px;

  font-family: "MFW-PGothicMB101Pr6N-Bold" !important;
  font-size: 46px;
  line-height: 1;
  letter-spacing: .08em;
  color: #fff;
}

.lifex-page-mv__sub {
  display: flex;
  align-items: center;
  gap: 14px;
}

.lifex-page-mv__sub span {
  width: 70px;
  height: 1px;
  background: #fff;
}

.lifex-page-mv__sub p {
  margin: 0;

  font-family: "Outfit", sans-serif !important;
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
  letter-spacing: .06em;

  color: #fff;
}

@media screen and (max-width: 767px) {
  .lifex-page-mv {
  position: relative;
  height: 250px;
  overflow: hidden;
}
  .lifex-page-mv__content h1 {
  margin: 0 0 18px;

  font-family: "MFW-PGothicMB101Pr6N-Bold" !important;
  font-size: 24px;
  line-height: 1;
  letter-spacing: .08em;
  color: #fff;
}
.lifex-page-mv__sub span {
    width: 40px;
    height: 1px;
    background: #fff;
}
.lifex-page-mv__sub p {
  margin: 0;

  font-family: "Outfit", sans-serif !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  letter-spacing: .06em;

  color: #fff;
}
}
/* =========================================
LIFE Xとは Intro
========================================= */

.lifex-about-intro {
    padding: 90px 0 70px;
    background: #e9eeef;
}
.lifex-about-intro .lifex-lower-inner {
    max-width: 1400px;
    width: calc(100% - 80px);
    margin: 0 auto;
}
.lifex-about-intro__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 80px;
}

.lifex-about-intro__title {
    flex: 0 0 540px;
    padding-top: 90px;
}

.lifex-about-intro__title h1 {
    margin: 0 0 18px;

    font-family: "Outfit", sans-serif !important;
    font-weight: 500;

    font-size: 60px;
    line-height: 1;
    letter-spacing: 3px;

    color: #000;
}

.lifex-about-intro__title p {
    margin: 0;

    display: flex;
    align-items: center;
    gap: 12px;

    font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
    font-weight: normal !important;

    font-size: 16px;
    line-height: 1;
    letter-spacing: .08em;

    color: #000;
}

.lifex-about-intro__title p span {
    display: block;
    width: 48px;
    height: 1px;
    background: #000;
}

.lifex-about-intro__image {
    flex: 1;
}

.lifex-about-intro__image img {
    display: block;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 767px){
.lifex-about-intro .lifex-lower-inner {
    max-width: 1400px;
    width: calc(100% - 50px);
    margin: 0 auto;
}
  .lifex-about-intro__inner{
    display:block;
  }

  .lifex-about-intro__title{
    flex:none;
    width:100%;
    max-width:100%;
    padding-top:0;
  }

  .lifex-about-intro__title h1{
    font-size:36px;
    line-height:1.1;
  }

  .lifex-about-intro__image{
    width:100%;
    margin-top:30px;
  }

}
/* =========================================
LIFE Xとは コンセプト
========================================= */

.lifex-about-concept {
  padding: 45px 0 105px;
  background: #e9eeef;
}

.lifex-about-concept__heading {
  margin-bottom: 70px;
  text-align: center;
}

.lifex-about-concept__heading h2 {
  margin: 0;

  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-weight: normal !important;
  font-size: 38px;
  line-height: 1.55;
  letter-spacing: .05em;

  color: #000;
}

.lifex-about-concept__inner {
  display: grid;
  grid-template-columns: 360px 1fr;
  column-gap: 85px;
  align-items: center;
  width: 860px;
  max-width: 100%;
  margin: 0 auto;
}

.lifex-about-concept__image img {
  display: block;
  width: 100%;
  height: auto;
}

.lifex-about-concept__text p {
  margin: 0 0 34px;

  font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
  font-weight: normal !important;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0;

  color: #000;
}

.lifex-about-concept__text p:last-child {
  margin-bottom: 0;
}

/* SP */
@media screen and (max-width: 767px) {
  .lifex-about-concept {
    padding: 0px 0 80px;
  }

  .lifex-about-concept__heading {
    margin-bottom: 42px;
  }

  .lifex-about-concept__heading h2 {
    font-size: 26px;
  }

  .lifex-about-concept__inner {
    display: block;
    width: 100%;
  }

  .lifex-about-concept__image {
    width: 70%;
    margin: 0 auto 42px;
  }

  .lifex-about-concept__text p {
    font-size: 14px;
    line-height: 2;
  }
}

/* =========================================
LIFE Xとは Point01
========================================= */

.lifex-about-point01 {
  padding: 105px 0 115px;
  background: #dadfe0;
}

.lifex-about-point__head {
  margin-bottom: 68px;
  text-align: center;
  color: var(--lifex-main-color);
}

.lifex-about-point__head h2 {
  margin: 0 0 8px;

  font-family: "Outfit", sans-serif !important;
  font-weight: 400;
  font-size: 55px;
  line-height: 1;
  letter-spacing: .01em;

  color: var(--lifex-main-color);
}

.lifex-about-point__head p {
  margin: 0;

  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  letter-spacing: .08em;

  color: var(--lifex-main-color);
}

.lifex-about-point__inner {
 display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 70px;
  align-items: center;
}

.lifex-about-point__text h3 {
  margin: 0 0 34px;

  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-weight: normal !important;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: .01em;

  color: #000;
}
#about-point03 .lifex-about-point__text h3 {
  margin: 0 0 16px;
}
.lifex-about-point__text h3 span {
  font-size: 36px;
  letter-spacing: .04em;
  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
}

.lifex-about-point__text p {
  margin: 0 0 42px;
  font-size: 16px;
  font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
  font-weight: normal !important;
  line-height: 2;

  color: #000;
}

.lifex-about-point__btn {
  position: relative;

  display: flex;
  align-items: center;

  width: 245px;
  height: 52px;
  padding: 0 58px 0 22px;

  border: 1px solid #000;
  background: transparent;

  font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
  font-weight: normal !important;
  font-size: 13px;
  line-height: 1;
  letter-spacing: .04em;

  color: #000;
  text-decoration: none;
}

.lifex-about-point__btn i {
  position: absolute;
  right: 20px;
  top: 50%;

  width: 42px;
  height: 1px;

  background: #000;
  transform: translateY(-50%);
}

.lifex-about-point__btn i::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;

  width: 10px;
  height: 1px;

  background: #000;
  transform: rotate(35deg);
  transform-origin: right center;
}

.lifex-about-point__image {
  margin: 0;
}

.lifex-about-point__image img {
  display: block;
  width: 100%;
  height: auto;
}

/* SP */
@media screen and (max-width: 767px) {
  .lifex-about-point01 {
    padding: 75px 0 85px;
  }

  .lifex-about-point__head {
    margin-bottom: 45px;
  }

  .lifex-about-point__head h2 {
    font-size: 42px;
  }

  .lifex-about-point__head p {
    font-size: 13px;
  }

  .lifex-about-point__inner {
    display: block;
  }

  .lifex-about-point__text {
    margin-bottom: 10px;
  }

  .lifex-about-point__text h3 {
    margin-bottom: 26px;
    font-size: 22px;
    line-height: 1.65;
  }

  .lifex-about-point__text h3 span {
    font-size: 28px;
  }

  .lifex-about-point__text p {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 2;
  }

  .lifex-about-point__btn {
    width: 230px;
  }
  .lifex-about-point__inner,
  .lifex-about-point__inner--reverse {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    column-gap: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .lifex-about-point__text {
    order: 2;
    width: 100% !important;
    max-width: 100% !important;
    margin: 32px 0 0 !important;
  }

  .lifex-about-point__image {
    order: 1;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0px 0 0 !important;
  }
  #about-point01 .lifex-about-point__text {
    order: 2;
    width: 100% !important;
    max-width: 100% !important;
    margin: 32px 0 0 !important;
  }

  #about-point01 .lifex-about-point__image {
    order: 1;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0px 0 0 !important;
  }

  .lifex-about-point__image img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: initial !important;
  }
}

/* =========================================
LIFE Xとは Point02
========================================= */

.lifex-about-point02 {
  padding: 105px 0 115px;
  background: #fff;
}

.lifex-about-point__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 70px;
  align-items: center;
}

.lifex-about-point__inner--reverse {
  grid-template-columns: 1fr 1fr;
}

.lifex-about-point02 .lifex-about-point__text p {
  line-height: 2;
}

/* =========================================
Point03
========================================= */

.lifex-about-point03 {
  padding: 105px 0 115px;
  background: #dadfe0;
}

.lifex-about-point03__price {
  display: inline-flex;
  align-items: center;
  height: 64px;
  padding: 0 18px 0 16px;
  margin: 0 0 34px;
  background: #527b88;
  color: #fff;
}

.lifex-about-point03__label {
  display: flex;
  align-items: center;
  justify-content: center;

  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-weight: normal !important;
  font-size: 18px;
  line-height: 1.15;
  letter-spacing: .04em;
  color: #fff;
}

.lifex-about-point03__bar {
  display: block;
  width: 1px;
  height: 42px;
  margin: 0 22px 0 24px;
  background: rgba(255,255,255,.9);
}

.lifex-about-point03__num {
  display: block;
  position: relative;
  top: -2px;

  font-family: "Outfit", sans-serif !important;
  font-weight: 400;
  font-size: 38px;
  line-height: .9;
  letter-spacing: .01em;
  color: #fff;
}

.lifex-about-point03__yen {
  display: block;
  position: relative;
  top: 4px;
  margin-left: 8px;

  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-weight: normal !important;
  font-size: 20px;
  line-height: 1;
  letter-spacing: .02em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lifex-about-point03__price {
  height: 56px;
}
  .lifex-about-point03__bar {
  height: 33px;
}
  .lifex-about-point03__label {
  font-size: 15px;
}
.lifex-about-point03__num {
  font-size: 32px;
}
}
/* =========================================
LIFE Xとは Point04 見出し
========================================= */

.lifex-about-point04 {
  padding: 105px 0 90px;
  background: #fff;
}

.lifex-about-point04__head-wrap {
  position: relative;
  min-height: 470px;
  margin-bottom: 70px;

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

.lifex-about-point04__head {
  position: relative;
  z-index: 2;
  text-align: center;
}

.lifex-about-point04__head .lifex-about-point__head {
  margin-bottom: 70px;
}

.lifex-about-point04__head h3 {
  margin: 0;

  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-weight: normal !important;
  font-size: 28px;
  line-height: 1.65;
  letter-spacing: .05em;

  color: #000;
}

.lifex-about-point04__head h3 span.lifex-about-point__head-span01 {
  font-family: "MFW-PGothicMB101Pr6N-Bold", sans-serif !important;
  font-weight: normal !important;
  font-size: 43px;
  line-height: 1.35;
  letter-spacing: .04em;

  color: var(--lifex-main-color);
}
.lifex-about-point04__head h3 span.lifex-about-point__head-span02 {
  font-family: "MFW-PGothicMB101Pr6N-Bold", sans-serif !important;
  font-weight: normal !important;
  font-size: 43px;
  line-height: 1.35;
  letter-spacing: .04em;

  color: #000;
}

/* ---------- side images ---------- */

.lifex-about-point04__side {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.lifex-about-point04__side img {
  display: block;
  width: 100%;
  height: auto;
}

.lifex-about-point04__side--left {
  left: -50px;
  top: 5px;
  width: 305px;
}

.lifex-about-point04__side--right {
  right: -50px;
  top: 0;
  width: 265px;
}

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

  .lifex-about-point04__head-wrap {
    min-height: auto;
    display: block;
    margin-bottom: 24px;
  }

  .lifex-about-point04__side {
    width: 100%;
  }

  .lifex-about-point04__side--left {
    width: 60%;
    margin: 0 auto;
  }
  .lifex-about-point04__side--right {
    width: 40%;
    margin: 0 auto;
  }

  .lifex-about-point04__side--right {
    
  }

  .lifex-about-point04__head {
    margin: 45px 0 10px;
  }

  .lifex-about-point04__head .lifex-about-point__head {
    margin-bottom: 38px;
  }

  .lifex-about-point04__head h3 {
    font-size: 23px;
    line-height: 1.6;
  }

  .lifex-about-point04__head h3 span {
    font-size: 31px;
  }
  .lifex-about-point04__head h3 span.lifex-about-point__head-span01,
  .lifex-about-point04__head h3 span.lifex-about-point__head-span02 {
    font-size: 31px;
  }
}

/* =========================================
Point04 詳細：共通グリッド完全版
========================================= */

.lifex-about-point04__spec {
  --row-h: 56px;
  --row-gap: 16px;

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 42px;
  align-items: start;
  margin-top: 20px;
}

.lifex-about-point04__spec-col {
  position: relative;
  text-align: center;
}

.lifex-about-point04__spec-col + .lifex-about-point04__spec-col::before {
  content: "";
  position: absolute;
  left: -21px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
}

/* 見出し高さを3カラムで統一 */
.lifex-about-point04__spec-col h3 {
  height: 55px;
  margin: 0 0 28px;

  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-weight: normal !important;
  font-size: 22px;
  line-height: 1.35;
  letter-spacing: .04em;
  color: #000;
}

.lifex-about-point04__spec-col h3 span {
  display: block;
  margin-top: 2px;

  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-weight: normal !important;
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: .04em;
  color: var(--lifex-main-color);
}

/* 全カラム共通の10行グリッド */
.lifex-about-point04__rows {
  display: grid;
  grid-template-rows: repeat(10, var(--row-h));
  row-gap: var(--row-gap);
}

/* 通常行 */
.lifex-about-point04__row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;

  font-family: "MFW-YuGoPr6N-Bold", sans-serif !important;
  font-weight: normal !important;
  font-size: 16px;
  line-height: 1.42;
  letter-spacing: .03em;
  color: #000;
}

.lifex-about-point04__row.is-bg {
  background: #e4f0f2;
}

.lifex-about-point04__row small {
  font-size: 10px;
  line-height: 1.35;
}

/* 中央下写真：下3行分に合わせる */
.lifex-about-point04__photo-row {
  grid-row: 8 / span 3;
}

.lifex-about-point04__photo-row img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: inherit;
}

/* 右カラム：左・中央と同じ行ピッチに乗せる */
.lifex-about-point04__group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  margin: 0;
  padding: 16px 14px;

  font-family: "MFW-YuGoPr6N-Bold", sans-serif !important;
  font-weight: normal !important;
  color: #000;
}

.lifex-about-point04__group--kitchen {
  grid-row: 1 / span 3;
  background: #e9f1f4;
}

.lifex-about-point04__group--wash {
  grid-row: 4 / span 2;
  background: transparent;
}

.lifex-about-point04__group--interior {
  grid-row: 6 / span 2;
  background: #e9f1f4;
}

.lifex-about-point04__group--electric {
  grid-row: 8 / span 3;
  background: transparent;
}

.lifex-about-point04__group h4 {
  display: inline-block;
  margin: 0 0 14px;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--lifex-main-color);

  font-family: "MFW-YuGoPr6N-Bold", sans-serif !important;
  font-weight: normal !important;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: .04em;
  color: #000;
}

.lifex-about-point04__group p {
  margin: 0;

  font-family: "MFW-YuGoPr6N-Bold", sans-serif !important;
  font-weight: normal !important;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: .03em;
  color: #000;
}

/* 注釈・ボタン */
.lifex-about-point04__note {
  margin: 42px 0 0;

  font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
  font-weight: normal !important;
  font-size: 12px;
  line-height: 1.9;
  letter-spacing: .02em;
  text-align: center;
  color: #000;
}

.lifex-about-point04__btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

/* SP */
@media screen and (max-width: 767px) {
  .lifex-about-point04__spec {
    grid-template-columns: 1fr;
    row-gap: 58px;
    margin-top: 50px;
  }

  .lifex-about-point04__spec-col + .lifex-about-point04__spec-col::before {
    display: none;
  }

  .lifex-about-point04__spec-col {
    padding-bottom: 48px;
    border-bottom: 1px solid #000;
  }

  .lifex-about-point04__spec-col:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .lifex-about-point04__spec-col h3 {
    height: auto;
    margin-bottom: 28px;
    font-size: 20px;
  }

  .lifex-about-point04__spec-col h3 span {
    font-size: 29px;
  }

  .lifex-about-point04__rows {
    display: block;
  }

  .lifex-about-point04__row {
    min-height: 60px;
    margin-bottom: 16px;
    font-size: 15px;
  }

  .lifex-about-point04__photo-row {
    margin-top: 16px;
  }

  .lifex-about-point04__photo-row img {
    height: auto;
    object-fit: initial;
  }

  .lifex-about-point04__group {
    margin-bottom: 22px;
    padding: 22px 16px;
  }

  .lifex-about-point04__group h4 {
    font-size: 18px;
  }

  .lifex-about-point04__group p {
    font-size: 14px;
  }

  .lifex-about-point04__note {
    margin-top: 35px;
    font-size: 11px;
    text-align: left;
  }

  .lifex-about-point04__btn-wrap {
    margin-top: 0px;
    margin-bottom: 32px;
  }
}

/**************************************************
LIFE Xとは Point04 SP
**************************************************/

.lifex-about-point04-sp {
  padding: 0 24px;
}

.lifex-about-point04-sp__section {
  padding: 34px 0 38px;
  border-top: 2px dotted #111;
}
.lifex-about-point04-sp__section-design {
  padding: 34px 0 24px;
}
.lifex-about-point04-sp__section:first-child {
  border-top: none;
}

.lifex-about-point04-sp__section h3 {
  margin: 0 0 26px;
  text-align: center;
  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: .08em;
  color: #111;
}

.lifex-about-point04-sp__section h3 span {
  display: block;
  margin-top: 4px;
  font-family: "MFW-PGothicMB101Pr6N-Bold", sans-serif !important;
  font-size: 26px;
  line-height: 1.25;
  color: var(--lifex-main-color);
}

.lifex-about-point04-sp__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 8px;
}

.lifex-about-point04-sp__grid > div {
  min-height: 7px;
  padding: 8px 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lifex-about-point04-sp__grid-design > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* 上寄せ */
  align-items: center;         /* 横は中央 */
  padding: 18px 5px;
  box-sizing: border-box;
}
.lifex-about-point04-sp__grid > div {
  background: #fff;
}

/* 1・2 */
/* 青カード */
.lifex-about-point04-sp__grid > div:nth-child(4n+1),
.lifex-about-point04-sp__grid > div:nth-child(4n+2) {
  background: #e6f0f1;
}

/* 白カード */
.lifex-about-point04-sp__grid > div:nth-child(4n+3),
.lifex-about-point04-sp__grid > div:nth-child(4n+4) {
  padding-top: 3px;
  padding-bottom: 3px;
  min-height: 7px;
}

.lifex-about-point04-sp__grid strong {
  display: block;
  font-family: "MFW-PGothicMB101Pr6N-Bold", sans-serif !important;
  font-size: 11px;
  line-height: 1.45;
  letter-spacing: .04em;
  color: #111;
}
.lifex-about-point04-sp__grid-design strong {
  font-size: 13px;
}
.lifex-about-point04-sp__grid p {
  margin: 0px 0 0;
  font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
  font-size: 12px;
  line-height: 1.55;
  letter-spacing: .03em;
  color: #111;
}
.lifex-about-point04-sp__grid-design p {
  margin: 5px 0 0;
  font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
  font-size: 9px;
  line-height: 1.55;
  letter-spacing: .03em;
  color: #111;
  text-align: left;
}
.lifex-about-point04-sp__photo {
  margin-top: 22px;
}

.lifex-about-point04-sp__photo img {
  display: block;
  width: 100%;
  height: auto;
}

.lifex-about-point04-sp__note {
  margin: 6px 0 32px;
  font-family: "MFW-YuGoPr6N-Medium", sans-serif !important;
  font-size: 10px;
  line-height: 1.8;
  color: #111;
}

/* =========================================
LIFE Xとは 価格バナー
========================================= */

.lifex-about-price {
  padding: 0px 0 0px;
  background: #fff;
}

.lifex-about-price__box {
    width: 100%;
    height: 250px;

    background-color: #527b88;
    background-image: url("https://lifex-house.jp/wp-content/uploads/2026/06/about-price-texcha.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

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

    color: #fff;
    text-align: center;
}

.lifex-about-price__lead {
  position: relative;
  display: inline-block;
  margin: 0 0 24px;

  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-weight: normal !important;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: .08em;

  color: #fff;
}

.lifex-about-price__lead::before,
.lifex-about-price__lead::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 42px;
  background: #fff;
}

.lifex-about-price__lead::before {
  left: -34px;
  transform: translateY(-50%) rotate(-24deg);
}

.lifex-about-price__lead::after {
  right: -34px;
  transform: translateY(-50%) rotate(24deg);
}

.lifex-about-price__main {
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1;
  color: #fff;
}

.lifex-about-price__label {
  margin-right: 18px;

  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-weight: normal !important;
  font-size: 34px;
  line-height: 1;
  letter-spacing: .04em;

  color: #fff;
}

.lifex-about-price__num {
  position: relative;
  top: 5px;

  font-family: "Outfit", sans-serif !important;
  font-weight: 400;
  font-size: 112px;
  line-height: .78;
  letter-spacing: .01em;

  color: #fff;
}

.lifex-about-price__yen {
  margin-left: 10px;

  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-weight: normal !important;
  font-size: 40px;
  line-height: 1;
  letter-spacing: .02em;

  color: #fff;
}

.lifex-about-price__tax {
  margin-left: 8px;

  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-weight: normal !important;
  font-size: 20px;
  line-height: 1;
  letter-spacing: .02em;

  color: #fff;
}
.lifex-about-price__box-notice {
  max-width: 1000px;
  margin: 16px auto 0;
}
.lifex-about-price__box-notice p {
  font-size: 12px;
  text-align: center;
}
/* SP */
@media screen and (max-width: 767px) {
  .lifex-about-price {
    padding: 60px 0 10px;
  }

  .lifex-about-price__box {
    min-height: auto;
    width: auto;
    padding: 0px 20px 0px;
  }

  .lifex-about-price__lead {
    margin-bottom: 24px;
    padding: 0 22px;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: .04em;
  }

  .lifex-about-price__lead::before,
  .lifex-about-price__lead::after {
    height: 38px;
    width: 2px;
  }

  .lifex-about-price__lead::before {
    left: 0;
  }

  .lifex-about-price__lead::after {
    right: 0;
  }

  .lifex-about-price__main {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: baseline;
    justify-content: center;
  }

  .lifex-about-price__label {
    grid-column: 1 / -1;
    margin: 0 0 10px;
    font-size: 22px;
  }

  .lifex-about-price__num {
    top: 2px;
    font-size: 62px;
  }

  .lifex-about-price__yen {
    margin-left: 6px;
    font-size: 26px;
  }

  .lifex-about-price__tax {
    grid-column: 1 / -1;
    margin: 12px 0 0;
    font-size: 15px;
  }
  .lifex-about-price__box-notice p {
  font-size: 10px;
  text-align: left;
}
}
/**************************************************
固定ページ 性能・構造 (導入)
**************************************************/

.lifex-quality-intro {
  padding: 105px 0 95px;
  background: #fff;
}

.lifex-quality-intro__main {
  display: grid;
  grid-template-columns: 455px 1fr;
  column-gap: 72px;
  align-items: center;
  margin-bottom: 78px;
}

.lifex-quality-intro__image img {
  display: block;
  width: 100%;
  height: auto;
}

.lifex-quality-intro__text h2 {
  margin: 0 0 34px;
  font-family: "MFW-PGothicMB101Pr6N-Bold", sans-serif !important;
  font-weight: normal !important;
  font-size: 36px;
  line-height: 1.55;
  letter-spacing: .08em;
  color: #000;
}

.lifex-quality-intro__text h2 span {
  font-size: 48px;
  letter-spacing: .08em;
}

.lifex-quality-intro__text p {
  margin: 0;
  font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
  font-weight: normal !important;
  font-size: 15px;
  line-height: 2;
  color: #000;
}

.lifex-quality-intro__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 14px;
}

.lifex-quality-intro__nav a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
  padding: 8px;
  border: 2px solid var(--lifex-main-color);
  background: #fff;
  text-decoration: none;
  color: #000;
}

.lifex-quality-intro__nav a span {
  display: block;
  margin-bottom: 10px;
  font-family: "MFW-YuGoPr6N-Bold", sans-serif !important;
  font-weight: normal !important;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .04em;
  color: var(--lifex-main-color);
  text-align: center;
}

.lifex-quality-intro__nav a strong {
  display: block;
  font-family: "MFW-YuGoPr6N-Bold", sans-serif !important;
  font-weight: normal !important;
  font-size: 23px;
  line-height: 1;
  letter-spacing: .04em;
  color: #000;
  text-align: center;
}

.lifex-quality-intro__nav a i {
  position: absolute;
  right: 28px;
  top: 63%;
  width: 10px;
  height: 10px;
  transform: translateY(-60%) rotate(45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transition: transform .3s ease;
}

.lifex-quality-intro__nav a:hover i {
  transform: translateY(-40%) rotate(45deg);
}

/* スマホ */
@media screen and (max-width: 767px) {
  .lifex-quality-intro {
    padding: 0px 0 0px;
  }

  .lifex-quality-intro__main {
    display: block;
    margin-bottom: 52px;
  }

  .lifex-quality-intro__text {
    margin-top: 38px;
  }

  .lifex-quality-intro__text h2 {
    font-size: 24px;
    margin: 0 0 24px;
  }

  .lifex-quality-intro__text h2 span {
    font-size: 32px;
  }
  .lifex-quality-intro__image-sp {
    margin-top: 32px;
  }
  .lifex-quality-intro__nav {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .lifex-quality-intro__nav a {
    min-height: 45px;
    padding: 17px 8px 17px 16px;
  }

  .lifex-quality-intro__nav a span {
    font-size: 14px;
  }

  .lifex-quality-intro__nav a strong {
    font-size: 18px;
  }

  .lifex-quality-intro__nav a i {
    right: 16px;
        width: 8px;
        height: 8px;
        top: 69%;
  }
}

/* =========================================
耐震性
========================================= */

.lifex-quality-taishin {
  padding: 96px 0 110px;
  background: #fff;
}

.lifex-lower-inner {
  max-width: 1110px;
  width: calc(100% - 80px);
  margin: 0 auto;
}

.lifex-quality-taishin-head {
  margin-bottom: 62px;
}

.lifex-quality-taishin-sub {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0 0 10px;

  font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
  font-weight: normal !important;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: .06em;

  color: #6f8f99;
}

.lifex-quality-taishin-sub::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #8fa7ae;
}

.lifex-quality-taishin-title {
  margin: 0;
font-family: "MFW-PGothicMB101Pr6N-Bold", sans-serif !important;
  font-weight: normal !important;
  font-size: 56px;
  line-height: 1.05;
  letter-spacing: .03em;

  color: #6f8f99;
}

.lifex-quality-taishin-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

.lifex-quality-taishin-card {
  min-width: 0;
}

.lifex-quality-taishin-card-label {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 44px;
  padding: 0 10px;

  font-family: "MFW-PGothicMB101Pr6N-Medium", sans-serif !important;
  font-weight: normal !important;
  font-size: 19px;
  line-height: 1.25;
  letter-spacing: .04em;
  text-align: center;

  color: #fff;
  background: #5f8792;
}

.lifex-quality-taishin-img {
  margin: 0;
  overflow: hidden;
}

.lifex-quality-taishin-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lifex-quality-taishin-card-title {
  margin: 26px 0 15px;

  font-family: "MFW-PGothicMB101Pr6N-Medium", sans-serif !important;
  font-weight: normal !important;
  font-size: 20px;
  line-height: 1.55;
  letter-spacing: .04em;
  text-align: center;

  color: #111;
}

.lifex-quality-taishin-card-text {
  margin: 0;

  font-family: "MFW-YuGoPr6N-Medium", sans-serif !important;
  font-weight: normal !important;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .035em;

  color: #111;
}

/* =========================
SP
========================= */
@media screen and (max-width: 767px) {

  .lifex-quality-taishin {
    padding: 70px 0 80px;
  }

  .lifex-lower-inner {
    width: calc(100% - 40px);
  }

  .lifex-quality-taishin-head {
    margin-bottom: 42px;
  }

  .lifex-quality-taishin-sub {
    gap: 14px;
    font-size: 13px;
  }

  .lifex-quality-taishin-title {
    font-size: 38px;
  }

  .lifex-quality-taishin-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .lifex-quality-taishin-card-label {
    height: 42px;
    font-size: 17px;
  }

  .lifex-quality-taishin-card-title {
    margin: 22px 0 12px;
    font-size: 20px;
  }

  .lifex-quality-taishin-card-text {
    font-size: 14px;
    line-height: 2;
    font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
  }
}

/* =========================================
制振
========================================= */

.lifex-quality-seishin {
  padding: 120px 0 130px;
  background: #e9eeef;
}

.lifex-quality-seishin-head {
  margin-bottom: 82px;
}

.lifex-quality-seishin-sub {
  display: flex;
  align-items: center;
  gap: 24px;

  margin: 0 0 12px;

  font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
  font-weight: normal !important;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: .06em;

  color: var(--lifex-main-color);
}

.lifex-quality-seishin-sub::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--lifex-main-color);
}

.lifex-quality-seishin-title {
  margin: 0;

  font-family: "MFW-PGothicMB101Pr6N-Bold", sans-serif !important;
  font-weight: normal !important;
  font-size: 56px;
  line-height: 1.05;
  letter-spacing: .03em;

  color: var(--lifex-main-color);
}

/* 本文エリア */

.lifex-quality-seishin-main {
  display: grid;
  grid-template-columns: 500px 1fr;
  column-gap: 72px;
  align-items: center;
}

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

.lifex-quality-seishin-text h3 {
  margin: 0 0 34px;

  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-weight: normal !important;
  font-size: 30px;
  line-height: 1.65;
  letter-spacing: .05em;

  color: #000;
}
.lifex-quality-seishin-text h3 span {
  display: inline-block;
  text-indent: -15px;
}
.lifex-quality-seishin-text p {
  margin: 0;

  font-family: "MFW-YuGoPr6N-Medium", sans-serif !important;
  font-weight: normal !important;
  font-size: 15px;
  line-height: 2;
  letter-spacing: .03em;

  color: #000;
}

/* =========================
SP
========================= */

@media screen and (max-width: 767px) {

  .lifex-quality-seishin {
    padding: 75px 0 85px;
  }

  .lifex-quality-seishin-head {
    margin-bottom: 45px;
  }

  .lifex-quality-seishin-sub {
    gap: 14px;
    font-size: 13px;
  }

  .lifex-quality-seishin-title {
    font-size: 38px;
  }

  .lifex-quality-seishin-main {
    display: block;
  }

  .lifex-quality-seishin-text h3 {
    margin-bottom: 28px;
    font-size: 23px;
    line-height: 1.6;
  }

  .lifex-quality-seishin-text p {
    font-size: 14px;
    line-height: 2;
    font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
  }

  .lifex-quality-seishin-image {
    margin-top: 40px;
  }
}

/* =========================================
気密・断熱
========================================= */

.lifex-quality-kimitsu{
  padding:120px 0 130px;
  background:#fff;
}

/* ---------- 見出し ---------- */

.lifex-quality-kimitsu-head{
  margin-bottom:70px;
}

.lifex-quality-kimitsu-sub{
  display:flex;
  align-items:center;
  gap:24px;

  margin:0 0 12px;

  font-family:"MFW-YuGoPr6N-Demi",sans-serif !important;
  font-weight:normal !important;
  font-size:18px;
  line-height:1.4;
  letter-spacing:.04em;

  color:var(--lifex-main-color);
}

.lifex-quality-kimitsu-sub::after{
  content:"";
  flex:1;
  height:1px;
  background:var(--lifex-main-color);
}

.lifex-quality-kimitsu-title{
  margin:0;

  font-family:"MFW-PGothicMB101Pr6N-Bold",sans-serif !important;
  font-weight:normal !important;
  font-size:56px;
  line-height:1.05;
  letter-spacing:.03em;

  color:var(--lifex-main-color);
}

/* ---------- 3カラム ---------- */

.lifex-quality-kimitsu-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:34px;
}

.lifex-quality-kimitsu-card{
  min-width:0;
}

.lifex-quality-kimitsu-card-label{
  height:36px;

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

  padding:0 15px;

  background:#5f8792;
  color:#fff;

  text-align:center;

  font-family:"MFW-PGothicMB101Pr6N-Medium",sans-serif !important;
  font-weight:normal !important;
  font-size:19px;
  line-height:1.2;
  letter-spacing:.03em;
}

.lifex-quality-kimitsu-img{
  margin:0;
}

.lifex-quality-kimitsu-img img{
  display:block;
  width:100%;
  height:auto;
}

/* ---------- タイトル ---------- */

.lifex-quality-kimitsu-card-title{
  margin:24px 0 16px;

  text-align:center;

  font-family:"MFW-PGothicMB101Pr6N-Medium",sans-serif !important;
  font-weight:normal !important;
  font-size:20px;
  line-height:1.5;
  letter-spacing:.03em;

  color:#111;
}

/* ---------- 本文 ---------- */

.lifex-quality-kimitsu-card-text{
  margin:0;

  font-family:"MFW-YuGoPr6N-Medium",sans-serif !important;
  font-weight:normal !important;
  font-size:14px;
  line-height:2.15;
  letter-spacing:.03em;

  color:#111;
}

/* =========================================
SP
========================================= */

@media screen and (max-width:767px){

  .lifex-quality-kimitsu{
    padding:80px 0;
  }

  .lifex-quality-kimitsu-head{
    margin-bottom:40px;
  }

  .lifex-quality-kimitsu-sub{
    gap:12px;
    font-size:13px;
  }

  .lifex-quality-kimitsu-title{
    font-size:42px;
  }

  .lifex-quality-kimitsu-grid{
    grid-template-columns:1fr;
    gap:40px;
  }

  .lifex-quality-kimitsu-card-label{
    height:42px;
    font-size:17px;
  }

  .lifex-quality-kimitsu-card-title{
    margin:20px 0 12px;
    font-size:20px;
  }

  .lifex-quality-kimitsu-card-text{
    font-size:14px;
    line-height:2;
  }

}

/* =========================================
換気
========================================= */

.lifex-quality-kanki {
  padding: 120px 0 130px;
  background: #e9eeef;
}

.lifex-quality-kanki-head {
  margin-bottom: 70px;
}

.lifex-quality-kanki-sub {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0 0 12px;

  font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
  font-weight: normal !important;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: .04em;
  color: var(--lifex-main-color);
}

.lifex-quality-kanki-sub::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--lifex-main-color);
}

.lifex-quality-kanki-title {
  margin: 0;

  font-family: "MFW-PGothicMB101Pr6N-Bold", sans-serif !important;
  font-weight: normal !important;
  font-size: 56px;
  line-height: 1.05;
  letter-spacing: .03em;
  color: var(--lifex-main-color);
}

.lifex-quality-kanki-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.lifex-quality-kanki-card {
  min-width: 0;
}

.lifex-quality-kanki-card-label {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;

  background: #5f8792;
  color: #fff;
  text-align: center;

  font-family: "MFW-PGothicMB101Pr6N-Medium", sans-serif !important;
  font-weight: normal !important;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: .03em;
}

.lifex-quality-kanki-img {
  margin: 0;
}

.lifex-quality-kanki-img img {
  display: block;
  width: 100%;
  height: auto;
}

.lifex-quality-kanki-card-title {
  margin: 34px 0 18px;
  text-align: center;

  font-family: "MFW-PGothicMB101Pr6N-Medium", sans-serif !important;
  font-weight: normal !important;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: .03em;
  color: #111;
}

.lifex-quality-kanki-card-text {
  margin: 0;

  font-family: "MFW-YuGoPr6N-Medium", sans-serif !important;
  font-weight: normal !important;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .03em;
  color: #111;
}

@media screen and (max-width: 767px) {
  .lifex-quality-kanki {
    padding: 80px 0;
  }

  .lifex-quality-kanki-head {
    margin-bottom: 40px;
  }

  .lifex-quality-kanki-sub {
    gap: 12px;
    font-size: 13px;
  }

  .lifex-quality-kanki-title {
    font-size: 38px;
  }

  .lifex-quality-kanki-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .lifex-quality-kanki-card-label {
    height: 42px;
    font-size: 17px;
  }

  .lifex-quality-kanki-card-title {
    margin: 22px 0 12px;
    font-size: 20px;
  }

  .lifex-quality-kanki-card-text {
    font-size: 14px;
    line-height: 2;
    font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
  }
}

/* =========================================
省エネ
========================================= */

.lifex-quality-shoene {
  padding: 120px 0 130px;
  background: #fff;
}

.lifex-quality-shoene-head,
.lifex-quality-taikyu-head {
  margin-bottom: 70px;
}

.lifex-quality-shoene-sub,
.lifex-quality-taikyu-sub {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0 0 12px;
  font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
  font-weight: normal !important;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: .04em;
  color: var(--lifex-main-color);
}

.lifex-quality-shoene-sub::after,
.lifex-quality-taikyu-sub::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--lifex-main-color);
}

.lifex-quality-shoene-title,
.lifex-quality-taikyu-title {
  margin: 0;
  font-family: "MFW-PGothicMB101Pr6N-Bold", sans-serif !important;
  font-weight: normal !important;
  font-size: 56px;
  line-height: 1.05;
  letter-spacing: .03em;
  color: var(--lifex-main-color);
}

.lifex-quality-shoene-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.lifex-quality-shoene-card-label,
.lifex-quality-taikyu-card-label {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  background: #5f8792;
  color: #fff;
  text-align: center;
  font-family: "MFW-PGothicMB101Pr6N-Medium", sans-serif !important;
  font-weight: normal !important;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: .03em;
}

.lifex-quality-shoene-img,
.lifex-quality-taikyu-img {
  margin: 0;
}

.lifex-quality-shoene-img img,
.lifex-quality-taikyu-img img {
  display: block;
  width: 100%;
  height: auto;
}

.lifex-quality-shoene-card-title,
.lifex-quality-taikyu-card-title {
  margin: 34px 0 18px;
  text-align: center;
  font-family: "MFW-PGothicMB101Pr6N-Medium", sans-serif !important;
  font-weight: normal !important;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: .03em;
  color: #111;
}

.lifex-quality-shoene-card-text,
.lifex-quality-taikyu-card-text {
  margin: 0;
  font-family: "MFW-YuGoPr6N-Medium", sans-serif !important;
  font-weight: normal !important;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: .03em;
  color: #111;
}

.lifex-quality-taikyu-card-text small {
  display: block;
  margin-top: 8px;
  font-size: 11px;
  line-height: 1.7;
}

/* =========================================
耐久性
========================================= */

.lifex-quality-taikyu {
  padding: 120px 0 130px;
  background: #e9eeef;
}

.lifex-quality-taikyu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}

/* SP */
@media screen and (max-width: 767px) {
  .lifex-quality-shoene,
  .lifex-quality-taikyu {
    padding: 80px 0;
  }

  .lifex-quality-shoene-head,
  .lifex-quality-taikyu-head {
    margin-bottom: 40px;
  }

  .lifex-quality-shoene-sub,
  .lifex-quality-taikyu-sub {
    gap: 12px;
    font-size: 13px;
  }

  .lifex-quality-shoene-title,
  .lifex-quality-taikyu-title {
    font-size: 38px;
  }

  .lifex-quality-shoene-grid,
  .lifex-quality-taikyu-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .lifex-quality-shoene-card-label,
  .lifex-quality-taikyu-card-label {
    height: 42px;
    font-size: 17px;
  }

  .lifex-quality-shoene-card-title,
  .lifex-quality-taikyu-card-title {
    margin: 22px 0 12px;
    font-size: 20px;
  }

  .lifex-quality-shoene-card-text,
  .lifex-quality-taikyu-card-text {
    font-size: 14px;
    line-height: 2;
    font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
  }
}

/* =========================================
設備・仕様 イントロ
========================================= */

.lifex-products-intro {
  padding: 120px 0 95px;
  background: #fff;
}

.lifex-products-intro__inner {
  display: grid;
  grid-template-columns: 455px 1fr;
  column-gap: 82px;
  align-items: center;
}

.lifex-products-intro__image img {
  display: block;
  width: 100%;
  height: auto;
}

.lifex-products-intro__text h2 {
  margin: 0 0 34px;

  font-family: "MFW-PGothicMB101Pr6N-Bold", sans-serif !important;
  font-weight: normal !important;
  font-size: 34px;
  line-height: 1.5;
  letter-spacing: .05em;

  color: #000;
}

.lifex-products-intro__text h2 span {
  font-size: 46px;
  letter-spacing: .04em;
}

.lifex-products-intro__text p {
  margin: 0;

  font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
  font-weight: normal !important;
  font-size: 15px;
  line-height: 2;
  color: #000;
}

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

  .lifex-products-intro__inner {
    display: block;
  }

  .lifex-products-intro__text {
    margin-top: 42px;
  }

  .lifex-products-intro__text h2 {
    margin-bottom: 28px;
    font-size: 24px;
    line-height: 1.6;
  }

  .lifex-products-intro__text h2 span {
    font-size: 32px;
  }

  .lifex-products-intro__text p {
    font-size: 14px;
    line-height: 2;
  }
      .lifex-products-intro__image-sp {
        margin-top: 32px;
    }
}

/* =========================================
設備・仕様 タブ
========================================= */

.lifex-products-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 58px;
}

.lifex-products-tabs__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;

  min-height: 80px;
  padding: 8px;

  border: 2px solid var(--lifex-main-color);
  background: #fff;
  text-decoration: none;
  text-align: center;

  color: #000;
}

.lifex-products-tabs__item span {
  display: block;
  margin-bottom: 14px;

  font-family: "MFW-YuGoPr6N-Bold", sans-serif !important;
  font-weight: normal !important;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .06em;

  color: var(--lifex-main-color);
}

.lifex-products-tabs__item strong {
  display: block;

  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-weight: normal !important;
  font-size: 23px;
  line-height: 1;
  letter-spacing: .05em;

  color: #000;
}

.lifex-products-tabs__item i {
  position: absolute;
  right: 28px;
    top: 63%;
    width: 10px;
    height: 10px;

  border-right: 2px solid #000;
  border-bottom: 2px solid #000;

  transform: translateY(-65%) rotate(45deg);
      transition: transform .3s ease;
}
.lifex-products-tabs a:hover i {
  transform: translateY(-40%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .lifex-products-tabs {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 42px;
  }

  .lifex-products-tabs__item {
    min-height: 35px;
    padding: 16px 58px 16px 20px;
  }

  .lifex-products-tabs__item span {
    margin-bottom: 10px;
    font-size: 12px;
    text-align: left;
  }

  .lifex-products-tabs__item strong {
    font-size: 16px;
    text-align: left;
  }

  .lifex-products-tabs__item i {
            right: 28px;
        top: 50%;
        width: 8px;
        height: 8px;
  }
}

/* =========================================
設備・仕様 Kitchen
========================================= */

.lifex-products-kitchen {
  background: #e9eeef;
  padding-bottom: 120px;
}

/* ---------- MV ---------- */

.lifex-products-kitchen__mv {
  position: relative;
  height: 450px;
  background-image:
    linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)),
    url("https://lifex-house.jp/wp-content/uploads/2026/06/product_kitchen_bg.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.lifex-products-kitchen__mv h2 {
  margin: 0 0 4px;
  font-family: "Outfit", sans-serif !important;
  font-weight: 400;
  font-size: 54px;
  line-height: 1;
  letter-spacing: .01em;
  color: #fff;
}

.lifex-products-kitchen__mv-ja {
  margin: 0 0 52px;
  font-family: "MFW-YuGoPr6N-Bold", sans-serif !important;
  font-weight: normal !important;
  font-size: 15px;
  line-height: 1;
  letter-spacing: .08em;
  color: #fff;
}

.lifex-products-kitchen__mv-copy {
  margin: 0;
  font-family: "MFW-PGothicMB101Pr6N-Bold", sans-serif !important;
  font-weight: normal !important;
  font-size: 22px;
  line-height: 1.65;
  letter-spacing: .06em;
  color: #fff;
}

.lifex-products-kitchen__mv-copy span {
  font-size: 36px;
}

/* ---------- content ---------- */

.lifex-products-kitchen .lifex-lower-inner {
  padding-top: 105px;
}

.lifex-products-kitchen__main-img {
  margin: 0 0 82px;
}

.lifex-products-kitchen__main-img img {
  display: block;
  width: 100%;
  height: auto;
}

.lifex-products-kitchen__grid {
  display: grid;
  gap: 72px 40px;
}

.lifex-products-kitchen__grid--2 {
  grid-template-columns: repeat(2, 1fr);
}

.lifex-products-kitchen__item figure,
.lifex-products-kitchen__mini figure {
  margin: 0;
}

.lifex-products-kitchen__item img,
.lifex-products-kitchen__mini img {
  display: block;
  width: 100%;
  height: auto;
}

.lifex-products-kitchen__item h3 {
  margin: 28px 0 18px;
  text-align: center;

  font-family: "MFW-PGothicMB101Pr6N-Medium", sans-serif !important;
  font-weight: normal !important;
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: .04em;
  color: #000;
}

.lifex-products-kitchen__item h3 span {
  display: block;
  font-size: 26px;
  line-height: 1.35;
  letter-spacing: .04em;
}

.lifex-products-kitchen__item p {
  margin: 0;
  font-family: "MFW-YuGoPr6N-Medium", sans-serif !important;
  font-weight: normal !important;
  line-height: 1.6;
  color: #000;
}

/* ---------- small items ---------- */

.lifex-products-kitchen__grid--small {
  max-width: 100%;
  margin: 75px auto 0;
  gap: 40px;
  align-items: center;
}

.lifex-products-kitchen__mini {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 22px;
  align-items: end;
}

.lifex-products-kitchen__mini h3 {
  margin: 0;
  font-family: "MFW-PGothicMB101Pr6N-Medium", sans-serif !important;
  font-weight: normal !important;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: .04em;
  color: #000;
}

.lifex-products-kitchen__mini h3 span {
  display: block;
  font-size: 21px;
  line-height: 1.35;
}

/* SP */
@media screen and (max-width: 767px) {
  .lifex-products-kitchen {
    padding-bottom: 80px;
  }

  .lifex-products-kitchen__mv {
    height: 250px;
  }

  .lifex-products-kitchen__mv h2 {
    font-size: 36px;
  }

  .lifex-products-kitchen__mv-ja {
    margin-bottom: 30px;
    font-size: 13px;
  }

  .lifex-products-kitchen__mv-copy {
    font-size: 16px;
  }

  .lifex-products-kitchen__mv-copy span {
    font-size: 24px;
  }

  .lifex-products-kitchen .lifex-lower-inner {
    padding-top: 35px;
  }

  .lifex-products-kitchen__main-img {
    margin-bottom: 80px;
  }

  .lifex-products-kitchen__grid--2 {
    grid-template-columns: 1fr;
  }

  .lifex-products-kitchen__grid {
    gap: 48px;
  }

  .lifex-products-kitchen__item h3 {
    margin: 22px 0 14px;
    font-size: 17px;
  }

  .lifex-products-kitchen__item h3 span {
    font-size: 22px;
    margin-top: 10px;
  }

  .lifex-products-kitchen__item p {
    font-size: 13px;
    line-height: 1.95;
  }

  .lifex-products-kitchen__grid--small {
    margin-top: 55px;
    gap: 36px;
  }

  .lifex-products-kitchen__mini {
    grid-template-columns: 34% 1fr;
    gap: 18px;
  }

  .lifex-products-kitchen__mini h3 {
    font-size: 14px;
  }

  .lifex-products-kitchen__mini h3 span {
    font-size: 19px;
  }
}

/* =========================================
設備・仕様 Sanitary Room
========================================= */

.lifex-products-sanitary {
  background: #e9eeef;
  padding-bottom: 120px;
}

.lifex-products-sanitary__mv {
  position: relative;
  height: 450px;
  background-image:
    linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)),
    url("https://lifex-house.jp/wp-content/uploads/2026/06/products_sanitary_bg.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.lifex-products-sanitary__mv h2 {
  margin: 0 0 12px;
  font-family: "Outfit", sans-serif !important;
  font-weight: 400;
  font-size: 54px;
  line-height: 1;
  letter-spacing: .01em;
  color: #fff;
}

.lifex-products-sanitary__mv-ja {
  margin: 0 0 52px;
  font-family: "MFW-YuGoPr6N-Bold", sans-serif !important;
  font-weight: normal !important;
  font-size: 15px;
  line-height: 1;
  letter-spacing: .08em;
  color: #fff;
}

.lifex-products-sanitary__mv-copy {
  margin: 0;
  font-family: "MFW-PGothicMB101Pr6N-Bold", sans-serif !important;
  font-weight: normal !important;
  font-size: 22px;
  line-height: 1.65;
  letter-spacing: .06em;
  color: #fff;
}

.lifex-products-sanitary__mv-copy span {
  font-size: 36px;
}

.lifex-products-sanitary .lifex-lower-inner {
  padding-top: 105px;
}

.lifex-products-sanitary__pair {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin: 0 0 105px;
}

.lifex-products-sanitary__pair img {
  display: block;
  width: 100%;
  height: auto;
}

.lifex-products-sanitary__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.lifex-products-sanitary__item figure {
  margin: 0;
}

.lifex-products-sanitary__item img {
  display: block;
  width: 100%;
  height: auto;
}

.lifex-products-sanitary__item h3 {
  margin: 28px 0 18px;
  text-align: center;
  font-family: "MFW-PGothicMB101Pr6N-Medium", sans-serif !important;
  font-weight: normal !important;
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: .04em;
  color: #000;
}

.lifex-products-sanitary__item h3 span {
  display: block;
  font-size: 26px;
  line-height: 1.35;
  letter-spacing: .04em;
}

.lifex-products-sanitary__item p {
  margin: 0;
  font-family: "MFW-YuGoPr6N-Medium", sans-serif !important;
  font-weight: normal !important;
  line-height: 1.6;
  color: #000;
}

@media screen and (max-width: 767px) {
  .lifex-products-sanitary {
    padding-bottom: 80px;
  }

  .lifex-products-sanitary__mv {
    height: 265px;
  }

  .lifex-products-sanitary__mv h2 {
    font-size: 32px;
  }

  .lifex-products-sanitary__mv-ja {
    margin-bottom: 28px;
    font-size: 13px;
  }

  .lifex-products-sanitary__mv-copy {
    font-size: 16px;
  }

  .lifex-products-sanitary__mv-copy span {
    font-size: 22px;
    line-height: 1.5;
    margin-top: 4px;
    display: block;
  }

  .lifex-products-sanitary .lifex-lower-inner {
    padding-top: 35px;
  }

  .lifex-products-sanitary__pair {
    margin-bottom: 80px;
  }

  .lifex-products-sanitary__grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .lifex-products-sanitary__item h3 {
    margin: 22px 0 14px;
    font-size: 17px;
  }

  .lifex-products-sanitary__item h3 span {
    font-size: 20px;
  }

  .lifex-products-sanitary__item p {
    font-size: 13px;
    line-height: 1.95;
  }
}

/* =========================================
設備・仕様 Others
========================================= */

.lifex-products-others {
  background: #e9eeef;
  padding-bottom: 120px;
}

/* ---------- MV ---------- */

.lifex-products-others__mv {
  height: 450px;
  background-image:
    linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)),
    url("https://lifex-house.jp/wp-content/uploads/2026/06/product_others_bg.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.lifex-products-others__mv h2 {
  margin: 0 0 4px;
  font-family: "Outfit", sans-serif !important;
  font-weight: 400;
  font-size: 54px;
  line-height: 1;
  letter-spacing: .01em;
  color: #fff;
}

.lifex-products-others__mv-ja {
  margin: 0 0 52px;
  font-family: "MFW-YuGoPr6N-Bold", sans-serif !important;
  font-weight: normal !important;
  font-size: 15px;
  line-height: 1;
  letter-spacing: .08em;
  color: #fff;
}

.lifex-products-others__mv-copy {
  margin: 0;
  font-family: "MFW-PGothicMB101Pr6N-Bold", sans-serif !important;
  font-weight: normal !important;
  font-size: 22px;
  line-height: 1.65;
  letter-spacing: .06em;
  color: #fff;
}

.lifex-products-others__mv-copy span {
  font-size: 36px;
}

/* ---------- content ---------- */

.lifex-products-others .lifex-lower-inner {
  padding-top: 105px;
}

.lifex-products-others__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 72px 40px;
}

.lifex-products-others__item figure,
.lifex-products-others__solar figure,
.lifex-products-others__subitem figure {
  margin: 0;
}

.lifex-products-others__item img,
.lifex-products-others__solar img,
.lifex-products-others__subitem img {
  display: block;
  width: 100%;
  height: auto;
}

.lifex-products-others__item h3,
.lifex-products-others__solar h3,
.lifex-products-others__subitem h3 {
  margin: 28px 0 18px;
  text-align: center;
  font-family: "MFW-PGothicMB101Pr6N-Medium", sans-serif !important;
  font-weight: normal !important;
  font-size: 18px;
  line-height: 1.55;
  letter-spacing: .04em;
  color: #000;
}

.lifex-products-others__item h3 span,
.lifex-products-others__solar h3 span,
.lifex-products-others__subitem h3 span {
  display: block;
  font-size: 26px;
  line-height: 1.35;
}

.lifex-products-others__item p,
.lifex-products-others__solar p {
  margin: 0;
  font-family: "MFW-YuGoPr6N-Medium", sans-serif !important;
  font-weight: normal !important;
  line-height: 1.6;
  color: #000;
}

/* ---------- solar ---------- */

.lifex-products-others__solar {
  margin-top: 85px;
  text-align: center;
}

.lifex-products-others__solar h3 {
  margin-top: 34px;
}

/* ---------- sub grid ---------- */

.lifex-products-others__subgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 85px;
}

.lifex-products-others__subitem h3 {
  margin: 22px 0 0;
  font-size: 15px;
  line-height: 1.55;
}

.lifex-products-others__subitem h3 span {
  font-size: 20px;
}

/* ---------- blue boxes ---------- */

.lifex-products-others__boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  margin-top: 55px;
}

.lifex-products-others__box {
  min-height: 92px;
  padding: 20px 16px;
  background: #527b88;
  color: #fff;
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lifex-products-others__box p {
  margin: 0 0 8px;
  font-family: "MFW-PGothicMB101Pr6N-Medium", sans-serif !important;
  font-weight: normal !important;
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: .04em;
  color: #fff;
}

.lifex-products-others__box strong {
  display: block;
  font-family: "MFW-PGothicMB101Pr6N-Medium", sans-serif !important;
  font-weight: normal !important;
  font-size: 23px;
  line-height: 1.25;
  letter-spacing: .04em;
  color: #fff;
}

/* SP */
@media screen and (max-width: 767px) {
  .lifex-products-others {
    padding-bottom: 80px;
  }

  .lifex-products-others__mv {
    height: 300px;
  }

  .lifex-products-others__mv h2 {
    font-size: 38px;
  }

  .lifex-products-others__mv-ja {
    margin-bottom: 38px;
    font-size: 13px;
  }

  .lifex-products-others__mv-copy {
    font-size: 16px;
  }

  .lifex-products-others__mv-copy span {
    font-size: 26px;
  }

  .lifex-products-others .lifex-lower-inner {
    padding-top: 35px;
  }

  .lifex-products-others__grid,
  .lifex-products-others__subgrid,
  .lifex-products-others__boxes {
    grid-template-columns: 1fr;
  }

  .lifex-products-others__grid {
    gap: 48px;
  }

  .lifex-products-others__solar,
  .lifex-products-others__subgrid {
    margin-top: 60px;
  }

  .lifex-products-others__boxes {
    gap: 16px;
    margin-top: 65px;
  }

  .lifex-products-others__item h3,
  .lifex-products-others__solar h3 {
    margin: 22px 0 14px;
    font-size: 17px;
  }

  .lifex-products-others__item h3 span,
  .lifex-products-others__solar h3 span {
    font-size: 20px;
  }

  .lifex-products-others__subitem h3 {
    font-size: 14px;
  }

  .lifex-products-others__subitem h3 span {
    font-size: 18px;
  }
  .lifex-products-others__box {
  min-height: 60px;
  padding: 20px 16px;
  background: #527b88;
  color: #fff;
  text-align: center;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lifex-products-others__box p {
  margin: 0 0 8px;
  font-family: "MFW-PGothicMB101Pr6N-Medium", sans-serif !important;
  font-weight: normal !important;
  font-size: 14px;
  line-height: 1.55;
  letter-spacing: .04em;
  color: #fff;
}

.lifex-products-others__box strong {
  display: block;
  font-family: "MFW-PGothicMB101Pr6N-Medium", sans-serif !important;
  font-weight: normal !important;
  font-size: 18px;
  line-height: 1.25;
  letter-spacing: .04em;
  color: #fff;
}
}

/**************************************************
固定ページ デザイン (唯一無二のデザイン)
**************************************************/

.lifex-design-intro {
  padding: 145px 0 150px;
  background: #fff;
}

.lifex-design-intro__inner {
  display: grid;
  grid-template-columns: 500px 1fr;
  column-gap: 95px;
  align-items: center;
}

.lifex-design-intro__text {
  padding-top: 4px;
}

.lifex-design-intro__text h2 {
  margin: 0 0 62px;
  font-family: "MFW-PGothicMB101Pr6N-Bold", sans-serif !important;
  font-weight: normal !important;
  font-size: 34px;
  line-height: 1.72;
  letter-spacing: .06em;
  color: #000;
}
.lifex-design-intro__text h2 span.lifex-design-intro_span01 {
  font-size: 48px;
}
.lifex-design-intro__text h2 span.lifex-design-intro_span02 {
  font-size: 36px;
}
.lifex-design-intro__text p {
  margin: 0 0 30px;
  font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
  font-size: 14px;
  line-height: 2;
  color: #000;
}

.lifex-design-intro__text p:last-child {
  margin-bottom: 0;
}

.lifex-design-intro__image {
  width: 100%;
}

.lifex-design-intro__image img {
  display: block;
  width: 100%;
  height: auto;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .lifex-design-intro {
    padding: 80px 0 90px;
  }

  .lifex-design-intro__inner {
    display: block;
  }

  .lifex-design-intro__text h2 {
    margin-bottom: 38px;
    font-size: 22px;
    line-height: 1.65;
  }
.lifex-design-intro__text h2 span.lifex-design-intro_span01 {
  font-size: 36px;
}
.lifex-design-intro__text h2 span.lifex-design-intro_span02 {
  font-size: 26px;
}
  .lifex-design-intro__text p {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 2;
  }

  .lifex-design-intro__image {
    margin-top: 50px;
  }
}

/**************************************************
固定ページ デザイン (Facade)
**************************************************/

.lifex-design-facade {
  position: relative;
  padding: 160px 0 0;
  background: linear-gradient(
    to bottom,
    #e9eeef 0%,
    #e9eeef 79%,
    #fff 79%,
    #fff 100%
  );
  overflow: hidden;
}

.lifex-design-facade__side {
  position: absolute;
  top: 170px;
  z-index: 1;
  width: 220px;
}

.lifex-design-facade__side--left {
  left: 0;
}

.lifex-design-facade__side--right {
  right: 0;
  top: 165px;
}

.lifex-design-facade__side img {
  display: block;
  width: 100%;
  height: auto;
}

.lifex-design-facade .lifex-lower-inner {
  position: relative;
  z-index: 2;
}

.lifex-design-facade__heading {
  text-align: center;
  color: var(--lifex-main-color);
}

.lifex-design-facade__heading h2 {
  margin: 0;
  font-family: "Outfit", sans-serif !important;
  font-weight: 400;
  font-size: 76px;
  line-height: 1;
  letter-spacing: .02em;
  color: var(--lifex-main-color);
}

.lifex-design-facade__heading p {
  margin: 10px 0 0;
  font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
  font-weight: normal !important;
  font-size: 21px;
  line-height: 1;
  letter-spacing: .08em;
  color: var(--lifex-main-color);
}

.lifex-design-facade__lead {
  margin: 76px auto 0;
  font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
  font-weight: normal !important;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0;
  text-align: center;
  color: #000;
}

.lifex-design-facade__image {
  width: 100%;
  margin: 145px auto 0;
}

.lifex-design-facade__image img {
  display: block;
  width: 100%;
  height: auto;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .lifex-design-facade {
    padding: 80px 0 0;
    background: linear-gradient(
      to bottom,
      #e9eeef 0%,
      #e9eeef 84%,
      #fff 84%,
      #fff 100%
    );
  }

  .lifex-design-facade__side {
    display: none;
  }

  .lifex-design-facade__heading h2 {
    font-size: 52px;
  }

  .lifex-design-facade__heading p {
    font-size: 16px;
  }

  .lifex-design-facade__lead {
    margin-top: 52px;
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }

  .lifex-design-facade__image {
    margin-top: 65px;
  }
}

/**************************************************
固定ページ デザイン (Flat House)
**************************************************/

.lifex-design-flat {
  padding: 150px 0 135px;
  background: #fff;
}

.lifex-design-flat__inner {
  display: grid;
  grid-template-columns: 500px 1fr;
  column-gap: 125px;
  align-items: center;
}

.lifex-design-flat__image {
  width: 500px;
}

.lifex-design-flat__image img {
  display: block;
  width: 100%;
  height: auto;
}

.lifex-design-flat__text {
  padding-top: 10px;
}

.lifex-design-flat__text h2 {
  margin: 0 0 32px;
  font-family: "Outfit", sans-serif !important;
  font-weight: 400;
  font-size: 74px;
  line-height: 1;
  letter-spacing: .01em;
  color: var(--lifex-main-color);
  text-align: center;
}

.lifex-design-flat__text h3 {
  margin: 0 0 26px;
  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-weight: normal !important;
  font-size: 25px;
  line-height: 1.6;
  letter-spacing: .04em;
  color: #000;
  text-align: center;
}

.lifex-design-flat__text p {
  margin: 0;
  font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
  font-weight: normal !important;
  font-size: 14px;
  line-height: 2;
  color: #000;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .lifex-design-flat {
    padding: 80px 0 90px;
  }

  .lifex-design-flat__inner {
    display: block;
  }

  .lifex-design-flat__image {
    width: 100%;
  }

  .lifex-design-flat__text {
    padding-top: 45px;
  }

  .lifex-design-flat__text h2 {
    margin-bottom: 35px;
    font-size: 50px;
  }

  .lifex-design-flat__text h3 {
    margin-bottom: 28px;
    font-size: 20px;
    line-height: 1.6;
  }

  .lifex-design-flat__text p {
    font-size: 14px;
    line-height: 2;
  }
}

/**************************************************
固定ページ デザイン (Interior)
**************************************************/

.lifex-design-interior {
  padding: 135px 0 145px;
  background: #e9eeef;
}

.lifex-design-interior__heading {
  text-align: center;
  color: var(--lifex-main-color);
}

.lifex-design-interior__heading h2 {
  margin: 0;
  font-family: "Outfit", sans-serif !important;
  font-weight: 400;
  font-size: 68px;
  line-height: 1;
  letter-spacing: .02em;
  color: var(--lifex-main-color);
}

.lifex-design-interior__heading p {
  margin: 10px 0 0;
  font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
  font-weight: normal !important;
  font-size: 18px;
  line-height: 1;
  letter-spacing: .08em;
  color: var(--lifex-main-color);
}

.lifex-design-interior__lead {
  margin: 76px auto 80px;
  font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
  font-weight: normal !important;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0;
  text-align: center;
  color: #000;
}

.lifex-design-interior__nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 9px;
  margin-bottom: 14px;
}

.lifex-design-interior__nav button {
  height: 82px;
  border: 1px solid var(--lifex-main-color);
  background: #fff;
  color: #000;
  font-family: "MFW-YuGoPr6N-Bold", sans-serif !important;
  font-weight: normal !important;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: .04em;
  cursor: pointer;
  transition: .25s ease;
  border-radius: 0;
}

.lifex-design-interior__nav button span {
  display: block;
  margin-bottom: 7px;
  font-family: "Outfit", sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: var(--lifex-main-color);
}

.lifex-design-interior__nav button.is-active {
  background: var(--lifex-main-color);
  color: #fff;
}
/* 英字も白 */
.lifex-design-interior__nav button.is-active span {
  color: #fff;
}
.lifex-design-interior__panel {
  display: none;
  opacity: 0;
}

.lifex-design-interior__panel.is-active {
  display: block;
  animation: lifexTabFade .35s ease forwards;
}

.lifex-design-interior__panel img {
  display: block;
  width: 100%;
  height: auto;
}

.lifex-design-customize {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 92px;
  background: #fff;
}

.lifex-design-customize__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px 60px;
}

.lifex-design-customize__text h3 {
  margin: 0 0 32px;
  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-weight: normal !important;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: .05em;
  color: #000;
  text-align: center;
}

.lifex-design-customize__text h3 span {
  color: var(--lifex-main-color);
}

.lifex-design-customize__text p {
  margin: 0;
  font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
  font-weight: normal !important;
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  text-align: center;
}

.lifex-design-customize__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .lifex-design-interior {
    padding: 85px 0 95px;
  }

  .lifex-design-interior__heading h2 {
    font-size: 48px;
  }

  .lifex-design-interior__heading p {
    font-size: 15px;
  }

  .lifex-design-interior__lead {
    margin: 45px auto 48px;
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }

  .lifex-design-interior__nav {
    grid-template-columns: repeat(2, 1fr);
  }

  .lifex-design-interior__nav button {
    height: 68px;
    font-size: 13px;
  }

  .lifex-design-customize {
    display: block;
    margin-top: 55px;
  }

  .lifex-design-customize__text {
    padding: 42px 24px;
  }

  .lifex-design-customize__text h3 {
    margin-bottom: 18px;
    font-size: 23px;
    line-height: 1.65;
  }

  .lifex-design-customize__text p {
    font-size: 14px;
        text-align: left;
        line-height: 1.6;
  }

  .lifex-design-customize__image img {
    height: auto;
  }
}

/**************************************************
固定ページ デザイン (Design for your Life)
**************************************************/

.lifex-design-reason {
  padding: 135px 0 0px;
  background: #fff;
}

.lifex-design-reason__heading {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin: 0 0 110px;
}

.lifex-design-reason__heading h2 {
  flex-shrink: 0;
  margin: 0;
  font-family: "Outfit", sans-serif !important;
  font-weight: 400;
  font-size: 44px;
  line-height: .9;
  letter-spacing: .01em;
  color: var(--lifex-main-color);
}

.lifex-design-reason__heading span {
  flex: 1;
  height: 1px;
  margin-left: 14px;
  margin-bottom: 5px;
  background: #c7d1d3;
}

.lifex-design-reason__inner {
  display: grid;
  grid-template-columns: 485px 1fr;
  column-gap: 55px;
  align-items: start;
}

.lifex-design-reason__text {
  padding-top: 5px;
}

.lifex-design-reason__text h3 {
  margin: 0 0 55px;
  font-family: "MFW-PGothicMB101Pr6N-Bold", sans-serif !important;
  font-weight: normal !important;
  font-size: 28px;
  line-height: 2.2;
  letter-spacing: .05em;
  color: #000;
}

.lifex-design-reason__text h3 span {
  display: inline-block;
  color: var(--lifex-main-color);
  font-size: 46px;
  line-height: 1.15;
  letter-spacing: .04em;
}

.lifex-design-reason__text p {
  margin: 0 0 24px;
  font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
  font-weight: normal !important;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0;
  color: #000;
}

.lifex-design-reason__text p:last-child {
  margin-bottom: 0;
}

.lifex-design-reason__image {
  width: 100%;
  padding-top: 84px;
}

.lifex-design-reason__image img {
  display: block;
  width: 100%;
  height: auto;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .lifex-design-reason {
    padding: 85px 0 20px;
  }

  .lifex-design-reason__heading {
    margin-bottom: 38px;
  }

  .lifex-design-reason__heading h2 {
    font-size: 27px;
    line-height: 1;
  }

  .lifex-design-reason__heading span {
    margin-left: 12px;
    margin-bottom: 4px;
  }

  .lifex-design-reason__inner {
    display: block;
  }

  .lifex-design-reason__text h3 {
    margin-bottom: 36px;
    font-size: 22px;
    line-height: 1.65;
  }

  .lifex-design-reason__text h3 span {
    font-size: 34px;
  }

  .lifex-design-reason__text p {
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 2;
  }

  .lifex-design-reason__image {
    padding-top: 45px;
  }
}

/* =========================================
コスト イントロ
========================================= */

.lifex-cost-intro {
  padding: 125px 0 135px;
  background: #fff;
}

.lifex-cost-intro__inner {
  display: grid;
  grid-template-columns: 420px 1fr;
  column-gap: 95px;
  align-items: flex-start;
}

.lifex-cost-intro__text {
  padding-top: 60px;
}

.lifex-cost-intro__lead {
  margin: 0 0 32px;

  font-family: "MFW-PGothicMB101Pr6N-Bold", sans-serif !important;
  font-weight: normal !important;
  font-size: 25px;
  line-height: 1.45;
  letter-spacing: .05em;

  color: #000;
}
.lifex-cost-intro__lead span {
  font-family: "MFW-PGothicMB101Pr6N-Bold", sans-serif !important;
  font-size: 44px;
}
.lifex-cost-intro__text h2 {
  margin: 0;

  font-family: "MFW-PGothicMB101Pr6N-Bold", sans-serif !important;
  font-weight: normal !important;
  font-size: 30px;
  line-height: 1.65;
  letter-spacing: .05em;

  color: #000;
}

.lifex-cost-intro__text h2 span,
.lifex-cost-intro__text h2 em {
  font-style: normal;
  font-size: 44px;
  letter-spacing: .04em;
}

.lifex-cost-intro__text h2 em {
  color: var(--lifex-main-color);
}

.lifex-cost-intro__image {
  width: 100%;
}

.lifex-cost-intro__image img {
  display: block;
  width: 100%;
  height: auto;
}

/* SP */
@media screen and (max-width: 767px) {
  .lifex-cost-intro {
    padding: 20px 0 90px;
  }

  .lifex-cost-intro__inner {
    display: block;
  }

  .lifex-cost-intro__lead {
    font-size: 18px;
    margin: 0 0 18px;
  }
.lifex-cost-intro__lead span {
    font-family: "MFW-PGothicMB101Pr6N-Bold", sans-serif !important;
    font-size: 37px;
}
  .lifex-cost-intro__text h2 {
    font-size: 24px;
    line-height: 1.6;
  }

  .lifex-cost-intro__text h2 span,
  .lifex-cost-intro__text h2 em {
    font-size: 38px;
  }

  .lifex-cost-intro__image {
    margin-top: 42px;
  }
}

/* =========================================
コスト トータルコスト
========================================= */

.lifex-cost-about {
  padding: 120px 0 145px;
  background: #e9eeef;
}

.lifex-cost-about__heading {
  text-align: center;
  margin-bottom: 50px;
}

.lifex-cost-about__heading h2 {
  margin: 0 0 30px;

  font-family: "MFW-PGothicMB101Pr6N-Bold", sans-serif !important;
  font-weight: normal !important;
  font-size: 34px;
  line-height: 1.45;
  letter-spacing: .05em;

  color: #000;
}

.lifex-cost-about__heading h2 span {
  font-size: 45px;
  color: var(--lifex-main-color);
}

.lifex-cost-about__heading p {
  margin: 0;

  font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
  font-weight: normal !important;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0;

  color: #000;
}

.lifex-cost-about__graph {
  width: 100%;
  margin: 0 auto 115px;
}

.lifex-cost-about__graph img {
  display: block;
  width: 100%;
  height: auto;
}

/* ---------- 01 ---------- */

.lifex-cost-about__point {
  min-width: 0;
}

.lifex-cost-about__point--01 {
  display: grid;
  grid-template-columns: 520px 1fr;
  column-gap: 52px;
  align-items: center;
  margin-bottom: 92px;
}

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

.lifex-cost-about__point-head {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 20px;
  align-items: center;
  margin-bottom: 24px;
}

.lifex-cost-about__point-head span {
  display: block;
  padding-right: 18px;
  border-right: 1px solid var(--lifex-main-color);

  font-family: "Outfit", sans-serif !important;
  font-weight: 300;
  font-size: 68px;
  line-height: .9;
  letter-spacing: .02em;

  color: var(--lifex-main-color);
}

.lifex-cost-about__point-head h3 {
  margin: 0;

  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-weight: normal !important;
  font-size: 24px;
  line-height: 1.45;
  letter-spacing: .04em;

  color: #000;
}

.lifex-cost-about__point-head h3 em {
  font-style: normal;
  color: var(--lifex-main-color);
  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
}

.lifex-cost-about__point-text p {
  margin: 0;

  font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
  font-weight: normal !important;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0;

  color: #000;
}

/* ---------- 02 / 03 ---------- */

.lifex-cost-about__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 52px;
}

.lifex-cost-about__grid .lifex-cost-about__point-image {
  margin-bottom: 42px;
}

.lifex-cost-about__grid .lifex-cost-about__point-head {
  margin-bottom: 24px;
}

.lifex-cost-about__grid .lifex-cost-about__point-head span {
  font-size: 72px;
}

.lifex-cost-about__grid .lifex-cost-about__point-head h3 {
  font-size: 24px;
}

/* =========================
SP
========================= */

@media screen and (max-width: 767px) {

  .lifex-cost-about {
    padding: 80px 0 90px;
  }

  .lifex-cost-about__heading {
    margin-bottom: 45px;
  }

  .lifex-cost-about__heading h2 {
    margin-bottom: 26px;
    font-size: 25px;
    line-height: 1.55;
  }

  .lifex-cost-about__heading h2 span {
    font-size: 30px;
  }

  .lifex-cost-about__heading p {
    line-height: 1.9;
    text-align: center;
  }

  .lifex-cost-about__graph {
    margin-bottom: 35px;
  }

  .lifex-cost-about__point--01 {
    display: block;
    margin-bottom: 62px;
  }

  .lifex-cost-about__point--01 .lifex-cost-about__point-image {
    margin-bottom: 34px;
  }

  .lifex-cost-about__grid {
    display: block;
  }

  .lifex-cost-about__grid .lifex-cost-about__point {
    margin-bottom: 62px;
  }

  .lifex-cost-about__grid .lifex-cost-about__point:last-child {
    margin-bottom: 0;
  }

  .lifex-cost-about__grid .lifex-cost-about__point-image {
    margin-bottom: 34px;
  }

  .lifex-cost-about__point-head {
    column-gap: 15px;
    margin-bottom: 18px;
  }

  .lifex-cost-about__point-head span,
  .lifex-cost-about__grid .lifex-cost-about__point-head span {
    padding-right: 14px;
    font-size: 43px;
    padding: 8px 12px 8px 0px;
  }

  .lifex-cost-about__point-head h3,
  .lifex-cost-about__grid .lifex-cost-about__point-head h3 {
    font-size: 18px;
    line-height: 1.5;
  }

  .lifex-cost-about__point-text p {
    font-size: 13px;
    line-height: 1.95;
  }
}

/* =========================================
コスト 実現できる理由
========================================= */

.lifex-cost-reason {
  padding: 125px 0 135px;
  background: #fff;
}

.lifex-cost-reason__heading {
  margin-bottom: 95px;
  text-align: center;
}

.lifex-cost-reason__heading h2 {
  margin: 0 0 16px;

  font-family: "MFW-PGothicMB101Pr6N-Bold", sans-serif !important;
  font-weight: normal !important;
  font-size: 31px;
  line-height: 1.55;
  letter-spacing: .05em;

  color: #000;
}

.lifex-cost-reason__heading h2 span {
  color: var(--lifex-main-color);
}

.lifex-cost-reason__heading p {
  display: inline-block;
  margin: 0;
  padding: 8px 24px 9px;

  background: var(--lifex-main-color);
  color: #fff;

  font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
  font-weight: normal !important;
  font-size: 16px;
  line-height: 1;
  letter-spacing: .05em;
}

/* list */

.lifex-cost-reason__list {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}

.lifex-cost-reason__item {
  display: grid;
  grid-template-columns: 380px 1fr;
  column-gap: 70px;
  align-items: flex-start;
  margin-bottom: 82px;
}

.lifex-cost-reason__item:last-child {
  margin-bottom: 0;
}

.lifex-cost-reason__image {
  margin: 0;
}

.lifex-cost-reason__image img {
  display: block;
  width: 100%;
  height: auto;
}

.lifex-cost-reason__num {
  margin: 0 0 16px;

  font-family: "Outfit", sans-serif !important;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  letter-spacing: .01em;
  padding-top: 20px;
  color: var(--lifex-main-color);
}

.lifex-cost-reason__text h3 {
  margin: 0 0 24px;

  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-weight: normal !important;
  font-size: 22px;
  line-height: 1.65;
  letter-spacing: .04em;

  color: #000;
}

.lifex-cost-reason__text h3 span {
  color: var(--lifex-main-color);
}

.lifex-cost-reason__desc {
  margin: 0;

  font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
  font-weight: normal !important;
  font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0;

  color: #000;
}

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

  .lifex-cost-reason__heading {
    margin-bottom: 55px;
  }

  .lifex-cost-reason__heading h2 {
    font-size: 24px;
    line-height: 1.55;
  }

  .lifex-cost-reason__heading p {
    padding: 7px 32px;
    font-size: 14px;
    line-height: 1.5;
  }

  .lifex-cost-reason__item {
    display: block;
    margin-bottom: 58px;
    border-bottom: solid 1px #eee;
        padding-bottom: 34px;
  }

  .lifex-cost-reason__image {
    margin-bottom: 0px;
  }

  .lifex-cost-reason__num {
    margin-bottom: 18px;
    font-size: 24px;
  }

  .lifex-cost-reason__text h3 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.6;
  }

  .lifex-cost-reason__desc {
    font-size: 13px;
    line-height: 1.95;
  }
}

/**************************************************
固定ページ プラン・価格 (イントロ)
**************************************************/

.lifex-plan-intro {
  padding: 155px 0 165px;
  background: #fff;
}

.lifex-plan-intro__inner {
  display: grid;
  grid-template-columns: 500px 1fr;
  column-gap: 98px;
  align-items: center;
}

.lifex-plan-intro__text {
  padding-top: 10px;
}

.lifex-plan-intro__text h2 {
  margin: 0 0 66px;
  font-family: "MFW-PGothicMB101Pr6N-Bold", sans-serif !important;
  font-weight: normal !important;
  font-size: 35px;
  line-height: 1.5;
  letter-spacing: .05em;
  color: #000;
}

.lifex-plan-intro__text h2 span.lifex-plan-intro-span01 {
  font-size: 55px;
  letter-spacing: .08em;
}
.lifex-plan-intro__text h2 span.lifex-plan-intro-span02 {
  font-size: 42px;
  letter-spacing: .08em;
}

.lifex-plan-intro__text p {
  margin: 0 0 30px;
  font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
  font-weight: normal !important;
  font-size: 15px;
  line-height: 2;
  color: #000;
}

.lifex-plan-intro__text p:last-child {
  margin-bottom: 0;
}

.lifex-plan-intro__image {
  width: 100%;
}

.lifex-plan-intro__image img {
  display: block;
  width: 100%;
  height: auto;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .lifex-plan-intro {
    padding: 80px 0 90px;
  }

  .lifex-plan-intro__inner {
    display: block;
  }

  .lifex-plan-intro__text {
    padding-top: 0;
  }

  .lifex-plan-intro__text h2 {
    margin-bottom: 38px;
    font-size: 24px;
    line-height: 1.55;
  }

.lifex-plan-intro__text h2 span.lifex-plan-intro-span01 {
  font-size: 34px;
  letter-spacing: .08em;
}
.lifex-plan-intro__text h2 span.lifex-plan-intro-span02 {
  font-size: 28px;
  letter-spacing: .08em;
}


  .lifex-plan-intro__text p {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 2;
  }

  .lifex-plan-intro__image {
    margin-top: 48px;
  }
}
/**************************************************
固定ページ プラン・価格 (タブ切り替え)
**************************************************/
.lifex-plan-section {
  padding: 110px 0 120px;
  background: #e9eeef;
}

.lifex-lower-inner {
  max-width: 1110px;
  width: calc(100% - 80px);
  margin: 0 auto;
}

.lifex-plan-heading {
  margin-bottom: 75px;
  text-align: center;
  color: var(--lifex-main-color);
}

.lifex-plan-heading h2 {
  margin: 0;
  font-family: "Outfit", sans-serif !important;
  font-weight: 400;
  font-size: 62px;
  line-height: 1;
  letter-spacing: .02em;
  color: var(--lifex-main-color);
}

.lifex-plan-heading p {
  margin: 8px 0 0;
  font-family: "MFW-YuGoPr6N-Bold" !important;
  font-size: 18px;
  line-height: 1;
  letter-spacing: .08em;
}

.lifex-plan-tabs__nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 9px;
  margin-bottom: 12px;
}

.lifex-plan-tabs__nav button {
  height: 64px;
  border: 2px solid var(--lifex-main-color);
  background: #fff;
  color: #111;
  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-weight: normal !important;
  font-size: 15px;
  letter-spacing: .04em;
  cursor: pointer;
  transition: .25s;
  border-radius: 0px;
}

.lifex-plan-tabs__nav button.is-active {
  background: var(--lifex-main-color);
  color: #fff;
}

.lifex-plan-tabs__body {
  background: #fff;
}

.lifex-plan-panel {
  display: none;
  padding: 70px 52px 82px;
  opacity: 0;
}

.lifex-plan-panel.is-active {
  display: block;
  animation: lifexTabFade .35s ease forwards;
}

@keyframes lifexTabFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.lifex-plan-panel__top {
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 50px;
  align-items: start;
}

.lifex-plan-panel__text h3 {
  margin: 0 0 34px;
  font-family: "Outfit", sans-serif !important;
  font-weight: 400;
  font-size: 50px;
  line-height: 1;
  color: var(--lifex-main-color);
}

.lifex-plan-panel__text h4 {
  margin: 0 0 30px;
  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-weight: normal !important;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: .05em;
  color: #000;
}

.lifex-plan-panel__text p {
  margin: 0 0 28px;
  font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
  font-weight: normal !important;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0;
  color: #000;
}

.lifex-plan-panel__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 9px;
}

.lifex-plan-panel__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  background: var(--lifex-main-color);
  color: #fff;
  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-weight: normal !important;
  font-size: 18px;
  line-height: 1;
  letter-spacing: .02em;
}

.lifex-plan-panel__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.lifex-plan-panel__price {
  display: flex;
  align-items: center;
  margin-top: 24px;
  padding: 18px 0 16px;
  border-top: 1px solid var(--lifex-main-color);
  border-bottom: 1px solid var(--lifex-main-color);
}

.lifex-plan-panel__price > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-right: 18px;
  background: var(--lifex-main-color);
  color: #fff;
  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-weight: normal !important;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}

.lifex-plan-panel__price p {
  display: flex;
  align-items: baseline;
  margin: 0;
  color: #000;
}

.lifex-plan-panel__price strong {
  font-family: "Outfit", sans-serif !important;
  font-weight: 300;
  font-size: 76px;
  line-height: .9;
  letter-spacing: .02em;
}

.lifex-plan-panel__price p {
  font-family: "MFW-PGothicMB101Pr6N-Medium", sans-serif !important;
  font-weight: normal !important;
  font-size: 31px;
  line-height: 1;
}

.lifex-plan-panel__price small {
  margin-left: 6px;
  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-weight: normal !important;
  font-size: 17px;
}

.lifex-plan-panel__floor {
  width: 92%;
  margin: 85px auto 0;
}

.lifex-plan-panel__floor img {
  display: block;
  width: 100%;
  height: auto;
}

.lifex-plan-section__note {
  margin: 34px 0 0;
  font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
  color: #111;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .lifex-plan-section {
    padding: 75px 0 80px;
  }

  .lifex-lower-inner {
    width: calc(100% - 40px);
  }

  .lifex-plan-heading {
    margin-bottom: 42px;
  }

  .lifex-plan-heading h2 {
    font-size: 46px;
  }

  .lifex-plan-tabs__nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .lifex-plan-tabs__nav button {
    height: 47px;
    font-size: 14px;
  }

  .lifex-plan-panel {
    padding: 42px 22px 50px;
  }

  .lifex-plan-panel__top {
    display: block;
  }

  .lifex-plan-panel__text h3 {
    margin-bottom: 28px;
    font-size: 34px;
  }

  .lifex-plan-panel__text h4 {
    font-size: 18px;
    line-height: 1.55;
  }
  .lifex-plan-panel-plan2 h4 {
    font-size: 16px;
  }

  .lifex-plan-panel__text p {
    font-size: 14px;
    line-height: 1.9;
  }

  .lifex-plan-panel__visual {
    margin-top: 38px;
  }

  .lifex-plan-panel__price strong {
    font-size: 40px;
  }

  .lifex-plan-panel__price p {
    font-size: 20px;
  }

  .lifex-plan-panel__price small {
    font-size: 9px;
  }
.lifex-plan-panel__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 14px;
  background: var(--lifex-main-color);
  color: #fff;
  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-weight: normal !important;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .02em;
}
  .lifex-plan-panel__floor {
    width: 100%;
    margin-top: 50px;
  }
  .lifex-plan-panel__price > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-right: 18px;
  background: var(--lifex-main-color);
  color: #fff;
  font-family: "MFW-PGothicMB101Pr6N-DeBold", sans-serif !important;
  font-weight: normal !important;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
}
}

/**************************************************
固定ページ 資料請求・お問い合わせ
**************************************************/
.page-id-13 h1,
.page-id-13 h2,
.page-id-13 h3,
.page-id-13 h4,
.page-id-13 h5,
.page-id-13 p,
.page-id-13 ul li,
.page-id-13 ol li,
.page-id-13 span {
  font-family: "MFW-PGothicMB101Pr6N-Regular", sans-serif !important;
}
.page-id-13 .lifex-contact {
  padding: 0px 0px 150px;
}
.page-id-13 .lifex-page-mv__content h1 {
  font-family: "MFW-PGothicMB101Pr6N-Bold" !important;
}
.page-id-13 .lifex-page-mv__sub p {
  font-family: "Outfit", sans-serif !important;
}

/**************************************************
固定ページ FC加盟検討の方
**************************************************/
.page-id-253 h1,
.page-id-253 h2,
.page-id-253 h3,
.page-id-253 h4,
.page-id-253 h5,
.page-id-253 p,
.page-id-253 ul li,
.page-id-253 ol li,
.page-id-253 span {
  font-family: "MFW-PGothicMB101Pr6N-Regular", sans-serif !important;
}
.page-id-253 .lifex-contact {
  padding: 0px 0px 150px;
}
.page-id-253 .lifex-page-mv__content h1 {
  font-family: "MFW-PGothicMB101Pr6N-Bold" !important;
}
.page-id-253 .lifex-page-mv__sub p {
  font-family: "Outfit", sans-serif !important;
}
@media screen and (max-width: 767px) {
  .page-id-253 .lifex-contact {
  padding: 0px 0px 0px;
}
.page-id-13 .lifex-contact {
  padding: 0px 0px 0px;
}
}
/* 固定ページ
------------------------------------------------------------ */
.section {
  padding: 4.8rem 0;
}

@media screen and (min-width: 640px) {
  .section {
    padding: 6.4rem 0;
  }
}

@media screen and (min-width: 782px) {
  .section {
    padding: 9.5rem 0;
  }
}




/* TOPページ
------------------------------------------------------------ */



/* TOP  お知らせセクション
------------------------------------------------------------ */
.top-section-news ul {
  margin: 0 auto;
  list-style: none;
}

.top-section-news ul li {
  margin-bottom: 1.6rem;
  padding-bottom: 1.2rem;
  border-bottom: solid 1px rgba(83, 83, 83, 1);
}

.top-section-news ul li:last-of-type {
  margin-bottom: 0;
}

.top-section-news ul .cat-links {
  margin: 0 0 0.4rem 0.4rem;
  display: inline-block;
}

.top-section-news ul .cat-links a {
  padding: 0 0.4rem;
  display: inline-block;
  min-width: calc(72px - 8px);
  /* 左右のpadding */
  text-align: center;
}

@media screen and (min-width: 640px) {
  .top-section-news ul .cat-links {
    margin: 0 0.4rem 0 0.4rem;
  }

  .top-section-news ul .entry-title {
    display: inline-block;
  }
}

/* 固定 共通
------------------------------------------------------------ */


/* TOP  NEWSセクション
------------------------------------------------------------ */
.top-section-news {
    padding: 7.8rem 0;
}
@media screen and (min-width: 782px) {
    .top-section-news {
        padding: 9.5rem 0;
    }
}
.top-section-news .section-title {
  margin-bottom: 16px;
}
body.home .top-section-news .section-title01 p {
font-size: 250%;
    font-weight: 400;
    letter-spacing: 10px;
    text-transform: uppercase;
}
@media screen and (min-width: 782px) {
body.home .top-section-news .section-title01 p {
    font-size: 350%;
    font-weight: 400;
    letter-spacing: 10px;
    text-transform: uppercase;
}
}
.top-section-news a.btn {
  margin-top: 16px;
  border: none;
  color: #fff;
  background-color: transparent;
  box-shadow: none;
  padding: 1.6rem 0em 1.6rem 2.4rem;
  text-align: right;
}

/* 固定 企業情報ページ
------------------------------------------------------------ */
.page-section-company {
  padding: 2rem 0 7.5rem;
}
.page-section-company table th {
  width: 25%;
}
.page-section-company table td {
  width: 75%;
}
.page-section-company table th,
.page-section-company table td {
  color: #333;
}
.page-section-company table td span {
  display: block;
}
@media (max-width: 640px) {
  .page-section-company table th,
  .page-section-company table td {
    width: auto;
}
}
.award {
  padding-bottom: 16px;
  margin-bottom: 32px;
  border-bottom: solid 1px #eee;
}
.award .flexbox-col2 .flex-item {
    -webkit-flex-basis: 30%;
    flex-basis: 30%;
}
.award .flexbox-col2 .flex-item:nth-child(2) {
    flex-grow: 1;
}
.award .flexbox-col2 .flex-item h2 {
  margin-bottom: 10px;
}
.award .flexbox-col2 .flex-item h2 span.award-title01 {
    border-bottom: solid 2px #333;
    width: max-content;
    padding: 0 16px 5px 10px;
    color: #333;
    display: block;
}
.award .flexbox-col2 .flex-item h2 span.award-title02 {
    margin-top: 5px;
    display: block;
    font-size: 33px;
    background: linear-gradient(55deg, #6c272d 0%, #C71F1F 40%, #fdd35c 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.award .flexbox-col2 .flex-item p {
  color: #333;
}
@media (max-width: 768px) {
  .award .flexbox-col2 .flex-item {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
}
.award .flexbox-col2 .flex-item:nth-child(2) {
    flex-grow: 0;
}
.award .flexbox-col2 .flex-item img {
  max-width: 160px;
  margin: 0 auto;
}
.award .flexbox-col2 .flex-item h2 span.award-title01 {
    border-bottom: solid 2px #333;
    width: max-content;
    padding: 0 16px 5px 10px;
    color: #333;
    display: block;
    margin: 0 auto;
}
.award .flexbox-col2 .flex-item h2 span.award-title02 {
    margin-top: 10px;
    display: block;
    font-size: 26px;
    background: linear-gradient(55deg, #6c272d 0%, #C71F1F 40%, #fdd35c 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    text-align: center;
}
.award .flexbox-col2 .flex-item p {
  margin-bottom: 8px;
}
}


/* 固定 お問合せページ
------------------------------------------------------------ */
.wpcf7 .required,
.wpcf7 .optional {
  margin: 0 0.4rem 0.4rem 0;
  font-size: 90%;
  line-height: 1;
}

.form-p label {
  font-weight: bold;
}

.wpcf7 .form-p br {
  display: none;
}

/* ココナラデモ用 */
.page-section-contact .text-group {
  margin: 0;
  padding: 0;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 3;
}

.page-section-contact .text-group p {
  font-size: 250%;
}

.page-section-contact .overlay {
  background: rgba(187, 137, 126, 0.4);
  /* #BB897E */
  background: linear-gradient(133deg, rgba(106, 129, 186, 0.4) 0%, rgba(187, 137, 126, 0.4) 100%);
}

/* 予約完了
------------------------------------------------------------ */
.page-section-thanks {
  padding: 20px 0;
}
.page-section-thanks h2 {
  text-align: center;
  font-size: 22px;
  line-height: 1.7;
}
.page-section-thanks h2 span {
  display: block;
  font-size: 17px;
  font-weight: 400;
}
.page-section-thanks h2,
.page-section-thanks h3,
.page-section-thanks p {
  color: #333;
}
.thanks-inner-p {
  text-align: left;
}
@media screen and (min-width: 782px) {
  .thanks-inner-p {
  text-align: center;
}
}
.autoreply {
  margin: 40px auto 32px;
  max-width: 800px;
  padding: 32px;
  border: solid 1px #CA5C62;
}
.autoreply h3,
.autoreply p {
  color: #CA5C62;
}
.autoreply h3 {
  padding-bottom: 12px;
  border-bottom: solid 1px #CA5C62;
  margin-bottom: 12px;
}
.autoreply p {
  margin-bottom: 3px;
}
@media screen and (min-width: 782px) {
.page-section-thanks h2 {
  text-align: center;
  font-size: 30px;
  line-height: 1.7;
}
.page-section-thanks h2 span {
  display: block;
  font-size: 20px;
  font-weight: 400;
}
}

/* 固定 プライバシーポリシー、免責事項ページ
------------------------------------------------------------ */
.page-section-policy {
    padding: 2rem 0 7.5rem;
}
.page_privay-policy {
  padding-top: 36px;
}
.page_privay-policy p {
  margin-bottom: 0;
}
.page-id-3 h2,
.page-id-3 h3,
.page-id-3 h4,
.page-id-3 p,
.page-id-3 ul li {
  color: #333 !important;
}
.page-id-3 .lifex-page-mv__sub p,
.page-id-3 .lifex-contact__content h2,
.page-id-3 .lifex-contact__content p,
.page-id-3 .lifex-footer__inner p {
  color: #fff !important;
}
.page-id-3 .main-navigation a,
.page-id-3 .top-section-btn h2,
.page-id-3 .top-section-btn p {
  color: #fff !important;
}
.page-section-policy .section-container .section-title h3,
.page-section-disclaimer .section-container .section-title h3 {
  margin-top: 0;
    margin-bottom: 2.4rem;
}
.page-section-policy .section-container h3,
.page-section-disclaimer .section-container h3 {
  margin-top: 5.6rem;
  margin-bottom: 0.4rem;
}

.page-section-policy .section-container p,
.page-section-policy .section-container ul,
.page-section-disclaimer .section-container p,
.page-section-disclaimer .section-container ul {
  margin-bottom: 1.6rem
}

.page-section-policy .section-container p.margin-bottom0,
.page-section-disclaimer .section-container p.margin-bottom0 {
  margin-bottom: 0;
}
.page-id-3 .top-section-btn-inner h3 {
  color: #fff !important;
}

/* 固定 サイトマップページ
------------------------------------------------------------ */
.page-section-sitemap {
    padding: 2rem 0 7.5rem;
}
.flex-sitemap {
  gap: 1.6rem;
}

.flex-sitemap .flex-item a {
  padding: 1.2rem;
  display: block;
  position: relative;
  text-decoration: none;
}

.flex-sitemap .flex-item a::after {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 50%;
  right: 12px;
  -ms-transform: translate(-12px, -50%);
  -webkit-transform: translate(-12px, -50%);
  transform: translate(-12px, -50%);
  content: '\0bb';
}
.flex-sitemap .flex-item a {
  background-color: transparent;
  color: #333;
  border: solid 1px #333;
  margin-bottom: 16px;
}
.flex-sitemap {
  gap: 0;
}
.flex-sitemap .flex-item a:hover {
  background-color: transparent;
}
@media screen and (min-width: 640px) {
  .flex-sitemap {
    gap: 0rem;
  }

  .flex-sitemap .flex-item {
    -webkit-flex-basis: calc(calc(100% / 3) - calc(calc(24px / 4) * 2));
    flex-basis: calc(calc(100% / 3) - calc(calc(24px / 4) * 2));
  }
}




/* 投稿ページ
------------------------------------------------------------ */
@media screen and (min-width: 540px) {
  .single .post-thumbnail {
    margin-left: auto;
    margin-right: auto;
  }
}

#comments {
  display: none;
}


/* アーカイブページ
------------------------------------------------------------ */


/* Footer
------------------------------------------------------------ */
/* widget */
.footer-widget-1 .custom-html-widget a {
  text-decoration: none;
}

/* site-bottom */
.site-bottom .current-menu-item>a {
  text-decoration: underline;
}

/* site-info */
@media screen and (min-width: 782px) {
  .footer-navigation {
    float: none;
  }

  .site-info {
    clear: both;
    float: none;
    text-align: center;
  }
}

/* back-to-top */
.back-to-top {
  right: 0;
  bottom: 60px;
  border-radius: 0;
  display: block;
}
body .grecaptcha-badge {
  bottom: 60px !important;
}

/**************************************************
共通 (footer)
**************************************************/

.lifex-footer {
  width: 100%;
  background: #313131;
  color: #fff;
}

.lifex-footer__inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: min(1150px, calc(100% - 40px));
  min-height: 380px;
  margin: 0 auto;
  padding: 145px 0 70px;
}

.lifex-footer__logo {
  width: 230px;
  margin-right: auto;
}

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

.lifex-footer__nav {
  display: flex;
  gap: 105px;
  padding-top: 0;
}

.lifex-footer__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lifex-footer__list li {
  margin: 0 0 22px;
  line-height: 1;
}

.lifex-footer__list a {
  font-family: "MFW-YuGoPr6N-Medium", sans-serif !important;
  font-weight: normal !important;
  font-size: 15px;
  line-height: 1;
  letter-spacing: .08em;
  color: #fff;
  text-decoration: none;
  transition: opacity .3s ease;
}

.lifex-footer__list a:hover {
  opacity: .65;
  color: #fff;
}

.lifex-footer__copy {
  position: absolute;
  left: 50%;
  bottom: 38px;
  transform: translateX(-50%);
  margin: 0;
  font-family: "MFW-YuGoPr6N-Medium", sans-serif !important;
  font-weight: normal !important;
  font-size: 12px;
  letter-spacing: .04em;
  color: #fff;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .lifex-footer__inner {
    display: block;
    width: calc(100% - 40px);
    min-height: auto;
    padding: 70px 0 55px;
  }

  .lifex-footer__logo {
    width: 190px;
    margin: 0 0 48px;
  }

  .lifex-footer__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }

  .lifex-footer__list li {
    margin-bottom: 18px;
  }

  .lifex-footer__list a {
    font-size: 13px;
    letter-spacing: .05em;
  }

  .lifex-footer__copy {
    position: static;
    transform: none;
    margin-top: 48px;
    text-align: center;
  }
}

@media screen and (max-width: 420px) {
  .lifex-footer__nav {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

/**************************************************
共通 (CONTACT)
**************************************************/

.lifex-contact {
  width: 100%;
  padding: 120px 0 150px;
  background: #fff;
}

.lifex-contact__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: min(1150px, calc(100% - 80px));
  margin: 0 auto;
  background: #313131;
}

.lifex-contact__image {
  overflow: hidden;
}

.lifex-contact__image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.lifex-contact__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  padding: 70px 55px;
  background: #808F94;
  color: #fff;
  text-align: center;
}

.lifex-contact__content h2 {
  margin: 0 0 30px;
  font-family: "Outfit", sans-serif !important;
  font-weight: 400;
  font-size: 60px;
  line-height: .8;
  letter-spacing: .02em;
  color: #fff;
}

.lifex-contact__content h2::after {
  content: "";
  display: block;
  width: 450px;
  max-width: 100%;
  height: 1px;
  margin: 28px auto 0;
  background: rgba(255,255,255,.85);
}

.lifex-contact__content p {
  margin: 0 0 55px;
  font-family: "MFW-YuGoPr6N-Medium", sans-serif !important;
  font-weight: normal !important;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .06em;
  color: #fff;
}

.lifex-contact__btn {
  width: 270px;
  height: 56px;
  background: transparent;
  color: #fff !important;
  border-color: #fff;
}

.lifex-contact__btn .lifex-btn__arrow {
  right: 28px;
  width: 38px;
  background: #fff;
}

.lifex-contact__btn .lifex-btn__arrow::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .lifex-contact {
    width: auto;
    max-width: 100%;
    padding: 60px 24px 50px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .lifex-contact__inner {
    display: block;
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    background: #808F94;
  }

  .lifex-contact__image,
  .lifex-contact__content {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .lifex-contact__image img {
    width: 100%;
    height: auto;
    min-height: auto;
    aspect-ratio: 16 / 10;
    object-fit: cover;
  }

  .lifex-contact__content {
    padding: 52px 18px 40px;
  }

  .lifex-contact__content h2 {
    margin-bottom: 24px;
    font-size: 38px;
  }

  .lifex-contact__content h2::after {
    width: 100%;
    max-width: 260px;
    margin-top: 22px;
  }

  .lifex-contact__content p {
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 1.9;
    letter-spacing: 0;
  }

  .lifex-contact__btn {
    width: 100%;
    max-width: 280px;
    box-sizing: border-box;
  }
}

/* 全ページ共通のお問合せセクション
------------------------------------------------------------ */
/* 背景画像セクション */
.section-bgimage {
  padding-bottom: 4.0rem;
}

.section-bgimage .aspect-bgimage {
  padding-top: 56.25%;
}

.section-bgimage .btn-group {
  margin: 0;
  padding: 0;
  bottom: -48px;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 3;
}

.section-bgimage a.btn {
  margin-top: 0;
  padding: 4.0rem 2.4rem;
  min-width: calc(255px - 48px);
  /* 左右のpadding */
}
a.btn::after {
  content: '';
  top: 50%;
  right: -1px;
  width: 32px;
  height: 1px;
}
@media screen and (max-width: 768px) {
.section-bgimage a.btn {
  margin-top: 0;
  padding: 4.0rem 2.4rem 4.0rem 1.2rem;
  min-width: calc(255px - 48px);
  font-size: 105%;
  /* 左右のpadding */
}
a.btn::after {
  content: '';
  top: 50%;
  right: -1px;
  width: 26px;
  height: 1px;
}
}
@media screen and (min-width: 540px) {
  .section-bgimage a.btn {
    min-width: calc(320px - 48px);
    /* 左右のpadding */
  }
}

@media screen and (min-width: 640px) {
  .section-bgimage .aspect-bgimage {
    padding-top: 50%;
  }

  .section-bgimage .btn-group {
    bottom: -56px;
  }

  .section-bgimage a.btn {
    padding: 4.8rem 2.4rem;
    min-width: calc(360px - 48px);
    /* 左右のpadding */
  }
}

@media screen and (min-width: 782px) {
  .section-bgimage .aspect-bgimage {
    padding-top: 40%;
  }

  .section-bgimage .btn-group {
    bottom: -64px;
  }

  .section-bgimage a.btn {
    padding: 5.6rem 2.4rem;
    min-width: calc(400px - 48px);
    /* 左右のpadding */
  }
}

@media screen and (min-width: 980px) {
  .section-bgimage .aspect-bgimage {
    padding-top: 35%;
  }

  .section-bgimage .btn-group {
    bottom: -72px;
  }

  .section-bgimage a.btn {
    padding: 6.4rem 2.4rem;
    min-width: calc(480px - 48px);
    /* 左右のpadding */
  }
}
.section-bgimage {
  padding-top: 0px !important;
}
/* SNSセクション */
.section-sns .bg-logo {
  margin: 0 auto 3.2rem;
  max-width: 140px;
}
@media screen and (min-width: 782px) {
.section-sns .bg-logo {
  margin: 0 auto 3.2rem;
  max-width: 180px;
}
}
.section-sns .bg-logo .aspect-bgimage {
  background-size: contain;
}

.section-sns ul {
  margin: 0 auto;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  line-height: 1;
  gap: 16px;
}

.section-sns ul a {
  display: inline-block;
  border: solid 1px rgba(187, 137, 126, 1);
  width: calc(40px - 2px);
  height: calc(40px - 2px);
}

.section-sns ul a:hover {
  border-color: rgba(247, 247, 247, 1);
}

.section-sns ul .fab {
  margin: 0;
  padding: 0;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 540px) {
  .section-sns ul {
    gap: 20px;
  }

  .section-sns ul a {
    width: calc(48px - 2px);
    height: calc(48px - 2px);
  }
}

/* アンカーリンク */
@media only screen and (min-width:760px){
    span.anchorlink {
       position: relative;
       top: -70px;
       display: block;
    }
}

/* コンタクトフォーム
------------------------------------------------------------ */
.page-section-contact {
  padding: 5rem 0 7.5rem;
}
.page-section-contact p {
  color: #333;
}
body .page-section-contact .section-title h2 {
  margin: 8px 0px 14px;
}
.page-section-contact .section-title span {
  display: block;
  background-color: var(--lifex-main-color);
  color: #fff;
  padding: 5px 0;
    margin: 0 auto 14px;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
}
@media only screen and (min-width:760px){
  .page-section-contact .section-title span {
  display: block;
  background-color: var(--lifex-main-color);
  color: #fff;
  padding: 5px 0;
    margin: 0 auto 24px;
    width: 50%;
    font-weight: bold;
    font-size: 15px;
    font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
}
}
.page-section-contact input[type="text"],
.page-section-contact input[type="email"],
.page-section-contact input[type="url"],
.page-section-contact input[type="tel"],
.page-section-contact textarea {
  background-color: #fff;
  border: solid 1px #e2e2e2;
  color: #333;
}
.page-section-contact input[type="text"]:focus,
.page-section-contact input[type="email"]:focus,
.page-section-contact input[type="url"]:focus,
.page-section-contact input[type="tel"]:focus,
.page-section-contact textarea:focus {
  color: #333;
}
.page-section-contact input {
  -webkit-appearance: auto;
}
.page-section-contact .wpcf7-radio,
.page-section-contact .wpcf7-checkbox {
  display: block;
}
.page-section-contact .wpcf7-list-item {
    display: inline-block;
    margin: 8px 1em 0 0em;
}
input::placeholder,
textarea::placeholder {
  color: #c0c0c0;
  opacity: 1;  /* iOS/Safari対策：薄くならないように */
}
.submit-caution {
    margin-bottom: 2.4rem;
    padding: 1.6rem 1.6rem;
    background-color: transparent;
}
.submit-acceptance .wpcf7-list-item-label::before {
  top: -1px;
}
/* 2列レイアウト（姓＋名、セイ＋メイ、郵便番号＋都道府県） */
.wpcf7 .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.wpcf7 .form-row .form-p {
  flex: 1 1 0;
  margin-bottom: 16px;
}

/* インプットを横幅100%に */
.wpcf7 .form-p input[type="text"],
.wpcf7 .form-p input[type="email"],
.wpcf7 .form-p input[type="tel"],
.wpcf7 .form-p textarea,
.wpcf7 .form-p select {
  width: 100%;
  box-sizing: border-box;
}

.submit-caution a {
    text-decoration: none !important;
    color: var(--lifex-main-color);
}

/* SPでは1列に落とす */
@media (max-width: 768px) {



}


.box-004 {
    display: flex;
    grid-gap: 0 .7em;
    margin: 0 auto;
    padding: 1em;
    border-radius: 5px;
    background-color: #ffebee;
    color: #333333;
    margin-bottom: 24px;
}

.box-004::before {
    width: 24px;
    height: 24px;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.8659 3.00017L22.3922 19.5002C22.6684 19.9785 22.5045 20.5901 22.0262 20.8662C21.8742 20.954 21.7017 21.0002 21.5262 21.0002H2.47363C1.92135 21.0002 1.47363 20.5525 1.47363 20.0002C1.47363 19.8246 1.51984 19.6522 1.60761 19.5002L11.1339 3.00017C11.41 2.52187 12.0216 2.358 12.4999 2.63414C12.6519 2.72191 12.7782 2.84815 12.8659 3.00017ZM10.9999 16.0002V18.0002H12.9999V16.0002H10.9999ZM10.9999 9.00017V14.0002H12.9999V9.00017H10.9999Z' fill='%23f06060'%3E%3C/path%3E%3C/svg%3E");
}

.box-004 p {
    margin: 0;
    padding: 0 0 0 .7em;
    border-left: 1px solid #f06060;
}

.box-008 {
    display: flex;
    align-items: center;
    grid-gap: 0 .7em;
    margin: 0 auto;
    padding: 1em;
    border-radius: 5px;
    background-color: #ecffe9;
    color: #333333;
    margin-bottom: 24px;
}

.box-008::before {
    width: 16px;
    height: 8px;
    border-bottom: 3px solid #86d67c;
    border-left: 3px solid #86d67c;
    transform: rotate(-45deg) translate(2.5px, -2.5px);
    content: '';
}

.box-008 p {
    margin: 0;
    padding: 0 0 0 .7em;
    border-left: 1px solid #86d67c;
}
.bikou {
  font-size: 12px;
  padding-left: 3px;
}
.bikou2 {
  font-size: 12px;
  display: block;
  margin-top: 6px;
}

/* CF7 Turnstile：送信ボタン直前・コンパクト表示 */
.wpcf7 form .cf-turnstile {
  max-width: 80px;   /* 横幅を小さく */
  transform: scale(0.65); /* 全体を少し縮小 */
  transform-origin: left top;
  opacity: 0.4;       /* 主張を弱める */
  margin: 6px 0 10px; /* 送信ボタンとの間隔調整 */
}
/* 先頭に出るTurnstileを非表示（送信直前のものは残す） */
.wpcf7 form .cf-turnstile:first-of-type {
  display: none;
}

/* reCAPTCHA (v3) */
.grecaptcha-badge{
  bottom: 8px !important;
  right: auto !important;
  z-index: 5;
  left: 8px !important;
  width: 70px !important;
}
.grecaptcha-badge:hover{
  left: 8px !important;
  width: 256px !important;
}
body.page-id-13 .section-title01 h3,
body.page-id-253 .section-title01 h3 {
      margin-bottom: 8px;
    margin-top: 24px;
    font-size: 17px;
    line-height: 1.8;
    font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
}
body.page-id-13 .section-title01 p.midashi-notice,
body.page-id-253 .section-title01 p.midashi-notice {
    font-size: 90%;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
    opacity: 1;
    font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
}
@media (max-width: 768px) {
  body.page-id-13 .section-title01 h3,
  body.page-id-253 .section-title01 h3 {
      margin-bottom: 8px;
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.8;
    font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
}
body.page-id-13 .section-title01 p.midashi-notice,
body.page-id-253 .section-title01 p.midashi-notice {
    font-size: 90%;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
    opacity: 1;
    font-family: "MFW-YuGoPr6N-Demi", sans-serif !important;
}
}
/*********************************************************
プライバシーポリシー改定に伴う修正 (2026/03/04)
**********************************************************/
.page_privay-policy h2.privay-policy-h2 {
  background-color: #e1e1e1;
  padding: 16px;
  margin-top: 40px;
  margin-bottom: 16px;
}
.page_privay-policy h3.privay-policy-h3 {
  padding-bottom: 8px;
  border-bottom: solid 1px #333;
  margin-bottom: 16px;
  margin-top: 24px;
}
.page_privay-policy .privay-policy-day {
  text-align: right;
  font-weight: bold;
}
.page_privay-policy ol,
.page_privay-policy ul {
  margin: 0 0 2.25em 2.4em;
}
.page_privay-policy ol li ol {
  margin: 0.7em 0 .7em 2.4em;
}
.page_privay-policy .privay-policy-service {
  width: max-content;
  padding: 4px 24px;
  border: solid 1px #999;
  text-align: center;
}
.page_privay-policy ol,
.page_privay-policy ul,
.page_privay-policy p {
  color: #333;
}



@media screen and (max-width: 767px) {
  .lifex-top-plan,
  .lifex-top-plan__inner,
  .lifex-top-plan__content {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .lifex-top-plan__inner {
    display: block !important;
    grid-template-columns: none !important;
    gap: 0 !important;
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 767px) {
  .lifex-top-plan__content,
  .lifex-top-plan__content * {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .lifex-top-plan__content h2,
  .lifex-top-plan__content p,
  .lifex-top-plan__content .lifex-btn {
    width: 100% !important;
    max-width: 100% !important;
  }


}
@media screen and (max-width: 767px) {
  .lifex-top-quality,
  .lifex-top-products {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  .lifex-top-quality *,
  .lifex-top-products * {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .lifex-top-quality img,
  .lifex-top-products img {
    width: 100% !important;
    height: auto !important;
  }
}
@media screen and (max-width: 767px) {
  .lifex-top-feature,
  .lifex-top-about,
  .lifex-box,
  .lifex-box-flex-box-column3,
  .flex-floating,
  .flex-box-inner {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .lifex-top-feature *,
  .lifex-top-about *,
  .lifex-box *,
  .lifex-box-flex-box-column3 *,
  .flex-floating *,
  .flex-box-inner * {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .lifex-top-feature img,
  .lifex-top-about img,
  .lifex-box img {
    max-width: 100% !important;
    height: auto !important;
  }
}
.font-small {
  font-size: 10px;
  margin-left: 4px;
}