@charset "utf-8";

/* resetcss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
input, textarea{margin: 0; padding: 0;}
ol, ul{list-style:none;}
/*table{border-collapse: collapse; border-spacing:0;}*/

caption, th{text-align: left;}
a:focus {outline:none;}

/* micro clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {clear: both;}
.cf {*zoom: 1;}


/*///////////////////////////////*/
/*///////////////////////////////*/
body{
	font-family: "メイリオ",Meiryo,sans-serif;
	letter-spacing: 5px;
}

a{
	color: black;
	text-decoration: none;
	font-size: 14px;
}

h2{
	font-size: 20px;
	margin: 10px 0;
}

h3{
	font-size: 14px;
	font-weight: bold;
}
/*///////////////////////////////
///////////////////////////////*/
#pageup-img{
	width: 30px;
	padding: 10px;
	position: fixed;
	right: 20px;
	bottom: 30px;
	background-color: rgba(255,255,255,0.5);
	transition: opacity 0.2s ease;
	cursor: pointer;
}
#pageup-img:hover{
	opacity: 0.5;
}
/*///////////////////////////////
///////////////////////////////*/
header{
	padding-top: 1px;
}
#header-wra{
	width: 100%;
	background-color: #fffeff;
	border-bottom: 2px solid #eee;
	position: fixed;
	z-index: 100;
	padding: 25px 0;
	transition: padding 0.2s ease;
}

#h-logo{
	float: left;
	margin-left: 60px;
	margin-top: 3px;
}
#h-logo img{
	width: 200px;
}

#g-nav{
	box-sizing: border-box;
	text-align: right;
}
#g-nav li{
	display: inline-block;
	padding: 0 50px;
}

#g-nav li a{
	padding-bottom: 3px;
	display: block;
	transition: color 0.3s ease;
}
#g-nav li a:hover{
	color: #00ced1;
}
#g-nav li a:after{
	content: '';
	width: 0;
	border-bottom: 3px solid #00ced1;
	display: block;
	transition: all 0.3s ease;
}
#g-nav li a:hover:after{
	width: 100%;
	border-bottom: 3px solid #00ced1;
}
/*///////////////////////////////
///////////////////////////////*/
.slider img{
	width: 100%;
	height: 700px;
}

.slider{
	opacity: 1;
	transition: opacity 1s ease;
}
.slider:hover{
	opacity: 0.7;
}

/*///////////////////////////////
///////////////////////////////*/
#contents{

}

#news-wra,#work-wra{
	width: 100%;
	margin: 30px 0;
}

#news,#work{
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}

/*///////////////////////////////
///////////////////////////////*/
#news ul li{
	margin: 5px 0;
}
/*///////////////////////////////
///////////////////////////////*/
#work-wra{
	background-color: #eee;
}

#work-appli-ul,#work-hp-ul{
	text-align: center;
}
#work-appli-ul li:hover,#work-hp-ul li:hover{
	animation:  pulse 1s ease 0s 1 normal;
}


#work-appli-ul li{
	display: inline-block;
	width: 170px;
	margin: 3px;
	text-align: center;
	/*vertical-align: top;*/
	cursor: pointer;
	position: relative;
}

#work-appli-ul li img{
	width: 170px;
	height: 170px;
	border: 2px solid white;
	transition: opacity 0.3s ease;
}
#work-appli-ul li img:hover{
	opacity: 0.2;
}

.work-appli-ul-title{
	position: absolute;
	top: 75px;
	left: 0;
	right: 0;
	font-size: 12px;
	font-weight: bold;
	color: #555;
	display: none;
}



#work-hp-ul li{
	display: inline-block;
	width: 32%;
	margin: 0 auto;
	text-align: center;
}


#work-hp-ul li img{
	width: 80%;
	transition: all 0.5s ease;
	border: 5px solid white;
}
#work-hp-ul li img:hover{
	opacity: 0.5;
}
/*///////////////////////////////
///////////////////////////////*/
hr{
	margin: 50px;
	border: none;
}
/*///////////////////////////////
///////////////////////////////*/
footer {
	width: 100%;
	height: auto;
	text-align: center;
	padding: 20px 0;
	margin-top: 20px;
	font-size: 10px;
	color: #555;
}
/*///////////////////////////////
about///////////////////////////////*/
#about-contents{
	max-width: 1200px;
	margin: 150px auto 0 auto;
	text-align: center;
}

#about-h2{
	font-size: 30px;
}

#about-form{
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#about-form th{
	width: 200px;
	padding: 15px 10px 10px 10px;
}
#about-form td{
	width: 570px;
}

#about-form th,#about-form td{
	border-top: 1px solid #eee;
}

#about-img-td{
	position: relative;
	padding-bottom: 80px;
}
#about-img{
	position: absolute;
	top: 20px
}
/*///////////////////////////////
///////////////////////////////*/
#sp-menu-img{
	display: none;
	width: 70px;
	position: absolute;
	top: 0px;
	right: 10px;
	cursor: pointer;
}
#g-nav-sp{
	width: 100%;
	float: left;
	cursor: pointer;
	margin-top: 10px;
	display: none;
}
#g-nav-sp li{
}
#g-nav-sp li:hover{
	background: #00ced1;
}
#g-nav-sp li a{
	display: block;
	padding: 15px;
}
/*///////////////////////////////
///////////////////////////////*/

@media screen and ( max-width:860px ){
	#h-logo{
		margin-left: 10px;
	}
	#h-logo img{
		width: 150px;
	}
	#g-nav li{
		display: inline-block;
		padding: 0 20px;
	}
}

@media screen and ( max-width:750px ){
	#g-nav{
		display: none;
	}
	#sp-menu-img{
		display: inline-block;
	}

	.slider img{
		height: 400px;
	}

	#news ul li{
		font-size: 3vw;
	}

	.work-appli-ul-title{
		display: inline-block;
	}
	#work-appli-ul li:nth-child(n+7){
		display: none;
	}
	#work-hp-ul li{
		width: 170px;
		margin: 3px;
		vertical-align: top;
	}
	#work-hp-ul li img{
		width: 170px;
	}

	#about-contents{
		width: 100%;
	}
	#about-form{
		width: 90%;
	}
}

/*///////////////////////////////
///////////////////////////////*/
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

