@charset "UTF-8";
.mess_wrap {
    padding: 0 0 160px;
}
.messMv_wrap {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}
.messMv_img {
    width: -webkit-calc(702px + (100% - 1000px) / 2);
    width: calc(702px + (100% - 1000px) / 2);
    margin-left: auto;
}
.messMv_img source,
.messMv_img img {
    width: 100%;
    height: 582px;
    object-fit: cover;
    object-position: center right;
}
.messMv_ttl {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 197px;
}
.jobMv_box .en {
    font-size: 18px;
    line-height: 1;
    font-variation-settings: "wght" 400;
    letter-spacing: .01em;
    color: #e2b700;
    margin-bottom: 10px;
}
.jobMv_box .ttl {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .08em;
    color: #1a1a1a;
}
.messMv_read {
    position: absolute;
    left: 0;
    bottom: 40px;
}
.messMv_read .txt {
    display: inline-block;
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .01em;
    color: #1a1a1a;
    background: #FFF;
    padding: 14px 18px 15px 30px;
}
.messMv_read .txt span {
    color: #e2b700;
    font-weight: 600;
}
.messProf_wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-top: 32px;
    padding-left: 298px;
}
.messProf_name {
    padding-right: 24px;
}
.messProf_name .post {
    font-size: 14px;
    line-height: 1.71;
    font-weight: 500;
    letter-spacing: .01em;
    margin-bottom: 12px;
}
.messProf_name .name {
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .01em;
}
.messProf_txt {
    width: -webkit-calc(100% - 166px);
    width: calc(100% - 166px);
    padding-left: 24px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 2;
    font-weight: 300;
    letter-spacing: .01em;
    position: relative;
}
.messProf_txt:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #383838;
    transform: scaleX(0.5);
    transform-origin: left;
    z-index: 1;
}
.messDtl_wrap {
    margin-top: 95px;
    background: #FFF;
    padding: 96px 124px;
}
.messDtl_wrap .txt {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    letter-spacing: .01em;
    margin-bottom: 24px;
}
.messDtl_wrap .txt:last-child {
    margin-bottom: 0;
}
.messDtl_wrap .txt .is-grn {
    font-weight: 500;
    color: #1a1a1a;
}
.messDtl_wrap .txt .is-yel {
    font-weight: 500;
    color: #e2b700;
}
.messDtl_flx {
    display: flex;
    flex-wrap: wrap;
    margin: 64px 0;
}
.messDtl_box {
    width: -webkit-calc(100% - 340px);
    width: calc(100% - 340px);
    box-sizing: border-box;
    padding-left: 32px;
}
@media screen and (min-width:767px) and ( max-width:1024px) {
    .messProf_wrap {
        padding: 0 ;
    }
    .messProf_wrap {
        max-width: 89.063vw;
        padding: 0 ;
    }
}
/*sp*/
@media only screen and (max-width:1000px) {
    .messDtl_flx {
        display: block;
        margin: 40px 0;
    }
    .messDtl_img img {
        width: 100%;
    }
    .messDtl_img source,
    .messDtl_img img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: top center;
    }
    .messDtl_box {
        width: 100%;
        padding: 40px 0 0;
    }
}
@media only screen and (max-width:767px) {
    .mess_wrap {
        padding: 0 0 160px;
    }
    .messMv_wrap {
        padding-bottom: 104px;
    }
    .messMv_img {
        width: 100%;
        margin-left: auto;
    }
    .messMv_img source,
    .messMv_img img {
        height: 482px;
    }
    .messMv_ttl {
        height: 100%;
        padding-top: 160px;
        padding-left: 40px;
    }
    .jobMv_box .en {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .jobMv_box .ttl {
        font-size: 18px;
        letter-spacing: .05em;
    }
    .messMv_read {
        position: absolute;
        left: 0;
        bottom: 0;
        width: -webkit-calc(100% - 24px);
        width: calc(100% - 24px);
    }
    .messMv_read .txt {
        display: block;
        font-size: 32px;
        line-height: 1.5;
        padding: 24px 0 24px 24px;
    }
    .messProf_wrap {
        display: block;
        margin-top: 40px;
        padding: 0 24px;
    }
    .messProf_name {
        padding: 0 0 24px;
    }
    .messProf_name .post {
        font-size: 14px;
        margin-bottom: 12px;
    }
    .messProf_name .name {
        font-size: 24px;
    }
    .messProf_txt {
        width: 100%;
        padding: 24px 0 0;
        border: none;
    }
    .messProf_txt:before {
        width: 100%;
        height: 1px;
        transform: scaleY(0.5);
        transform-origin: top;
    }
    .messDtl_wrap {
        margin-top: 56px;
        padding: 48px 24px;
    }
}
@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;
    }
}
