@charset "UTF-8";
@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Noto Sans JP Medium"), url("/corporate/cmn/font/NotoSansJP-Medium.woff2") format("woff2")
}
body {
    background: #fafafa;
}
body.top {
    background: #fff;
}
.c-wrap.is-ver2 {
    max-width: 1110px;
}
@media screen and (max-width:1280px) {
    .c-wrap.is-ver2 {
        max-width: 84.766vw
    }
}
@media screen and (max-width:1024px) {
    .c-wrap.is-ver2 {
        max-width: 89.063vw
    }
}
.interview_wrap {
    padding-bottom: 158px;
}
.mv_wrap {
    width: 100%;
    height: 100dvh;
    overflow: hidden;
    background: linear-gradient(91deg, #262626 0%, #333333 100%);
    display: flex;
    flex-wrap: wrap;
}
.mv-img {
    background: transparent;
    width: 60.9%;
    height: 100%;
    text-align: right;
}
.mv-img img {
    width: 100%;
    max-width: 1208px;
    height: 100%;
    object-fit: cover;
    object-position: top right;
}
.mv_in {
    width: -webkit-calc(100% - 60.9%);
    width: calc(100% - 60.9%);
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.mv_ttl {
    padding-left: 56px;
}
.mv_ttl .en {
    font-size: 14px;
    line-height: 1;
    font-style: italic;
    font-variation-settings: "wght" 300;
    color: #e2b700;
    margin-bottom: 12px;
}
.mv_ttl .ttl {
    font-size: 32px;
    line-height: 1.65;
    font-weight: 600;
    letter-spacing: .05em;
    color: #fff;
}
.mv_data {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 56px;
    padding-bottom: 48px;
}
.mv_data .tag {
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    background: #b4940a;
    margin-bottom: 10px;
    width: 120px;
    height: 28px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.mv_data .post {
    font-size: 14px;
    line-height: 1.714;
    font-weight: 500;
    color: #c3c3c3;
    margin-bottom: 6px;
}
.mv_name {
    display: flex;
    align-items: flex-end;
    color: #e2b700;
}
.mv_name .name {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: .02em;
}
.mv_name .en {
    font-size: 14px;
    line-height: 1.4;
    font-variation-settings: "wght" 400;
    letter-spacing: .01em;
    padding-left: 12px;
}
.data_wrap {
    padding: 104px 0 0;
    margin-bottom: 144px;
}
.data_in {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 104px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.data_cnt:first-child {
    margin-right: 32px;
}
.data_cnt:last-child {
    margin-left: 32px;
}
.data-ttl {
    font-size: 24px;
    line-height: 2.6;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1;
}
.data-ttl span {
    display: inline-block;
    padding-left: 40px;
    position: relative;
}
.data-ttl span:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/interview01.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.data-ttl.is-ver2 span:before {
    background: url(../svg/interview02.svg) no-repeat center / 100% auto;
}
.data_box {
    margin-top: 28px;
}
.data-txt {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: .05em;
    margin-bottom: 12px;
}
.data_dl {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: .05em;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
}
.data_dl:first-child {
    margin-top: 0;
}
.data_dl dt {
    width: 80px;
    color: #8a8988;
}
.data_dl dd {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    box-sizing: border-box;
}
.data_lst li {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    position: relative;
    padding-left: 1em;
    margin-top: 24px;
}
.data_lst li span {
    display: block;
    font-size: 10px;
    margin-top:10px;
}
.data_lst li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
    background: #1a1a1a;
    z-index: 1;
}
.data_lst li:first-child {
    margin-top: 0;
}
.int-label {
    font-size: 14px;
    line-height: 1;
    font-variation-settings: "wght" 400;
    color: #b4940a;
    margin-bottom: 43px;
}
.int-label span {
    display: inline-block;
    padding-left: 35px;
    position: relative;
}
.int-label span:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/icn_cp_plus.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.int-ttl {
    font-size: 32px;
    line-height: 1.65;
    font-weight: 400;
    letter-spacing: .075em;
    color: #1a1a1a;
    margin-bottom: 51px;
}
.int-txt {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    letter-spacing: .01em;
    margin-bottom: 24px;
}
.int-txt:last-child {
    margin-bottom: 0;
}
.intcnt_wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 144px;
    position: relative;
}
.intcnt_img {
    overflow: hidden;
    position: absolute;
    top: 0;
}
.intcnt_img source,
.intcnt_img img {
    width: 100%;
    height: auto;
}
.intcnt_wrap.is-ver1 {
    min-height: 648px;
}
.intcnt_wrap.is-ver1 .intcnt_img {
    width: 43.8%;
}
.intcnt_wrap.is-ver2 {
    height: auto;
}
.intcnt_wrap.is-ver2 .intcnt_img {
    width: 38.7%;
    right: 0;
}
.intcnt_wrap.is-ver3 {
    display: block;
    height: auto;
}
.intcnt_wrap.is-ver3 .intcnt_img {
    position: static;
    width: 81.3%;
    margin: 0 auto;
    margin-bottom: 88px;
}
.intcnt_wrap.is-ver3 .int_det{
    max-width: 724px;
}
.intcnt_wrap.is-ver4 .intcnt_img {
    width: 43.9%;
}
@media (min-width: 1630px) {
    .intcnt_wrap.is-ver1 .intcnt_img {
        position: static;
        margin-right: auto;
    }
    .intcnt_wrap.is-ver1 .int_det{
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
    }
}
@media only screen and (max-width:1630px) {
    .intcnt_wrap.is-ver1 .intcnt_img {
        left: 0;
    }
}
@media (min-width: 1180px) {
    .intcnt_wrap.is-ver4 .intcnt_img {
        position: static;
        margin-left: auto;
    }
    .intcnt_wrap.is-ver4 .int_det{
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
    }
}
@media only screen and (max-width:1180px) {
    .intcnt_wrap.is-ver4 .intcnt_img {
        right: 0;
    }
}
@media (min-width: 1980px) {
    .intcnt_wrap.is-ver1 .intcnt_img {
        max-width: 598px;
        max-width: 840px;
    }
    .intcnt_wrap.is-ver2 .intcnt_img {
        max-width: 742px;
    }
    .intcnt_wrap.is-ver3 .intcnt_img {
        max-width: 1560px;
    }
    .intcnt_wrap.is-ver4 .intcnt_img {
        max-width: 842px;
    }
}
.intMsg_wrap {
    border: 1px solid #e7e7e7;
    margin-bottom: 80px;
    padding: 48px 43px 47px 48px;
    display: flex;
    flex-wrap: wrap;
}
.intMsg_img {
    width: 410px;
}
@media (min-width: 767px) {
    .intMsg_img source,
    .intMsg_img img {
        width: 100%;
        height: 246px;
        object-fit: cover;
        object-position: center;
    }
}
.intMsg_txt {
    width: -webkit-calc(100% - 410px);
    width: calc(100% - 410px);
    box-sizing: border-box;
    padding-left: 42px;
}
.intMsg_txt .ttl {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: .075em;
    color: #1a1a1a;
    margin-bottom: 24px;
}
.intMsg_txt .txt {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    letter-spacing: .01em;
}
.intHld_wrap {
    background: #fff;
    margin-bottom: 80px;
    padding: 60px 43px 54px 48px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.intHld_ttl {
    font-size: 32px;
    line-height: 1.56;
    font-weight: 400;
    letter-spacing: .075em;
    color: #1a1a1a;
}
.intHld_txt {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    letter-spacing: .01em;
    width: -webkit-calc(100% - 401px);
    width: calc(100% - 401px);
    box-sizing: border-box;
    padding-left: 48px;
    padding-right: 67px;
}
.intHld_img source,
.intHld_img img {
    border-radius: 100vh;
}
.intBs_wrap {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 60px 65px 45px 48px;
}
.intBs_txt {
    width: -webkit-calc(100% - 126px);
    width: calc(100% - 126px);
    box-sizing: border-box;
    padding-right: 50px;
}
.intBs_txt .ttl {
    font-size: 32px;
    line-height: 1.56;
    font-weight: 400;
    letter-spacing: .075em;
    color: #1a1a1a;
    margin-bottom: 24px;
}
.intBs_txt .txt {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    letter-spacing: .01em;
}
.intBs_txt .txt p {
    margin-bottom: 12px;
}
.intBs_txt .txt p:last-child {
    margin-bottom: 0;
}
.intBs_prof {
    width: 126px;
    text-align: center;
}
.intBs_date {
    margin-top: 22px;
}
.intBs_date .name {
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    font-family: "Inter", "Noto Sans JP", "Noto Sans CJK", sans-serif;
}
.intBs_date .date {
    font-size: 12px;
    line-height: 1.66;
    margin-top: 8px;
}
.splide.is-people {
    margin-top: 94px;
}
.intBs_img source,
.intBs_img img {
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
    border-radius: 100vh;
}
.interviewTop_wrap {
    padding-top: 180px;
}
.interviewTop_lst {
    background: rgb(38, 38, 38);
    background: linear-gradient(90deg, rgba(38, 38, 38,1) 0%, rgba(74, 74, 74,1) 100%);
    padding: 168px 0 216px;
    margin-top: 83px;
}
@media (min-width: 1281px) {
    .int-ttl br {
        display: block;
    }
}
@media (max-width: 1280px) {
    .int-ttl br {
        display: none;
    }
}
@media (min-width: 767px) {
    .intcnt_wrap {
        width: 100%;
        max-width: 1920px;
    }
    .intcnt_wrap.is-ver1 .int_in {
        padding-left: 50%;
    }
    .intcnt_wrap.is-ver2 .int_in {
        padding-right: 50%;
    }
    .intcnt_wrap.is-ver3 .int_in {
        padding-right: 0;
    }
    .intcnt_wrap.is-ver4 .int_in {
        padding-right: 50%;
    }
    .data_cnt {
        max-width: calc(50% - 32px);
    }
    @media screen and (max-height:600px) {
        .mv_in {
            align-items: flex-end;
            padding-bottom: 210px;
        }
        @media screen and (min-width:1024px) and ( max-width:1280px) {
            .mv_in {
                padding-bottom: 230px;
            }
        }
    }
    .interviewTop_in {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .interviewTop_wrap .topPeople_box {
        width: 456px;
        margin-top: 88px;
    }
    .interviewTop_wrap .topPeople_img source,
    .interviewTop_wrap .topPeople_img img {
        height: 433px;
    }
    .interviewTop_wrap .topPeople_box:nth-of-type(odd){
        margin-top: -36px;
    }
    .interviewTop_wrap .topPeople_box:nth-child(2) {
        margin-top: 124px;
    }
    .interviewTop_wrap .topPeople_box:nth-child(1) {
        margin-top: 0;
    }
}
@media (min-width: 1280px) {
    .interview04 .int-ttl.is-ver2 {
        margin-right: -40px;
    }
}
@media screen and (min-width:1024px) and ( max-width:1680px) {
    .mv-img.is-int01 img {
        object-position: 72% 0;
    }
    .mv-img.is-int02 img {
        object-position: 70% 0;
    }
    .mv-img.is-int03 img {
        object-position: 66% 0;
    }
    .mv-img.is-int04 img {
        object-position: 72% 0;
    }
    .mv-img.is-int05 img {
        object-position: 68% 0;
    }
    .mv-img.is-int06 img {
        object-position: 72% 0;
    }
    .mv-img.is-int07 img {
        object-position: 66% 0;
    }
    .mv-img.is-int08 img {
        object-position: 72% 0;
    }
}
@media screen and (min-width:1024px) and ( max-width:1220px) {
    .mv_name {
        flex-wrap: wrap;
    }
    .mv_name .en {
        width: 100%;
        padding-left: 0;
    }
}
@media screen and (min-width:1024px) and ( max-width:1280px) {
    .mv_ttl .ttl {
        font-size: 2.539vw;
    }
    .mv_ttl {
        padding-left: 3.906vw;
    }
    .mv_data {
        padding-left: 3.906vw;
    }
}
@media screen and (min-width:767px) and ( max-width:1280px) {
    .interviewTop_wrap .topPeople_box {
        width: 48%;
    }
    .topPeople_txt .post {
        font-size: 1.094vw;
    }
    .topPeople_txt .ttl {
        font-size: 1.875vw;
    }
}
@media screen and (min-width:767px) and ( max-width:1080px) {
    .data_cnt:first-child {
        margin: 0 60px;
        width: 50%;
    }
    .data_cnt:last-child {
        margin: 0 60px;
        margin-top: 60px;
        width: 50%;
    }
}
@media screen and (min-width:767px) and ( max-width:1024px) {
    .mv_ttl .en {
        font-size: 14px;
    }
    .mv_ttl .ttl {
        font-size: 32px;
    }
    .mv_data .tag {
        font-size: 12px;
        margin-bottom: 10px;
        width: 120px;
        height: 28px;
    }
    .mv_data .post {
        font-size: 14px;
    }
    .mv_name .name {
        font-size: 30px;
    }
    .mv_name .en {
        font-size: 14px;
    }
    .intcnt_wrap.is-ver1 .int_in {
        padding-left: 48%;
    }
    .intcnt_wrap.is-ver2 .int_in {
        padding-right: 48%;
    }
    .intcnt_wrap.is-ver4 .int_in {
        padding-right: 48%;
    }
    .intMsg_img {
        width: 400px;
        margin: 0 auto;
    }
    .intMsg_wrap {
        display: block;
    }
    .intMsg_txt {
        width: 100%;
        padding: 40px 0 0;
    }
    .intHld_wrap {
        align-items: flex-start;
    }
    .intHld_ttl {
        width: 100%;
        margin-bottom: 40px;
    }
    .intHld_ttl br {
        display: none;
    }
    .intHld_txt {
        width: -webkit-calc(100% - 160px);
        width: calc(100% - 160px);
        padding: 0 40px 0 0;
    }
}
@media screen and (max-width:1024px) {
    .mv_wrap {
        height: auto;
        max-height: none;
    }
    .mv_in {
        position: static;
        width: 100%;
        height: auto;
    }
    .mv-img {
        width: 100%;
        height: 100%;
        max-height: 630px;
        position: relative;
        overflow: hidden;
    }
    .mv-img source,
    .mv-img img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: top center;
    }
    .mv_box {
        padding: 36px 24px 40px;
    }
    .mv_ttl {
        padding: 0;
        margin-bottom: 35px;
    }
    .mv_ttl .en {
        font-size: 12px;
        margin-bottom: 6px;
    }
    .mv_ttl .ttl {
        font-size: 24px;
        line-height: 1.54;
    }
    .mv_data {
        position: static;
        padding: 0;
    }
    .mv_data .tag {
        font-size: 10px;
        width: 102px;
        height: 24px;
        margin-bottom: 6px;
    }
    .mv_data .post {
        font-size: 12px;
        line-height: 1.583;
        margin-bottom: 3px;
    }
    .mv_name .name {
        font-size: 20px;
        line-height: 1.4;
        font-weight: 500;
        letter-spacing: normal;
        padding-right: 15px;
    }
    .mv_name .en {
        font-size: 12px;
        line-height: 1.4;
        letter-spacing: normal;
        padding: 0;
    }
}
/*sp*/
@media only screen and (max-width:767px) {
    .c-wrap.is-ver2 {
        max-width: none;
    }
    .interview_wrap {
        padding-bottom: 100px;
    }
    .data_wrap {
        padding: 56px 24px 0;
        margin-bottom: 56px;
    }
    .data_in {
        padding-bottom: 58px;
        display: block;
    }
    .data_cnt:first-child {
        margin: 0;
    }
    .data_cnt:last-child {
        margin: 40px 0 0;
    }
    .data-ttl {
        font-size: 20px;
        line-height: 1.8;
    }
    .data-ttl span {
        padding-left: 42px;
    }
    .data_box {
        margin-top: 20px;
    }
    .data_dl {
        font-size: 12px;
        margin-top: 10px;
    }
    .data_dl dt {
        width: 64px;
    }
    .data_dl dd {
        width: -webkit-calc(100% - 64px);
        width: calc(100% - 64px);
    }
    .data_lst li {
        font-size: 12px;
        line-height: 1.5;
        margin-top: 21px;
    }
    .data_lst li span {
        display: block;
        font-size: 8px;
        margin-top: 8px;
    }
    .data_lst li:before {
        top: 6px;
    }
    .int-label {
        font-size: 12px;
        margin-bottom: 20px;
    }
    .int-label span {
        padding-left: 34px;
    }
    .int-label span:before {
        width: 20px;
        height: 20px;
    }
    .int-ttl {
        font-size: 24px;
        line-height: 1.625;
        margin-bottom: 23px;
    }
    .intcnt_wrap {
        display: block;
        margin-bottom: 70px;
    }
    .intcnt_img {
        position: static;
    }
    .intcnt_img source,
    .intcnt_img img {
        width: 100%;
        height: auto;
    }
    .intcnt_wrap.is-ver1 {
        height: auto;
    }
    .intcnt_wrap.is-ver1 .intcnt_img {
        width: 90.9%;
    }
    .intcnt_wrap.is-ver1 .int_det {
        padding: 0 24px;
        padding-top: 42px;
    }
    .intcnt_wrap.is-ver2 {
        height: auto;
    }
    .intcnt_wrap.is-ver2 .intcnt_img {
        width: 76.8%;
        margin-left: auto;
    }
    .intcnt_wrap.is-ver2 .int_det {
        padding: 0 24px;
        padding-top: 50px;
    }
    .intcnt_wrap.is-ver3 {
        height: auto;
    }
    .intcnt_wrap.is-ver3 .intcnt_img {
        width: 93.6%;
        margin: 0;
    }
    .intcnt_wrap.is-ver3 .int_det {
        padding: 0 24px;
        padding-top: 50px;
    }
    .intcnt_wrap.is-ver4 {
        height: auto;
        margin-bottom: 104px;
    }
    .intcnt_wrap.is-ver4 .intcnt_img {
        width: 89.3%;
        margin-left: auto;
    }
    .intcnt_wrap.is-ver4 .int_det {
        padding: 0 24px;
        padding-top: 50px;
    }
    .intMsg_wrap {
        width: -webkit-calc(100% - 48px);
        width: calc(100% - 48px);
        margin: 0 auto;
        margin-bottom: 56px;
        padding: 32px 26px 28px;
        display: block;
    }
    .intMsg_img {
        width: 100%;
        margin-bottom: 27px;
    }
    .intMsg_img source,
    .intMsg_img img {
        width: 100%;
        height: auto;
    }
    .intMsg_txt {
        width: 100%;
        padding: 0;
    }
    .intMsg_txt .ttl {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 24px;
    }
    .intMsg_txt .txt {
        font-size: 14px;
        line-height: 1.85;
        letter-spacing: .017em;
    }
    .intHld_wrap {
        width: -webkit-calc(100% - 48px);
        width: calc(100% - 48px);
        margin: 0 auto;
        margin-bottom: 56px;
        padding: 32px 26px 35px 24px;
        display: block;
        flex-wrap: wrap;
        align-items: center;
    }
    .intHld_ttl {
        font-size: 24px;
        line-height: 1.583;
        margin-bottom: 24px;
    }
    .intHld_txt {
        font-size: 14px;
        line-height: 1.85;
        letter-spacing: .017em;
        width: 100%;
        padding: 0;
    }
    .intHld_img {
        margin-top: 28px;
    }
    .intBs_wrap {
        width: -webkit-calc(100% - 48px);
        width: calc(100% - 48px);
        margin: 0 auto;
        display: block;
        padding: 32px 26px 38px 24px;
    }
    .intBs_txt {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
    }
    .intBs_txt .ttl {
        font-size: 24px;
        line-height: 1.583;
        margin-bottom: 24px;
    }
    .intBs_txt .txt {
        font-size: 14px;
        line-height: 1.85;
        letter-spacing: .017em;
    }
    .intBs_prof {
        margin-top: 25px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        max-width: 277px;
    }
    .intBs_date {
        width: -webkit-calc(100% - 97px);
        width: calc(100% - 97px);
        box-sizing: border-box;
        text-align: center;
        margin: 0;
    }
    .intBs_date .name {
        font-size: 16px;
    }
    .intBs_date .date {
        font-size: 12px;
        line-height: 1.66;
        margin-top: 10px;
    }
    .splide.is-people {
        margin-top: 66px;
    }
    .intBs_img img {
        box-shadow: 0 6px 13px rgba(0, 0, 0, 0.06);
    }
    .data-txt {
        margin-bottom: 10px;
    }
    .interviewTop_wrap {
        padding-top: 108px;
    }
    .interviewTop_lst {
        padding: 88px 24px 136px;
        margin-top: 65px;
    }
    .interviewTop_wrap .topPeople_box {
        width: 100%;
        max-width: 456px;
        margin: 0 auto;
        margin-top: 64px;
    }
    .interviewTop_wrap .topPeople_img source,
    .interviewTop_wrap .topPeople_img img {
        height: 311px;
    }
    .interviewTop_wrap .topPeople_box:nth-child(1) {
        margin-top: 0;
    }
}
@media only screen and (max-width: 600px) {
    .mv_wrap {
        height: auto;
        max-height: none;
    }
    .mv_in {
        position: static;
    }
    .mv-img {
        width: 100%;
        height: 100%;
        aspect-ratio: 375 / 452;
        position: relative;
    }
    .mv-img source,
    .mv-img img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width:auto;
        height: 100%;
    }
}
@media screen and (min-width:375px) and ( max-width:768px) {
    .topPeople_img source,
    .topPeople_img img {
        width: 100%;
        height: auto !important;
    }
}
@media only screen and (max-width: 340px) {
    .mv_ttl .ttl {
        font-size: 20px;
    }
    .mv_name {
        display: block;
    }
    .mv_name .name {
        padding: 0 0 8px;
    }
    .int-ttl {
        font-size: 22px;
    }
    .data-ttl {
        font-size: 20px;
    }
    .intMsg_txt .ttl {
        font-size: 20px;
    }
}
