@charset "UTF-8";

.pc   { display: none; }
.pctb { display: none; }

/*============================================================

00.共通

============================================================*/

/*============================================================
ヘッダー
============================================================*/

#header {
	height: 50px;
	width: 100%;
}

#header .inner {
	height: 50px;
	z-index: 20;
	width: 100%;
}

#header h1 {
	width: auto;
	padding-left: 10px;
}

#header h1 img {
	width: auto;
	height: 20px;
}

#header nav {
	display: none;
}

#header p {
	display: none;
}

.drwMnu {
    height: 25px;
    position: absolute;
    right: 10px;
    top: 12px;
    width: 30px;
    z-index: 999;
}

.drwMnuLin {
    background: #fff;
    display: block;
    height: 3px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
	border-radius: 10px;
	margin: 0 auto;
}

.mnuLinCtr {
	top: 11px;
	width: 20px;
	margin: 0 0 0 5px;
}

.mnuLinBtm {
    bottom: 0;
}

.mnuLinTop.active {
    top: 10px;
    transform: rotate(45deg);
}

.mnuLinCtr.active {
    transform:scaleX(0);
}

.mnuLinBtm.active {
    bottom: 12px;
    transform: rotate(135deg);
}

.drwMnuWrp {
	background: rgba(0,0,0,0.85);
	display: none;
	height: calc(100% - 75px);
	position: fixed;
	width: 100%;
	z-index: 998;
	margin: 75px 0 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.drwMnuWrp .mnuTemLst {
	margin: 0 0 100px;
}

.drwMnuWrp .mnuTemLst li {
	width: calc(33.33% - 20px)!important;
	margin: 0 10px 20px!important;
}

.drwMnuBox {
	background: #fff;
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
}

.drwMnuBox nav ul {
	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;
	background: #fff;
	border-bottom: 1px solid #ccc;
}

.drwMnuBox nav ul li {
	border-top: 1px solid #ccc;
	text-align: left!important;
	width: 100%;
	font-size: 14px;
}

.drwMnuBox nav ul li a {
	text-decoration: none;
	padding: 10px;
	width: calc(100% - 20px);
	display: block;
	background: url("../images/common_ico_arrow_glay_mini.png") right 10px center no-repeat;
	background-size: 6px auto;
}

.drwMnuBox nav ul li a:hover {
	color: #F29100;
	opacity: 0.6;
	background: url("../images/common_ico_arrow_glay_mini.png") right 10px center no-repeat;
	background-size: 6px auto;
}

.drwMnuBox .drwBanner {
	padding: 20px;
	width: calc(100% - 40px;);
}

.drwMnuBox .drwBanner img {
	max-width: 100%;
	height: auto;
}

.businessBtn {
	padding: 10px;
}

.businessBtn ul {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	margin-top: 10px;
}

.businessBtn ul  li a {
	padding: 5px!important;
	font-size: 13px;
	width: calc(100% - 12px);
	background: url("../images/common_ico_arrow_glay_mini.png") right 10px center no-repeat;
	background-size: 8px auto;
}

/*============================================================
フッター
============================================================*/

#footer {
	width: calc(100% - 40px);
	padding: 40px 20px 20px;
	display: block;
}

.footerR {
	display: block;
	width: 100%;

}

.footerLogo {
	margin-bottom: 40px;
	text-align: center;
}

.footerLogo img {
	max-width: 200px;
	height: auto;
}

.footerNav01 {
	border: 1px solid #666;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	text-align: left;
	padding: 0;
	margin-bottom: 20px;
}

.footerNav01 li {
	display: block;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
}

.footerNav01 li:last-child {
	border: none;
}

.footerNav01 li a {
	display: block;
	padding: 10px;
	background: url("../images/common_ico_arrow_glay_mini.png") right 10px center no-repeat;
	background-size: 6px auto;
}

.footerNav02 {
	border: 1px solid #666;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
	text-align: left;
	padding: 0;
	margin-bottom: 20px;
}

.footerNav02 li {
	display: block;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
}

.footerNav02 li:last-child {
	border: none;
}

.footerNav02 li a {
	display: block;
	padding: 10px;
	background: url("../images/common_ico_arrow_glay_mini.png") right 10px center no-repeat;
	background-size: 6px auto;
}

.footerContact {
	border: 1px solid #666;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;	
	margin-bottom: 10px;
}

.footerContact a {
	display: block;
	padding: 10px;	
	text-align: left;
	background: url("../images/common_ico_arrow_glay_mini.png") right 10px center no-repeat;
	background-size: 6px auto;
}

.footerL {
	display: block;
	width: 100%;
}

.footerAddress {
	padding: 10px 0;
	text-align: center;
}

.footerList {
	margin-top: 20px;
	padding: 10px 0;
	text-align: center;
	line-height: 2.5em;
}

.footerAddress00 {
	font-size: 14px;
}

.footerAddress01 {
	font-size: 16px;
}

.footerAddress01 span {
	font-size: 14px;
	padding-left: 20px;
}

.footerAddress02 {
	font-size: 12px;
	line-height: 1.5;
}

.footerAddress03 {
	font-size: 12px;
	line-height: 1.5;
}

.copyright {
	padding: 20px 0;
	font-size:  12px;
	letter-spacing: 1px;
}

/*============================================================

01.TOP

============================================================*/

/*============================================================
メインビジュアル
============================================================*/

#mainVisual {
	width: 100%;
	height: 100vh;
	display: table;
	/*background: url("../images/top_main_slide01.jpg") center center 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");*/
}

.mainVisual01 {
	margin-bottom: 30px;
}

.mainVisual01 img {
	max-width: 70%;
	height: auto;
}

.mainVisual02 {
	font-size: 14px;
}

.mainVisual03 {
	font-size: 12px;
	letter-spacing: 1px;
}

.mainVisual04 {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -32px;
	margin-bottom: 74px;
	filter: drop-shadow(0px 0px 10px #000);
}

/*============================================================
事業紹介
============================================================*/

.box {
	padding: 35px 0 0;
}

.boxTitle {
	font-size: 15px;
	letter-spacing: 0px;
	margin-bottom: 5px;
}

.boxText {
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 40px;
	line-height: 1.5;
}

.boxInfo {
	background-repeat: no-repeat;
	background-size: cover;
	height: 150px;
	display: table;
	width: 100%;
}

.boxInfo .bg {
	display: table-cell;
	width: 50%;
	background-size: cover;
	background-position: center center;	
	position: relative;
}

.boxInfo .bg:after {
	width: 85px;
	height: 150px;
	background-size: 85px 150px!important;

}

.box01 .figure {
	top: -10px;
	left: -60px;
}

.box01 .figure img {
	width: 50px;
	height: auto;
}

.box02 .figure {
	top: -10px;
	right: -35px;
}

.box02 .figure img {
	width: 38px;
	height: auto;
}

.box03 .figure {
	top: -10px;
	left: -60px;
}

.box03 .figure img {
	width: 80px;
	height: auto;
}

.box04 .figure {
	top: -10px;
	right: -40px;
}

.box04 .figure img {
	width: 44px;
	height: auto;
}

.boxInfo .inner {
	display: table-cell;
	vertical-align: middle;
	background: #f6f6f6;
	background-size: auto 100%;
	text-align: center;
	position: relative;
}
.box01 .inner { padding-right: 5px; }
.box02 .inner { padding-left: 5px; }
.box03 .inner { padding-right: 5px; }
.box04 .inner { padding-left: 5px; }

.boxComp01 {
	font-size: 14px;
	margin-bottom: 5px;
}

.box01 .boxComp01 {
	line-height: 1;
	margin-bottom: 10px;
}

.box01 .boxComp01 span {
	font-size: 11px;
}

.boxComp02 a {
	font-size: 13px;
	margin-bottom: 0px;
	background-size: 8px auto;
	width: 90px;
	background-position: right 10px center;
	padding: 3px 15px 3px 10px;
	font-size: 12px;
	margin-bottom: 8px;
}

.boxComp03 {
	font-size: 12px;
	margin-bottom: 5px;
	line-height: 1.2;
}

.boxComp03 span {
	display: block;
	font-size: 10px;
	margin-bottom: 0px;
}

.boxComp04 {
	font-size: 10px;
	margin-bottom: 0px;
}

/*============================================================
現在公開中の求人案内
============================================================*/

.recruitList {
	padding: 10px 20px 0;
}

.recruitList h2 {
	padding: 20px 0 30px;
	text-align: center;
	font-size: 18px;
	border-top: none;
}

.recruitList .inner article {
	width: 100%;
	padding: 20px;
}

.recruitList .inner article:nth-of-type(odd),
.recruitList .inner article:nth-of-type(even) {
	margin: 0 0 20px;
}

.recruitList .inner article .title {
	border-left: 5px solid #d2d2d2;
	padding-left: 10px;
	font-size: 16px;
	margin-bottom: 15px;
}

.recruitList .inner article .title span {
	font-size: 13px;
}

.recruitList .inner article .text {
	padding-top: 20px;
	border-top: 1px dashed #ccc;
	font-size: 12px;
	padding-bottom: 20px;
}

.btn {
	width: 210px;
	position: relative;
	bottom: auto;
	left: auto;
	margin: 0 auto;
}

.btn li.add {
	float: none;
	width: 210px;
	margin-bottom: 10px;
}

.btn li.add a {
	font-size: 14px;
}

.btn li.view {
	float: none;
	width: 210px;
}

.btn li.view a {
	font-size: 14px;
}

.all {
	padding: 20px 0 40px;
}

.all a {
	width: 210px;
}

.banner {
	width: 100%;
	padding: 10px 0 0;
	margin: 0 auto 30px;
	border-top: 1px solid #ccc;
}

.banner img {
	max-width: 100%;
	height: auto;
}

.banner01 {
	float: none;
	width: 100%;
	max-width: 300px;
	margin: 0 auto 10px;
	
}

.banner02 {
	float: none;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	
}

/*============================================================
メインビジュアル
============================================================*/

.lowerMainVisual {
	height: 200px;
	margin-bottom: 25px;
}

.pageTitle {
	text-align: center;
	font-size: 18px;
	margin: 0 auto 30px;
	padding: 0 0 20px;
	border-bottom: 1px solid #ccc;
}

.pageTitle:before {
	width: 40px;
	height: 5px;
	margin: 0 auto 5px;
}

/*============================================================

02.ロジスティクス事業

============================================================*/

.explanation h3 {
	text-align: center;
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: 30px;
}

.explanation h3 em {
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
}

.explanation h3 span {
	color: #eed10b;
	font-size: 12px;
	display: block;
	letter-spacing: 3px;
}

.messageArea {
	background: #f6f6f6;
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 30px;
}

.messageArea:after {
	display: none;
}

.messageArea:before {
	display: none;
}

.messageArea .inner {
	width: 100%;
	margin: 0 auto;
	display: table;
	padding: 0;
	background: #f6f6f6 url("../images/logistics_half_sp.png") left 0 center no-repeat;

}

.messageArea .inner .l {
	display: table-cell;
	padding: 20px 0;
	width: 30%;
	margin: 0;
	vertical-align: middle;
	text-align: center;
}

#logistics .messageArea .inner img {
	width: 50%;
	height: auto;
}

.messageArea .inner .r {
	width: calc(70% - 10px);
	vertical-align: middle;
	padding: 20px 10px 20px 0;
	
}

.message01 {
	font-size: 15px;
	margin-bottom: 10px;
}
.message02 {
	font-size: 12px;
}

.accordion {
	width: calc(100% - 40px);
	margin: 0 20px;
	padding: 0;
	font-size: 14px;
	text-align: center;
	height: auto;
	display: block;	
	line-height: 1.5;
}

.accordion .text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	padding: 5px 0;
}

.accordion .icon {
	display: table-cell;
	vertical-align: middle;
	width: auto;
	height: auto;
	padding: 0 10px;
	border-left: 1px solid #fff;
}

.accordion01 {
	color: #a18114;
	background: #fbf0ab;
}

.accordion02 {
	color: #c6700c;
	background: #ffe6c2;
}


.accordion01body {
	background: #f6f6f6;
	width: calc(100% - 80px);
	margin: 0 20px;
	padding: 30px 20px 5px;
}

.accordion01body img {
	width: 100%;
	height: auto;
}

.ac01 {
	margin-bottom: 10px;
}

.ac02 {
	margin-bottom: 50px;
}

.ac03 {
	background: #fff;
	width: calc(100% - 30px);
	margin: 0 auto 30px;
	padding: 15px;
}

.ac03 h4 {
	text-align: center;
	font-size: 16px;
	color: #a18114;
	margin-bottom: 10px;
}

.ac03 .l {
	float: none;
	width: 100%;
	font-size: 13px;
	margin-bottom: 15px;
}

.ac03 .r {
	float: none;
	width: 100%;
	font-size: 13px;
}

.ac03 .r p {
	font-size: 13px;
	margin-bottom: 10px;
}

hr.slim {
	width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 30px;
	border-right: none;
	border-left: none;
}

hr.slim2 {
	width: 100%;
	border: 1px solid #eee;
	margin-bottom: 30px;
	border-right: none;
	border-left: none;
}

.ac04 h4,
.ac05 h4 {
	text-align: center;
	color: #c69725;
	font-size: 16px;
	margin-bottom: 20px;
}

.ac04 h4 img,
.ac05 h4 img {
	width: 35px!important;
	height: 35px!important;
	margin-right: 10px;
}

.ac04 .text,
.ac05 .text {
	text-align: center;
	margin-bottom: 20px;
	font-size: 14px;
}

.ac04 .text span,
.ac05 .text span {
	color: #f49b1e;	
}

.ac04,
.ac05 {
	margin-bottom: 20px;
}

.close {
	padding-top: 25px;
}

.close img {
	width: 60px;
	height: auto;
}

.accordion02body {
	width: calc(100% - 80px);
	margin: 0 20px;
	padding: 30px 20px 5px;
}

.accordion02body h4 {
	font-size: 16px;
	margin-bottom: 20px;
}

.ak01 {
	width: 100%;
	margin:  0 auto 25px;
}

.ak01 .l {
	width: 100%;
	float: none;
	padding-top: 20px;
	padding-bottom: 30px;
}

.ak01 .l .text01 img {
	width: 150px;
	height: auto;
	margin-bottom: 5px;
}

.ak01 .l .text02 {
	font-size: 16px;
}

.ak01 .l .text03 {
	font-size: 20px;
	margin-bottom: 10px;
}

.ak01 .l .text04 {
	font-size: 16px;
	margin-bottom: 20px;
}

.ak01 .l .text05 {
	font-size: 18px;
}

.ak01 .l .text05 span {
	color: #c6700c;
}

.ak01 .r {
	width: 100%;
	float: none;
}

.ak01 .r img {
	width: 100%;
	height: auto;
}

.ak02 {
	text-align: center;
	padding-bottom: 30px;
}

.ak02 p {
	font-size: 16px;
	background: #ffe6c2;
	padding: 10px 20px;
}

.ak03 {
	width: 100%;
	margin: 0 auto 20px;
	color: #6d6d6d;
}

.ak03 th {
	font-size: 11px;
	padding: 0 0 10px;
}

.ak03 td {
	padding: 10px 0;
	font-size: 11px;
}

.ak03b {
	text-align: center;
	font-size: 12px;
	color: #666;
	margin-bottom: 30px;
}

.white {
	background: #fff;
	padding: 15px;
	width: calc(100% - 30px);
	margin: 0 auto 30px;
}

.white h4 {
	color: #c6700c;
	font-size: 15px;
	margin-bottom: 15px;
	line-height: 1.5;
}

.white .l {
	float: none;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}

.white .l img {
	width: 70%;
	height: auto;
}

.white .r {
	float: none;
	width: 100%;
}

.white .r .ttl {
	font-size: 14px;
	margin-bottom: 5px;
	text-align: center;
}

.white .r table {
	border-left: 2px solid #ccc;
	padding-left: 15px;
	font-size: 12px;
	line-height: 1.5;
	margin: 0 auto;
}

.white .r .sml {
	margin-top: 10px;
	font-size: 12px;
}

.accordionWrap01 {
	margin-bottom: 20px;
}

.accordionWrap02 {
	margin-bottom: 30px;
}

.attention {
	padding: 20px 20px 30px;
}

.attention h3 {
	text-align: center;
	margin: 0 0 20px;
}

.attention h3 span {
	display: block;
	background: url("../images/common_ico_light_yellow.png") top center no-repeat;
	background-size: auto 40px;
	padding-top: 50px;
	font-size:  16px;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: 2px solid #c79a00;
	padding-bottom: 15px;
}

.attention h3 img {
	height: 30px;
	width: auto;
}

.tableBox {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 0 10px;
}

.tableBox .image {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.tableBox .image img {
	width: 100%;
	height: auto;
}

.tableBox .text {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 14px;
}

.result:before {
	content: "";
	display: block;
	background: url("../images/logistics_00_arrow.png");
	background-size: 44px 24px;
	width: 44px;
	height: 24px;
	margin: 0 auto 20px;
}

.result {
	text-align: center;
	font-size: 14px;
}

.line {
	height: 160px;
	width: 100%;
	background: #ffeb61;
	position: relative;
}

.line:before {
	width: 80%;
	height: 160px;
}

.line:after {
	left: calc(80% - 103px);
	width: 103px;
	height: 160px;
	background-size: 103px 160px;
}

.support {
	max-width: 100%;
	margin: 0 auto;
	padding: 40px 20px 30px;
}

.support h3 img {
	width: 40%;
	height: auto;
}

.subCopy {
	text-align: center;
	font-size: 16px;
	margin-bottom: 30px;
}

.image01 img {
	width: 100%;
	height: auto;
}

.image02 img {
	width: 50%;
	height: auto;
}

.voice {
	width: calc(100% - 30px);
	margin: 0 auto;
	background: #f4f4f4;
	padding: 30px 15px 15px;
	font-size: 14px;
	position: relative;
}

.voice:before {
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	top: -10px;
	left: 10px;
}

/*============================================================

03.一般派遣事業

============================================================*/

#temporary .explanation h3 span {
	color: #ef971b;
}

#temporary .messageArea {
	background: #fab34e;
	margin-bottom: 0;
}

#temporary .messageArea .inner {
	width: 100%;
	margin: 0 auto;
	display: table;
	padding: 0;
	background: #f6f6f6 url("../images/temporary_half_sp.png") left 0 center no-repeat;
}

#temporary .messageArea .inner img {
  width: 45%;
  height: auto;
}

#temporary .message02 {
	margin-bottom: 20px;
}

#temporary .message03 {
	padding: 5px;
	font-size: 11px;
}

#temporary .attention {
  background: #fffbef;
}

#temporary .attention h3 span {
	display: block;
	background: url("../images/common_ico_light_orange.png") top center no-repeat;
	background-size: auto 40px;
	border-bottom: 2px solid #ee7c00;
}

#temporary .result::before {
  background: url("../images/temporary_arrow.png");
  background-size: 44px 24px;
  width: 44px;
  height: 24px;
}

#temporary .line {
	height: 160px;
	width: 100%;
	background: #fab34e;
	position: relative;
}

#temporary .line:before {
	width: 80%;
	height: 160px;
}

#temporary .line:after {
	left: calc(80% - 103px);
	width: 103px;
	height: 160px;
	background-size: 103px 160px;
}

.base {
	width: 100%;
	margin: 30px auto 30px;
}

.base h3 {
	float: none;
	margin: 0 20px 20px;
}

.compInfo {
	float: none;
	padding: 0;
	width: 100%;

}

.compBtn {
	border-top: 1px solid #ccc;
	padding: 15px 20px 0;
	margin-top: 10px;
}

.compBtn a {
	display: block;
	width: calc(100% - 10px);
	text-align: center;
	font-size: 13px;
}

.compInfo table {
	margin: 0 20px;
}

.compInfo table th {
	font-size: 13px;
}

.compInfo table td {
	font-size: 13px;
}

.flow {
	padding: 30px 20px 30px;
}

.flow ol {
	width: 100%;
}

.flow ol li {
	background: #f4f4f4;
	padding: 15px 15px 15px 15px;
	margin-bottom: 20px;
	list-style: none;
	position: relative;
}

.flow ol li .num {
	width: 30px;
	height: 30px;
	top: 10px;
	left: 10px;
}

.flow ol li .num span {
	font-size: 16px;
}


.flow ol li h3 {
	font-size: 15px;
	margin-bottom: 10px;
	padding-left: 35px;
	margin-top: -5px;
}

.flow ol li h3:before {
	background: url("../images/common_ico_r_arrow.png");
	background-size: 12px auto;
	width: 12px;
	height: 13px;
	margin-bottom: 0px;
	margin-right: 10px;
}

.flow ol li p {
	font-size: 13px;
	line-height: 1.5;
}

.flow ol li:last-child {
	margin-bottom: 0;
}

/*============================================================

04.有料職業紹介事業

============================================================*/

#employment .messageArea .inner {
	width: 100%;
	margin: 0 auto;
	display: table;
	padding: 0;
	background: #f6f6f6 url("../images/employment_half_sp.png") left 0 center no-repeat;
}

#employment .messageArea .inner img {
  width: 120%;
  height: auto;
	margin-right: -40px;
}

#employment .message02 {
	margin-bottom: 20px;
}

#employment .message03 {
	padding: 5px;
	font-size: 12px;
}

#employment .attention {
	background: #fffbef;
	padding: 30px 20px 20px;
}

#employment .attention .image {
	text-align: center;
	margin-bottom: 30px;
}

#employment .attention .image img {
	width: 100%;
	height: auto;
}

#employment .attention .list {
	margin: 0 auto 10px;
	text-align: center;
}

#employment .attention .list ul {
	font-size: 14px;
}

#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 15px 15px;
	width: calc(100% - 70px);
	margin: 0 20px;
}

#employment .imageBox:before {
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
	top: -10px;
	left: 10px;
}

#employment .imageBox h3 {
	font-size: 15px;
	margin-bottom: 5px;
}

#employment .imageBox .image {
	width: 100%;
	float: none;
	margin-top: 20px;
}

#employment .imageBox .text {
	width: 100%;
	float: none;
	font-size: 13pxx;
}

#employment .imageBox .textonly {
	width: 100%;
	font-size: 13px;
}

#employment .imageBox01 {
	margin: 30px 20px 30px!important;
}

#employment .imageBox02 {
	margin: 30px 20px 30px!important;
}

#employment .imageBox03 {
	margin: 30px 20px 30px!important;
}

#employment .attention h3 span {
	display: block;
	background: url("../images/common_ico_light_orange.png") top center no-repeat;
	background-size: auto 40px;
	border-bottom: 2px solid #ee7c00;
}

#employment .result::before {
  background: url("../images/temporary_arrow.png");
  background-size: 44px 24px;
  width: 44px;
  height: 24px;
}

#employment .line {
	height: 160px;
	width: 100%;
	background: #fab34e;
	position: relative;
}

#employment .line:before {
	width: 80%;
	height: 160px;
}

#employment .line:after {
	left: calc(80% - 103px);
	width: 103px;
	height: 160px;
	background-size: 103px 160px;
}

/*============================================================

05.求人案内

============================================================*/


#recruit .pageTitle.cp {
	padding: 0;
	border: none;
	margin-bottom: 20px;
}

.recruitDetail {
	padding: 0 20px;
	width: calc(100% - 40px);
}

.recruitDetailHeading {
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 18px;
}

.recruitDetailText {
	font-size: 14px;
	margin-bottom: 30px;
}

.rdBox {
	display: block;
	margin-bottom: 30px;
	width: 100%;
}

.rdBox h4 {
	padding: 7px;
	font-size:  15px;
}

.rdBox p {
	padding: 15px 10px 0;
	font-size: 14px;
}

.rd01 {
	width: 100%;
	margin: 0 0 20px;
	display: block;
}

.rd02 {
	width: 100%;
	margin: 0 0 20px;
	display: block;
}

.rd03 {
	width: 100%;
	margin: 0;
	display: block;
}

.recruitDetailTable {
	margin-bottom: 30px;
}

.recruitDetailTable th {
	font-size: 14px;
	padding: 10px 0 5px;
	display: block;
	text-align: center;
	border-bottom: 1px dotted #ccc;
}

.recruitDetailTable td {

	padding: 5px 0 10px;
	display: block;
}

.send a {
	width: 220px;
	display: block;
	margin: 0 auto;
	background: #fab34e;;
	color: #fff;
	text-align: center;
	padding: 5px 20px;
	font-size: 15px;
}

.send {
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	margin-bottom: 20px;
}


/*============================================================

06.アクセス

============================================================*/

.accessInfo {
	width: 100%;
	padding-bottom: 35px;
	margin-bottom: 0;
}

.accessInfoAddress {
	padding: 30px 20px;
	width: calc(100% - 40px);
}

.accessInfoAddress01 {
	font-size: 16px;
}

.accessInfoAddress01 span {
	font-size: 14px;
}

.accessInfoAddress02 {
	font-size: 12px;
}

.accessInfoAddress03 {
	font-size: 12px;
}

.accessMap {
	width: 100%;
	margin: 0 auto;
}

.accessMap iframe {
	width: 100%;
	height: 580px;
}

/*============================================================

07.会社概要

============================================================*/

.companyInfo {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 35px;
}

.companyInfo h3 {
	font-size: 18px;
	margin-bottom: 30px;
}

.companyBox .l {
	float: none;
	width: calc(100% - 40px);
	padding: 0 20px 50px;
}

.companyBox .l table th {
	font-weight: bold;
	display: block;
	padding: 0;
}
.companyBox .l table td {
	padding-bottom: 30px;	
	display: block;
	padding: 0 0 20px;
}

.companyBox .l h4 {
	margin-bottom: 10px;
	font-weight: bold;
}

.companyBox .l ul {
	padding-left: 0;
}

.companySign {
	padding-left: 0;
	text-align: right;
}

.companySign img {
	width: 200px;
	height: auto;
}

.companyBox .r {
	float: none;
	width: 100%;
	padding-top: 0;
}

.companyBox .r01 {
	text-align: center;
	margin-bottom: 30px;
}

.companyBox .r02 {
	text-align: center;
	padding: 0 20px;
}

.companyBox .r02 img {
	width: 100%;
	height: auto;
	max-width: 340px;
}

.companyLogistics {
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
	position: relative;
	padding-top: 200px;
	background: url("../images/company_logistics.png") top 30px center no-repeat;
	background-size: 150px 150px;
}

.companyLogistics img {
	width: 100%;
	height: auto;
}

.companyLogistics01 {
	position: relative;
	top: auto;
	left: auto;
	padding: 0 20px 10px;
}

.companyLogistics02 {
	position: relative;
	top: auto;
	right: auto;
	padding: 0 20px 10px;
}

.companyLogistics03 {
	position: relative;
	bottom: auto;
	left: auto;
	padding: 0 20px 10px;
}


.companyLogistics04 {
	position: relative;
	right: auto;
	bottom: auto;
	padding: 0 20px;
}

.companyBusiness {
	width: calc(100% - 40px);
	margin: 0 auto;	
	padding: 0 20px;
}

.companyBusiness .group {
	width: 100%;
	margin-bottom: 30px;
}

.companyBusiness .list {
	width: 100%;
}

.companyBusiness .l {
	float: none;
	width: 100%;
}

.companyBusiness .r {
	float: none;
	width: 100%;
}

.companyBusiness .r .table {
	display: table;
	margin-bottom: 20px;
	font-size: 14px;
}

.companyBusiness .r .table h4 {
	display: table-cell;
	vertical-align: middle;
	width: 75px;
	text-align: center;
	vertical-align: top;
}

.companyBusiness .list .table {
	display: table;
	margin-bottom: 20px;
	font-size: 14px;
}

.companyBusiness .list .table h4 {
	display: table-cell;
	vertical-align: middle;
	width: 60px;
	text-align: center;
	vertical-align: top;
	font-size: 12px;
}

.companyBusiness .list .table h4 span {
	display: block;
	background: #f4f4f4;
}

.companyBusiness .list .table p {
	vertical-align: middle;
	display: table-cell;
	padding-left: 15px;
}

.companyBusiness .l h3 {
	font-size: 18px;
	margin-bottom: 20px;
}

.companyBusiness .group h3 {
	font-size: 17px;
	text-align: center;
}

.bank {
	border-top: 1px dotted #ccc;
	padding-top: 20px;
}

.companyBusiness .r .bank h4 {
	display: table-cell;
	vertical-align: middle;
	width: 75px;
	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: 20px;
	margin-bottom: 20px;
}

.companyBusiness .list .addresslist h4 {
	display: table-cell;
	vertical-align: middle;
	width: 60px;
	text-align: center;
	vertical-align: top;
	font-size: 12px;
}

.companyBusiness .list .addresslist h4 span {
	display: block;
	background: #f4f4f4;
}

.companyBusiness .list .addresslist p {
	vertical-align: middle;
	display: table-cell;
	padding-left: 15px;
	font-size: 14px;
}

.companyBusiness .list .addresslist ul {
	vertical-align: middle;
	display: table-cell;
	padding-left: 15px;
	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;
}

.companyBusiness section {
	padding-bottom: 0px;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}

.businesslist {
	border-top: 1px dotted #ccc;
	padding-top: 20px;
	margin-bottom: 20px;
}

.companyBusiness .list .businesslist h4 {
	display: table-cell;
	vertical-align: middle;
	width: 60px;
	text-align: center;
	vertical-align: top;
	font-size: 12px;
}

.companyBusiness .list .businesslist h4 span {
	display: block;
	background: #bdbdbd;
	color: #fff;
}

.companyBusiness .list .businesslist p {
	vertical-align: middle;
	display: table-cell;
	padding-left: 10px;
	font-size: 14px;
}

.companyBusiness .list .businesslist ul {
	vertical-align: middle;
	display: table-cell;
	padding-left: 15px;
	font-size: 14px;
	line-height: 1.5em;
}

.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;
}

.cb03 {
	border-bottom: none!important;
	margin-bottom: 0;
	padding: 0!important;
}


/*============================================================

08.フォーム

============================================================*/

.formFlow {
	width: calc(100% - 40px);
	display: table;
	margin: -10px 20px 20px;
	border: none;
}

.action {
	font-size: 14px;
}

.formCaution {
	text-align: center;
	margin-bottom: 20px;
	font-size: 12px;
}

.formArea {
	width: calc(100% - 40px);
	margin: 0 auto 30px;
	border: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px;
	border-radius: 0;
}

.formArea table {
	width: 100%;
}


.formArea th {
	border-bottom: 1px dotted #ccc;
	padding: 5px 0;
	width: 100%;
	line-height: auto;
	display: block;
	font-size: 14px;
}

.formArea td {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	line-height: 38px;
	display: block;
	font-size: 13px;
}

.formArea td textarea {
	width: calc(100% - 22px);
	height: 150px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	font-size: 14px;
}

.formArea td select {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	font-size: 14px;
	background: #fff;
}

.formArea td input[type="email"],
.formArea td input[type="text"] {
	width: calc(100% - 22px);
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 10px;
	font-size: 14px;
}

.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: 30px;
}

.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 ;
}

.toBack input {
	border: none;
	background: #666;
	width: 200px;
	margin: 0 auto;
	display: block;
	padding: 13px;
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
}

.tempModal .inner table {
	font-size: 11px;
}

.wp-pagenavi {
	padding: 20px 0 5px;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #999;
	font-size: 12px;
	background-color: #ccc;
	padding: 5px 12px;
	margin: 0 2px;

	color: #fff;
}
.wp-pagenavi a:hover{
    color:#FFF; 
    background-color:#999;
    }
.wp-pagenavi span.current{
	color: #FFF;

    background-color:#999;
	font-weight: bold;
    }