figure{
    margin: 0;
    padding: 0;
}
/* 見出し英語部分 */
#message .mid01_en .white:after{ content: "Message"; }
#interview .mid01_en .white:after{ content: "Interview"; }
#overview .mid01_en .white:after{ content: "Overview"; }

.contentWrap{
    position: relative;
    width: 100%;
}
.contentInner{
    box-sizing: border-box;
    padding: 0 40px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1080px;
}
/* メインビジュアル部分text */
/* main_img */
.mian_img_box{
    box-sizing: border-box;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 15%;
    height: 950px;
    position: relative;
    position: relative;
    overflow: hidden;
}
.recruit_main{
    position: absolute;
    height: calc(100% - 60px);
    width:calc(100% - 120px);
    right: 60px;
    top: 60px;
}
.recruit_main .mainImg{
    position: absolute;
}
.recruit_main .mainImg img{
    max-width: 100%;
    width: 100%;
}
.recruit_main .mainImg01{
    width: 36.23%;
    right: 0;
    max-height: 90%;
    overflow: hidden;
}
.recruit_main .mainImg02{
    width: 30.54%;
    right: 20.45%;
    bottom: 0;
    max-height: 70%;
    overflow: hidden;
}
@media screen and (max-width: 1280px) {
    .mian_img_box{
        height: 90vh;
    }
}
@media screen and (max-width: 1024px) {
    .index_main {
        right: 50px;
        width:72%;
    }
    .recruit_main .mainImg01{
        width: 50%;
        right: 0;
        max-height: 90%;
        overflow: hidden;
    }
    .recruit_main .mainImg02{
        width: 46%;
        right: 6%;
        top: 36%;
        bottom: auto;
        max-height: none;
    }
}
@media screen and (max-width: 768px) {
    .mian_img_box{
        height: 62vh;
    }
    .recruit_main{
        right: 40px;
        width: calc(100% - 80px);
    }
}


.top_c{
    position: absolute;
    z-index: 10;
    bottom: 22%;
}
.top_copy {
     -moz-transition: .4s;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    font-weight: bold;
    line-height: 1.5;
}
.top_copy span.en{
    font-size: 72px;
    display: inline-block;
    line-height: .9;
    border-bottom: solid 1px #232323;
}
@media screen and (max-width: 1500px) {
    .top_copy span.en{
        font-size: 72px;
    }
}
.top_copy span.jp{
    line-height: 1;
    margin-top: 20px;
    font-size: 16px;
    display: block;
}
.top_description{
    margin-top: 100px;
    line-height: 2em;
    font-weight: 500;
    font-size: 14px;
}
@media screen and (max-width: 1280px) {
    .mian_img_box{
        padding-top: 30%;
    }
    .top_copy {
        font-size: 40px;
    }
}
@media screen and (max-width: 768px) {
    .top_c{
        position: absolute;
        bottom: 0;
    }
    .top_copy span.jp{
        font-size: 26px;
    }
    .top_copy {
        font-size: 60px;
    }
    .top_copy span{
        padding-bottom: 2px;
    }
    .top_copy span.en{
        background: #fff;
    }
    .top_description{
        font-size: 24px;
        margin-top: 60px;
        max-height: 100%;
    }
    .top_description span{
        padding: 2px;
        display: inline-block;
        line-height:  1;
        background: #fff;
    }
}

.recContent{
    margin-top: 80px;
}
/* 代表メッセージ */
.messageCont{
    padding: 100px 0 140px;
}
.messageCont:before{
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    width: 90.6%;
    display: block;
    position: absolute;
    height: 100%;
    background: #f7f7f7;
}
.messageBox01{
    margin-top: 80px;
    position: relative;
}
.messageBox01 figure{
    overflow: hidden;
    padding: 0;
    margin: 0;
    max-width: 810px;
    width: calc(100% - 190px);
    margin-left: 190px;
}
.messageBox01 .textBox{
    position: absolute;
    bottom: 40px;
}
.messageBox01 .nameWrap{
    line-height: 1;
    font-weight: bold;
}
.messageBox01 .nameWrap span{
    line-height: 1;
    display: inline-block;
}
.messageBox01 .post{
    font-size: 16px;
    margin-bottom: 20px;
}
.messageBox01 .name{
    font-size: 28px;
}
.messageText{
    margin-top: 40px;
    line-height: 2;
    font-size: 22px;
    font-weight: bold;
}
.messageText span{
    display: inline-block;
    line-height: 1.4;
    background: #fff;
}
.messageBox02 p{
    max-height: 100%;
    font-weight: 500;
    text-align: justify;
    font-size: 14px;
    margin-top: 80px;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    .messageCont:before{
        width: 70%;
    }
    .messageBox01 .post{
        font-size: 22px;
        margin-bottom: 30px;
    }
    .messageBox01 .name{
        font-size: 36px;
    }
    .messageBox01 .textBox{
        bottom: 20px;
    }
    .messageText{
        line-height: 1.8;
        margin-top: 50px;
        font-size: 28px;
    }
    .messageBox02 p{
        font-size: 24px;
        line-height: 1.8;
    }
    .messageBox01 figure{
        width: calc(100% - 130px);
        margin-left: 130px;
    }
    .messageBox01 figure img{
        margin-left: -130px;
    }
}



/* 社員インタビュー */
.interviewCont{
    padding: 100px 0 120px;
    margin-top: 100px;
}
.interviewContent{
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
}
.interviewContent + .interviewContent{
    margin-top: 160px;
}

.interviewCont:before{
    content: "";
    z-index: -1;
    width: 90.6%;
    height: 100%;
    position: absolute;
    display: block;
    background: #f7f7f7;
    left: 0;
    top: 0;
}
.interviewTitle{
    padding-top: 50px;
    width: 360px;
}
.interviewTitle .vol{
    margin-bottom: 40px;
    line-height: 1;
}
.interviewTitle .vol span{
    font-weight: bold;
    font-size: 52px;
    color: transparent;
    -webkit-text-stroke: 1px #dbb3b3;
    text-stroke: 1px #dbb3b3;
}
.interviewTitle .vol .nom{
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 1px #dbb3b3;
    text-stroke: 1px #dbb3b3;
    font-size: 86px;
}
.interviewTitle .nameWrap{
    line-height: 1;
    font-weight: bold;
}
.interviewTitle .nameWrap span{
    line-height: 1;
    display: inline-block;
}
.interviewTitle .post{
    font-size: 14px;
    margin-bottom: 20px;
}
.interviewTitle .name{
    font-size: 24px;
}

.interviewRight{
    width: calc(100% - 360px);
}
@media screen and (max-width: 1000px) {
    .interviewTitle{
        padding-top: 0;
    }
    .interviewContent{
        display: block;
    }
    .interviewRight{
        margin-top: 60px;
        width: 100%;
    }
}
.interviewRight figure{
}
.interviewRight .imgWrap{
    position: relative;
    margin-bottom: 60px;
}
.interviewRight .messageText{
    position: absolute;
    bottom: -18px;
    left: 30px;
}
.interviewRight figure{
    width: 100%;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .interviewRight .imgWrap{
        margin-bottom: 100px;
    }
    .interviewRight .textWrap p{
        font-size: 24px;
        line-height: 1.8;
    }
    .interviewTitle .post{
        font-size: 22px;
    }
    .interviewTitle .name{
        font-size: 36px;
    }
    .imgWrap{
        position: relative;
    }
    .imgWrap figure{
        width: calc(100% - 130px);
        margin-left: 130px;
    }
    .interviewRight .messageText{
        left: 0;
        bottom: 10px;
    }
    .interviewRight{
        margin-top: 0px;
    }
    .interviewTitle{
        left: 0;
        position: absolute;
    }
}

.interviewRight .textWrap + .textWrap{
    margin-top: 60px;
}
.interviewRight .textWrap  h3{
    max-height: 100%;
    font-size: 18px;
    box-sizing: border-box;
    padding-left: 30px;
    line-height: 1;
    border-left: solid 1px #232323;
    font-weight: 500;
    margin-bottom: 30px;
}
.interviewRight .textWrap p{
    max-height: 100%;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .interviewRight .textWrap p{
        font-size: 24px;
        line-height: 1.8;
    }
    .interviewRight .textWrap h3{
        font-size: 30px;
        margin-bottom: 60px;
    }
    .interviewCont:before{
        width: 70%;
    }
    .interviewRight .textWrap + .textWrap{
        margin-top: 100px;
    }
}

/* 募集概要 */
.overviewCont{
    margin-top: 100px;
}
.overviewCont dl{
    display: flex;
}
.overviewContent{
    margin-top: 80px;
}
.overviewCont dl dt,
.overviewCont dl dd{
    padding: 25px 0;
    font-size: 14px;
    line-height: 1.5;
}
.overviewCont dl dt{
    font-weight: 500;
    width: 236px;
    margin-right: 4px;
    border-top: solid 1px #232323;
}
.overviewCont dl dd{
    width: calc(100% - 240px);
    border-top: solid 1px #b1b1b1;
}
.overviewCont dl:last-child dt{
    border-bottom: solid 1px #232323;
}
.overviewCont dl:last-child dd{
    border-bottom: solid 1px #b1b1b1;
}
@media screen and (max-width: 768px) {
    .overviewCont dl dt,
    .overviewCont dl dd{
        padding: 25px 0;
        font-size: 24px;
    }
    .overviewCont dl dt{
        font-weight: 500;
        width: 156px;
        margin-right: 4px;
    }
    .overviewCont dl dd{
        width: calc(100% - 160px);
        border-top: solid 1px #b1b1b1;
    }
}


/* タブ */
.tabWrap{
    background: #f7f7f7;
    padding: 60px 40px 60px;
    box-sizing: border-box;
    border: 1px solid #232323;
    
}
.tabWrap .tabCont{
    display: none;
}
.tabWrap .tabCont.active{
    display:  block;
}
.tabList{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tabList li{
    padding: 25px 30px;
    font-weight: 500;
    line-height: 1;
    font-size: 16px;
    display: flex;
    align-items: center;
    background: #ac0b0b;
    color: #fff;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    cursor: pointer;
    
}
.tabList li:hover{
    background: #232323;
}
.tabList li.active{
    cursor: auto;
    color: #232323;
    background: #f7f7f7;
    border-top: 1px solid #232323;
    border-left: 1px solid #232323;
    border-right: 1px solid #232323;
    position: relative;
}
.tabList li.active:after {
    content: "";
    display: block;
    height: 3px;
    left: 0px;
    background:#f7f7f7;
    position: absolute;
    bottom: -2px;
    width: 100%;
  }

.tabList li.active:hover{
    background: #f7f7f7;
    
}
.tabList li + li{
    margin-left: 4px;
}
@media screen and (max-width: 768px) {
    .tabList li{
        font-size: 26px;
    }
}

/* お問い合わせ部分 */
.contactCont{
    padding-bottom: 100px;
    margin-top: 140px;
    position: relative;
}
.contactCont:before{
    content: "";
    width: 84%;
    height: calc(100% - 100px);
    max-width: 1000px;
    position: absolute;
    background: #f7f7f7;
    z-index: -1;
    left: 0;
    bottom: 0;
}
.contactCont .read{
    margin-top: 40px;
    font-size: 14px;
    line-height: 1.5;
}
.contactLink{
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    width: calc(100% + 40px);
    margin-left: -40px;
}
.contactLink li{
    width: calc(50% - 40px);
    margin-left: 40px;
}
.contactLink a{
    padding: 22px 30px 25px 70px;
    text-align: center;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
}
.contactLink a.tel{
    background: #232323;
}
.contactLink a.mail{
    background: #ac0b0b;
}
.contactLink a:before{
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    content: "";
    width: 30px;
    height: 2px;
    position: absolute;
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 30px;
}
.contactLink a:hover::before{
    left: 10px;
    margin: auto;
}
.contactLink a p{
    max-height: 100%;
    color: #fff;
    line-height: 1;
    font-weight: 500;
}
.contactLink a.mail p{
    font-size: 18px;
}
.contactLink a.tel .jp{
    font-size: 14px;
}
.contactLink a.tel .nom{
    font-weight: bold;
    font-size: 32px;
    margin-top: 5px;
}
.contactLink a.tel .nom span{
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    .contactCont .read{
        font-size: 24px;
        max-height: 100%;
        line-height: 1.8;
    }
    .contactLink a.mail{
        padding-top: 35px;
        padding-bottom: 38px;
    }
    .contactLink a.mail p{
        font-size: 28px;
    }
    .contactLink a.tel .jp{
        font-size: 20px;
    }
    .contactLink a.tel .nom{
        font-size: 38px;
        margin-top: 4px;
    }
    .contactLink a.tel .nom span{
        font-size: 28px;
    }
    .contactLink li{
        width: 100%;
        margin-top: 30px;
    }
}

/* 採用footer */
.foot_Wrap{
    margin-top: 40px;
}
