@charset "utf-8";

.pro1-about-box {
    background: url('../images/pro1-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;
}

.pro-box {
    max-width: 1080px;
    margin: auto;
    padding: 3% 3% 57px;
    background-color: #fff;
    opacity: 0;
    animation: late-open 0.8s ease-in 1s forwards;
}
@keyframes late-open {
  to {
    opacity: 1;
  }
}

.pro-box h3{
    font-family: 'Sawarabi Gothic', sans-serif;
    font-size: 21px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.pro-box h3 span {
    display: block;
    width: 250px;
    margin: 0 auto;
    padding-bottom: 7px;
    border-bottom: 3px solid #000;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Ropa Sans', sans-serif;
    letter-spacing: 2px;
    text-align: center;
}
.pro-about-text {
    justify-content: space-between;
    margin-bottom: 40px;
}
.pro-about-text figure {
    width: 62%;
    padding-right: 30px;
}
.pro-about-text p {
    width: 38%;
}
.point-image {
    justify-content: space-between;
}
.pro-po-im {
    width: 49%;
    padding: 80px 45px 52px;
}
.pro1-po-im1 {
    background: url('../images/pro1-po-im1.png') center center no-repeat;
    background-size: 95% 100%;
    background-position: top;
}
.pro1-po-im2 {
    background: url('../images/pro1-po-im2.png') center center no-repeat;
    background-size: 95% 100%;
    background-position: top;
}
.po-im-title {
    text-align: center;
    margin-top: -90px;
    margin-bottom: 40px;
}
.po-im-title img {
    height: 18px;
    width: auto;
}

.list-num {
    line-height: 1.5;
    text-indent:-1.5em;
    padding-left:1.5em;
}
.list-num:not(:last-child){
    margin-bottom: 20px;
}
.pro-box .more-text {
    transition: 0.3s;
}
.pro-box .more-text a {
  display: flex;
  align-items: center;
    font-weight: bold;
    font-family: 'Ropa Sans', sans-serif;
    letter-spacing: 2px;
    margin-top: 45px;
    position: relative;
  font-size: 18px;
  max-width: 100px;
}
.pro-box .more-text a span {
    position: absolute;
    top: 0;
    left: 5px;
}
.pro-box .more-text a:hover span {
    left: 0px;
}
.pro-box .more-text a span {
    transition: 0.3s;
}

@media screen and (max-height: 915px) and (min-width:768px) {
    .pro-box {
        padding: 2% 2% 10px;
    }
    .pro-about-text {
        margin-bottom: 35px;
    }
    .pro-about-text figure {
        width: 55%;
    }
    .pro-about-text p {
        width: 45%;
    }
    .point-image {
        justify-content: center;
    }
    
    .pro-po-im {
      padding-bottom: 42px;
    }
    .pro1-po-im1,
    .pro1-po-im2{
        background-size: 92% 100%;
    }
    .po-im-title {
        margin-top: -90px;
        margin-bottom: 30px;
    }
    .list-num:not(:last-child) {
        margin-bottom: 10px;
    }
    .pro-box .more-text a {
      margin-top: 20px;
    }
}


@media screen and (max-height: 795px) and (min-width:768px) {
    .pro-po-im {
        font-size: 14px;
        padding: 80px 45px 24px;
    }
   /*  .po-im-title img {
        height: 18px;
    } */
    .po-im-title {
        margin-bottom: 20px;
    }
    .pro1-po-im1,
    .pro1-po-im2 {
        background-size: 97% 100%;
    }
    .list-num:not(:last-child) {
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 980px) { 
    .pro1-po-im1,.pro1-po-im2 {
      background-size: 95% 90%;
    }
}


@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) {
  .pro-about-text, 
  .point-image {
    display: block;
  }
  
  
  .pro1-about-box {
    background: url('../images/pro1-about-bg-sp.png') center center no-repeat;
    background-size: 100vw;
  }
  .pro-about-text {
    margin-bottom: 50px;
  }
  .pro-about-text figure,
  .pro-about-text p,
  .pro-po-im {
    width: 100%;
  }
  .pro-about-text figure {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .pro-box {
    padding: 50px 4% 57px;
  }
  .pro-box h3 {
    margin-bottom: 20px;
  }
  .pro-box h3 span {
    border-bottom: 2px solid #000;
  }
  .pro-po-im {
    padding: 50px 20px 80px;
  }
  .po-im-title {
    margin-top: -60px;
    margin-bottom: 20px;
  }
  .pro1-po-im1,
  .pro1-po-im2 {
    background-size: 100% 90%;
  }
  .list-num:not(:last-child) {
    margin-bottom: 10px;
  }
  .pro-box .more-text {
    margin-bottom: 50px;
  }
  .pro-box .more-text a {
    margin-top: 0;
  }

}




@media screen and (max-width: 499px) {
  .pro-about-text {
    font-size: 13px;
    line-height: 1.8;
  }
  .point-image {
    font-size: 13px;
    line-height: 1.8;
  }
}
















