@charset "UTF-8";
.description {
    margin-bottom: 4.375rem;
    letter-spacing: 0.05rem;
    line-height: 2rem;
}
.main-message {
    gap: 4rem;
    margin-bottom: 4.375rem;
    line-height: 2rem;
    padding: 0 5em;
}
.main-message .img {
    width: 40%;
}
.main-message .img img {
    width: 100%;
}
.main-message .text {
    font-size: 1.125rem;
    letter-spacing: 0.2rem;
    width: 60%;
}
.message-bottom {
    letter-spacing: 0.05rem;
    line-height: 2rem;
    margin-bottom: 7.5rem;
}
.ico-ceo {

}
.ico-ceo .img {
    margin-bottom: 1.875rem;
}
.ico-ceo .name {
    margin-bottom: 3.125rem;
}



/* タブレット */
@media screen and (max-width:768px) {
    .main-message {
        padding: 0 3rem;
    }
    .main-message .img {
        width: 100%;
    }
    .main-message .text {
        width: 100%;
    }
    .ceo .img img {
        width: 8.6875rem;
    }
}

/* sp */
@media screen and (max-width:575px) {

}
