.about_wrap{
    padding-bottom: 10%;
    overflow: hidden;
}
.h1{
    padding-top: 10%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 10%;
}
.h1 h1{
width: 22vw;
margin: 0 auto;
}
.h1 h1 img{
    width: 100%;
    }
    .h1 p{
        font-size: 12px;
        }

        .would- {
            animation: loop-slide 40s infinite linear 1s both;
            display: flex;
            flex-direction: row;
            margin-bottom: -25vw;
            margin-top: 12%;
          }
          .img-box {
            position: relative;
          }
          
          .would- img {
            width: 100vw;
            padding-right: 40px;
            box-sizing: border-box;
          }
          .would- img {
            width: 100vw;
            padding-right: 40px;
            box-sizing: border-box;
          }
          .img-box {
            position: relative;
          }
          
          .img-box .active {
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0;
            transition: 0.5s;
          }
          
          .img-box:hover .active {
            opacity: 1;
          }
          
          @keyframes loop-slide{
            from{
              transform: translateX(0);
            }
            to{
              transform: translateX(-100%);
            }
          }

          .about__bg {
            width: 45%;
    margin: 5% auto;
    position: relative;
        }
        .about__bg img{
            width: 100%;
        }

        .about-sentence{
            width: 35%;
            margin: 0 auto;
            text-align: center;
            line-height: 1.7;
        }

        .about-sentence-en{
            padding-bottom: 3%;
        }

.about-contents{
    border-top: #707070 1px solid;
}
.about-contents_creates{
    display: flex;
    flex-direction: row;
    border-bottom: #707070 1px solid;
}
.company{
    
}
.about-contents_left{
    width: 50%;
    padding: 5%;
    border-right: #707070 1px solid;
}
.about-contents_left img{
    width: 100%;
}
.about-contents_right{
    padding: 5% 5% 6% 5%;
width: 50%;
display: flex;
flex-direction: column;
    justify-content: space-between;
}
.creates{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.nail img{
width: 6vw;
padding-bottom: 5%;
}
.eyeblow img{
width: 13vw;
padding-bottom: 5%;
}
.esthetic img{
    width: 12vw;
    padding-bottom: 5%;
}
.room img{
    width:10vw ;
}
.creates-2 p{
padding-bottom: 5%;
line-height: 1.7;
}
.jp{
    padding-bottom: 2%;!important
}
.creates-2 a{
    color: 141414;
    border: #141414 1px solid;
    padding: 2% 5%;
    border-radius: 60px;
    }
    .creates-2 a:hover{
        color: #D07474;
    border: #D07474 1px solid;
    }

    .about-contents_staff{
        padding: 5%;
        border-bottom: #707070 1px solid;
        font-size: 13px;
    }
    .about-contents_staff h2 img{
        width: 8vw;
    }
    .staff{
        width: 70%;
        margin: 0 auto;
        display: flex;
        justify-content: space-evenly;
        padding: 10%;
    }
    .kanako h3 img{
        width: 11vw ;
    }
    .ai h3 img{
        width:3vw ;
    }
    .kanako{
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;    
    }
    .ai{
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;  
    }
    .staff-sns{
padding: 5% 0;
    }
    .staff-sns a{
        color: black;
    }
.about-contents_company{
    border-bottom: #707070 1px solid;
    
}
.about-contents_company h2 img{
    width: 15vw;
}
.company{
    display: flex;
    flex-direction: row;
}
    .company-contents_left {
        font-size: 13px;
        width: 50%;
        margin: 0;
        padding: 5%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border-right: 1px solid #707070;
    }
    .company-contents_left ul {
        margin: 0;
        list-style: none;
    }
    .company-contents_left ul li {
        padding: 2em 0;
        border-bottom: 1px solid #707070;
        line-height: 1.7;
    
    }
    .company-contents_left ul li a {
        text-decoration: none;
        display: block;
    }
    .box-left {
        display: inline-block;
        width: 20%;
        margin-right: 10%;
        vertical-align: middle;
    }
    .box-right {
        display: inline-block;
        width: 70%;
        vertical-align: middle;
    }
    
    .company-contents_right{
        width: 50%;
        padding: 5%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .company-contents_right img{
width: 80%;
    }
    .company-contents_right p{
        text-align: center;
        padding-top: 5%;
    }



@media(max-width:767px){
    .h1 h1 {
        width: 30vw;
        margin: 0 auto;
    }
    .about_wrap {
        padding-bottom: 15%;
        overflow: hidden;
    }
    .about__bg {
        width: 70%;
        margin: 10% auto;
        position: relative;
    }
    
    .would- {
        animation: loop-slide 40s infinite linear 1s both;
        display: flex;
        flex-direction: row;
        margin-bottom: -40vw;
        margin-top: 30%;
        /* width: 40%; */
    }
    .would- img {
        width: 150vw;
        padding-right: 40px;
        box-sizing: border-box;
    }
    .about-sentence {
        width: 80%;
        margin: 0 auto;
        text-align: center;
        line-height: 1.7;
    }
    .about-sentence-en {
        padding-top: 10%;
        padding-bottom: 8%;
    }
    .jp {
        padding-bottom: 10%;
    }
    .about-contents_creates {
        display: flex;
        flex-direction: column;
        border-bottom: #707070 1px solid;
    }
    .about-contents_left {
        width: 80%;
        padding: 10%;
        border-right: none;
        border-bottom: solid 1px #171717;
    }
    .about-contents_right {
        padding: 15% 0% 15% 8%;
        width: 80%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .nail img {
        width: 17vw;
        padding-bottom: 5%;
    }
    .eyeblow img {
        width: 36vw;
        padding-bottom: 5%;
    }
    .esthetic img {
        width: 32vw;
        padding-bottom: 5%;
    }
    .room img {
        width: 26vw;
    }
    .creates {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-bottom: 10%;
    }
    .about-contents_staff {
        padding: 15% 8%;
        border-bottom: #707070 1px solid;
        font-size: 13px;
    }
    .about-contents_staff h2 img {
        width: 18vw;
    }
    .staff {
        width: 90%;
        /* margin: 0 auto; */
        display: flex;
        padding: 10% 0%;
        flex-direction: column;
        align-items: center;
    }
    .kanako h3 img {
        width: 20vw;
    }
    .ai h3 img {
        width: 5vw;
    }
    .kanako {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 15%;
    }
    .ai {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .company {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .company-contents_left {
        font-size: 13px;
        width: 84%;
        margin: 0;
        padding: 15% 8%;
        display: flex;
        flex-direction: column;
        border-right: none;
        justify-content: space-between;
    }
    .about-contents_company h2 img {
        width: 31vw;
    }
    .company-contents_left ul {
        margin: 10% 0;
        list-style: none;
    }
    .company-contents_left ul li {
        padding: 2em 0;
        border-bottom: 1px solid #707070;
        line-height: 1.7;
        display: flex;
    }
    .company-contents_right {
        width: 80%;
        padding: 0 0 20%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .box-left {
        display: inline-block;
        width: 25%;
        margin-right: 10%;
        vertical-align: middle;
    }
}