@charset "utf-8";

.mv{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.con_mv{
    width: 100%;
    height: 30vh;
    object-fit: cover;    
}

.wrap{
    background-color: rgba(240, 240, 240, 0.5);
    position: absolute;
    top: 15%;
    left: 15%;
    margin: 0;
    padding: 40px;
    border-radius: 20px;
}

.wrap p{
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: 'Klee One', cursive;
    text-shadow: 2px 2px #333;
    margin: 0;
}

.content, .content_members{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 30px 5px 50px 20px;
}

.content h2,.content p, .content_members h2, .content_members p{
    display: block;
}

.content h2{
    width: 90%;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    color: #333;
    border-bottom: dotted 5px #ee836f;
}

.content_members h2{
    width: 80%;
    margin-left: 50px;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    color: #333;
    border-bottom: dotted 5px #ee836f;
}

.content p, .content_members p{
    font-family: 'Noto Serif JP', serif;
    font-size: 17px;
    color: #333;
    line-height: 1.6rem;
}

@media screen and (min-width:768px) {
    .wrap{
        top: 20%;
        left: 20%;
        padding: 50px;
    }

    .wrap p{
        font-size: 2.2rem;
    }

    .con_mv{
        height: 40vh;   
    }

    .content, .content_members{
        padding-left: 10px;
    }
}

@media screen and (min-width:1025px) {
    .wrap{
        top: 25%;
        left: 35%;
    }

    section{
        width: 100%;
        max-width: 1280px;
        display: flex;
        justify-content: center;
    }

    .content{
        width: 80%;
        padding-left: 20px;
        padding-bottom: 200px;
    }

    .content_members{
        width: 100%;
        padding-left: 20px;
        padding-bottom: 200px;
    }

}