.mv{
    position: relative;
    background: url(../images/career/mv.jpg) center center no-repeat;
    background-size: cover;
    height: 220px;
    margin: 80px 0 0 0;
    padding: 0;
}

.mv img{
    display: block;
    width: 100%;
    height: auto;
}

.mv_title{
    text-align: center;
}

.mv_title p{
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    color: #fff;
    padding: 44px 29px 0;
    display: inline-block;
    margin: 0 0 26px 0;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.mv_title h1{
    font-size: 1.75rem;
    letter-spacing: 0.2em;
    color: #fff;
    margin: 0 40px;
}

.button{
    margin: 0 auto 50px;
    display: table;
    justify-content: center;
    align-items: center;
}

.button a{
    position: relative;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    text-align: center;
    display: table-cell;
    width: 340px;
    padding: 30px 0;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing:0.2em;
    color: #212121;
}
.button a::before{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    content: url(../images/career/arrow.png);
}
.button a:first-child{
    border-right: none;
}
.introduction{
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height:36px;
    color:#212121;
    margin: 0 0 50px 0;
}

.cotnent_title{
    position: relative;
    text-align: center;
    margin: 0 0 80px 0;
}
.cotnent_title::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: -1;
    background: #005dae;
}
.cotnent_title strong{
    display: inline-block;
    padding: 9px 69px;
    font-size: 1.5rem;
    color: #212121;
    background: #fff;
    letter-spacing: 0.2em;
    border-left: #005dae 1px solid;
    border-right: #005dae 1px solid;
}

section{
    margin: 0 0 80px 0;
}
.section_title{
    text-align: center;
    display: block;
    font-size: 1.125rem;
    line-height: 28px;
    letter-spacing: 0.2em;
    padding: 13px 0;
    margin: 0 0 40px 0;
    color: #fff;
    background: #61a4df;
}
.section_text{
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    line-height: 26px;
    margin: 0 50px 15px;
}

.section_text_wrap{
    display: flex;
    margin: 0 0 40px 0;
}
.section_text_wrap span{
    padding: 14px 0 34px 0;
    margin: 0 0 0 50px;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 26px;
    min-width: 120px;
    border-top: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
}
.section_text_wrap .section_text{
    margin: 0 0 0 30px;
}

.section_imgwrap{
    text-align: center;
    margin: 0 0 30px 0;
}

.section_subtitle{
    border-top:3px solid #61a4df;
    padding: 36px 0 0 0;
    color: #61a4df;
    display: block;
    text-align: center;
    font-size: 1.125rem;
    letter-spacing: 0.1em;
    line-height: 26px;
    margin: 0 0 40px 0;
}
.section1 img{
    width: 100%;
    height: auto;
    max-width: 920px;
}
.section2 img{
    width: 100%;
    height: auto;
    max-width: 926px;
}
.section3 img{
    width: 100%;
    height: auto;
    max-width: 926px;
}

.section4 img{
    width: 100%;
    height: auto;
    max-width: 700px;
}

.section5{
    border-left: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
}
.section5 img{
    width: 100%;
    height: auto;
    max-width: 700px;
}

.sp_br{
    display: none;
}
.sp{
    display: none;
}
@media screen and (max-width:949px) {
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    .sp_br{
        display: block;
    }
    .mv{
       padding: 60px 0 0 0;
       margin:0;
        height: 120px;
        background: url(../images/career/mv_sp.jpg) center no-repeat;
        background-size: 100%;
        background-position: 0 60px;
    }

    .mv_title p{
        padding: 30px 19px 0;
        font-size: 0.6875rem;
        margin: 0 0 15px 0;
    }

    .mv_title h1{
        font-size: 1.125rem;
    }

    .button a{
        padding: 9px 0 30px;
    }

    .introduction{
        text-align: left;
        font-size: 0.875rem;
        letter-spacing: 0;
        line-height: 26px;
        margin: 0 0 50px 0;
    }

    .cotnent_title strong{
        font-size: 1.0625rem;
        letter-spacing: 0.05em;
        padding: 9px 25px;
    }
    
    section{
        margin: 0 0 40px 0;
    }

    .section_title{
        font-size: 0.875rem;
        margin: 0 0 20px 0;
    }

    .section_text{
        margin: 0 0 15px 0;
    }

    .section_text_wrap{
        display: block;
        margin: 0 0 20px 0;
    }

    .section_text_wrap span{
        display: inline-block;
        padding: 0 0 12px 17px;
        margin: 0 0 20px 0;
        font-size: 0.875rem;
        border-top: none;
        border-right: none;
        border-bottom: 1px solid #b4b4b4;
        border-left: 1px solid #b4b4b4;
    }

    .section_text_wrap .section_text{
        margin: 0;
    }

    .section_subtitle{
        padding: 18px 0;
        font-size: 0.9375rem;
        margin: 0 0 23px 0;
        border: none;
    }

    .section5{
        padding: 20px;
        border-top: 2px solid #61a4df;
        border-left: 1px solid #b4b4b4;
        border-right: 1px solid #b4b4b4;
        border-bottom: 1px solid #b4b4b4;
    }

}
