/* 画像の余白を除去 */
picture,
img {
  display: block;
  margin: 0;
  padding: 0;
  vertical-align: top;
  line-height: 0;
}

picture {
  line-height: 0;
}



/*header */
.site-header {
  display: none;
}

/* ページ全体の余白を0にする */
body,
html {
  margin: 0 !important;
  padding: 0 !important;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

/* 固定ヘッダー分のpadding */
body {
  padding-top: 90px !important;
}

/* LP用ページの余白を0にする */
.page-template-page-lp {
  margin: 0 !important;
  padding: 0 !important;
}

/* WordPressのデフォルトコンテナクラスの余白を0にする */
.site-main,
.content-area,
.site-content,
.main,
#main,
#content,
.container {
  margin: 0 !important;
  padding: 0 !important;
}

/* フッターを最下部に配置 */
.footer {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

/* ヘッダー */
.header {
  background-color: #fff;
  padding: 15px 40px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.web-button-text-pc {
  display: inline;
}

.web-button-text-sp {
  display: none;
}

.lp-header-content {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.lp-header-content img {
  max-width: 160px;
}

.lp-contact {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 15px;
}

.web-button img {
  width: 40px;
  height: 40px;
}

.web-button {
  background-color: #FFD200;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 2px 2px 4px rgba(154, 149, 149, 0.25);
  text-decoration: none;
  color: inherit;
}

.web-button-phone {
  background-color: #D72A01;
  color: #fff;
}

.web-button-phone .web-button-text {
  color: #fff;
}

.web-button-phone:hover .web-button-text {
  color: #fff;
}

.web-button-line {
  background-color: #00C300;
  color: #fff;
  padding: 6px 10px;
}

.web-button .web-button-text {
  color: #fff;
  line-height: 1.1;
  text-align: center;
}

.web-button:hover .web-button-text {
  color: #fff;
}

.web-button-primary .web-button-text {
  color: #000;
}

.web-button-primary:hover .web-button-text {
  color: #000;
}

.web-button-text {
  font-size: 20px;
  font-weight: 800;
}

.lp-header-content .logo {
  width: 200px;
  max-width: 500px;
}




/* KVセクション */
.kv {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 90px;
}

.kv img {
  display: block;
  margin: 0;
  padding: 0;
}

.kv .lp-contact-kv {
  display: none;
}

.kv .lp-contact-kv1 {
  display: none;
}

/* 固定ボタン（右上に追従） */
.fixed-button {
  position: fixed;
  top: 102px;
  right: 40px;
  z-index: 999;
  background: transparent;
}

.fixed-button .price-button {
  display: inline-block;
  transition: .3s;
  width: 100px;
  height: 85px;
}

.fixed-button .price-button:hover {
  transform: scale(1.1);
}

/* サポートセクション */
.support-bg{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  line-height: 0;
  padding: 20px 40px 0px 40px;
}

/* ボイスセクション */
.voice {
  display: grid;
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.voice-bg,
.voice-bg-layer {
  grid-area: 1 / 1;
}

.voice-bg {
  width: 100%;
  z-index: 1;
  padding: 70px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.voice-bg-layer {
  width: 70%;
  z-index: 2;
  align-items: center;
  max-width: 1046px;
  padding: 40px 70px;
  border-radius: 10px;
}

.voice-text img {
  width: 33%;
}

.voice .heading {
  margin-bottom: 15px;
}

.voice-text {
  display: flex;
  justify-content: space-between;
}

/* CTAセクション */

.cta {
  background-color: #000000;
  padding: 40px 20px 40px;
  margin-top: -20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-bg {
  max-width: 1046px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-content-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.cta .heading2 {
  margin-bottom: 10px;
}

.cta .text {
  margin-bottom: 10px;
}

.cta-content-button {
  display: flex;
  align-items: stretch;
  gap: 8px;
  background: #ffffff;
  padding: 13px 20px 0px 20px;
  border-radius: 4px;
  width: 100%;
  justify-content: center;
}
.cta-content-button img {
  transition: opacity 0.3s ease;
}

.cta-content-button img:hover {
  opacity: 0.8;
}
/* メッセージセクション */
 .message-bg {
  background-color: #D72A01;
  padding: 50px 40px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  }
.message-bg .message-text {
  max-width: 1046px;
  width: 100%;
}


.sp-message-text {
  width: 100%;
}
/* 特徴セクション */
.feature {
  background-color: #FFFDE6;
  padding: 80px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature-bg {
  max-width: 1046px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.feature-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.feature-content-text {
  display: flex;
  align-items: center;
  gap: 50px;
  width: 100%;
}

.feature-image {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: 100%;
}

/* お悩みセクション */
.worries {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 40px 80px 40px;
  gap: 80px;
}

.worries-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1046px;
}

.worries-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.worries-example {
  justify-content: center;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  width: 100%;
}

.worries-example img {
  width: 100%;
}

.worries .heading2 {
  display: block;
  margin: 0 auto 60px auto;
  text-align: center;
}

/* 約束セクション */
.promise {
  position: relative;
}

.promise-bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 40px;
}
.promise .promise-content,.promise .promise-text {
  max-width: 1046px;
  width: 100%;
}
.promise-content {
  margin-bottom: 20px;
}
/* 区切りセクション */
.section-divider .arrow{
  position: absolute;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
}

/* useセクション */
.use{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #D72A01;
  padding: 25px 40px 0px 40px;
  width: 100%;
}
.use-bg {
  max-width: 1046px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.use .house {
  width: 80%;
}
/* freeセクション */
.free {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding:0px 40px 20px 40px;
  min-height: 300px;
}
.free-bg {
  max-width: 1046px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.free-text {
  margin-bottom: 5px;
}

.section-divider img {
  display: inline-block;    
  height: auto;
}
/* 理由セクション */
.reason-bg {
  background: url('./images/reason/bg.png') no-repeat center/cover;
  padding: 80px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.reason .heading {
  width:40%;
  margin-bottom: 24px;
}

.reason-content {
  max-width: 1046px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px 20px;
}

.reason-content img {
  width: 30%;
}

/* サービスセクション */
.service {
  background-color: #FFFDE6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 40px;

}

.service-bg {
  max-width: 1046px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.service-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  gap: 25px;
}

.service-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 60px;
}

.service-content .table {
  width: 45%;
}

.service-content-text {
  width: 55%;
  display: flex;
  gap: 20px;
  flex-direction: column;
  gap: 20px;
}


/* エリアセクション */
.area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 40px;
}

.area-bg {
  max-width: 1046px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.area-content {
  display: flex;
  gap: 30px;
  max-width: 1046px;
  width: 100%;
}

.map {
  width: 50%;
  height: auto;
  object-fit: contain;
}

.area-content-text {
  width: 60%;
  gap: 10px;
}

/* エリアフォントサイズ */
.area-content-text h3 {
  font-size: 16px;
  margin: 0 0 4px 0;
}

.area-content-text p {
  font-size: 10px;
  margin: 0 0 10px 0;
}

.price {
  background-color: #FFEB2A;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 40px;
}

.price-bg {
  max-width: 1046px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.price .heading {
  margin-bottom: 40px;
}

.price-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 1046px;
}

.price-content-text {
  width: calc(50% - 10px);
  background-color: #fff;
  padding: 10px 20px 20px 20px;
  border-radius: 10px;
  box-sizing: border-box;
}

.price-content-text img {
  width: 53px;
  margin: 0 0 12px 0;
}

.price-content-text-heading {
  display: flex;
  align-items: center;
  gap: 5px;
}

.price-content-text-heading h3 {
  font-size: 24px;
  color: #D72A01;
  font-weight: 800;
  margin: 0 0 3px 0;
}

.price-content-text-content-title {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}

.price-content-text-content p {
  margin: 15px 0 0 0;
}

.price-content-caption {
  font-size: 14px;
  text-align: left;
  margin: 15px 0 0 0;
  align-self: flex-start;
  width: 100%;
  max-width: 1046px;
}
.card-bg {
  width: 100%;
  max-width: 1046px;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Q&Aセクション */
.question {
  background-color: #FFFDE6;
  padding: 90px 40px;
}

.question .heading {
  margin-bottom: 40px;
}

.question-bg {
  max-width: 1046px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.question-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-bottom: 2px solid #BFBFBF;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.question-content:last-child {
  margin-bottom: 0;
}

.question-content-text,
.answer-content-text {
  display: flex;
  align-items: center;
  gap: 20px;
}

.question-content-text-heading,
.answer-content-text-heading {
  font-size: 30px;
  color: #fff;
  background-color: #D72A01;
  font-weight: 800;
  display: inline-block;
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 6px;
  flex-shrink: 0;
}

.answer-content-text-heading {
  background-color: #FFD200;
  color: #000;
}

.question-content-text-content {
  color: #D72A01;
  font-size: 24px;
  font-weight: 800;
}

.answer-content-text-content {
  font-weight: 500;
}

/* 会社概要セクション */
.campany {
  background-color: #FFD200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 40px;
}

.campany-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1046px;
  width: 100%;
}

.campany-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}

.campany-content .heading {
  width: 80%;
}

.campany-content-text-box {
  display: flex;
  flex-direction: column;
  gap: 7px;
  border-left: 1px solid #333333;
  padding-left: 30px;
  width: 90%;
}

.campany-content-text {
  display: flex;
  gap: 10px;
}

.campany-content-text h3,
.campany-content-text p {
  font-size: 16px;
  font-weight: 800;
  margin: 0;
}

.campany-illust,
.campany-illust2 {
  width: 15%;
}

.sp-campany-illust {
  display: none;
}

/* お問い合わせセクション */
.contact {
  background-color: #FFF6A1;
  padding: 90px 40px;
}

.contact-bg {
  max-width: 1046px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact .heading {
  display: flex;
  margin: 0 auto;

}

.contact-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 44px;

}

.contact-form-content {
  gap: 30px;
}

.contact-form label {
  font-size: 18px;
  font-weight: 800;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 20px;
}

/* Contact Form 7 入力フィールドのスタイル */
.wpcf7-form-control,
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-select,
.wpcf7-email,
.wpcf7-tel,
.wpcf7-url {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  font-size: 16px !important;
  padding: 12px !important;
  border: none !important;
  border-radius: 4px !important;
  background-color: #ffffff !important;
}

.wpcf7-submit {
  width: 100% !important;
  max-width: 300px !important;
  margin: 20px auto 0 auto !important;
  display: block !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  padding: 15px 30px !important;
  background-color: #D72A01 !important;
  color: white !important;
  border: none !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  transition: opacity 0.3s ease !important;
}

.wpcf7-submit:hover {
  opacity: 0.8 !important;
}

.footer {
  padding: 20px 40px;
  width: 100%;
  margin: 0;
  margin-bottom: 0 !important;
}

.footer-copyright {
  font-size: 12px;
  text-align: center;
  margin: 0;
  padding: 0;
}

/* ボタンの基本スタイル */
.btn a {
  position: relative;
  display: block;
  width: 280px;
  padding: 15px 0;
  background-color: #21BE78;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  text-decoration: none;
  text-align: center;
  transition: .2s;
  box-sizing: border-box;
}

.btn a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: .2s;
  box-sizing: border-box;
}

/* 光のスタイル */
.btn-flash {
  position: relative;
  overflow: hidden;
}

.btn-flash::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%);
  transition: .5s;
}

/* ホバー時のスタイル */
.btn-flash:hover::before {
  top: 0;
  left: 100%;
}

/* タブレット用 */

/* ヘッダー */
@media (max-width: 1030px) {
  /* KVセクション */
  .kv {
    padding-top: 90px;
  }

    /* CTA セクション */
    .cta {
      padding: 30px 20px 50px 20px;
      margin-top: -5px;
    }

    .cta-content-box {
      gap: 20px;
    }

    .cta-content-button {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 10px 8px 0px 5px;
      gap: 5px;
    }

    .cta-content-button picture ,.cta-content-button a{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 80%;
    }

    .cta-content-button picture img {
      width: 100%;
    }

    .cta-content-button img {
      width: 80%;
    }



    .cta .heading2 {
      margin: 0;
    }

    .cta .text {
      margin: 0;
    }
  .worries-example {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }


  /* voiceセクション */
  .voice-bg-layer {
    width: 90%;
  }
  /* メッセージセクション */
  .message-bg {
    width: 100%;
    padding: 50px 40px;
  }

  .message-bg .message-text {
    max-width: none;
    width: 100%;
    padding: 0px;
  }

 .message-text {
        width: 100%;
        padding: 0px;
     }

  .reason .heading {
    width:60%;
  }

  /* モバイル用 */

  /* ヘッダー */
  @media (max-width: 767px) {
    .header {
      padding: 4px 10px;
      position: relative;
      box-shadow: none;
    }

    /* モバイル版ではbodyのpadding-topを0に */
    body {
      padding-top: 0 !important;
      padding-bottom: 80px !important;
      scroll-padding-top: 20px;
    }

    .kv{
      padding-top: 0px;
    }

    .lp-header-content {
      gap: 15px;
      padding: 0;
    }

    .lp-header-content .logo {
      width: 120px;
      max-width: none;
    }

    .lp-contact {
      gap: 10px;
    }

    .web-button {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 2px 10px;
    }

    .web-button img {
      width: 20px;
      height: 20px;
      margin-bottom: -8px;
    }

    .header .web-button-text {
      font-size: 12px;
    } 

    .web-button-text-pc {
      display: none;
    }

    .web-button-text-sp {
      display: inline;
    }

    .lp-header-content .web-button-line {
      display: none;
    }

    /* 固定ボタン*/
    .fixed-button {
      top: 55px;
      right: 7px;
    }

    .fixed-button .price-button img {
      width: 70px;
      height: 60px;
    }

    /* KVセクション */
    .sp-main1,
    .sp-main2 {
      width: 100%;
      display: block;
      margin: 0;
      padding: 0;
    }

    .kv {
      position: relative;
      margin-bottom: 0;
      padding-bottom: 0;
    }

    .kv img {
      display: block;
      margin: 0;
      padding: 0;
      vertical-align: top;
    }

    .kv .lp-contact-kv {
      display: flex;
      align-items: stretch;
      gap: 10px;
      width: 100%;
      position: fixed;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1001;
      background-color: #000000;
      padding: 5px 10px;
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    }



    .kv .lp-contact-kv .web-button {
      width: 50%;
      display: flex;
      flex-direction: row;
      gap: 5px;
      padding: 6px 8px;
      justify-content: center;
    }

    .kv .lp-contact-kv1 .web-button {
      width: 50%;
      display: flex;
      flex-direction: row;
      gap: 5px;
      padding: 6px 8px;
      justify-content: center;
    }

    .kv .lp-contact-kv .web-button .web-button-text {
      font-size: 17px;
      line-height: 1.2;
      padding: 5px 0px 5px 0px;
    }

    .kv .lp-contact-kv .web-button img {
      width: 40px !important;
      height: 40px !important;
      margin-bottom: 0px !important;
      flex-shrink: 0;
    }

    /* CTA セクション */
    .cta-content-button picture ,.cta-content-button a{
      width: 100%;
    }


    /* サポートセクション */
    .support-bg{
      padding: 20px;
    }
    .sp-content {
      width: 100%;
    }
    /* 声セクション */
    .voice-bg {
      padding: 50px 20px;
    }

    .voice-bg-layer {
      width: 100%;
      padding: 20px;
    }

    .voice .heading {
      width: 100%;
    }

    .voice-text {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }

    .voice .heading2 {
      width: 100%;
    }

    .voice-text img {
      width: 100%;
    }

    /* 悩みセクション */
    .worries {
      padding: 50px 0px;
    }

    .worries-bg {
      width: 100%;
      gap: 0px;
    }

    .worries-content {
      display: flex;
      flex-direction: column;
      align-items: start;
      width: 100%;
      gap: 20px;
    }
    .worries-content .heading {
      padding: 0px 20px;
    }

    .worries-text {
      width: 90%;
    }

    .worries .heading2 {
      margin: 20px auto 30px auto;
    }

    .worries-content-text {
      padding: 0px 20px;
    }

    .worries-example {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }

    .worries-example img {
      width: 100%;
    }
  /* メッセージセクション */
  .message-bg {
    width: 100%;
    padding:20px;
  }

    /* 約束セクション */
    .promise-bg{
      padding: 50px 20px 0px 20px;
    }
    .promise-text {
      display: none;
    }
    .promise-content{
      margin-bottom: 0px;
    }
    /* useセクション */
    .use{
      padding: 50px 20px 0px 20px;
    }
    .use .heading,.use .house , .section-divider .arrow{
      display: none;
    }
    /* freeセクション */
    .free{
      padding: 0px 20px 5px 20px;
    }
    .free .arrow,.free .heading,.free .free-text{
      display: none;
    }
    /* 特徴セクション */
    .feature {
      padding: 50px 20px;
    }

    .feature-content img {
      width: 100%;
    }

    .feature-text {
      display: none;
    }

    /* 理由セクション */
    .reason .heading {
      width: 80%;
    }

    .reason-bg {
      padding: 50px 20px;
    }

    .reason-content {
      gap: 10px;
      margin: 0 -5px;
    }

    .reason-content img {
      width: 48%;
    }

    /* サービスセクション */
    .service {
      padding: 50px 20px;
    }
    .service-content {
      gap: 40px;
      flex-direction: column-reverse;
      align-items: center;
    }

    .service-content .table {
      width: 100%;
    }

    .service-content-text {
      width: 100%;
    }

    /* エリアセクション */
    .area {
      padding: 50px 20px;
    }

    .area-content {
      flex-direction: column;
    }

    .map {
      width: 100%;
    }

    .area-content-text {
      width: 100%;
    }

    /* price セクションのモバイル対応 */
    .price {
      padding: 50px 20px;
    }

    .price-content {
      gap: 15px;
    }

    .price-content-text {
      width: 100%;
    }

    .price>.price-bg>p {
      font-size: 11px;
      padding: 0 10px;
    }

    /* 会社概要セクション */
    .campany {
      padding: 50px 20px 27px 20px;

    }

    .campany-content .heading {
      width: 100%;
    }

    .campany-bg {
      flex-direction: column;
      gap: 20px;
      align-items: center;
    }

    .campany-content {
      display: flex;
      flex-direction: column;
      width: 100%;
      gap: 20px;
    }

    .campany-illust,
    .campany-illust2 {
      display: none;
    }

    .campany-content-text p {
      font-size: 14px;
    }

    .campany-content-text {
      align-items: center;
    }

    .campany-content-text-box {
      display: flex;
      flex-direction: column;
      gap: 10px;
      border-left: none;
      padding-left: 0;
      width: 100%;
    }

    .sp-campany-illust {
      display: block;
      width: 60%;
      margin-top: 20px;
    }

    /* Q&A */
    .question {
      padding: 50px 20px;
    }

    .question .heading {
      width: 50%;
    }

    .question-content-text,
    .answer-content-text {
      gap: 15px;
    }

    .question-content-text-content {
      font-size: 20px;
    }

    .answer-content-text-content {
      font-size: 14px;
    }

    .question-content-text-heading,
    .answer-content-text-heading {
      width: 40px;
      height: 40px;
    }

    .contact {
      padding: 50px 20px;
    }

    .contact .heading {
      width: 50%;
    }

    /* フッター モバイル対応 */
    .footer {
      padding: 15px 20px;
      margin: 0 !important;
      margin-bottom: 0 !important;
    }

    .footer-copyright {
      font-size: 10px;
      margin: 0 !important;
      padding: 0 !important;
    }

    /* モバイルでもページ全体の余白を0にする */
    body,
    html {
      margin: 0 !important;
      padding: 0 !important;
    }

    .site-main,
    .content-area,
    .site-content,
    .main,
    #main,
    #content,
    .container {
      margin: 0 !important;
      padding: 0 !important;
    }
  }
}

/* お問い合わせ完了ページ*/
body .thank-you-page {
  max-width: 1046px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 100px 40px 80px 40px;
}

body .thank-you-page h1 br{
  display: none;
}

body .thank-you-page h1 {
  margin: 0px;
  color: #D72A01 !important;
  font-weight: 800 !important;
  font-size:30px !important;
}

.thank-you-message p{
  font-size: 16px ;
  font-weight: 800;
  color: #D72A01 ;
  margin: 70px 0px 60px 0px;
}

.back-button {
  display: inline-block;
  padding: 14px 150px;
  background-color: #D72A01;
  color: #fff !important;
  text-decoration: none;
  border-radius: 4px;
  font-size: 20px;
  letter-spacing: 0.05em;
  
}

.back-button:hover {
  opacity: 0.8;
}


/* お問い合わせ完了ページのモバイル対応 */
@media (max-width: 767px) {
  body .thank-you-page {
    padding: 80px 20px 90px 20px;
  }
  body .thank-you-page h1{
    font-size: 20px !important;
  }
  body .thank-you-page h1 br{
    display: block;
  }
  .thank-you-message p {
    font-size: 14px;
    margin: 40px 0px 40px 0px;
  }
  .back-button {
    width: 100%;
    padding: 12px 30px;
  }
}