@charset "utf-8";

.pro2-about-box {
    background: url('../images/pro2-about-bg.png') center center no-repeat;
    background-size: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 57px;
    padding-left: 20px;
    padding-right: 20px;
}




@media screen and (max-height: 960px) and (min-width:768px) {
  .pro-box .more-text a {
    margin-top: 30px;
  }
  .pro-about-text {
    margin-bottom: 20px;
  }
  .po-im-title {
    margin-bottom: 25px;
  }
  .pro-po-im {
    padding-bottom: 34px;
  }
}
@media screen and (max-height: 775px) and (min-width:768px) {
  .pro-box h3 {
    margin-bottom: 15px;
  }
  .pro-about-text p {
    width: 50%;
  }
  .pro-about-text figure {
    width: 50%;
  }
  .pro-box .more-text a {
    margin-top: 20px;
  }
}


@media screen and (max-height: 660px) and (max-width: 1366px) {
  .pro-box {
    max-width: 1200px;
  }
  .pro-box h3 {
    margin-bottom: 20px;
  }
  .pro-about-text figure {
    width: 36%;
  }
  .pro-about-text p {
    width: 64%;
  }
  .pro-about-text {
    margin-bottom: 20px;
  }
}



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

  
  .pro2-about-box {
    background: url('../images/pro2-about-bg-sp.png') center center no-repeat;
    background-size: 100vw;
  }
  .pro5-po-im1 {
      width: 100%;
  }
  .pro5-po-im2 {
        width: 100%;
    }
  .pro-about-text figure {
    width: 100%;
  }
  .pro-about-text p {
    width: 100%;
  }

}

@media screen and (max-width: 320px){
  .pro-about-text {
    margin-bottom: 50px;
  }
}





