<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

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

/*------------Title------------------------------------*/
div#Title { min-height: 500px; }
div#Title h2 {
	padding: 0 0.5em;
	font-size: 2em;
}

/*------------TopTxt------------------------------------*/
div#TopTxt { padding: 0 1em; }
div#TopTxt h2 {
	width: 100%;
	line-height: 1.2;
	text-align: center;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "ヒラギノ明朝 Pro W3" , "HiraMinPro-W3" , 'Sawarabi Mincho', Garamond , "Times New Roman" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 1.89em;
	font-weight: bolder;
	color: #00a6ff;
}
div#TopTxt p {
	width: 98%;
	margin: 20px auto 0;
	text-align: center;
}

/*------------Works------------------------------------*/
div#Works {
	position: relative;
	width: 96%;
	margin: 80px auto 0;
}
div#Works h2 {
	position: relative;
	width: 90%;
	margin: 0 auto 15px;
	padding-bottom: 0.25em;
	border-bottom: 4px solid #d4d5d5;
	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.4em;
	font-weight: bolder;
}
div#Works div#InWorks {
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}
div#Works div#InWorks ul {
	position: relative;
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div#Works div#InWorks ul li {
	position: relative;
	width: 100%;
}
div#Works div#InWorks ul li + li { margin-top: 30px; }
div#Works div#InWorks a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all 0.35s ease-out;
}
div#Works div#InWorks div {
	position: relative;
	height: 350px;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	transition: all 0.35s ease-out;
}
div#Works div#InWorks ul li#works01 div { background-image: url(../../img/top/works_p01.jpg); }
div#Works div#InWorks ul li#works02 div { background-image: url(../../img/top/works_p02.jpg); }
div#Works div#InWorks div:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
div#Works div#InWorks div img { display: none; }
div#Works div#InWorks em {
	position: absolute;
	display: block;
	width: 44px;
	height: 64px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50% , -50%);
	    -ms-transform: translate(-50% , -50%);
	        transform: translate(-50% , -50%);
}
div#Works div#InWorks ul li#works01 em { background-image: url(../../img/top/works_a01.png); }
div#Works div#InWorks ul li#works02 em { background-image: url(../../img/top/works_a02.png); }
div#Works div#InWorks h3 {
	position: absolute;
	display: block;
	width: 100%;
	height: 80px;
	padding-top: 25px;
	background-position: center top;
	background-repeat: no-repeat;
	line-height: 1.2;
	text-align: center;
	z-index: 1;
	left: 0;
	bottom: 0;
	font-size: 1.73em;
	font-weight: bold;
	color: #fff;
}
div#Works div#InWorks ul li#works01 h3 {
	background-image: url(../../img/top/works_bg01.png);
  text-shadow    : 
       3px  3px 3px #004fc2,
      -3px  3px 3px #004fc2,
       3px -3px 3px #004fc2,
      -3px -3px 3px #004fc2,
       3px  0px 3px #004fc2,
       0px  3px 3px #004fc2,
      -3px  0px 3px #004fc2,
       0px -3px 3px #004fc2;
}
div#Works div#InWorks ul li#works02 h3 {
	background-image: url(../../img/top/works_bg02.png);
  text-shadow    : 
       3px  3px 3px #00a6ff,
      -3px  3px 3px #00a6ff,
       3px -3px 3px #00a6ff,
      -3px -3px 3px #00a6ff,
       3px  0px 3px #00a6ff,
       0px  3px 3px #00a6ff,
      -3px  0px 3px #00a6ff,
       0px -3px 3px #00a6ff;
}

/*------------Recruit------------------------------------*/
div#Recruit {
	position: relative;
	width: 96%;
	margin: 100px auto;
}
div#Recruit a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all 0.35s ease-out;
}
div#Recruit div {
	position: relative;
	height: 200px;
	background-image: url(../../img/top/recruit_p.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	transition: all 0.35s ease-out;
}
div#Recruit div img { display: none; }
div#Recruit h2 {
	position: absolute;
	display: block;
	width: 70%;
	z-index: 1;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
div#Recruit h2 em {
	display: block;
	width: 100%;
	padding-top: 27.50642673521851%;
	background-image: url(../../img/top/recruit_t.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#Recruit h2 span { display: none; }

/*------------News------------------------------------*/
div#News {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
div#News h3 {
	position: relative;
	width: 92%;
	margin: 0 auto 20px;
	padding-bottom: 0.25em;
	border-bottom: 4px solid #d4d5d5;
	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.4em;
	font-weight: bold;
	color: #ff6900;
}
div#News div#newsList {
	width: 92%;
	height: 240px;
	margin: 0 auto;
}
div#News div#newsList iframe {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: auto;
}</pre></body></html>