@charset "utf-8";

.cont_img h1 {
  background-image: url(../images/page_title.png);
}

#service .img01 {
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
}

#service .catch {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 40px;
}

.lead .catch {
  padding-bottom: 0;
}

.biz_box {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}

.biz_box img {
  width: 330px;
}

.biz_box .img07 {
  height:230px;
}

.biz_box p {
  width: 350px;
}

.biz_box .text {
 overflow-wrap: break-word;
}


.biz_box:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .cont_img h1 {
    background-image: url(../images/page_title_sp.png);
  }

  #service img {
    width: 100%;
    padding-top: 50.75%;
    height: 0;
    overflow: hidden;
    background: url(../images/01_sp.jpg) no-repeat left top;
    background-size: 100%;
    margin-bottom: 15px;
  }

  #service .img01 {
    background-image: url(../images/01_sp.jpg);
    margin-bottom: 20px;
  }

  #service .catch {
    font-size: 20px;
    margin-bottom: 15px;
  }

  #service .img02 {
    background-image: url(../images/02_sp.jpg);
  }

  #service .img03 {
    background-image: url(../images/03_sp.jpg);
  }

  #service .img04 {
    background-image: url(../images/04_sp.jpg);
  }

  #service .img05 {
    background-image: url(../images/05_sp.jpg);
  }

  #service .img06 {
    background-image: url(../images/06_sp.jpg);
  }

  #service .img07 {
    background-image: url(../images/07_sp.jpg);
  }

}
