@charset "utf-8";

.pro5-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;
}




.pro5-po-im1 {
    background: url(../images/pro1-po-im1.png) center center no-repeat;
    background-size: 95% 94%;
    background-position: top;
}
.pro5-po-im2 {
    background: url(../images/pro1-po-im2.png) center center no-repeat;
    background-size: 95% 94%;
    background-position: top;
}



@media screen and (max-height: 1150px) and (min-width:768px) {
    .list-num:not(:last-child) {
        margin-bottom: 10px;
    }
    .po-im-title {
        margin-bottom: 20px;
        margin-top: -68px;
    }
    .pro-po-im {
        padding: 60px 45px 61px;
    }
}
@media screen and (max-height: 1010px) and (min-width:768px) {
    .pro-about-text figure {
        width: 57%;
    }
    .pro-about-text p {
        width: 43%;
    }
    .pro-about-text {
        margin-bottom: 30px;
    }
    .pro-box .more-text a {
        margin-top: 0;
    }
    .po-im-title {
        margin-bottom: 14px;
        margin-top: -64px;
    }
    .pro-po-im {
        padding: 53px 42px 44px;
        width: 50%;
    }
}

@media screen and (max-height: 915px) and (min-width:768px) {
    .pro-about-text figure {
        width: 45%;
    }
    .pro-about-text p {
        width: 55%;
    }
    .pro-box h3 {
        margin-bottom: 20px;
    }
    .pro-po-im {
        font-size: 14px;
    }
    .pro5-po-im1 {
        width: 49%;
    }
    .pro5-po-im2 {
        width: 49%;
    }
}



@media screen and (max-height: 660px) and (max-width: 1366px) {
  .pro-box {
    max-width: 1200px;
  }
  .pro-box h3 {
    margin-bottom: 10px;
  }
  .pro-about-text {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .pro-about-text figure {
    width: 36%;
  }
  .pro-about-text {
    margin-bottom: 20px;
  }
  .pro-about-text p {
    width: 64%;
  }
  .pro5-po-im2 {
    width: 49%;
    background-size: 100% 92%;
    padding-bottom: 20px;
  }
  .pro5-po-im1 {
    width: 49%;
    background-size: 95% 92%;
  }
  .po-im-title {
    margin-bottom: 8px;
    margin-top: -64px;
  }
  .list-num:not(:last-child) {
    margin-bottom: 0;
  }
  .pro-po-im {
    padding-bottom: 38px;
  }
}



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

  
  .pro5-about-box {
    background: url('../images/pro2-about-bg-sp.png') center center no-repeat;
    background-size: 100vw;
  }
  .pro5-po-im1 {
      background-size: 100% 94%;
      width: 100%;
  }
  .pro5-po-im2 {
        background-size: 100% 94%;
        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;
  }
  .po-im-title {
    margin-bottom: 13px;
    margin-top: -70px;
  }
  .pro-po-im {
    padding-top: 65px;
    padding-bottom: 40px;
  }
}









