/* /2026lp1 専用（ヘッダー固定をLPだけ解除して安定させる） */

/* LPではヘッダー固定を解除（被り・余白調整を不要にする） */


/* LP本文：ヘッダー固定分の余白を上に確保 */
main.lp2026{
  margin: 0 !important;
  padding: var(--headerH) 0 0 0 !important;
}

main.lp2026 img{
  display: block;
  width: 100%;
  height: auto;
}

/* PC/SP出し分け */
.lp2026__pc{ display: block; }
.lp2026__sp{ display: none; }

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

/* =========================================================
   画像の間に入れるCTAボタン（アウトライン版：枠と文字だけ緑）
   ※「背景が緑」「文字が白」になってしまうのを防ぐため、
     background を transparent + !important で固定
   ========================================================= */

.lp2026__cta{
  padding: 22px 0; /* 画像との間隔 */
}



/* 中央寄せ */
main.lp2026 .centered_btn{
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: center;
}

/* アウトライン（枠と文字だけ緑）＋ PCで大きくなりすぎない */
main.lp2026 .centered_btn .com_btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: auto;
  max-width: 920px;          /* PCでの最大幅（大きすぎる場合は760px等に） */
  padding: 14px 22px;

  background: transparent !important; /* テーマ側の背景色（黒/緑）を確実に打ち消す */
  border: 2px solid #4597a0 !important;
  color: #4597a0 !important;

  border-radius: 80px;
  font-size: 18px;
  font-weight: 700;

  text-decoration: none;
  line-height: 1.35;
  text-align: center;

  white-space: nowrap;       /* PCは基本1行 */
  box-sizing: border-box;

  transition: all .25s ease;
}

/* hover（お好みで：薄い緑） */
main.lp2026 .centered_btn .com_btn:hover{
  background: rgba(69, 151, 160, 0.08) !important;
}

/* ボタン内の矢印アイコンサイズ・余白（必要に応じて微調整） */
main.lp2026 .centered_btn .com_btn img{
  width: 18px;
  height: auto;
  margin: 0 10px;
}

/* スマホ：押しやすく、折り返し許可 */
@media (max-width: 768px){
  .lp2026__cta{
    padding: 18px 0;
  }

  main.lp2026 .centered_btn{
    padding: 0 16px;
  }

  main.lp2026 .centered_btn .com_btn{
    width: 100%;
    max-width: 560px;
    padding: 12px 14px;
    border-radius: 50px;
    font-size: 14px;

    white-space: normal;     /* スマホは折り返しOK */
  }

  main.lp2026 .centered_btn .com_btn img{
    width: 16px;
    margin: 0 8px;
  }
}

/* =========================================================
   ナビゲーターボタン（塗りつぶし版：#4597a0 背景・白文字）
   ========================================================= */

/* ボタン本体：背景を塗りつぶし、テキストを白に */
main.lp2026 .lp2026__cta--navi .com_btn {
  background: #4597a0 !important;
  border: 2px solid #4597a0 !important;
  color: #ffffff !important;
  white-space: normal !important;
  text-align: center;
  padding: 8px 30px !important;
  flex-direction: column;
  line-height: 1.1;
  gap: 0;
}

main.lp2026 .lp2026__cta--navi .com_btn:hover {
  background: #3a8189 !important;
  border-color: #3a8189 !important;
}

/* 上段テキスト（小さめ）：PCでは1行、折り返さない */
.lp2026__navi-sub {
  display: block;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.2;
}

/* 下段テキスト（大きめ）：「利用する」 */
.lp2026__navi-main {
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
  margin-top: 2px;
}

/* スマホ：フォントサイズ調整 */
@media (max-width: 768px) {
  .lp2026__navi-sub {
    font-size: 13px;
    white-space: normal;
    line-height: 1.2;
  }

  .lp2026__navi-main {
    font-size: 18px;
  }

  main.lp2026 .lp2026__cta--navi .com_btn {
    padding: 5px 12px !important;
    max-width: 265px;
  }
}

/* =========================================================
   ナビゲーター提供開始予定テキスト（赤字・センター揃え）
   ========================================================= */
.lp2026__navi-notice {
  color: #e00;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  margin: 8px 0 0;
  padding: 0 20px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .lp2026__navi-notice {
    font-size: 12px;
    padding: 0 16px;
  }
}

/* =========================================================
   PC下部CTA（静的配置：2026lp1_pc_04.pngとフッターの間）
   ========================================================= */
.lp2026__bottom-cta {
  padding: 40px 20px;
  background-color: #fff;
  border-top: 1px solid #DEDEDE;
}

.lp2026__bottom-cta-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  gap: 30px;
}

.lp2026__bottom-mazuha {
  width: 340px;
  flex-shrink: 0;
}

.lp2026__bottom-mazuha img {
  width: 100%;
  height: auto;
}

.lp2026__bottom-btn {
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-width: 240px;
  padding: 0 32px;
  background-color: #4597A0;
  border-radius: 80px;
  font-size: 18px;
  font-weight: 700;
  height: 64px;
  text-decoration: none;
  transition: all .3s;
  white-space: nowrap;
}

.lp2026__bottom-btn:hover {
  color: #fff !important;
  transform: scale(1.05);
}

.lp2026__bottom-btn img {
  width: 20px !important;
  max-width: 20px !important;
  height: 20px !important;
  flex-shrink: 0;
}
