@charset "utf-8";
/* about */
.about__img__box {
    margin: 0 auto;
}

.about__imgBoxa {
    margin: 0 auto;
    width: 80%;
    display: flex;
    justify-content: center;
    gap: 0 20px;
}

.about__imgBoxb {
    margin: 0 auto;
    width: 80%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 0 20px;
}
.about__about__img {
    width: 37.3%;
    display: block;
}

.about__txt__box {
    width: 80%;
    margin: 0 auto 0;
}

.about__about__txt {
    margin-top: 30px;
    font-size: 1.6rem;
    line-height: 2;
}

/* about pc */
@media screen and (min-width: 769px) {
    .topic--about {
        margin-top: 100px;
    }

    .about__box {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .about__img__box {
        width: 50%;
    }

    .about__txt__box {
        width: 50%;
        padding: 0 50px;
    }

    .about__imgBoxa {
        width: 100%;
    }

    .about__imgBoxb {
        width: 100%;
    }

    .about__about__img {
        width: 30%;
        display: block;
    }
}

/* history */
.about__history__box {
    width: 80%;
    margin: 0 auto;
}

.about__history__item {
    margin-top: 20px;
}

.history__date {
    font-family: Outfit;
    font-size: 1.6rem;
}

.about__history__txt {
    font-size: 1.6rem;
}

/* history pc */
@media screen and (min-width: 769px) {
    .topic--history {
        margin-top: 150px;
    }

    .about__history__item {
        display: flex;
        align-items: center;
    }

    .about__history__txt {
        margin-left: 30px;
    }
}