@charset "UTF-8";

/*--------------------------------------------------------------------
index.html	(トップページ)
top.css
--------------------------------------------------------------------*/


/*------------Header---------------------------------------------------------------*/
div#Header {
	position: relative;
	background: inherit !important;
}

/*------------Logo------------------------------------------------------------*/
div#InHeader { height: 350px; }
div#InHeader h2 {
	width: 80%;
	margin: 100px auto 0;
}

/*------------TopAnima------------------------------------------------------------*/
div#TopAnima {
	display: block;
	width: 100%;
	height: 600px;
	background: inherit !important;
	background-size: cover;
	position: absolute;
	z-index: -1;
	overflow: hidden;
}
div#TopAnima div.Anima {
	width: 100%;
	height: 350px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
	z-index: -1;
}
div#TopAnima div#Anima01 { background-image: url(../../img/pc/top/anima_p01.jpg); }
div#TopAnima div#Anima02 { background-image: url(../../img/pc/top/anima_p02.jpg); }
div#TopAnima div#Anima03 { background-image: url(../../img/parts/header_bg.jpg); }

/*------------Global------------------------------------------------------------*/
div#Global {
/*	width: 100%;*/
	padding-bottom: 0;
/*	background-image: url(../../img/pc/gm_bg.png);
	background-position: center top;
	background-repeat: repeat-x;*/
}


/*------------Main------------------------------------*/
div#Main {
	width: 100%;
	padding-top: 0;
}

/*------------Title------------------------------------*/
div#Title {
	width: 100%;
/*	min-height: 700px;*/
	max-height: 350px;
	margin-bottom: 50px;
	background-image: url(../../img/parts/shadow.png) , url(../../img/pc/top/contents_bg.jpg);
	background-repeat: repeat-x , no-repeat;
	background-position: center top;
	background-size: auto , cover;
}
div#Title div#TitleTxt {
	width: 90%;
	margin: 0 auto;
	padding-top: 35px;
}
div#Title div#InImg {
	width: 100%;
	padding-top: 71.93877551020408%;
	background: url(../../img/pc/top/top_txt.png) no-repeat center top;
	background-size: contain;
}
div#Title div#InImg * { display: none; }


/*------------sdgs------------------------------------*/
div#sdgs {
	margin-bottom: 50px;
	text-align: center;
}

/*------------WorksBtn------------------------------------*/
div#WorksBtn h2 {
	width: 176px;
	height: 55px;
	margin: 0 auto 20px;
	background: url(../../img/pc/top/works_t.png) no-repeat center top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#WorksBg {
	width: 100%;
	padding: 20px 0;
	background-color: #b4b5b5;
}
div#WorksBtn ul {
	width: 100%;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
}
div#WorksBtn ul li {
	width: 100%;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
div#WorksBtn ul li#WBtn01 { background-image: url(../../img/pc/top/works_p01.jpg); }
div#WorksBtn ul li#WBtn02 { background-image: url(../../img/pc/top/works_p02.jpg); }
div#WorksBtn ul li#WBtn03 { background-image: url(../../img/pc/top/works_p03.jpg); }
div#WorksBtn ul li#WBtn04 { background-image: url(../../img/pc/top/works_p04.jpg); }
div#WorksBtn ul li#WBtn05 { background-image: url(../../img/pc/top/works_p05.jpg); }
div#WorksBtn ul li#WBtn06 { background-image: url(../../img/pc/top/works_p06.jpg); }
div#WorksBtn ul li#WBtn07 { background-image: url(../../img/pc/top/works_p07.jpg); }
div#WorksBtn ul li a {
	display: block;
	width: 100%;
	background-color: rgba(0, 31, 150, 0.7);
}
div#WorksBtn ul li:nth-child(2n) a { background-color: rgba(0, 74, 153, 0.7); }
div#WorksBtn ul li:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
div#WorksBtn ul li a:hover {
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
div#WorksBtn ul li a span {
	display: block;
	position: relative;
	max-width: 70vw;
	height: 300px;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
div#WorksBtn ul li#WBtn01 a span { background-image: url(../../img/pc/top/works_t01.png); }
div#WorksBtn ul li#WBtn02 a span { background-image: url(../../img/pc/top/works_t02.png); }
div#WorksBtn ul li#WBtn03 a span { background-image: url(../../img/pc/top/works_t03.png); }
div#WorksBtn ul li#WBtn04 a span { background-image: url(../../img/pc/top/works_t04.png); }
div#WorksBtn ul li#WBtn05 a span { background-image: url(../../img/pc/top/works_t05.png); }
div#WorksBtn ul li#WBtn06 a span { background-image: url(../../img/pc/top/works_t06.png); }
div#WorksBtn ul li#WBtn07 a span { background-image: url(../../img/pc/top/works_t07.png); }
div#WorksBtn ul li a span:before {
	display: block;
	position: absolute;
	content: "";
	width: 98%;
	height: 5px;
	background-color: #fff;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
div#WorksBtn ul li div * { display: none; }

/*------------News------------------------*/
div#News {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	background-color: #f4f4f4;
}
div#News h2 {
	width: 94%;
	height: 30px;
	margin: 0 auto 20px;
	background-image: url(../../img/pc/top/news_t01.png) , url(../../img/pc/top/news_t02.png);
	background-position: left center , right bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#News div#InNews {
	width: 94%;
	max-height: 200px;
	margin: 0 auto;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
div#News div#InNews iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	background-color: transparent;
}
div#News div#InNews p#link {
	margin-top: 10px;
	text-align: center;
}
div#News div#InNews p#link a {
	font-size: 0.81em;
}

/*------------recruit------------------------------------*/
div#recruit {
	width: 100%;
	max-width: 1400px;
	margin: 60px auto 0;
	padding-bottom: 16px;
	background: url(../../img/parts/shadow.png) repeat-x center bottom;
}
div#InRecBtn {
	background: url(../../img/pc/top/recruit_p.jpg) no-repeat center center;
	background-size: cover;
}
div#recruit a {
	display: block;
	width: 100%;
	height: 320px;
	position: relative;
}
div#recruit:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
div#recruit a:hover {
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
div#recruit a span {
	display: block;
	width: 100%;
	height: 100%;
	margin-left: auto;
	background-color: rgba(255, 82, 69, 0.7);
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../../img/pc/top/recruit_t.png);
	position: absolute;
	bottom: 0;
}
div#recruit a div { display: none; }