@charset "utf-8";

.title{
    height: calc(100vh - 90px);
    width: 100%;
    margin: 0 auto;
    background-image: url(../images/about/top.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
}

.title h1{
    font-family: "classico-urw", sans-serif;
    font-size: 32px;
    font-weight: 400;
}

.title-text{
    margin: 0 auto;
}

.contents{
    margin: 0 auto;
    width: 600px;
    margin-top: 200px;
    text-align: center;
}

.contents1{
    margin-bottom: 70px;
}

.contents2{
    margin-bottom: 70px;
}

.contents h2{
    font-size: 96px;
    font-weight: bold;
    font-family: "classico-urw", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #CC765B;
}

.jp{
    font-size: 32px;
    margin-top: 20px;
}

.write{
    font-size: 13px;
    margin-top: 20px;
}



.feature{
    display: flex;
    justify-content: space-between;
    width: 1020px;
    max-width: 90%;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
}

.feature-img .customer{
    text-align: center;
    width: 480px;
}

.feature-text{
    max-width: 500px;
    margin-right: 40px;
}

.reverse{
    flex-direction: row-reverse;
}

.reverse .feature-text{
    margin-left: 40px;
    margin-right: 0;
}

.feature-text h2{
    font-family: "classico-urw", sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 30px;
}

.feature-text p {
    font-size: 13px;
    line-height: 28px;
    margin-top: 25px;
   
}

.footer{
    margin-top: 100px;
}

@media (max-width: 800px){
    .feature{
        display: block;
        width: 500px;
        margin-top: 45px;
    }

    .feature-text{
        margin-right: 0;
    }

    .reverse .feature-text{
        margin-left: 0;
    }

    .feature img{
        width: 100%;
        height: auto;
        margin-top: 25px;
    }

    .movie{
        width: 500px;
        padding: 30px 25px;
    }

    .movie iframe{
        height: 240px;
    }
}