@charset "UTF-8";
/* CSS Document */

html, body {
	height:100%;
}
.wrap {
	width:1200px;
	margin:0 auto;
}
.innerwrap {
	width:1000px;
	margin:0 auto;
}
a.a-white {
	color: #fff;
	background: transparent;
	text-decoration: none;
}
a.a-white:active, a.a-white:hover {
	color: #d6d5ce;
	text-decoration: none;
}
.f-min {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#top-index img {
	vertical-align:bottom;
}
#top-index p {
	margin:0;
}
#top-index a {
	text-decoration:none;
}


/* head */
#head {
	width:100%;
	height:90px;
	position:fixed;
	top:0;
	left:0;
	background:#FFF;
	z-index:900;
}
#head .wrap {
	min-width:1280px;
	margin:0 auto;
	padding:0 38px;
	position:relative;
}
#head .logo {
	float:left;
	padding-top:8px;
}
#head .logo img {
	width:213px;
}
#head a {
	text-decoration:none;
}

#g-nav {
	float:left;
	margin-left:58px;
}
#g-nav .nav-main {
	float:left;
}
#g-nav .nav-main > li {
	float:left;
	position:relative;
}
#g-nav .nav-main > li + li {
	margin-left:30px;
}
#g-nav .nav-main > li > a, #g-nav .nav-main > li > span {
	display:block;
	color:#333;
	font-size:14px;
	font-weight:bold;
	line-height:90px;
	cursor:pointer;
	background:no-repeat center 80%;
}
#g-nav .nav-sub {
	background: #f3f5f7;
}
#g-nav .nav-sub li {
	line-height: 50px;
	margin: 0;
}
#g-nav .nav-sub li + li {
	border-top:1px solid #FFF;
}
#g-nav .nav-sub li a {
	display:block;
	padding: 0 20px;
	font-size: 16px;
	color:#333;
}
#g-nav .nav-entry {
	position:absolute;
	top:25px;
	right:40px;
}
#g-nav .nav-entry li {
	float:left;
	width:120px;
}
#g-nav .nav-entry li +li {
	margin-left:10px;
}
#g-nav .nav-entry li a {
	display:block;
	width:100%;
	height:40px;
	text-align:center;
	border:2px solid #239998;
	background:#239998 no-repeat center center;
	background-size:83px auto;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#g-nav .nav-entry li a.btn01 {
	background-image:url(../img/common/head_entry01.png);
}
#g-nav .nav-entry li a.btn02 {
	background-image:url(../img/common/head_entry02.png);
}
#menu-open {
	width:25px;
	height:30px;
	position:absolute;
	top:9px;
	right:15px;
	white-space:nowrap;
	text-indent:100%;
	overflow:hidden;
}
#menu-open:before {
	content:'';
	display:block;
	width:100%;
	height:4px;
	background:#333;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	position:absolute;
	top:10px; left:0;
	box-shadow:0 8px 0 #333, 0 16px 0 #333;
	-webkit-box-shadow:0 8px 0 #333, 0 16px 0 #333;
	-moz-box-shadow:0 8px 0 #333, 0 16px 0 #333;
}
#menu-open.open:before {
	background:#239897;
	box-shadow:0 8px 0 #239897, 0 16px 0 #239897;
	-webkit-box-shadow:0 8px 0 #239897, 0 16px 0 #239897;
	-moz-box-shadow:0 8px 0 #239897, 0 16px 0 #239897;
}

/* foot */
#foot {
	position: relative;
	width: 100%;
	min-width: 1200px;
	background: #23a1a0;
	padding: 25px 0 15px 0;
}
.footer {
	position: relative;
	color: #fff;
	font-size: 14px;
}
.footer_top {
	display: block;
	position: absolute;
	width: 32px;
	height: 15px;
	background: url(../img/common/arrow_a.png) no-repeat;
	background-size: 32px auto;
	right: 0;
	top: 0;
	margin-right: 15px;
}
.footer_hr {
	display: none;
	width: 100%;
	height: 1px;
	background: #fff;
	margin-bottom: 15px;
}
.footer__logo img {
	width: 212px;
	height: auto;
}
.f-sitemap {
	margin-top: 30px;
}
.f-sitemap__item {
	float: left;
	font-weight: bold;
	width: 200px;
}
.f-sitemap__item p + p {
	margin-top:30px;
}
.f-sitemap-child {
	font-size: 12px;
}
.f-sitemap-child-bt {
	margin-bottom: 32px;
}
.f-sitemap-child__item {
	font-weight: normal;
	padding-top: 5px;
}
.f-entry {
	position: absolute;
	top: 95px;
	right: 15px;
}
.f-entry__item {
	float: none;
	width: 150px;
	margin-bottom: 20px;
}
.f-entry__item a {
	display:block;
	position: relative;
	padding: 0;
}
.f-entry__item a img {
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.f-entry__item a .onimg {
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
}
.f-entry__item a:hover .onimg {
	opacity: 1;
}
.f-info {
	font-size: 12px;
	margin-top: 50px;
	float: right;
}
.f-info-link {
	float: left;
	margin-top: 10px;
}
.f-info-link__item {
	float: left;
	position: relative;
	padding-left: 5px;
}
.f-info-link__item:first-child {
	padding-left: 0;
}
.f-info-link__item:before {
	content: "|";
	padding-right: 5px;
}
.f-info-link__item:first-child:before {
	display:none;
}
.f-info-copy {
	margin-top: 10px;
	font-size: 12px;
	float: left;
	padding-left: 40px;
}


/* cont */
#content {
	padding-top:90px;
}
#main-visual {
	width:100%;
	height:560px;
	overflow:hidden;
	position:relative;
	margin-bottom:10px;
}
#main-visual .copy {
	position:absolute;
	width:100%;
	text-align:center;
	top:50%;
	left:0;
	margin-top:-205px;
	z-index:10;
}
#top-slide {
	width:100%;
	height:560px;
}
#top-slide li {
	width:100%;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
#top-slide li img {
	display:none;
}

#top-index .bloc {
	width:595px;
	margin-bottom:10px;
}

#top-news {
	position:relative;
	display:table;
	height:300px;
	background-color:#B5AC78;
	color:#FFF;
}
#top-news h2 {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	width:174px;
}
#top-news h2 img {
	width:96px;
}
#top-news .txt {
	display:table-cell;
	vertical-align:middle;
	padding-right:35px;
}
#top-news .link {
	text-align:right;
	font-size:12px;
	margin-bottom:10px;
}
#top-news .link a {
	color:#FFF;
}
#top-news .link a:after {
	content:"";
	display:inline-block;
	width:5px; height:5px;
	border-right:2px solid #FFF;
	border-bottom:2px solid #FFF;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	margin-left:5px;
}
#top-news .txt p {
	width:100%;
	font-size:14px;
}
#top-news .txt p + p {
	margin-top:10px;
}
#top-news .txt p .date {
	display:block;
	color:#666;
}
#top-news .txt p a {
	display:block;
	height:3em;
	overflow:hidden;
	color:#FFF;
	line-height:1.5;
}

#top-recruit-btn {
	height:300px;
}
#top-recruit-btn a {
	display:table;
	width:292px;
	height:100%;
	float:left;
	background-color:#239E9D;
	color:#FFF;
	font-size:25px;
	letter-spacing:3px;
}
#top-recruit-btn a:nth-child(2n) {
	float:right;
}
#top-recruit-btn a span {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

#top-msg-btn {
	height:200px;
}
#top-msg-btn a {
	display:block;
	width:100%;
	height:100%;
	border:2px solid #239E9D;
	background:#FFF url(../img/top/message_ttl.png) no-repeat center center;
	background-size:295px auto;
	white-space:nowrap;
	text-indent:100%;
	overflow:hidden;
}

#top-index .picbox {
	height:500px;
	overflow:hidden;
	background-repeat:no-repeat;
}
#top-index .picbox a {
	display:block;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	position:relative;
	color:#FFF;
	background-repeat:no-repeat;
}
#top-index .picbox .tag {
	display:block;
	width:130px;
	height:26px;
	background-color:#239E9D;
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	padding:1px;
	z-index:2;
}
#top-index .picbox .tag img {
	height:13px;
	width: auto;
	vertical-align:middle;
}
#top-index .picbox .txt {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:0 28px 28px;
	z-index:2;
}
#top-index .picbox h2 {
	margin-bottom:15px;
}
#top-index .picbox p {
	font-size:15px;
	line-height:1.6;
}
#top-index #top-brand01 p, #top-index #top-brand02 p {
	font-size:19px;
}

#top-index .staff-btn a {
	display:block;
	float:left;
	position:relative;
}
#top-index .staff-btn a:nth-child(2n) {
	float:right;
}

#top-brand-info a {
	display:block;
	height:290px;
	background-color:#F4F6F8;
	border:4px solid #F4F6F8;
	text-align:center;
	padding-top:65px;
}

#top-faq-btn a {
	display:block;
	width:100%;
	height:200px;
	background:#D6D5CE url(../img/top/btn_faq.png) no-repeat center center;
	background-size:73px auto;
	white-space:nowrap;
	text-indent:100%;
	overflow:hidden;
	border:4px solid #D6D5CE;
}

#top-smoke {
	background-color:#B8AF78;
	text-align:center;
}
#top-smoke .inner {
	height:200px;
	padding-top:40px;
}
#top-smoke h2 {
	margin-bottom:25px;
}
#top-smoke p {
	display:inline-block;
}
#top-smoke p img {
	width:auto;
}
#top-smoke p a {
	display:inline-block;
	float:left;
}
#top-smoke p a.no {
	margin-left:115px;
}


/* 下層ページ */
#breadcrumb {
	background:#D6D5CE;
	font-size:12px;
	line-height:40px;
}
#breadcrumb a, #breadcrumb .item {
	display:inline-block;
	margin-right:10px;
	color:#000;
	text-decoration:none;
}
#breadcrumb a:after, #breadcrumb .item:after {
	content:">";
	display:inline-block;
	margin-left:5px;
}
#breadcrumb em {
	color:#23A1A0;
}

/* NEWS */
#news {
	padding-top:75px;
	padding-bottom:120px;
}
#news h1 {
	margin-bottom:40px;
}
#news h1:after {
	content:"";
	display:block;
	width:28px;
	height:1px;
	background-color:#D6D5CE;
	margin-top:35px;
}
#news h1 img {
	width:92px;
}
.archive .a-list li {
	background-color:#F4F6F8;
}
.archive .a-list li:nth-child(2n) {
	background-color:#fbfbfc;
}
.archive .a-list li + li {
	margin-top:10px;
}
.archive .a-list li a {
	display:block;
	padding:23px 40px;
	line-height:22px;
	text-decoration:none;
}
.archive .a-list li a .date {
	color:#23A1A0;
	font-size:14px;
	float:left;
}
.archive .a-list li a em {
	float:right;
	display:block;
	width:790px;
	color:#333;
	font-size:16px;
	font-weight:bold;
}
.archive .pager {
	text-align:center;
	margin-top:80px;
	font-size:16px;
	line-height:1.2;
}
.archive .pager a,
.archive .pager span {
	display:inline-block;
	line-height:1;
	padding:0 5px;
}
.archive .pager a {
	color:#333;
	text-decoration:none;
}
.archive .pager a:hover,
.archive .pager a.on {
	color:#23A1A0;
}
.archive .pager .prev,
.archive .pager .next {
	position:relative;
	top:-2px;
	padding:0;
}
.archive .pager .prev {
	margin-right:5px;
}
.archive .pager .next {
	margin-left:5px;
}
.archive .pager .prev:before,
.archive .pager .next:before {
	content:"";
	display:inline-block;
	width:7px;
	height:7px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}
.archive .pager .prev:before {
	border-left:1px solid #333;
	border-bottom:1px solid #333;
}
.archive .pager .next:before {
	border-right:1px solid #333;
	border-top:1px solid #333;
}
.archive .pager a.prev:hover:before,
.archive .pager a.next:hover:before {
	border-color:#23A1A0;
}
.archive .pager .blank:before {
	border-color:#D6D5CE;
}





@media only screen and (max-width: 768px) {
	img { max-width:100%; }
	.pc { display:none !important; }
	.smp { display:block; }
	img.smp { display:inline; }
	.wrap {
		width:auto;
		min-width:1px;
		padding-left:15px;
		padding-right:15px;
	}
	.innerwrap {
		width:auto;
		padding-left:15px;
		padding-right:15px;
	}

/* head */
	#head {
		height:60px;
	}
	#head .wrap {
		height:100%;
		min-width:1px;
		padding:0;
	}
	#head .sp-head {
		width:100%;
		height:100%;
		padding:0 15px;
		position:relative;
		background-color:#FFF;
		z-index:920;
	}
	#head .logo {
		height:100%;
		padding:5px 0 10px;
		position:relative;
		z-index:930;
	}
	#head .logo img {
		width: auto;
		height:100%;
	}

	#g-nav {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		float:none;
		margin:0;
		display:none;
		overflow:auto;
		z-index:910;
	}
	#g-nav .inner {
		max-height:100%;
		margin-top:60px;
		padding:10px 0 30px;
		background:#ECEEF0;
		overflow:auto;
	}
	#g-nav .nav-main {
		float:none;
		margin-bottom:30px;
	}
	#g-nav .nav-main > li {
		float:none;
	}
	#g-nav .nav-main > li + li {
		margin-left:0;
	}
	#g-nav .nav-main > li > a,
	#g-nav .nav-main > li > span {
		font-size:110%;
		margin:0 15px;
		padding:20px 0;
		line-height:1;
		background:none !important;
		position:relative;
	}
	#g-nav .nav-main > li > a {
		border-bottom:1px solid #FFF;
	}
	#g-nav .nav-main li a:before {
		content:"";
		display:block;
		width:10px;
		height:10px;
		border-top:1px solid #CDCCC5;
		border-right:1px solid #CDCCC5;
		transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-o-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		position:absolute;
		right:10px;
		top:50%;
		margin-top:-5px;
	}
	#g-nav .nav-main li .trigger {
		display:block;
		width:100%;
		height:100%;
		position: absolute;
		top:0;
		left:0;
		padding:0 15px;
		cursor:pointer;
	}
	#g-nav .nav-main li .trigger span {
		display:block;
		width:100%;
		height:100%;
		border-bottom:1px solid #FFF;
	}
	#g-nav .nav-main li .trigger.active span {
		border:0 none;
	}
	#g-nav .nav-main li .trigger:before {
		content:"";
		display:block;
		width:10px;
		height:10px;
		border-bottom:1px solid #CDCCC5;
		border-right:1px solid #CDCCC5;
		transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-o-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		position:absolute;
		right:25px;
		top:18px;
	}
	#g-nav .nav-main li .trigger.active:before {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
		-moz-transform:rotate(-135deg);
		-o-transform:rotate(-135deg);
		-ms-transform:rotate(-135deg);
		top:22px;
	}
	#g-nav .nav-entry {
		position:relative;
		top:auto;
		right:auto;
		padding:0 15px;
	}
	#g-nav .nav-entry li {
		width:49%;
	}
	#g-nav .nav-entry li +li {
		margin-left:2%;
	}
	#g-nav .nav-entry li a {
		height:50px;
		background-size:100px auto;
	}
	#g-nav .nav-sub {
		display:none;
		background:#CDCCC5;
	}
	#g-nav .nav-sub li {
		line-height: 1;
	}
	#g-nav .nav-sub li + li {
		border:0 none;
	}
	#g-nav .nav-sub li a {
		margin:0 15px;
		padding: 20px 15px;
		font-size: 110%;
		font-weight:bold;
		position:relative;
		border-bottom:1px solid #EAECEE;
	}
	#g-nav .nav-sub li:last-child a {
		border-bottom:0 none;
	}
	#g-nav .nav-sub li a:before {
		border-color:#ECEEF0;
	}

/* foot */
	#foot {
		min-width: 1px;
		padding: 0;
	}
	.footer {
		padding:150px 15px 10px;
	}
	.footer_hr {
		display:block;
	}
	.footer_top {
		width: 28px;
		height: 14px;
		background-size: 28px auto;
		right:50%;
		top: 13px;
		margin-right: -14px;
	}
	.footer__logo img {
		width: 45%;
	}
	.f-sitemap {
		margin-top: 0;
	}
	.f-entry {
		top: 80px;
		left: 0;
		right:auto;
		width: 100%;
		padding-left: 15px;
	}
	.f-entry__item {
		float: left;
		width: 45%;
		margin-left: 5%;
	}
	.f-entry__item:first-child {
		margin-left: 0;
	}
	.f-info {
		margin-top: 0;
	}
	.f-info-link {
		margin-top:20px;
	}
	.f-info-copy {
		margin-top:20px;
		padding-left:0;
		font-size: 10px;
	}


/* cont */
	#content {
		padding-top:60px;
	}
	#main-visual {
		height:auto;
	}
	#main-visual .copy {
		top:20%;
		margin-top:0;
	}
	#main-visual .copy img {
		width:80%;
	}
	#top-slide {
		height:auto;
	}
	#top-slide li img {
		display: inline;
		width:100%;
	}

	#top-index {
		padding:0 10px;
	}
	#top-index .bloc {
		width:100%;
	}

	#top-news {
		display: block;
		height:auto;
		padding:20px;
	}
	#top-news h2 {
		display: block;
		text-align:left;
		width:auto;
		margin-bottom:20px;
	}
	#top-news h2 img {
		width:20%;
	}
	#top-news .txt {
		display: block;
		padding-right:0;
	}
	#top-news .link {
		font-size:100%;
		margin-bottom:0;
		position:absolute;
		top:30px;
		right:20px;
	}
	#top-news .txt p {
		font-size:105%;
	}
	#top-news .txt p + p {
		margin-top:15px;
	}
	#top-news .txt p .date {
		margin-bottom:5px;
	}
	#top-news .txt p a {
		height:auto;
		max-height:4.5em;
	}

	#top-recruit-btn {
		height:180px;
	}
	#top-recruit-btn a {
		width:49%;
		font-size:140%;
	}

	#top-msg-btn {
		height:140px;
	}
	#top-msg-btn a {
		background-size:64% auto;
	}

	#top-index .picbox {
		height:auto;
	}
	#top-index .picbox img.pic {
		display:block;
		width:100%;
	}
	#top-index .picbox .tag {
		width:100px;
		height:auto;
		padding:2px 0 5px;
	}
	#top-index .picbox .txt {
		padding:0 20px 15px;
	}
	#top-index .picbox h2 img {
		height:26px;
	}
	#top-index .picbox p {
		font-size:110%;
	}
	#top-index #top-brand01 h2 img, #top-index #top-brand02 h2 img {
		height:60px;
	}
	#top-index #top-brand01 p, #top-index #top-brand02 p {
		font-size:110%;
	}

	#top-index .staff-btn a {
		width:49%;
	}
	#top-index .staff-btn a img {
		width:100%;
	}

	#top-brand-info a {
		height:auto;
		padding:40px 20px 30px;
	}

	#top-index #top-faq-btn {
		width:49%;
	}
	#top-faq-btn a {
		height:100%;
		background-size:30% auto;
	}

	#top-index #top-smoke {
		width:49%;
		height:auto;
	}
	#top-smoke .inner {
		height:100%;
		padding:20px;
	}
	#top-smoke p a {
		width:40%;
	}
	#top-smoke p a.no {
		margin-left:20%;
	}
	#top-smoke p a img {
		height:20px;
	}


/* 下層ページ */
	#breadcrumb {
		font-size:100%;
	}

/* NEWS */
	#news {
		padding-top:60px;
		padding-bottom:60px;
	}
	#news h1 {
		margin-bottom:30px;
	}
	#news h1:after {
		width:9%;
		margin-top:25px;
	}
	#news h1 img {
		width:20%;
	}
	.archive .a-list li a {
		padding:10px;
		line-height:1.2;
	}
	.archive .a-list li a .date {
		font-size:105%;
		float:none;
		display:block;
		margin-bottom:8px;
	}
	.archive .a-list li a em {
		float:none;
		width:auto;
		font-size:110%;
		line-height:1.52;
	}
	.archive .pager {
		margin-top:60px;
		font-size:130%;
		font-weight:bold;
		display:block;
		width:100%;
		position:relative;
	}
	.archive .pager a,
	.archive .pager span {
		line-height:16px;
		margin:0 6px;
	}
	.archive .pager a {

	}
	.archive .pager .prev,
	.archive .pager .next {
		position: absolute;
		margin:0;
		width:10px;
		height:15px;
		background-size:contain;
		background-repeat:no-repeat;
		top:2px;
	}
	.archive .pager .prev {
		left:0;
		background-image:url(../img/news/arw_prev.png);
	}
	.archive .pager .next {
		right:0;
		background-image:url(../img/news/arw_next.png);
	}
	.archive .pager .prev:before,
	.archive .pager .next:before {
		display:none;
	}
	.archive .pager .prev.blank {
		background-image:url(../img/news/arw_prev_off.png);
	}
	.archive .pager .next.blank {
		background-image:url(../img/news/arw_next_off.png);
	}
}


@media only screen and (min-width: 769px) {
	.smp { display:none; }

	#g-nav {
		display:block !important;
	}
	#g-nav .nav-main > li:hover > a,
	#g-nav .nav-main > li:hover > span,
	#g-nav .nav-main > li > .on {
		color:#239E9D;
		background-image:url(../img/common/arrow_c.png);
	}
	#g-nav li .nav-sub {
		position:absolute;
		top:90px;
		left:0;
		width:385px;
		height:0;
		overflow:hidden;
		filter: alpha(opacity=0);
		-moz-opacity:0;
		opacity:0;
		box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.1);
		-webkit-transition: all .4s ease-out;
		-moz-transition: all .4s ease-out;
		-o-transition: all .4s ease-out;
		transition: all .4s ease-out;
	}
	#g-nav li:hover .nav-sub {
		display:block !important;
		width:385px;
		height:auto;
		filter: alpha(opacity=100);
		-moz-opacity:1;
		opacity:1;
	}
	#g-nav .nav-sub li a:hover {
		background: #d6d5ce;
	}

	#g-nav .nav-entry li a:hover {
		background-color:#FFF;
	}
	#g-nav .nav-entry li a.btn01:hover {
		background-image:url(../img/common/head_entry01_on.png);
	}
	#g-nav .nav-entry li a.btn02:hover {
		background-image:url(../img/common/head_entry02_on.png);
	}

	#top-slide li.pic01 {
		background-image:url(../img/top/main_pic01.jpg);
	}
	#top-slide li.pic02 {
		background-image:url(../img/top/main_pic02.jpg);
	}
	#top-slide li.pic03 {
		background-image:url(../img/top/main_pic03.jpg);
	}
	#top-slide li.pic04 {
		background-image:url(../img/top/main_pic04.jpg);
	}
	#top-slide li.pic05 {
		background-image:url(../img/top/main_pic05.jpg);
	}
	#top-slide li.pic06 {
		background-image:url(../img/top/main_pic06.jpg);
	}
	#top-slide li.pic07 {
		background-image:url(../img/top/main_pic07.jpg);
	}

	#top-history a {
		background-image:url(../img/top/history_pic.jpg);
	}
	#top-history, #top-history a:hover {
		background-image:url(../img/top/history_pic_on.jpg);
	}
	#top-value a {
		background-image:url(../img/top/value_pic.jpg);
	}
	#top-value, #top-value a:hover {
		background-image:url(../img/top/value_pic_on.jpg);
	}
	#top-make a {
		background-image:url(../img/top/make_pic.jpg);
	}
	#top-make, #top-make a:hover {
		background-image:url(../img/top/make_pic_on.jpg);
	}
	#top-brand01 a {
		background-image:url(../img/top/brand_case01_pic.jpg);
	}
	#top-brand01, #top-brand01 a:hover {
		background-image:url(../img/top/brand_case01_pic_on.jpg);
	}
	#top-brand02 a {
		background-image:url(../img/top/brand_case02_pic.jpg);
	}
	#top-brand02, #top-brand02 a:hover {
		background-image:url(../img/top/brand_case02_pic_on.jpg);
	}

	#top-recruit-btn a:hover {
		background-color:#056261;
	}

	#top-msg-btn a:hover {
		background-color:#239E9D;
		background-image:url(../img/top/message_ttl_on.png);
	}

	#top-index .staff-btn a:after {
		content:"";
		display:block;
		box-sizing:border-box;
		width:292px;
		height:291px;
		border:4px solid transparent;
		position:absolute;
		top:0;
		left:0;
		-webkit-transition: border .4s ease-out;
		-moz-transition: border .4s ease-out;
		-o-transition: border .4s ease-out;
		transition: border .4s ease-out;
	}
	#top-index .staff-btn a:hover:after {
		border-color:#239E9D;
	}

	#top-brand-info a:hover {
		border-color:#239E9D;
	}

	#top-faq-btn a:hover {
		border-color:#239E9D;
	}

	#top-smoke p img {
		-webkit-transition: all .4s ease-out;
		-moz-transition: all .4s ease-out;
		-o-transition: all .4s ease-out;
		transition: all .4s ease-out;
	}
	#top-smoke p a:hover img {
		visibility:hidden;
		opacity:0;
	}
	#top-smoke p a:hover {
		background-position: center center;
		background-repeat:no-repeat;
	}
	#top-smoke p a.yes:hover {
		background-image:url(../img/top/smoke_yes_on.png);
	}
	#top-smoke p a.no:hover {
		background-image:url(../img/top/smoke_no_on.png);
	}
}
