/* 下層ページ ABOUT US */
@media screen and (max-width:768px){
    .page-section{
        width: 100%;
    }
}
.inner{
    position: relative;
    width: calc(100% - 48px);
    max-width: 1080px;
    z-index: 1;
}

.page-ttlWrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 110px 0 32px;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
    border-radius: 16px;
}

@media screen and (min-width:769px) and (max-width:1280px){
    .page-ttlWrap{
        height: 160px;
    }
}

@media screen and (max-width:768px){
    .page-ttlWrap {
        height: 96px;
        background-size: 200%;
        margin: 80px 0 32px;
    }

    .page-about-us_mainTxt{
        margin-top: 16px;
    }
}

.page-ttlWrap--news{
    margin-bottom: 120px;
     background-image: url('https://corp-site.mazrica.com/assets/images/news/title/title_bg_news.png');
}
@media screen and (max-width:768px){
    .page-ttlWrap--news{
        margin-bottom: 0;
    }    
}

.page-ttlWrap--business{
    max-width: 1080px;
    width: calc(100% - 64px);
    margin: 0 auto 32px;
    background-image: url('https://corp-site.mazrica.com/assets/images/business/title/title_bg_business.png');
}

@media screen and (max-width:768px){
    .page-ttlWrap--business{
        width: calc(100% - 32px);
        margin: 0 auto 32px;
    }
}

.page-ttlWrap--aboutus{
    background-image: url('https://corp-site.mazrica.com/assets/images/aboutus/title/title_bg.png');
}

.page-ttl img{
    height: 48px;
}

@media screen and (min-width:769px) and (max-width:1280px){
    .page-ttl img{
        height: 40px;
    }
}

@media screen and (max-width:768px){
    .page-ttl img{
        height: 24px;
    }    
}

.menu-list{
    display: flex;
    justify-content: center;
    margin: 32px 0 0;
}

.menu-item{
    display: inline-block;
    width: 180px;
    padding: 4px 6px;
    margin: 0 12px;
    background: rgba(11, 2, 118, .1);
    border-radius: 16px;
    text-align: center;
    color: #0B0276;
    font-weight: bold;
}

@media screen and (max-width:768px){
    .menu-list{
        display: flex;
        flex-flow: wrap;
        justify-content: space-evenly;
        margin: 0;
    }
    .menu-item{
        width: 146px;
        margin: 8px 0;
        border-radius: 12px;
    }
}

.menu-item_mainTxt{
    font-size: 1.6rem;
    color: #0B0276;
}

.menu-item_subTxt{
    font-size: 1.0rem;
    color: #0B0276;
}

.value_list--en{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.value_item--en{
    width: 48%;
}

@media screen and (max-width:768px){
    .value_list{
        width: auto;
        display: flex;
        flex-flow: column;
    }
}

.value_item{
    display: inline-block;
    width: 49%;
}

@media screen and (max-width:768px){
    .value_item{
        width: 100%;
    }
}

.value_item:not(:first-of-type, :nth-of-type(2)){
    margin-top: 40px;
}

.value_subTxt{
    height: 16px;
}
.value_mainTxt{
    font-size: 2.4rem;
    margin-top: 4px;
}

@media screen and (min-width:769px) and (max-width:1280px){
    .value_mainTxt{
        font-size: 2.0rem;
    }
}

@media screen and (max-width:768px){
    .value_item:not(:first-of-type, :nth-of-type(2)){
        margin-top: 24px;
    }

    .value_item:nth-of-type(2){
        margin-top: 24px;
    }
    
    .value_subTxt{
        height: 18px;
    }
    .value_mainTxt{
        font-size: 1.8rem;
        margin-top: 0px;
    }
}

/* MESSAGE */
.message_content{
    display: flex;
    margin-top: 80px;
    justify-content: space-between;
}

.message_left{
    min-width: 540px;
    margin-right: 48px;
}

@media screen and (min-width:769px) and (max-width:1280px){
    .message_content{
        flex-flow: column-reverse;
    }
    .message_left{
        margin-right: 0;
    }
}

@media screen and (max-width:768px){
    .message_content{
        flex-flow: column-reverse;
        margin-top: 0;
        justify-content: unset;
    }

    .message_content:not(:first-of-type){
        margin-top: 112px;
    }

    .message_left{
        min-width: 100%;
        margin: 24px 0 0 0;
    }
}

.message_mainTxt{
    font-size: 2.4rem;
    font-weight: bold;
    white-space: nowrap;
}

.message_mainTxt--en{
    white-space: pre-wrap;
}

@media screen and (min-width:769px) and (max-width:1280px){
    .message_mainTxt{
        margin-top: 24px;
    }
}

@media screen and (max-width:768px){
    .message_mainTxt{
        font-size: 2.2rem;
        white-space: normal;
    }
}

.message_txt{
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 26px;
}

@media screen and (max-width:768px){
    .message_txt{
        margin-top: 20px;
        line-height: 2;
    }
}


.message_name{
    font-size: 2.4rem;
    line-height: 2;
    text-align: right;
}

@media screen and (max-width:768px){
    .message_name{
        font-size: 2rem;
    }
}

.message_img p{
    width: 428px;
}

@media screen and (min-width:769px) and (max-width:1280px){
    .message_img p{
        margin: 0 auto;
    }
}


@media screen and (max-width:768px){
    .message_img p{
        width: calc(100% - 128px);
        margin: 0 auto;
    }
}

/* テーブル */

.section_table{
    display: flex;
    align-items: center;
}

.section_table tr{
    display: flex;
}

@media screen and (max-width:768px){
    .section_table tr{
        display: inline-block;
        width: 100%;
    }
}

.section_table tr:not(:first-of-type) {
    margin-top: 40px;
}

@media screen and (max-width:768px){
    .section_table tr:not(:first-of-type) {
        margin-top: 24px;
    }
}

.section_table td{
    display: inline-block;
}

.section_table th {
    display: inline-block;
    width: 80px;
    color: #FF2D00;
    font-size: 1.6rem;
    font-weight: bold;
    margin-right: 48px;
    white-space: nowrap;
    text-align: left;
}

.section_table--en th{
    width: 160px;
    white-space: pre-wrap;
}

.section_tableTxt {
    width: 540px;
    margin-right: 16px;
    font-size: 1.6rem;
    line-height: 2;
}

.table-txt{
    margin: 0;
}

.table-txt a{
    color: #000033;
}

@media screen and (max-width: 768px) {
    .section_table th {
        width: 100%;
        font-size: 1.4rem;
        margin-right: 0;
    }
    .section_table .table-txt {
        margin-right: 16px;
    }

    .section_tableTxt{
        width: auto;
        font-size: 1.4rem;
    }
}

/* BOARD */
.board_memberWrap {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    /* IE10 */
    -webkit-align-items: start;
    align-items: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.board_memberWrap:not(:first-of-type){
    margin-top: 48px;
}

.board_memberImg{
    min-width: 160px;
    max-width: 160px;
    margin-right: 40px;
}

@media screen and (max-width: 768px) {
    .board_memberImg{
        min-width: 96px;
        max-width: 96px;
        margin-right: 32px;
    }
}

.board_memberTxt_position{
    font-size: 1.2rem;
    font-weight: bold;
}

.board_memberTxt_name{
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 8px;
}

.board_memberTxt_nameEn{
    font-size: 1.4rem;
}

.board_memberTxt_detail{
    margin-top: 16px;
}

.board_memberTxt_detail p{
    font-size: 1.6rem;
    line-height: 2;
}

@media screen and (max-width: 768px) {
    .board_memberTxt_detail p{
        font-size: 1.4rem;
    }
}

