@charset "utf-8";

body {
  font-family: "Noto Sans JP","Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo",sans-serif;
  background-color: #fff;
  font-size: 16px;
  color: #111;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
}

a {
  transition: 0.3s;
}

a:hover {
  filter: brightness(1.3);
}

.sp {
  display: none;
}


/*--------------------------------
 レイアウト
---------------------------------*/
.wrapper01 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.wrapper02 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
}


/*--------------------------------
 ヘッダー
---------------------------------*/
.header {
  background-color: #000D39;
  padding: 12px 0;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.header .logo {
  max-width: 380px;
  height: auto;
}

.header .logo a {
  display: flex;
  align-items: center;
}

.header .cta-btn {
  max-width: 224px;
  height: auto;
}


/*--------------------------------
 FV
---------------------------------*/
.fv {
  background-image: url(../lp01-img/fvbg_pc.jpg);
  background-size: cover;
  background-position: center;
  padding: 30px 0;
}

.fv .container {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.fv-text {
  max-width: 592px;
  height: auto;
  width: 50%;
}

.contact-form {
  background-color: #fff;
  padding: 20px 40px 12px;
  border-radius: 10px;
  flex: 1;
  max-width: 600px;
}

.form-title {
  margin-bottom: 20px;
}

.contact-form .form-name {
  font-weight: 500;
  margin-bottom: 5px;
}

.required {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  padding: 2px 6px;
  background-color: #E83629;
  margin-left: 5px;
  vertical-align: 2px;
}

.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"] {
  background-color: #F1F1F1;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #111;
}

.contact-form textarea {
  background-color: #F1F1F1;
  width: 100%;
  height: 120px;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #111;
}

.contact-type_options {
  display: flex;
  flex-wrap: wrap;
  max-width: 520px;
  margin-bottom: 10px;
}

.wpcf7-list-item {
  width: 173px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 7px;
  margin-left: 0;
}

.contact-form input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact-form input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  background-color: #F1F1F1;
  border-radius: 3px;
  vertical-align: -2px;
  margin-right: 5px;
}

.contact-form input[type="checkbox"]:checked {
  background-color: #E83629;
}

.contact-form input[type="checkbox"]:checked::before {
  position: absolute;
  content: '';
  top: 3px;
  left: 6px;
  transform: rotate(50deg);
  width: 5px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.contact-form input[type="image"] {
  max-width: 224px;
  height: auto;
  transition: 0.3s;
}

.contact-form input[type="image"]:hover {
  filter: brightness(1.3);
}

.submit-btn {
  text-align: center;
  margin-top: 12px;
}

.submit-btn.sp {
  display: none;
}


/*--------------------------------
 お悩み
---------------------------------*/
.worry {
  background-image: url(../lp01-img/worry-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

/*--------------------------------
 特徴
---------------------------------*/
.feature {
  background-image: url(../lp01-img/feature-bg.jpg);
  background-size: cover;
  background-position: top;
  padding: 276px 0 80px;
}

/*--------------------------------
 ご支援領域
---------------------------------*/
.support-area {
  background-image: url(../lp01-img/support-area_bg.jpg);
  background-size: cover;
  background-position: top;
  padding: 80px 0;
}

/*--------------------------------
 コンサルタント
---------------------------------*/
.consultant {
  background-image: url(../lp01-img/consultant-bg.jpg);
  background-size: cover;
  background-position: top;
  padding: 80px 0;
}

.consultant-cta {
  max-width: 360px;
  height: auto;
  margin: 90px auto 0;
}

/*--------------------------------
 プラン
---------------------------------*/
.plan {
  background-image: url(../lp01-img/plan-bg.jpg);
  background-size: cover;
  background-position: top;
  padding: 80px 0;
}

/*--------------------------------
 ご契約までの流れ
---------------------------------*/
.flow {
  background-image: url(../lp01-img/flow-bg.jpg);
  background-size: cover;
  background-position: top;
  padding: 80px 0 60px;
}

/*--------------------------------
 最短即日依頼可能
---------------------------------*/
.closing {
  background-image: url(../lp01-img/closing-bg.jpg);
  background-size: cover;
  background-position: top;
  padding: 230px 0 80px;
}

/*--------------------------------
 お問い合わせ
---------------------------------*/
.contact {
  background-image: url(../lp01-img/contact-bg.jpg);
  background-size: cover;
  background-position: top;
  padding: 320px 0 80px;
}

.contact-title {
  margin-bottom: 60px;
}

.contact-form.bottom {
  max-width: 680px;
  padding: 40px 60px;
  margin: 0 auto;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 30%));
}

.contact-form.bottom textarea {
  height: 200px;
}

.contact-form.bottom .contact-type_options {
  flex-direction: column;
  margin-bottom: 18px;
}

.contact-form.bottom input[type="text"],
.contact-form.bottom input[type="tel"],
.contact-form.bottom input[type="email"] {
  margin-bottom: 20px;
}

.contact-form.bottom .submit-btn {
  margin-top: 30px;
}

/*--------------------------------
 フッター
---------------------------------*/
.footer {
  background-color: #000D39;
  color: #fff;
  text-align: center;
  padding: 40px 0;
}

.footer-logo {
  max-width: 300px;
  height: auto;
  margin: 0 auto 40px;
}

.footer_link {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
  font-family: "YuMincho", "游明朝", "Hiragino Mincho ProN", serif;
}

.footer a:hover {
  opacity: 0.8;
}

.footer .line {
  width: 1px;
  height: 20px;
  background-color: #fff;
  margin: 0 20px;
}

.copyright {
  font-size: 16px;
  margin-top: 40px;
  font-weight: 400;
  font-family: "YuMincho", "游明朝", "Hiragino Mincho ProN", serif;
}

/*--------------------------------
 下層ページ：運営会社
---------------------------------*/
.company {
  background-image: url(../lp01-img/white-bg.jpg);
  background-size: cover;
  background-position: top;
  padding: 80px 0;
  flex: 1;
}

.company-title {
  margin-bottom: 60px;
}

.company-table {
  width: 100%;
  border-collapse: collapse;
}

.company-table tr:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.company-table th {
  padding: 40px 0 40px 20px;
  text-align: left;
  vertical-align: top;
  font-size: 20px;
  font-weight: 500;
}

.company-table td {
  padding: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.company-table tr:last-child td {
  padding-bottom: 0;
}



/*--------------------------------
 下層ページ：プライバシーポリシー
---------------------------------*/
.privacy-policy {
  background-image: url(../lp01-img/privacy-policy-bg.jpg);
  background-size: cover;
  background-position: top;
  padding: 80px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.privacy-policy-title {
  margin-bottom: 60px;
}

.privacy-policy-preamble {
  margin-bottom: 30px;
}

.item:not(:last-child) {
  padding: 30px 0;
  border-bottom: #ccc 1px solid;
}

.item:last-child {
  padding-top: 30px;
}

.item-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.item-text_mb {
  margin-bottom: 10px;
}

.item-list li {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}


/*--------------------------------
 下層ページ：サンクスページ、404ページ
---------------------------------*/
.thanks,
.error {
  background-image: url(../lp01-img/white-bg.jpg);
  background-size: cover;
  background-position: top;
  padding: 80px 0;
  flex: 1;
}

.error-message {
  max-width: 455px;
  margin: 0 auto;
}

.top-btn {
  max-width: 300px;
  height: auto;
  margin: 60px auto 0;
}



/*--------------------------------
 下部固定CTA（スマホ）
---------------------------------*/
.cta-bottom {
  display: none;
  position: sticky;
  bottom: 0;
}



/*media Queries 768px
----------------------------------------------------*/
@media screen and (max-width: 768px) {

  /* === FV === */
  .fv .container {
    flex-direction: column;
    align-items: center;
  }

  .fv-text {
    width: 100%;
  }

  .form-title {
    max-width: 100%;
  }

  /* === お悩み === */
  .worry {
    padding: 60px 0;
  }

  /* === 特徴 === */
  .feature {
    padding:180px 0 60px;
  }

  /* === ご支援領域 === */
  .support-area {
    padding: 60px 0;
  }

  /* === コンサルタント === */
  .consultant {
    padding: 60px 0;
  }

  .consultant-cta {
    margin-top: 60px;
  }

  /* === プラン === */
  .plan {
    padding: 60px 0;
  }

  /* === ご契約までの流れ === */
  .flow {
    padding: 60px 0 40px;
  }

  /* === 最短即日依頼可能 === */
  .closing {
    padding: 140px 0 60px;
  }

  /* === お問い合わせ === */
  .plan {
    padding: 60px 0;
  }

}


/*media Queries 480px
----------------------------------------------------*/
@media screen and (max-width: 480px) {

  body {
    font-size: 14px;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /* === レイアウト === */
  .wrapper01 {
    padding: 0 20px;
  }

  .wrapper02 {
    padding: 0 20px;
  }

  
  /* === ヘッダー === */
  .header {
    padding: 8px 0;
  }

  .header .container {
    gap: 20px;
  }

  .header .logo {
    max-width: 180px;
  }

  .header .cta-btn {
    max-width: 134px;
  }

  /* === FV === */
  .fv {
    background-image: url(../lp01-img/fvbg_sp.jpg);
    padding: 20px 0 40px;
  }

  .contact-form {
    border-radius: 5px;
    padding: 20px 20px 10px;
  }

  .submit-btn.pc {
    display: none;
  }

  .submit-btn.sp {
    display: block;
  }

  .contact-form input[type="image"] {
    max-width: 100%;
    filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 30%));
  }


  /* === お悩み === */
  .worry {
    padding: 0;
  }

  /* === 特徴 === */
  .feature {
    padding: 0;
  }

  /* === ご支援領域 === */
  .support-area {
    padding: 0;
  }

  /* === コンサルタント === */
  .consultant {
    padding: 0;
    position: relative;
  }

  .consultant-cta {
    position: absolute;
    bottom: 40px;
    margin: 0;
    max-width: 100%;
    padding: 0 20px;
  }

  /* === プラン === */
  .plan {
    padding: 0;
  }

  /* === ご契約までの流れ === */
  .flow {
    padding: 0;
  }

  /* === 最短即日依頼可能 === */
  .closing {
    padding: 0;
  }

  /* === お問い合わせ === */
  .contact {
    background-image: url(../lp01-img/contact-bg_sp.jpg);
    padding: 220px 0 40px;
  }

  .contact-title {
    margin-bottom: 30px;
  }

  .contact-form.bottom {
    max-width: 100%;
    padding: 20px;
  }

  .contact-form.bottom input[type="text"],
  .contact-form.bottom input[type="tel"],
  .contact-form.bottom input[type="email"] {
    margin-bottom: 14px;
  }

  .contact-form.bottom .contact-type_options {
    margin-bottom: 10px;
  }

  .contact-form.bottom .submit-btn {
    margin-top: 20px;
  }

  /* === フッター === */
  .footer-logo {
    max-width: 200px;
    margin-bottom: 30px;
  }

  .footer {
    padding: 40px 0;
  }

  .footer a {
    font-size: 12px;
  }

  .footer .line {
    height: 18px;
    margin: 0 10px;
  }

  .copyright {
    font-size: 10px;
    margin-top: 10px;
  }

  /* === 下層ページ：運営会社 === */
  .company {
    background-image: url(../lp01-img/white-bg_sp.jpg);
    padding: 40px 0;
    flex: 1;
  }

  .company-title {
    margin-bottom: 20px;
  }

  .company-table th {
    padding: 20px 0;
    font-size: 14px;
    width: 60px;
  }

  .company-table td {
    padding: 20px 0 20px 20px;
    font-size: 14px;
  }

  /* === 下層ページ：プライバシーポリシー === */
  .privacy-policy {
    background-image: url(../lp01-img/privacy-policy-bg_sp.jpg);
    padding: 40px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
  }

  .privacy-policy-title {
    margin-bottom: 30px;
  }

  .privacy-policy-preamble {
    margin-bottom: 10px;
  }

  .item:not(:last-child) {
    padding: 20px 0;
    border-bottom: #ccc 1px solid;
  }

  .item:last-child {
    padding-top: 20px;
  }

  .item-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .item-list li {
    list-style: none;
    padding-left: 1em;
    text-indent: -1em;
  }

  /* === 下層ページ：サンクスページ === */
  .thanks,
  .error {
    background-image: url(../lp01-img/white-bg_sp.jpg);
    padding: 40px 0;
    flex: 1;
  }

  .top-btn {
    max-width: 200px;
    height: auto;
    margin: 30px auto 0;
  }



}