@charset "UTF-8";
body {
    background: #FFFFFF;
}
.is-yel {
    color: #E2B700;
}
.pageMv_in {
    background: #FFFFFF;
}
.pageMv_ttl .ttl {
    line-height: 1.46875;
}
.messRead_wrap {
    color: #1C4A40;
    padding-bottom: 90px;
}
.messRead_ttl {
    text-align: center;
    font-size: 26px;
    line-height: 2;
    font-weight: 500;
    margin-bottom: 44px;
}
.messRead_txt {
    text-align: center;
}
.messRead-txt {
    font-size: 16px;
    line-height: 2;
}
.messRead-txt:not(:last-child) {
    margin-bottom: 24px;
}
.messProf_wrap {
    padding: 95px 0 160px;
    background: #F1F1F1;
    box-sizing: border-box;
}
.messProf_in {
    width: 100%;
}
.messProf_in:not(:last-child) {
    margin-bottom: 95px;
}
.messProf_readbox {
    position: relative;
    margin-bottom: 32px;
}
.messProf_read {
    position: absolute;
    right: 0;
    bottom: 30px;
    z-index: 9;
}
.messProf_read > span {
    color: #1C4A40;
    background: #FFFEFE;
    font-size: 26px;
    line-height: 2;
    font-weight: 700;
    display: inline-block;
    padding: 10px 16px;
    box-sizing: border-box;
}
.messProf_readbox.ver2 .messProf_read {
    right: auto;
    left: 0;
    bottom: 23px;
}
.messProf_namebox {
    display: flex;
    justify-content: left;
    align-items: center;
}
.messProf_name {
    padding-right: 36px;
}
.messProf_name .post {
    font-size: 16px;
    line-height: 1.71;
    font-weight: 500;
    margin-bottom: 7px;
}
.messProf_name .name {
    font-size: 26px;
    line-height: 2;
    font-weight: 700;
}
.messProf_txt {
    width: -webkit-calc(100% - 196px);
    width: calc(100% - 196px);
    padding-left: 36px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    letter-spacing: .01em;
    position: relative;
}
.messProf_txt:before {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 4px);
    min-height: 100px;
    position: absolute;
    left: 0;
    top: 50%;
    background: #383838;
    transform: translateY(-50%);
    z-index: 1;
}
.messDtl_wrap {
    margin-top: 95px;
    background: #FFFFFF;
    padding: 124px 96px;
}
.messDtl_txt .txt {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
}
.messDtl_wrap .txt:not(:last-child) {
    margin-bottom: 24px;;
}
.messDtl_wrap .txt .is-grn {
    color: #1C4A40;
}
.messProf_img img {
    width: 100%;
}
@media screen and (min-width:767px) {
    .messProf_img {
        width: -webkit-calc(751px + (100% - 1000px) / 2);
        width: calc(751px + (100% - 1000px) / 2);
        margin-right: auto;
    }
    .messProf_img img {
        height: 491px;
        object-fit: cover;
        object-position: center left;
    }
    .messProf_readbox.ver2 .messProf_img {
        width: -webkit-calc(746px + (100% - 1000px) / 2);
        width: calc(746px + (100% - 1000px) / 2);
        margin-right: 0;
        margin-left: auto;
    }
    .messProf_readbox.ver2 .messProf_img img {
        object-position: center right;
    }
}
@media screen and (max-width: 1024px) {
    .messDtl_wrap {
        padding: 96px 50px;
    }
    .messProf_read > span {
        font-size: 24px;
    }
}
/*sp*/
@media only screen and (max-width:767px) {
    .pageMv_ttl .ttl {
        line-height: 1.5;
        letter-spacing: 0;
    }
    .messRead_wrap {
        padding: 0 27px 56px;
    }
    .messRead_ttl {
        font-size: 20px;
        margin-bottom: 24px;
    }
    .messRead_txt {
        text-align: left;
    }
    .messRead-txt:not(:last-child) {
        margin-bottom: 24px;
    }
    .messProf_wrap {
        padding: 56px 0 96px;
    }
    .messProf_in:not(:last-child) {
        margin-bottom: 56px;
    }
    .messProf_readbox {
        margin-bottom: 40px;
        padding-bottom: min(79px,20.519vw);
    }
    .messProf_img img {
        height: auto;
    }
    .messProf_read {
        position: absolute;
        right: auto;
        left: 0;
        bottom: 0;
        z-index: 9;
        box-sizing: border-box;
    }
    .messProf_read > span {
        font-size: min(20px,5.195vw);
        line-height: 1.6;
        padding: min(24px,6.234vw) min(16px,4.156vw);
    }
    .messProf_readbox.ver2 {
        padding-bottom: min(75px,19.481vw);
    }
    .messProf_readbox.ver2 .messProf_read {
        left: 0;
        bottom: 0;
    }
    .messProf_readbox.ver2 .messProf_read > span {
        padding: min(24px,6.234vw);
    }
    .messProf_namebox {
        display: block;
        padding: 0 24px;
        box-sizing: border-box;
    }
    .messProf_name {
        padding: 0 0 24px;
    }
    .messProf_name .post {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .messProf_name .name {
        font-size: 24px;
        line-height: 1;
    }
    .messProf_txt {
        width: 100%;
        padding: 24px 0 0;
        font-size: 14px;
        line-height: 2.286;
        letter-spacing: 0;
    }
    .messProf_txt:before {
        width: 100%;
        height: 1px;
        min-height: auto;
        left: 0;
        top: 0;
        transform: translateY(0);
    }
    .messDtl_wrap {
        margin-top: 48px;
        padding: 48px 25px;
    }
    .messDtl_txt .txt {
        font-size: 16px;
        line-height: 2;
    }
    .messDtl_wrap .txt:not(:last-child) {
        margin-bottom: 24px;;
    }
    .pageMv_img source,
    .pageMv_img img {
        height: 254px;
        object-position: center top;
    }
}
@media screen and (min-width:510px) and ( max-width:767px) {
    .messMv_img source,
    .messMv_img img {
        height: 642px;
    }
    .messDtl_img source, .messDtl_img img {
        height: auto;
    }
}
@media only screen and (max-width: 340px) {
    .messMv_read .txt {
        font-size: 26px;
    }
}
