@charset "utf-8";

/* メインビジュアル
-------------------------------------------*/
.messageMvBl {
    padding: 93px 0 0;
    position: relative;
}

.messageMvBl .inner1060 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.messageMv_imgwrap {
    width: 48.3%;
}

.messageMv_imgwrap img {
    border-radius: 10px;
}

.messageMv_tit {
    max-width: min(calc((925 / 1200) * 100vw), 1185px);
    box-sizing: border-box;
    height: auto;
    margin: 0 auto;
    z-index: 3;
    opacity: 0;
    transform: translateX(-70px);
    filter: blur(20px);
    animation: underMV_txtwrap 1.0s ease forwards 0.7s;
}

.messageMv_tit_cate {
    font-family: "source-sans-3-variable", sans-serif;
    font-variation-settings: "wght" 500;
    font-size: min(calc((12 / 1200) * 100vw), 12px);
    line-height: 1;
    letter-spacing: 0.08em;
    display: block;
    padding-left: min(calc((65 / 1200) * 100vw), 65px);
}

.messageMv_tit_cate::before {
    content: '';
    display: inline-block;
    width: min(calc((28.4 / 1200) * 100vw), 28.4px);
    height: min(calc((31 / 1200) * 100vw), 31px);
    position: absolute;
    top: min(calc((-6 / 1200) * 100vw), -6px);
    left: min(calc((9 / 1200) * 100vw), 9px);
    transform: translateY(0) scale(0);
    opacity: 0;
    animation: under_icn_bounce .5s ease forwards 1.5s;
    background: url(../img/common/icn_hospital_green.svg) no-repeat center / contain;
}

.messageMv_tit_desc {
    font-size: min(calc((35 / 1200) * 100vw), 35px);
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-top: min(calc((33 / 1200) * 100vw), 33px);
    display: block;
}

.messageMvBl .second-tit {
    font-size: min(calc((30 / 1200) * 100vw), 30px);
    line-height: 1.56;
    margin-top: min(calc((48 / 1200) * 100vw), 48px);
    padding-bottom: min(calc((25 / 1200) * 100vw), 25px);
    padding-left: min(calc((30 / 1200) * 100vw), 30px);
    position: relative;
}

.messageMvBl .second-tit::after {
    content: '';
    display: block;
    width: 158%;
    height: 1px;
    background: linear-gradient(90deg, rgba(176, 176, 176, 1) 0%, rgba(219, 218, 218, 1) 50%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.messageMv_prof {
    padding: min(calc((39 / 1200) * 100vw), 39px) 0 0 min(calc((54 / 1200) * 100vw), 54px);
}

.messageMv_prof_company {
    font-size: min(calc((13 / 1000) * 100vw), 13px);
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: .15em;
}

.messageMv_prof_name {
    font-size: min(calc((16 / 1000) * 100vw), 16px);
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: .1em;
    margin-bottom: min(calc((20 / 1000) * 100vw), 20px);
}

.messageMv_prof_tit {
    font-family: "source-sans-3-variable", sans-serif;
    font-variation-settings: "wght" 600;
    font-size: min(calc((14 / 1000) * 100vw), 14px);
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    letter-spacing: .15em;
    line-height: 1.2;
    position: relative;
    padding-left: min(calc((15 / 1000) * 100vw), 15px);
}

.messageMv_prof_dl+.messageMv_prof_tit {
    margin-top: min(calc((25 / 1000) * 100vw), 25px);
}

.messageMv_prof_tit::before {
    content: '';
    width: min(calc((10 / 1000) * 100vw), 10px);
    height: min(calc((10 / 1000) * 100vw), 10px);
    background: #00aaaa;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: min(calc((-2 / 1000) * 100vw), -2px);
    bottom: 0;
    margin: auto;
}

.messageMv_prof_dl {
    display: flex;
    font-size: min(calc((12 / 1000) * 100vw), 12px);
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: .1em;
}

.messageMv_prof_dl+.messageMv_prof_dl {
    margin-top: min(calc((10 / 1000) * 100vw), 10px);
}

.messageMv_prof_dl>dt {
    margin-right: 1em;
    width: 6em;
    min-width: 6em;
    box-sizing: border-box;
}

.messageMv_prof_dl>dd {
    width: calc(100% - 7em);
    box-sizing: border-box;
}

.messageMv_prof_ul>li {
    font-size: min(calc((12 / 1000) * 100vw), 12px);
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: .1em;
}

.messageMv_prof_ul>li+li {
    margin-top: min(calc((10 / 1000) * 100vw), 10px);
}


@media screen and (max-width: 767px) {
    .messageMvBl .inner1060 {
        display: block;
    }

    .messageMvBl .second-tit {
        margin-top: 30px;
        padding-bottom: 10px;
        padding-left: 0;
        font-size: 1.7rem;
        text-align: center;
        letter-spacing: .1em;
    }

    .messageMv_imgwrap {
        width: auto;
        margin-top: 20px;
    }

    .messageMv_tit_cate {
        font-size: calc((34 / 750) * 100vw);
        padding-left: calc((100 / 750) * 100vw);
    }

    .messageMv_tit_cate::before {
        width: calc((57 / 750) * 100vw);
        height: calc((62 / 750) * 100vw);
        top: calc((-16 / 750) * 100vw);
    }

    .messageMv_tit_desc {
        font-size: calc((54 / 750) * 100vw);
        margin-top: calc((20 / 750) * 100vw);
    }

    .messageMv_prof {
        padding: 20px 0 0 10px;
    }

    .messageMv_prof_company {
        font-size: 1.1rem;
        margin-bottom: 5px;
    }

    .messageMv_prof_name {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }

    .messageMv_prof_tit {
        font-size: 1.3rem;
        margin-bottom: 10px;
        padding-left: 15px;
    }

    .messageMv_prof_dl+.messageMv_prof_tit {
        margin-top: 20px;
    }

    .messageMv_prof_tit::before {
        width: 10px;
        height: 10px;
        top: -2px;
    }

    .messageMv_prof_dl,
    .messageMv_prof_ul>li {
        font-size: 1.1rem;
        line-height: 1.7;
    }

    .messageMv_prof_dl+.messageMv_prof_dl,
    .messageMv_prof_ul>li+li {
        margin-top: 7px;
    }


}


/* 「ごあいさつ」
-------------------------------------------*/
.messageBl {
    padding: 58px 0 126px;
}

.messageBl .second-tit.no-icon_align-center {
    font-size: min(calc((28 / 1200) * 100vw), 28px);
    line-height: 1.6;
    letter-spacing: .1em;
    word-break: keep-all;
}

.message_sign {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 50px 0 0 auto;
}

.message_sign_status {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.15em;
    margin: 0 14px 0 0;
    position: relative;
    top: -2px;
}

.message_sign_imgwrap {
    width: 162px;
}

.img-round-shadow {
    border-radius: 5px;
}

.sec-bnr-ul-wrap {
    width: 100%;
    box-sizing: border-box;
    margin: 100px auto 0;
    padding-top: 30px;
    border-top: 1px solid #d7d7d7;
}

.sec-bnr-ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sec-bnr-ul>li {
    width: 23%;
    margin: 1%;
}

.sec-bnr-ul>li>a {
    display: flex;
    justify-content: center;
    border: 1px solid #d9d9d9;
    padding: 7% 8%;
}


@media screen and (max-width: 767px) {
    .messageBl {
        padding: 20px 0 68px;
    }

    .messageBl .second-tit.no-icon_align-center {
        font-size: 1.7rem;
    }

    body.message .txt-normal-l {
        font-size: 1.5rem;
        line-height: 2;
    }

    .message_sign {
        margin: 25px 0 0 auto;
    }

    .message_sign_status {
        font-size: 1.4rem;
    }

    .message_sign_imgwrap {
        width: 134px;
    }

    .sec-bnr-ul>li {
        width: calc((100% - (22.5px + 20px)) / 2);
        margin: 7.5px;
    }

}