@charset "utf-8";
/* ==========================================
CorporateIdentity
============================================= */
.topic__box {
    width: 50%;
    overflow: auto;
    margin-left: auto;
}

.section__CorporateIdentity {
    width: 100%;
    height: auto;
    background-color: var(--primary_corporate_identity);
    margin-top: 80px; 
    position: relative;
}

.topic__box--group {
    display: flex;
    width: 100%;
}

.topic__group {
    width: 50%;
}

.topic__illust {
    width: 50%;
    margin: 60px 40px 0 0;
    /* padding-right: 40px; */
}

.topic__illust--img {
    width: 90%;
    height: auto;
}

.topic__group--sub {
    width: 100%;
    /* margin-left: 40px; */
}

.topic__group--sub--sub--group {
    width: 100%;
    height: auto;
    margin-top: 140px;
    /* margin: 88px 0 0 40px; */
}

.top__aki {
    margin-top: 180px;
}

.topic__group--sub--title {
    width: 100%;
    height: auto;
    padding: 0 40px 0 40px;
}

.chosei {
    width: 60%;
}

.topic__lead--text {
    text-align: left;
    margin: 28px 0 0 0;
    padding: 0 40px;
}

.hatena__font {
    font-family: "Shippori Mincho", serif;
}

.sub--title {
    width: 45%;
    height: auto;
    margin-top: 130px;
}

.topic__group--01 {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.topic__group--01--img {
    width: 85%;
    margin-bottom: 48px;
    /* margin: 80px auto; */
}

.topic__group--01--img:last-of-type {
    margin-bottom: 0px;
}

.center {
    width: 100%;
    margin: 60px auto;
    padding: 0 40px;
}

.sub--title2 {
    padding: 40px 33px;
}

.topic__group--02--illust--img {
    display: block;
    text-align: center;
    margin-top: 60px;
    padding: 0 40px;
}

.illust_03 {
    padding-bottom: 180px;
}

.br__sp {
    display: none;
}

/* CorporateIdentity pc end */

@media screen and (max-width: 769px) {
    .topic__box {
        width: 100%;
        overflow: initial;
    }

    .section__CorporateIdentity {
        margin-top: 0; 
        position: relative;
        display: block;
        /* flex-direction: column; */
    }

    .topic__box--group {
        width: 100%;
        display: contents;
        
    }

    .topic__illust {
        width: 100%;
        margin: 0;
        padding-right: 0px;
        order: 3;
        text-align: center;
    }

    .topic__illust--img {
        width: 65%;
        height: auto;
    }

    .topic__lead--text {
        text-align: left;
        padding: 0 4.2%;
        order: 2;
    }

    .sub--title {
        width: 65%;
        margin-top: 32px;
    }

    .text {
        display: none;
    }

    .topic__group {
        width: 100%;
        order: 1;
    }

    .topic__group--sub {
        width: 100%;
        margin-top: 160px;
    }
    
    .topic__group--sub--title {
        /* width: 100%;
        height: auto; */
        padding: 0 4.2% 0 4.2%;
        text-align: center;
        margin-top: 88px;
    }

    .topic__group--sub--sub--group {
        margin-top: 0;
    }

    .top__aki {
        margin-top: 0;
    }

    .topic__group--01--img {
        width: 100%;
        margin-bottom: 28px;
    }

    .topic__group--01--img:last-of-type {
        margin-bottom: 0;
    }

    .center {
        width: 100%;
        margin: 28px 0 0 0;
        padding: 0 4.2% 0 4.2%;
    }

    .topic__group--02--illust--img {
        width: 80%;
        height: auto;
        padding: 0 4.2%;
        margin-top: 0;
        margin: 28px auto;
    }

    .illust_03 {
        padding-bottom: 88px;
    }

    .br__sp {
    display: block;
}

}

/* CorporateIdentity sp end */

