@charset "UTF-8";


.message{
    position: revert;
    z-index: 1;
}


.message:before {
    content: "";
    z-index: 1;
    position: absolute;
    background: url(../img/common/bg2.png) 0 0 repeat-x;
    background-size: auto 100%;
    left: 0;
    right: 0;
    top: 92rem;
    height: 3000px;
}

.message_inner{
    padding-bottom: 160px;
    position: relative;
    z-index: 5;
}
.message_prof{
    margin-top: -48px;
    margin-bottom: 91px;
}
.message_prof_post{}
.message_prof_name{
    font-size: 26px;
    font-weight: var(--font-bold);
}
.message_mes{
    line-height: 2;
    display: grid;
    gap: 40px 0;
    font-size: 20px;
    margin-right: 29%;
}
.message_mes p{}
.message_img{
    margin-top: 95px;
    margin-bottom: 82px;
    overflow: hidden;
    border-radius: 10px;
}


.message_foot{
    display: flex;
    justify-content:flex-end;
    margin-top: 55px;
    line-height: 2.4;
}
.message_foot_inner{}
.message_foot_prof{}
.message_foot_name{
    width: 172px;
    margin: 23px  0 0 auto;
}

.message_bnr{
    margin-top: 312px;
}


/* hover  */
@media (hover: hover) and (pointer: fine) {
}

/* sp */
@media screen and (max-width: 767px) {
    .message{}
    .message:before {
    top: 71rem;
    height: 271rem;
}
    .message_inner{
    padding-bottom: 7rem;
}
    .message_prof{
    margin-top: -1rem;
    margin-bottom: 5rem;
}
    .message_prof_post{}
    .message_prof_name{
    font-size: 2rem;
}
    .message_mes{
    gap: 2rem 0;
    /* line-height: 2.2; */
    margin-right: 0;
    font-size: 1.4rem;
}
    .message_mes p{}
    .message_img{
    margin-top: 5rem;
    margin-bottom: 5rem;
    margin-left: -2rem;
    margin-right: -2rem;
}
    .message_foot{
    margin-top: 4rem;
}
    .message_foot_inner{}
    .message_foot_prof{}
    .message_foot_name{
    width: 13rem;
    margin: 2rem 0 0 auto;
}
    .message_bnr{
    margin-top: 10rem;
}


}


