@charset "UTF-8";

/*-- MESSAGE  --*/
.p-message {
    margin-top: 0;
    margin-left: calc((100vw - 100%)/ 2 * -1);
    margin-right: calc((100vw - 100%)/ 2 * -1);
    padding-left: calc((100vw - 100%)/ 2);
    padding-right: calc((100vw - 100%)/ 2);
    overflow: hidden;
    position: relative;
    background: url(/dcms_media/image/greeting-bg-pc.jpg) no-repeat top center;
    background-size: auto 760px;
}

.p-message-mv__box,
.p-message-guidelines__box {
    max-width: 600px;
    margin: 100px auto 0;
    padding: 20px 75px;
}

.p-message-mv__box__ttl {
    text-align: center;
}

.p-message-mv__box__comment {
    margin-top: 46px;
    color: #fff;
}

.p-message-mv__box__comment > .c-lead {
    line-height: 1.95;
    font-feature-settings: "palt";
    letter-spacing: .5px;
    text-align: justify;
}

.p-message-mv__box__comment-block {
    text-align: center;
}

.pp-message-mv__box__comment-block img {
    width: 90%;
}

.p-message-guidelines__box {
    margin: 50px auto 0;
}

.p-message-guidelines__box__ttl {
    text-align: center;
}

.p-message-guidelines__box__ttl > img {
    width: 100px;
}

.p-message-guidelines__box__comment-imgBlock {
    margin-top: 20px;
    padding: 36px 45px;
    border: 1px solid #D9D9D9;
}

.p-message-guidelines__box__comment > .c-lead {
    margin-top: 60px;
}

.p-message-img__box {
    margin-top: 60px;
    margin-left: calc((100vw - 100%)/ 2 * -1);
    margin-right: calc((100vw - 100%)/ 2 * -1);
    flex-wrap: nowrap;
}

.p-message-img__box + .l-section--m-xl {
    margin-top: 0;
}


/*---- Interview Page ----*/

.interview_name-interviewer{
    font-weight: 600;
    color: #c00;
}

.interview_name-interviewee{
    font-weight: 600;
    color: #0068d7;
}


@media screen and (max-width: 679.8px) {
    .p-message {
        background: url(/dcms_media/image/greeting-bg-sp.jpg) no-repeat top center;
        background-size: 100%;
    }

    .p-message-mv__box, .p-message-guidelines__box {
        margin: 60px auto 0;
        padding: 0 30px;
    }

    .p-message-mv__box__comment {
        margin-top: 60px;
    }

    .p-message-guidelines__box {
        margin: 100px auto 0;
    }

    .p-message-guidelines__box__comment-imgBlock {
        background: #fff;
        padding: 20px;
    }

    .p-message-img__box > li:last-child{
        display: none;
    }
}