/* ======================================================
  【LPページ用カスタムCSS - style.css】
  ------------------------------------------------------
  LPページ用のカスタムスタイルを記述します。
  修正履歴は下記のログファイルで管理しています。

  ▼ 更新ログ：
     assets/css/update-log.txt

  ▼ ルール：
     ・このstyle.cssにのみ追記
     ・master.cssは編集禁止
     ・修正日時と内容をログに記載する
======================================================== */

/* 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-footer__inner {
    margin-bottom: 40px;
  }
  .p-sticky__button.is-pc {
    display: none;
  }
  .p-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: 2 !important;
  }
  .p-sticky__button.is-sp {
    display: none;
    width: 100%;
    height: 41px;
    opacity: 0;
    transform: translateY(100%);
  }
  .p-sticky__button.is-sp.show {
    display: flex;
    opacity: 1;
    transform: translateY(0);
  }
  .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;
  }
}

/* TOP メイン画像 */
body, .p-mainVisual {
  max-width: 100vw !important;
  overflow-y: visible !important;
}
.p-mainVisual {
  position: relative;
  background-image: url(../images/bg_mainvisual3.jpg);
  min-height: 48vw;
  width: 100%;
  z-index: 1;
}
.p-mainVisual::before,
.p-mainVisual::after {
  content: "" !important;
  position: absolute !important;
  background-size: cover;
  z-index: 1 !important;
}
.p-mainVisual::before {
  top: 0;
  left: 0;
  background-image: url("../images/mainbg-deco-pc01a.png");
  width: 20vw;
  height: 51vw;
  max-width: 243px;
  max-height: 618px;
}
.p-mainVisual::after {
  bottom: 0;
  right: 0;
  background-image: url("../images/mainbg-deco-pc02a.png");
  width: 13vw;
  height: 33vw;
  max-width: 172px;
  max-height: 437px;
}
.p-mainVisual .site-title {
  position: absolute;
  top: -3%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.p-mainVisual .site-title h1 {
  background-image: url(../images/title_mainvisual_2a.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 73vw;
  max-width: 990px;
  height: 23vw;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.p-mainVisual .badge-images {
  position: absolute;
  right: 10%;
  bottom: 5%;
  background-image: url(../images/badge_mainvisual_3a-2m.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 480px;
  height: 156px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 2;
}
#form {
  position: absolute;
  bottom: 8%;
  right: 50%;
  max-width: 580px;
  width: 90%;
  background: white;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  z-index: 5;
}
.p-form {
  margin: 0;
  padding: 0;
}
.p-form .l-container {
  width: 100%;
  padding: 0;
}
.p-form__inner {
  padding: 0;
}
.p-form .c-form {
  width: 100%;
}
@media screen and (max-width: 1500px) {
  #form {
    bottom: 6%;
    right: 48%;
  }
}
@media screen and (max-width: 1200px) {
  .p-mainVisual .badge-images {
    right: 6em;
    bottom: 2em;
    width: 415px;
    height: 135px;
  }
  #form {
    bottom: 5%;
    max-width: 440px;
  }
}
@media screen and (max-width: 1000px) {
  .p-mainVisual .badge-images {
    right: 5.5%;
    bottom: 1em;
    width: 380px;
    height: 124px;
  }
}
@media screen and (max-width: 880px) {
  .p-mainVisual .badge-images {
    right: 1.5%;
    bottom: 1.5%;
    width: 365px;
    height: 119px;
  }
  #form {
    top: 18vw;
    bottom: unset;
    max-width: 388px;
  }
}
@media screen and (max-width: 767px) {
  .application {
    position: relative;
    bottom: 0;
    transform: none;
    margin-top: 40px;
  }
  .p-header {
    height: 50px;
  }
  .p-header__inner {
    padding-top: 0.4em;
  }
  .p-header__logo {
    width: 119px;
    height: 32px;
  }
  .p-mainVisual {
    background-image: url(../images/bg_mainvisual-sp03c.jpg);
    margin-top: 0;
    height: calc(100vh - 50px);
    min-height: 625px;
    overflow: visible;
  }
  .p-mainVisual::before,
  .p-mainVisual::after {
    background-image: url("../images/mainbg-deco-sp01a.png");
    width: 80px;
    height: 236px;
  }
  .p-mainVisual::after {
    transform: scale(-1, -1);
  }
  .p-mainVisual .site-title {
    top: -10px;
  }
  .p-mainVisual .site-title h1 {
    background-image: url("../images/maintitle-img-sp251014a.png");
    width: 100%;
    max-width: 88vw;
  }
  .p-mainVisual .badge-images {
    top: 21vw;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    width: 380px;
    height: 124px;
  }
  #form {
    top: 285px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 480px;
  }
}
@media screen and (max-width: 600px) {
  .p-mainVisual {
    background-position: center 14%;
  }
  .p-mainVisual .site-title {
    top: 17vw;
  }
  .p-mainVisual .badge-images {
    top: -7vw;
    right: 3vw;
    left: unset;
    transform: none;
    width: 308px;
    height: 100px;
  }
  #form {
    top: 48vw;
  }
}
@media screen and (max-width: 485px) {
  .p-mainVisual {
    background-position: center 10%;
    height: 90vh;
    min-height: 515px;
  }
  .p-mainVisual .badge-images {
    top: -35px;
    right: 2vw;
    width: 215px;
    height: 70px;
  }
  .p-mainVisual .site-title {
    top: 16vw;
  }
  #form {
    top: 48vw;
  }
}

/* ステップフォームエリアのデザイン */
.form-line-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 1.33em;
  font-weight: bold;
  padding: 0.7em 0;
  color: #664f03;
}
.form-line-top::before {
  font-family: "Font Awesome 6 Brands";
  content: "\f3c0";
  color: #38A763;
  font-weight: normal;
  font-size: 1.6em;
}
.form-line-top a {
  color: #BF9224;
  text-decoration: underline;
  text-decoration-color: #DABD75;
  text-underline-offset: 0.5ex;
}
.c-form__title {
  background-color: #0c1a2f;
  border-radius: unset;
  height: auto;
  line-height: 2.1;
}
.c-form__content {
  padding: 2.2em;
}
.form-progress-header {
  box-sizing: border-box;
  margin-bottom: 2.5em;
}
.progress-texts {
  display: flex;
  justify-content: space-between;
  font-size: 1.1em;
  margin-bottom: 0.5em;
  color: #333;
}
.progress-texts .step-count {
  font-size: 110%;
  font-family: "Meiryo", sans-serif;
}
.progress-texts .step-remaining {
  color: #555;
}
.progress-bar-bg {
  width: 100%;
  height: 8px;
  background-color: #eee;
  border-radius: 4px;
  overflow: hidden;
}
.progress-bar-fill {
  height: 100%;
  background-color: #D72638;
  border-radius: 4px;
  transition: width 0.3s ease;
}
.c-form-step-title {
  color: #2a2a2a;
  font-size: 1.1em;
  margin-bottom: 1.55em;
  padding-left: 0.05em;
}
.c-form__content__formGroup__formList > ul {
  flex-wrap: wrap;
}
.c-form__content__formGroup__formList--2item > ul > li {
  width: 100%;
  margin-bottom: 0.7em;
}
.c-form__content__formGroup__formList--1item > ul > li {
  width: 100%;
  margin: 0.3em 0 2.8em;
}
.c-form__content__formGroup__agreeBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-form__content__formGroup {
  margin-bottom: 2.5em;
}
.last-choice .last-guidance {
  font-size: 1em;
  line-height: 1.7;
  margin: -0.5em 0 1.3em;
}
.last-choice .last-guidance a {
  color: #B00E20;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #E88792;
  padding: 0 0.1em;
}
.last-choice .c-form__content__formGroup__agreeBox__checkBox {
  width: 100%;
  max-width: 280px;
  margin: 0 auto 2.3em;
}
.c-form__content__formGroup__agreeBox__checkBox input[type=checkbox]:checked + label {
  background-color: #E38512;
}
.c-form__content__formGroup__formList__select select,
.c-form__content__formGroup__formList__inputText input[type=text],
.c-form__content__formGroup__formList__inputText input[type=email],
.c-form__content__formGroup__formList__inputText input[type=tel],
.c-form__content__formGroup__agreeBox__checkBox label {
  width: 100%;
  height: auto;
  padding: 1em 1.4em;
}
select option[disabled] {
  color: #4a4a4a;
  background-color: #ccc;
}
select option[disabled]:first-child {
  color: #fff;
  background-color: #1b4785;
}
.c-form__content__buttonBox {
  margin-top: 1em;
}
.international-guide {
  text-align: center;
  font-size: 1.3em;
  padding: 0.9em 0;
}
.international-guide a {
  color: #1395ed;
}
.c-form__content__buttonBox__button {
  color: #fff;
  font-weight: bold;
}
.c-form__content__buttonBox__button:hover {
  color: #D72638;
}
.c-form__content__buttonBox__button + .c-form__content__buttonBox__button {
  color: #0c1a2f;
}
.select-button-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-bottom: 2.5em;
}
.select-button-group .select-button {
  width: 40%;
  display: inline-block;
  padding: 1.2em;
  background-color: #ededed;
  border: 2px solid #ededed;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.2s ease;
  min-width: 100px;
  text-align: center;
}
.select-button-group .select-button input[type="radio"] {
  display: none;
}
.select-button-group .select-button.is-checked {
  background-color: #cf1127;
  color: #fff;
  border-color: #cf1127;
}
/* .select-button-group .select-button:hover {
  background-color: #fff;
  color: #cf1127;
  border-color: #cf1127;
} */
@media screen and (max-width: 1200px) {
  .form-progress-header, .c-form__content__formGroup, .select-button-group {
    margin-bottom: 1.7em;
  }
  .select-button-group .select-button {
    padding: 0.7em;
  }
}
@media screen and (max-width: 900px) {
  .c-form__content {
    padding: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .form-line-top {
    font-size: 1.05em;
    padding: 0.4em 0;
  }
  .c-form__title {
    font-size: 1.5em;
    line-height: 2;
  }
  .progress-texts {
    font-size: 1em;
  }
  .c-form-step-title {
    margin-bottom: 1.2em;
  }
  .c-form__content__formGroup__formList__select select, .c-form__content__formGroup__formList__inputText input[type=text], .c-form__content__formGroup__formList__inputText input[type=email], .c-form__content__formGroup__formList__inputText input[type=tel], .c-form__content__formGroup__agreeBox__checkBox label {
    padding: 0.8em 1.2em;
  }
  .c-form__content__buttonBox__button {
    max-width: 250px;
    max-height: 3em;
  }
  .c-form__content__buttonBox__button__icon {
    max-width: 3em;
  }
  .international-guide {
    font-size: 1.05em;
    padding: 0.6em 0;
  }
}
@media screen and (max-width: 485px) {
  .c-form__content {
    padding: 1.2em;
  }
    .form-progress-header, .c-form__content__formGroup, .select-button-group {
    margin-bottom: 1.4em;
  }
}

/* 取引実績企業の紹介 */
.clients {
  width: 85%;
  max-width: 900px;
  margin: 10rem auto 0;
}
.clients h2 {
  text-align: center;
  color: #2e2e2e;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 1em;
}
.clients h3 {
  text-align: center;
  color: #6d6d6d;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1.2em;
}
.clients-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.clients-box {
  width: 23%;
  margin-bottom: 0.2em;
}
.clients-box img {
  display: block;
  width: 100%;
  border: solid 1px #c2c2c2;
  border-radius: 4px;
}
.clients-box p {
  text-align: center;
  font-size: 0.75em;
  font-weight: normal;
  padding: 0.5em 0;
}
@media screen and (max-width: 767px) {
  .clients {
    width: 88%;
    margin: 12vw auto 0;
  }
}
@media screen and (max-width: 600px) {
  .clients {
    width: 78%;
  }
  .clients-box {
    width: 48%;
  }
}
@media screen and (max-width: 485px) {
  .clients {
    margin: 15vw auto 0;
  }
  .clients h2 {
    font-size: 1.6em;
  }
}

/* 各サンクスページ */
.white-bg-area {
  background-color: #fff;
  margin: 3em auto;
  padding: 2.5em 2em;
}
.gray-bg-area {
  background-color: #efefef;
  padding: 2.5em 2em;
}
.white-bg-area p, .gray-bg-area p {
  line-height: 1.7;
}
/*h1.thanks-title {
  color: #CE1126;
  font-size: 2.2em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1.4em;
}*/
h2.thanks-sub {
  text-align: center;
  font-size: 140%;
  font-weight: bold;
  padding-bottom: 0.55em;
}
p.thanks-sub-txt {
  text-align: center;
}
.p-thanks__evaluation__service {
  background-image: url(../images/thanks_evaluation_seavice02a.png);
}
.tel-num {
  font-size: 220%;
  line-height: 2.1;
}
.tel-num::before {
  font-size: 85%;
  font-family: "Font Awesome 6 Free";
  content: "\f2a0";
  padding-right: 0.2em;
}
.course-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.course-selection {
  width: 44%;
  max-width: 320px;
  text-align: center;
  margin: 0.8em 1.1em;
}
.navy-button {
  display: block;
  padding: 2em 2.1em;
  text-decoration: none;
  background: linear-gradient(90deg, #1c2942 0%, #08111f 100%);
  color: #fff;
  border-radius: 100px;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: none;
}
.navy-button:hover {
  background-image: none;
  background-color: #CE1126;
  color: #efefef;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transform: translateY(1px);
}
.outline-button {
  display: inline-block;
  width: 95%;
  max-width: 380px;
  padding: 1.2em 2em;
  border: 2px solid #CE1126;
  color: #CE1126;
  text-decoration: none;
  font-size: 125%;
  font-weight: 400;
  border-radius: 30px;
  background: transparent;
  box-shadow: 0 4px 6px rgba(150, 150, 150, 0.3);
  -webkit-transition: 0.3s ease-in-out;
  transition: all 0.4s ease;
}
.outline-button:hover {
  background-color: rgba(208, 2, 27, 0.05);
  box-shadow: none;
  font-weight: 500;
  transform: translateY(1px);
}
.p-thanks__case {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-thanks__evaluation__service {
    background-image: url(../images/thanks_evaluation_seavice_sp02a.png);
  }
  .course-selection {
    width: 100%;
    margin: 0.8em 0.5em;
  }
  .navy-button {
    padding: 1.5em 1.8em;
  }
  .p-thanks__inner {
    padding-top: 7rem;
  }
  .p-thanks__flow__text {
    background-image: url(../images/thanks_flow_text_sp.svg);
  }
  .p-thanks__case {
    padding-bottom: 3.5em;
  }
  .p-thanks__case__title {
    margin-top: 1em;
  }
  .p-thanks__case__list__item {
    max-width: 100%;
  }
}
@media screen and (max-width: 485px) {
  .tel-num {
    font-size: 200%;
  }
  p.thanks-sub-txt {
    text-align: left;
  }
  .navy-button {
    padding: 1.2em 1.5em;
  }
}

/* 共通設定 */
.pages-top {
  margin-top: 15rem;
}
.pages-bottom {
  margin-bottom: 10rem;
}
.container1150 {
  margin: 0 auto;
  width: 100%;
  max-width: 1150px;
}
.container1000 {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
.container800 {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.container680 {
  margin: 0 auto;
  width: 100%;
  max-width: 680px;
}
.mt1em {
  margin-top: 1em;
}
.mt2em {
  margin-top: 2em;
}
.mt3em {
  margin-top: 3em;
}
.mb1em {
  margin-bottom: 1em;
}
.mb2em {
  margin-bottom: 2em;
}
.mb3em {
  margin-bottom: 3em;
}
.mb4em {
  margin-bottom: 4em;
}
.txt-center {
  text-align: center;
}
.b {
  font-weight: bold;
}
.txt-red {
  color: #cf1127;
}
.txt90 {
  font-size: 90%;
}
.txt95 {
  font-size: 95%;
}
.txt110 {
  font-size: 110%;
}
.txt115 {
  font-size: 115%;
}
.txt120 {
  font-size: 120%;
}
.txt130 {
  font-size: 130%;
}
.txt150 {
  font-size: 150%;
}
.mirai-contents_bnr {
  text-align: center;
  margin: 0.5em auto;
}
.mirai-contents_bnr img.w450 {
  width: 100%;
  max-width: 425px;
}
@media screen and (max-width: 767px) {
  .pages-top {
    margin-top: 0;
  }
  .white-bg-area {
    margin: 0 auto;
  }
  .pages-bottom {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 485px) {
  .white-bg-area {
    margin: 0 auto;
  }
  .p-thanks__titleBox.mb2em {
    margin-bottom: 1em;
  }
}
/* レスポンシブ改行 */
.pc-br {
  display: block;
}
.tb-br, .sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
  .tb-br {
    display: block;
  }
}
@media screen and (max-width: 485px) {
  .sp-br {
    display: block;
  }
}
