@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
body {
  background: #fff;
  color: #444;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",'Noto Sans JP', sans-serif, "Segeo UI", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
font-weight:400;
}

a {
  color: #007bff;
  color: #0e92d4;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",'Noto Sans JP', sans-serif, "Segeo UI", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

/* Back to top button
--------------------------------*/

.back-to-top {
  position: fixed;
  background: #007bff;
  background: #04823b;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
  opacity:0.5;
  display: none;

}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* header
--------------------------------------------------------------*/
#header {
  height: 80px;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  background: #fff;
  /*box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);*/
}

#header.header-scrolled,
#header.header-pages {
  height: 60px;
  padding: 10px 0;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}
#header .logo img {
  padding-left: 0;
  margin: -12px 0;
 /*max-height: 26px;*/
}

#header .page {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  z-index: 1;
  padding: 20px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  border-bottom:4px solid #049b47;
}


.main-pages {
  margin-top: 60px;
}

/* main-nav
--------------------------------------------------------------*/
.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;

}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #666;

  padding: 10px 0px 10px 30px;
  transition: 0.3s;
  font-size: 1.0em;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #007bff;
  color: #04823b;
  text-decoration: none;
  /*font-weight: 600;*/

}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: #004289;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #007bff;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* mobile navigation
--------------------------------*/
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(19, 39, 57, 0.8);
  background: rgba(0, 0, 0, 0.8);
 transition: 0.4s;
 font-size:14px;
letter-spacing:2px;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #3eb140;

  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #004289;
  color: #3eb140;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
   background: rgba(77, 77, 77, 0.5);
 overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/* intro section
--------------------------------*/

.jumbotron {
  /*background-image: url("../images/book-2160539_1920.png");*/
  background-size: cover;
  background-position: center;
  padding: 140px 0 5px 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;

  -webkit-filter: hue-rotate(30deg);
     -moz-filter: hue-rotate(30deg);
     -o-filter: hue-rotate(30deg);
     -ms-filter: hue-rotate(30deg) ;
     filter: hue-rotate(30deg);
}
.jumbotron h1{
  letter-spacing: 5px;
  color:#473c00;
  font-weight: 600;
  padding-left: 15px;
}
.jumbotron .lead{
  letter-spacing: 5px;
  padding-bottom:15px;
  color:#2f2800;
  padding-left: 15px;
}
#intro {
  width: 100%;
  position: relative;
  background: url("../images/binding56293309c.jpg") center bottom no-repeat;
  background-size: cover;
  padding: 160px 0 80px 0;
}

#intro .intro-info {
  width: 50%;
  float: right;
}

#intro .intro-info h2 {
  color: #666;
  margin-bottom: 0px;
  font-size: 32px;
  font-weight: 700;
  line-height: 60px;
}

#intro .intro-info h2 span {
  color: #04823b;
  text-decoration: none;
}

/* pageintro section
--------------------------------*/
 #pageintro{
	width: 100%;
	padding:0;
	margin-top:100px;
}
#pageintro .section-header {
  width: 100%;
  padding-top: 60px;
}

#pageintro .section-header{
  margin-bottom:50px;
}

#pageintro .section-header h3{
  font-size: 20px;
  font-weight: 600;
  padding-top: 60px;
  text-align:center;
  line-height: 0px;
  color:#666;
  letter-spacing: 3px;
}

#pageintro .section-header p{
  font-size: 0.85em;
  text-align:center;
  border-top:1px solid #999;
  line-height: 36px;
  color:#56ac4d;
  letter-spacing: 5px;
  font-weight: 600;
}

#pageintro .intro-info h2 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 32px;
  font-weight: 700;
  line-height: 60px;
}

#pageintro .intro-info h2 span {
  color: #04823b;
  text-decoration: none;
}
@media (max-width: 767px) {
	#pageintro{
		margin-top:60px;
	}
}
/* slide section
--------------------------------*/
#slide {
  background: #fff;
  margin-top:10px;
  margin-bottom:50px;
}

/* services section
--------------------------------*/
#services {
  background: #fff;
  list-style: none;
  overflow: hidden;
  padding-top:40px;
  padding-bottom:10px;
}
 
#services .section-contents {
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 300;
line-height:32px;
}

#services li {
	width: 180px;
	text-align: center;
	background-color: #3eb140;
	float: left;
	border-radius: 30px 30px;
	color: #fff;
	padding:10px;
	letter-spacing:3px;
	font-weight: 300;
}
 
#services li a {
	text-decoration: none;
	color: #fff;
}
#services li:hover {
	text-decoration: none;
	background-color: #9ed89f;
}
#services .service-button{
	float:right;
}
@media (max-width: 767px) {
	#services {
		padding-top:20px;
		padding-bottom:30px;
	}
	#services .section-contents {
		font-size: 16px;
		letter-spacing: 2px;
		padding:30px 0 10px;
		font-weight: 300;
		line-height:32px;
	}
	#services li a {
		text-decoration: none;
		color: #fff;
	}
	#services .service-button{
		margin-left:0px;
		margin-right:0px;
		font-size: 10px;
	}
	#services li {
		width: 120px;
		text-align: center;
		background-color: #3eb140;
		border-radius: 30px 30px;
		color: #fff;
		padding:10px 1px;
		letter-spacing:0px;
		font-weight: 300;
	}
}


.button-gr {
	width: 300px;
	text-align: center;
	background-color: #3eb140;
	border-radius: 30px 30px;
	color: #fff;
	padding:20px;
	letter-spacing:1px;
	font-weight: 300;
}
 
.button-gr a {
	text-decoration: none;
	color: #fff;
}
.button-gr:hover {
	text-decoration: none;
	background-color: #9ed89f;
}
.button-gr{
}
@media (max-width: 767px) {
	.button-gr {
		width: 90%;
		/*text-align: center;
		background-color: #3eb140;
		border-radius: 30px 30px;
		color: #fff;
		padding:10px;
		letter-spacing:0px;
		font-weight: 300;
		font-size:13px;*/
		margin:20px 0;
	}
	.button-gr a {
		text-decoration: none;
		color: #fff;
	}
	.button-gr{

	}
}

/* secion heading
--------------------------------*/
.section-heading h2{
  color: #fff;
  font-size: 30px;
  display: inline-block;
  padding: 0 55px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
  letter-spacing: 5px;
  position: relative;
}
.section-heading .small{
  color:#fff;
  font-size:13px;
  font-weight: 300;
  letter-spacing: 1px;
  font-family: 'Josefin Sans', sans-serif;
  margin-bottom:30px;
}
.section-heading h2:before, .section-heading h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #fff;
}
.section-heading h2:before {
  left:0;
}
.section-heading h2:after {
  right: 0;
}
.section-heading h2{
  /*text-shadow: 0 2px 2px #666;*/
}
.section-heading2 h2{
  color: #444;
  font-size: 28px;
  display: inline-block;
  padding: 0 55px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
  letter-spacing: 3px;
  position: relative;
}
.section-heading2 .small{
  color:#444;
  font-size:13px;
  font-weight: 300;
  letter-spacing: 1px;
  font-family: 'Josefin Sans', sans-serif;
  margin-bottom:30px;
}
.section-heading2 h2:before, .section-heading2 h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #444;
}
.section-heading2 h2:before {
  left:0;
}
.section-heading2 h2:after {
  right: 0;
}
.section-heading2 h2{
  /*text-shadow: 0 2px 2px #666;*/
}
@media (max-width: 767px) {

.section-heading h2{
  color: #fff;
  font-size: 22px;
  display: inline-block;
  padding: 0 55px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
  letter-spacing: 3px;
  position: relative;
}
.section-heading2 h2{
  color: #444;
  font-size: 22px;
  display: inline-block;
  padding: 0 55px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 300;
  letter-spacing: 3px;
  position: relative;
}
}
/* business section
--------------------------------*/
#business {
  box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  background: #3eb140;
  padding-top:30px;
  padding-bottom:30px;
}

#business .section-header h3{
  font-size: 24px;
  font-weight: 400;
  text-align:center;
  letter-spacing: 2px;
  color:#eef6ed;
  padding-bottom:15px;
}
#business .box {
  padding: 30px 35px 30px 10px;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  margin: 0 0px 40px 5px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  min-height:230px;
  border-color: #3eb140;
}

#business .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  background-color: #9ed89f;
  /*filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;*/
}

#business .icon {
 position: absolute;
  left: 53px;
  left: 40px;

  z-index: 0;
}
#business .icon img{
	width:50%;
	z-index: 0;
}
#business .icon i {
  font-size: 50px;
  line-height: 1;
  transition: 0.5s;
  color:#3eb140;
 /*filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;*/
  z-index: 0;
  position: relative;

}
#business .box .icon i:before {
 /* background: #000;
  background: linear-gradient(45deg, #939393 0%, #d1d1d1 100%);
  background: linear-gradient(45deg, #04823b 0%, #6bcd5c 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  z-index: 0;
}
#business .box .title {
  margin-left: 35px;
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 1.2em;
  z-index: 1;
  position: relative;
  color:#444;
padding-left:70px;
padding-top:2px;
}
#business .box .subtitle {
  margin-left: 35px;
  font-weight: 700;
  margin-bottom: 0px;
  font-size: 12px;
  color:#444;
  z-index: 1;
  position: relative;
  font-size: 0.9em;
padding-left:70px;
}
#business .box .description {
  font-size: 1.0em;
  margin-left: 28px;
  line-height: 24px;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
  padding-top:12px;
  color:#444;
}

#business .box .business-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #000;
}
#business .box:hover .business-box-caption {
  position: absolute;
  opacity: 1.0;
  top: 35%;
  width: 100%;
  z-index: 5000;
}
#business .box .business-box-caption .btn-white {
  background-color: #3eb140;
  color:#fff;
  opacity: 1;
  z-index: 0;
  padding:15px 20px;
  font-weight: 600;
		border-radius: 30px 30px;
}
#business .box:hover .title,
#business .box:hover .subtitle,
#business .box:hover .description{
  opacity: 0.5;
}
#business .blinking-new{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
    margin-top:-50px;

}
 @-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
#business .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  padding: 0.5em 0.8em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.5rem;
  font-family:monospace;
}
@media (max-width: 574px) {
  #business .badge {
    display: inline-block;
    padding: 0.4em 0.4em;
    font-size: 60%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.5rem;
    font-family:monospace;
  }
  #business .box {
    padding: 30px 35px 30px 10px;
    padding: 15px 10px 10px 10px;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    margin: 0 0px 40px 5px;
    background: #fff;
    transition: all 0.3s ease-in-out;
    min-height:230px;
    border-color: #3eb140;
  }
  #business .icon {
    position: absolute;
     left: 25px;
     z-index: 0;
   }
  #business .icon i {
    font-size: 30px;
    line-height: 2;
    transition: 0.5s;
    color:#3eb140;
    z-index: 0;
    position: relative;
  
  }
  #business .box .title {
    margin-left: 5px;
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 1.0em;
    z-index: 1;
    position: relative;
    color:#444;
  padding-left:55px;
  }
  #business .box .subtitle {
    margin-left: 5px;
    font-weight: 700;
    font-size: 0.8em;
    color:#444;
    z-index: 1;
    position: relative;
    padding-left:55px;
  }
  #business .box .description {
    font-size: 0.9em;
    margin-left: 10px;
    line-height: 24px;
    margin-bottom: 0;
    z-index: 1;
    position: relative;
    padding-top:12px;
    color:#444;
  }
}

/* information section
--------------------------------*/
#information {
	background: #fff;
	padding-top:30px;
	padding-bottom:30px;
}
#information .section-header h3{
	font-size: 24px;
	font-weight: 300;
	text-align:center;
	letter-spacing: 2px;
}
#information li {
	vertical-align:top;
}
#information li p {
	margin-bottom:5px;
}
#information .info-date {
	font-weight:400;
	font-size:1.1em;
	font-family: 'Josefin Sans', sans-serif;
  float:left;

}
#information .info-title{
  font-size: 16px;
	font-weight: 400;
}
#information .info-detail{
  padding-left:30px;
	font-weight: 300;
float:left;
}
#information .info_list {
  margin-bottom: 10px;
  border-top: 1px dashed #04823b;
  width:100%;
  }

#information h6 {
	font-size:1.1em;
	font-weight:400;
}
#information .info-item {
	margin-left:80px;
}
@media (max-width: 768px) {
	#information .info-item {
		margin-left:0px;
	}
	#information .info-detail{
  		padding-left:10px;
	}
}
/* banner section
--------------------------------*/
#banner {
  padding: 30px 0 40px 0;
  background: #eee;
}
#banner h3{
  font-size: 22px;
  font-weight: 300;
  /*line-height: 60px;*/
  color: #333;
}
#banner .section-header h3,
#banner .section-header p {
  color: #333;
}

#banner .card {
  background:#ccc;
  border-color: #444;
  border-radius: 3px;
  /*margin: 0 15px;*/
  padding: 5px 0 20px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s ease-in-out;
  height: 100%;
}

#banner .card .card-body {
  margin-bottom:-30px;
}
#banner .card .card-body img {
  padding:0 10px 35px 0;
}
#banner .card:hover {
  background: #e5e5e5;
  border-color: #ccc;
}

#banner .card h5 {
  font-size: 1.2em;
  font-weight: 600;
  color: #333;
}

#banner .card p {
  font-size: 15px;
  color: #333;
}
#banner .section-header h3{
  font-size: 1.4em;
  font-weight: 400;
  text-align:center;
  padding-bottom:15px;
}
#banner .card:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
#banner .banner-link {
  font-size: 0.8em;
  padding-bottom:15px;
  position: absolute;
  padding-right:20px;
  bottom: 0;
  right:0;
  color:#56ac4d;
}
#banner .banner-link a{
  color:#56ac4d;
}

/*
result
--------------------------------------------------------------------------*/
.result {
  margin-top: 10px;
}
.result h3 {
  color: #53555c;
  font-size: 1.2em;
  line-height: 1.5em;
  padding-left: 0px;
  padding-bottom: 7px;
  font-weight:600;
    letter-spacing: 3px;
}
.result h5 {
  color: #53555c;
  font-size: 1.0em;
  font-weight:700;
    letter-spacing: 5px;

}
.result .result-flow {
  padding-bottom:60px;
}
.result p {
  text-align: justify;
  font-size: 0.9em;
  line-height:1.8em;
}
.result .web-font-bg {
  position: relative;
  color: #000;
  text-align: center;
  font-size: 0.9em;
  background-color: #fff;
  z-index: 1;
}
.result .web-font-bg .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
  color:#000;
  filter:alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.result .web-font-bg .icon i:before {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
  background: #fff;
  background: linear-gradient(45deg, #04823b 0%, #6bcd5c 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: -1;
  font-size: 100px;
}
.result .card {
  padding:15px 15px;
  margin-bottom:10px;
  height:100%;
  border:1px solid #999;
}
.result .card .card-body {
  margin-bottom:-30px;
}
/*
equipment
--------------------------------------------------------------------------*/
.equipment {
  margin-top: 10px;
  margin-bottom: 30px;
}
.equipment h3{
color: #53555c;
  font-size: 1.2em;
  line-height: 1.5em;
  padding-left: 0px;
  padding-bottom: 7px;
  font-weight:600;
  border-bottom: 1px solid #999;
}
.equipment ul{
  font-size:0.9em;
}
.equipment .item{
  margin-bottom:50px;
}
.equipment .item .caption{
  font-size:0.9em;
}
.equipment .ecopaper{
  display:box;
  width:100%;
  text-align:right;
}
.equipment .ecopaper p {
  margin-left:150px;

}


/*
 company profile
--------------------------------------------------------------------------*/
.company-profile {
  margin-top: 10px;
  margin-bottom: 30px;
}

.company-profile h3 {
  color: #53555c;
  font-size: 1.2em;
  border-bottom: 1px solid #53555c;
  line-height: 1.5em;
  padding-bottom:5px;
  font-weight:600;
}
.company-profile p {
  text-align: justify;
  margin-top:15px;
  margin-bottom:30px;
  font-size: 0.9em;
}
.company-profile .itemname {
  text-align: justify;
  margin-top:15px;
  margin-bottom:30px;
  font-size: 0.9em;
  font-weight:600;
}
.company-profile .item {
  text-align: justify;
  margin-top:15px;
  margin-bottom:30px;
  font-size: 0.9em;
}
/*
 recruit
--------------------------------------------------------------------------*/
#recruit {
	padding: 30px 0 40px 0;
	background: #004a99;
	background: #eee;
}
#recruit ul .button{
	background: #0e92d4;
	background: #ccdaea;
	list-style: none;
	padding:15px 10px;
	text-align:center;
	font-weight:300;
	color:#444;
	font-size:18px;
	border:1px solid #7fa4cc;
	margin: 0 10px;
}
#recruit ul  .active{
	background: #0e92d4;
	color:#fff;

}
#recruit ul .arrow{
	list-style: none;
	padding:10px;
	text-align:center;

}
#recruit .copy1{
	font-size:16px;font-weight:300;line-height:50px;
}
#recruit .copy2{
	font-size:36px;font-weight:300;letter-spacing:3px;line-height:65px;
}
#recruit .copy3{
	margin-top:30px;
	margin-bottom:30px;
}

@media (min-width: 992px) and (max-width:1024px) {
	#recruit ul .button{
		font-size:13px;
	}
}

@media (min-width: 768px) and (max-width:991px) {
	#recruit ul .button{
		font-size:13px;
	}
	#recruit .copy1{
		font-size:13px;font-weight:300;letter-spacing:1px;line-height:30px;text-align:left;
	}
	#recruit .copy2{
		font-size:26px;font-weight:300;letter-spacing:3px;line-height:45px;
	}
	#recruit .copy3{
		font-size:13px;margin-top:15px;
	}
}

@media (max-width: 768px) {
	#recruit ul .button{
		margin: 0 0px;
		margin-left:-20px;
	}
	#recruit .flow {
		margin-top:50px;
	}
	#recruit ul .button{
		font-size:14px;
		padding:10px 5px;
	}
	#recruit .copy1{
		font-size:13px;font-weight:300;letter-spacing:0px;line-height:20px;
	}
	#recruit .copy2{
		font-size:28px;font-weight:300;letter-spacing:3px;line-height:45px;
	}
	#recruit .copy3{
		font-size:13px;margin-top:15px;
	}

}
.recruit {
  margin-top: 10px;
  margin-bottom: 30px;
}
.recruit h3 {
  color: #53555c;
  font-size: 1.2em;
  border-bottom: 0px solid #53555c;
  line-height: 1.5em;
  padding-bottom:5px;
  font-weight:600;
}
.recruit p {
  text-align: justify;
  margin-top:15px;
  margin-bottom:30px;
  font-size: 0.9em;
}
.recruit .itemname {
  text-align: justify;
  margin-top:15px;
  margin-bottom:30px;
  font-size: 0.9em;
  font-weight:600;
  background:#e4e4e4;
  text-align:center;
}
.recruit .item {
  text-align: justify;
  margin-top:15px;
  margin-bottom:30px;
  font-size: 0.9em;
}
.recruit .table tr,
.recruit .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #999;
}
.recruit .table tr,
.recruit .table td {
  padding: 0.75rem;
  vertical-align: top;
  border-bottom: 1px solid #999;
}
.recruit .map {
  text-align:center;
}
.catchphrase {
  line-height: 1.8em;
}
/*
 Site Policy
--------------------------------------------------------------------------*/
.sitepolicy {
  margin-top: 10px;
}

.sitepolicy h3 {
  color: #53555c;
  font-size: 1.2em;
  border-bottom: 1px solid #53555c;
  line-height: 1.5em;
  padding-bottom:5px;
  font-weight:600;
}
.sitepolicy p {
  text-align: justify;
  margin-top:15px;
  margin-bottom:30px;
  font-size: 0.9em;
}
.sitepolicy ul {
  text-align: justify;
  margin-top:15px;
  margin-bottom:30px;
  font-size: 0.9em;
}
/*
 privacy
--------------------------------------------------------------------------*/
.privacy {
  margin-top: 10px;
}
.privacy h3 {
  color: #53555c;
  font-size: 1.2em;
  border-bottom: 1px solid #53555c;
  line-height: 1.5em;
  padding-bottom:5px;
  font-weight:600;
}

.privacy p {
  text-align: justify;
  margin-top:15px;
  margin-bottom:30px;
  font-size: 0.9em;
}
.privacy ul {
  text-align: justify;
  margin-top:15px;
  margin-bottom:30px;
  font-size: 0.9em;
}
/* contact section
--------------------------------*/
#contact {
  padding: 30px 0 0px 0;
  background: #fff;
}
#contact .sub-title{
	text-align:center;
	padding: 10px 0 10px 0;
	border-bottom:1px solid #999;
}
#contact .comment{
	font-weight:300;
	font-size:13px;
	text-align:center;
	border:1px solid #999;
	padding: 15px;
	margin:20px 0;

}
#contact .comment2{
	font-weight:300;
	font-size:13px;
	text-align:left;
	margin:20px 0;
}

#contact header {
  margin-bottom:-20px;
}
#contact .section-header h3{
  font-size: 18px;
  font-weight: 400;
  line-height: 60px;
  text-align:center;
  letter-spacing: 2px;
}
#contact i {
  color:#3eb140;
}
#contact a{
  color:#025125;
}
#contact a:hover{
  color:#66b45e;
}
#contact a:hover i{
  color:#66b45e;
}

#contact .contact-left {
  margin-bottom:30px;
}
#contact .contact-line {
	color: #444;
	font-size: 1.2em;
	align-items: center;
	margin:15px 0px;
	text-align:center;
	border-top:1px solid #444;width:100%;
	border-bottom:1px solid #444;width:100%;
	padding:15px 0;
}
/*.contact-line:before, .contact-line:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #999;
  display: block;
}
.contact-line:before {
  margin-right: .4em;
}
.contact-line:after {
  margin-left: .4em;
}*/
/*--------------------------------*/
#footer {
  background:#fff;
  color: #666;
  border-top:1px solid #ccc;
}

#footer .footer-top {
  background: #fff;
  font-size: 12px;
}
#footer .footer-top a {
  color:#444;
}
#footer .footer-menu {
  color:#444;
  letter-spacing: 2px;
  border-bottom:1px dotted #999;
  padding-bottom:20px;
}
#footer .footer-menu a:hover {
  color:#2b5626;
}
#footer .footer-menu .active{
  color:#2b5626;
  font-weight:600;
}
/* copyright */
#footer .copyright {
  margin-top:-10px;
  /*padding-top: 10px;
  padding-bottom:15px;*/
  font-size: 12px;
  color:#444;
}
#footer .copyright a {
  color:#444;
  font-size: 12px;
}
#footer .copyright .active {
  color:#444;
  font-weight: 600;
}
#footer .copyright a:hover {
  color:#04823b;
}
#footer .copyright strong {
  color:#2b5626;
}
/* media queries
--------------------------------*/
@media (min-width: 992px) {
  #footer .footer-top {
  padding-top: 30px;
  padding-bottom:30px;
  }
}

@media (max-width: 991px) {
  #header {
    height: 60px;
    padding: 10px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
  #intro {
    padding: 120px 0 70px 0;
  }
  #intro .intro-info {
    width: 60%;
    float:right;
  }
  #footer .footer-top {
  /*padding: 30px 0 30px 0;*/
  }
}

@media (max-width: 768px) {
  #footer .footer-top {
    display:none;
  }
  #intro .intro-info {
    width: 100%;
    float:left;
  }
  #intro .intro-info h2 {
    color: #666;
    font-size: 10px;
    font-weight: 400;
    line-height: 30px
  }
  #footer .copyright {
    padding-top:40px;
  }
  #pageintro {
    padding: 30px 0 10px 0;
  }
  .company-profile iframe{
    margin-top: 10px;
    width:"100%";
  }
   #pageintro .section-header {
    margin-top:-50px;
  }
  .jumbotron {
    padding: 80px 0 0px 0;
  }
  .jumbotron h1{
    font-size:1.5em;
    margin-bottom:0px;
    letter-spacing: 3px;
  }
  .jumbotron .lead{
    letter-spacing: 3px;
  }
    #banner .card-left {
    font-size: 15px;
    padding-bottom:15px;
  }
  .tab-pane {
  	margin-left:-15px;
  	margin-right:-15px;
  }
  
}

@media (max-width: 767px) {
  #intro {
    padding: 80px 0 70px 0;
  }
  #intro .intro-info {
    width: 60%;
    float:right;
  }
  #intro .intro-info h2 {
    color: #666;
    font-size: 18px;
    font-weight: 600;
  }
  .section-header p {
    width: 100%;
  }
  #pageintro .section-header {
    margin-top:-50px;
  }
  .nav-tabs .tab1,.nav-tabs .tab2{
    padding-top:15px;
  }
}
.intro {
	padding-top:120px;
	margin-bottom:-50px;
}

@media (max-width: 574px) {
  .intro {
   padding: 100px 0 10px 0;
  }
  .intro h2 {
    font-size: 20px;
    font-weight: 400;
    margin-top:-30px;
    line-height: 20px
  }
  #banner .card-left {
    font-size: 15px;
    padding-bottom:15px;
  }
  .nav-tabs .tab1,.nav-tabs,.tab2.nav-tabs .tab3,.nav-tabs .tab4{
  	padding-left:5px;
   	padding-right:5px;
 }
  .nav-tabs .tab1,.nav-tabs .tab2{
    padding-top:15px;
    padding-left:0px;
    padding-right:0px;
  }  
  .nav-tabs .tab3,.nav-tabs .tab4{
    font-size: 0.9em;
  }
  #footer .copyright {
    padding-top:25px;
  }
  #footer .copyright .text-right{
    padding-top:15px;
  }
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
/* Content Slider Style (bxSlider CSS), Sorry, no LESS here
--------------------------------------------------------------------------*/
.bx-wrapper {
  /*-moz-box-shadow: 0 0 0px #ccc;
  -webkit-box-shadow: 0 0 0px #ccc;
  box-shadow: 0 0 0px #ccc;
  border: 1px solid #4c4c4c;
  background: #fff;
  border-radius: 3px;*/

  border: 1px solid #999;

  position: relative;
  margin: 0 auto 30px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
  /*margin:10px 10px 10px 10px;*/
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../img/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../img/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../img/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
  z-index: 996;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../img/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  top:85%;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
 /* margin:0px 0px 10px 10px;*/
  transform: rotate(0deg);
  text-align: center;
padding-top:2px;

}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .65em;
  padding: 5px;
}

/* pager color */
.bx-wrapper .bx-pager.bx-default-pager a {
  opacity:0.5
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #04823b;
  opacity:1;
}
 
/* next prev
.custom-prev .bx-prev {
  color:#025125;
}
.custom-next .bx-next {
  color:#025125;
}
.custom-prev .bx-prev a:hover,
.custom-prev .bx-prev a:focus {
  color:#04823b;
}
.custom-next .bx-next a:hover,
.custom-next .bx-next a:focus {
  color:#04823b;
} 
*/
/*カスタムnext prevボタン*/

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
    background: none;
}
.bx-wrapper .bx-prev:after,
.bx-wrapper .bx-next:after {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #c9c9c9;
    color: #999;
    font-size: 60px;
    font-family: FontAwesome;
    text-indent: 0px;
}
.bx-wrapper .bx-prev:after {
    content: "\f104";
}
.bx-wrapper .bx-next:after {
    content: "\f105";
}
.bx-wrapper .bx-prev:hover:after,
.bx-wrapper .bx-next:hover:after {
    color: #666;
}
.bx-wrapper .bx-controls-direction a {
    z-index: 0;
}

/*bookbinding-panel
--------------------------------------------------------------------------*/
.bookbinding {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
 font-size:0.9em;
}

.bookbinding > li {
  margin-bottom: 20px;
  position: relative;
}

.bookbinding > li:before,
.bookbinding > li:after {
  content: " ";
  display: table;
}

.bookbinding > li:after {
  clear: both;
}

.bookbinding > li:before,
.bookbinding > li:after {
  content: " ";
  display: table;
}

.bookbinding > li:after {
  clear: both;
}

.bookbinding > li > .bookbinding-panel {
  width: 100%;
  margin-left:0;
  float: left;
  border: 3px solid #666;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  margin-top:-20px;
  margin-bottom:-20px;
}

.bookbinding-title {
  margin-top: 0;
  color: inherit;
  font-size:1.2em;
  letter-spacing: 5px;
  font-weight: 600;
  padding-left:10px;
}
.bookbinding-subtitle {
	border-bottom: 1px solid #666;
	margin-bottom:6px;
  font-size:1.0em;
  color:#56ac4d;
}
.bookbinding > img{
  text-align:center;
}
.bookbinding-link {
  font-size: 0.8em;
  padding-bottom:15px;
  color:#56ac4d;
}
.bookbinding-link a {
  color:#56ac4d;
}
.bookbinding-body > p,
.bookbinding-body > ul {
  margin-bottom: 0;
  font-size: 0.9em;
  line-height: 24px;
}

.bookbinding-body > p + p {
  margin-top: 5px;
}
.bookginding .media img {
	float:left;
}



.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  font-size:1.0em;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs a{
  color: #6c757d;
}
.nav-tabs a:hover {
  color: #04823b;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.0rem;
  border-top-right-radius: 0.0rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #04823b #e9ecef #dee2e6;
  border-top:solid 4px #3eb140;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #04823b;
  background-color: #fff;
  /*border-color: #04823b #dee2e6 #fff;*/
   border-top:  4px solid #3eb140;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    font-weight: 600;

  /*border-top:4px solid #04823b;*/
}
.nav-tabs .nav-link {
  background-color: #F8F9FA;
  border-color: #e9ecef #e9ecef #dee2e6;
}

@media (max-width: 767px) {

  .nav-tabs .nav-item {
    font-size: 0.8rem;
  }
  p {
    font-size: 0.8rem;
    padding:5px 0px;

  }
}

.tab-content {
  padding:30px 20px;
}
.tab-content p{
  font-size:0.9em;
}
.bookbinding i {
  font-size:19px;
  padding-bottom:10px;
}
.bookbinding .icon-angle-down {
  font-size:60px;
  padding-bottom:10px;
  color:#3eb140;
}
blockquote {
    position: relative;
    padding: 5px 12px 5px 56px;
    box-sizing: border-box;
    color: #464646;
    background: #e9edf0;
    width:100%;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 70px;
    height: 70px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
    text-align: center;
    content: "\f12a";
   font-family: "Font Awesome 5 Free";/*FontAwesome;*/
    color: #fff;
    font-size: 50px;
    line-height: 74px;
    font-weight: 900;
    background: #049b47;
    background: #666;
    border-radius: 50%;
}
blockquote p {
    position: relative;
    padding-left: 50px;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
    font-size: 0.9em;
    font-weight: 600;
}
blockquote ul {
    position: relative;
    padding-left: 70px;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
    font-size: 0.9em;
}
.thumb-caption {
  font-size: 0.8em;
  padding-top:5px;
  padding-bottom:20px;
}

@media (max-width: 574px) {
  blockquote {
      position: relative;
      padding: 5px 12px 5px 12px;
      box-sizing: border-box;
      color: #464646;
      background: #e9edf0;
      width:100%;
  }

  blockquote:before{
    position: absolute;
    top: 50%;
    left: 40%;
    margin-left: 0px;
    background: #fff;
    background: #aaa;
    z-index: 1;
    font-size: 50px;
    content: "\f12a";
    font-family: "Font Awesome 5 Free";/*FontAwesome;*/
    opacity:0.5;
    border-radius: 50%;
  }

  blockquote p {
      position: relative;
      padding-left: 0px;
      margin: 10px 0;
      z-index: 3;
      line-height: 1.7;
      font-weight: 600;
  }
  blockquote ul {
    position: relative;
    padding-left: 15px;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
    font-size: 0.9em
  }
}
/* slider ribon */
.ribon {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.ribon .ribon-text {
  display: inline;
}
.ribon div {
  position: absolute;
  display: inline-block;
  top: 10px;
  left: -25px;
  width: 100px;
  padding: 5px 5px;
  background: #cc0c0c;
  background: #E74C3C;
  color: #fff;
  text-align: center;
  transform: rotate(-45deg);
  font-size:0.9em;
  font-family: "Nico Moji";
}

/**/
@media (min-width: 992px) {
  .tab {
  padding:0 80px 0 80px;
  }
}

@media (max-width: 991px) {
}

@media (max-width: 768px) {
}
@media (max-width: 767px) {

}
@media (max-width: 574px) {
	.bookbinding img {
		width:90px;
		float:left;
		padding-left:0px;
	}
	.bookbinding-title {
		padding-left:0px;
	}
	.bookbinding .tab > img {
		padding:0px 15px 15px 0px;
	}
}

@media (min-width: 992px) {
	.mo-menu {
		display:none;
	}
}
.headimage {
	min-height:650px;
	width: 100vw;
	/*filter: grayscale(70%);*/
}
.pageimage {
	min-height:220px;
	width: 100vw;
margin-bottom:-50px;
}
.headcopy {
	font-size:52px;
	padding-top:150px;
	text-align:left;
	color:#333;
	font-weight: 500;
	text-shadow: 0 2px 2px #fff;
	letter-spacing:5px;
	padding-top:250px;

}
.subcopy {
	font-size:26px;
	text-align:left;
	color:#222;
	font-weight: 400;
	text-shadow: 0 1px 1px #fff;
	margin-top:-20px;
}
.head-recruit {
	margin-top:50px;
	align:center;
	width:100%;
	text-align:center;
	background:rgba(0,0,0,0.3);
	margin-left: auto;
	margin-right: auto;
	padding:0 10px;
}
.recruit-copy1 {
	margin-top:30px;
	padding-top:10px;
	padding-bottom:10px;
	letter-spacing:3px;
	font-weight: 300;
	font-size:28px;
	color:#fff;
	font-weight: 400;
	text-shadow: 0 1px 1px #000;
}
.recruit-copy2 {
	padding-bottom:0px;
	letter-spacing:3px;
	font-weight: 300;
	font-size:18px;
	color:#fff;
	font-weight: 300;
	text-shadow: 0 1px 1px #000;
}

.headbutton {
	width:50%;
	text-align: center;
	background-color: #3eb140;
	border-radius: 30px 30px;
	color: #fff;
	padding:10px;
	letter-spacing:1px;
	font-weight: 300;
	margin-left: auto;
	margin-right: auto;
	margin-top:15px;
}
 
.headbutton a {
	text-decoration: none;
	color: #fff;
}
.headbutton:hover {
	text-decoration: none;
	background-color: #9ed89f;
}

@media (max-width: 767px) {
	.headcopy {
		padding-top:100px;
		font-size:32px;
		padding-bottom:0px;
	}
	.subcopy {
		margin-top:-30px;
		font-size:16px;
		letter-spacing:1px;
    font-size:18px;

	}
	.headimage {
		min-height:300px;
		width: 100vw;
		/*filter: grayscale(50%);*/
	}
	.head-recruit {
		align:center;
		width:100%;
		text-align:center;
		background:rgba(0,0,0,0.3);
		/*margin-left: auto;
		margin-right: auto;*/
		margin-top:0px;
		margin-bottom:20px;
	}
	.recruit-copy1 {
		margin-top:30px;
		padding-top:20px;
		padding-bottom:10px;
		letter-spacing:3px;
		font-weight: 300;
		font-size:24px;
		color:#fff;
		font-weight: 400;
		text-shadow: 0 1px 1px #000;
	}
	.recruit-copy2 {
		padding-bottom:10px;
		letter-spacing:0px;
		font-weight: 300;
		font-size:14px;
		color:#fff;
		font-weight: 300;
		text-shadow: 0 1px 1px #000;
	}

	.headbutton {
		width:100%;
		margin-bottom:15px;
		margin-top:0px;
	}
	.headbutton a {
		text-decoration: none;
		color: #fff;
	}

}

#gmap {
  height: 200px;
  width: 100%;
}