/* TOPページ */

.content{
    position:relative;
    z-index:10;
}

/* Service Site banner */
.banner{
    text-align: center;
}
.banner a{
    display: inline-block;
    max-width: 360px;
    width: calc(100% - 80px);
    max-height: 120px;
}
.banner img{
    width: 100%;
    height: auto;
}


.mazrica-times_img{
    border-radius: 16px;
    height: auto;
}

@media screen and (min-width:769px) and (max-width:1280px){
    .mazrica-times_img{
        border-radius: 12px;
    }
}

@media screen and (max-width: 768px) {
    .mazrica-times_img{
        border-radius: 16px;
        height: auto;
    }
}

.mazrica-times_date{
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 16px;
}

@media screen and (max-width: 768px) {
    .mazrica-times_date{
        font-size: 1.2rem;
        margin-top: 8px;
    }
}

.mazrica-times_ttl{
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 4px;
}

@media screen and (max-width: 768px) {
    .mazrica-times_ttl{
        font-size: 1.8rem;
    }
}

.mazrica-times_tag{
    font-size: 1.4rem;
    font-weight: normal;
    color: rgb(0,0,51);
}

.mazrica-times_tag a{
    color: inherit;
}

.mazrica-times_titleLink{
    color: rgb(0,0,51);
}
@media screen and (max-width:768px){
    .mdl-3col-list>li:nth-child(n+2){
        margin-top: 56px;
    }
}

.section{
    max-width:1080px;
    width: calc(100% - 64px);
    margin: 0 auto;
    color: rgb(0,0,51);
    line-height: 1.5;
    padding: 120px 0;
}

@media screen and (max-width:768px){
    .section{
        padding: 96px 0;
    }
}


.section_inner{
    margin: 48px 32px 0 32px;
}

@media screen and (max-width:768px){
    .section_inner{
        margin: 32px 0 0 0;
    }
}

.section_ttlImg{
    width: auto;
    height: 48px;
}

@media screen and (max-width:768px){
    .section_ttlImg{
        height: 32px;
    }
}

.section_ttlImg img{
    width: auto;
    height: 100%;
}

.section_ttlText{
    display: flex;
    flex-flow: column;
    position: relative;
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 16px;
}

.section_ttlTextBorder{
    display: inline-block;
    width: 24px;
    height: 4px;
    background: rgb(0,0,51);
    margin-bottom: 10px;
}

.section_mainTxt{
    font-size: 3.2rem;
}

@media screen and (min-width:769px) and (max-width:1280px){
    .section_mainTxt{
        font-size: 2.4rem;
        margin-top: 32px;
    }
}

@media screen and (max-width:768px){
    .section_mainTxt{
        font-size: 2.4rem;
        margin-top: 12px;
    }
}

.section_txt{
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 32px;
}

@media screen and (max-width:768px){
    .section_txt{
        font-size: 1.4rem;
        margin-top: 16px;
    }
}

.section-linkWrap{
    margin-top: 32px;
    text-align: right;
}

@media screen and (max-width:768px){
    .section-linkWrap{
        margin-top: 24px;
    }
}


.section-linkTxt{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 1.6rem;
    font-weight: bold;
    color: rgb(0,0,51);
}

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

.section_linkImgWrap{
    display: inline-block;
    position: relative;
    margin-left: 16px;
    width: 48px;
    height: 48px;
}

@media screen and (max-width:768px){
    .section_linkImgWrap{
        width: 32px;
        height: 32px;
        margin-left: 8px;
    }
}

.section_linkImg{
    position: absolute;
    top: 0;
    left: 0;
}

.section_linkImg--navy{
    opacity: 1;
    z-index: 1;
}

.section_linkImg--white{
    opacity: 1;
    z-index: 0;
}

/* わたしたちについて */
.about-us_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width:768px){
    .about-us_content{
        flex-flow: column-reverse;
    }
}

.about-us_mainTxt{
    width: 100%;
    height: auto; 
    margin-top: 8px;
}

.about-us_mainTxt img{
    width: auto;
}


.about-us_mainTxt_pc{
    display: inline-block;
}

.about-us_mainTxt_sp{
    display: none;
}

/* テキストだけブレイクポイントをずらす */
@media screen and (max-width:900px){
    .about-us_mainTxt_pc{
        display: none;
    }
    
    .about-us_mainTxt_sp{
        display: inline-block;
    }
}

@media screen and (max-width:768px){
    .about-us_mainTxt{
        width: 100%;
        height: auto;
    }

    .about-us_mainTxt img{
        width: auto;
        height: 56px;
    }
}

.about-us_subTxt{
    font-size: 1.6rem;
    font-weight: bold;
}

@media screen and (max-width:768px){
    .about-us_subTxt{
        margin-top: 16px;
    }
}

.about-us_linkWrap{
    margin-top: 16px;
}

.about-us_img p{
    width: 400px;
}

@media screen and (min-width:1025px) and (max-width:1080px){ 
    .about-us_img p{
        width: 320px;
    }  
}

@media screen and (min-width:931px) and (max-width:1024px){ 
    .about-us_img p{
        width: 320px;
    }  
}

@media screen and (min-width:769px) and (max-width:930px){
    .about-us_img p{
        width: 280px;
    }   
}

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

.about-us_img img{
    width: 100%;
    height: auto;
}

.about-us_left{
    margin-right: 40px;
}

@media screen and (max-width:768px){
    .about-us_left{
        margin-right: 0;
    }
}

/* 事業内容 */
.business_content{
    display: flex;
    align-items: end;
}

@media screen and (min-width:769px) and (max-width:1280px){
    .business_content{
        align-items: center;
    }
}

@media screen and (max-width:768px){
    .business_content{
        flex-flow: column-reverse;
        align-items: center;
    }
}

.business_left{
    width: 480px;
    margin-right: 40px;
}

@media screen and (max-width:768px){
    .business_left{
        width: 100%;
        margin-right: 0;
    }
}

.business_right{
    width: 100vw;
    max-width: 640px;
    margin: 0 calc(50% - 50vw) 0 0;
}

@media screen and (min-width:769px) and (max-width:1280px){
    .business_right{
        max-width: 480px;
    }
}
@media screen and (max-width:768px){
    .business_right{
        width: 100%;
        margin: 0;
    }
}

/* 採用について */
.recruit_content{
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width:768px){
    .recruit_content{
        flex-flow: column-reverse;
    }
}

.recruit_left{
    margin-right: 40px;
}

@media screen and (max-width:768px){
    .recruit_left{
        margin-right: 0;
    }   
}