@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
.page-title-wrap {
  background-image: url(../images/bg_page_title.jpg);
}

.about-wrap,
.about-wrap2 {
  padding: 8rem 0;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .about-wrap,
  .about-wrap2 {
    padding: 5rem 0;
    display: block;
  }
}
.about-wrap .contents,
.about-wrap2 .contents {
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .about-wrap .contents,
  .about-wrap2 .contents {
    width: auto;
  }
}
.about-wrap .contents .about-title,
.about-wrap2 .contents .about-title {
  font-size: 2.8rem;
  line-height: 1.6;
  margin-bottom: 1em;
}
@media screen and (max-width: 767.98px) {
  .about-wrap .contents .about-title,
  .about-wrap2 .contents .about-title {
    font-size: 2.2rem;
  }
}
.about-wrap .contents p,
.about-wrap2 .contents p {
  font-size: 1.8rem;
  line-height: 2.2;
  text-align: justify;
}
@media screen and (max-width: 767.98px) {
  .about-wrap .contents p,
  .about-wrap2 .contents p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.about-wrap .image,
.about-wrap2 .image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 5rem;
  position: relative;
  overflow: hidden;
  height: 350px;
}
@media screen and (max-width: 767.98px) {
  .about-wrap .image,
  .about-wrap2 .image {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: 200px;
    margin-top: 2rem;
  }
}
.about-wrap .image img,
.about-wrap2 .image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 991.98px) {
  .about-wrap .image img,
  .about-wrap2 .image img {
    width: auto;
    height: 100%;
    max-width: none;
    max-height: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .about-wrap .image img,
  .about-wrap2 .image img {
    position: static;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}

.about-wrap2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4rem 0 8rem;
  margin-bottom: 8rem;
}

.about-wrap2 .contents {
  width: 45%;
}
@media screen and (max-width: 767.98px) {
  .about-wrap2 .contents {
    width: auto;
  }
}

@media screen and (max-width: 767.98px) {
  .about-wrap2 .contents:first-child {
    width: auto;
    margin-bottom: 4em;
    padding-bottom: 4em;
    border-bottom: 1px solid #ddd;
  }
}

.torikumi-area {
  margin: 12rem auto 0rem;
}
.torikumi-area h3 {
  background-color: #2a2a2a;
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  width: 200px;
  padding: 1rem 0;
  margin: 6rem auto 0rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .torikumi-area h3 {
    font-size: 2.4rem;
    width: 160px;
  }
}

/*----------------------------------------------------
  工程
----------------------------------------------------*/
.flow-wrap {
  margin-top: 8rem;
  border-bottom: 1px solid #ddd;
}
.flow-wrap h3 {
  background-color: #2a2a2a;
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  width: 200px;
  padding: 1rem 0;
  margin: 0 auto 6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .flow-wrap h3 {
    font-size: 2.4rem;
    width: 160px;
  }
}
.flow-wrap .flow-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2rem 6rem;
}
@media screen and (max-width: 767.98px) {
  .flow-wrap .flow-block {
    display: block;
  }
}
.flow-wrap .flow-block div {
  padding: 0 2rem;
}
.flow-wrap .flow-block .contents {
  width: 60%;
}
@media screen and (max-width: 767.98px) {
  .flow-wrap .flow-block .contents {
    width: auto;
    margin-bottom: 2rem;
  }
}
.flow-wrap .flow-block .contents h4 {
  background-color: #FAFFE1;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  border-left: 5px solid #00A040;
  padding: 1rem 1.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767.98px) {
  .flow-wrap .flow-block .contents h4 {
    font-size: 2rem;
  }
}
.flow-wrap .flow-block .contents ul li {
  margin-bottom: 2rem;
}
.flow-wrap .flow-block .contents p {
  line-height: 2;
  margin-bottom: 3rem;
  font-size: 1.8rem;
}
.flow-wrap .flow-block .image {
  width: 40%;
}
.flow-wrap .flow-block .image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .flow-wrap .flow-block .image {
    width: auto;
  }
}