@charset "UTF-8";
/*============================
  補助金LP（.lpsubsidy）
==============================*/


/* ----------------------------------------
   ユーティリティ
---------------------------------------- */
.sp-br { display: none; }
@media (max-width: 1024px) {
  .sp-br { display: inline; }
}


/* ----------------------------------------
   共通設定
---------------------------------------- */
.lpsubsidy {
  background-color: #fff;
  color: #050505;
}
.lpsubsidy p {
  color: #050505;
  font-family: "kozuka-gothic-pr6n", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", sans-serif;
}
.lpsubsidy h2 {
  text-align: center;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
}
.lpsubsidy h2 span {
  color: #F08A37;
}
.lpsubsidy h3 {
  text-align: left;
  margin-top: 6%;
  margin-bottom: 4%;
  font-family: "kozuka-gothic-pr6n", "Noto Sans Japanese", sans-serif;
}
.lpsubsidy a {
  color: #0c609b;
}


/* ----------------------------------------
   FV
---------------------------------------- */
.lpsubsidy .mainVisual {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}
.lpsubsidy .mainVisual img {
  width: 100%;
}


/* ----------------------------------------
   CTAボタン
---------------------------------------- */
.lpsubsidy .ctaBtn.ctaBtn--top {
  background-color: #fff;
  margin: 2% auto;
}
.lpsubsidy .ctaBtn {
  text-align: center;
  margin: 2% auto;
  max-width: 100%;
  padding: 2% 4%;
  background-color: #fff0c0;
}
.lpsubsidy .ctaBtn img {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
}


/* ----------------------------------------
   セクション共通
---------------------------------------- */
.lpsubsidy section {
  margin: 8% auto;
  padding: 0 4%;
}


/* ----------------------------------------
   セクション別 max-width
---------------------------------------- */
.lpsubsidy #problem { max-width: 900px; }
.lpsubsidy #benefit { max-width: 720px; }
.lpsubsidy #parts   { max-width: 720px; }
.lpsubsidy #grants  { max-width: 720px; }
.lpsubsidy #reason  { max-width: 720px; }
.lpsubsidy #voice   { max-width: 720px; }
.lpsubsidy #flow    { max-width: 720px; }
.lpsubsidy #qa      { max-width: 720px; }


/* ----------------------------------------
   #benefit（期待できること）
---------------------------------------- */
.lpsubsidy #benefit .pc,
.lpsubsidy #benefit .sp {
  margin: 20px 0;
}

/* アイコン＋テキスト横並び */
.lpsubsidy .icon-list {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
.lpsubsidy .icon-list > img {
  width: 55px;
  flex-shrink: 0;
  margin: 20px 0 0;
}
.lpsubsidy .icon-list > div p {
  margin: 0;
  font-size: var(--f6);
}


/* ----------------------------------------
   #grants（補助金）
---------------------------------------- */
.lpsubsidy #grants h2 + p {
  text-align: center;
}
.lpsubsidy #grants h2:nth-of-type(2) {
  margin-top: 15vw;
}
@media (min-width: 1025px) {
  .lpsubsidy #grants h2:nth-of-type(2) {
    margin-top: 9.72vw;
  }
}


/* ----------------------------------------
   #parts（弱点セクション）
---------------------------------------- */
.lpsubsidy #parts h3 {
  display: inline-block;
  border: 2px solid #050505;
  padding: 4px 8px;
}
.lpsubsidy #parts h4 {
  text-align: center;
  background-color: #dceae9;
  color: #09564d;
  font-weight: 600;
  padding: 8px 12px;
  margin-top: 8%;
}


/* ----------------------------------------
   #reason（自社紹介グリッド）
---------------------------------------- */
.lpsubsidy .reason-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 32px;
}
.lpsubsidy .reason-item {
  background-color: #dceae9;
  padding: 20px;
}
.lpsubsidy .reason-item p {
  margin: 0 0 1px;
  text-align: center;
}
.lpsubsidy .reason-item p:last-child {
  font-size: 16px;
  text-align: center;
}
.lpsubsidy .reason-star {
  color: #1e8885;
  margin-right: 4px;
}
.lpsubsidy .reason-img {
  margin: 10px 0;
}


/* ----------------------------------------
   #flow（工事の流れ）
---------------------------------------- */
.lpsubsidy .flow-step {
  display: flex;
  gap: 24px;
  background-color: #faf9f6;
  padding: 20px;
  align-items: stretch;
  margin-bottom: 0;
}
.lpsubsidy .flow-img {
  width: 45%;
  flex-shrink: 0;
}
.lpsubsidy .flow-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lpsubsidy .flow-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lpsubsidy .flow-content h3 {
  margin: 0;
  font-size: 1.1rem;
}
.lpsubsidy .flow-content p {
  font-size: 16px;
  margin: 0;
}
.lpsubsidy .flow-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f08a37;
  color: #fff;
  padding: 6px 12px;
  width: 60px;
}
.lpsubsidy .flow-badge p {
  margin: 0;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}
.lpsubsidy .flow-badge p:first-child {
  font-size: 10px;
  letter-spacing: 0.1em;
}
.lpsubsidy .flow-badge p:last-child {
  font-size: 22px;
  font-weight: bold;
}
.lpsubsidy .flow-arrow {
  text-align: center;
  font-size: 40px;
  color: #5c3a04;
  margin: 4px 0;
}


/* ----------------------------------------
   #qa（よくある質問）
---------------------------------------- */
.lpsubsidy #qa .pc,
.lpsubsidy #qa .sp {
  margin-bottom: 20px;
}
.lpsubsidy .qa-item {
  background-color: #faf9f6;
  border-radius: 8px;
  padding: 20px 24px;
  margin-bottom: 12px;
}
.lpsubsidy .qa-question {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: bold;
  font-size: 1rem;
  padding-bottom: 16px;
  border-bottom: 2px solid #1e8885;
  margin-bottom: 16px;
}
.lpsubsidy .qa-answer {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
}
.lpsubsidy .qa-label {
  font-size: 1.4rem;
  font-weight: bold;
  color: #1e8885;
  flex-shrink: 0;
  line-height: 1;
}


/* ----------------------------------------
   PC（1025px以上）
---------------------------------------- */
@media (min-width: 1025px) {

  .lpsubsidy section {
    margin: 9.72vw auto;
    padding: 0;
  }

  .lpsubsidy .ctaBtn {
    max-width: 100%;
    padding: 5% 4%;
  }

  .lpsubsidy .icon-list > img {
    width: 55px;
  }
}


/* ----------------------------------------
   SP（1024px以下）
---------------------------------------- */
@media (max-width: 1024px) {

  .lpsubsidy section {
    margin: 15% auto;
    padding: 0 4%;
  }

  .lpsubsidy .ctaBtn {
    padding: 5% 4%;
    margin: 8% auto;
  }

  .lpsubsidy .icon-list {
    gap: 12px;
  }

  .lpsubsidy .icon-list > img {
    width: 75px;
  }

  .lpsubsidy .reason-grid {
    grid-template-columns: 1fr;
  }

  .lpsubsidy .reason-img {
    margin: 20px 0;
  }

  .lpsubsidy .flow-step {
    flex-direction: column;
  }

  .lpsubsidy .flow-img {
    width: 100%;
  }
}
