@charset "UTF-8";



/*  ----------------------------------------------------------

kv

----------------------------------------------------------  */
.about-kv {
    background: url(../img/about-kv.jpg) no-repeat center / cover;
}

.about-kv h2 {
    background: url(../img/about-kv.jpg) no-repeat center;
    background-size: 770% auto;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

@media screen and (max-width: 767px) {
    .about-kv h2 {
        background-size: 450% auto;
    }
}



/*  ----------------------------------------------------------

intro

----------------------------------------------------------  */
.about-intro {
    padding: 5rem 0;
}

.about-intro .wrap {
    background: #fff;
    padding: 7rem 6rem;
    border-radius: 2rem;
}

.about-intro h3 {
    font-size: 2.4rem;
    text-align: center;
}

.about-intro h4 {
    color: #979495;
    font-size: 1.8rem;
    margin: 3rem 0 4rem 0;
    text-align: center;
}

.about-intro ul {
    display: flex;
    justify-content: space-between;
}

.about-intro ul li {
    width: 48%;
}

.about-intro ul li figure {
    margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
    .about-intro {
        padding: 5rem 3rem;
    }

    .about-intro .wrap {
        padding: 4rem 3rem;
    }

    .about-intro h3 {
        text-align: left;
        font-size: 2.2rem;
    }

    .about-intro h4 {
        text-align: left;
    }

    .about-intro ul {
        display: block;
    }

    .about-intro ul li {
        width: 100%;
    }

    .about-intro ul li:not(:last-child) {
        margin-bottom: 5rem;
    }

    .about-intro ul li figure {
        margin-bottom: 2rem;
    }
}

.about-intro2 {
    padding: 1rem 0;
}

.about-intro2 .wrap {
    background: #fff;
    padding: 1rem 1rem;
    border-radius: 2rem;
}

.about-intro2 h3 {
    font-size: 2.4rem;
    text-align: center;
}

.about-intro2 h4 {
    color: #979495;
    font-size: 1.8rem;
    margin: 3rem 0 4rem 0;
    text-align: center;
}

.about-intro2 ul {
    display: flex;
    justify-content: space-between;
}

.about-intro2 ul li {
    width: 48%;
}

.about-intro2 ul li figure {
    margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
    .about-intro2 {
        padding: 1rem 1rem;
    }

    .about-intro2 .wrap {
        padding: 1rem 1rem;
    }

    .about-intro2 h3 {
        text-align: left;
        font-size: 2.2rem;
    }

    .about-intro2 h4 {
        text-align: left;
    }

    .about-intro2 ul {
        display: block;
    }

    .about-intro2 ul li {
        width: 100%;
    }

    .about-intro2 ul li:not(:last-child) {
        margin-bottom: 5rem;
    }

    .about-intro2 ul li figure {
        margin-bottom: 2rem;
    }
}



/*  ----------------------------------------------------------

detail

----------------------------------------------------------  */
.about-detail {
    background: #fff;
    padding: 10rem 0;
}

.about-detail figure {
    width: 88rem;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .about-detail {
        padding: 10rem 1.5rem;
    }

    .about-detail figure {
        width: 100%;
    }
}