@charset "utf-8";
/* CSS Document */

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}


body {
    line-height:22px;
    width: 100%;
	background: #fff;
}

ol,ul {
    list-style: none
}


table {
    border-collapse: collapse;
    border-spacing: 0
}


html {
    font-size: 16px;
	color: #222;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.pc{display: inherit;}
.mobile{display: none;}

a {
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a:focus, *:focus { outline:none; }

h1,h2,h3,h4,h5,h6 {
    word-wrap: break-word;
    line-height: 1.2em
}

button {
    outline: 0;
    border: none
}

option {
    padding: 0
}

::selection {
    background-color: #df0000;
    color: #fff
}

select:focus::-ms-value {
    background: 0 0;
    color: inherit
}


/* -------------------------------------------
	CLEAR-FIX
---------------------------------------------- */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
 
.clearfix:after {
    clear:both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}
/* -------------------------------------------
	Utility
---------------------------------------------- */

/* Margin
-------------*/
.m0{margin:0}
.m5{margin:5px;}
.m10{margin:10px}
.m15{margin:15px;}
.m20{margin:20px;}

.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt50{margin-top:50px;}
.mt100{margin-top:100px;}

.ml5{margin-left:5px;}
.ml8{margin-left:8px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml50{margin-left:50px;}

.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}

.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb100{margin-bottom:100px;}

.red{ color:#ff0000;}

/* padding 
---------------------*/
.p5{padding:5px;}
.p10{padding:10px;}

.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:100px !important;}
.pt50{padding-top:50px;}
.pb20{padding-bottom:20px;}

/* Float
---------------------*/
.fl{float:left}
.fr{float:right;}
.cl{clear:both;}

/* cursor
-------------------*/
.cp{cursor:pointer;}
.fcr{color:#fff;}
.attention{
	color:#f00;
	font-weight:bold;
}

/* width
--------------------*/
.w50{width:50px;}
.w100{width:100px;}
.w130{width:130px;}
.w200{width:200px;}
.w220{width:220px;}
.w245{width:245px;}
.w270{width:270px;}
.w300{width:300px;}
.w330{width:330px;}
.w400{width:400px;}
.w500{width:500px;}
.w570{width:570px;}
/* align
------------------- */
.tac{text-align:center}
.tal{text-align:left}
.tar{text-align:right}





/* ##########################################################################

	レイアウト設定 widthなどはサイトによって変更してください

 ########################################################################## */
.inner{
	margin:0 auto;
	width:1000px;
}

.webfont-en{font-family: 'Josefin Sans', sans-serif;}
.webfont-jp{ /*font-family: 'Mplus 1p';*/ }

img{
	vertical-align: bottom;
	line-height: 0;
}

a:hover img{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: “alpha( opacity=70 )”;
}

/*header 20210711以前(インタビュー・クロストークあり)*/
/*header{
	width: 96%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 20px 2% 10px;
	background: #fff;
	z-index: 999;
	border-bottom: 1px solid #b2b3b3;
}

.pc-navi{
	text-align: center;
}

header div.pc-navi h1,
header div.pc-navi ul.glovalnavi{
	display: inline-block;
}

header div.pc-navi h1{margin-right: 5%;}
header div.pc-navi h1 img{vertical-align: inherit;}

header ul.glovalnavi>li{float:left;}

header ul.glovalnavi>li a{
	font-size: 17px;
	color: #000;
	position: relative;
	display: block;
	padding: 8px 25px 6px;
	border-right:1px solid #b2b3b3;
}

header ul.glovalnavi>li:last-child a{
	border-right: none;
}

header ul.glovalnavi>li>a:before,
header ul.glovalnavi>li>a:after{
  position: absolute;
  top: 30px;
  content: "";
  display: inline-block;
  width: 0;
  height: 3px; 
  background: #00003b;
  transition: 0.4s;
}

header ul.glovalnavi>li:first-child>a:before{left:41%;}
header ul.glovalnavi>li:first-child>a:after{right:41%;}

header ul.glovalnavi>li>a:before{left:36%;}
header ul.glovalnavi>li>a:after{right:36%;}

header ul.glovalnavi>li>a:hover:before,
header ul.glovalnavi>li>a:hover:after{
  width:42%;
}

header ul.glovalnavi>li.nav-info>a:hover:before,
header ul.glovalnavi>li.nav-info>a:hover:after{
  width:50%;
}

header ul.glovalnavi>li ul{
    position: absolute;
    top: -1000px;
}
header ul.glovalnavi>li:hover ul{
	top:55px;
	width:143px;
}

header ul.glovalnavi>li.nav-inte:hover ul{
	top:55px;
	width:200px;
	margin-left: -30px;
}

header ul.glovalnavi>li.nav-info:hover ul{
	top:55px;
	width:170px;
}

header ul.glovalnavi>li.nav-entry:hover ul{
	top:55px;
	width:110px;
}



header ul.glovalnavi>li ul li a{
	color: #000;
	padding:10px 0;
	text-align: center;
	background: #fff;
	font-size: 14px;
	font-weight: 400;
	border-top: 1px solid #ddd;
	border-right: none;
	
}

header ul.glovalnavi>li ul li a:hover{
	color: #fff;
	background: #000063;
}*/
/* ▲▲▲header 20210711以前(インタビュー・クロストークあり)▲▲▲*/

header.new_header {
	width: 91%;
	margin: 7px;
	padding: 12px 4%;
	position: fixed;
	top: 0;
	left: 0;
	height: 40px;
	background: #f8f7f3;
	z-index: 999;
}
header.new_header  h1,
header.new_header  ul.glovalnavi>li{float:left; background: #f8f7f3;}

header.new_header  ul.glovalnavi{float: right; margin-right: 7%;}
header.new_header  ul.glovalnavi>li a{

	font-family: "Noto Sans Japanese";
	font-weight: 600;
	font-size: 18px;
	color: #00003b;
	position: relative;
	display: block;
	padding: 7px 25px;
}

header.new_header  ul.glovalnavi>li>a:before,
header.new_header  ul.glovalnavi>li>a:after{
  position: absolute;
  top: 30px;
  content: "";
  display: inline-block;
  width: 0;
  height: 3px; 
  background: #00003b;
  transition: 0.4s;
}

header.new_header  ul.glovalnavi>li:first-child>a:before{left:41%;}
header.new_header  ul.glovalnavi>li:first-child>a:after{right:41%;}

header.new_header  ul.glovalnavi>li>a:before{left:36%;}
header.new_header  ul.glovalnavi>li>a:after{right:36%;}

header.new_header  ul.glovalnavi>li>a:hover:before,
header.new_header  ul.glovalnavi>li>a:hover:after{
  width:42%;
}

header.new_header  ul.glovalnavi>li ul{
    position: absolute;
    top: -1000px;
}
header.new_header  ul.glovalnavi>li:hover ul{
	top:47px;
	right: 5%;
	width: 45%;
}


header.new_header  ul.glovalnavi>li ul li a{
	color: #fff;
	float: left;
	width: 25%;
	padding:20px 0;
	text-align: center;
	background: #00003b;
	font-size: 14px;
	font-weight: 400;
	
}

header.new_header  ul.glovalnavi>li ul li a:hover{
	background: #333;
}

header.new_header  p{
	position: fixed;
	right:30px;
	top:20px;
}

/* -----------

index-contents

------------ */

.main-img{
	background: url(../images/recruit/top/bg-main.jpg) top center no-repeat;
	background-size:cover;
	height: 90vh;
	text-align: center;
}


.main-img>div{
	padding-top: 80vh;
	color: #fff;
}

#rect img{width: 130px;}

/*.main-img h2 {max-width: 300px; margin: 0 auto;}
.main-img h2 img{width: 100%;}
.main-img .main-text-001{font-size: 3.5vh; margin-top: 5%;}
.main-img .main-text-002{font-size: 2vh; margin-top: 2.5%; line-height:3.3vh;}*/



section.intervew{
	background:
		url(../images/recruit/top/img-int-left.png) left top no-repeat,
		url(../images/recruit/top/img-int-right.png) right bottom no-repeat;
	padding: 90px 0;
	text-align: center;
}

.mod-bxslider-demo-01 {
	overflow: hidden;
}

.bx-viewport:before,
.bx-viewport:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100%;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 1000;
}

.bx-wrapper .bx-viewport {
	overflow: visible !important;
	left: 0;
	border-width: 0;
	box-shadow: none;
}

.bx-viewport:before {
	right: 100%;
	left: -100%;
}

.bx-viewport:after {
	left: 100%;
	right: -100%;
}

section.talk{
	background:
		/*url(../images/recruit/top/bg-talk.gif)right top no-repeat,*/
		url(../images/recruit/top/img-city.png)left bottom repeat-x;
	padding: 60px 0 150px;
}



.talk-ttl-bg{
	background: #000;
	display: block;
	padding: 60px 2%;
	margin-left: 40%;
}


h2.talk-ttl{
	font-size: 40px;
	color: #fff;
	margin-bottom: 30px;
}


h2.talk-ttl span{
	font-size: 16px;
}


div.talk-left{
	background: url(../images/recruit/top/bg-case-left.png) left bottom no-repeat;
	padding:0 100px 30px 10%;
	z-index: 999;
	margin-top: -50px;
	margin-bottom: 60px;
}

div.talk-right{
	background: url(../images/recruit/top/bg-case-right.png) right bottom no-repeat;
	text-align: right;
	padding:0 10% 30px 0;
	margin-bottom: 60px;
}

div.talk-left a:hover img,
div.talk-right a:hover img{
	opacity:1.0;
	filter:alpha(opacity=100);
	-ms-filter: “alpha( opacity=100 )”;}

section.foot-entry{
	background: #000063;
	color: #fff;
	padding: 65px 0;
	text-align: center;
}

section.foot-entry div.inner{
	background: url(../images/recruit/top/foot-img.png) center center no-repeat;
}

h2.entry-ttl{
	text-align: center;
	font-size: 24px;
	margin-bottom: 30px;
}

p.entry-caption{
	font-size: 30px;
	line-height: 45px;
}


div.enrty-bnr ul{text-align: center; margin: 30px 0;}
div.enrty-bnr ul li{display: inline-block; }


/* -----------

footer

------------ */

.recruit-pagetop a{
	padding: 10px 0;
	display: block;
	background: #d1d2d2;
	text-align: center;
	font-weight: 500;
}

.recruit-pagetop a:hover{
	background: #06062e;
}

.recruit-pagetop a span{
	background: url(../images/recruit/common/img-pagetop.png) left center no-repeat;
	padding-left: 20px;
	color: #000;
}

.recruit-pagetop a:hover span{
	background: url(../images/recruit/common/img-pagetop_hover.png) left center no-repeat;
	color: #fff;
}

.recruit-footer{
	background: #000000;
	color: #fff;
	text-align: center;
	padding: 40px 0;
}




/* -----------

中ページ共通

------------ */

#main-contents{
	margin-top: 72px;
}

.section-ttl{
	text-align: center;
	font-size: 40px;
	margin-bottom: 30px;
}

.section-ttl-002{
	text-align: center;
	margin: 30px 0;
}

.section-ttl span{
	display: block;
	font-size: 20px;
}


/* -----------

intervew

------------ */


.main-img-inte .inner{
	padding: 10px 0 0px;
	text-align: center;
	/*padding: 60px 0 80px;*/
}


.main-img-inte h2{
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 0;
}

.main-img-inte p.office{
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 10px 15px;
}

.main-img-inte .inte-name{margin: 40px 0;}

.main-img-inte .inte-name h3,
.main-img-inte .inte-name p{
	display: inline-table;
	vertical-align: middle;
}

.main-img-inte .inte-name h3{font-size: 36px;}
.main-img-inte .inte-name p{font-size: 20px; margin-left: 20px;}

.main-img-inte dl dt,
.main-img-inte dl dd{
	display: inline-table;
	vertical-align: middle;
	padding: 8px 0;
	font-size: 20px;
}

.inte-sec-001 .inte-ttl{
	padding: 80px 0 100px;
}

.inte-sec-001 h2{
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: 3px;
}

.inte-sec-001 p.section-ttl{
	margin: 80px 0 0;
	font-weight: 600;
}

.inte-menu{margin-bottom: 80px;}

.inte-menu h3{
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: 600;
}

.inte001 .inte-menu h3{ color:#ae7700;}
.inte002 .inte-menu h3{ color:#cf4b74;}
.inte003 .inte-menu h3{ color:#004f00;}
.inte004 .inte-menu h3{ color:#000078}

.inte-menu p{line-height: 30px;}

.inte-photo-002{
	padding: 0 0 40px 0;
	margin:0 0 40px 5%;
}
.inte-photo-002 p{
	text-align: center;
	margin-left: -5%;
}

.inte-sec-002 h2,
.inte-sec-003 h2{
	text-align: center;
	font-size: 28px;
	line-height: 50px;
	font-weight: 500;
	margin-bottom: 90px;
	background:
		url(../images/recruit/crosstalk/bg-ttl-left.png) left top no-repeat,
		url(../images/recruit/crosstalk/bg-ttl-right.png) right bottom no-repeat;
	padding: 20px 30px;
}

.inte-sec-003{padding: 50px 0;}
.photo-003{
	text-align: center;
	margin-bottom: 60px;
}

/* 餅井様 背景画像*/
.inte001.main-img-inte p.office{background-color: #ae7700;}
.inte001.main-img-inte{background: #f6f7f5;}
/*.inte001.main-img-inte{background: #f6f7f5 url(../images/recruit/intervew/img-mochii-001.png) 70% 20px no-repeat;}*/
.inte001.inte-sec-001 .inte-ttl{background: url(../images/recruit/intervew/bg-blown-001.png) left top no-repeat;}
.inte001 .inte-photo-002{background: url(../images/recruit/intervew/bg-blown-002.gif) right bottom no-repeat;}
.inte001.inte-sec-003{background: url(../images/recruit/intervew/bg-blown-003.png) right top no-repeat;}

/* 岩田様 背景画像*/
.inte002.main-img-inte p.office{background-color: #cf4b74;}
.inte002.main-img-inte{background: #f6f7f5;}
/*.inte002.main-img-inte{background: #f6f7f5 url(../images/recruit/intervew/img-iwata-001.png) 65% 20px no-repeat;}*/
.inte002.inte-sec-001 .inte-ttl{background: url(../images/recruit/intervew/bg-pink-001.png) left top no-repeat;}
.inte002 .inte-photo-002{background: url(../images/recruit/intervew/bg-pink-002.gif) right bottom no-repeat;}
.inte002.inte-sec-003{background: url(../images/recruit/intervew/bg-pink-003.png) right top no-repeat;}

/* 向様 背景画像*/
.inte003.main-img-inte p.office{background-color: #004f00;}
.inte003.main-img-inte{background: #f5f8f8;}
/*.inte003.main-img-inte{background: #f5f8f8 url(../images/recruit/intervew/img-mukai-001.png) 70% 20px no-repeat;}*/
.inte003.inte-sec-001 .inte-ttl{background: url(../images/recruit/intervew/bg-green-001.png) left top no-repeat;}
.inte003 .inte-photo-002{background: url(../images/recruit/intervew/bg-green-002.gif) right bottom no-repeat;}
.inte003.inte-sec-003{background: url(../images/recruit/intervew/bg-green-003.png) right top no-repeat;}

/* 鈴木様 背景画像*/
.inte004.main-img-inte p.office{background-color: #000078;}
.inte004.main-img-inte{background: #f3fbfd;}
/*.inte004.main-img-inte{background: #f3fbfd url(../images/recruit/intervew/img-suzuki-001.png) 85% 20px no-repeat;}*/
.inte004.inte-sec-001 .inte-ttl{background: url(../images/recruit/intervew/bg-blue-001.png) left top no-repeat;}
.inte004 .inte-photo-002{background: url(../images/recruit/intervew/bg-blue-002.gif) right bottom no-repeat;}
.inte004.inte-sec-003{background: url(../images/recruit/intervew/bg-blue-003.png) right top no-repeat;}


.inte-schedule{
	background:#f4f2f2;
	padding: 70px 0;
}

.inte-schedule p{text-align: center;}

.other-inner{width: 100%;}

.other-inte{
	padding: 60px 0;
}

.other-inte ul{text-align: center;}
.other-inte ul li{
	display: inline-block;
	margin: 1%;
}

.other-inner{width: 100%;}
.other-inte .other-inner ul li{width:310px; margin:0; padding: 0;}
.other-inte .other-inner ul li img{ width: 100%;  max-width:305px;}

@media only screen and (min-width:1025px) and (max-width:1360px) {
	.other-inte .other-inner ul li{width:20%; margin:1%; padding: 0;}
}

@media only screen and (min-width:737px) and (max-width:1024px) {
	.other-inte .other-inner ul li{width:auto; margin:1%; padding: 0;}
}
section.intervew{
	background:
		url(../images/recruit/top/img-int-left.png) left top no-repeat,
		url(../images/recruit/top/img-int-right.png) right bottom no-repeat;
	padding: 40px 0 60px;
	background-size: 100px,50px;
	text-align: center;
}
/* -----------

CROSS TALK

------------ */
.section-ttl-002 img{
	max-width: 250px;
	
}

.main-cross{
	padding: 120px 0 30px;
	text-align: center;
}

.main-cross dl dt{
	font-weight:600;
	margin-bottom:100px;
}

.main-cross dl dd{
	font-size: 18px;
	font-weight:600;
	margin-bottom:10px;
}

.main-cross dl dd,
.main-cross h2{
	display: inline-block;
	background:#fff;
	padding: 5px 20px;
}

.main-cross h2{
	font-size: 26px;
	margin-bottom: 50px;
}

ul.cross-name{
	background: url(../images/recruit/crosstalk/img-cross.png) center center no-repeat;
}
ul.cross-name li:first-child{float:left;}
ul.cross-name li:last-child{float:right;}

.case-001.main-cross{background: #f1f0ec url(../images/recruit/crosstalk/main-case001.png) center top no-repeat;}
.case-002.main-cross{background: #dadfda url(../images/recruit/crosstalk/main-case002.png) center top no-repeat;}


.cross-work{
	background: #000;
	color: #fff;
	padding: 50px 0;
}

.cross-work .work-img{float: left;}
.cross-work .work-text{
	float:right;
	width: 56%;
}

.cross-work .work-text p.case{
	font-size: 18px;
	font-weight: 600;
	margin-left: -10px;
	margin-bottom: 20px;
}

.cross-work .work-text h2{font-size: 32px;}
.cross-work .work-text h2 span{font-size: 18px;}


.cross-work .work-text p{margin-top: 20px; line-height: 28px;}

.cross-work .work-text a{color: #fff;}
.cross-work .work-text a:hover{color: #999;}


.cross-intervew{padding: 60px 0;}
.cross-intervew h2{
	background:
		url(../images/recruit/crosstalk/bg-ttl-left.png) left top no-repeat,
		url(../images/recruit/crosstalk/bg-ttl-right.png) right bottom no-repeat;
	font-size: 30px;
	text-align: center;
	margin-bottom: 60px;
	padding: 20px 0;
	font-weight: 600;
}

.cross-intervew h2.f-min{font-size: 26px;}

.cross-intervew h3{
	background: #808080;
	color: #fff;
	text-align: center;
	font-size: 17px;
	padding: 30px 0;
	margin-bottom: 40px;
}

.cross-img{margin-bottom: 50px;}
.cross-img p.c-img-left{float: left;}
.cross-img p.c-img-right{float: right;}

.cross-img ul.c-img-right li{float: right; text-align: right; margin-bottom: 10px;}

.cross-intervew dl{
	margin-bottom: 45px;
	line-height: 28px;
}

.cross-intervew dl dt,
.cross-intervew dl dd{
	display: inline-table;
	vertical-align: top;
}


.cross-intervew dl dt{
	width: 80px;
	padding: 5px 0;
	color: #fff;
	text-align: center;
}

.cross-intervew dl.cr-blue dt{background: #000074;}
.cross-intervew dl.cr-red dt{background: #db164c;}


.cross-intervew dl dd{
	width: 90%;
	margin-left:1%;
	font-size: 15px;
}

.cross-other{
	background: #f4f2f2;
	padding: 60px 0;
	text-align: center;
}

.cross-other p.cr-other-img img{
	border: 15px solid #fff;
	box-sizing: border-box;
}

.cross-other p.cr-other-img{
	margin-bottom: 20px;
}

/* -----------

INFORMATION

------------ */

.main-info{
	background:#f2f3f2;
	padding: 60px 0 30px;
}

.info-list{margin-bottom: 60px;}
.info-list table th,
.info-list table td{
	border: 1px solid #ddd;
	padding: 20px;
	vertical-align: middle;
	line-height: 28px;
}

.info-list table th{
	background: #fafafa;
	width: 22%;
}

.info-list table td{
	background-color: #fff;
}

.info-list table td div.listdiv{
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.info-list table td div.listdiv:last-child{
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.info-btn a{
	border: 1px solid #000078;
	background: #000078;
	color: #fff;
	border-radius: 3px;
	padding: 10px 30px;
	display: inline-block;
}

.info-btn a:hover{
	background: #fff;
	color: #000078;
}

.info-btn002 a{
	border: 1px solid #000078;
	background: #000078;
	color: #fff;
	border-radius: 3px;
	padding: 25px 30px;
	width: 30%;
	display: block;
	text-align: center;
	margin: 30px auto;
}

.info-btn002 a:hover{
	background: #fff;
	color: #000078;
}

.info-list table td{width: 75%;}
.info-list table td p{margin-bottom: 20px;}


.info-comment{
	margin-bottom: 50px;
	line-height: 28px;
}

.info-comment h4{
	font-size: 20px;
	color: #0F86DC;
	font-weight: bold;
	margin:30px 0 15px;
}

.infotable table{margin-bottom: 40px; width: 100%;}

.infotable table th,
.infotable table td{
	border: 1px solid #ddd;
	padding: 20px;
	vertical-align: middle;
}

.infotable table th{
	background: #fafafa;
	width: 20%;
}


ul.entry-btn{
	text-align: center;
	margin-bottom: 100px;
}

ul.entry-btn li{
	display: inline-block;
	width: 45%;
}

ul.entry-btn li.i-new-none,
ul.entry-btn li.i-next-none{
	width: 40%;
	border: 1px solid #999;
	padding: 40px 0 40px 5%;
	text-align: center;
	border-radius: 5px;
	font-weight: bold;
	color: #333;
}

ul.entry-btn li.i-new-none{background:#ddd url(../images/recruit/information/icon-new-on.png) 5% center no-repeat; background-size: 60px;}
ul.entry-btn li.i-next-none{background:#ddd url(../images/recruit/information/icon-next-on.png) 5% center no-repeat; background-size: 60px;}


ul.entry-btn li a{
	border: 1px solid #000078;
	padding: 40px 0 40px 5%;
	text-align: center;
	display: block;
	border-radius: 5px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

ul.entry-btn li.i-new a{
	background:#000078 url(../images/recruit/information/icon-new-off.png) 5% center no-repeat;
	background-size: 60px;
}

ul.entry-btn li.i-new a:hover{
	background:#fff url(../images/recruit/information/icon-new-on.png) 5% center no-repeat;
	background-size: 60px;
	color: #000078;
}

ul.entry-btn li.i-next a{
	background:#000078 url(../images/recruit/information/icon-next-off.png) 5% center no-repeat;
	background-size: 60px;
}

ul.entry-btn li.i-next a:hover{
	background:#fff url(../images/recruit/information/icon-next-on.png) 5% center no-repeat;
	background-size: 60px;
	color: #000078;
}


.other-info{
	background: #000063;
	padding: 65px 0;
}

.other-info h3{
	color: #fff;
}

/* -----------

ENTORY

------------ */
.entory{
	border-top:dotted 1px #999;
	padding: 60px 0 10px;
}

.content_area h3{
	margin-top: 30px;
}

.tab_area{
	text-align:center; 
	margin:0;
	border-bottom:1px solid #ddd;
	}
	
.tab_area li{
	/*Tabの装飾*/
	padding:20px 80px;
	text-align:center; 
	border: 1px solid #ddd; 
	cursor: pointer; 
	display: inline-block;
	color:#333333;
	background-color:#ffffff;
	}

/* 応募フォーム */
.form-table{margin-bottom: 40px;}
.form-table dl{
	width: 100%;
	margin-bottom: 20px;
}
.form-table dl dt,
.form-table dl dd{
	display: inline-table;
	vertical-align: middle;
}

.form-table dl dt{
	width: 15%;
}

.form-table dl dd.f-001{width: 60px;}
.form-table dl dd.f-002{width: 75%;}
.form-table dl dd.cont_input input,
.form-table dl dd textarea{
	width: 98%;
	padding: 2%;
}

.form-table dl dd input.oldinput{width: 8%; padding: 2%;}
.form-table dl dd span.old{
	border-left: 1px dotted #333;
	padding-left: 15px;
	margin-left: 15px;
}

.form-table dl dd.cont_input-002 input{padding: 2%;}
.form-table dl dd select{padding: 2%;}

.form-table dl dd input:focus,
.form-table dl dd select:focus,
.form-table dl dd textarea:focus {
	background-color: #ededed;
}


.form-address div{
	width: 80%;
	margin-left: 3%;
}

.conrfiem .form-table dl dd.f-002{border:  1px solid #ddd; padding: 2%;}

span.mast{
	background-color: #ae0000;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 5px 8px;
}

.rierki{
	color: #810000;
	margin: 0 0 20px;
}

.policy-box{
	border: 1px solid #9a9a9b;
	padding:2% 3%;
	height: 200px;
	overflow-y: scroll;
	margin:30px 0 40px;
}


.ct-policy h3{
	color:#00003b;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

.ct-policy ol{margin-bottom:50px;}

.ct-policy ol li{
	list-style: decimal;
	margin: 0 0 20px 20px;
}

.check{ text-align: center; font-size: 20px;}

.submit-center{text-align: center;}

.submit-center input{
	border: 1px solid #171c61;
	padding: 20px 8%;
	text-align: center;
	background: #fff;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	margin-top: 30px;
}

.submit-center input:hover{
	background: #171c61;
	color: #fff;
}

.tab_area li.select{
	/*アクティブタブの装飾*/
	background-color:#000078;
	color:#fff;
	}
	
.hide{display:none;}



/*----- フェードイン -----*/
.inviewfadeIn {
	opacity: 0;
	transition: 1.3s;
}

.fadeIn {
	opacity: 1.0;
}

/*----- 上へスライド -----*/
.inviewUp {
	transform: translate(0, 40px);
	-webkit-transform: translate(0, 40px);
	transition: .8s;
}

.Up {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

/*----- ズームイン -----*/
.inviewzoomIn {
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	transition: .8s;
}

.zoomIn {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
} 

/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
	opacity: 0;
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
	transition: .8s;
}

.fadeInUp {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}


/*----- フェードインしながら右へスライド -----*/
.inviewfadeInright {
	opacity: 0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transition: 1s;
}

.fadeInright {
	opacity: 1.0;
	transform: translate(20px, 0);
	-webkit-transform: translate(20px, 0);
}

/*----- フェードインしながら左へスライド -----*/
.inviewfadeInleft {
	opacity: 0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transition: 1s;
}

.fadeInleft {
	opacity: 1.0;
	transform: translate(-20px, 0);
	-webkit-transform: translate(-20px, 0);
}

@media only screen and (min-width:1000px) and (max-width:1024px) {
	.main-img{
	height:83vh;
	text-align: center;
	}

	.main-img>div{
		padding-top: 70vh;
	}
}

@media only screen and (min-width:737px) and (max-width:1023px) {
	.main-img{
	background: url(../images/recruit/top/bg-main.jpg) top center no-repeat;
	background-size:cover;
	width: 100%;
	height:48vh;
	text-align: center;
	}

	.main-img>div{
		padding-top: 38vh;
	}
}

@media only screen and (min-width:737px) and (max-width:1024px) {
	/*tablet用のcssを記述*/

	img{width: 100%;}
	
	.inner{
	margin:0 5%;
	width:90%;
	}

	/*.main-img .main-text-001{font-size: 2.3vw; margin-top: 3%;}
	.main-img .main-text-002{font-size: 1.6vw; margin-top: 2%; line-height:2.5vw; margin-bottom: 0;}*/
	
	#rect {margin-top:0;}
	
	header div.pc-navi h1{
		margin-right: 1%;
	}
	
	
	
	
	header ul.glovalnavi>li:hover ul{
	width:143px;
}
	
	header h1 img{
		width:200px;
	}
	
	.talk-ttl-bg{
	background: #000;
	display: block;
	padding: 30px 0 10px;
	margin-left: 0;
	text-align: center;
	}


	h2.talk-ttl{
		font-size: 40px;
		color: #fff;
		margin-bottom: 30px;
	}


	h2.talk-ttl span{
		font-size: 16px;
		display: block;
	}


	div.talk-left{
		background: url(../images/recruit/top/bg-case-left.png) left bottom no-repeat;
		background-size: 90%;
		padding:0 0 30px 5%;
		z-index: 999;
		margin-top:20px;
		margin-bottom: 60px;
	}
	
	div.talk-left img,
	div.talk-right img{
		width: 80%;
	}

	div.talk-right{
		background: url(../images/recruit/top/bg-case-right.png) right bottom no-repeat;
		background-size: 90%;
		text-align: right;
		padding:0 5% 30px 0;
		margin-bottom: 60px;
	}
	
	
	.cross-work{
	background: #000;
	color: #fff;
	padding: 50px 0;
	}

	.cross-work .work-img{float:none; text-align: center; margin: 0 10% 3%;}
	.cross-work .work-text{
		float:none;
		width: 100%;
	}
	
	
	
	.cross-img{margin-bottom: 50px;}
	.cross-img p.c-img-left{float: left; width: 49%;}
	.cross-img p.c-img-right{float: right; width: 49%;}

	.cross-img ul.c-img-right li{ text-align: right; margin-bottom: 10px;width: 49%; float: right;}
	.cross-img ul.c-img-right li:last-child{display: none;}
	
	.cross-intervew dl dt{
	width: 100px;
	padding: 5px 0;
	color: #fff;
	text-align: center;
		margin-bottom:10px;
	}



	.cross-intervew dl dd{
		width: 100%;
		margin-left:0;
		font-size: 15px;
	}
	

.inte001.inte-sec-001 .inte-ttl{background: url(../images/recruit/intervew/bg-blown-001.png) left top no-repeat; background-size: 100px;}
.inte002.inte-sec-001 .inte-ttl{background: url(../images/recruit/intervew/bg-pink-001.png) left top no-repeat; background-size:  100pxpx;}
.inte003.inte-sec-001 .inte-ttl{background: url(../images/recruit/intervew/bg-green-001.png) left top no-repeat; background-size:  100px;}
.inte004.inte-sec-001 .inte-ttl{background: url(../images/recruit/intervew/bg-blue-001.png) left top no-repeat; background-size:  100pxpx;}

	/* 餅井様 背景画像
	.inte001.main-img-inte p.office{background-color: #ae7700;}
	.inte001.main-img-inte{background: #fff url(../images/recruit/intervew/img-mochii-001.jpg) right 20px no-repeat;}*/


	/* 岩田様 背景画像
	.inte002.main-img-inte p.office{background-color: #cf4b74;}
	.inte002.main-img-inte{background: #f6f7f5 url(../images/recruit/intervew/img-iwata-001.png) right 20px no-repeat;}*/

	/* 向様 背景画像
	.inte003.main-img-inte p.office{background-color: #004f00;}
	.inte003.main-img-inte{background: #f5f8f8 url(../images/recruit/intervew/img-mukai-001.png) right 20px no-repeat;}*/

	/* 鈴木様 背景画像
	.inte004.main-img-inte p.office{background-color: #000078;}
	.inte004.main-img-inte{background: #f3fbfd url(../images/recruit/intervew/img-suzuki-001.png) right 20px no-repeat;}*/
	
	
	ul.entry-btn li.i-new-none,
	ul.entry-btn li.i-next-none{
		width: 40%;
		border: 1px solid #999;
		padding: 70px 2% 30px 2%;
		text-align: center;
		border-radius: 5px;
		font-weight: bold;
		color: #333;
	}

	ul.entry-btn li.i-new-none{background:#ddd url(../images/recruit/information/icon-new-on.png) center 15px no-repeat; background-size: 60px;}
	ul.entry-btn li.i-next-none{background:#ddd url(../images/recruit/information/icon-next-on.png) center 15px no-repeat; background-size: 60px;}


	ul.entry-btn li a{
		border: 1px solid #000078;
		padding: 70px 2% 30px 2%;
		text-align: center;
		display: block;
		border-radius: 5px;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
	}
	
	ul.entry-btn li.i-new a{
	background:#000078 url(../images/recruit/information/icon-new-off.png) center 15px no-repeat;
	background-size: 60px;
	}

	ul.entry-btn li.i-new a:hover{
		background:#fff url(../images/recruit/information/icon-new-on.png) center 15px no-repeat;
		background-size: 60px;
		color: #000078;
	}

	ul.entry-btn li.i-next a{
		background:#000078 url(../images/recruit/information/icon-next-off.png) center 15px no-repeat;
		background-size: 60px;
	}

	ul.entry-btn li.i-next a:hover{
		background:#fff url(../images/recruit/information/icon-next-on.png) center 15px no-repeat;
		background-size: 60px;
		color: #000078;
	}
	

}
