#wrapper {
 width: 100%;
 min-width: 1100px;
}
@media screen and (max-width: 768px) {
 #wrapper {
  min-width: 0;
 }
}
#wrapper p.txt {
 font-size: 16px;
 line-height: 1.6;
}
@media screen and (max-width: 768px) {
 #wrapper p.txt {
  font-size: 14px;
 }
}
#wrapper .kv_area {
 position: relative;
 z-index: 1;
 width: 100%;
 min-width: 1100px;
 height: 339px;
 background: url(/efforts/i-construction/img/kv.jpg) center bottom no-repeat;
 background-size: cover;

 -ms-background-size: cover;
}
@media screen and (max-width: 768px) {
 #wrapper .kv_area {
  min-width: 0;
  height: 250px;
 }
}
#wrapper .kv_area >.inner {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 align-items: -webkit- center;
 align-items: center;
 -ms-flex-align: center;
 -webkit-box-pack: start;
 -ms-flex-pack: start;
 justify-content: -webkit- flex-start;
 justify-content: flex-start;
 width: 1100px;
 height: 339px;
 margin: 0px auto 0px;
 padding: 0 20px;

 -js-display: flex;
}
@media screen and (max-width: 768px) {
 #wrapper .kv_area >.inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5%;
 }
}
#wrapper .lead_area {
 margin-bottom: 80px;
 padding: 0 5%;
 text-align: center;
}
@media screen and (max-width: 768px) {
 #wrapper .lead_area {
  margin-bottom: 40px;
 }
}
#wrapper .lead_area h2 {
 margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
 #wrapper .lead_area h2 {
  margin-bottom: 15px;
 }
 #wrapper .lead_area h2 img {
  width: 300px;
 }
}
#wrapper .bg_bl {
 width: 100%;
 max-width: 1150px;
 margin: 0 auto 80px;
 padding: 75px;
 background: #f5f9fa;
}
@media screen and (max-width: 768px) {
 #wrapper .bg_bl {
  margin-bottom: 40px;
  padding: 40px 7%;
 }
}
#wrapper .about {
 width: 100%;
 margin-bottom: 80px;
 padding-bottom: 90px;
 background: url(/efforts/common/img/border.png) left bottom repeat-x;
}
@media screen and (max-width: 768px) {
 #wrapper .about {
  margin-bottom: 40px;
  padding-bottom: 45px;
 }
}
#wrapper .about >.inner {
 width: 100%;
 max-width: 800px;
 margin: 0 auto;
}
#wrapper .about h2 {
 margin-bottom: 35px;
 text-align: center;
}
@media screen and (max-width: 768px) {
 #wrapper .about h2 {
  margin-bottom: 20px;
 }
 #wrapper .about h2 img {
  width: 250px;
 }
}
#wrapper .about .img_col {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 width: 100%;
 margin-top: 30px;
}
@media screen and (max-width: 768px) {
 #wrapper .about .img_col {
  display: block;
  margin-top: 20px;
 }
 #wrapper .about .img_col img {
  width: 100%;
 }
 #wrapper .about .img_col img:not(:last-child) {
  margin-bottom: 20px;
 }
}
#wrapper .change {
 width: 100%;
}
#wrapper .change >.inner {
 width: 100%;
 max-width: 800px;
 margin: 0 auto;
}
#wrapper .change >.inner h2 {
 margin-bottom: 35px;
 text-align: center;
}
@media screen and (max-width: 768px) {
 #wrapper .change >.inner h2 {
  margin-bottom: 20px;
 }
}
#wrapper .change >.inner ul.cont {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 width: 100%;
 margin-top: 60px;
}
@media screen and (max-width: 768px) {
 #wrapper .change >.inner ul.cont {
  margin-top: 40px;
 }
}
#wrapper .change >.inner ul.cont li {
 width: 50%;
 text-align: center;
}
#wrapper .change >.inner ul.cont li:nth-child(n+3) {
 margin-top: 60px;
}
@media screen and (max-width: 768px) {
 #wrapper .change >.inner ul.cont li:nth-child(n+3) {
  margin-top: 30px;
 }
}
#wrapper .change >.inner ul.cont li .icon {
 margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
 #wrapper .change >.inner ul.cont li .icon {
  margin-bottom: 20px;
 }
 #wrapper .change >.inner ul.cont li .icon img {
  height: 80px;
 }
}
@media screen and (max-width: 768px) {
 #wrapper .change >.inner ul.cont li p.txt {
  font-size: 10px;
 }
}
/*# sourceMappingURL=layout.css.map */
