@charset "UTF-8";
/*------------------------------------------------------------
建設業向けLPスタイル
-------------------------------------------------------------*/
.construction_lp {
  /*------------------------------------------------------------
  FVセクション
  -------------------------------------------------------------*/
  /*------------------------------------------------------------
  コンテンツセクション
  -------------------------------------------------------------*/
  /*------------------------------------------------------------
  LP見出し
  -------------------------------------------------------------*/
  /*------------------------------------------------------------
  料金比較テーブル
  -------------------------------------------------------------*/
  /*------------------------------------------------------------
  プランボックス（非表示）
  -------------------------------------------------------------*/
  /*------------------------------------------------------------
  オプションタイトル
  -------------------------------------------------------------*/
  /*------------------------------------------------------------
  特徴セクション
  -------------------------------------------------------------*/
  /*------------------------------------------------------------
  料金セクション
  -------------------------------------------------------------*/
  /*------------------------------------------------------------
  FAQセクション
  -------------------------------------------------------------*/
  /*------------------------------------------------------------
  スライダーセクション
  -------------------------------------------------------------*/
  /*------------------------------------------------------------
  リードセクション
  -------------------------------------------------------------*/
  /*------------------------------------------------------------
  コンタクトフォームセクション
  -------------------------------------------------------------*/
  /*------------------------------------------------------------
  ポートフォリオセクション
  -------------------------------------------------------------*/
  /*------------------------------------------------------------
  レスポンシブ（タブレット・スマホ）
  -------------------------------------------------------------*/
}
.construction_lp .fv_sec {
  height: 572px;
  background: url(../../images/service/construction/fv_pc.png);
  background-size: 1920px;
  background-position: center center;
  background-repeat: no-repeat;
}
.construction_lp .content_sec {
  padding: 80px 0;
  background: #fff;
}
.construction_lp .lp_headline {
  text-align: center;
  margin-bottom: 60px;
}
.construction_lp .lp_headline .line01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 20px;
}
.construction_lp .lp_headline .line01 span {
  display: inline-block;
  border: solid 2px #048EB8;
  padding: 8px 16px;
  font-weight: bold;
  font-size: 16px;
  color: #192541;
  border-radius: 4px;
  transition: all 0.3s;
}
.construction_lp .lp_headline .line01 span:hover {
  background: #048EB8;
  color: #fff;
}
.construction_lp .lp_headline .line02 {
  font-weight: 900;
  font-size: 50px;
  line-height: 1.3;
  color: #192541;
  position: relative;
  display: inline-block;
}
.construction_lp .lp_headline .line02:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #048EB8;
  border-radius: 2px;
}
.construction_lp .c_price_table_wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 60px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.construction_lp .c_price_table {
  border-collapse: collapse;
  margin-bottom: 0;
  padding: 0;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  width: 100%;
}
.construction_lp .c_price_table th,
.construction_lp .c_price_table td {
  padding: 20px 15px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  vertical-align: top;
}
.construction_lp .c_price_table th {
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 20px;
  width: 25%;
  position: relative;
}
.construction_lp .c_price_table th:nth-child(1) {
  width: 19%;
  background: #192541;
}
.construction_lp .c_price_table th:nth-child(2), .construction_lp .c_price_table th:nth-child(3), .construction_lp .c_price_table th:nth-child(4) {
  width: 27%;
}
.construction_lp .c_price_table .start_th {
  background: #016a92;
}
.construction_lp .c_price_table .start_th:before {
  content: "\f135";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 8px;
}
.construction_lp .c_price_table .lp_th {
  background: #00B870;
}
.construction_lp .c_price_table .lp_th:before {
  content: "\f0eb";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 8px;
}
.construction_lp .c_price_table .hp_th {
  background: #FF6B00;
}
.construction_lp .c_price_table .hp_th:before {
  content: "\f06d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 8px;
}
.construction_lp .c_price_table td {
  font-size: 15px;
  line-height: 1.6;
}
.construction_lp .c_price_table td:nth-child(1) {
  background: #192541;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.construction_lp .c_price_table td:nth-child(2), .construction_lp .c_price_table td:nth-child(3), .construction_lp .c_price_table td:nth-child(4) {
  background: #f9f9f6;
}
.construction_lp .plan_flBox {
  display: none;
}
.construction_lp .option-title {
  font-size: 38px;
  margin: 80px 0 40px 0;
  font-weight: 900;
  text-align: center;
  color: #192541;
  position: relative;
}
.construction_lp .option-title:before {
  content: "\f0ad";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 15px;
  color: #048EB8;
}
.construction_lp .feature_sec {
  background: #f9f9f6;
  padding: 80px 0;
}
.construction_lp .feature_sec .box_h2 {
  text-align: center;
  margin-bottom: 60px;
}
.construction_lp .feature_sec .box_h2 h2 {
  font-size: 38px;
  font-weight: 900;
  color: #192541;
  position: relative;
  display: inline-block;
}
.construction_lp .feature_sec .box_h2 h2:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #048EB8;
  border-radius: 2px;
}
.construction_lp .feature_sec .feature_flBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}
.construction_lp .feature_sec .feature_flBox .col {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.construction_lp .feature_sec .feature_flBox .col_in {
  padding: 30px 20px;
  text-align: center;
}
.construction_lp .feature_sec .feature_flBox .icon {
  margin-bottom: 20px;
}
.construction_lp .feature_sec .feature_flBox .icon i {
  font-size: 64px;
  color: #048EB8;
}
.construction_lp .feature_sec .feature_flBox .icon img {
  width: 80px;
  height: 80px;
}
.construction_lp .feature_sec .feature_flBox .title {
  display: block;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  color: #192541;
}
.construction_lp .feature_sec .feature_flBox .text {
  display: block;
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  text-align: left;
}
.construction_lp .feature_sec .shiyou {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 60px 0 30px 0;
  color: #192541;
}
.construction_lp .feature_sec .shiyou:before {
  content: "\f0c5";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
  color: #048EB8;
}
.construction_lp .feature_sec .shiyou_table {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.construction_lp .feature_sec .shiyou_table tr {
  border-bottom: 1px solid #eee;
}
.construction_lp .feature_sec .shiyou_table tr:last-child {
  border-bottom: none;
}
.construction_lp .feature_sec .shiyou_table th {
  background: #192541;
  color: #fff;
  font-weight: bold;
  padding: 15px 20px;
  text-align: left;
  width: 200px;
  font-size: 15px;
}
.construction_lp .feature_sec .shiyou_table td {
  padding: 15px 20px;
  background: #fff;
  font-size: 14px;
  line-height: 1.6;
}
.construction_lp .price_sec {
  background: #fff;
  padding: 80px 0;
}
.construction_lp .price_sec .box_h2 {
  text-align: center;
  margin-bottom: 50px;
}
.construction_lp .price_sec .box_h2 h2 {
  font-size: 38px;
  font-weight: 900;
  color: #192541;
  position: relative;
  display: inline-block;
}
.construction_lp .price_sec .box_h2 h2:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #048EB8;
  border-radius: 2px;
}
.construction_lp .price_sec .price_flBox {
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid #eeede7;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.construction_lp .price_sec .price_flBox .col_l {
  width: 30%;
  background: #192541;
}
.construction_lp .price_sec .price_flBox .col_l .col_l_in {
  padding: 25px 20px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.construction_lp .price_sec .price_flBox .col_r {
  width: 70%;
}
.construction_lp .price_sec .price_flBox .col_r .col_r_in {
  padding: 25px 30px;
  font-size: 32px;
  font-weight: bold;
  color: #192541;
}
.construction_lp .price_sec .price_flBox .col_r .col_r_in .del {
  text-decoration: line-through;
  color: #999;
  font-size: 24px;
  margin-right: 15px;
}
.construction_lp .price_sec .price_flBox .col_r .col_r_in .red {
  color: #F3000B;
  font-size: 40px;
}
.construction_lp .price_sec .price_flBox .col_r .col_r_in .small {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  margin-left: 10px;
}
.construction_lp .faq_sec {
  background: #f9f9f6;
  padding: 80px 0;
}
.construction_lp .faq_sec .box_h2 {
  text-align: center;
  margin-bottom: 50px;
}
.construction_lp .faq_sec .box_h2 h2 {
  font-size: 38px;
  font-weight: 900;
  color: #192541;
  position: relative;
  display: inline-block;
}
.construction_lp .faq_sec .box_h2 h2:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #048EB8;
  border-radius: 2px;
}
.construction_lp .faq_sec .toggle_menu dt {
  background: #fff;
  border: 2px solid #eeede7;
  border-radius: 8px;
  padding: 20px 60px 20px 60px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  color: #192541;
}
.construction_lp .faq_sec .toggle_menu dt:before {
  content: "Q";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: #048EB8;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.construction_lp .faq_sec .toggle_menu dt:after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #048EB8;
  transition: all 0.3s;
}
.construction_lp .faq_sec .toggle_menu dt:hover {
  background: rgb(164.4680851064, 232.3670212766, 253.0319148936);
  border-color: #048EB8;
}
.construction_lp .faq_sec .toggle_menu dt.active {
  background: #048EB8;
  color: #fff;
  border-color: #048EB8;
}
.construction_lp .faq_sec .toggle_menu dt.active:before {
  background: #fff;
  color: #048EB8;
}
.construction_lp .faq_sec .toggle_menu dt.active:after {
  content: "\f077";
  color: #fff;
}
.construction_lp .faq_sec .toggle_menu dd {
  display: none;
  background: #fff;
  border: 2px solid #eeede7;
  border-radius: 8px;
  padding: 20px 60px 20px 60px;
  margin-bottom: 30px;
  line-height: 1.8;
  position: relative;
}
.construction_lp .faq_sec .toggle_menu dd:before {
  content: "A";
  position: absolute;
  left: 20px;
  top: 20px;
  width: 32px;
  height: 32px;
  background: #E51673;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.construction_lp .slic_sec {
  background: #fff;
  padding: 80px 0;
  overflow: hidden;
}
.construction_lp .slic_sec .box_h2 {
  text-align: center;
  margin-bottom: 60px;
}
.construction_lp .slic_sec .box_h2 h2 {
  font-size: 38px;
  font-weight: 900;
  color: #192541;
  position: relative;
  display: inline-block;
}
.construction_lp .slic_sec .box_h2 h2:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #048EB8;
  border-radius: 2px;
}
.construction_lp .slic_sec .box_h2 h2:before {
  content: "\f0b1";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 15px;
  color: #048EB8;
}
.construction_lp .slic_sec .slider-wrapper {
  width: 100%;
  overflow: hidden;
}
.construction_lp .slic_sec .slider {
  display: flex;
  gap: 20px;
  animation: scroll 40s linear infinite;
}
.construction_lp .slic_sec .slider:hover {
  animation-play-state: paused;
}
.construction_lp .slic_sec .slide {
  flex: 0 0 400px;
  position: relative;
}
.construction_lp .slic_sec .slide a {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.construction_lp .slic_sec .slide a:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.construction_lp .slic_sec .slide img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.construction_lp .slic_sec .slide .slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  padding: 30px 15px 15px;
  color: #fff;
}
.construction_lp .slic_sec .slide .slide-caption .company {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  opacity: 0.9;
}
.construction_lp .slic_sec .slide .slide-caption .title {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-6300px);
  }
}
.construction_lp .lead_sec {
  background: #192541;
  padding: 60px 0;
}
.construction_lp .lead_sec .lead_flBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 800px;
  margin: auto;
  padding: 30px;
  border: solid 3px #048EB8;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.construction_lp .lead_sec .lead_flBox .col_l {
  width: 30%;
  text-align: center;
}
.construction_lp .lead_sec .lead_flBox .col_l img {
  width: 150px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.construction_lp .lead_sec .lead_flBox .col_r {
  width: 65%;
  text-align: center;
}
.construction_lp .lead_sec .lead_flBox .col_r .line01 {
  font-weight: bold;
  font-size: 18px;
  background: #F3000B;
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.construction_lp .lead_sec .lead_flBox .col_r .line02 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  color: #192541;
}
.construction_lp .lead_sec .lead_flBox .col_r .line02 .marker-yellow {
  background: linear-gradient(transparent 60%, #ffeb3b 60%);
  font-weight: 900;
}
.construction_lp .lead_sec .lead_flBox .col_r .line03 {
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #192541;
}
.construction_lp .lead_sec .lead_flBox .col_r a {
  width: 280px;
  height: 60px;
  background: #048EB8;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  margin: auto;
  box-shadow: 0 4px 0 rgb(2.914893617, 103.4787234043, 134.085106383);
  transition: all 0.3s;
  text-decoration: none;
}
.construction_lp .lead_sec .lead_flBox .col_r a:before {
  content: "\f019";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
}
.construction_lp .lead_sec .lead_flBox .col_r a:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 0 rgb(2.914893617, 103.4787234043, 134.085106383);
}
.construction_lp .contact_sec {
  background: #f9f9f6;
  padding: 80px 0;
}
.construction_lp .contact_sec .wpcf7 {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.construction_lp .sec-portfolio {
  background: #fff;
  padding: 80px 0;
}
.construction_lp .sec-portfolio h2 {
  font-weight: 900;
  font-size: 38px;
  text-align: center;
  margin-bottom: 50px;
  color: #192541;
  position: relative;
  display: inline-block;
  width: 100%;
}
.construction_lp .sec-portfolio h2:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #048EB8;
  border-radius: 2px;
}
.construction_lp .sec-portfolio h2:before {
  content: "\f0b1";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 15px;
  color: #048EB8;
}
.construction_lp .sec-portfolio .fl-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 800px) {
  .construction_lp .fv_sec {
    height: auto;
    background: none;
  }
  .construction_lp .content_sec {
    padding: 60px 0;
  }
  .construction_lp .lp_headline {
    margin-bottom: 40px;
  }
  .construction_lp .lp_headline .line01 {
    justify-content: space-between;
    gap: 5px;
  }
  .construction_lp .lp_headline .line01 span {
    font-size: 13px;
    padding: 5px 8px;
    width: 32%;
    margin-bottom: 5px;
    text-align: center;
  }
  .construction_lp .lp_headline .line02 {
    font-size: 22px;
    padding: 0 10px;
  }
  .construction_lp .lp_headline .line02:after {
    bottom: -8px;
    width: 40px;
    height: 3px;
  }
  .construction_lp .c_price_table_wrap {
    overflow-x: auto;
    margin-bottom: 40px;
  }
  .construction_lp .c_price_table {
    min-width: 700px;
  }
  .construction_lp .c_price_table th {
    font-size: 14px;
    padding: 12px 8px;
  }
  .construction_lp .c_price_table td {
    font-size: 13px;
    padding: 12px 8px;
  }
  .construction_lp .option-title {
    font-size: 24px;
    margin: 50px 0 30px 0;
  }
  .construction_lp .feature_sec {
    padding: 60px 0;
  }
  .construction_lp .feature_sec .box_h2 h2 {
    font-size: 28px;
  }
  .construction_lp .feature_sec .box_h2 h2:after {
    width: 60px;
    height: 3px;
  }
  .construction_lp .feature_sec .feature_flBox {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
  .construction_lp .feature_sec .feature_flBox .col_in {
    padding: 25px 15px;
  }
  .construction_lp .feature_sec .feature_flBox .icon i {
    font-size: 48px;
  }
  .construction_lp .feature_sec .feature_flBox .icon img {
    width: 60px;
    height: 60px;
  }
  .construction_lp .feature_sec .feature_flBox .title {
    font-size: 16px;
  }
  .construction_lp .feature_sec .feature_flBox .text {
    font-size: 13px;
  }
  .construction_lp .feature_sec .shiyou {
    font-size: 20px;
    margin: 40px 0 20px 0;
  }
  .construction_lp .feature_sec .shiyou_table th {
    font-size: 14px;
    padding: 12px 15px;
    width: 100px;
  }
  .construction_lp .feature_sec .shiyou_table td {
    font-size: 13px;
    padding: 12px 15px;
  }
  .construction_lp .price_sec {
    padding: 60px 0;
  }
  .construction_lp .price_sec .box_h2 h2 {
    font-size: 28px;
  }
  .construction_lp .price_sec .box_h2 h2:after {
    width: 50px;
    height: 3px;
  }
  .construction_lp .price_sec .price_flBox {
    flex-direction: column;
  }
  .construction_lp .price_sec .price_flBox .col_l {
    width: 100%;
  }
  .construction_lp .price_sec .price_flBox .col_l .col_l_in {
    padding: 15px;
    font-size: 18px;
  }
  .construction_lp .price_sec .price_flBox .col_r {
    width: 100%;
  }
  .construction_lp .price_sec .price_flBox .col_r .col_r_in {
    padding: 20px;
    font-size: 24px;
  }
  .construction_lp .price_sec .price_flBox .col_r .col_r_in .del {
    font-size: 18px;
  }
  .construction_lp .price_sec .price_flBox .col_r .col_r_in .red {
    font-size: 30px;
  }
  .construction_lp .price_sec .price_flBox .col_r .col_r_in .small {
    font-size: 12px;
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
  .construction_lp .faq_sec {
    padding: 60px 0;
  }
  .construction_lp .faq_sec .box_h2 h2 {
    font-size: 28px;
  }
  .construction_lp .faq_sec .box_h2 h2:after {
    width: 50px;
    height: 3px;
  }
  .construction_lp .faq_sec .toggle_menu dt {
    padding: 15px 50px 15px 50px;
    font-size: 14px;
  }
  .construction_lp .faq_sec .toggle_menu dt:before {
    left: 10px;
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
  .construction_lp .faq_sec .toggle_menu dt:after {
    right: 10px;
  }
  .construction_lp .faq_sec .toggle_menu dd {
    padding: 15px 50px 15px 50px;
    font-size: 14px;
  }
  .construction_lp .faq_sec .toggle_menu dd:before {
    left: 10px;
    top: 15px;
    width: 28px;
    height: 28px;
    font-size: 14px;
  }
  .construction_lp .slic_sec {
    padding: 60px 0;
  }
  .construction_lp .slic_sec .box_h2 h2 {
    font-size: 24px;
  }
  .construction_lp .slic_sec .box_h2 h2:after {
    width: 60px;
    height: 3px;
  }
  .construction_lp .slic_sec .slide {
    flex: 0 0 280px;
  }
  .construction_lp .slic_sec .slide img {
    height: 200px;
  }
  .construction_lp .slic_sec .slide .slide-caption {
    padding: 20px 10px 10px;
  }
  .construction_lp .slic_sec .slide .slide-caption .company {
    font-size: 11px;
  }
  .construction_lp .slic_sec .slide .slide-caption .title {
    font-size: 14px;
  }
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-4500px);
    }
  }
  .construction_lp .lead_sec {
    padding: 40px 0;
  }
  .construction_lp .lead_sec .lead_flBox {
    width: 90%;
    padding: 20px;
    flex-direction: column;
  }
  .construction_lp .lead_sec .lead_flBox .col_l {
    width: 100%;
    margin-bottom: 20px;
  }
  .construction_lp .lead_sec .lead_flBox .col_l img {
    width: 120px;
  }
  .construction_lp .lead_sec .lead_flBox .col_r {
    width: 100%;
  }
  .construction_lp .lead_sec .lead_flBox .col_r .line01 {
    font-size: 16px;
  }
  .construction_lp .lead_sec .lead_flBox .col_r .line02 {
    font-size: 16px;
  }
  .construction_lp .lead_sec .lead_flBox .col_r .line03 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .construction_lp .lead_sec .lead_flBox .col_r a {
    width: 90%;
    height: 55px;
    font-size: 16px;
  }
  .construction_lp .contact_sec {
    padding: 60px 0;
  }
  .construction_lp .contact_sec .wpcf7 {
    padding: 25px 20px;
  }
  .construction_lp .sec-portfolio {
    padding: 60px 0;
  }
  .construction_lp .sec-portfolio h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .construction_lp .sec-portfolio h2:after {
    width: 60px;
    height: 3px;
  }
  .construction_lp .sec-portfolio .fl-box {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}