@charset "utf-8";
.section-about {
    padding: 140px 6.6%;
}
.about-name {
    margin: 40px auto;
    text-align: center;
}

.name-subTxt {
    font-family: "Zen Kaku Gothic New";
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

.name-txt {
    font-family: "Zen Kaku Gothic New";
    font-size: 2.0rem;
    font-weight: 400;
    margin-top: 15px;
}

.name-txt2 {
    font-family: "Zen Kaku Gothic New";
    font-size: 1.6rem;
    font-weight: 300;
    margin-top: 10px;
}

.about-txt {
    font-family: "Zen Kaku Gothic New";
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1.6;
}

.asirai {
    width: 20px;
    height: 20px;
    margin: 30px auto;
    display: block;
}

.unit-title {
    margin: 80px 0 40px;
    font-family: "Zen Kaku Gothic New";
    font-size: 2.0rem;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}

.unit-txt {
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    margin-top: 6px;
}

@media screen and (min-width: 769px) {
    .section-about {
        padding: 160px 4.8%;
    }

    .about {
        display: flex;
        align-items: flex-start;
        gap: 4.5vw;
        justify-content: center;
    }

    .about-img {
        width: 47%;
        max-width: 500px;
        object-fit: contain;
        flex-shrink: 0;
    }

    .about-name,.name-subTxt {
        text-align: left;
    }

    .about-name {
        font-size: 2.4rem;
        margin-top: 80px;
    }

    .name-subTxt {
        font-size: 1.8rem;
    }

    .unit-title {
        font-size: 2.4rem;
    }

    .unit-title,.unit-txt {
        text-align: left;
    }
}