body, p, h1, h2, h3, h4, h5, h6, table, tbody, tr, td, span, blockquote, abbr, address, cite, code, ul, ol, li, dl, dd, dt, form, label, fieldset, caption {
	border:0;
	outline:0;
	font-family:Meiryo, 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ ゴシック', sans-serif;
	vertical-align:baseline;
	list-style:none;
	text-decoration:none;
	line-height:1.8em;
	margin:0;
	padding:0
}

body{
	color:#333;
	font-family:Meiryo, 'メイリオ', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ ゴシック', sans-serif;
	font-size:13px;
}

img{
	border:0;
}

h1 {
	font-size:20px;
	font-weight:bold;
}

h2 {
	font-size:16px;
	font-weight:bold;
	padding-left:10px;
	margin-bottom:8px;
}



a:link    { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover   { text-decoration:underline; }
a:active  { text-decoration:underline; }


#wrap {
	
}


/* Header
-------------------------------------------------- */
#main-header {
	background-color:#000;
	width:100%;
	min-width:950px;
	height:68px;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
}

#site-navigation {
	width:100%;
}

#gnav-menu {
	width:100%;
	max-width:1260px;
	min-width:950px;
	margin:0 auto;
	font-size:0;
}

#gnav-menu li {
	border-left:1px solid #FFF;
	max-width:179px;
	width:14.2%;
	min-width:133px;
	height:68px;
	vertical-align: top;
	display:inline-block;
	*display:inline;
	*zoom:1;
}

#gnav-menu li#menu07 {
	border-right:1px solid #FFF;
}

#gnav-menu li a {
	display:block;
	width:100%;
	height:68px;
	text-align:center;
	line-height:68px;
}

#gnav-menu li.active a {
	background-color:#201154;
}

#gnav-menu li a img {
	vertical-align:middle;
}

#gnav-menu .menu-ch li {
	border:none;
	width:179px;
	height:50px;
}
#gnav-menu .menu-ch li a{
	background-color:#000;
	height:50px;
	text-align:center;
	line-height:0;
	padding-top:10px;
}
#gnav-menu .menu-ch li a:hover{
	background-color:#201154;
}






/* Contents
-------------------------------------------------- */

/* Common */
.content {
	max-width:1260px;
	width:100%;
	min-width:950px;
	margin:0 auto;
}

.left-message {
	float:left;
	width:600px;
}
.right-message {
	float:right;
	width:600px;
}

.f-bold {
	font-weight:bold;
}

.black-space {
	height:68px;
	width:100%;
	background-color:#000;
}




/* TOP Slider */
.bg {
    overflow: hidden;
    position: relative;
	min-width:950px;
	background-color:#000;
}
.bg__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 1024px;
    overflow: hidden;

    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition  : 1s cubic-bezier(1, .01, .8, 1);
    -moz-transition     : 1s cubic-bezier(1, .01, .8, 1);
    -ms-transition      : 1s cubic-bezier(1, .01, .8, 1);
    -o-transition       : 1s cubic-bezier(1, .01, .8, 1);
    transition          : 1s cubic-bezier(1, .01, .8, 1);

}
.downSliding {
    -moz-transform: translateY(100%) !important;
    -webkit-transform: translateY(100%) !important;
    -o-transform: translateY(100%) !important;
    -ms-transform: translateY(100%) !important;
    transform: translateY(100%) !important;
}
.bg__img img {
    position: absolute;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 100%;
}

.top-catch {
	width:100%;
	text-align:center;
}
.top-catch img{
	max-width:100%;
	/*min-width:950px;*/
}
.bx-wrapper {
	/*margin-top:-520px !important;*/
	background:none !important;
	position: absolute !important;
	width:100% !important;
	top:50%;
	left:0;
}
.bx-viewport {
	background:none !important;
	border:none !important;
	box-shadow:none !important;
	height:210px !important;
	margin-top:-95px;
}
.bx-wrapper img {
	margin:0 auto;
}

#play-movie {
	position: absolute;
	left: 50%;
	margin-left: 300px;
	bottom: 150px;
	z-index:2;
}

#news-wrap {
	position: absolute;
	/*bottom: 150px; 2015/05/12修正*/
	bottom: 70px;
	width:100%;
}
#news {
	max-width:1260px;
	width:100%;
	min-width:950px;
	margin:0 auto;
}
#news-content {
	/*width:540px; 2015/05/12修正*/
	width:400px;
	/*height:195px; 2015/05/12修正*/
	height:150px;
	background:url(../img/bg_news_content.png) center center repeat;
	float:left;
	margin-left:15px;
	padding:5px 10px;
	overflow:auto;
}
#news-content .title{
	color:#ce0011;
	font-size:14px;
}

@media screen and (max-width: 1225px) {
	#news-content {
	/*	width:450px; 2015/05/12修正*/
		width:400px;
	}
	#play-movie {
		margin-left:180px;
	}
}

.scroll-lnk {
    z-index: 1;
    position: absolute;
    left: 50%;
    bottom: 70px;
    width: 79px;
    height: 73px;
    margin-left: -70px;
}




/* TOP Menu Box */
#menubox {
	line-height:0;
}
#menubox .title {
	position:absolute;
	top:0;
	left:0;
}
#menubox .photo {
	width:100%;
}




/* Contents Common */
.title img{
	vertical-align:middle;
}

.subtitle {
	background-color:#FFF;
	text-align:center;
	min-width:950px;
	font-size:0;
	line-height:0;
}



/* box2 (会社情報)
-------------------------------------------------- */
#box2 {
	/*margin-top:67px;*/
}

#box2 .title {
	background:url(../img/bg_title.jpg) center center repeat;
	background-size:cover;
	min-width:950px;
	text-align:center;
	font-size:0;
	line-height:90px;
}

#box2 .left-message {
	margin-bottom: 190px;
}



/* 社長メッセージ */
#box2 #message {
	background:url(../img/bg_company_message.jpg) center top fixed no-repeat;
	width:100%;
	min-width:950px;
	height:auto;
	background-size:inherit;
	position:relative;
	font-size:14px;
}


/* 中長期ビジョン */
#box2 #vision {
	background:url(../img/bg_company_vision.jpg) center center fixed no-repeat;
	width:100%;
	min-width:950px;
	height:auto;
	min-height:800px !important;
	background-size:cover;
	position:relative;
}

#box2 #vision .right-message {
	width:500px;
	margin-bottom:190px;
}


/* 仕事の考え方 */
#box2 #philo {
	width:100%;
	min-width:950px;
}

#box2 .plilo01,
#box2 .plilo03 {
	width:50%;
	float:left;
	position:relative;
	font-size:0;
	line-height:0;
}

#box2 .plilo02,
#box2 .plilo04 {
	width:50%;
	float:right;
	position:relative;
	font-size:0;
	line-height:0;
}


#box2 .bg-philo {
	width:100%;
}
#box2 .txt-philo {
	position:absolute !important;
	top:0;
	left:50%;
	margin-top:9%;
	margin-left:-140px;
	width:45%;
}

#box2 .plilo01 .txt-philo {
	max-width:300px;
}
#box2 .plilo02 .txt-philo {
	max-width:338px;
}
#box2 .plilo03 .txt-philo {
	max-width:300px;
}
#box2 .plilo04 .txt-philo {
	max-width:318px;
}


#box2 #cledo {
	background:url(../img/bg_company_philo02.jpg) center center fixed no-repeat;
	background-size: cover;
	min-width:950px;
	min-height:800px;
	text-align:center;
	padding-top:70px;
	padding-bottom:190px;
	position:relative;
}
#box2 #cledo img {
	width:auto;
}


#box2 #mission {
	background:url(../img/bg_company_mission.jpg) center center fixed no-repeat;
	background-size:cover;
	min-width:950px;
	position:relative;
	padding-top:35px;
	padding-bottom:190px;
}

#box2 #mission .content {
	max-width:1200px;
	margin:0 auto;
	padding:40px 0 20px 0;
	text-align:center;
	background:url(../img/bg_news_content.png) repeat;
}






/* box3 (採用情報)
-------------------------------------------------- */
#box3 .title {
	background:url(../img/bg_title.jpg) center center repeat;
	background-size:cover;
	min-width:950px;
	text-align:center;
	font-size:0;
	line-height:90px;
}


/* 新卒採用 */
#box3 #recruit {
	background:url(../img/bg_recruit_recruit.jpg) center 67px fixed no-repeat;
	background-size:cover;
	min-width:950px;
	min-height:900px;
	position:relative;
}


/* 中途採用 */
#box3 #career {
	background:url(../img/bg_recruit_career.jpg) center 67px fixed no-repeat;
	background-size:cover;
	min-width:950px;
	min-height:800px;
	position:relative;
}


/* カムバック採用 */
#box3 #comeback {
	background:url(../img/bg_recruit_comeback.jpg) center 67px fixed no-repeat;
	background-size:cover;
	min-width:950px;
	min-height:800px;
	position:relative;
}

#box3 .left-message,
#box3 .right-message {
	width:370px;
	margin-bottom:190px
}

#box3 dl {
	margin-top:70px;
}
#box3 dt {
	font-size:14px;
	border-left:6px solid #18005d;
	border-bottom:1px dotted #000;
	margin:5px 0 3px 0;
	padding-left:5px;
}
#box3 dd {
	font-size:12px;
	line-height:1.5em;
}






/* box4 (先輩インタビュー)
-------------------------------------------------- */
#box4 .title {
	background:url(../img/bg_title.jpg) center center repeat;
	background-size:cover;
	min-width:950px;
	text-align:center;
	font-size:0;
	line-height:90px;
}

#box4 #int-link-area {
	position:relative;
	padding-bottom:190px;
}

#box4 #int-link-area .scroll-lnk{
	z-index:2;
}

#box4 .int-link {
	float:left;
	overflow:hidden;
	line-height:0;
	position:relative;
}

#box4 .int-link-area1,
#box4 .int-link-area2 {
	min-width:950px;
}

#box4 .int-link-area1 .int-link {
	width:33.3%;
}
#box4 .int-link-area2 .int-link{
	width:25%;
}

#box4 .int-link img{
	width:100%;
	position:relative;
	z-index:2;
}
#box4 .int-link img.img-on{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

#box4 .left-message,
#box4 .right-message {
	width:480px;
}





/* インタビュー01 ① */
#box4 #int01-1 {
	background:url(../img/bg_int_01_1.jpg) center 67px fixed no-repeat;
	background-size:cover;
	min-width:950px;
	min-height:1000px;
	position:relative;
	padding-bottom:190px;
	overflow:hidden;
}

#box4 #int01-1 .content {
	text-align:right;
	padding-top:50px;
}

#box4 #int01-1 .int-num01 {
	
}
#box4 #int01-1 .int-01-name {
	/*position: absolute;
	left: 50%;
	bottom:165px;
	margin-left: 96px;
	height:338px;*/
	margin-top:180px;
}


/* インタビュー01 ② */
#box4 #int01-2 {
	background:url(../img/bg_int_01_2.jpg) center top fixed no-repeat;
	background-size:cover;
	min-width:950px;
	min-height:1000px;
	position:relative;
	padding-bottom:190px
}

#box4 #int01-2 .content{
	padding-top:50px;
	color:#FFF;
}

#box4 #int01-2 .txt-int-title {
	margin-bottom:10px;
}

#box4 #int01-2 dt {
	font-weight:bold;
	margin-bottom:10px;
}

#box4 #int01-2 dd {
	padding-left:10px;
	margin-bottom:30px;
}



/* インタビュー02 ① */
#box4 #int02-1 {
	background:url(../img/bg_int_02_1.jpg) center 67px fixed no-repeat;
	background-size:cover;
	min-width:950px;
	min-height:1000px;
	position:relative;
	padding-bottom:190px;
	overflow:hidden;
}

#box4 #int02-1 .content {
	text-align:left;
	padding-top:50px;
}

#box4 #int02-1 .int-num02 {
	
}
#box4 #int02-1 .int-02-name {
	/*position: absolute;
	left: 50%;
	bottom: 165px;*/
	margin-top:180px;
	/*margin-left: -610px;*/
}



/* インタビュー02 ② */
#box4 #int02-2 {
	background:url(../img/bg_int_02_2.jpg) center top fixed no-repeat;
	background-size:cover;
	min-width:950px;
	min-height:1000px;
	position:relative;
}

#box4 #int02-2 .content{
	padding-top:50px;
	padding-bottom:180px;
	color:#FFF;
}

#box4 #int02-2 .txt-int-title {
	margin-bottom:10px;
}

#box4 #int02-2 dt {
	font-weight:bold;
	margin-bottom:10px;
}

#box4 #int02-2 dd {
	padding-left:10px;
	margin-bottom:30px;
}




/* インタビュー03 ① */
#box4 #int03-1 {
	background:url(../img/bg_int_03_1.jpg) center 67px fixed no-repeat;
	background-size:cover;
	min-width:950px;
	min-height:1000px;
	position:relative;
	padding-bottom:190px;
	overflow:hidden;
}

#box4 #int03-1 .content {
	text-align:right;
	padding-top:50px;
}

#box4 #int03-1 .int-num03 {
	
}
#box4 #int03-1 .int-03-name {
	/*position: absolute;
	left: 50%;
	bottom: 165px;
	margin-left: 96px;*/
	margin-top:180px;
}



/* インタビュー03 ② */
#box4 #int03-2 {
	background:url(../img/bg_int_03_2.jpg) center top fixed no-repeat;
	background-size:cover;
	min-width:950px;
	min-height:1000px;
	position:relative;
	padding-bottom:190px;
}

#box4 #int03-2 .content{
	padding-top:50px;
	color:#FFF;
}

#box4 #int03-2 .txt-int-title {
	margin-bottom:10px;
}

#box4 #int03-2 dt {
	font-weight:bold;
	margin-bottom:10px;
}

#box4 #int03-2 dd {
	padding-left:10px;
	margin-bottom:30px;
}




/* インタビュー04 ① */
#box4 #int04-1 {
	background:url(../img/bg_int_04_1.jpg) center 67px fixed no-repeat;
	background-size:cover;
	min-width:950px;
	min-height:1000px;
	position:relative;
	padding-bottom:190px;
	overflow:hidden;
}

#box4 #int04-1 .content {
	text-align:left;
	padding-top:50px;
}

#box4 #int04-1 .int-num04 {
	
}
#box4 #int04-1 .int-04-name {
	/*position: absolute;
	left: 50%;
	bottom: 165px;
	margin-left: -610px;*/
	margin-top:180px;
}



/* インタビュー04 ② */
#box4 #int04-2 {
	background:url(../img/bg_int_04_2.jpg) center 67px fixed no-repeat;
	background-size:cover;
	min-width:950px;
	min-height:1000px;
	position:relative;
	padding-bottom:190px;
}

#box4 #int04-2 .content{
	padding-top:50px;
	color:#FFF;
}

#box4 #int04-2 .txt-int-title {
	margin-bottom:10px;
}

#box4 #int04-2 dt {
	font-weight:bold;
	margin-bottom:10px;
}

#box4 #int04-2 dd {
	padding-left:10px;
	margin-bottom:30px;
}



/* インタビュー05 ① */
#box4 #int05-1 {
	background:url(../img/bg_int_05_1.jpg) center top fixed no-repeat;
	background-size:cover;
	min-width:950px;
	min-height:1000px;
	position:relative;
	padding-bottom:190px;
	overflow:hidden;
}

#box4 #int05-1 .content {
	text-align:right;
	padding-top:50px;
}

#box4 #int05-1 .int-num05 {
	
}
#box4 #int05-1 .int-05-name {
	/*position: absolute;
	left: 50%;
	bottom: 165px;
	margin-left: 96px;*/
	margin-top:180px;
}



/* インタビュー05 ② */
#box4 #int05-2 {
	background:url(../img/bg_int_05_2.jpg) center top fixed no-repeat;
	background-size:cover;
	min-width:950px;
	min-height:1000px;
	position:relative;
}

#box4 #int05-2 .content{
	padding-top:50px;
	color:#FFF;
}

#box4 #int05-2 .txt-int-title {
	margin-bottom:10px;
}

#box4 #int05-2 dt {
	font-weight:bold;
	margin-bottom:10px;
}

#box4 #int05-2 dd {
	padding-left:10px;
	margin-bottom:30px;
}



/* インタビュー06 ① */
#box4 #int06-1 {
	background:url(../img/bg_int_06_1.jpg) center 67px fixed no-repeat;
	background-size:cover;
	min-width:950px;
	min-height:1000px;
	position:relative;
	padding-bottom:190px;
	overflow:hidden;
}

#box4 #int06-1 .content {
	text-align:left;
	padding-top:50px;
}

#box4 #int06-1 .int-num06 {
	
}
#box4 #int06-1 .int-06-name {
	/*position: absolute;
	left: 50%;
	bottom: 165px;
	margin-left: -610px;*/
	margin-top:180px;
}



/* インタビュー06 ② */
#box4 #int06-2 {
	background:url(../img/bg_int_06_2.jpg) center 67px fixed no-repeat;
	background-size:cover;
	min-width:950px;
	min-height:1000px;
	position:relative;
	padding-bottom:190px;
}

#box4 #int06-2 .content{
	padding-top:50px;
	color:#FFF;
}

#box4 #int06-2 .txt-int-title {
	margin-bottom:10px;
}

#box4 #int06-2 dt {
	font-weight:bold;
	margin-bottom:10px;
}

#box4 #int06-2 dd {
	padding-left:10px;
	margin-bottom:30px;
}



/* インタビュー07 ① */
#box4 #int07-1 {
	background:url(../img/bg_int_07_1.jpg) center 67px fixed no-repeat;
	background-size:cover;
	min-width:950px;
	min-height:1000px;
	position:relative;
	padding-bottom:190px;
	overflow:hidden;
}

#box4 #int07-1 .content {
	text-align:right;
	padding-top:50px;
}

#box4 #int07-1 .int-num07 {
	
}
#box4 #int07-1 .int-07-name {
	/*position: absolute;
	left: 50%;
	bottom: 165px;
	margin-left: 96px;*/
	margin-top:180px;
}



/* インタビュー07 ② */
#box4 #int07-2 {
	background:url(../img/bg_int_07_2.jpg) center top fixed no-repeat;
	background-size:cover;
	min-width:950px;
	min-height:1000px;
	position:relative;
	padding-bottom:190px;
}

#box4 #int07-2 .content{
	padding-top:50px;
	color:#FFF;
}

#box4 #int07-2 .txt-int-title {
	margin-bottom:10px;
}

#box4 #int07-2 dt {
	font-weight:bold;
	margin-bottom:10px;
}

#box4 #int07-2 dd {
	padding-left:10px;
	margin-bottom:30px;
}














/* box5 (よくある質問)
-------------------------------------------------- */
#box5 .title {
	background:url(../img/bg_title.jpg) center center repeat;
	background-size:cover;
	min-width:950px;
	text-align:center;
	font-size:0;
	line-height:90px;
}

#box5 #faq {
	background:url(../img/bg_faq.jpg) center center fixed no-repeat;
	background-size:cover; 
	min-width:950px; 
	min-height:900px; 
	position:relative; 
	padding-top:35px;
	padding-bottom:190px;
}

#box5 #faq .content {
	max-width:1200px;
	margin:0 auto;
	padding:30px 40px 20px 40px;
	text-align:left;
	background-color:#FFF;
	filter: alpha(opacity=93); -moz-opacity:0.9; opacity:0.9;
}

#box5 dl {
	margin-top:0;
}
#box5 dt {
	font-size:14px;
	color:#341b77;
	border-bottom:1px dotted #000;
	margin:5px 0 3px 0;
	padding-left:5px;
	font-weight:bold;
}
#box5 dd {
	margin-bottom:20px;
	font-size:12px;
	line-height:1.5em;
}
#box5 a {
	text-decoration:underline;
	color:#341b77;
}
#box5 a:hover {
	color:#341b77;
}


/* box6 (エントリー)
-------------------------------------------------- */
#box6 #entry {
	background:url(../img/bg_entry.jpg) center center fixed no-repeat; 
	background-size:cover; 
	min-width:950px; 
	min-height:1020px; 
	position:relative; 
	padding-top:100px;
	text-align:center;
}

#box6 #entry p{
	line-height:2.5em;
}







/* Entry (個人情報取扱) 
-------------------------------------------------- */
.entry-page #main-header,
.entry-page #main-footer {
	position:static;
}

#entry .title {
	background:url(../img/bg_title.jpg) center center repeat;
	background-size:cover;
	min-width:950px;
	text-align:center;
	font-size:0;
	line-height:90px;
}

#entry h2 {
	padding:0;
	margin-top:70px;
	text-align:center;
	font-size:0;
}
#entry .description {
	text-align:center;
	
}

#entry .content {
	max-width:1200px;
	width:100%;
	min-width:950px;
	margin:0 auto;
}

.content .bnr_box {
	margin-bottom: 20px;
}
.content .bnr_box ul {
	overflow: hidden;
}
.content .bnr_box ul li {
	display: inline;
	margin-right: 10px;
}
.content .bnr_box ul li a {
	color: #fff;
}
#entry .content .bnr_box p {
	line-height: 1.4;
}

#entry #privacy {
	width:910px;
	height:auto;
	border:1px solid #666666;
	margin:36px auto 86px auto;
	padding:15px;
}

#entry #privacy dt{
	font-size:14px;
	font-weight:bold;
}

#entry #privacy dd{
	padding-left:15px;
}

#entry .btn-area {
	text-align:center;
	margin-bottom:53px;
}

#entry .req {
	color:#ff0000;
}
#entry .entry-msg {
	width:930px;
	margin:52px auto 0 auto;
}

#entry #entryform {
	width:920px;
	margin:0 auto;
	border-collapse:separate;
	border-spacing:8px;
}

#entry #entryform th{
	width:160px;
	vertical-align:middle;
	text-align:left;
	background-color:#b5b5b5;
	padding:10px;
}

#entry #entryform td{
	padding-top:8px;
	padding-left:6px;
	vertical-align:top;
}


#sbmt-confirm{
	margin:0 0 0 130px;
	border: 0px;
    width: 248px;
    height: 60px;
    background: url(../img/btn_confirm.gif) center center no-repeat;
	background-size:100% 100%;
	cursor:pointer;
}
#sbmt-back{
	border: 0px;
    width: 183px;
    height: 40px;
    background: url(../img/btn_back.gif) center center no-repeat;
	background-size:100% 100%;
	cursor:pointer;
}
#sbmt-entry{
	border: 0px;
    width: 183px;
    height: 40px;
    background: url(../img/btn_send_entry.gif) center center no-repeat;
	background-size:100% 100%;
	cursor:pointer;
}







/* Footer 
-------------------------------------------------- */
#main-footer {
	background-color:#000;
	position:fixed;
	z-index:999; /* フッターのコンテンツは常に表示 */
	bottom:0;
	left:0;
	width:100%;
	min-width:950px;
}

#main-footer #footer-content {
	color:#FFF;
	max-width:1260px;
	width:100%;
	min-width:950px;
	margin:0 auto;
	padding:12px 0;
}

#main-footer nav {
	float:left;
	margin-right:25px;
}

#main-footer nav a {
	color:#FFFFFF;
	text-decoration:none;
}

#main-footer .copyright {
	float:right;
}




