@charset "utf-8";

.cont_img {
  background-image: url(../images/cont_img.jpg);
}

.cont h2 span::after {
  display: none;
}

/*============================
#construction
============================*/
#construction section {
  margin-top: 80px;
}

#construction section:first-of-type {
  margin-top: 0;
}

#construction section .flex {
  justify-content: flex-start;
}

#construction section img {
  width: 520px;
  margin-right: 40px;
}

#construction section .flex .caption {
  width: 480px;
  position: relative;
}

#construction section h2 {
  margin-top: 40px;
  z-index: 1;
}

#construction section h2 span {
  font-size: 70px;
  font-weight: 600;
  color: #f1f3f9;
  position: absolute;
  top: -40px;
  left: 90px;
  z-index: -1;
}

#construction section:nth-of-type(1) h2 span {
  left: 175px;
}

#construction ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background: #0e2f8e;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

#construction ul li {
  margin-top: 20px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 2;
}

#construction ul li:first-of-type {
  margin-top: 0;
}

#construction .text {
  margin-top: 40px;
  padding: 40px;
  background: #f1f3f9;
  border-radius: 5px;
}


@media only screen and (max-width:768px) {

  /*============================
#construction
============================*/
  #construction section {
    margin-top: 40px;
  }

  #construction section .flex {
    justify-content: flex-start;
    flex-direction: column-reverse;
  }

  #construction section img {
    width: 100%;
    margin: 20px 0 0;
  }

  #construction section h2 {
    margin-top: 10px;
    font-size: 20px;
  }

  #construction section .flex .caption {
    width: 100%;
  }

  #construction section h2 span {
    font-size: 50px;
    top: -25px;
    left: 60px;
  }

  #construction section:nth-of-type(1) h2 span {
    left: 120px;
  }

  #construction ul li::before {
    width: 5px;
    height: 5px;
  }

  #construction ul li {
    padding-left: 15px;
    font-size: 15px;
  }

  #construction .text {
    margin-top: 20px;
    padding: 20px 15px;
  }
}
