/* ======================================================
  【LPページ用カスタムCSS - style.css】
  ------------------------------------------------------
  LPページ用のカスタムスタイルを記述します。
  修正履歴は下記のログファイルで管理しています。

  ▼ 更新ログ：
     assets/css/update-log.txt

  ▼ ルール：
     ・このstyle.cssにのみ追記
     ・master.cssは編集禁止
     ・修正日時と内容をログに記載する
======================================================== */

/* 取引実績企業ロゴ */
.p-logo__list__image {
  background-image: url(../images/lp_c-logo250807pc.png);
}
@media screen and (max-width: 767px) {
  .p-logo__list__image {
    background-image: url(../images/lp_c-logo250807sp.png);
  }
}
/* 2025/04/04 自動翻訳機能ブロック対応、キャリアアドバイザー入れ替え */
html {
  translate: no;
}
.c-support--support1 .c-support__person {
  background-image: url(../images/person_support_2504_1.png);
}
.c-support--support2 .c-support__person {
  background-image: url(../images/person_support_2504_2.png);
}
.c-support--support3 .c-support__person {
  background-image: url(../images/person_support_2504_3.png);
}
@media screen and (max-width: 767px) {
  .c-support--support1 .c-support__person {
    background-image: url(../images/person_support_2504_1_sp.png);
  }
  .c-support--support2 .c-support__person {
    background-image: url(../images/person_support_2504_2_sp.png);
  }
  .c-support--support3 .c-support__person {
    background-image: url(../images/person_support_2504_3_sp.png);
  }
}
/* 2025/04/08 LINE固定バナー、スマホ固定フッターバー */
.p-sticky {
  top: auto;
  bottom: 8%;
}
.p-sticky__button.is-sp {
  display: none;
}
@media screen and (max-width: 1439px) {
  .p-sticky {
    top: auto;
    bottom: 11%;
  }
}
@media screen and (max-width: 767px) {
  .p-sticky__button.is-pc {
    display: none;
  }
  .p-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 0;
  }
  .p-sticky__button.is-sp {
    display: flex;
    width: 100%;
  }
  .footer-btn {
    flex: 1;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    padding: 12px 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .footer-btn--line::before {
    content: "\f3c0"; /* LINE */
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    font-size: 16px;
    margin-right: 8px;
  }
  .footer-btn--consult::before {
    content: "\f4be"; /* 🤝 Solid握手: fa-hands-helping */
    font-family: "Font Awesome 6 Free";
    font-weight: 900; /* Solid */
    font-size: 16px;
    margin-right: 8px;
  }
  .footer-btn--line {
    background-color: #38A763;
  }
  .footer-btn--consult {
    background-color: #CF1125;
  }
}
