@charset "utf-8";

/* ボディー */




/* 共通 */

.float-left{
    float:left !important;
}

.float-right{
    float:right !important;
}

.pc-dn{
	display: none;
}


/* ヘッダー */

header{
    background-color: #222;
    clear: both;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100px;
    z-index: 99;
}



/* nav */

.nav-top{
    margin-bottom: 60px;
    text-align: center;
}

.nav-dl{
    display: flex;
    font-weight: bold;
    justify-content: space-between;
    margin-bottom: 40px;
}

.nav-dl dt{
    font-size: 112%;
    margin-bottom: 40px;
}

.nav-dl dd a{
    font-size: 82%;
    color: #808080;
}

.nav-banner{
    display: flex;
    font-weight: bold;
    justify-content: space-between;
    margin-bottom: 40px;
}

.nav-banner li{
    max-width: 530px;
    width: 48%;
}

.nav-banner li a{
    border: solid 1px #FFF;
    display: block;
    padding: 40px 10px;
    text-align: center;
}

.nav-banner li a span{
    background-repeat: no-repeat;
    background-position: left center;
    padding: 10px 0 10px 40px;
}

.icon-news{
    background-image: url(../images/nav/icon-news.png);
}

.icon-contact{
    background-image: url(../images/nav/icon-contact.png);
}

.nav-list{
	align-items: center;
    display: flex;
    font-weight: bold;
    font-size: 85%;
    justify-content: center;
    margin: 0 auto 20px;
    width: 80%;
}

.nav-list li:first-child{
    height: 100px;
	margin: 0 40px;
	width: 100px;
}

.nav-list li:first-child a{
    background-repeat: no-repeat;
    background-image: url(../images/web-catalog.png);
    background-position: center center;
	background-size: 100%;
    height: 100px;
	margin: 0 40px;
	position: absolute;
	width: 100px;
}

.nav-list li:nth-child(2){
    background-repeat: no-repeat;
    background-image: url(../images/work-life-excellent.png);
    background-position: center center;
	background-size: 100%;
    height: 100px;
	margin: 0 40px;
	width: 100px;
}

.nav-list li:last-child{
    margin: 0 40px;
}

/* アコーディオン */


.accordion dt{
    font-weight: bold;
    padding-left: 19px;
}





/* article */

#contents-absolute{
    position: absolute;
    top: 0;
    margin-left: 100px;
    width: 100%;
}






/* フッター */

#f-inner{
    margin: 0 auto;
    max-width: 1000px;
    padding: 5% 5% 5% 0;
    width: 85%;
}








/* ページトップ */

.pagetop-top {
	bottom: 0;
	left: 0;
	position: fixed;
    z-index: 199;
}

.pagetop-top a{
    background-repeat: no-repeat;
    background-image: url(../images/jump.gif);
    background-position: center center;
    display: block;
    height: 100px;
    width: 100px;
}

.pagetop-top a:hover{
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}





/* ページYouTube */

.page-yt{
	bottom: 101px;
	left: 35px;
	position: fixed;
    z-index: 199;
}

.page-yt a{
    background-repeat: no-repeat;
    background-image: url(../images/yt.png);
    background-position: center center;
    display: block;
    height: 23px;
    width: 30px;
}

.page-yt a:hover{
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}


/* ワーク・ライフ・バランス推進エクセレント企業 */

.nav-work-life{
    background-repeat: no-repeat;
    background-image: url(../images/work-life-excellent.png);
    background-position: center center;
	background-size: 100%;
    display: block;
    bottom: 140px;
    left: 30px;
    position: fixed;
    height: 40px;
    width: 40px;
    z-index: 199;
}



/* WEB カタログ */


.nav-web-catalog a{
    background-repeat: no-repeat;
    background-image: url(../images/web-catalog.png);
    background-position: center center;
	background-size: 100%;
    display: block;
    bottom: 195px;
    left: 30px;
    position: fixed;
    height: 40px;
    width: 40px;
	z-index: 199;
}

.nav-web-catalog a:hover{
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}


