.bgImg{
  background: url(../image/service-1/main_bg.jpg) no-repeat center bottom;
  background-size: cover;
}
.pageTtl{
  background: url(../image/service-1/ttl_bg.png) no-repeat center bottom;
  background-size: 100%;
}
#sec2 .img{
  display: flex;
  justify-content: space-between;
  max-width: 1362px;
}
#sec2 .img picture{
  display: block;
  width: 50%;
  margin-left: min(6.40625%, 82px);
}
#sec2 .bgBlue3{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1000px;
  padding: 0 min(8.3%, 100px);
}
#sec2 .bgBlue3 .text{
  padding-top: 75px;
}
#sec3{
  border-top: solid 3px var(--blue);
}

/*
===================================================
        sp
===================================================
*/
@media screen and (max-width: 980px) {
  #sec2 .img{
    display: block;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  #sec2 .img picture{
    width: min(100%, 500px);
    margin-left: auto;
    margin-right: auto;
  }
  #sec2 .img picture + picture{
    margin-top: 50px;
  }
  #sec2 .bgBlue3{
    padding: 0;
  }
  #sec2 .bgBlue3 .text{
    padding: 60px 15px 0;
  }
  #sec2 .bgBlue3 .img{
    width: 60%;
    padding-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .bgImg{
    background: url(../image/service-1/main_bg_sp.jpg) no-repeat center bottom;
    background-size: cover;
  }
  .pageTtl{
    background: url(../image/service-1/ttl_bg_sp.png) no-repeat center bottom;
    background-size: contain;
  }
  #sec2 .bgBlue3{
    display: block;
    width: min(calc(100% - 30px), 520px);
    padding: 40px 0;
  }
  #sec2 .bgBlue3 .text{
    text-align: center;
    padding-top: 0;
  }
  #sec2 .bgBlue3 .img{
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
}