#company_message h2 {
    font-size: 1.85rem;
    font-family: "ヒラギノ明朝 pro", "游明朝", "Yu Mincho", "YuMincho", "yumincho",
        "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ",
        "Meiryo", serif;
    font-weight: bold;
    color: #878787;
}

@media screen and (max-width: 767px) {
    #company_message h2 {
        font-size: 1.5rem;
    }
}

#company_message h3 {
    font-size: 1.45rem;
    font-family: "ヒラギノ角ゴシック", "ヒラギノ角ゴシック pro", sans-serif;
    /* font-weight: bold; */
    color: #363636;
    margin-top: 68px;
    margin-bottom: 38px;
}

#company_message h3.en_message{
    font-size: 1.4rem;
    font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    color: #363636;
    margin-top: 68px;
    margin-bottom: 38px;
    letter-spacing: 0;
}

@media screen and (max-width: 767px) {
     #company_message h3.en_message{
        font-size: 0.8rem;
        margin-top: 57.8px;
        margin-bottom: 32.3px;
        letter-spacing: 0;
        padding-top: 10px;
    }
}

/* ファーストビュー直下のメッセージ */

#company_message .message .content {
    padding: 0 10px;
    padding-top: 60px;
}
#company_message .message .left {
    width: 363px;
    margin-right: 70px;
}
#company_message .message .left p {
    font-size: 1.05rem;
    line-height: 2;
    color: #363636;
    margin-top: 10px;
}
#company_message .message p {
    line-height: 2rem;
}
#company_message .message .right {
    width: calc(100% - 433px);
}



#company_message .message .link-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

#company_message .message .link-btn .btnRound.mr {
    margin-right: 15px;
}
#company_message .message .link-btn .btnRound a {
    font-size: 0.9rem;
    line-height: 41px;
    padding: 0 25px;
}

@media screen and (max-width: 1024px) {
    #company_message .message .content {
        display: block;
        padding: 0;
    }
    #company_message .message .left {
        /* width: calc(100% - 383px);
        margin-right: 20px; */
        width: 100%;
    }

    /* #company_message .message .left {
    width: calc(100% - 383px);
    margin-right: 20px;
} */
    #company_message .message .img_ceo {
        display: flex;
        margin: auto;
        margin-top: 30px;
    }
    #company_message .message .link-btn {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    #company_message .message .left {
        margin-right: 0;
    }

    #company_message .message .left p {
        font-size: 1rem;
        line-height: 1.8;
    }
    #company_message .message .img_ceo {
        display: flex;
        margin: auto;
        justify-content: center;
        margin-bottom: 70px;
    }

    /* #company_message .message .right {
    margin-top: 15px;
} */
}

/* お名前 */
#company_message .name {
    display: flex;
    margin: auto;
    max-width: 400px;
    width: 100%;
    margin-top: 25px;
    margin-right: 0;
}

/* SDGsバナー */
#company_message .img-sp {
    display: none;
}

#company_message .img-pc {
    display: flex;
    margin: auto;
    max-width: 621px;
    width: 90%;
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    #company_message .img-sp {
        display: block;
        margin: auto;
    }
    #company_message .img-pc {
        display: none;
    }
}
/* SDGs終わり */

#company_message section {
    padding: 30px;
}

#company_message .peace {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    border-radius: 50px;
}

#company_message .peace .inner_item {
    max-width: 522px;
    width: 48%;
    border-radius: 20px;
    border: solid 1px #878787;
    padding: 20px;
    font-family: "ヒラギノ明朝 pro", "游明朝", "Yu Mincho", "YuMincho", "yumincho",
        "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ",
        "Meiryo", serif;
}

#company_message .peace .inner .btnRound{
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
    #company_message .peace {
        display: flex;
        flex-direction: column;
    }
    #company_message .peace .inner_item {
        max-width: 522px;
        width: 100%;
        padding: 20px;
    }
    #company_message .peace .inner_item:nth-of-type(2) {
        margin-top: 30px;
    }
}

#company_message .peace .inner_item h2 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 600;
}

#company_message .peace .inner_item .center {
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
}

#company_message .peace .inner_item ul {
    font-size: 18px;
    line-height: 1.75;
    text-indent: -2em;
    padding-left: 2em;
}


#company_message .sdgs .content {
    padding: 0 10px;
    padding-top: 60px;
}
#company_message .sdgs .cnt {
    width: 50%;
    margin-top: 30px
}
#company_message section {
    padding: 30px;
}
@media screen and (max-width: 600px) {
    #company_message .sdgs .cnt {
        width: 100%;
        margin-top: 30px;
    }
}

.thumbnail{
    height: 200px;
    width: 200px;
    text-align: center;
    margin: 0 auto 30px;
    border: solid 1px #ddd;
}
.thumbnail img{
    width: 200px;
    height: 200px;
    object-fit: cover; /* この一行を追加するだけ！ */
}