@charset "utf-8";

.container {
    overflow: hidden;
}

/* =======================
ceo
========================*/
.ceotopicsWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6.4%;
    margin-top: 30px;
}

.before_topics {
    width: 15px;
    margin-right: 4px;
    margin-top: 30px;
}

.section__topic {
    font-size: 2.6rem;
    font-weight: 700;
    margin-top: 50px;
}

.section section--ceo {
    margin: 30px auto;
    padding-bottom: 50px;
    background-color: #fff6fa;
}

.ceoProfile {
    display: block;
    margin: 10px auto;
}

.ceoName {
    font-size: 2.4rem;
    text-align: center;
    padding: 30px 0;
}

.ceoCareer1 {
    font-size: 1.8rem;
    text-align: center;
}

.ceoCareer2 {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
}

.ceoCareer {
    font-size: 1.6rem;
    line-height: 150%;
    text-align: center;
}


@media screen and (min-width: 769px) {
    
    .ceoWrap {
        display: flex;
        align-items: center;
        margin: 30px auto 100px;
        width: 800px;
    }

    .ceoProfile {
        width: 324px;
        padding: 0;
        margin: 0 80px 0 0;
    }

    .ceoTxt {
        margin-left: 50px;
    }

    .ceoName {
        margin: 0 auto;
        font-size: 3.2rem;
        font-weight: 700;
    }

    .ceoCareer1 {
        font-size: 2.2rem;
    }

    
    .ceoCareer2 {
        font-size: 2rem;
        font-weight: 700;
    }

    
    .ceoCareer {
        font-size: 2rem;
    }

    .section--ceo {
        padding: 50px 0 0;

    }
}/* pc 769px */

/* =======================
co
========================*/
.coTopicsWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6.4%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.before_topics {
    width: 15px;
    margin-right: 4px;
    margin-top: 30px;
}

.section__topic {
    font-size: 2.6rem;
    font-weight: 700;
    margin-top: 50px;
}

.coItem {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.colabel {
    font-size: 2rem;
    font-weight: 700;
    padding: 8px;
    margin-left: 40px;
}

.covalue {
    font-size: 2rem;
    padding: 8px;
    margin-left: 45px;
}


@media screen and (min-width: 769px) {
    .coTopicsWrap {
       margin-top: 150px;
       display: flex
    }
 
    .coItem {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 10px;

    }

    .colabel {
        width: 30%;
        font-size: 2.6rem;
        text-align: left;
        margin-left: 400px;
    }

    .covalue {
        width: 70%;
        font-size: 2.6rem;
        text-align: left;
        margin-bottom: 50px;
    }
    
}