@charset "utf-8";


/*============================
事業内容
============================*/

/*
強み
============================*/

#strength {
  counter-reset: no;
}

#strength h3 {
  margin: 50px 0 0;
  padding: 10px 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  background-color: #059f6f;
  border: none;
}

#strength .box {
  background: url(../images/bg.png) no-repeat bottom right -10px #f8f8f8;
  -webkit-background-size: 300px;
  background-size: 300px;
  padding: 34px 40px;
}

#strength .box dl dt {
  font-size: 20px;
  font-weight: 600;
  padding-left: 46px;
  position: relative;
}

#strength .box dl dt::before {
  counter-increment: no;
  display: block;
  content: counter(no, decimal-leading-zero);
  font-size: 20px;
  font-weight: 700;
  color: #059f6f;
  font-family: "Ubuntu", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
}

#strength .box dl dt::after {
  content: '';
  display: block;
  background-color: #059f6f;
  width: 2px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 32px;
  margin: auto;
}

#strength .box dl dd {
  margin-top: 10px;
}

#strength .box dl:nth-child(n+2) {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #ccc;
}

@media only screen and (max-width: 768px) {
  #strength h3 {
    margin: 30px 0 0;
    font-size: 16px;
  }

  #strength .box {
    background: url(../images/bg.png) no-repeat bottom right -10px #f8f8f8;
    -webkit-background-size: 250px;
    background-size: 250px;
    padding: 20px;
  }

  #strength .box dl dt {
    font-size: 16px;
    padding-left: 34px;
    letter-spacing: 0;
  }

  #strength .box dl dt::before {
    font-size: 18px;
    line-height: 1.5;
  }

  #strength .box dl dt::after {
    left: 24px;
  }
}

/*============================
事業一覧
============================*/

#service-list .photo {
  width: 100%;
}

#service-list img {
  width: 100%;
  display: block;
}

#service-list .flex img {
  width: 330px;
}

#service-list .flex .text {
  width: 400px;
}

@media only screen and (max-width: 768px) {
  #service-list .photo {
    background: url(../images/photos-sp.jpg) no-repeat center;
    display: block;
    height: 0;
    padding-top: 47.3684%;
    overflow: hidden;
    -webkit-background-size: 100%;
    background-size: 100%;
  }

  #service-list .flex img {
    width: 100%;
  }

  #service-list .flex .text {
    margin-top: 20px;
    width: 100%;
  }
}
