@charset "UTF-8";

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

/*------------Title------------------------------------*/
div#Title {
	min-height: 500px;
	background-image: inherit !important;
	background-position: center center;
	margin-bottom: 0;
}
.banner-area {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 100;
}
@media screen and (max-width: 1400px){
	.banner-area {
		top: 100px;
		transform: translateY(0);
	}
}
.banner-area a {
	display: flex;
	align-items: center;
	justify-content: center;
	writing-mode: vertical-rl;
	text-orientation: upright;
	width: 70px;
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	margin-right: -5px;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 1px;
	z-index: 100;
	transition: 0.3s;
}
.banner-area a:hover {
	-webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  opacity: 1;

}
.banner-area a.banner-bt {
	height: 170px;
	background: #eb4a00;
}
.banner-area a.bt01 {
	margin-bottom: 20px;
}
div#TopTxt {
	position: absolute;
	width: 750px;
	bottom: 50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	overflow: hidden;
	z-index: 5;
}
div#Title h1 {
	position: absolute;
	width: calc(100% - 200px);
	float: right;
	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: 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;
	bottom: 0;
	right: 0;
}
div#Title h1 span {
	display: block;
	margin-top: 0.5em;
	font-size: 1.33rem;
	color: rgba(43, 43, 43, 0.8);
	font-weight: bolder;
}
div#Title p {
	width: 170px;
}


/*------------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/top/anima_p05.jpg); }
/*------------topCopy------------------------------------*/
div#topCopy {
	position: relative;
	padding-top: 120px;
}
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;
}

/*------------Works------------------------------------*/
div#Works {
	position: relative;
	width: 100%;
	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%;
	max-width: 1400px;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
}
div#Works ul li {
	position: relative;
	width: 50%;
	float: left;
}
div#Works ul li div {
	position: relative;
	overflow: hidden;
}
div#Works ul li img {
	max-width: 100%;
	vertical-align: top;
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
div#Works ul li:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
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: 100%;
	max-width: 1400px;
	margin: 25px auto;
}
div#recruit div#recTxt {
	position: absolute;
	width: 750px;
	height: 100%;
	background: url(../../img/top/recruit_bg.png) no-repeat left top;
	top: 0;
	left: 0;
}
div#recruit div#recTxt h3 {
	width: 530px;
	height: 166px;
	margin: 45px auto 0;
	padding: 0;
	border: 0 none;
	background: url(../../img/top/recruit_t.png) no-repeat left top;
	overflow: hidden;
}
div#recruit div#recTxt h3 span,
div#recruit div#recTxt p { display: none; }
div#recruit div#BigImg {
	position: relative;
	overflow: hidden;
}
div#recruit div#BigImg img {
	max-width: 100%;
	vertical-align: top;
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
div#recruit:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
div#recruit a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all 0.35s ease-out;
}
div#recruit h4 {
	position: absolute;
	width: 280px;
	padding: 0.55em 0;
	line-height: 1.2;
	text-align: center;
	font-size: 1.73em;
	font-weight: bolder;
	color: #457800;
 bottom: 0;
 left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	background-color: rgba(255, 255, 255, 0.8);
	text-shadow: 
		 4px  4px 5px #fff,
		-4px  4px 5px #fff,
		 4px -4px 5px #fff,
		-4px -4px 5px #fff,
		 4px  0px 5px #fff,
		 0px  4px 5px #fff,
		-4px  0px 5px #fff,
		 0px -4px 5px #fff;
}
div#recruit h4 span {
	display: block;
	font-size: 0.86rem;
	font-weight: normal;
	text-shadow: none;
}

/*------------News------------------------------------*/
div#News {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;
	background-color: #fff;
}
div#News h3 {
	width: 980px;
	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: 980px;
	height: 100%;
	margin: 0 auto;
}
div#News div#newsList iframe {
	width: 980px;
	height: 100%;
	margin: 0 auto;
	overflow: auto;
}