@charset "utf-8";

/* jQuery発展編 */

.carousel div.carouselImg01 {
    height: 310px;
    background-image: url(../my-imges/concept/concept-bg-main01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.carousel div.carouselImg02 {
    height: 310px;
    background-image: url(../my-imges/concept/concept-bg-main02.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.carousel div.carouselImg03 {
    height: 310px;
    background-image: url(../my-imges/concept/concept-bg-main03.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}


.title h1 {
    font-size: 30px;
    margin-top: 50px;
    text-align: center;
}

.title p {
    font-size: 20px;
    margin-top: 20px;
}

.feature {
    display: flex;
    justify-content: space-between;
    width: 930px;
    max-width: 90%;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
}

.feature img {
    width: 360px;
}

.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-size: 25px;
    line-height: 1.5;
    text-align: center;
}

.feature-text h2::after,
.movie h2::after {
    content: '';
    display: block;
    width: 150px;
    height: 1px;
    background-color: #000;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}

.feature-text p {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 15px;
    text-align: center;
}

.movie {
    width: 930px;
    max-width: 90%;
    padding: 50px 50px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}

.movie h2 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
}

.movie iframe {
    display: block;
    width: 100%;
    height: 450px;
}

.footer {
    margin-top: 100px;
}

@media (max-width: 800px) {

    /* .carousel div.carouselImg01 {
        height: calc(100vh - 70px);
        background-image: url(../images/index/bg-main-sp.png);

    }

    .carousel div.carouselImg02 {
        height: calc(100vh - 70px);
        background-image: url(../images/index/bg-main-sp.png);
    }

    .carousel div.carouselImg03 {
        height: calc(100vh - 70px);
        background-image: url(../images/index/bg-main-sp.png);
    } */

    /* jQuery発展編 */

    .feature {
        display: block;
        width: 500px;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .feature-text {
        margin-right: 0;
    }

    .reverse .feature-text {
        margin-left: 0;
    }

    .feature img {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    .movie {
        padding: 25px;
    }
}