<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

/*------------------------------
	header
------------------------------*/
#header
{
	width: 100%;
	position: fixed;
	height: 77px;
	top: 0;
	background-color: #fff;
	z-index: 200;
	
}

#header #logo
{
	margin-top: 10px;
	margin-left: 10px;
}
#header #logo img
{
	width: 337px;
	height: 57px;
}
#tophead
{
	
	position: relative;
	
}
#tophead #submenu
{
	font-size:14px;
	position: absolute;
	top:48px;
	right: 90px;
}
#tophead #submenu a
{
	color: #2652aa;
}
#tophead #submenu li
{
	float: left;
	margin-right: 20px;
}
#panel-btn{
  	display: inline-block;
  	position: relative;
  	width: 76px;
  	height: 76px;
	margin: 0;
	background: #f5faff;
	float: right;
}
#panel-btn:hover{
  	background: #fafafa;
}
#panel-btn-menu{
	position: absolute;
	top: 51px;
	font-size: 70%;
	margin: 0 0 0 0px;
	width: 76px;
	text-align: center;
	color: #c1272d;
}
#panel-btn-icon{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 4px;
	margin: -2px 0 0 -12px;
	background: #c1272d;
	transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 4px;
	background: #c1272d;
	transition: .3s;
}
#panel-btn-icon:before{
	margin-top: -10px;
}
#panel-btn-icon:after{
	margin-top: 6px;
}
#panel-btn .close{
	background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
	margin-top: 0;
}
#panel-btn .close:before{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}




@media (max-width: 940px)
{
	.logo
	{
		position: static;
		float: right;
		padding-top: 24px;
		margin-right: 60px;
	}
}


/* @group navigation */

#gNavi
{
	position: fixed;
	top: 77px;
	width: 100%;
	height: 100%;
	z-index: 160;
	display: none;
	background-color: #1e418e;
}
#gNavi #naviArea
{
	width: 100%;
	height: 85%;
	position: relative;
}
#gNavi .naviBox
{
	width: 100%;
	height: 9%;
	text-align: center;
	font-size: 15px;
	color: #ffffff;
	display: table;
	cursor: pointer;
}

#gNavi .naviList
{
	width: 100%;
	text-align: center;
	display: table-cell;
	border-top: dotted 1px #bebebe;
	vertical-align: middle;
}
#gNavi .naviBox .li1
{
	border-top: none;
}
#gNavi .naviList a
{
	color: #ffffff;
}
/* @end */

/*------------------------------
	mainVisual
------------------------------*/
#titleArea
{
	width: 100%;
	height: 760px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	overflow: hidden;
	background-image: url("../../images/index/top_back.jpg");
	margin-top: 50px;
	position: relative;
}
#titleBox
{
	position: absolute;
	top: 0px;
	left: 50%;
	width: 940px;
	height: 417px;
	margin: 53px 0 0 -484px;
}
#titleBox li
{
	position: absolute;
	display: none;
}
#movieBox
{
	position: absolute;
	top: 455px;
	left: 50%;
	margin: 0px 0 0 270px;
}
#movieBox img
{
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow:hidden;
	display: block;
}
#peopleBox
{
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 480px;
	height: 277px;
	margin: -138px 0 0 -240px;
}

/*------------------------------
	contents
------------------------------*/
.indexCatch{
	width: 100%;
	line-height:1.6em;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
}
.indexCatch h2 {
	margin-bottom: 10px;
}
.indexCatch p {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
}
#indexContentsArea
{
	width: 100%;
}
#indexContentsArea a:hover
{
	text-decoration: none;
}

#indexContentsArea .txt img
{
	width: 100%;
}
#indexContentsArea .moveBtn
{
	width: 186px;
	margin: 0 auto;
	text-align: center;
	padding: 16px 0;
	color: #ffffff;
	font-size: 14px;
}
#indexContentsArea .moveBtnOv
{
	width: 186px;
	margin: 0 auto;
	text-align: center;
	padding: 16px 0;
	font-size: 14px;
	position: absolute;
	left: 50%;
	margin-left: -93px;
	bottom: 40px;
	color: #ffffff;
}
#indexContentsArea .moveBtn a,
#indexContentsArea .moveBtnOv a
{
	color: #ffffff;
}
#indexContentsArea .point1,
#indexContentsArea .point2
{
	cursor: pointer;
}
.movieSw a:hover
{
	opacity: 0.7;
	-moz-opacity: 0.70;
	filter: alpha(opacity=70);
}
/*----------point1----------*/
#indexContentsArea .point1 .topmovBox
{
	width: 34%;
	height: 380px;
	overflow: hidden;
}
#indexContentsArea .point1 .topmovBox .movieSw
{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 73px;
	height: 73px;
	margin: -36px 0 0 -36px;	
}

#indexContentsArea .point1 .topBox
{
	height: 380px;
	overflow: hidden;
}
#indexContentsArea .point1 .preBox
{
	width: 33%;
	height: 380px;
	overflow: hidden;
	display: none;
}
#indexContentsArea .point1 .imgBox
{
	width: 66%;
	height: 380px;
	overflow: hidden;
}
#indexContentsArea .point1 .topmovBox
{
	float: left;
}
#indexContentsArea .point1 .preBox
{
	float: left;
}
#indexContentsArea .point1 .imgBox
{
	float: right;
}
#indexContentsArea .point1 .topmovBox
{
	position: relative;
}

#indexContentsArea .point1 .topBox
{
	background: url("../../images/index/pict022.png") no-repeat center top;
	overflow: hidden;
}
#indexContentsArea .point1 .preBox
{
	background: url("../../images/index/pict022.png") no-repeat center top;
	overflow: hidden;
}
#indexContentsArea .point1 .imgBox
{
	background: url("../../images/index/pict01.png") 80% top no-repeat;
	overflow: hidden;
}

#indexContentsArea .point1 .topBox .moveBtn
{
	background-color: #af2a34;
	margin-top: 300px;
}
#indexContentsArea .point1 .preBox .moveBtn
{
	background-color: #af2a34;
	margin-top: 300px;
}
#indexContentsArea .point1 .imgBox .moveBtn
{
	background-color: #ff9933;
	margin-top: 300px;
}

/*----------point2----------*/
#indexContentsArea .point2 .imgBox
{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
#indexContentsArea .point2 .imgBox
{
	background: url("../../images/index/pict03.png") no-repeat center top;
	background-size: cover;
}
#indexContentsArea .point2 .imgBox img
{
	width: 100%;
	height: auto;
}
#indexContentsArea .point2 .imgBox .moveBtn
{
	background-color: #ff9933;
	display: block;
	position: absolute;
	bottom: 32px;
	left: 50%;

	margin: 0 0 0 -93px;

}

/*--------recruitBox-------*/
#indexContentsArea .recruitBox
{
	width: 100%;
	z-index: 2;
}

#indexContentsArea .recruitBox .moveBtn4
{
	width: 166px;
	margin: 0 auto;
	text-align: center;
	padding: 16px 0;
	color: #434343;
	font-size: 14px;
	position: absolute;
	left: 50%;
	margin-left: -83px;
	bottom: 40px;
	color: #ffffff;
}
#indexContentsArea .recruitBox .movBox
{
	width: 25%;
	height: 380px;
	float: left;
	position: relative;
}
#indexContentsArea .recruitBox .movBox .movieSw
{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 73px;
	height: 73px;
	margin: -36px 0 0 -36px;
	z-index: 130;
}
#indexContentsArea .recruitBox .works
{
	height: 380px;
	background: url("../../images/index/rec01.png") no-repeat center center;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
#indexContentsArea .recruitBox .works .moveBtn4
{
	background-color: #af2a34;
}
#indexContentsArea .works .moveBtn4 a
{
	color: #ffffff;
}
#indexContentsArea .recruitBox .story
{
	height: 380px;
	background: url("../../images/index/rec02.png") no-repeat center center;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
#indexContentsArea .recruitBox .story .moveBtn4
{
	background-color: #af2a34;
}
#indexContentsArea .story .moveBtn4 a
{
	color: #ffffff;
}

#indexContentsArea .recruitBox .life
{

	height: 380px;

	background: url("../../images/index/rec03.png") no-repeat center center;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
#indexContentsArea .recruitBox .life .moveBtn4
{
	background-color: #af2a34;
}
#indexContentsArea .life .moveBtn4 a
{
	color: #ffffff;
}

#indexContentsArea .recruitBox .staff1
{

	height: 380px;

	background: url("../../images/index/rec06.png") no-repeat center center;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
#indexContentsArea .recruitBox .staff1 .moveBtn4
{
	background-color: #ff9933;
}
#indexContentsArea .staff1 .moveBtn4 a
{
	color: #ffffff;
}
#indexContentsArea .recruitBox .staff2
{

	height: 380px;

	background: url("../../images/index/rec04.png") no-repeat center center;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
#indexContentsArea .recruitBox .staff2 .moveBtn4
{
	background-color: #ff9933;
}
#indexContentsArea .staff2 .moveBtn4 a
{
	color: #ffffff;
}
#indexContentsArea .recruitBox .staff3
{

	height: 380px;

	background: url("../../images/index/rec05.png") no-repeat center center;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
#indexContentsArea .recruitBox .staff3 .moveBtn4
{
	background-color: #ff9933;
}
#indexContentsArea .staff3 .moveBtn4 a
{
	color: #ffffff;
}
#indexContentsArea .recruitBox .staff4
{

	height: 380px;

	background: url("../../images/index/rec07.png") no-repeat center center;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
#indexContentsArea .recruitBox .staff4 .moveBtn4
{
	background-color: #ff9933;
}
#indexContentsArea .staff4 .moveBtn4 a
{
	color: #ffffff;
}
#indexContentsArea .recruitBox .staff5
{

	height: 380px;

	background: url("../../images/index/rec08.png") no-repeat center center;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
#indexContentsArea .recruitBox .staff5 .moveBtn4
{
	background-color: #ff9933;
}
#indexContentsArea .staff5 .moveBtn4 a
{
	color: #ffffff;
}
/*--------onomichiArea-------*/
.imgContainer
{
	width: 100%;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.imgContainer .moveBtnOv
{
	position: absolute;
	width: 186px;
	top: 290px;
	left: 50%;
	margin: 0 0 0 -93px;
	z-index: 100;
	background: #c1272d;

}
.imgContainer #ticker
{
	position: relative;
	height: 380px;
	overflow: hidden;
}
#ticker img {
	width: 320px;
	height: 380px;
	padding: 0;
	margin: 0;
}
/*-------ExtraEdit----------*/
@media (min-width: 1280px)
{
	#titleArea
	{
		background: url("../../images/index/top_back.jpg") no-repeat center bottom;
		background-size: cover;
	}
	#indexContentsArea .imgBox img
	{
		width: 100%;
	}
	#indexContentsArea .point1 .topBox
	{
		background: url("../../images/index/pict022.png") no-repeat center top;
		background-size: cover;
	}
	#indexContentsArea .point1 .preBox
	{
		background: url("../../images/index/pict022.png") no-repeat center top;
		background-size: cover;
	}
	#indexContentsArea .point1 .imgBox
	{
		background: url("../../images/index/pict01.png") 80% top no-repeat;
		background-size: cover;
	}
	#indexContentsArea .point2 .imgBox img
	{
		width: 70%;
		height: auto;
		min-height:545px;
	}
	#indexContentsArea .point2 .imgBox
	{
		background: url("../../images/index/pict03-1.png") no-repeat center top;
		background-size: cover;
	}
	#indexContentsArea .recruitBox .works
	{
		background: url("../../images/index/rec01.png") no-repeat center top;
		background-size: cover;
	}
	#indexContentsArea .recruitBox .story
	{
		background: url("../../images/index/rec02.png") no-repeat center top;
		background-size: cover;
	}
	#indexContentsArea .recruitBox .life
	{
		background: url("../../images/index/rec03.png") no-repeat center top;
		background-size: cover;
	}
	#indexContentsArea .recruitBox .staff1
	{
		background: url("../../images/index/rec06.png") no-repeat center top;
		background-size: cover;
	}
	#indexContentsArea .recruitBox .staff2
	{
		background: url("../../images/index/rec04.png") no-repeat center top;
		background-size: cover;
	}
	#indexContentsArea .recruitBox .staff3
	{
		background: url("../../images/index/rec05.png") no-repeat center top;
		background-size: cover;
	}
	#indexContentsArea .recruitBox .staff4
	{
		background: url("../../images/index/rec07.png") no-repeat center top;
		background-size: cover;
	}
	#indexContentsArea .recruitBox .staff5
	{
		background: url("../../images/index/rec08.png") no-repeat center top;
		background-size: cover;
	}
}
/*------------------------------
	Recruit Banner Area
------------------------------*/
#bannerArea
{
	max-width: 452px;
	margin: 0 auto;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
}
#bannerArea .kaisya {
	cursor: pointer;
}
#bannerArea .recruit {
	cursor: pointer;
}
#bannerArea .kaisya .moveBtn
{
	width: 186px;
	margin: 0 auto;
	text-align: center;
	padding: 16px 0;
	color: #ffffff;
	font-size: 14px;
	background-color: #f7931e;
}

#bannerArea .recruit .moveBtn
{
	width: 186px;
	margin: 0 auto;
	text-align: center;
	padding: 16px 0;
	color: #ffffff;
	font-size: 14px;
	background: #c1272d;
}
#bannerArea ul
{
	display: table;
}
#bannerArea li
{
	text-align: center;
	display: table-cell;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	padding-right: 20px;
	padding-left: 20px;
}
/*#bannerArea li a:hover
{
	opacity: 0.6;
	-moz-opacity: 0.60;
	filter: alpha(opacity=60);
}*/
/*----------------------------
	page-top
----------------------------*/
#page-top {
    position: fixed;
    z-index: 100;
    bottom: 20px;
    right: 20px;
}
#page-top a:hover {
	opacity: 0.6;
	-moz-opacity: 0.60;
	filter: alpha(opacity=60);
}

/*----------------------------
	move-index
----------------------------*/
.moveIndex
{
	max-width: 810px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	background-color: #fafafa;
}
.moveIndex .btn
{
	width: 270px;
	text-align: center;
	font-size: 16px;
	margin: 0 auto;
	background-color: #409d27;
	border: solid 1px #409d27;
}
.moveIndex .btn a
{
	padding: 18px 0;
	display: block;
	background-color: #409d27;
	color: #ffffff;
}
.moveIndex .btn span
{
	padding-right: 20px;
	background: url("../common/bg_remove.gif") no-repeat right center;
}

/*------------------------------
	Footer
------------------------------*/
#footer
{
	width:100%;
	margin-top: 50px;
	background-color: #35519e;
	padding-top: 30px;
	padding-bottom: 30px;
}
/*#footerArea
{
	max-width: 940px;
	margin-right: auto;
	margin-left: auto;
	
}*/
#footerArea
{
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	
}


#footerNavi .saiyo
{
	font-size: 13px;
	float: right;
}
#footerNavi .page
{
	font-size: 13px;
	float: left;
	padding-left: 0px;
	padding-right: 10px;
}
#footerNavi li
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#footerNavi
{
	
	padding-bottom: 25px;

	
	margin-right: auto;
	width: 960px;
	margin-left: auto;
}

#copyBox
{
	border-top: thin dotted white;
	margin-top: 20px;
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
	font-size: 13px;
	text-align: center;
	padding-top: 20px;
}
#copyBox ul
{
	margin-bottom: 15px;
}
#copyBox li
{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#footerNavi li a,
#copyBox li a
{
	color: #ffffff;
	text-decoration: none;
}
#footerNavi li a:hover,
#copyBox li a:hover
{
	text-decoration: underline;
}
</pre></body></html>