@charset "UTF-8";

html {
	height: 100%;	
}

body{
	height: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-size: 62.5%;
	line-height: 2;
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	color: #2a2a2a;
	position: relative;
}

a      { text-decoration: none; color: #2a2a2a; }
a:hover     { opacity: 0.5;}

.gothic { font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; }

.marker {
	background:linear-gradient(transparent 30%, #fbf0ab 50%);
	display: inline
}

/*============================================================

00.共通

============================================================*/

/*============================================================
ヘッダー
============================================================*/

#header {
	height: 100px;
	width: 100%;
	background: rgba(0,0,0,0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}

#header .inner  {
	display: table;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	height: 100px;
	width: 100%;
}

#header h1 {
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
	width: 200px;
}

#header nav {
	display: table-cell;
	vertical-align: middle;
}

header nav > ul > li {
	display: inline;
	font-size: 16px;
	margin-right: 15px;
	color: #fff;
}

header nav > ul > li > a {
	color: #fff;
}

#header p {
	display: table-cell;
	vertical-align: middle;
	padding-right: 5px;
	text-align: right;
}

#header p span{
	margin-right:5px;
}

.dropdown {
	position: relative;
}

.dropdown .menu {
	position: absolute;
	width: 200px;
	top: -10px;
	left: 50%;
	margin-left: -100px;
	background: rgba(0,0,0,0.8);
	border-radius: 5px;
	z-index: 2;
	padding-top: 40px;
}

.dropdown span {
	position: relative;
	z-index: 4;
}

.dropdown .menu ul {
	color: #fff;
	text-align: left;
	display: inline;
	margin: 0 auto 10px;
}

.dropdown .menu ul li a {
	display: block;
	color: #fff;
	padding: 5px 10px;
}

/*============================================================
フッター
============================================================*/

#footer {
	background: #e1e1e1;
	width: calc(100% - 100px);
	display: table;
	transform: scale(-1, 1);
	padding: 50px;
}

.footerR {
	display: table-cell;
	width: 50%;
	text-align: right;
	transform: scale(-1, 1);
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.5;
}

.footerLogo {
	margin-bottom: 30px;
}

.footerNav01 {
	margin-bottom: 20px;
}

.footerNav01 li {
	display: inline;
	margin-left: 20px;
}

.footerNav02 {
	margin-bottom: 20px;
}
.footerL {
	display: table-cell;
	width: 50%;
	text-align: left;
	transform: scale(-1, 1);
	vertical-align: middle;
}

.footerAddress {
	padding: 10px 0;
}

.footerList {
	padding: 10px 0;
	line-height: 3em;
}

.footerAddress00 {
	font-size: 20px;
}

.footerAddress01 {
	font-size: 22px;
}

.footerAddress01 span {
	font-size: 18px;
	padding-left: 20px;
}

.footerAddress02 {
	font-size: 13px;
	line-height: 1.5;
}

.footerAddress03 {
	font-size: 13px;
	line-height: 1.5;
}

.copyright {
	text-align: center;
	padding: 30px 0;
	font-size:  16px;
	color: #fff;
	letter-spacing: 2px;
	background: #252525;
}


/*============================================================

01.TOP

============================================================*/

/*============================================================
メインビジュアル
============================================================*/

#mainVisual {
	width: 100%;
	height: 100vh;
	display: table;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#mainVisual .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	letter-spacing: 5px;
	/*background: url("../images/top_main_mesh.png");*/
	position: relative;	
	z-index: 100;
	font-weight: bold;
}

#mainCambus {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.mainVisual01 {
	margin-bottom: 80px;
	filter: drop-shadow(0px 0px 10px #000);
}

.mainVisual02 {
	font-size: 30px;
	filter: drop-shadow(0px 0px 10px #000);
	line-height: 1.7;
	margin-bottom: 10px;
}

.mainVisual03 {
	font-size: 20px;
	filter: drop-shadow(0px 0px 10px #000);
}

.mainVisual04 {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -32px;
	margin-bottom: 32px;
	filter: drop-shadow(0px 0px 10px #000);
}

/*============================================================
事業紹介
============================================================*/

.box {
	padding: 80px 0 0;
}

.boxTitle {
	text-align: center;
	font-size: 22px;
	letter-spacing: 2px;
}
.box01 .boxTitle { color: #eed10b; }
.box02 .boxTitle { color: #ef971b; }
.box03 .boxTitle { color: #ef971b; }
.box04 .boxTitle { color: #31abea; }

.boxText {
	text-align: center;
	font-size: 22px;
	letter-spacing: 2px;
	margin-bottom: 80px;
}

.boxInfo {
	background-repeat: no-repeat;
	background-size: cover;
	height: 690px;
	display: table;
	width: 100%;
}

.boxInfo .bg {
	display: table-cell;
	width: 70%;
	background-size: cover;
	background-position: center center;	
	position: relative;
}
.box01 .bg {  background-image: url("../images/top_image01.jpg"); }
.box02 .bg {  background-image: url("../images/top_image02.jpg"); }
.box03 .bg {  background-image: url("../images/top_image03.jpg"); }
.box04 .bg {  background-image: url("../images/top_image04.jpg"); }

.boxInfo .bg:after {
	content:"";
	display: block;
	width: 390px;
	height: 690px;
	position: absolute;

}
.box01 .bg:after { background: url("../images/top_bg01.png") left center no-repeat; right: 0; top: 0; }
.box02 .bg:after { background: url("../images/top_bg02.png") right center no-repeat; left: 0; top: 0; }
.box03 .bg:after { background: url("../images/top_bg03.png") left center no-repeat; right: 0; top: 0; }
.box04 .bg:after { background: url("../images/top_bg04.png") right center no-repeat; left: 0; top: 0; }

.figure {
	position: absolute;
	z-index: 3;	
}

.box01 .figure {
	top: 50px;
	left: -150px;
}

.box02 .figure {
	top: 90px;
	right: -110px;
}

.box03 .figure {
	top: 90px;
	left: -250px;
}

.box04 .figure {
	top: 50px;
	right: -170px;
}

.boxInfo .inner {
	display: table-cell;
	vertical-align: middle;
	background: #f6f6f6;
	background-size: auto 100%;
	text-align: center;
	position: relative;
}
.box01 .inner { padding-right: 50px; }
.box02 .inner { padding-left: 50px; }
.box03 .inner { padding-right: 50px; }
.box04 .inner { padding-left: 50px; }

.boxComp01 {
	font-size: 32px;
	margin-bottom: 60px;
}

.box01 .boxComp01 {
	line-height: 1;
}

.box01 .boxComp01 span {
	font-size: 20px;
}

.boxComp02 a {
	margin: 0 auto 60px;
	display: block;
	background: #6d6d6d url("../images/common_ico_arrow_white.png") right 20px center no-repeat;
	background-size: 14px 12px;
	width: 120px;
	color: #fff;
	padding: 10px 40px 10px 20px;
	font-size: 14px;
}

.boxComp03 {
	font-size: 18px;
}

.boxComp03 span {
	font-size: 14px;
}

.boxComp04 {
	font-size: 20px;
}

/*============================================================
現在公開中の求人案内
============================================================*/

.recruitList {
	padding: 80px 40px 0;
}

.recruitList h2 {
	border-top: 1px solid #ccc;
	padding: 20px 0;
	text-align: center;
	font-size: 34px;
	margin: 0 auto;
	max-width: 1300px;
}

.recruitList .inner {
	margin: 0 auto;
	max-width: 1300px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.recruitList .inner article {
	width: calc(50% - 62px);
	background: #fff;
	margin-bottom: 20px;
	padding: 20px 20px 110px;
	border: 1px solid #ccc;
	position: relative;
}

.recruitList .inner article:nth-of-type(odd) {
	margin-right: 20px;
}

.recruitList .inner article:nth-of-type(even) {
	margin-left: 20px;
}

.recruitList .inner article .title {
	border-left: 7px solid #d2d2d2;
	padding-left: 10px;
	font-size: 20px;
	color: #fab34e;
	line-height: 1.5;
	margin-bottom: 20px;
	font-weight: bold;
}

.recruitList .inner article .title span {
	display: block;
	color: #2a2a2a;
	font-size: 16px;
	margin-top: 7px;
}

.recruitList .inner article .text {
	padding-top: 20px;
	border-top: 1px dashed #ccc;
	font-size: 16px;
}

.btn {
	width: 450px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -225px;
}

.btn li.add {
	float: left;
	width: 210px;
}

.btn li.add a {
	display: block;
	width: 100%;
	padding: 5px 0;
	background: #fab34e;
	border: 1px solid #fab34e;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.btn li.view {
	float: right;
	width: 210px;
}

.btn li.view a {
	display: block;
	width: 100%;
	padding: 5px 0;
	background: #fffaf2;
	border: 1px solid #fab34e;
	color: #fab34e;
	font-size: 16px;
	text-align: center;
}

.all {
	padding: 20px 0 40px;
	text-align: center;
	font-size: 34px;
	margin: 0 auto;
	max-width: 1300px;
}

.all a {
	display: block;
	width: 210px;
	margin: 0 auto;
	font-size: 14px;
	border: 1px solid #ccc;
	background: #f6f6f6 url("../images/common_ico_arrow_gray.png") right 40px center no-repeat;
	background-size: 14px 12px;
	color: #2a2a2a;
	padding: 10px 10px 10px 0;
}

.banner {
	width: 840px;
	padding: 70px 230px 0;
	margin: 0 auto 70px;
	border-top: 1px solid #ccc;
}

.banner img {
	max-width: 100%;
	height: auto;
}

.banner01 {
	float: left;
	width: 400px;
	
}

.banner02 {
	float: right;
	width: 400px;
	
}

/*============================================================
メインビジュアル
============================================================*/

.lowerMainVisual {
	height: 600px;
	margin-bottom: 50px;
}

.pageTitle {
	text-align: center;
	font-size: 28px;
	max-width: 1300px;
	margin: 0 auto 80px;
	padding: 0 0 40px;
	border-bottom: 1px solid #ccc;
}

.pageTitle:before {
	content: "";
	display: block;
	width: 46px;
	height: 7px;
	background: #d0d0d0;
	margin: 0 auto 15px;
}

#logistics .lowerMainVisual {
	background: url("../images/logistics_main.jpg") center center;
	background-size: cover;
}

#temporary .lowerMainVisual {
	background: url("../images/temporary_main.jpg") center center;
	background-size: cover;
}

#employment .lowerMainVisual {
	background: url("../images/employment_main.jpg") center center;
	background-size: cover;
}

#recruit .lowerMainVisual {
	background: url("../images/recruit_main.jpg") center center;
	background-size: cover;
}

#access .lowerMainVisual {
	background: url("../images/access_main.jpg") center center;
	background-size: cover;
}

#company .lowerMainVisual {
	background: url("../images/company_main.jpg") center center;
	background-size: cover;
}

#contact .lowerMainVisual {
	background: url("../images/contact_main.jpg") center center;
	background-size: cover;
}

#business_contact .lowerMainVisual {
	background: url("../images/business_contact_main.jpg") center center;
	background-size: cover;
}

/*============================================================

02.ロジスティクス事業

============================================================*/

.explanation h3 {
	text-align: center;
	font-size: 32px;
	line-height: 1.5;
	margin-bottom: 80px;
}

.explanation h3 em {
	font-size: 24px;
	display: block;
	margin-bottom: 5px;
}

.explanation h3 span {
	color: #eed10b;
	font-size: 16px;
	display: block;
	letter-spacing: 3px;
}

.messageArea {
	background: #ffeb61;
	width: 100%;
	height: 320px;
	position: relative;
	margin-bottom: 60px;
}

.messageArea:after {
	position: absolute;
	top: 0;
	left:  45%;
	width: 55%;
	height: 320px;
	display: block;
	content: "";
	background: #f6f6f6;
}

.messageArea:before {
	position: absolute;
	top: 0;
	left:  calc(45% - 206px);
	width: 206px;
	height: 320px;
	display: block;
	content: "";
	background: url("../images/logistics_half.png")
}

.messageArea .inner {
	width: 800px;
	margin: 0 auto;
	display: table;
	padding-left: 100px;
}

.messageArea .inner .l {
	display: table-cell;
	vertical-align: middle;
	width: 200px;
	padding-top: 40px;
	position: relative;
	z-index: 3;
}

.messageArea .inner .r {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	line-height: 1.5;
	z-index: 3;
	padding-top: 10px;
	
}

.message01 {
	font-size: 26px;
	margin-bottom: 20px;
}
.message02 {
	font-size: 16px;
	color: #6d6d6d;
}

.accordion {
	width: 1000px;
	margin: 0 auto;
	font-size: 22px;
	text-align: center;
	height: 70px;
	display: block;	
}

.accordion .text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 930px;
}

.accordion .icon {
	display: table-cell;
	vertical-align: middle;
	width: 70px;
	height: 70px;
	border-left: 1px solid #fff;
}

.accordion .icon:before {
	content: "＋";
}

.accordion.selected .icon:before {
	content: "−";
}

.accordion01 {
	color: #a18114;
	background: #fbf0ab;
}

.accordion02 {
	color: #c6700c;
	background: #ffe6c2;
}


.accordion01body {
	background: #f6f6f6;
	width: 880px;
	margin: 0 auto;
	padding: 70px 60px 30px;
}

.accordion01body img {
	width: 100%;
	height: auto;
}

.ac01 {
	margin-bottom: 60px;
}

.ac02 {
	margin-bottom: 100px;
}

.ac03 {
	background: #fff;
	width: 660px;
	margin: 0 auto 80px;
	padding: 30px 60px 45px;
}

.ac03 h4 {
	text-align: center;
	font-size: 22px;
	color: #a18114;
	margin-bottom: 30px;
}

.ac03 .l {
	float: left;
	width: 50%;
	font-size: 14px;
}

.ac03 .l li:before {
	display: inline-block;
	content: "■";
	margin-right: 5px;
}

.ac03 .r {
	float: right;
	width: 50%;
}

.ac03 .r p {
	font-size: 14px;
	margin-bottom: 15px;
}

.ac03 .r ul {
	border-left: 2px solid #ccc;
	padding-left: 20px;
	
	font-size: 12px;
}

hr.slim {
	width: 800px;
	border: 1px solid #ccc;
	margin-bottom: 60px;
}

hr.slim2 {
	width: 800px;
	border: 1px solid #eee;
	margin-bottom: 60px;
}

.ac04 h4,
.ac05 h4 {
	text-align: center;
	color: #c69725;
	font-size: 28px;
	margin-bottom: 20px;
}

.ac04 h4 img,
.ac05 h4 img {
	width: 50px!important;
	height: 50px!important;
	margin-right: 10px;
}

.ac04 .text,
.ac05 .text {
	text-align: center;
	margin-bottom: 30px;
	font-size: 18px;
}

.ac04 .text span,
.ac05 .text span {
	color: #f49b1e;	
}

.ac04,
.ac05 {
	margin-bottom: 50px;
}

.close {
	text-align: center;
	font-size:  16px;
	border-top: 1px dotted #ccc;
	padding-top: 45px;
}

.close img {
	width: 86px;
	height: auto;
}

.accordion02body {
	background: #f6f6f6;
	width: 880px;
	margin: 0 auto;
	padding: 30px 60px 30px;
}

.accordion02body h4 {
	text-align: center;
	font-size: 24px;
	color: #6d6d6d;
	margin-bottom: 40px;
}

.ak01 {
	width: 800px;
	margin:  0 auto 50px;
}

.ak01 .l {
	width: 340px;
	float: left;
	text-align: center;
	line-height: 1.5;
	color: #6c6c6c;
	padding-top: 30px;
}

.ak01 .l .text01 img {
	width: 200px;
	height: auto;
	margin-bottom: 5px;
}

.ak01 .l .text02 {
	font-size: 20px;
}

.ak01 .l .text03 {
	font-size: 30px;
	margin-bottom: 10px;
}

.ak01 .l .text04 {
	font-size: 18px;
	margin-bottom: 30px;
}

.ak01 .l .text05 {
	font-size: 28px;
}

.ak01 .l .text05 span {
	color: #c6700c;
}

.ak01 .r {
	width: 400px;
	float: right;
}

.ak01 .r img {
	width: 100%;
	height: auto;
}

.ak02 {
	text-align: center;
	padding-bottom: 30px;
}

.ak02 p {
	margin: 0 auto;
	font-size: 26px;
	background: #ffe6c2;
	padding: 15px 60px;
	display: inline;
	color: #6d6d6d;
	border-radius: 5px;
}

.ak03 {
	width: 800px;
	margin: 0 auto 30px;
	color: #6d6d6d;
}

.ak03 th {
	border-bottom: 2px solid #c0c0c0;
	font-size: 16px;
	text-align: center;
	padding: 0 0 15px;
}

.ak03 td {
	text-align: center;
	padding: 15px;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	font-size: 15px;
}

.ak03b {
	text-align: center;
	font-size: 14px;
	color: #666;
	margin-bottom: 50px;
}

.white {
	background: #fff;
	padding: 20px 100px 40px;
	width: 600px;
	margin: 0 auto 30px;
}

.white h4 {
	color: #c6700c;
	font-size: 22px;
}

.white .l {
	float: left;
	width: 300px;
}

.white .r {
	float: right;
	width: 300px;
}

.white .r .ttl {
	font-size: 16px;
	margin-bottom: 5px;
}

.white .r table {
	border-left: 2px solid #ccc;
	padding-left: 15px;
	font-size: 12px;
	line-height: 1.5;
}

.white .r .sml {
	margin-top: 5px;
	font-size: 13px;
}

.accordionWrap01 {
	margin-bottom: 30px;
}

.accordionWrap02 {
	margin-bottom: 80px;
}

.attention {
	padding: 60px 0;
	background: #fffeef;
}

.attention h3 {
	text-align: center;
	margin: 0 0 50px;
}

.tableBox {
	margin: 0 auto 30px;
	display: table;
	width: 850px;
}

.tableBox .image {
	display: table-cell;
	width: 300px;
	vertical-align: middle;
}

.tableBox .image img {
	width: 100%;
	height: auto;
}

.tableBox .text {
	display: table-cell;
	width: 500px;
	padding-left: 50px;
	color: #c79a00;
	vertical-align: middle;
	font-size: 17px;
}

.result:before {
	content: "";
	display: block;
	background: url("../images/logistics_00_arrow.png");
	background-size: 59px 32px;
	width: 59px;
	height: 32px;
	margin: 0 auto 30px;
}

.result {
	text-align: center;
	font-size: 18px;
}

.line {
	height: 320px;
	width: 100%;
	background: #ffeb61;
	position: relative;
}

.line:before {
	content: "";
	display: block;
	width: 60%;
	height: 320px;
	background: url("../images/logistics_00_bg.jpg");
	background-size: cover;
}

.line:after {
	position: absolute;
	top: 0;
	left: calc(60% - 206px);
	width: 206px;
	height: 320px;
	display: block;
	content: "";
	background: url("../images/logistics_half2.png")
}

.support {
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 0 0;
}

.support h3 {
	text-align: center;
	margin: 0;
	padding: 0;
}

.subCopy {
	text-align: center;
	font-size: 20px;
	margin-bottom: 50px;
}

.image01 {
	text-align: center;
	margin: 0 0 20px;
}

.image02 {
	text-align: center;
	margin: 0 0 20px;
}

.voice {
	width: 780px;
	margin: 0 auto 60px;
	background: #f4f4f4;
	padding: 30px 110px;
	font-size: 16px;
	position: relative;
}

.voice:before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background: url("../images/common_ico_paper_yellow.png");
	background-size: 60px 60px;
	position: absolute;
	z-index: 2;
	top: -10px;
	left: 20px;
}


/*============================================================

03.一般派遣事業

============================================================*/

#temporary .explanation h3 span {
	color: #ef971b;
}

#temporary .messageArea {
	background: #fab34e;
	margin-bottom: 0;
}

#temporary .messageArea:after {
	background: #f6f6f6;
}

#temporary .messageArea:before {
	background: url("../images/temporary_half.png")
}

#temporary .message02 {
	margin-bottom: 40px;
}

#temporary .message03 {
	border: 1px solid #ccc;
	padding: 10px;
	display: inline;
	font-size: 14px;
}

#temporary .attention {
	background: #fffbef;
}

#temporary .tableBox .text {
	color: #ee7c00;
}

#temporary .result:before {
	background: url("../images/temporary_arrow.png");
}

#temporary .line {
	background: #fab34e;
}

#temporary .line:before {
	background: url("../images/temporary_bg.jpg");
	background-size: cover;
}

#temporary .line:after {
	background: url("../images/temporary_half2.png")
}

.base {
	width: 830px;
	margin: 100px auto 100px;
}

.base h3 {
	color: #ef971b;
	border-left: 5px solid #ef971b;
	font-size: 16px;
	line-height: 1.5;
	padding-left: 15px;
	float: left;
}

.compInfo {
	float: right;
	width: 500px;
}


.compBtn {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-top: 25px;
}

.compBtn a {
	display: block;
	width: 380px;
	text-align: center;
	color: #fff;
	padding: 5px;
	background: #7b7b7b url("../images/common_ico_arrow_white_mini.png") left 10px center no-repeat;
	background-size: 8px auto;
	margin-top: 15px;
	font-size: 14px;
}

.compInfo table th {
	background: #f4f4f4;
	text-align: center;
	padding: 5px 10px;
	font-size: 14px;
	vertical-align: middle;
	border-bottom: 20px solid #fff;
}

.compInfo table td {
	padding: 5px 10px 5px 30px;
	font-size: 14px;
	border-bottom: 20px solid #fff;
}

.flow {
	padding: 100px 0;
}


.flow ol {
	width: 1020px;
	margin: 0 auto;
}

.flow ol li {
	background: #f4f4f4;
	padding: 15px 25px 25px 130px;
	margin-bottom: 40px;
	list-style: none;
	position: relative;
}

.flow ol li .num {
	width: 100px;
	height: 100px;
	display: table;
	border-radius: 10px;
	background: #ff9f37;
	color: #fff;
	position: absolute;
	top: -10px;
	left: 10px;
}

.flow ol li .num span {
	font-size: 36px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}


.flow ol li h3 {
	font-size: 24px;
	margin-bottom: 5px;
	letter-spacing: 2px;
}

.flow ol li h3 span {
	color: #ff9f37;
}

.flow ol li h3:before {
	content: "";
	display: inline-block;
	background: url("../images/common_ico_r_arrow.png");
	background-size: 23px 26px;
	width: 23px;
	height: 26px;
	margin-bottom: -4px;
	margin-right: 10px;
}

.flow ol li p {
	font-size: 14px;
	line-height: 1.5;
}

.flow ol li:last-child {
	margin-bottom: 0;
}


/*============================================================

04.有料職業紹介事業

============================================================*/

#employment .explanation h3 span {
	color: #ef971b;
}

#employment .messageArea {
	background: #fab34e;
	margin-bottom: 0;
}

#employment .messageArea .inner {
	padding-left: 0;
}

#employment .messageArea .l {
	padding-right: 50px;
}

#employment .messageArea:after {
	background: #f6f6f6;
}

#employment .messageArea:before {
	background: url("../images/employment_half.png")
}

#employment .message02 {
	margin-bottom: 40px;
}

#employment .message03 {
	border: 1px solid #ccc;
	padding: 10px;
	display: inline;
	font-size: 14px;
}

#employment .attention {
	background: #fffbef;
	padding-top: 100px;
	padding-bottom: 100px;
}

#employment .attention .image {
	text-align: center;
	margin-bottom: 100px;
}

#employment .attention .list {
	margin: 0 auto;
	text-align: center;
}

#employment .attention .list ul {
	text-align: left;
	display: inline-block;
	color: #ed7b00;
	font-size: 16px;
}

#employment .attention .list ul li:before {
	content:"○";
	margin-right: 5px;
}


#employment .tableBox .text {
	color: #ee7c00;
}

#employment .result:before {
	background: url("../images/employment_arrow.png");
}

#employment .line {
	background: #fab34e;
}

#employment .line:before {
	background: url("../images/employment_bg.jpg");
	background-size: cover;
}

#employment .line:after {
	background: url("../images/employment_half2.png")
}

#employment .imageBox {
	background: #f4f4f4;
	padding: 30px 40px 30px 90px;
	width: 910px;
	margin:  0 auto;
	border-radius: 10px;
	position: relative;
}

#employment .imageBox:before {
	display: block;
	content: "";
	background: url("../images/common_ico_paper_orange.png");
	background-size: 60px 60px;
	width: 60px;
	height: 60px;
	position: absolute;
	top: -10px;
	left: 10px;
}

#employment .imageBox h3 {
	font-size: 22px;
	margin-bottom: 10px;
}

#employment .imageBox .image {
	width: 240px;
	float: right;
}

#employment .imageBox .text {
	width: calc(100% - 270px);
	float: left;
	font-size: 14px;
}

#employment .imageBox .textonly {
	width: 100%;
	font-size: 14px;
}

#employment .imageBox .image img {
	width: 100%;
	height: auto;
}

#employment .imageBox01 {
	margin-top: 100px!important;
	margin-bottom: 100px!important;
}

#employment .imageBox02 {
	margin-top: 100px!important;
	margin-bottom: 50px!important;
}

#employment .imageBox03 {
	margin-bottom: 100px!important;
}

/*============================================================

05.求人案内

============================================================*/


#recruit .pageTitle.cp {
	padding: 0;
	border: none;
	margin-bottom: 40px;
}

#recruit .recruitList {
	padding-top: 0;
}

.recruitDetail {
	margin: 0 auto;
	width: 1000px;
}

.recruitDetailHeading {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	color: #fab34e;
	font-weight: bold;
	line-height: 1.5;
}

.recruitDetailText {
	font-size: 14px;
	margin-bottom: 50px;
}

.rdBox {
	display: flex;
	margin-bottom: 30px;
}

.rdBox h4 {
	background: #f6f6f6;
	text-align: center;
	padding: 10px;
	font-size:  16px;
	line-height: 1.5;
	font-weight: bold;
}

.rdBox p {
	padding: 15px 10px 10px;
	font-size: 14px;
}

.rd01 {
	width: 32%;
	margin-right: 2%;
}

.rd02 {
	width: 32%;
	margin-right: 2%;
}

.rd03 {
	width: 32%;
}

.recruitDetailTable {
	width: 100%;
	border-top: 1px solid #ccc;
	margin-bottom: 50px;
}

.recruitDetailTable th {
	color: #fab34e;
	border-bottom: 1px solid #ccc;
	padding: 20px 0 20px 0;
	font-size:  14px;
	width: 1px;
	white-space: nowrap;
	font-weight: bold;
}

.recruitDetailTable td {
	border-bottom: 1px solid #ccc;	padding: 20px 0 20px 30px;
	font-size:  14px;
	
}

.send a {
	width: 300px;
	display: block;
	margin: 0 auto;
	background: #fab34e;;
	color: #fff;
	text-align: center;
	padding: 5px 20px;
	font-size: 20px;
}

.send {
	border-bottom: 1px solid #ccc;
	padding-bottom: 60px;
	margin-bottom: 20px;
}

/*============================================================

06.アクセス

============================================================*/

.accessInfo {
	text-align: center;
	width: 1200px;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
	padding-bottom: 90px;
	margin-bottom: 70px;
}

.accessInfoAddress {
	padding: 40px 0;
	width: 800px;
	margin: 0 auto;
	border-bottom: 1px solid #f2f2f2
}

.accessInfoAddress:first-child {
	padding-top: 0;
}

.accessInfoAddress:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.accessInfoAddress01 {
	font-size: 22px;
}

.accessInfoAddress01 span {
	font-size: 18px;
	padding-left: 20px;
}

.accessInfoAddress02 {
	font-size: 13px;
	line-height: 1.5;
}

.accessInfoAddress03 {
	font-size: 13px;
	line-height: 1.5;
}

.accessMap {
	width: 1200px;
	margin: 0 auto 70px;	
}

.accessMap iframe {
	width: 100%;
	height: 580px;
}


/*============================================================

07.会社概要

============================================================*/

.companyInfo {
	width: 800px;
	margin: 0 auto 70px;
	border-bottom: 1px solid #eee;
	padding-bottom: 70px;
}

.companyInfo h3 {
	text-align: center;
	font-size: 22px;
	color: #ef971b;
	margin-bottom: 50px;
}

.companyBox .l {
	float: left;
	width: 500px;
}

.companyBox .l table {
	font-size: 14px;
}

.companyBox .l table th {
	font-weight: bold;
	padding-right: 20px;
	letter-spacing: 2px;
	padding-bottom: 30px;	
}
.companyBox .l table td {
	padding-bottom: 30px;	
}

.companyBox .l h4 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

.companyBox .l ul {
	padding-left: 100px;
	font-size: 14px;
	margin-bottom: 30px;
}

.companySign {
	padding-left: 100px;
}

.companyBox .r {
	float: right;
	width: 300px;
	padding-top: 100px;
}

.companyBox .r01 {
	text-align: center;
	margin-bottom: 30px;
}

.companyBox .r02 img {
	width: 340px;
	height: auto;
}

.companyLogistics {
	width: 1050px;
	height: 450px;
	margin: 0 auto 90px;
	position: relative;
	background: url("../images/company_logistics.png") center center no-repeat;
	background-size: 420px 420px;
}

.companyLogistics01 {
	position: absolute;
	top: 0;
	left: 0;
}

.companyLogistics02 {
	position: absolute;
	top: 0;
	right: 0;
}


.companyLogistics03 {
	position: absolute;
	bottom: 0;
	left: 0;
}


.companyLogistics04 {
	position: absolute;
	right: 0;
	bottom: 0;
}

.companyBusiness {
	width: 800px;
	margin: 0 auto;	
}

.companyBusiness .group {
	width: 750px;
	margin-right: auto;
	margin-left : auto;
	margin-bottom: 40px;
}

.companyBusiness .list {
	width: 750px;
	margin-right: auto;
	margin-left : auto;
}

.companyBusiness .l {
	float: left;
	width: 340px;
}

.companyBusiness .r {
	width: 460px;
	float: right;
}

.companyBusiness .r .table {
	display: table;
	margin-bottom: 30px;
	font-size: 14px;
}

.companyBusiness .r .table h4 {
	display: table-cell;
	vertical-align: middle;
	width: 100px;
	text-align: center;
	vertical-align: top;
}

.companyBusiness .r .table h4 span {
	display: block;
	background: #f4f4f4;
}

.companyBusiness .r .table p {
	vertical-align: middle;
	display: table-cell;
	padding-left: 20px;
}

.companyBusiness .list .table {
	display: table;
	margin-bottom: 30px;
	font-size: 14px;
}

.companyBusiness .list .table h4 {
	display: table-cell;
	vertical-align: middle;
	width: 170px;
	text-align: center;
	vertical-align: top;
}

.companyBusiness .list .table h4 span {
	display: block;
	background: #f4f4f4;
}

.companyBusiness .list .table p {
	vertical-align: middle;
	display: table-cell;
	padding-left: 30px;
}

.companyBusiness .l h3 {
	font-size: 22px;
}

.companyBusiness .group h3 {
	font-size: 20px;
	text-align: center;
}

.bank {
	border-top: 1px dotted #ccc;
	padding-top: 30px;
}

.companyBusiness .r .bank h4 {
	display: table-cell;
	vertical-align: middle;
	width: 100px;
	text-align: center;
	vertical-align: top;
	font-size: 14px;
}

.companyBusiness .r .bank h4 span {
	display: block;
	background: #bdbdbd;
	color: #fff;
}

.companyBusiness .r .bank p {
	vertical-align: middle;
	display: table-cell;
	padding-left: 20px;
	font-size: 14px;
}

.addresslist {
	border-top: 1px dotted #ccc;
	padding-top: 30px;
	margin-bottom: 30px;
}

.companyBusiness .list .addresslist h4 {
	display: table-cell;
	vertical-align: middle;
	width: 170px;
	text-align: center;
	vertical-align: top;
	font-size: 14px;
}

.companyBusiness .list .addresslist h4 span {
	display: block;
	background: #f4f4f4;
}

.companyBusiness .list .addresslist p {
	vertical-align: middle;
	display: table-cell;
	padding-left: 30px;
	font-size: 14px;
}

.companyBusiness .list .addresslist ul {
	vertical-align: middle;
	display: table-cell;
	padding-left: 30px;
	font-size: 14px;
	line-height: 1.5em;
}

.addresslist_haken1 {
	margin-top: 3px;
	font-size: 1.2em;
}

.addresslist_haken2 {
	margin-top: 25px;
	font-size: 1.2em;
}

.addresslist_haken3 {
	margin-top: 9px;
	font-size: 0.9em;
}

.businesslist {
	border-top: 1px dotted #ccc;
	padding-top: 30px;
	margin-bottom: 30px;
}

.companyBusiness .list .businesslist h4 {
	display: table-cell;
	vertical-align: middle;
	width: 170px;
	text-align: center;
	vertical-align: top;
	font-size: 14px;
}

.companyBusiness .list .businesslist h4 span {
	display: block;
	background: #bdbdbd;
	color: #fff;
}

.companyBusiness .list .businesslist ul {
	vertical-align: middle;
	display: table-cell;
	padding-left: 30px;
	font-size: 14px;
	line-height: 1.5em;
}

.businesslist_haken1 {
	margin-top: 3px;
}

.businesslist_haken2 {
	margin-top: 9px;
}

.companyBusiness section {
	padding-bottom: 50px;
	border-bottom: 1px solid #eee;
	margin-bottom: 50px;
}

.cb01 h3:before {
	content: "";
	display: inline-block;
	width: 42px;
	height: 5px;
	background: #eed10b;
	margin: 0 10px 5px 0;
}

.cb02 h3:before {
	content: "";
	display: inline-block;
	width: 42px;
	height: 5px;
	background: #ef971b;
	margin: 0 10px 5px 0;
}

.cb03 h3:before {
	content: "";
	display: inline-block;
	width: 42px;
	height: 5px;
	background: #31abea;
	margin: 0 10px 5px 0;
}

.cb04 h3:before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 3px;
	background: #ef971b;
	margin: 0 25px 5px 0;
}

.cb03 {
	border-bottom: none!important;
}


/*============================================================

08.フォーム

============================================================*/

.formFlow {
	width: 800px;
	display: table;
	margin: -50px auto 20px;
	border: 1px solid #ccc;
	border-radius: 10px;
	background: #f6f6f6;
	overflow: hidden;
}

.formFlow p {
	width: 33%;
	display: table-cell;
	text-align: center;
	padding: 10px 0;
	line-height: 1.3;
}

.step2 {
	width: calc(34% - 2px);
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.step {
	display: block;
}

.action {
	font-size: 16px;
}

.formCaution {
	text-align: center;
	margin-bottom: 30px;
	font-size: 14px;
}

.formCaution span {
	color: #c00;
}

.formFlow .current {
	background: #333;
	color: #fff;
}

.formArea {
	width: 800px;
	margin: 0 auto 50px;
	border: 1px solid #ccc;
	padding: 20px 50px;
	border-radius: 10px;
}

.formArea table {
	width: 100%;
	font-size: 16px;
}


.formArea th {
	border-bottom: 1px solid #eee;
	padding: 15px 20px 15px 0;
	width: 200px;
	line-height: 38px;
}

.formArea th span {
	color: #c00;
}

.formArea tr:last-child th,
.formArea tr:last-child td {
	border-bottom: none;
}

.formArea td {
	border-bottom: 1px solid #eee;
	padding: 15px 0;
	line-height: 38px;
}

.formArea td textarea {
	width: 100%;
	height: 200px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	font-size: 16px;
}

.formArea td select {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	font-size: 16px;
	background: #fff;
}

.formArea td input[type="email"],
.formArea td input[type="text"] {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	font-size: 16px;
}

.formArea td input#tel {
	width: 220px;
}

.formArea td input#zip1 {
	width: 60px;
}

.formArea td input#zip2 {
	width: 80px;
}
.formArea td input#num {
	width: 50px;
}
.formArea td input[type="radio"] {
	vertical-align: middle;
	margin-top: -3px;
}
.formArea td label {
	margin-right: 30px;
}

.addrBox {
	padding-bottom: 10px;
}

.formBtn {
	margin-bottom: 50px;
}

.toSend {
	text-align: center;
}

.toSend input {
	border: none;
	background: #ef971b;
	width: 240px;
	margin: 0 auto;
	display: block;
	padding: 15px;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
}


.toBack {
	margin-bottom: 0px;
	text-align: center;
	margin-top: 20px;
}

.toBack input {
	border: none;
	background: #666;
	width: 200px;
	margin: 0 auto;
	display: block;
	padding: 13px;
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
}

.thankyouMessage {
	text-align: center;
	font-size: 16px;
}

.form .c,
.form .t,
.check .f,
.check .t,
.thankyou .f,
.thankyou .c {
	display:none!important;
}

.tempModal {
	width: calc(100% - 40px);
	padding: 0 20px;
	height: 100%;
	position: fixed;
	top:0;
	left: 0;
	background: rgba(0,0,0,0.85);
	display: table;
	z-index: 20000;
}

.tempModal .inner {
	display: table-cell;
	vertical-align: middle;
}

.tempModal .inner table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #fff;
	width: 100%;
	max-width: 500px;
	height: 600px;
	font-size: 12px;
	margin: 0 auto;
}

.tempModal .inner table th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	text-align: left;	
}

.tempModal .inner table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	text-align: left;	
}

.lower .recruitList {
	padding-bottom: 50px;
}






.wp-pagenavi {
	clear: both;
	text-align:center;
	padding: 50px 0 75px;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #999;
	font-size: 16px;
	background-color: #ccc;
	padding: 8px 15px;
	margin: 0 2px;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration:none;
	color: #fff;
}
.wp-pagenavi a:hover{
    color:#FFF; 
    background-color:#999;
    }
.wp-pagenavi span.current{
	color: #FFF;

    background-color:#999;
	font-weight: bold;
    }
    
    .vt {
    	vertical-align: top;	
    }