body.security .page-title .catchcopy {
  /*background-color: #01acd4;*/
  text-indent: 0px;
}
@media (min-width: 751px){
  body.business .page-title h1 {
    text-align: left;
    line-height: 1;
    position: absolute;
    top: 145px; /*175*/
    left: -250px;
  }


  body.business .page-title .sub-title {
    font-size: 14px;
    font-weight: 700;
    padding: 0.5em 0.5em 0.75em 0.5em;
    line-height: 1.5em;
    background: #000;
    color: #fff;
    width: 200px;
    text-align: center;
    position: absolute;
    top: 210px; /*250*/
    left: -250px;
  }
  body.business .profile .name {
    font-family: 'Noto Serif JP';
    font-weight: 600;
    font-size: 22px;
  }
  body.business .profile {
    position: absolute;
    top: 480px;
    left: -250px;
    width: 100%;
    height: 118px;
    border-left: 1px solid #fff;
    padding-left: 15px;
  }
  body.business .section-message .message p {
    color: #fff;
    width: 100%;
    padding-left: 550px;
  }

  body.business .section-message .message .block.message-erp {
    top: 100px;
  }

  /* public solutions div */

  body.business .page-title._div-psd h1 {
    top:95px; /*145*/
  }
  body.business .page-title._div-psd .sub-title {
    top:160px; /*210*/
  }
  body.business .page-title._div-psd .catchcopy {
    top:220px; /*270*/
  }
}

@media (max-width: 750px){
  body.business .page-title h1 {
    text-align: left;
    line-height: 1;
    position: absolute;
    bottom: 65px;
    left: 40px;
  }
  body.business .page-title .sub-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 60px;
    background: #000;
    color: #fff;
    width: 680px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 40px;
  }
  body.business .page-title .catchcopy {
    font-size: 46px;
    font-family: 'Noto Serif JP';
    font-weight: 600;
    line-height: 66px;
    position: absolute;
    bottom: -255px;
    left: 0px;
    color: #fff;
    padding: 55px 0px 45px 40px;
    width: 100%;
    height: 255px;
    margin: 0;
  }
  

  
  body.business .profile {
    position: absolute;
    bottom: -434px; /*-434*/
    left: 0px;
    width: 100%;
    height: 180px;
    padding-left: 80px;
    padding-top: 35px;
  }

  /* public solutions div  66px upper*/

  body.business .page-title._div-psd .catchcopy {
    padding-top: 55px;
    font-size: 40px;
    /*height: 321px; /* 255 */
  }


  body.business .profile:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 40px;
    top: 20px;
}
  body .contents .page-title {

    height: 900px;
  }
}