a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #555;
}

h2 {
	font-size: 1.8em;
	margin-bottom: -10px;
	
}

h4 {
	margin: 30px 0 0 30px;
	font-weight: bold;
}

.h2en {
	font-size: 0.8em;
	color: #555;
}

#top-image {
	background-color: #96b445;
	width: 100%;
	height: 800px;
	position: relative;
}

#top-copy {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#header-menu {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}

#header-gmenu {
	width: 100%;
	height : 140px;
	z-index: 9999;
	float; left;	
}

#header-smenu {
	width: 800px;
	height: 170px;
	padding: 15px 0 0 0px;
}

#h1-top {
	font-size: 1.5em;
}

#smenu-list {
	list-style-type: none;
}

#smenu-list li {
	float: left;
	padding: 0 15px;
	border-right: 1px solid #333;
	font-weight: bold;
}

#smenu-list li:first-child {
	border-left: 1px solid #333;
}

#box-aboutgengo {
	width:100%;
	max-width: 65rem;
	height: 400px;
	margin: 70px auto;
}
	

#aboutgengo {
	width: 600px;
	height: 400px;
	background-image: url('../img/home/home_img1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right botton;

}

.box-rdes {
	width: 30%;
	float: right;
	padding: 20px;
	margin-right: 30px;
	background-color: rgba(255,255,255,0.5);
}

#box-recruit {
	width:100%;
	max-width: 65rem;
	height: 400px;
	margin: 0 auto;
}

#recruit {
	width: 600px;
	height: 400px;
	background-image: url('../img/home/home_img22.jpg');
	background-position:center top;
	float: right;
}

.box-ldes {
	width: 30%;
	height: 400px;
	padding: 30px;
	float: left;
	margin-left: 30px;
	background-color: rgba(255,255,255,0.8);
}

#footer {
	width: 100%;
	height: 200px;
	background-color:#f9f8f4;
	border-top: 2px solid #807b74;
	overflow: hidden;
}

#footer-title {
	float: left;
	width: 280px;
	margin: 30px 80px;
}

#footer-list {
	padding: 10px 50px;
}

.footer-list-box {
	float: left;
	width: 140px;
	margin-right: 25px;
}

.footer-list-box-w {
	float: left;
	width: 550px;
	padding-top: 30px;
}

.footer-list-box-w ul li {
	float: left;
	color: #666;
	padding: 0 20px;
	list-style-type: none;
	height: 20px;
	margin: 10px 0 5px 10px;
}

.footer-list-box-w ul li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #666;
}

.footer-list-box-w ul {
	padding-left: 10px;
	margin-top: 10px;
}


.footer-list-box-w ul li {
	position: relative;
	font-size: 1em;
}

.cr {
	font-family: 'Vollkorn', serif;
	font-size: 0.6em;
	margin: 0;
	color: #666;
}

.credit-title {
	float: left;
	font-size: 0.8em;
	color: #666;
	margin: 0;
	line-height: 1.3em;
	width: 100%;
	margin-bottom: 5px;
}

.cts-wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
}


.square_btn {
    display: inline-block;
    padding: 0.5em 2em;
    text-decoration: none;
    color: #807b74;
    border: solid 2px #807b74;
    border-radius: 30px;
    margin: 0 auto;
}

.square_btn::after {
	content: "＞";
	margin: 10px;
	padding-top: 20px;
}

.square_btn:hover {
    background: #807b74;
    color: white;
}

.br::after {
    content: "\A";
    white-space: pre;
}

#container {

}

