@charset "UTF-8";


/* ------------------------------------- */
/*	  overwrite
/* ------------------------------------- */

body {
	background-color: #000;
	color: #fff;
	font-size: 16px;
	line-height: 1.6875;
	font-family: Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

h1,
h2,
h3,
p,
dl,
dt,
dd,
li,
ul,
ol,
address {
	margin: 0;
	padding: 0;
}

dt,
dd {
	line-height: 1.6875;
}

ul {
	list-style: none;
}

dt {
	font-weight: normal;
}

h1,
h2,
h3,
h4 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4;
}

em,
address {
	font-style: normal;
}

a,
a:visited {
	color: #8DC221;
	text-decoration: underline;
	-webkit-transition: 0.5s;
	/* Saf3.2+, Chrome */
	-moz-transition: 0.5s;
	/* FF4+ */
	-ms-transition: 0.5s;
	/* IE10 */
	-o-transition: 0.5s;
	/* Opera 10.5+ */
	transition: 0.5s;
}

a:hover {
	color: #fff;
}


/* ------------------------------------- */
/*	 layout
/* ------------------------------------- */

.content {
	padding-top: 54px;
}

.cm-wrapper {
	background: url(../images/co_pattern.png);
	padding: 50px;
}

@media (max-width: 767px) {
	.cm-wrapper {
		padding: 25px;
	}

	.co-bg {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 970px;
	}
}

/* ------------------------------------- */
/*	 module
/* ------------------------------------- */

.font-hel {
	font-family: Helvetica, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb12 {
	margin-bottom: 12px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb45 {
	margin-bottom: 45px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb95 {
	margin-bottom: 95px;
}

.mb140 {
	margin-bottom: 140px;
}

.mb1em {
	margin-bottom: 1em;
}

.pt60 {
	padding-top: 60px;
}

.mbt50 {
	margin-bottom: 45px;
	margin-top: 45px;
}

.txtred {
	color: #ff0000;
	font-weight: 700;
}

.txtcol01 {
	color: #8DC221;
}

.m-auto {
	margin-left: auto;
	margin-right: auto;
}

.pos-re {
	position: relative;
}

.fs11px {
	font-size: 11px;
}

.fs14px {
	font-size: 14px;
}

.txtC {
	text-align: center;
}

.txtidt {
	text-indent: 1em;
}

.lspace {
	letter-spacing: .2em;
}

.list-inline {
	margin-left: 0;
}

.list-inline li {
	display: inline;
}

.list-dot {
	list-style: disc;
	padding-left: 1em;
}

.list-c li {
	background: url(../images/li_mark.png) no-repeat 0 center;
	background-size: 8px, 8px;
	padding-left: 11px;
}

.inblock {

	display: inline-block;
}


/* ------------------------------------- */
/*	 responsive
/* ------------------------------------- */

.img-res-h {
	display: block;
	max-height: 100%;
	width: auto;
}


/* ------------------------------------- */
/*	 common
/* ------------------------------------- */

.cm-head,
.cm-head2 {
	font-family: Helvetica, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 700;
	text-align: center;
}

.cm-head {
	font-size: 40px;
}

.cm-head2 {
	font-size: 20px;
}

@media (min-width: 768px) {
	.cm-head {
		font-size: 60px;
	}

	.tel {
		color: #fff;
		cursor: default;
		text-decoration: none;
	}

	.tel:hover {
		text-decoration: none;
	}
}


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

.navbar-default {
	background-color: #000;
	font-family: Helvetica, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 700;
}

.navbar-nav {
	margin-top: 0;
}

.navbar-fixed-top {
	border: 0;
}

.nav li {
	font-size: 17px;
}

.navbar-default .navbar-nav>li>a.act,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #8DC221;
}

.navbar-default .navbar-nav>li>a {
	padding: 17px 14px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

.navbar-toggle {
	border: 0;
	padding: 0;
	margin: 0;
}

.navbar-default .navbar-brand {
	height: 54px;
	padding: 0;
	color: #fff;
	line-height: 1;
}

.h-add {
	float: right;
	line-height: 54px;
	margin-right: -5px;
	font-size: 14px;
	font-weight: normal;
}

.h-add span {
	font-size: 17px;
	margin-left: 5px;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav>li>a {
		padding-top: 14px;
		padding-bottom: 14px;
		border-bottom: solid 1px #999;
	}
}


/* ------------------------------------- */
/*	  Footer
/* ------------------------------------- */

.ptop a {
	display: block;
	line-height: 54px;
	text-align: center;
	background-color: #8DC221;
	margin-bottom: 24px;
}

.ptop a:hover {
	background-color: #fff;
	color: #000;
}

footer {
	padding-bottom: 19px;
}

.f-add {
	display: table;
	width: 100%;
}

.f-add dt {
	display: table-cell;
	width: 159px;
}

.f-add dd {
	display: table-cell;
	vertical-align: middle;
	font-size: 19px;
	line-height: 2;
}

.f-add dd span {
	font-size: 14px;
}

.f-nav {
	font-size: 12px;
}

.f-nav a {
	text-decoration: none;
}

.f-dl {
	font-size: 12px;
	margin: 30px 0 0 5px;
}

.f-dl dt {
	float: left;
	width: 6.66em;
}

.f-dl dd {
	margin: 0 0 8px 6.66em;
}

.f-dl dd span {
	display: inline-block;
	font-size: 11px;
}

.f-copy {
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
}

@media (min-width: 992px) {
	.f-add dt {
		width: 209px;
		padding-left: 50px;
	}
}

/*@media (min-width: 1200px){
	.f-add dt{
		width: 309px;
		padding-left: 150px;
	}
}*/
@media (max-width: 767px) {
	.f-add {
		display: block;
	}

	.f-add dt {
		display: block;
		width: auto;
		text-align: center;
		padding: 6px 0 27px;
	}

	.f-add dd {
		display: block;
	}

	.f-dl {
		margin: 12px 0 0;
	}
}


/* ------------------------------------- */
/*	 top
/* ------------------------------------- */

.tp-top {
	position: relative;
	background: url(../images/top/to_img01.jpg) no-repeat center;
	background-size: cover;
	margin-right: -15px;
	margin-left: -15px;
}

.tp-txt1 {
	font-size: 21px;
	margin-bottom: 9px;
	text-align: center;
}

.tp-txt2 {
	font-size: 17px;
	margin-bottom: 45px;
	text-align: center;
}

.tp-slide {
	position: relative;
	padding-bottom: 70px;
}

.slick-next {
	z-index: 100;
	right: 5px !important;
}

.slick-prev {
	z-index: 100;
	left: 5px !important;
}

.slide-item .item {
	padding: 0 5px;
}

.tp-sec01-w {
	min-height: 365px;
	background: #282828;
	padding-top: 44px;
}

.tp-news,
.fb-out {
	width: 300px;
	margin: 0 auto;
}

.tp-news li {
	line-height: 40px;
	font-size: 15px;
	background-color: #000;
}

.tp-news li:nth-child(even) {
	background-color: #1e1e1e;
}

.tp-news li~li {
	margin-top: 6px;
}

.tp-news li span {
	display: inline-block;
	width: 8em;
	font-size: 12px;
}

.tp-news a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	padding: 0 10px;
}

.tp-news a:hover {
	color: #8DC221;
}

.tp-access {
	max-width: 500px;
	font-size: 17px;
	margin: 35px auto 25px;
}

.tp-access dt {
	float: left;
	width: 6.66em;
}

.tp-access dd {
	margin: 0 0 17px 6.66em;
}

.tp-access dd span {
	display: inline-block;
	font-size: 13px;
}

#map_canvas {
	width: 100%;
	height: 440px;
}

@media (min-width: 768px) {
	.tp-top {
		height: 700px;
		margin-bottom: 94px;
		padding: 40px;
	}

	.social-btn {
		position: absolute;
		width: 70px;
		top: 235px;
		right: 40px;
	}

	.social-btn li {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.tp-top {
		height: 422px;
		padding: 10px;
		margin-bottom: 20px;
	}

	.tp-h1 {
		width: 300px;
	}

	.social-btn {
		width: 270px;
		margin: 0 auto 94px;
	}

	.social-btn li {
		float: left;
		margin: 0 10px;
	}

	.col-sm-6~.col-sm-6 .tp-sec01-w {
		margin-top: 30px;
	}

	.map_canvas-out {
		padding: 0 20px 50px;
	}
}

@media (max-width: 479px) {
	.tp-access dt {
		float: none;
		width: auto;
	}

	.tp-access dd {
		margin: 0 0 17px 0;
	}
}


/* ------------------------------------- */
/*	 menu
/* ------------------------------------- */

.me-bg {
	background: url(../images/menu/me_img01.jpg) no-repeat center 45px;
	padding-bottom: 50px;
}

.me-wrapper {
	background: url(../images/co_pattern.png);
	padding: 50px;
}

.nav-tabs {
	margin-bottom: 50px;
	border-bottom: 0;
}

.nav-tabs>li {
	width: 25%;
}

.nav-tabs>li>a {
	background-color: transparent;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border: solid 1px #fff;
	border-radius: inherit;
}

.nav-tabs li:nth-child(1) {
	padding-right: 20px;
}

.nav-tabs li:nth-child(2) {
	padding-left: 10px;
	padding-right: 10px;
}

.nav-tabs li:nth-child(3) {
	padding-left: 10px;
	padding-right: 10px;
}

.nav-tabs li:nth-child(4) {
	padding-left: 10px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus,
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
	color: #000;
	background-color: #fff;
	outline: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	cursor: default;
	padding-bottom: 12px;
	border: none;
}

.tab-pane h2 {
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 1px;
}

.me-txt {
	font-size: 13px;
	margin-bottom: 3px;
}

.me-list {
	display: table;
	width: 100%;
	border-top: solid 1px #464646;
}

.me-list-btm {
	margin-bottom: 46px;
	border-bottom: solid 1px #464646;
}

.me-list dt,
.me-list dd {
	display: table-cell;
	vertical-align: middle;
	padding: 12px 5px;
	line-height: 1.4;
}

.me-list dd {
	text-align: right;
}

.me-list dt span {
	display: block;
	font-size: 13px;
}

@media (max-width: 767px) {
	.me-wrapper {
		padding: 25px;
	}
}

@media (max-width: 639px) {
	.nav-tabs {
		margin-bottom: 0;
		padding-bottom: 21px;
	}

	.nav-tabs.me-tab>li {
		display: block;
		float: none;
		width: auto;
		margin-bottom: 15px;
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 479px) {
	.me-list {
		display: block;
	}

	.me-list dt {
		display: block;
		padding: 12px 5px 3px;
	}

	.me-list dd {
		display: block;
		padding: 0 5px 12px;
		text-align: left;
	}
}

/* ------------------------------------- */
/*	 staff
/* ------------------------------------- */

.st-bg {
	background: url(../images/staff/st_img01.jpg) no-repeat center 45px;
	padding-bottom: 50px;
}

.sa-a {
	display: table;
	width: 100%;
	padding: 10px;
	border: solid 1px #fff;
	font-size: 21px;
	font-family: Helvetica, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
	color: #fff;
	text-decoration: none;
}

.sa-a:visited,
.sa-a:focus {
	color: #fff;
	text-decoration: none;
}

.sa-a:hover {
	color: #8DC221;
	border-color: #8DC221;
	text-decoration: none;
}

.sa-a {
	-webkit-transition: 0.5s;
	/* Saf3.2+, Chrome */
	-moz-transition: 0.5s;
	/* FF4+ */
	-ms-transition: 0.5s;
	/* IE10 */
	-o-transition: 0.5s;
	/* Opera 10.5+ */
	transition: 0.5s;
}

.sa-a>span {
	display: table-cell;
	width: 170px;
}

.sa-a p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.sa-a p span {
	display: block;
}

.sa-a .fs11px {
	margin-bottom: 6px;
}

.st-btn {
	padding: 10px 0 30px;
	text-align: center;
}

.st-btn li {
	display: inline-block;
	margin: 0 6px;
}

@media (max-width: 479px) {
	.sa-a {
		display: block;
		width: 250px;
		padding-bottom: 18px;
		margin-left: auto;
		margin-right: auto;
	}

	.sa-a>span {
		display: block;
		width: auto;
		margin-bottom: 18px;
	}

	.sa-a p {
		display: block;
	}

}

.st-fhoto {
	max-width: 478px;
	padding: 10px;
	border: solid 1px #fff;
	margin: 0 auto 30px;
}

.st-name {
	font-size: 42px;
	line-height: 1;
	font-family: Helvetica, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 700;
	margin-bottom: 30px;
}

.st-name span {
	display: block;
	margin: 2px 0 15px;
	font-size: 30px;
	line-height: 1;
}

.st-name em {
	display: block;
	font-weight: normal;
	font-size: 13px;
	line-height: 1;
}

.st-cap {
	padding-bottom: 25px;
}

.st-cap li {
	width: 170px;
	background-color: #464646;
	line-height: 24px;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

.st-hobby {
	margin-bottom: 26px;
}

.st-hobby dt {
	font-size: 13px;
	color: #8DC221;
}

.st-profile {
	border-top: solid 1px #464646;
	padding-top: 30px;
	margin-bottom: 26px;
}

.st-btn2 {
	margin-bottom: 30px;
}

.st-btn2 li {
	float: left;
}

.st-btn2 li~li {
	margin-left: 20px;
}

.st-works dt {
	float: left;
	width: 5em;
}

.st-works dt span {
	font-size: 13px;
	color: #8DC221;
}

.st-works dd {
	font-size: 13px;
	padding-top: 5px;
}

.st-back a {
	display: block;
	background-color: transparent;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border: solid 1px #fff;
	font-size: 18px;
	line-height: 46px;
}

.st-back a:hover,
.st-back a:focus {
	color: #000;
	background-color: #fff;
	outline: none;
}

/* slide */
.st-slide-img table {
	position: relative;
	width: 100%;
	height: 426px;
	text-align: center;
	vertical-align: middle;
	overflow: hidden;
}

.st-slide-img table img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 570px;
	max-height: 426px;
}

.st-slide-thumb {
	margin: 10px -8px 30px 0;
}

.st-slide-thumb li {
	float: left;
	width: 90px;
	height: 65px;
	margin: 0 5px 6px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
}

@media (min-width: 640px) and (max-width: 767px) {
	.st-L {
		float: left;
		width: 47%;
	}

	.st-R {
		float: right;
		width: 47%;
	}

	.st-profile {
		border-top: none;
		padding-top: 250px;
	}
}

@media (max-width: 990px) {
	.st-slide-img table {
		height: 280px;
	}

	.st-slide-img table img {
		max-height: 280px;
	}
}

@media (max-width: 320px) {
	.st-works dt {
		float: none;
	}

	.st-slide-img table {
		height: 170px;
	}

	.st-slide-img table img {
		max-height: 170px;
	}
}

@media (max-width: 479px) {
	.st-slide-thumb li {
		width: 55px;
		height: 39px;
		margin: 0 6px 8px 0
	}
}


/* ------------------------------------- */
/*	 schedule
/* ------------------------------------- */

.sc-bg {
	background: url(../images/schedule/sc_img01.jpg) no-repeat center 45px;
	padding-bottom: 50px;
}

.sc-bg embed,
.sc-bg iframe,
.sc-bg object {
	max-width: 100%;
}

@media (max-width: 640px) {
	.g-cal {
		width: 590px;
	}
}


/* ------------------------------------- */
/*	 recruit
/* ------------------------------------- */

.re-bg {
	background: url(../images/recruit/re_img01.jpg) no-repeat center 45px;
	padding-bottom: 50px;
}

.re-dl {
	border-top: solid 1px #464646;
}

.re-dl dt {
	float: left;
	width: 6em;
	padding: 12px 0 12px 5px;
	line-height: 1.4;
	color: #8dc221;
}

.re-dl dd {
	padding: 12px 5px 12px 6em;
	line-height: 1.4;
	border-bottom: solid 1px #464646;
}

@media (max-width: 767px) {
	.re-dl {
		margin-bottom: 30px;
	}
}

@media (max-width: 479px) {
	.re-dl dt {
		float: none;
		width: auto;
		padding: 12px 5px 0 5px;
	}

	.re-dl dd {
		padding: 0 5px 12px;
	}
}


/* ------------------------------------- */
/*	 policy
/* ------------------------------------- */

.pp-bg {
	background: url(../images/policy/po_img01.jpg) no-repeat center 45px;
	padding-bottom: 50px;
}

.pp-dl dt {
	color: #8dc221;
	font-weight: 700;
}

.pp-dl dd {
	margin-bottom: 1em;
}

.pp-dl ol {
	margin-left: 1.5em;
	padding-left: 1em;
}