@charset "utf-8";



.kasou-main-img {
  background-image: url(../img/house-main.png);
}


.service-about {
  border: solid 2px #009856;
  position: relative;
}

.icon-05 {
  width: 100px;
  position: absolute;
  top: -5%;
  right: -2%;
  z-index: 11;
}

.icon-06 {
  width: 90px;
  position: absolute;
  left: -3%;
  bottom: -5%;
}


.kaitai-about {
  display: flex;
}

.kaitai-about-img {
  width: 40%;
  height: auto;
  background-image: url(../img/house-about.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.kaitai-about-textarea {
  width: 60%;
  background: #009856;
  padding-bottom: 30px;
  color: #fff;
}

.kaitai-about-textarea h3 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 50px;
  margin-left:40px;
  line-height: 1.5;
}

.kaitai-about-textarea p {
  width: 90%;
  font-size: 16px;
  padding-right: 10%;
  margin-left: 50px;
  margin-top: 20px;
}

.service-about-box {
  background: #009856;
}

.main-ttl-area {
  background: rgba(15,88,57, 0.8);
}

.main-ttl-area h1 {
  font-size: 40px;
}

.service-area {
  background: #EFEFEF;
  padding-top: 0;
  padding-bottom: 0;
}

.icon-06-2 {
  width: 90px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.open-tag {
  width: 140px;
  background: #009856;
  color: #fff;
  font-weight: bold;
  margin: 0 0.5rem;
  margin-top: 0.5rem;
}


.open-tag p {
  font-size: 13px;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  margin-top: 0;
  padding: 5px 0;
}

.dammy {
  background-color: #fff;
}

.service-text-area {
  background: #fff;
  border: #009856 2px solid;
  width: 95%;
  margin: 0 auto;
  max-width: 900px;
  padding-bottom: 3rem;
  margin-top: 2rem;
}

.service-text-area h3 {
  width: 90%;
  margin: 0 auto;
  font-size: 18px;
  color: #009856;
  font-weight: bold;
  margin-top: 2rem;

}

.service-text-area p {
  width: 90%;
  margin: 0 auto;
  border-bottom: #009856 2px solid;
  padding-bottom: 1.5rem;
  margin-top: 0.5rem;
}

.service-text-area b {
  width: 90%;
  margin: 0 auto;
  margin-left: 2rem;
}

.merit {
  background: #FFEFD9;
  padding-top: 20px;
  margin-top: 50px;
  padding-bottom: 50px;
}

.merit-text-area {
  border:solid 2px #009856;
  border-top: solid 7px #009856;
  height: 230px;
}

.merit-text-area h3 {
color:  #009856;
}

.merit-wrap {
  flex-wrap: wrap;
}

.merit-box {
  margin-top: 10px;
}

.chuuki {
  width: 90%;
  margin: 0 auto;
  background:#EFEFEF ;
  padding-top: 2rem;
  margin-top: 2rem;
}

.chuuki p {
  border-bottom: none;
  margin-top: 0.5rem;
}

hr {
  width: 90%;
  height: 2px;
  color: #009856;
}

.faq {
  background: #DDF8EC;
  padding-top: 50px;
  padding-bottom: 40px;
}

@media (max-width:768px) {
  .kaitai-about {
    flex-direction: column;
  }

  .kaitai-about-text {
    margin-left: auto;
    margin-right: auto;
  }
  
  .kaitai-about-img {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .kaitai-about-textarea {
    width: 100%;
  }
  
  .kaitai-about-textarea h3 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 50px;
    margin-left: 0px;
    text-align: center;
  }
  
  .open-about-textarea p {

  }
  
  .open-text {
    padding: 0 1rem;
  }

}


@media (max-width:540px) {



  .service-list {
    padding-top: 220px;
  }

  .icon-03 {
    width: 100px;
    top: -60px;
  }

  .ryoukin {
    flex-direction: column;
    align-items: center;
  }

}
