@charset "UTF-8";

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

/*------------Title------------------------------------*/
div#Title {
	min-height: 400px;
	background-image: inherit !important;
	background-position: center center;
	margin-bottom: 0;
}
div#Title h1 {
	position: absolute;
	width: 100%;
	padding: 0 1em;
	line-height: 1.2;
	text-align: center;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.36em;
	font-weight: bolder;
	color: rgba(0, 48, 97, 0.8);
	text-shadow: 
		 4px  4px 5px #ffffff,
		-4px  4px 5px #ffffff,
		 4px -4px 5px #ffffff,
		-4px -4px 5px #ffffff,
		 4px  0px 5px #ffffff,
		 0px  4px 5px #ffffff,
		-4px  0px 5px #ffffff,
		 0px -4px 5px #ffffff;
	top: 65%;
	left: 50%;
	-webkit-transform: translate(-50% , -50%);
	    -ms-transform: translate(-50% , -50%);
	        transform: translate(-50% , -50%);
	z-index: 1;
}
div#Title h1 span {
	display: block;
	margin-top: 0.5em;
	font-size: 1.23rem;
	color: rgba(43, 43, 43, 0.8);
	font-weight: bolder;
}
div#Title p {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 15%;
	left: 50%;
	-webkit-transform: translate(-50% , -50%);
	    -ms-transform: translate(-50% , -50%);
	        transform: translate(-50% , -50%);
	z-index: 1;
}
div#Title p img {
	width: 100px;
	margin: 0 auto;
}

/*------------TopAnima------------------------------------------------------------*/
div#TopAnima {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	z-index: -1;
	overflow: hidden;
}
div#TopAnima div.Anima {
	position: absolute;
	width: 100%;
	height: 100%;
	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/top/anima_p01.jpg); }
div#TopAnima div#Anima02 { background-image: url(../../img/top/anima_p02.jpg); }
div#TopAnima div#Anima03 { background-image: url(../../img/top/anima_p03.jpg); }
div#TopAnima div#Anima04 { background-image: url(../../img/top/anima_p04.jpg); }
div#TopAnima div#Anima05 { background-image: url(../../img/parts/title_bg.jpg); }

/*------------topCopy------------------------------------*/
div#topCopy {
	position: relative;
	padding: 120px 1em 0;
}
div#topCopy h2 {
	line-height: 1.2;
	text-align: center;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.66em;
	font-weight: bolder;
	color: #ffd400;
}
div#topCopy p {
	margin-top: 35px;
	line-height: 1.8;
	text-align: center;
	font-size: 0.93em;
}
div#topCopy p img { width: 80%; }

/*------------Works------------------------------------*/
div#Works {
	position: relative;
	width: 96%;
	margin: 80px auto 0;
}
div#Works h3 {
	padding-bottom: 0.35em;
	border-bottom: 6px solid #eb4a00;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.04em;
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" ,  "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , Garamond , "Times New Roman" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.66em;
	font-weight: bolder;
}
div#Works ul {
	position: relative;
	width: 100%;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
}
div#Works ul li {
	position: relative;
	width: 100%;
}
div#Works ul li:nth-of-type(2n) { margin-top: 40px; }
div#Works ul li div {
	position: relative;
	height: 350px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	transition: all 0.35s ease-out;
}
div#Works ul li#works01 div { background-image: url(../../img/top/works_p01.jpg); }
div#Works ul li#works02 div { background-image: url(../../img/top/works_p02.jpg); }
div#Works ul li:hover div {
	text-decoration: none;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
div#Works ul li img { display: none; }
div#Works ul li a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all 0.35s ease-out;
}
div#Works ul li h4 {
	position: absolute;
	width: 280px;
	padding: 0.55em 0;
	line-height: 1.2;
	text-align: center;
	font-size: 1.73em;
	font-weight: bolder;
	color: #fff;
 bottom: 0;
 left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
div#Works ul li#works01 h4 {
	background-color: rgba(0, 92, 115, 0.8);
	text-shadow: 
		 4px  4px 5px #005c73,
		-4px  4px 5px #005c73,
		 4px -4px 5px #005c73,
		-4px -4px 5px #005c73,
		 4px  0px 5px #005c73,
		 0px  4px 5px #005c73,
		-4px  0px 5px #005c73,
		 0px -4px 5px #005c73;
}
div#Works ul li#works02 h4 {
	background-color: rgba(235, 74, 0, 0.8);
	text-shadow: 
		 4px  4px 5px #eb4a00,
		-4px  4px 5px #eb4a00,
		 4px -4px 5px #eb4a00,
		-4px -4px 5px #eb4a00,
		 4px  0px 5px #eb4a00,
		 0px  4px 5px #eb4a00,
		-4px  0px 5px #eb4a00,
		 0px -4px 5px #eb4a00;
}
div#Works ul li h4 span {
	display: block;
	font-size: 0.86rem;
	font-weight: normal;
	text-shadow: none;
}

/*------------recruit------------------------------------*/
div#recruit {
	position: relative;
	width: 96%;
	margin: 40px auto;
}
div#recruit div#recTxt {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../img/top/recruit_sp_t.png) no-repeat left top;
	background-size: contain;
	top: 0;
	left: 0;
}
div#recruit div#recTxt h3,
div#recruit div#recTxt h3 span,
div#recruit div#recTxt h3 span br,
div#recruit div#recTxt p,
div#recruit h4,
div#recruit h4 span { display: none; }
div#recruit a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all 0.35s ease-out;
}

/*------------News------------------------------------*/
div#News {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;
	background-color: #fff;
}
div#News h3 {
	width: 96%;
	margin: 0 auto 20px;
	padding-bottom: 0.25em;
	border-bottom: 4px solid #d4d5d5;
	text-align: center;
	font-size: 2.06em;
	color: #2a2b2b;
}
div#News div#newsList {
	width: 100%;
	height: 390px;
	margin: 0 auto;
	overflow: auto;
}
div#News div#InNews {
	width: 96%;
	height: 100%;
	margin: 0 auto;
}
div#News div#newsList iframe {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: auto;
}