@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*----------------------------------------------------
Default Layout
----------------------------------------------------*/
html {
	overflow-y:scroll;
	font-size:62.5% !important;
}
body {
	width:100%;
	margin:0;
	padding:0;
	color:#222;
	font-family:"Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height:1.6;
	font-size:16px;
	font-size:1.6rem;
    letter-spacing: 0.1em;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

/* --- link --- */
a,
a:link,
a:visited {
	color:#583822;
	outline:none;
	text-decoration:none;
}
a:hover,
a:active,
a:focus {
	color:#cf0e19;
	text-decoration:underline;
}
a:hover img,
a:active img,
a:focus img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-o-opacity:0.8;
	-ms-filter:"alpha(opacity=80)";
	-moz-opacity:0.8;
	-webkit-opacity:0.8;
	transition:opacity .2s linear;
	-o-transition:opacity .2s linear;
	-ms-transition:opacity .2s linear;
	-moz-transition:opacity .2s linear;
	-webkit-transition:opacity .2s linear;
}
.mainvisual a:hover img,
.mainvisual a:active img,
.mainvisual a:focus img {
	opacity:1.0;
	filter:alpha(opacity=100);
	-o-opacity:1.0;
	-ms-filter:"alpha(opacity=100)";
	-moz-opacity:1.0;
	-webkit-opacity:1.0;
	transition:opacity .2s linear;
	-o-transition:opacity .2s linear;
	-ms-transition:opacity .2s linear;
	-moz-transition:opacity .2s linear;
	-webkit-transition:opacity .2s linear;
}
a img {
	border-style: none;
}
ul,
ol {
	margin:0;
	padding:0;
}
ul li,
ol li {
	list-style: none;
}
img {
	max-width:100%;
	height:auto;
}
/*----------------------------------------------------
General Layout
----------------------------------------------------*/
/* --- clear fix --- */
.cf {zoom:1;}
.cf:before,.cf:after {content:""; display:table;}
.cf:after {clear:both;}

.clear {clear:both;}

.img-l {
	float:left;
	margin:0 20px 20px 0;
}
.img-r {
	float:right;
	margin:0 0 20px 20px;
}
.txt{
    overflow: hidden;
}
.float-l {
	float: left;
}
.float-r {
	float: right;
}
.layout-l {
	text-align:left !important;
}
.layout-c {
	text-align:center !important;
}
.layout-r {
	text-align:right !important;
}
.txt-large {
	font-size:20px;
	font-size:2.0rem;
}
.txt-small {
	font-size:12px;
	font-size:1.2rem;
}
.txt-red{
    color:#cf0e19;
}
.txt-read{
    line-height:2.0;
}
.dot{
	display:inline-block;
	padding-bottom:2px;
	background: url(/recruit/images/dot.png) 0 bottom repeat-x;
}
.mgn_t0 {
	margin-top: 0px !important;
}
.mgn_t5 {
	margin-top: 5px !important;
}
.mgn_t10 {
	margin-top: 10px !important;
}
.mgn_t20 {
	margin-top: 20px !important;
}
.mgn_t30 {
	margin-top: 30px !important;
}
.mgn_t40 {
	margin-top: 40px !important;
}
.mgn_t60 {
	margin-top: 60px !important;
}
.mgn_t-5 {
	margin-top: -5px !important;
}
.mgn_t-10 {
	margin-top: -10px !important;
}
.mgn_t-20 {
	margin-top: -20px !important;
}
.mgn_t-30 {
	margin-top: -30px !important;
}
.mgn_t-40 {
	margin-top: -40px !important;
}
.mgn_t-60 {
	margin-top: -60px !important;
}
.mgn_b0 {
	margin-bottom: 0px !important;
}
.mgn_b5 {
	margin-bottom: 5px !important;
}
.mgn_b10 {
	margin-bottom: 10px !important;
}
.mgn_b20 {
	margin-bottom: 20px !important;
}
.mgn_b-20 {
	margin-bottom: -20px !important;
}
.mgn_b25 {
	margin-bottom: 25px !important;
}
.mgn_b30 {
	margin-bottom: 30px !important;
}
.mgn_b40 {
	margin-bottom: 40px !important;
}
.mgn_b60 {
	margin-bottom: 60px !important;
}

.mgn_r0 {
	margin-right: 0px !important;
}
.mgn_r5 {
	margin-right: 5px !important;
}
.mgn_r10 {
	margin-right: 10px !important;
}
.mgn_r20 {
	margin-right: 20px !important;
}
.mgn_r30 {
	margin-right: 30px !important;
}
.mgn_r40 {
	margin-right: 40px !important;
}

.mgn_l0 {
	margin-left: 0px !important;
}
.mgn_l5 {
	margin-left: 5px !important;
}
.mgn_l10 {
	margin-left: 10px !important;
}
.mgn_l20 {
	margin-left: 20px !important;
}
.mgn_l30 {
	margin-left: 30px !important;
}
.mgn_l40 {
	margin-left: 40px !important;
}

.pdg_t0 {
	padding-top: 0px !important;
}
.pdg_t5 {
	padding-top: 5px !important;
}
.pdg_t10 {
	padding-top: 10px !important;
}
.pdg_t20 {
	padding-top: 20px !important;
}
.pdg_t30 {
	padding-top: 30px !important;
}
.pdg_t35 {
	padding-top: 35px !important;
}
.pdg_t40 {
	padding-top: 40px !important;
}
.pdg_b0 {
	padding-bottom: 0px !important;
}
.pdg_b5 {
	padding-bottom: 5px !important;
}
.pdg_b10 {
	padding-bottom: 10px !important;
}
.pdg_b20 {
	padding-bottom: 20px !important;
}
.pdg_b30 {
	padding-bottom: 30px !important;
}
.pdg_b40 {
	padding-bottom: 40px !important;
}

.pdg_r0 {
	padding-right: 0px !important;
}
.pdg_r5 {
	padding-right: 5px !important;
}
.pdg_r10 {
	padding-right: 10px !important;
}
.pdg_r20 {
	padding-right: 20px !important;
}
.pdg_r30 {
	padding-right: 30px !important;
}
.pdg_r40 {
	padding-right: 40px !important;
}
.pdg_r100 {
	padding-right: 100px !important;
}
.pdg_l0 {
	padding-left: 0px !important;
}
.pdg_l5 {
	padding-left: 5px !important;
}
.pdg_l10 {
	padding-left: 10px !important;
}
.pdg_l15 {
	padding-left: 10px !important;
}
.pdg_l20 {
	padding-left: 20px !important;
}
.pdg_l30 {

	padding-left: 30px !important;
}
.pdg_l40 {
	padding-left: 40px !important;
}
.pdg_l100 {
	padding-left: 100px !important;
}

.f10 {
	font-size: 10px !important;
}
.f12 {
	font-size: 12px !important;
}
.f14 {
	font-size: 14px !important;
}
.f16 {
	font-size: 16px !important;
}
.f18 {
	font-size: 18px !important;
}
.f20 {
	font-size: 20px !important;
}
.f21 {
	font-size: 21px !important;
}
.f22 {
	font-size: 22px !important;
}
.f24 {
	font-size: 24px !important;
}

.numberL{
	font-size:40px;
	font-size:4.0rem;
	padding:0 2px;
}
.bold {
	font-weight: bold !important;
}
.letter-n{
	letter-spacing:normal !important;
}
.letter-w{
	letter-spacing:0.125em !important;
}
.border{
	border:1px solid #ccc;
	padding:2em;
}
.nowrap{
	white-space: nowrap;
}
.br{
	display: inline-block;
}
/*
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
*/


/*----------------------------------------------------
Base Layout PC
----------------------------------------------------*/

/*----------------------------
共通要素のレイアウト
----------------------------*/
#page {
	position: relative;
}
/* --- header --- */
header{
	position:relative;
	display: table;
	letter-spacing: 0;
	width: 100%;
	margin:0 auto;
	height: 70px;
}
header div nav ul {
	display: table;
	width: 100%;
}
header h1,
header div{
	display: table-cell;
	vertical-align: middle;
}
header h1{
	padding:0 10px 0 20px;
}
header .entry{
	padding:10px;
	background: #c9af22;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2;
	font-weight: bold;
}
header .entry span{
	font-size:14px;
	font-size:1.4rem;
	white-space: nowrap;    
}
/* nav */
header div nav ul {
	clear:both;
	width:100%;
	display: table;
	background:#fff;
	letter-spacing:0.05em;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
header div nav ul li {
	display: table-cell;
	text-align:center;
	position:relative;
	background: url(/recruit/images/line_nav.png) left center no-repeat;
	white-space: nowrap;
}
header div nav ul li a {
	padding: 15px 5px 10px;
	display:block;
}
header div nav ul li:first-child{
	background:none;
}

header div nav ul li a,
header div nav ul li a:link,
header div nav ul li a:visited {
	color:#222;
	text-decoration: none;
}
header div nav ul li a:hover,
header div nav ul li a:active,
header div nav ul li a:focus,
header div nav ul li.current a {
	color: #222;
}
header div nav ul li a:after {
	display: block;
	content: "";
	width: 0%;
	height: 3px;
	background-color: #cf0e19;
	margin: 5px auto 0;
	transition: .25s ease-out;
	-webkit-transition: .25s ease-out;
	-moz-transition: .25s ease-out;
	-o-transition: .25s ease-out;
	-ms-transition: .25s ease-out;
}
header div nav ul li a:hover:after,
header div nav ul li.current a:after {
	width: 100%;
}
/* --- subnav --- */
header div nav ul.sub-menu {
	position: absolute;
	left: 0;
	width: 220px;
	padding-right: 1px;
	z-index: 300;
	opacity: 0;
	top: 80%;
	visibility: hidden;
    transition: .5s;
	font-size:14px;
	font-size:1.4rem;
}
header div nav ul.sub-menu li {
    display:inherit;
	border-right:none;
	width: 100%;
	background: url(/recruit/images/arrow.png) 10px center no-repeat;
}
header div nav ul.sub-menu li:last-child {
	border-bottom:none;
}
header div nav ul li:hover ul.sub-menu {
	display:block;
	top: 100%;
	visibility: visible;
	opacity: 1;
}
header div nav ul.sub-menu li a {
	display: block;
	height: auto;
	padding: 10px 10px 10px 25px;
	text-align: left;
	font-weight: normal;
	letter-spacing: 0;
	border-right: none;
	border-bottom:1px solid #ccc;
}
header div nav ul.sub-menu li a:hover,
header div nav ul.sub-menu li a:active,
header div nav ul.sub-menu li a:focus {
	color:#cf0e19;
	background: url(/recruit/images/arrow_red.png) 10px center no-repeat;
	text-decoration:underline;
}
header div nav ul.sub-menu li a:after {
	display: block;
	content: "";
	width: 0%;
	height: 0;
	background-color:none;
	margin:auto;
	transition:0 none;
	-webkit-transition:0 none;
	-moz-transition:0 none;
	-o-transition:0 none;
	-ms-transition:0 none;
}
/* --- メインビジュアル --- */
.mainvisual{
	clear:both;
	width:100%;
	margin:0 auto;
	text-align:center;
	background: #f9f9f9;
}
.mainvisual img{
	width:100%;
	max-width: 1280px;
	height:auto;
}
.main {
	clear: both;
	width:100%;	
}
#index section{
margin-bottom:0;
}
.main section{
margin-bottom:40px;
}
.bg{
	background: url(/recruit/images/bg.jpg) 0 0 repeat;	
}
#index .inner{
	width:100%;
	max-width:940px;
	margin:0 auto;
	padding:60px 0;
}
.main .inner{
	width:100%;
	max-width:940px;
	margin:0 auto 60px;
	padding:0;
}
footer .inner{
	width:100%;
	max-width:980px;
	margin:0 auto;
	padding:30px 0 10px;
}
/* --- footer --- */
footer {
	clear:both;
	text-align: center;
	font-size:14px;
	font-size:1.4rem;
}
/* footer リンク */
footer .ftLink {
	clear:both;
	width: 100%;
	background: url(/recruit/images/bg.jpg) 0 0 repeat;
}
footer .ftLink ul{
	text-align:left;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: normal;
}
footer .ftLink ul li {
	margin:0 0 10px 0;
}

footer .ftLink a,
footer .ftLink a:link,
footer .ftLink a:visited {
	padding-left: 10px;
	color: #222;
	background: url(/recruit/images/arrowss.png) left 6px no-repeat;
}
footer .ftLink a:hover,
footer .ftLink a:active,
footer .ftLink a:focus {
	color: #cf0e19;
	background: url(/recruit/images/arrowss_red.png) left 6px no-repeat;
}
footer .ftLink .fnav a,
footer .ftLink .fnav a:link,
footer .ftLink .fnav a:visited {
	padding-left: 10px;
	color: #222;
	background: url(/recruit/images/arrows.png) left center no-repeat;
	border-bottom: 1px solid #583822;
}
footer .ftLink .fnav a:hover,
footer .ftLink .fnav a:active,
footer .ftLink .fnav a:focus {
	color: #cf0e19;
	background: url(/recruit/images/arrows_red.png) left center no-repeat;
	border-bottom: 1px solid #cf0e19;
}
/* --- footer 連絡先 --- */
.ftAdd{
	width:100%;
	margin: 0 auto;
	background:#583822;
	color:#fff;
}
.ftAdd h2{
	margin:0 0 10px;
	font-size:20px;
	font-size:2.0rem;
	padding:0;
}
.ftAdd .addBox{
	width: 90%;
	margin: 0 auto;
}
.ftAdd dl{
	float:left;
}
.ftAdd dl dt{
	float:left;
	background: #3b2213;
	padding: 0 0.5em;
}
.ftAdd dl dd{
	margin:0 0 1em;
	text-align: left;
	padding: 0 0 0 9em;

}
/* --- 募集要項ボタン --- */
.btnRecruit{
    display: inline-block;
    padding:3em 0.5em;
    text-decoration: none;
    background: #c9af22;
    color: #FFF;
    border-bottom: solid 4px #948118;
    border-radius: 3px;
	text-align: center;
	font-size: 20px;
	font-size:2.0rem;
	font-weight: bold;
}
.btnRecruit:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
}
/* ---　お問い合わせボタン --- */
.btnContact{
    display: inline-block;
    padding: 1.1em 0.5em;
    border:2px solid #c9af22;
    border-radius: 3px;
	font-size:16px;
	font-size:1.6rem;
}
.btnContact:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}
/* --- エントリーボタン --- */
.btnEntry{
    display: inline-block;
    padding:1.3em 0.5em;
    background: #c9af22;
    border-bottom: solid 4px #948118;
    border-radius: 3px;
	font-weight: bold;
	line-height: 1.2;
	font-size:16px;
	font-size:1.6rem;
}
.btnEntry span{
	font-size:12px;
	font-size:1.2rem;
}
.btnEntry:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    border-bottom: none;
}
footer .copyright {
	font-size:12px;
	font-size:1.2rem;
	line-height: 2.0;
}
/* --- pagetop --- */
.pagetop {
	position: fixed;
	width: 60px;
	height: 60px;
	right: 10px;
	bottom: 20px;
	z-index: 1000;
}
/* --- パンくず --- */
.main .path{
	width: 100%;
	max-width: 980px;
	margin:0 auto;
	padding:10px;
	font-size: 12px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color:#666;
}
.main .path li {
	float: left;
	padding:0;
}
.main .path li a {
	display: inline-block;
	padding: 0 10px 0 0;
	margin: 0 5px 0 0;
	background: url(/recruit/images/arrowss.png) right 50% no-repeat;
	}
/* --- 見出し --- */
.pageTitle{
	padding:2.0em 0.2em;
	text-align:center;
	font-size:26px;
	font-size:2.6rem;
	background: #583822;
	color:#fff;
}
#message .pageTitle{
	background:#f9f9f9 url(/recruit/images/h1_message.jpg) no-repeat center 50% ;
	background-size:cover;
}
#workplace .pageTitle{
	background:#f9f9f9 url(/recruit/images/h1_workplace.jpg?20230404) no-repeat center 50% ;
	background-size:cover;
}
#interview .pageTitle{
	background:#f9f9f9 url(/recruit/images/h1_interview.jpg) no-repeat center 50% ;
	background-size:cover;
}
#job .pageTitle{
	background:#faf8f0 url(/recruit/images/h1_job.jpg) no-repeat center 50% ;
	background-size:cover;
}
#faq .pageTitle{
	background:#f9f9f9 url(/recruit/images/h1_faq.jpg) no-repeat center 50% ;
	background-size:cover;
}
#recruit .pageTitle,#new .pageTitle,#carrier .pageTitle,#disability .pageTitle,#part .pageTitle{
	background:#f9f9f9 url(/recruit/images/h1_recruit.jpg?20230404) no-repeat center 50% ;
	background-size:cover;
}
#entry .pageTitle,#entry-end .pageTitle{
	background:#f9f9f9 url(/recruit/images/h1_entry.jpg) no-repeat center 50% ;
	background-size:cover;
}
#contact .pageTitle,#thanks .pageTitle{
	background:#f9f9f9 url(/recruit/images/h1_contact.jpg) no-repeat center 50% ;
	background-size:cover;
}
#privacy .pageTitle{
	background:#f9f9f9 url(/recruit/images/h1_privacy.jpg) no-repeat center 50% ;
	background-size:cover;
}
#news .pageTitle{
	background:#f9f9f9 url(/recruit/images/h1_news.jpg) no-repeat left 50% ;
	background-size:cover;
}
#blog .pageTitle{
	background:#f9f9f9 url(/recruit/images/h1_news.jpg) no-repeat left 50% ;
	background-size:cover;
}
.main h2{
	font-size:26px;
	font-size:2.6rem;
	margin:0 -20px 40px;
	text-align: center;
}
.main h2 span{
	padding:0 10px;
	background: linear-gradient(transparent 70%, #c9af22 70%);
}
.main h3{
	font-size:20px;
	font-size:2.0rem;
	padding:0.5em 0 0.2em;
	margin-bottom:1em;
    border-bottom:2px solid #583822;
}
.main#index h3{
	letter-spacing:normal;
}
.main#interview h3{
    clear:both;
    margin-bottom: 20px;
}
.main h4 {
	font-size:18px;
	font-size:1.8rem;
	padding:0.1em;
	margin-bottom:10px;
	border-bottom:1px solid #583822;
	}
.main h5{
	font-size:16px;
	font-size:1.6rem;
	padding:0.2em 0.8em;
	margin-bottom:5px;
	background:#f9f9f9 url(/recruit/images/bg.jpg) repeat 0 0 ;
	display: inline-block;
}

.main p,footer p{
	margin-bottom:15px;
}
/* --- リスト --- */
.main ul {
	margin-bottom: 1em;
}
.main ul li {
	position: relative;
	margin-bottom: 4px;
	padding-left: 20px;
}
.main ul li:before {
	content: " ";
	position: absolute;
	left: 0.2em;
	top: 0.5em;
	width: 8px;
	height: 8px;
	background:#c9af22;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;	
	border-radius: 4px;
}
.main .mfp ul li:before {
	content:inherit;
	position:inherit;
	left: 0;
	top:0;
	width:0;
	height:0;
	background: none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
	-ms-border-radius:0;	
	border-radius:0;
}
.main ol {
	margin-bottom: 10px;
	padding-left: 1.7em;
}
.main ol li {
	margin-bottom: 5px;
	list-style-type: decimal;
	list-style-position: outside;
}
.main ul.path li:before {
	width: 0;
	height: 0;
}
/* --- リンク --- */
.main a.link,
.main a.link:link,
.main a.link:visited {
	display: inline-block;
	padding-right: 0.8em;
	margin-right: 0.5em;
	color: #583822;
	background: url(/recruit/images/arrow.png) right 0.4em no-repeat;
}
.main a.link:hover,
.main a.link:active,
.main a.link:focus {
	color: #cf0e19;
	background: url(/recruit/images/arrow_red.png) right 0.4em no-repeat;
	text-decoration:underline;
}
/* --- リンク 募集要項--- */
.main#index a.btnRecruit,
.main#index a.btnRecruit:link,
.main#index a.btnRecruit:visited,
.main a.btnRecruit,
.main a.btnRecruit:link,
.main a.btnRecruit:visited{
	color: #583822;
}
.main#index a.btnRecruit:hover,
.main#index a.btnRecruit:active,
.main#index a.btnRecruit:focus {
	color: #fff;
}
/* --- リンク ヘッダーEntry---- */
header .entry a,
header .entry a:link,
header .entry a:visited{
	color: #583822;
	text-decoration: none;
}
header .entry a:hover,
header .entry a:active,
header .entry a:focus {
	color: #fff;
}
/* --- リンク フッターEntry--- */
a.btnEntry,
a.btnEntry:link,
a.btnEntry:visited{
	color: #583822;
	text-decoration: none;
}
a.btnEntry:hover,
a.btnEntry:active,
a.btnEntry:focus {
	color: #fff;
}
/* --- リンク フッターリンク-- */
footer .ftLink .fnav a:hover,
footer .ftLink .fnav a:active,
footer .ftLink .fnav a:focus {
	text-decoration:none;
}
/* --- リンク フッターContact--- */
a.btnContact,
a.btnContact:link,
a.btnContact:visited{
	color: #c9af22;
	text-decoration: none;
}
a.btnContact:hover,
a.btnContact:active,
a.btnContact:focus {
	color: #fff;
}
/* --- リンク-ボタン --- */
.main a.btn,
.main a.btn:link,
.main a.btn:visited{
	display: inline-block;
	margin:0;
	padding:4px 35px 3px 20px;
	letter-spacing:normal;
	color:#583822;
	font-size:14px;
	font-size:1.4rem;
	background:url(/recruit/images/arrow.png) 90% center no-repeat;
	text-decoration:none;
	border:1px solid #583822;
}
.main a.btn:hover,
.main a.btn:active,
.main a.btn:focus{
	color: #cf0e19;
	background:url(/recruit/images/arrow_red.png) 90% center no-repeat;
	border:1px solid #cf0e19;
	text-decoration:underline;
}
/* --- リンク-ボタン MORE --- */
.main a.btnMore,
.main a.btnMore:link,
.main a.btnMore:visited{
	display: inline-block;
	margin:0;
	padding:4px 35px 3px 20px;
	letter-spacing:normal;
	color:#583822;
	font-size:14px;
	font-size:1.4rem;
	background:url(/recruit/images/arrow.png) 80% center no-repeat;
	text-decoration:none;
	border:1px solid #583822;
}
.main a.btnMore:hover,
.main a.btnMore:active,
.main a.btnMore:focus{
	color: #cf0e19;
	background:url(/recruit/images/arrow_red.png) 80% center no-repeat;
	border:1px solid #cf0e19;
	text-decoration:underline;
}

/* --- PDF --- */
a[href$=".pdf"]:after {
    content:" ";
    display: inline-block;
    width: 27px;
    height: 24px;
    background: url(/recruit/images/pdf.png) no-repeat 3px bottom;
}
.thum a[href$=".pdf"]:after,.prbnrArea a[href$=".pdf"]:after {
    content:inherit;
    display:inherit;
    width: 0;
    height: 0;
    background: none;
}

/* --- テーブル --- */
.main table {
	width: 100%;
	margin:0 auto 20px;
	border-left: 1px solid #583822;
	border-top: 1px solid #583822;
}
.main table th,
.main table td {
	padding: 5px 10px;
	border-right: 1px solid #583822;
	border-bottom: 1px solid #583822;
}
.main table th {
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
	vertical-align: top;
	background: #eae8db;
}
.main table td {
	vertical-align: top;
}
/* --- テーブル-stylishTable --- */
.main table.stylishTable {
	width: 100%;
	margin-bottom: 20px;
	border-left:none;
	border-top:none;
}
.main .stylishTable th {
	padding: 5px;
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
	vertical-align: middle;
	background: url(/recruit/images/line.png) 0 bottom repeat-x;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-right:none;
	border-bottom:none;
}
.main .stylishTable td {
	padding: 8px 3.4%;
	vertical-align:middle;
	background: url(/recruit/images/dot.png) 0 bottom repeat-x;
	border-right:none;
	border-bottom:none;
}
/* --- 2カラム --- */
.layout-2col{
	width:100%;
	max-width:940px;
	margin-bottom:10px;
    overflow:hidden;
}
.layout-2col .contentBox{
	width:47.87%;
	max-width:450px;
	float:left;
	margin:0 4.25% 20px 0;
	position:relative;
}
.layout-2col .contentBox:nth-child(even){
	margin:0 0 20px 0;
}
.layout-2col .contentBox a{
	display:block;
}
/* --- 2カラム footer--- */
footer .layout-2col{
	width:100%;
	max-width:620px;
	margin:0 auto 10px;
    overflow:hidden;
}
footer .layout-2col .contentBox{
	width:47.87%;
	max-width:300px;
	float:left;
	margin:0 3.22% 20px 0;
	position:relative;
}
footer .layout-2col .contentBox:nth-child(even){
	margin:0 0 20px;
}
/* --- 2カラム intro --- */
.layout-2col-intro{
	width:100%;
	max-width:940px;
	margin-bottom:30px;
    overflow:hidden;
}
.layout-2col-intro .contentBoxLeft{
	width:47.87%;
	max-width:450px;
	float:left;
	margin:20px 2.12% 20px 2.12%;
	position:relative;
	text-align: center;	
}
.layout-2col-intro .contentBoxRight{
	width:45.74%;
	max-width:430px;
	float:left;
	margin:20px 2.12% 20px 0;
	position:relative;
}	
.main .layout-2col-intro table.stylishTable{
	width:100%;
}
/* --- 3カラム --- */
.layout-3col{
	width:100%;
	max-width:940px;
	margin-bottom:10px;
    overflow:hidden;
}
.layout-3col .contentBox{
	width:31.91%;
	max-width:300px;
	float:left;
	margin:0 2.12% 20px 0;
}
.layout-3col .contentBox:nth-child(3n){
	margin:0 0 20px 0;
}
.layout-3col .contentBox a{
	display:block;
}
.layout-3col .contentBox img{width:100%; height:auto;}
p.titleTxt{
	border-left:3px solid #583822;
	padding-left: 0.5em;
	margin-bottom: 5px;
}
/* --- 4カラム --- */
.layout-4col{
	width:100%;
	max-width:940px;
	margin-bottom:10px;
    overflow:hidden;
}
.layout-4col .contentBox{
	width:23.4%;
	max-width:220px;
	float:left;
	margin:0 2.12% 20px 0;
}
.layout-4col .contentBox:nth-child(4n){
	margin:0 0 20px 0;
}
.layout-4col .contentBox a{
	display:block;
}
.main#index .layout-4col .thum,
.main#interview .layout-4col .thum{
  width: 100%;
  padding-top: 127%;
  overflow: hidden;
  position: relative;
}
.main#index .layout-4col .thum img,
.main#interview .layout-4col .thum img{
  max-width: 200%;
  max-height: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main .contentBox .thum{
	text-align: center;
	margin-bottom: 5px;
}
/* --- 6カラム --- */
.layout-6col{
	width:100%;
	max-width:980px;
	margin-bottom:10px;
    overflow:hidden;
}
.layout-6col .contentBox{
	width:15.81%;
	max-width:155px;
	float:left;
	margin:0 1.02% 20px 0;
}
.layout-6col .contentBox:nth-child(6n){
	margin:0 0 20px 0;
}
.layout-6col .contentBox a{
	display:block;
}
/*------------------------
トップ
-------------------------*/
/* --- prArea --- */
.prArea .contentBox{
	background: #fff;
}
.prArea .extract{
	padding: 10px 15px;
	margin-bottom: 0;

}
.prTxt{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
/* --- interviewArea --- */
.interviewArea .titleBox{
	border-left:2px solid #583822;
	padding:0 0 0 10px;
}
.interviewArea .titleBox h3{
	border-bottom:none;
	font-size: 14px;
	font-size: 1.4rem;
	padding:0;
}
.interviewArea .titleBox p{
	border-bottom:none;
	font-size: 12px;
	font-size: 1.2rem;
	padding:0;
	margin: 0;
}
#interview p{
    letter-spacing: 0.125em;
    line-height: 2.0;
}
#interview .pageList p{
    letter-spacing: 0.1em;
    line-height: 1.6;
}
#interview p img{
    margin-top:0.8em;
}

/* --- newsArea --- */
.newsArea dl {
	float:left;
	width:100%;
	overflow: hidden;
	margin-bottom: 1.5em;
}
.newsArea dl dt {
	clear: both;
	float: left;
}
.newsArea dl dd {
	padding: 0 0em 1em 7em;
	margin: 0 0 1em;
	background:url(/recruit/images/dot.png) left bottom repeat-x;
}

time{
	font-size:14px;
	font-size:1.4rem;
}
/* --- blogArea --- */
#blog .inner a,
#blog .inner a:hover {
	text-decoration: underline;
}
.blogArea dl {
	float:left;
	line-height: 1.6;
	width:100%;
	margin-bottom: 10px;
}
.blogArea dl dt {
	clear: both;
	float: left;
	width: 80px;
    height: 60px;
	overflow: hidden;
}
.blogArea dl dd {
	padding: 0 0em 1em 7em;
	margin: 0 0 1em;
	background:url(/recruit/images/dot.png) left bottom repeat-x;
}
/*
.blogArea dl{
float: left;
font-size: 14px;
font-size: 1.4rem;
line-height: 1.6;
width: 100%;
margin-bottom: 10px;
}
.blogArea dl dt{
clear: both;
float: left;
width: 80px;
height:60px;
overflow: hidden;
}
.blogArea dl dd{
padding:0 0 5px 90px;
background:url(/recruit/images/dot.png) left bottom repeat-x;
margin: -1px 0 20px 0;
min-height: 81px;
}
*/
/*------------------------
下層ページ
-------------------------*/
/* --- pageList --- */
.pageList {
	text-align: center;
	margin-bottom:30px;
}
.pageList .prev {
	display: inline-block;
	margin: 2px 15px 0 0;
}
.pageList .next {
	display: inline-block;
	margin: 2px 0 0 15px;
}
/* Next */
.pageList .next a,
.pageList .next a:link,
.pageList .next a:visited {
	display: inline-block;
	padding-right: 0.8em;
	margin-right: 0.5em;
	background: url(/recruit/images/arrow.png) right 0.4em no-repeat;
}
.pageList .next a:hover,
.pageList .next a:active,
.pageList .next a:focus {
	color: #cf0e19;
	background: url(/recruit/images/arrow_red.png) right 0.4em no-repeat;
}
/* Prev */
.pageList .prev a,
.pageList .prev a:link,
.pageList .prev a:visited {
	display: inline-block;
	padding-left: 0.8em;
	margin-left: 0.5em;
	background: url(/recruit/images/arrow_prev.png) left 0.4em no-repeat;
}
.pageList .prev a:hover,
.pageList .prev a:active,
.pageList .prev a:focus {
	color: #cf0e19;
	background: url(/recruit/images/arrow_prev_red.png) left 0.4em no-repeat;
}
/* list */
.pageList .list {
	display: inline-block;
	vertical-align: top;
}
.pageList .list a,
.pageList .list span {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 0 0px;
	padding-top: 2px;
	color: #583822;
	text-align: center;
	vertical-align: top;
	background: #cfc7c1;
	border-radius:30px;
	text-decoration: none;
}
.pageList .list a:hover,
.pageList .list span.current_page {
	color: #fff;
	background: #583822;
}
/* --- pageIndex --- */
.main .pageIndex {
	text-align: center;
	margin-bottom:30px;
}
.main .pageIndex ul li{
	display:inline-block;
	padding:0 0 0 25px;
}
.main .pageIndex ul li:before{
	content: "│";
	position: absolute;
	left: 0;
	top: 0;
	width:auto;
	height:auto;
	background:none;
	color:#ccc;
}
.main .pageIndex ul li:first-child:before{
	content: "";
}

/* --- 地図 --- */
.main .gmap {
	position: relative;
	padding-bottom: 44.44%;
	height: 0;
	overflow: hidden;

}
.main .gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% ;
	height: 100% ;
}
/* --- FAQ --- */
.answer{
    float:left;
    margin:0 0.2em 0 1em;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
}