@charset "UTF-8";
/*top画像*/
.tp_imgbox {
  width: 100%;
}
.tp_imgbox .tp_img {
  display: block;
  width: 100%;
}

/*画像下文章*/
.tp_ttlbox {
  background-color: #e2e2e2;
  padding: 1.5em 0;
}
.tp_ttlbox .t_inner {
  max-width: 1200px;
  width: calc(100% - 1em);
  padding: 0 0.5em;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 16px;
}

.ti_left {
  width: 40%;
  max-width: 325px;
}
.ti_left .ti_img {
  display: block;
  max-width: 318px;
  width: 100%;
}

.ti_right {
  width: 60%;
}

/*契約*/
.cnt_box {
  max-width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 5em 0;
  width: 95%;
}
.cnt_box .cn_b {
  max-width: 690px;
  width: calc(48% - 1em);
  padding: 1.5em 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid;
  border-radius: 30px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.45);
}
.cnt_box .cn_txt1 {
  font-weight: bold;
  font-size: 50px;
  font-size: clamp(35px, 3vw, 50px);
  color: #000000;
}
.cnt_box .cn_txt2 {
  font-weight: bold;
  font-size: 60px;
  font-size: clamp(40px, 3vw, 60px);
  color: #e16e00;
}

/*助成金申請業務*/
.ac_ibox1 {
  background: url('/fleet/fleetguide/jyoseikin/_images/ac_item1.png') no-repeat;
  background-position: top center;
  padding: 12em 0 6em;
  display: flex;
}
.ac_ibox1 .aci_img1 {
  width: 50%;
  display: block;
  aspect-ratio: 240/133;
  -o-object-fit: cover;
  object-fit: cover;
}
.ac_ibox1 .aci_r {
  width: calc(50% - 1em);
  background-color: #f7f3dc;
  padding: 6em 0.5em;
}

.aci_rinnr {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  align-items: flex-end;
}
.aci_rinnr .aci_rtxt {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  background-color: #e16e00;
  margin-bottom: 0.7em;
  width: calc(95% - 1em);
  padding: 0.5em 0.5em;
}
.aci_rinnr .aci_rtxt .aci_tspn {
  color: #ffff00;
  padding: 0 0.3em;
}

/*ボタン*/
.acir_btn {
  display: flex;
  max-width: 522px;
  width: 90%;
  border: 2px solid #e16e00;
  background-color: #ffec9a;
  padding: 1em 0.5em;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
}
.acir_btn .acir_btntxt {
  font-size: 27px;
  font-size: clamp(18px, 3vw, 27px);
  font-weight: 500;
  width: auto;
}
.acir_btn .btn_img {
  padding-left: 0.2em;
  display: block;
  width: auto;
  max-width: 32px;
  aspect-ratio: 1/1;
}

.__cntr {
  margin: 2em auto;
}

.acir_btn:hover {
  opacity: 0.5;
  text-decoration: none;
}

/*対象業種 / 企業一例*/
.ac_ibox2 {
  background: url('/fleet/fleetguide/jyoseikin/_images/ac_item2.png') no-repeat;
  background-position: top center;
  padding: 12em 0 6em;
}
.ac_ibox2 .aci2_inner {
  display: flex;
  justify-content: space-between;
  max-width: 1400px;
  margin: auto;
}

.ac2_ul {
  max-width: 337px;
  width: 24.5%;
  border-radius: 20px;
  background-color: #f7f3dc;
  display: flex;
  flex-direction: column;
}
.ac2_ul .ac2ul_img {
  display: block;
  aspect-ratio: 337/266;
  width: 100%;
  max-width: 337px;
  max-height: 266px;
}
.ac2_ul .ac2_li2 {
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  padding: 0.4em 0;
  text-align: center;
}

.ac2_li3 {
  display: flex;
  flex-direction: column;
  padding: 2em 0;
  font-weight: normal;
  color: #000000;
  font-size: 16px;
  align-items: center;
}
.ac2_li3 .ac2_li3txt1 {
  border: 1px solid #707070;
  background-color: #ffffff;
  padding: 0.4em 0;
  text-align: center;
  width: 95%;
}
.ac2_li3 .ac2_li3txt2 {
  text-align: center;
  padding: 0.5em 0;
}

/*助成金申請の流れ*/
.ac_ibox3 {
  background: url('/fleet/fleetguide/jyoseikin/_images/ac_item3.png') no-repeat;
  background-position: top center;
  padding: 12em 0 6em;
  display: flex;
}
.ac_ibox3 .aci3_img {
  width: 50%;
  display: block;
  aspect-ratio: 960/691;
  -o-object-fit: cover;
  object-fit: cover;
}
.ac_ibox3 .aci3_r {
  width: 50%;
  background-color: #f7f3dc;
  padding: 3em 0.5em 3em 0;
}

.aci_rtxt2 {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  background-color: #e16e00;
  margin-bottom: 0.7em;
  width: calc(95% - 1em);
  padding: 0.5em 0.5em;
}

.sbsd_box {
  width: calc(100% - 1em);
  padding: 0 0.5em;
}

.sbsd_ul {
  display: flex;
  margin-bottom: 1em;
}
.sbsd_ul li:first-child {
  width: 10%;
  min-width: 82px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sbsd_ul li:first-child .sbsd_p1 {
  border: 1px solid #707070;
  background-color: #ebc934;
  border-radius: 30px;
  padding: 0.2em 0.8em;
}
.sbsd_ul li:first-child .sbsd_p2 {
  color: #e16e00;
}
.sbsd_ul li:last-child {
  max-width: 750px;
  width: calc(95% - 1em);
  margin: 0.2em auto;
  padding: 0 0.5em;
}
.sbsd_ul li:last-child .sbsd_ttl {
  font-weight: bold;
  font-size: 16px;
}
.sbsd_ul li:last-child .sbsd_txt {
  font-weight: normal;
  font-size: 14px;
}

/*FaQ*/
.ac_ibox4 {
  background: url('/fleet/fleetguide/jyoseikin/_images/ac_item4.png') no-repeat;
  background-position: top center;
  padding: 12em 0 1em;
}
.ac_ibox4 .aci4_inner {
  display: flex;
  justify-content: center;
  max-width: 1400px;
  margin: auto;
}

.faq-list {
  width: 95%;
}

.faq-box {
  margin: 0 0 3em;
}

.faq-box dt {
  padding: 16px 32px 16px 32px;
  border: 1px solid #707070;
  background: #f8f8f8;
  font-size: 20px;
  font-weight: 500;
  font-weight: bold;
  display: block;
  transition: all 0.5s ease;
  border-radius: 20px 20px 0 0;
  cursor: pointer;
  position: relative;
}

.faq-box dt::after {
  content: '';
  background: url('/fleet/fleetguide/jyoseikin/_images/plus.svg') no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
}

.faq-box:first-child dd {
  max-height: 500px; /* 十分な高さを設定（内容によるので大きめに） */
  padding-top: 12px;
  padding-bottom: 12px;
}

.faq-box:first-child dt {
  cursor: pointer;
}

.faq-box dt.close::after {
  background: url('/fleet/fleetguide/jyoseikin/_images/mainus.svg') no-repeat;
  background-size: contain;
}

.faq-box dd {
  max-height: 0; /* 初期状態では高さ0 */
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
  font-size: 18px;
  line-height: 1.7;
  padding: 0 32px; /* 初期状態では上下の余白なし */
  background: #e16e00;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  border-radius: 0 0 20px 20px;
  color: #fff;
}

.faq-box dd a {
  font-size: 18px;
  color: #e16e00;
  text-decoration: underline;
}

/*要確認*/
#GnavArea {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/*要確認*/
@media (max-width: 1034px) {
  /*助成金申請業務*/
  .ac_ibox1 .aci_img1 {
    width: 40%;
  }
  .ac_ibox1 .aci_r {
    width: calc(60% - 1em);
  }
  .aci_rinnr .aci_rtxt {
    width: calc(100% - 1em);
    font-size: 18px;
    font-size: clamp(16px, 3vw, 18px);
  }
  /*対象業種 / 企業一例*/
  .ac_ibox2 .aci2_inner {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .ac_ibox2 .aci2_inner .ac2ul_img {
    display: block;
    aspect-ratio: 337/266;
    width: 100%;
    max-width: 450px;
    max-height: 266px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }
  .ac2_ul {
    max-width: 450px;
    width: 47.5%;
    margin-bottom: 2em;
  }
  /*助成金申請の流れ*/
  .ac_ibox3.aci3_img {
    width: 40%;
  }
  .ac_ibox3.aci3_r {
    width: calc(60% - 1em);
  }
  .aci_rtxt2 {
    width: calc(100% - 1em);
    font-size: 18px;
    font-size: clamp(16px, 3vw, 18px);
  }
}
@media (max-width: 767px) {
  /*画像下文章*/
  .tp_ttlbox {
    background-color: #e2e2e2;
    padding: 1.5em 0;
  }
  .tp_ttlbox .t_inner {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    font-size: 16px;
  }
  .ti_left {
    width: 100%;
    max-width: 325px;
    padding-bottom: 1em;
  }
  .ti_left .ti_img {
    display: block;
    max-width: 318px;
    width: 100%;
  }
  .ti_right {
    width: 100%;
  }
  /*契約*/
  .cnt_box {
    flex-direction: column;
  }
  .cnt_box .cn_b {
    width: calc(100% - 1em);
    margin-bottom: 2em;
  }
  /*助成金申請業務*/
  .ac_ibox1 {
    flex-direction: column;
    padding: 10em 0 6em;
  }
  .ac_ibox1 .aci_img1 {
    width: 100%;
  }
  .ac_ibox1 .aci_r {
    width: calc(100% - 1em);
    padding: 3em 0.5em;
  }
  /*ボタン*/
  .__cntr {
    margin: 0 auto 1em;
  }
  /*対象業種 / 企業一例*/
  .ac_ibox2 {
    padding: 10em 0 6em;
  }
  .ac_ibox2 .aci2_inner {
    flex-direction: column;
    align-items: center;
  }
  .ac_ibox2 .aci2_inner .ac2ul_img {
    display: block;
    aspect-ratio: 337/266;
    width: 100%;
    max-width: 450px;
    max-height: 266px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }
  .ac2_ul {
    width: 95%;
    max-width: 450px;
    margin-bottom: 2em;
  }
  /*助成金申請の流れ*/
  .ac_ibox3 {
    flex-direction: column;
    padding: 10em 0 6em;
  }
  .ac_ibox3 .aci3_img {
    width: 100%;
  }
  .ac_ibox3 .aci3_r {
    width: calc(100% - 1em);
    padding: 3em 0.5em;
  }
  /*faq*/
  .faq-box dd {
    font-size: 16px;
  }
  .faq-box dt {
    padding: 16px 18px;
    font-size: 16px;
  }
  .faq-box dt::after {
    right: 4px;
  }
}
.__mgb8 {
  margin-bottom: 8em;
} /*# sourceMappingURL=style_pc.css.map */
