/* ------------------------------------------------------------ *\

		初期設定

\* ------------------------------------------------------------ */

@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

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

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

img {
	display: block;
	width: 100%;
	height: auto;
}

ul {
	list-style: none;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

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

.clearfix:after {
	content:"";
	display:block;
	clear:both;
}



/* ------------------------------------------------------------ *\

		全体設定

\* ------------------------------------------------------------ */

body {
	font-family: "Ryumin Regular KL","リュウミン R-KL";
	font-size: 0.94em;
	font-weight: 500;
	line-height: 1.5em;
	letter-spacing: 0.8pt;
}

#wrap {
	position: relative;
	padding: 30px 10px;
	margin: 0 auto;
}

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

	#wrap {
		width: 1024px;
		padding: 30px 0;
	}
	
}

/* ------------------------------------------------------------ *\

		nav

\* ------------------------------------------------------------ */

/* ---------------------------------------- nav */

nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
nav ul{
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	padding: 10px;
	
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition:ease .5s;
	transition:ease .5s;
	z-index:1000;
}
nav ul li {
	line-height: 4em;
	text-indent: 1em;
	border-bottom: 1px solid #aaa;
}

nav ul.menu.open {
	background-color: #fff;
	-webkit-transform:translateX(0);
	transform:translateX(0);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
nav ul.menu.open li {
	line-height: normal;
	text-indent: inherit;
}
nav ul.menu.open li a {
	display: block;
	line-height: 4em;
	text-indent: 1em;
}
nav ul.menu.open li span {
	font-size: 0.8em;
	margin: 0 0 0 15px;
}

@media screen and (min-width:1024px) {
		
	nav{
		position: static;
		margin: 0 auto;
	}
	nav ul {
		position: static;
		display: flex;
		width: 1024px;
		padding: 0;
		margin: 0 auto;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	nav ul li {
		width: calc(100% / 7);
		text-align: center;
		line-height: 1.5em;
		text-indent: 0em;
		border-left: 1px solid #aaa;
		border-bottom: none;
		transition: 0.4s;
	}
	nav ul li:last-child {
		border-right: 1px solid #aaa;
	}
	nav ul li:hover {
		background-color: #15923b;
		transition: 0.4s;
	}
	nav ul li a {
		display: block;
		color: #000;
		padding: 10px 0;
	}
	nav ul li a span {
		display: block;
		color: #aaa;
		font-size: 0.8em;
		font-weight: nomal;
	}
	nav ul li a:hover {
		color: #fff;
		transition: 0.6s;
	}
}

/* ---------------------------------------- nav drawer */

nav .drawer{
	position: absolute;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 50px;
	height: 50px;
	background-color: #4d4d4d;
	padding: 0 0 0 10px;
}

.navbar_toggle_icon {
	position: relative;
	display: block;
	height: 2px;
	width: 30px;
	background: #fff;
	
	-webkit-transition: ease .5s;
	transition: ease .5s;
}
.navbar_toggle_icon:nth-child(1) {
	top: 0;
}
.navbar_toggle_icon:nth-child(2) {
	margin: 8px 0;
}
.navbar_toggle_icon:nth-child(3) {
	top: 0;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
	top: -10px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media screen and (min-width:1024px) {
	nav .drawer {
		display: none;
	}
}


/* ------------------------------------------------------------ *\

		index

\* ------------------------------------------------------------ */

/* ---------------------------------------- header */

#top_start {
	position: relative;
	background-color: rgba(255,255,255,0.8);
	padding: 30px 0;
	z-index: 100;
}

/* ---------------------------------------- slider */

section#slider {
	position: relative;
	width: 100%;
	max-width: 1800px;
	margin: 0px auto 0 auto;
	z-index: -1;
}

section#slider div.slider_gra {
	position: absolute;
	bottom: 0;
	width: 100%;
	max-width: 1800px;
}

section#slider div.slider_main {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
}

section#slider div.slider_main .logo {
	display: none;
}

section#slider div.slider_main .midashi {
	width: 90%;
	margin: 0 auto;
}

@media screen and (min-width:700px) {
	
	section#slider div.slider_main {
		max-width: 550px;
	}
	
	section#slider div.slider_main .logo {
		display: block;
	}
	
}

@media screen and (min-width:1024px) {
	
	section#slider {
		margin: -225px auto 0 auto;
	}

	section#slider div.slider_main .logo {
		width: 150px;
	}

	section#slider div.slider_main .midashi {
		width: 470px;
	}
	
}

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

	section#slider div.slider_main {
		max-width: 650px;
	}
}

.slick-slider {
	position: relative;
	display: block;
	user-select: none;
		-webkit-touch-callout: none;
			-khtml-user-select: none;
				-ms-touch-action: pan-y;
	touch-action: pan-y;
		-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track ,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before ,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	margin: 0;
	overflow: hidden;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}




/* ------------------------------ dots */

.slick-dots {
	position: absolute;
	bottom: 10px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover ,
.slick-dots li button:focus {
	outline: none;
	transition: 0.4s;
}
.slick-dots li button:hover:before ,
.slick-dots li button:focus:before {
	opacity: 1;
	transition: 0.4s;
}
.slick-dots li button:before {
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: #fff;
		-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
	font-size: 30px;
}
.slick-dots li.slick-active button:before {
	color: #fff;
	opacity: .75;
}


/* ---------------------------------------- news */

section#news {
	width: 95%;
	color: #4d4d4d;
	margin: 0 auto;
}

section#news p {
	position:  relative;
	font-size: 1.3em;
}

section#news p span {
	font-size: 0.7em;
	margin: 0 0 0 10px;
}

section#news ul li {
	text-indent: 0.5em;
	border-bottom: 1px solid #4d4d4d;
	margin: 10px 0 0 10px;
}

section#news ul li a ,
section#news ul li a:hover {
	transition: 0.2s;
}

section#news ul li a {
	color: #4d4d4d;
}

section#news ul li a:hover {
	color: #005f00;
}

section#news ul li a span {
	display: block;
}

@media screen and (min-width:768px) {
	section#news ul li a span {
		display: inline;
	}
}

/* ---------------------------------------- figure */

section#category {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 95%;
	height: auto;
	margin: 40px auto 0 auto;
}

section#category figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 30px 0;
		box-shadow: 2px 2px 4px gray;
}

section#category figurea .figure_main {

}

section#category figure .figure_sub {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 280px;
}


@media screen and (min-width:1024px) {
	section#category figure {
		width: 47%;
	}
}


/* ---------------------------------------- bk */


.bk_index {
	display: none;
}


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

	.bk_index {
		display: block;
		position: relative;
		width: 100%;
		max-width: 1800px;
		margin: -200px auto 0 auto;
		z-index: -1;
	}
	
}


/* ------------------------------------------------------------ *\

		child : h2

\* ------------------------------------------------------------ */

/* ---------------------------------------- h2 */

h2 {
	display: flex;
	align-items: center;
	width: 100%;
	color: #15923b;
	font-size: 1.5em;
	text-align: center;
	margin: 0 auto 50px auto;
}
h2:before ,
h2:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #15923b;
	display: block;
}
h2:before {
	margin: 0 1em 0 0;	
}
h2:after {
	margin: 0 0 0 1em;
}

/* ---------------------------------------- table */

table {
	width: 90%;
	height: auto;
	color: #15923b;
	text-align: left;
	margin: 0 auto 30px auto;
}
table td ,
table th {
	display: list-item;
	width: 100%;
	list-style: none;
}
table th {
	border: none;
	padding: 10px 10px 0 10px ;
}
table td {
	color: #202020;
	border-bottom: 1px solid #15923b;
	padding: 0 10px 10px 10px;
}

@media screen and (min-width:768px) {
	table td ,
	table th {
		display: table-cell;
		border-bottom: 1px solid #15923b;
	}
	table th ,
	table td {
		vertical-align: middle;
		padding: 10px;
	}
	table th {
		width: 30%;
	}
	table td {
		width: 70%;
	}
	table {
		width: 47%;
		margin: 0 auto;
	}
}



/* ------------------------------------------------------------ *\

		child : header , midashi_img , bk_img

\* ------------------------------------------------------------ */

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

section#child_header {
	position: relative;
	width: 100%;
	height: 420px;
	max-width: 1800px;
	margin: 0 auto;
}

@media screen and (min-width:1024px) {
	
	section#child_header {
		height: 500px;
	}
	
}

/* ---------------------------------------- div */

#child_start {
	position: relative;
	background-color: rgba(255,255,255,0.6);
	padding: 30px 0;
	z-index: 100;
}

#child_midashi {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	max-width: 450px;
	z-index: 90;
}

#child_bk {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
	z-index: 80;
}

#child_bk img {
	width: 100%;
	height: 420px;
	object-fit: cover;
}

@media screen and (min-width:1024px) {
	
	#child_bk img {
		width: 100%;
		height: 500px;
		object-fit: cover;
	}
	
}

/* ---------------------------------------- header */

header {
	padding: 0;
	margin: 0 auto;
}

header .logo {
	width: 70px;
	height: auto;
	margin: 0 auto 30px auto;
}
header .name {
	width: 263px;
	margin: 0 auto;
}

header p {
	color: #2c2c2c;
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	margin: 0 0 0 20px;
}

@media screen and (min-width:1024px) {
	
	header {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 0 30px 0;
	}

	header .logo {
		width: 70px;
		height: auto;
		margin: 0;
	}
	header .name {
		width: 263px;
		margin: 0 0 0 20px;
	}
	
}



/* ------------------------------------------------------------ *\

		child : greeting

\* ------------------------------------------------------------ */

section#greeting {
	color: #15923b;
	margin: 0 auto;
}

section#greeting .inner {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}

/* ---------------------------------------- message */

section#greeting .message {
	display: flex;
	flex-flow: column-reverse nowrap; 
	width: 100%;
	max-width: 1024px;
	padding: 50px 10px 0 10px;
	margin: 0 auto;
}

section#greeting .message div {
	width: 80%;
	margin: 0;
}

section#greeting .message p {
	color: #202020;
	width: 100%;
	padding: 0 0 20px 0;
}

section#greeting .message p span {
	display: block;
	width: 150px;
	margin: 15px 0 0 auto;
}

@media screen and (min-width:768px) {
	
	section#greeting .message {
		flex-flow: wrap; 
		justify-content: space-between;
		align-items: flex-end;
	}
	
	section#greeting .message p {
		width: 63%;
		margin: 0;
	}
	
	section#greeting .message div {
		width: 31%;
		margin: 0;
	}

}

/* ---------------------------------------- vision */

section#greeting .vision {
	width: 100%;
	max-width: 1800px;
	background-color: #d8e5dc;
	padding: 50px 10px;
	margin: 0 auto;
}

section#greeting .vision p {
	text-align: center;
}
section#greeting .vision p br {
	display: none;
}

section#greeting .vision p.rinen {
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 auto 50px auto;
}

@media screen and (min-width:1024px) {
	
	section#greeting .vision p br {
		display: block;
	}
	
}

/* ---------------------------------------- mission */

section#greeting .mission {
	width: 100%;
	max-width: 1024px;
	padding: 50px 10px;
	margin: 0 auto;
}

section#greeting .mission li {
	font-size: 1.2em;
	margin: 0 0 20px 0;
}

section#greeting .mission li span {
	display: block;
	color: #4d4d4d;
	font-size: 0.8em;
	margin: 0 0 0 3em;
}

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

	section#greeting .mission ul {
		width: 700px;
		margin: 0 auto;
	}
	
}

/* ---------------------------------------- conduct */

section#greeting .conduct {
	width: 100%;
	max-width: 1800px;
	background-color: #d8e5dc;
	padding: 50px 10px;
	margin: 0 auto;
}

section#greeting .conduct ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

section#greeting .conduct li {
	width: 50%;
	font-size: 1.2em;
	margin: 0 0 50px 0;
}

section#greeting .conduct li span {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
	font-size: 1.15em;
	display: block;
	width: 100px;
	text-align: center;
	margin: 0 auto 20px auto;
	font-weight: bold;
}

section#greeting .conduct li span:before ,
section#greeting .conduct li span:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
section#greeting .conduct li span:before {
  border-left: solid 1px #15923b;
  border-top: solid 1px #15923b;
  border-bottom: solid 1px #15923b;
  left: 0;
}
section#greeting .conduct li span:after {
  content: '';
  border-top: solid 1px #15923b;
  border-right: solid 1px #15923b;
  border-bottom: solid 1px #15923b;
  right: 0;
}

section#greeting .conduct li p {
	text-align: center;
}

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

	section#greeting .conduct ul {
		width: 800px;
		margin: 0 auto;
	}
	
}

/* ------------------------------------------------------------ *\

		child : about

\* ------------------------------------------------------------ */

section#about {
	width: 100%;
	margin:  0 auto;
}

section#about .inner {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}

/* ---------------------------------------- .company */

section#about .company {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1024px;
	padding: 50px 10px;
	margin: 0 auto;
}

section#about .company iframe {
	width: 90%;
	border: none;
	margin: 0 auto;
}

@media screen and (min-width:1024px) {
	
	section#about .company iframe {
		width: 47%;
	}
	
}

/* ---------------------------------------- history */

section#about .history {
	background-color: #d8e5dc;
	padding: 50px 10px;
}

section#about .history .history_box {
	position: relative;
	width: 90%;
	height: auto;
	border-left: 1px solid #005f00;
	padding: 30px 0 30px 30px;
	margin: 0 auto;
}
section#about .history .history_box .start ,
section#about .history .history_box .goal {
	width: 51px;
	height: auto;
}
section#about .history .history_box .start {
	position: absolute;
	top: -25px;
	left: -25px;
	z-index: 100;
}
section#about .history .history_box .goal {
	position: absolute;
	bottom: -25px;
	left: -25px;
	z-index: 100;
}
section#about .history .history_box p {
	position: relative;
	left: -30px;
	display: flex;
	align-items: center;
	padding: 10px 0;
}
section#about .history .history_box p span {
	margin: 0 1em 0 1em;
}
section#about .history .history_box p:before {
	content: "";
	flex-grow: 1;
	display: block;
	max-width: 60px;
	min-width: 60px;
	height: 1px;
	background: #005f00;
}

/* ---------------------------------------- suppliers */

section#about .suppliers {
	width: 100%;
	max-width: 1024px;
	padding: 50px 10px;
	margin: 0 auto;
}

section#about .suppliers ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

section#about .suppliers ul li {
	width: 100%;
}

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

	section#about .suppliers ul li {
		width: 40%;
	}
	
}

/* ------------------------------------------------------------ *\

		work

\* ------------------------------------------------------------ */

section#work {
	width: 100%;
	max-width: 1024px;
	padding: 50px 10px;
	margin: 0 auto;
}

section#work p {
	margin: 30px auto;
}

section#work p.work_maintext {
	margin: 30px auto;
	text-align: center;
}

section#work .work_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	margin: 30px auto;
}

section#work .work_item div {
	max-width: 300px;
}

section#work .work_item p {
	width: 60%;
}

section#work .work_item p span {
	display: block;
	font-size: 1.2em;
	margin: 0 0 15px 0;
}

/* ------------------------------------------------------------ *\

		child : facility

\* ------------------------------------------------------------ */

section#facility {
	width: 100%;
	max-width: 1024px;
	padding: 50px 10px;
	margin: 0 auto;
}

section#facility .sell {
	border-bottom: 1px solid #4d4d4d;
	padding: 0 0 20px 0;
	margin: 0 auto 20px auto;
}

section#facility .sell div {
	width: 311px;
	height: auto;
	margin: 0 auto 20px auto;
}

section#facility .sell div img {
	width: 100%;
	margin: 0 auto;
}

section#facility table th {
	background-color: #d8eacf;
}

section#facility .other {
	width: 90%;
	margin: 30px auto;
}
section#facility .other span {
	display: block;
	font-size: 1.1em;
	margin: 0 auto 20px auto;
}



@media screen and (min-width:768px) {
	section#facility .sell {
		display: flex;
		justify-content: space-around;
		align-items: center;
	}
	
	section#facility .sell div {
		margin: 0 auto;
	}
	
}



/* ------------------------------------------------------------ *\

		child : recruit

\* ------------------------------------------------------------ */

/* ---------------------------------------- list */

section#recruit_list {
	width: 100%;
	max-width: 1024px;
	padding: 50px 10px;
	margin: 0 auto;
}

section#recruit_list .recruit_sell {
	width: 100%;
	border: 1px solid #15923b;
	background-image: url("images/logo_recruit.svg");
	background-repeat: no-repeat;
	background-size: 150px;
	background-position: 10px 10px;
	box-shadow: 2px 2px 4px gray;
	margin: 0 auto 20px auto;
}

section#recruit_list .recruit_sell p.bk_txt {
	width: 75%;
	color: #e1f4e4;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 1.2em;
	padding: 30px 0;
	margin: 0 40px 0 auto;
}

section#recruit_list .recruit_sell table {
	width: 75%;
	color: #000;
	margin: 0 40px 0 auto;
}

section#recruit_list .recruit_sell table tr {
	border-bottom: 1px dashed #15923b;
}

section#recruit_list .recruit_sell table th ,
section#recruit_list .recruit_sell table td {
	font-weight: normal;
	border: none;
}

section#recruit_list .recruit_sell table th {
	background-color: #d8eacf;
}

section#recruit_list .recruit_sell table td {
	
}

section#recruit_list .button {
	display: block;
	width: 58%;
	color: #fff;
	text-align: center;
	background-color: #15923b;
	padding: 10px;
	margin: 30px auto;
}




/* ---------------------------------------- detail */

section#recruit_detail {
	width: 100%;
	max-width: 1024px;
	padding: 50px 10px;
	margin: 0 auto;
}

section#recruit_detail table {
	width: 100%;
	color: #000;
	margin: 0 auto 15px auto;
}


section#recruit_detail table th {
	width: 20%;
	background-color: #e6eee8;
	border: 1px solid #15923b;
}

section#recruit_detail table th.c1 ,
section#recruit_detail table th.c2 ,
section#recruit_detail table th.c3 {
	width: 15%;
	background-color: #d8e5dc;
}

section#recruit_detail table td {
	border: 1px solid #15923b;
}

section#recruit_detail a {
	display: block;
	width: 58%;
	color: #fff;
	text-align: center;
	background-color: #15923b;
	border: none;
	outline: none;
	appearance: none;
	padding: 10px;
	margin: 30px auto;
	transition: 0.6s;
}

section#recruit_detail a:hover {
	opacity: 0.6;
	transition: 0.6s;
}

/* ------------------------------------------------------------ *\

		contact

\* ------------------------------------------------------------ */

section#contact {
	width: 100%;
	max-width: 1024px;
	padding: 50px 10px;
	margin: 0 auto;
}

section#contact table {
	width: 100%;
	margin: 0 auto;
}

section#contact table th {
	width: 30%;
}

section#contact table td {
	width: 70%;
}

section#contact table td input ,
section#contact table td textarea {
	width: 100%;
	padding: 10px;
}

section#contact input.form_btn ,
section#contact input.back_btn {
	display: block;
	width: 58%;
	color: #fff;
	text-align: center;
	background-color: #15923b;
	border: none;
	outline: none;
	appearance: none;
	padding: 10px;
	margin: 30px auto;
	transition: 0.6s;
}

section#contact input.form_btn:hover ,
section#contact input.back_btn:hover {
	opacity: 0.6;
	transition: 0.6s;
}

section#contact table span {
	color: red;
}

/* ------------------------------------------------------------ *\

		footer

\* ------------------------------------------------------------ */

footer {
	position: relative;
	width: 100%;
	color: #eee;
	background-color: #127441;
	padding: 30px 30px 0 30px;
}

footer .footer_inner {
	align-items: baseline;
	width: 100%;
	margin: 0 auto;
}

footer .contents ,
footer .company ,
footer .access {
	width: 100%;
	margin: 0 0 50px 0;
}

footer .company p {
	font-size: 0.8em;
	line-height: 3em;
	border-bottom: 1px solid #fff;
	padding: 0 10px;
	cursor: default;
}

footer .contents ul li {
	list-style: none;
}

footer .contents ul li a {
	display: block;
	width: 100%;
	font-size: 0.8em;
	line-height: 3em;
	border-bottom: 1px solid #fff;
	padding: 0 10px;
	cursor: default;
	color: #fff;
}

footer .contents ul li a:hover {
	color: red;
	transition: 0.6s;
}

footer .access iframe {
	width: 100%;
	height: 200px;
}

.sub_title {
	color: #fff;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.copy {
	width: 100%;
	background-color: #127441;
	text-align: center;
	color: #aaa;
	font-size: 0.8em;
	padding: 30px 0 10px 0;
}


@media screen and (min-width:1024px) {
	footer .footer_inner {
		width: 100%;
		max-width: 1050px;
	}
	
	footer .contents, footer .company, footer .access {
		width: 30%;
		margin: 0;
	}
}


















