@charset "utf-8";

/* ============================
　　TOP - 私たちについて START
============================ */
.TOP--about_us.grid--col-2 > .grid--item {
    margin: 0;
}
.TOP--about_us__video,
.TOP--about_us__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.grid--col-2 > .TOP--about_us__video.grid--item {
    width: 60%;
}
.grid--col-2 > .TOP--about_us--title.grid--item {
    width: 40%;
}
.TOP--about_us--title {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .TOP--about_us {
        height: auto;
    }
    .TOP--about_us__video,
    .TOP--about_us__video video {
        height: auto;
    }
    .TOP--about_us__video video {
        object-position: 42% 0;
    }
    .grid--col-2 > .TOP--about_us__video.grid--item,
    .grid--col-2 > .TOP--about_us--title.grid--item {
        width: 100%;
    }
    .TOP--about_us .order1 {
        order: 1; /*上から1番目に表示*/
    }
    .TOP--about_us .order2 {
        order: 2; /*上から2番目に表示*/
    }
    .TOP--about_us--title {
        padding: 40px 30px;
    }
}
/* ============================
　　TOP - 私たちについて END
============================ */

/* ============================
　　私たちについて START
============================ */
.bgimg--about {
    background-image: url('../image/img__about02.png'), url('../image/bgimg--about.png');
    background-repeat: no-repeat;
    background-position: 5% 15%, center bottom;
    background-size: 20%, cover;
}
.about--txt--wrap {
    width: 600px;
    margin: 0 auto 150px;
}
.about--txt--box {
    margin-bottom: 40px;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .bgimg--about {
        background-image: url('../image/bgimg--about.png');
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 100% auto;
    }
    .about--txt--wrap {
        width: 90%;
        margin: 0 auto 100px;
    }
}
