.ceo_section {
}
.ceo_section .ceo{
    width: 100%;
    padding: 24px;

    /*background-image: url("../images/All-Logos.png");*/
    object-fit: contain;
    background-repeat: repeat;
    background-size: 100%;
    background-color: #ffffff;
    background-blend-mode: saturation;
    max-width: 1200px;
    margin: auto;
    box-shadow: #777777 2px 2px 4px;
    padding: 40px;
    border-radius: 0 20px 20px 0;

    display: flex;
    gap: 40px;
    flex-direction: row-reverse;
    margin: auto;
    margin-left: 0;
    margin-right: auto;
    justify-content: center;
}
.ceo_section .ceo .page_max_width{
    
}
.ceo_section .ceo .ceo_profile {
    align-content: center;
    width: max-content;
    height: auto;
    margin-right: 30px;
}
.ceo_section .ceo .ceo_name{
    border-bottom: solid 2px #777777;
    margin-bottom: 10px;
}
.ceo_section .ceo .ceo_name *{
    line-height: 1;
}
.ceo_section .ceo .ceo_name h2{
    font-size: 24px;
    margin-bottom: 20px;
}
.ceo_section .ceo .ceo_name .name-jp{
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: bold;
}
.ceo_section .ceo .ceo_name .name-en{
    font-size: 24px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
}


.ceo_section .ceo .ceo_image img{
    width: 400px;
    height: auto;
    border-radius: 20px;
}
.ceo_section .ceo .ceo_history span{
    font-size: 0.8em;
    color: darkgreen;
    font-weight: bold;
    padding-right: 1em;
}
.ceo_section .ceo .ceo_history a{
    font-weight: bold;
}


.ceo_section .group{
    width: 100%;
    padding: 24px;

    /*background-image: url("../images/All-Logos.png");*/
    object-fit: contain;
    background-repeat: repeat;
    background-size: 100%;
    background-color: #ffffff;
    background-blend-mode: saturation;
    max-width: 1200px;
    margin: auto;
    box-shadow: #777777 2px 2px 4px;
    padding: 40px;
    border-radius: 20px 0 0 20px;


    margin: auto;
    margin-top: 40px;
    margin-left: auto;
    margin-right: 0;
    justify-self: self-end;
}

.ceo_section .group .group_description{
    width: fit-content;
    margin: auto;
    display: block;
    text-align: center;
    font-weight: 600;
    border-bottom: solid 2px #777777;
    width: 100%;
    padding-bottom: 20px;
}


.ceo_section .group h2{
    font-size: 30px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.ceo_section .group .group-companies{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.ceo_section .group .group-companies a{
    width: 300px;
    text-decoration: none;
    color: black;
}

.ceo_section .group .group-companies a img{
    width: 100%;
    border-radius: 20px;
    box-shadow: #777777 2px 2px 4px;
}
.ceo_section .group .group-companies a img:hover {
    scale: 1.05;
}
.ceo_section .group .group-companies a p{
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .ceo_section .ceo {
        flex-direction: column;
        margin: 0 2vw;
        padding: 12vw 7vw;
        gap: 8vw;
        border-radius: 20px;
        width: unset;
    }

    .ceo_section .ceo .ceo_profile {
        margin-right: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4vw;
    }

    .ceo_section .ceo .ceo_name {
        width: 100%;
        text-align: center;
    }

    .ceo_section .ceo .ceo_name h2 {
        font-size: 5vw;
    }

    .ceo_section .ceo .ceo_name .name-jp {
        font-size: 7vw;
    }

    .ceo_section .ceo .ceo_name .name-en {
        font-size: 5vw;
    }

    .ceo_section .ceo .ceo_image img {
        width: min(70vw, 320px);
    }

    .ceo_section .ceo .ceo_history {
        font-size: 4vw;
    }
    .ceo_section .ceo .ceo_history span{
        font-size: 1em;
    }


    .ceo_section .group {
        padding: 12vw 7vw;
        margin: 10vw 2vw 0 2vw;
        border-radius: 20px;
        width: unset;
    }

    .ceo_section .group h2 {
        font-size: 6vw;
    }

    .ceo_section .group .group_description {
        font-size: 4.2vw;
        padding-bottom: 5vw;
    }

    .ceo_section .group .group-companies {
        flex-direction: column;
        align-items: center;
        gap: 6vw;
    }

    .ceo_section .group .group-companies a {
        width: 100%;
        max-width: 80vw;
    }
}

