@charset "UTF-8";
.about_wrap {
  padding: 100px 0;
}
.cnts_1 {
  font-size: 16px;
  font-weight: bold;
  background: #fafafa;
}
.cnts_1_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.cnts_1_inner img {
  width: 100%;
  margin-bottom:120px;
}
.about_title {
  font-size: 36px;
  color: #4b83b9;
  margin-bottom: 60px;
}
.cnts_1_lead {
  color: #4D4D4D;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px; 
  text-align: left;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.bgBlueText {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #112D5C;
  background: #AAC8ED;
  padding: 15px;
  letter-spacing: 2px;
}
.service_step {
  background: #fafafa;
  padding: 0px 20px 100px;
  font-size: 16px;
  line-height: 32px;
  text-align: left;
  font-weight: bold;
}
.service_step_innerbox {
  max-width: 1200px;
  margin: 0 auto;
}
.service_steptitle {
    font-size: 36px;
    text-align: center;
    color: #4b83b9;
    margin-bottom: 100px;
}
.service_step_box {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-bottom: 60px;
}
.service_step_img {
  position: relative;
  min-width: 120px;
  margin-right: 30px;
}
.service_step_img:before,
.service_step_img:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  width: 1px;
  height: 50px;
  background: #4b83b9;
}
.service_step_box:nth-child(2) .service_step_img:before {
  display: none;
}
.service_step_box:last-child .service_step_img:after {
  display: none;
}
.service_step_box:first-child .service_step_img {
  text-align: center;
}
.service_step_img:before {
  top: -60px;
}
.service_step_img:after {
  bottom: -50px;
}
.service_step_img img {
  width: 100%;
}
.service_step_text {
  padding: 30px 40px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.service_step_text h4 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
}
/* SP ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media only screen and (max-width: 767px){
  .about_wrap {
    padding: 50px 20px;
  }
 .about_title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .cnts_1_lead {
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    padding: 0;
    margin-bottom: 30px;
  }
  .cnts_1_inner img {
    margin-bottom: 80px;
  }
  .service_steptitle {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .service_step_img {
    min-width: 80px;
    margin-right:15px;
  }
  .service_step_box {
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .service_step_text {
    padding: 20px;
  }
  .service_step_text h4 {
    font-size: 16px;
  }
  .service_step_img:before,
  .service_step_img:after {
    height: 100px;
  }
  .service_step_img:before {
    top: -110px;
  }
  .service_step_img:after {
    bottom: -100px;
  }
}