@charset "utf-8";

.message .sub_content_inner {
    padding: 80px 130px 106px;
}

.mes_ttl {
    margin-bottom: 76px;
    font-size: 38px;
    /*    font-weight: normal;*/
    letter-spacing: 0.3em;
}

.mes_ttl2 {
    margin-bottom: 76px;
    font-size: 38px;
    /*    font-weight: normal;*/
    letter-spacing: 0.3em;
	text-align: center
}

.mes_text {
    font-size: 15px;
    line-height: 2;
}

.mes_signature {
    width: 50%;
    margin-top: 150px;
    float: right;
    align-items: flex-end;
    text-align: right;
}

.mes_signature .name {
    width: 65%;
    font-size: 26px;
}

.mes_signature .name small {
    margin-right: 10px;
    font-size: 14px;
}

.mes_signature .ceo_img {
    width: 35%;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {
     .sub_mainv_vis {
        background-position: 61% 50%;
    }
    .message .sub_content_inner {
        padding: 40px 5%;
    }

    .mes_ttl {
        margin-bottom: 30px;
        font-size: 22px;
    }
	
	.mes_ttl2 {
        margin-bottom: 30px;
        font-size: 22px;
    }

    .mes_signature {
        width: 100%;
        margin-top: 50px;
    }

    .mes_signature .ceo_img {
        order: 1;
        width: 40%;
        margin-bottom: 10px;
    }

    .mes_signature .name {
        order: 2;
        font-size: 20px;
    }

}
