@charset "utf-8";
/* CSS Document */

/* Reset */

	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, 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-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
	line-height: 1;
	-webkit-text-size-adjust: none;
	color:#666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	line-height: 2em;
	text-decoration: blink;
	margin: auto;
	padding: 0px;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	
	
h1,h2,h3,h4 {
	margin: 0px;
	padding: 0px;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: 0.225em;
	text-transform: none;
	}

a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #069;
	text-decoration: underline;
}
.bg_gray {
	background-color: #E3E3E3;
}

header {
	padding: 0px;
	height: 120px;
	width: 100%;
	clear: both;
	background-color: rgba(249,249,249,0.7);
	position: fixed;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	z-index: 1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	}


/* ハンバーガーメニューボタン */
#navToggle {
	display:none; /*通常時は非表示にしておきます*/
	position:absolute; /*bodyに対しての絶対位置指定です*/
	right:15px;
	top:30px;
	width:30px;
	height:30px;
	cursor:pointer
}
#navToggle div {position:relative} /*spanの絶対位置指定の親にします*/
#navToggle span {
    display:block;
    position:absolute; /*#navToggle div に対して*/
    width:100%;
    border-bottom:solid 3px #999;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out}
#navToggle span:nth-child(1) {top:0}
#navToggle span:nth-child(2) {top:11px}
#navToggle span:nth-child(3) {top:22px}




/*header menu*/
#header_inner {
	width: 980px;
	clear: both;
	margin: auto;
	padding: 0px;
	height: auto;
}

.head_left{
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
}

.head_right{
	float: right;
	padding-top: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
}



/*
#header_inner h1 {
    display:table-cell;
	text-align:left;
	}

nav {
	display:table-cell;
	text-align:right;
	vertical-align:middle;
	}
*/

#header_inner h1 a img {
	width: 490px;

}
#header_inner ul {
	margin:0 10px 10px 0;
	}
#header_inner ul li {
    margin-left:3px;
    display:inline-block;
	}
#header_inner ul li::after {content:' |'}
#header_inner ul li:last-child::after {content:''}
#header_inner ul li a {
	color:#333
}
#header_inner ul li a:hover {
	color:#069
}


@media(max-width:767px){
	
	body {
	font-size:95%;
	}
	
	
	header {
	height: auto;
	}
	
	#header_inner {
	width:100%;
	position:fixed;
	background-color:rgba(249,249,249,0.7);
	}
	
	#header_inner h1 a img {
	max-width: 80%;
	}
.work_culum img {
	width: 100%;
}

	
#header_inner nav {
	position:absolute;
	right:0;
	top:-290px;
	width:60%;
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	-o-transition:.5s ease-in-out;
	transition:.5s ease-in-out;
	text-align:left;
	background-color: rgba(0,0,51,0.7);
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#header_inner ul {
	margin:0
	}
#header_inner ul li {
	display:block;
	margin:0;
	border-bottom:dotted 1px #fff;
	line-height:3;
	}
#header_inner ul li a {
	display:block;
	color: #FFF;
}
#header_inner ul li::after {content:''}
#header_inner ul li:last-child {border-bottom:none}
/* Toggle(Button) */
#navToggle {
	display: block;
	}
/* Click Toggle(Button) */
.openNav #navToggle span:nth-child(1) {
	top: 11px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg)}
.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
	top: 11px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg)}
/*header menu*/
.openNav nav {
	-moz-transform: translateY(372px);
	-webkit-transform: translateY(372px);
	transform: translateY(372px)}
}


#about {
	text-align: center;
	width: 100%;
	clear: both;
	color: #FFF;
	background-color: rgba(0,51,51,0.7);
	padding-top: 200px;
	padding-bottom: 150px;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	background-image: url(../images/bg_01.jpg);
	margin-right: auto;
	margin-left: auto;
	background-position: center center;
	background-attachment: fixed;
}
#about h2 {
	font-size: 200%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 55px;
	margin-left: auto;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 450px;
		
}



@media(max-width:767px){
	
	#about {
	text-align: center;
	width: 100%;
	clear: both;
	color: #FFF;
	background-color: rgba(0,51,51,0.7);
	padding-top: 150px;
	padding-bottom: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	background-image: url(../images/bg_01.jpg);
	margin-right: auto;
	margin-left: auto;
	background-position: center center;
	background-attachment: fixed;
}
	#about h2 {
	font-size: 150%;
	width: 300px;
	}
	#about p {
	width: 92%;
	padding-right: 4%;
	padding-left: 4%;
	text-align: left;
	}

}



#service {
	text-align: center;
	margin: auto;
	background-color: #004993;
	color: #FFF;
	padding-top: 60px;
	padding-bottom: 30px;
	width: 100%;
	clear: both;
	height: auto;
}
#service h3 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 40px;
}
.mintyo {
	font-family: "MS PMincho", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Hiragino Mincho Pro", serif;
	font-size: 150%;
	font-weight: bold;
	line-height: 2em;
}

#service p {
	margin-bottom: 60px;
	margin-top: 0px;
}
#service ul {
	margin: 0px;
	padding: 0px;
}
#service ul li {
	list-style-type: circle;
	font-size: 120%;
	margin-bottom: 15px;
	list-style-position: inside;
}
.service_culum {
	clear: both;
	width: 980px;
	height: 371px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
.service_01 {
	float: left;
	width: 280px;
	height: 371px;
	margin-right: 35px;
	margin-left: 35px;
}

.service_02 {
	float: left;
	width: 280px;
	height: 371px;
	margin-right: 35px;
}
.service_03 {
	float: right;
	width: 280px;
	height: 371px;
	margin-right: 35px;
}


@media(max-width:767px){
	
	#service {
		width: 92%;
		padding-right: 4%;
		padding-left: 4%;
		}
	#service p {
	text-align: left;
	}
	.service_culum {
	clear: both;
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	}
	
	.service_01 {
	float: none;
	width: 280px;
	height: 371px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.service_02 {
	float: none;
	width: 280px;
	height: 371px;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.service_03 {
	float: none;
	width: 280px;
	height: 371px;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

}

#works {
	margin: auto;
	clear: both;
	width: 980px;
	padding-top: 60px;
	text-align: center;
	background-color: #FFF;
	padding-bottom: 30px;
}
#works h3 {
	font-size: 150%;
	font-weight: bold;
	color: #000;
	margin-bottom: 40px;
}
#works p {
	margin-bottom: 60px;
}
.work_culum {
	clear: both;
	height: auto;
	width: 100%;
	margin-bottom: 20px;
}
.work_culum img {
	width: 100%;
	margin-bottom: 50px;
}

.work_culum button {
	width: 300px;
	height: 50px;
	background-color: #E3E3E3;
	color: #333;
}

.work_left {
	float: left;
	height: auto;
	width: 50%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.work_culum h3 {
	padding-right: 4%;
	padding-left: 4%;
	text-align: left;
	line-height: 2em;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.work_culum p {
	padding-right: 4%;
	padding-left: 4%;
	text-align: left;
}
.work_right {
	float: right;
	width: 50%;
	padding-top: 15px;
	padding-bottom: 15px;
	height: auto;
}


@media(max-width:767px){
	#works {
	width: 100%;		
	}
#works p {
	margin-bottom: 60px;
	text-align: left;
	height: auto;
	width: 92%;
	padding-right: 4%;
	padding-left: 4%;
}

	.work_left {
	width: 100%;	
	float: none;
	height: auto;
	}
	.work_right {
	width: 100%;
	float: none;
	height: auto;
	}
}

footer {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #FDFDFD;
}
