/* =============================================
 *
 *   FIXED RESPONSIVE NAV
 *
 * ============================================= */

body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
}

a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 64em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}


/* ------------------------------------------
  STYLES
--------------------------------------------- */

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #494949;
  font: normal 100%/1.4 sans-serif;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

section {
}

p {
  margin: 0 auto;
}
img {
    max-width: 100%;
}
a {
    color: #37302a;
    text-decoration: none;
}
a:hover {
    color: #37302a;
    text-decoration: underline;
}
a:hover img{
 filter: alpha(opacity=80); 
 opacity:0.8;
 background: #fff;
 }
hr{
	clear: both;
	visibility:hidden;
	height:0;
	margin:0;
	border:none;
}
header a:hover img{
	filter: alpha(opacity=100);  
	opacity:1;  
 }  
footer {
    margin-top: 0;
    padding: 65px 10px 135px;
    color: #fff;
    background-color:#8EB2C2;
	text-align:center;
	font-size:14px;
	letter-spacing:0.08em;
}
#copyright{
	padding: 25px 10px 0;
}


/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {
  background: #fff;
  position: fixed;
  z-index: 3;
  width: 100%;;
  left: 0;
  top:0;
  
  padding-top:15px;
  padding-bottom:5px;
}
.header-inner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.logo {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  float: left;
}
@media screen and (max-width: 979px) {
	header {
	/*padding-top:0;
	padding-bottom:0;*/
	}
}


/* ------ Font ------ */

/* 太字フォントを指定 */
b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
/* ------ Column ------ */

/* 各カラムを横並びにし、左マージンを設定 */
.col {
	float: left;
	margin-left: 3.2258064515%;margin-left: 0.2258064515%;
}

/* 左端のカラムの左マージンを削除 */
.col:first-child,
.col.left {margin-left: 0;}

/* カラムの左右を入れ替えるための設定 */
.col.right {
	float: right;
	margin-left: 3.2258064515%;margin-left: 0.2258064515%;
}

/* 各カラムの幅を％で設定 */
.one-second {width: 48.2%;}.one-second {width: 49.2%;}

/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 64em) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
  margin-top:0;
  font-size:15px;
  margin-bottom:0;
  
  
}

@media screen and (min-width: 64em) {
  .nav-collapse {
    float: right;
    width: auto;
  }
}
.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .nav-collapse li {
    width: auto;
	font-size:15px;
  }
}

.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  background: #fff;
  color: #2e1b19;
  width: 100%;
  float: left;
  padding: 1.4em 2.0em 0.8em;
}
.nav-collapse a.non{
	border-top: none;
	padding: 0 1em;
}
.nav-collapse a:active,
.nav-collapse .active a {
	 background:#E7EFF2;
}
.nav-collapse .active a.non {
	background:none;
	border-bottom:none;
}

@media screen and (min-width: 64em) {
  .nav-collapse a {
    padding: 1.02em 2em;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
	padding: 0.6em 1.6em 0;
  }
  .nav-collapse a:active,
.nav-collapse .active a {
  background: #A9DDEB;background: #fff;
  background:no-repeat url(../../images/navBtn_bg.png) center top;
}
.nav-collapse .active a.non {
	background:none;
	border-bottom:none;
}
}
.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 64em) {
  .nav-collapse ul ul a {
    display: none;
  }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;width: 30px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #000; /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0; top:  -10px;
}

.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}


/*背景色-------------------------*/

.bg_top{
  background:#8EB2C2 url(../../images/bl01_bg.jpg) no-repeat center 0px;
  background-size: cover;
  
  position:relative;
  
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
  min-height:780px;
  
  /*background-attachment: fixed;*/
  
}
.bg_top::before {
  content: '';
  display: block;
}

.bg_blue{
	background:#8EB2C2;
	background-size: cover;
}
.bg_blue::before {
  content: '';
  display: block;
}
.bg_gray{
	background:#E6E6E6;
	background-size: cover;
}
.bg_gray::before {
  content: '';
  display: block;
}
.bg_white{
	background:#fff;
	background-size: cover;
}
.bg_white::before {
  content: '';
  display: block;
}

/*トップ--------------------*/
.bg_top h2{
	text-align:center;
	padding-top:140px;
}
.bg_top h2 img{
	width:80%;
	max-width:550px;
	height:auto;
}

/*ご挨拶--------------------*/
#greeting{
	margin-top:-220px;
	padding-top:220px;
}
.greet_pre_page{
	max-width:800px;max-width:520px;
	margin:0 auto;
	padding:0 40px;
}
.greet{
	min-height:450px;/*min-height:700px;*/
	margin:0 auto;
	position:relative;
	max-width:1180px;
}
	
.greet_page{
	max-width:800px;max-width:520px;
	margin:0 auto;
	padding:50px 140px 85px;
	background-color: rgba(255, 255, 255, 0.8);
	
	position:absolute;
	/*bottom:60px;*/	top:-180px;
	left:16%;
	right:16%;
}
.greet_page .h2_line{
	text-align:center;
	border-top:#494949 solid 1px;
	width:40px;
	padding-bottom:6px;
}
.greet_page h2{
	text-align:center;
	font-weight:normal;
	font-size:17px;
	letter-spacing:0.18em;
	padding-bottom:30px;
}
.greet_page .com{
	line-height:1.8;
	font-size:14px;
}
.greet_page .com p{
	padding-bottom:30px;
}
.greet_page .com p.right{
	padding-bottom:0;
	text-align:right;
}

@media screen and (max-width: 979px) {
	.greet_page{
	max-width:800px;max-width:520px;
	margin:0 auto;
	padding:50px 50px 85px;
	background-color: rgba(255, 255, 255, 0.6);
	
	position:absolute;
	bottom:60px;
	left:10%;
	right:10%;
	
}
}
@media screen and (max-width: 639px) {
	#greeting{
	margin-top:-320px;
	padding-top:320px;
}

	.greet_page{
	padding:50px 20px 85px;
	
	bottom:60px;bottom:10px;
	left:5%;
	right:5%;
	
	top:-190px;top:-290px;
	
}
.greet_page .com p.right{
	/*padding-bottom:30px;*/
	/*margin-bottom:-20px;*/
}
}

/*会社概要--------------------*/
#company{
	color:#FFF;
	margin:0 auto;
}
.company_com{
	padding: 80px 0;
}
#company .h2_line{
	text-align:center;
	border-top:#FFF solid 1px;
	width:40px;
	padding-bottom:6px;
}
#company h2{
	text-align:center;
	font-weight:normal;
	font-size:17px;
	letter-spacing:0.18em;
}
#company .com{
	max-width:540px;
	padding:50px 20px 0;
	margin:0 auto;
	line-height:2.2;
	font-size:15px;
}


/*業務内容--------------------*/
#business h2{
	text-align:center;
	padding-top:40px;
	padding:40px 40px 0;
}
#business h2 img{
	width:80%;
	max-width:393px;
	height:auto;
}
#business p{
	text-align:center;
	font-size:20px;
	padding:0 20px 40px;
}
@media screen and (max-width: 639px) {
	#business p{
	font-size:17px;
	padding:0 20px 20px;
}
}

.service_fig{
	max-width:970px;
	margin:0 auto;
	padding-bottom:50px;
}
@media screen and (max-width: 639px) {
	.service_fig{
	padding-bottom:0;
}
}
.block01{
	font-size: 13px;
	padding:0 6px;
	margin:0;
		
	display:block;
}
.block01 p{
	text-align:center;
}
.block01::before {
  content: '';
  display: block;
}


#since h2{
	text-align:center;
	padding:0 40px;
	margin:0;
	line-height:1;
}
#since h2 img{
	width:80%;
	max-width:522px;
	height:auto;
}
#since p{
	text-align:center;
	font-size:20px;
	padding:0 20px 0;
}
@media screen and (max-width: 639px) {
	#since p{
	font-size:17px;
}
}
.since_fig{
	max-width:1310px;
	margin:0 auto;
}
/*お問合せ--------------------*/
.contact_form{
	max-width:1000px;
	margin:0 auto;
	padding-bottom:70px;
	background: #F3F3F3;
	margin-bottom:60px;
}
.contact_form h2{
	font-size:26px;
	text-align:center;
	font-weight:normal;
	margin-top:60px;
	padding:60px 20px 0;
}
.contact_form .f_line{
	border-top:#494949 solid 1px;
	padding:0 20px 60px;
	max-width:550px;
	text-align:center;
}



.pcnon{
		display:none;
	}
.spnon{
		display:block;
	}

@media screen and (max-width: 790px) {

}

/*-----------------------------------------------------	*/
/*	for 640px - 979px				*/
/*-----------------------------------------------------	*/

@media screen and (min-width: 640px) and (max-width: 979px) {


}

/*-----------------------------------------------------	*/
/*	for - 639px					*/
/*-----------------------------------------------------	*/

@media screen and (max-width: 639px) {

	/* ------ Column ------ */

	/* 各カラムの横並びを解除し、縦１列に並べる */
	.col,
	.col.left,
	.col.right {
		float: none;
		width: auto;
		margin-left: 0;
	}
	
	.nav-collapse,
	.nav-collapse ul {
 	 margin-top:0;
 	 font-size:100%;
	}

	a:hover {
    text-decoration: none;
	}

	.spnon{
		display:none;
	}
	.pcnon{
		display:block;
	}
}

@media screen and (min-width: 640px) {

	
}


/* 各ブラウザに対応したWebフォントを指定 */
@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.img_r{
	float:right;
	padding:0 0 5px 10px;
	text-align:center;
}
.img_r img:last-child{
	clear:both;
}
.clear{
	clear:both;
}
@media screen and (min-width: 980px) and (max-width: 1199px) {
	
}
@media screen and (max-width: 979px) {
	.nav-collapse,
	.nav-collapse ul {
 	 margin-top:0;
 	 font-size:100%;
	}
	
}
.center{
	text-align:center;
}

