@charset "UTF-8";
/* ----------------------------------------------------------------------
基礎工事の設計・施工
---------------------------------------------------------------------- */
#improvement #section01 .flex .text {
  width: 50%;
}
#improvement #section01 .flex .image {
  width: 44.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#improvement #section01 .flex .image img {
  width: 47.5%;
}
#improvement #section02 {
  margin-bottom: 20rem;
}
#improvement #section02 ol {
  margin-top: -2rem;
}
#improvement #section02 ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
	flex-wrap:wrap;
  padding-top: 5rem;
  padding-bottom: 3rem;
  border-bottom: solid 1px #CCC;
}
#improvement #section02 ol li h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  line-height: 2.8rem;
}
#improvement #section02 ol li h3::before {
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  background-color: #64ba46;
  color: #FFF;
  width: 2.8rem;
  text-align: center;
}
#improvement #section02 ol li:nth-child(1) h3::before {
  content: "1";
}
#improvement #section02 ol li:nth-child(2) h3::before {
  content: "2";
}
#improvement #section02 ol li:nth-child(3) h3::before {
  content: "3";
}
#improvement #section02 ol li:nth-child(4) h3::before {
  content: "4";
}
#improvement #section02 ol li:nth-child(5) h3::before {
  content: "5";
}
#improvement #section02 ol li:nth-child(6) h3::before {
  content: "6";
}
#improvement #section02 .image {
  width: 41.291%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}
#improvement #section02 .image .large {
  width: 100%;
}
#improvement #section02 .image .small {
  width: calc((100% - 3rem) / 2);
}
#improvement #section02 .text {
  width: 55%;
}
#improvement #section02 h3 {
  font-size: 2.8rem;
  margin-bottom: 3rem;
}
#improvement #section02 h4 {
  color: #64ba46;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
#improvement #section02 h5 {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
#improvement #section02 p {
  line-height: 2;
  font-weight: 500;
}
#improvement #section02 .button_pdf {
  margin-left: 0;
  margin-top: 3.5rem;
  color: #FFF;
  border: solid 1px #52b347;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/icon_pdf_circle.svg) no-repeat left 10px center/4rem 4rem, #52b347;
  font-weight: bold;
  border-radius: 99999px;
  height: 6rem;
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  padding: 0 5rem 0 7rem;
  letter-spacing: 0.1em;
}
#improvement .link-funtech{text-align:center;}
#improvement .link-funtech a{display: inline-block;    margin:4rem auto 8rem;}


@media screen and (max-width: 1440px) {
	.main_page #section01 .flex{
		align-items:flex-start;
	}
}
@media screen and (max-width: 1024px) {
	#improvement #section02{margin-bottom:unset;}
  #improvement #section02 ol li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 820px) {
	#improvement #section02 p{
		font-size:1.4rem;
		line-height:1.8;
	}
	#improvement #section02 h3 {
		font-size: 2.4rem;
		margin-bottom: 2rem;
	}
	#improvement #section02 h4 {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 520px) {
  #improvement #section01 .flex .text, #improvement #section01 .flex .image {
    width: 100%;
    margin-top: 2rem;
  }
  #improvement #section02 ol li {
	  padding-top:3rem;
  }
  #improvement #section02 .text, #improvement #section02 .image {
    width: 100%;
  }
	#improvement #section02 .text{
		order: 2;
    margin-top: 2rem;
	}
  #improvement #section02 .image {
    gap: 1rem;
	  order:1;
    margin-top: 0;
  }
  #improvement #section02 .image .small {
    width: calc((100% - 1rem) / 2);
  }
  #improvement #section02 .button_pdf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.4rem;
    padding-left: 5rem;
    padding-right: 0;
    letter-spacing: 0;
    margin-top: 2rem;
  }
  #improvement #section02 h3 {
    font-size: 2rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
  #improvement #section02 h4 {
    font-size: 1.6rem;
    line-height: 1.5;
	  margin-bottom:1rem;
  }
}