﻿@charset "UTF-8";


/*========================================
   contact pc 
 ========================================*/


#header {
    background-image: url(../../img/recruit/contact_bg.jpg);
    border-bottom: 3px solid #fe9416;
}



.page-header {
    width: 100%;
    height: 310px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 120px;
    position: relative;
}



.page-header:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 310px;
    content: "";
    background: url(../../../common/img/dot.png) 0 0 repeat;
    z-index: 0;
}


.sub-container {

    position: relative;
    width: 1080px;
    margin: 0 auto;
    padding: 0;
    z-index: 1;

}



.sub-container h1 {
    color: #fff;
    text-align: center;
    padding: 0 20px;

}

.sub-container h1 span {
    display: block;
    line-height: 2em;
}


.mv-l {
    font-size: 47px;
    font-weight: bold;
    letter-spacing: -0.03em;
    position: relative;
}



.mv-s {
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.02em;

}


.sub-container2 {
    width: 960px;
    margin: 0 auto;
    background: #fff;
    padding: 10px;

}


/*========================================*/


#contact {}

.sub01 {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 125px;
    padding-top: 80px;
    background: #f7f1e9;
}


.subtxt01 {
    color: #000;
    font-size: 25px;
    letter-spacing: 0.4em;
    line-height: 2em;
}

.subtxt02 {
    text-align: left;
    margin-top: 50px;
    line-height: 2.4em;

}





h1 p.stit2 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.8em;
    color: #fff;
}




/*  detail */

/* sec 2*/

#newsview p img {
    max-width: 960px !important;
    max-height: 1000px !important;

}



.viewbox {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 125px;
    padding-top: 80px;
    background: #f7f1e9;
}


.viewbox ul li {
    margin-bottom: 5px;
    text-align: left;
    position: relative;
}


.viewbox ul li a {
    color: #492c19;
}


.viewbox .viewheader .date {
    color: #969696;
    font-size: 1em;
    font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    -webkit-font-smoothing: antialiased;

}



.viewheader {

    padding: 40px 20px;
    border-bottom: 1px solid #ded4c1;
    text-align: center;
}


.viewheader h2 {
    font-size: 28px;
    padding: 0 50px;
    line-height: 1.5em;
    margin-top: 0px;

}

.viewheader h2 span {
    vertical-align: middle;

}


.viewdate {
    color: #969696;
    font-size: 18px;
    font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    -webkit-font-smoothing: antialiased;

}



.viewcenter {
    padding: 40px 20px;
    text-align: left;
}

.viewcenter p {
    margin-top: 20px;
}


.viewft {
    margin-top: 20px;
    text-align: center;
}








/*========================================
    sp 
 ========================================*/





/* 768 px */
@media screen and (max-width: 768px) {

    .sub-container {
        width: 90%;
    }


    .page-header {
        height: 200px;
        padding-top: 100px;
    }

    .page-header:before {
        height: 197px;
    }


    .sub-container h1 span {
        line-height: 1.3em;
    }

    .mv-l {
        font-size: 30px;
        font-weight: bold;
        letter-spacing: -0.03em;
        position: relative;
    }

    .mv-s {
        font-size: 15px;
        font-weight: normal;
        letter-spacing: 0.02em;
    }




    .sub-container2 {
        width: 90%;
    }


    /* detail */
    .viewdate {
        font-size: 13px;

    }


    .viewbox {

        padding-bottom: 100px;
        padding-top: 50px;

    }

    .viewheader {
        padding: 20px 10px;

    }

    .viewheader h2 {
        font-size: 20px;
        padding: 0 10px;
        line-height: 1.5em;
        margin-top: 0px;
    }

    .viewcenter img {
        width: 100%;
    }

    .viewcenter {
        padding: 20px 10px;
        text-align: left;
    }
}

/* 480 px */

@media screen and (max-width: 480px) {}

/*--リクルートカスタム投稿用--*/

/* JSが動作して初期ロード時のフィルタリングが行われるまでの間、中途採用(recruitinfo)の要素を一瞬非表示にする */
#animationListContainer #animationList>ul>li.recruitinfo {
    opacity: 0;
}

.animationListWrap {
    margin: 40px auto 60px;
    width: 96%;
}

.tabListWrap {
    margin-bottom: 30px;
}