@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
	/*
	background: #d7d7d7;
	*/

	-webkit-font-smoothing: antialiased;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
}

#header h1{
	padding-top: 60px;
}

#mainnav a{
	color: #000;
}

#mainImg{
	position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 528px;
}

#mainImg img{
	width: 100%;
	height: auto;
}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/

img{
	max-width: 100%;
	height: auto;
}

section{
	clear:both;
	padding-top: 70px;
}

section h2{
	font-family: 'Pacifico', cursive;
	
	margin: 0 auto 40px;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	background: url(../img/borderBlack.png) repeat-x 0 50%;
	background-size: 1px 1px;
}

section h2 span {
	background: #fff;
	padding: 0 80px;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}


/* SEC02 Gallery
------------------------------------------------------------
#sec02{
	padding: 0 !important;
}

#sec02 header{
	display: none;
}

#gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}

#gallery img{
	width: 100%;
	height: auto;
}
*/

/* sec01 CONCEPT
------------------------------------------------------------*/
#sec01 p{
	margin-bottom: 2em;
}

/* SEC02 SERVICE
------------------------------------------------------------*/
#sec02{
	background: #d7d7d7;
}
#sec02 h2 span {
	background: #d7d7d7;
}
#sec02 img{
	width: 100%;
	margin-bottom: 30px;
}
#sec02 ul{
	margin-left: 1em;
}
#sec02 ul li{
	text-indent: -1em;
	margin-bottom: 1em;
}
#sec02 ul li:before{
	content: "・";
}


/* SEC03 WORKS
------------------------------------------------------------*/
.col3 img{
	display: block;
	margin: 0 auto 5px;
}
.col3{
	margin-left: 1em;
}
.col3 li{
	line-height: 2.0;
	margin-bottom: 30px;
	overflow: hidden;
}

.col3 .img{
	/*
	padding: 80px 50px;
	*/
	margin-bottom: 20px;
	line-height: 0 !important;
	background: #f6f6f6;
}

.col3 a{
	color: #666;
	text-decoration: underline;
}

#sec03_02{
	background: url(../img/03.png) no-repeat center center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 220px 20px;
}

#sec03_02 img{
	width: auto;
}

/* sec04 FAQ
------------------------------------------------------------*/
#sec04 ul{
	margin-left: 1em;
}
#sec04 ul li{
	text-indent: -1.2em;
	margin-bottom: 1.2em;
}
#sec04 ul li:before{
	content: "■";
	margin-right: .2em;
}

/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05{
	background: #d7d7d7;
}
#sec05 h2 span {
	background: #d7d7d7;
}
#sec05 p{
	margin-bottom: 1em;
}

.col2 li{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}


/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 50px 25px;
		font-size: 15px;
	}
	section h2{
		width: 60%;
	}
	
	
	/* SEC03 PROJECT
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 50px;
		
		vertical-align: top;
		text-align: left;
	}
	

}


@media only screen and (min-width: 800px){
	.col2 li{
		width: 50%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 45%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 70px;
	}
	.col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		margin-bottom: 20px;
		border:1px solid #d7d7d7;
	}
	#sec03_02{
		padding: 50px 20px;
	}

}

@media only screen and (max-width: 799px){
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 70px;
		background: #d7d7d7;
		border-bottom: 1px solid #ccc;
	}
	
	#header h1{
		padding-top: 10px;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 45px;
		width: auto !important;
	}

	#mainImg{
		height: 250px;
	}
	#mainImg img{
		object-fit: cover;
		height: 250px;
		width: 100%;
		left: 0;
		margin-left: 0;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainImg{
		padding-top: 60px;
		z-index: -100;
	}
	.col3 li{
		margin: 50px auto 0 auto;
		display: block;
	}
	section{
		padding-top: 50px;
	}
	section h2{
		margin: 0 auto 20px;
	}
	section h2 span {
		padding: 0 30px;
	}
	.col2 li{
		width: 100%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 100%;
		padding-right: 4%;
	}
}

/* contact */
#contact *{
	box-sizing: border-box;
}
#contact dt {
	background-color: #217ad5;
	color: #fff;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100px;
	height: 50px;
  }
  #contact dd {
	border: 1px solid #ddd;
	margin-bottom: 30px;
  }
  #contact dd input, #contact dd textarea {
	border: none;
	width: 100%;
	font-size: 18px;
  }
  #contact dd input {
	height: 48px;
	padding: 0 .5em;
  }
  #contact dd textarea{
	padding: .5em;
  }
  #contact .submit {
	margin: 50px auto 0;
	text-align: center;
  }
  #contact .submit input {
	border-radius: 0;
	-webkit-appearance: none;
	border: none;
	background-color: #217ad5;
	color: #fff;
	width: 180px;
	height: 50px;
	font-size: 16px;
	letter-spacing: 1em;
	text-indent: 1em;
  }
  @media (max-width: 640px) {
	#contact dl {
	  margin-bottom: 15px;
	}
	#contact textarea {
	  height: 150px;
	}
  }
  @media (min-width: 640px) and (max-width: 800px) {
	#contact dl {
	  margin-bottom: 15px;
	}
	#contact textarea {
	  height: 150px;
	}
  }
  @media (min-width: 800px) {
	#contact dt {
	  width: 100px;
	  height: 50px;
	}
	#contact textarea {
	  height: 100%;
	}
	#contact .submit input {
	  transition: .3s;
	  cursor: pointer;
	}
	#contact .submit input:hover {
	  opacity: .8;
	}
  }

.main_img2{
	padding: 50px 0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.main_img2 img{
	width: 800px;
	max-width: 100%;
	height: auto;
}
@media (max-width: 799px) {
	.main_img2{
		padding: 0;
	}
	.main_img2 img{
  }
}
  