@charset "utf-8";
/* CSS Document */

/*=======================================================================

初めての方へページ共通

=======================================================================*/

.top_comment {
	width:100%;
	max-width:1200px;
	margin:0 auto 50px auto;
	padding:12% 0;
	background-size:cover;
	background-position:top center;
	background-repeat:no-repeat;
}

.top_comment p {
	color:#fff;
	text-align:center;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
}

.top_comment p:first-of-type {
	font-size:218.8%;
	font-weight:600;
	margin-bottom:20px;
}

.haken_box {
	display:table;
	width:100%;
	margin-bottom:20px;
}

.haken_box dt,
.haken_box dd {
	display:table-cell;
	width:50%;
	vertical-align:middle;
}

.haken_box dt {
	font-size:125%;
	padding:10%;
	background:#eee;
	font-weight:600;
}

.haken_box dt span {
	font-size:80%;
	display:block;
	margin-top:10px;
	font-weight:normal;
}

.haken_box dd {
	background:rgba(255,240,81,0.1);
}

/*==========派遣について*/

.dispatch {
	background-image:url(../img/dispatch/image.jpg);
}

/*==========派遣のメリット*/

.merit {
	background-image:url(../img/merit/image.jpg);
}

.merit02 {
	background-image:url(../img/merit/image02.jpg);
}

.merit_box {
	padding:5%;
}

.merit_box li {
	margin-bottom:15px;
	background:#F4F5F5;
}

.merit_box dt {
	font-size:131.3%;
	font-weight:600;
	color:#666;
	background:#FFF051;
	padding:1.5% 3%;
}

.merit_box dt span {
	display:block;
	font-weight:600;
	color:#666;
}

.merit_box dd {
	padding:1.5% 8%;
}

.merit_box dd:first-of-type {
	background:#fff;
	text-align:center;
	font-size:125%;
}

.merit_box dd:first-of-type p {
	text-align:left;
	color:#666;
}

.links_merit li {
	background:rgba(255,240,81,0.1);
	margin-bottom:20px;
}

.links_merit dl {
	display:table-cell;
}

.links_merit dt {
	font-size:131.3%;
	width:100%;
	background:#FFF051;
	text-align:center;
	height:3.5em;
	display:table;
	font-weight:600;
}

.links_merit dt span {
	display:block;
	font-weight:600;
}

.links_merit dt span.cell {
	display:table-cell;
	vertical-align:middle;
}

.links_merit dd {
	padding:5%;
}

.links_merit dd img {
	width:160px;
	height:auto;
	display:block;
	margin:0 auto;
}

/*==========仕事の種類*/

.kind {
	background-image:url(../img/kind/image.jpg);
}

.kind_box {
	padding:8%;
}

.kind_box li {
	background:#fff;
	margin-bottom:60px;
}

.kind_box dd ul li {
	margin-bottom:0;
	background: none;
}

.kind_box dd ul li:last-child:after {
	content:"等";
	margin-left:15px;
}

.kind_box dt,
.kind_box dd {
	padding:3%;
}

.kind_box dt {
	font-size:131.3%;
	background:#FFF051;
	font-weight:600;
}

.kind_box dd p:nth-of-type(2) {
	background:#FFF6B6;
	padding:0.5%;
	margin:10px 0;
}

.kind_box dd ul li {
	margin-left:20px;
	list-style-type:disc;
}

@media only screen and (min-width: 1200px) {
	.kind {
		min-height:500px;
		padding-top:16%;
	}
}

@media only screen and (max-width: 1023px) {
	.top_comment {
		padding:12% 5%;
	}
	
	.top_comment p {
		text-align:left;
	}
	
	.top_comment p:first-of-type {
		font-size:137.5%;
	}
}

@media only screen and (max-width: 812px) {
	.haken_box,
	.haken_box dt,
	.haken_box dd {
		display:block;
		width:100%;
	}
}

/*=======================================================================

TOP

=======================================================================*/

/*========== 仕事一覧、新着、面接会　共通*/

.top_job ul li dl dt,
.top_job ul li dl dd,
.top_info dl dt,
.top_info dl dd {
	display:inline-block;
	vertical-align:middle;
}

.top_job ul li dl dt,
.top_info dl dt {
	width:15%;
}

.top_job ul li dl dd,
.top_info dl dd {
	width:70%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top_job ul li a,
.top_info dl a {
	position:absolute;
	width:100%;
	height:100%;
	text-indent:-9999px;
	display:block;
	top:0;
	left:0;
}

.top_job ul li:after,
.top_info .infomation dl:after {
	position:absolute;
	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
	content:"\f138";
	right:20px;
	color:#666;
}

.top_job ul li:after {
	top:42%;
}

.top_info dl:after {
	top:35%;
}

/*========== 仕事一覧*/

.top_job {
	padding:5% 0;
}

.top_job ul {
	width:96%;
	max-width:1200px;
	margin:0 auto;
}

.top_job ul li {
	font-weight:600;
	width:49%;
	padding:1%;
	position:relative;
	border-radius:10px;
	-moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
	background:#fff;
}

.top_job ul li:hover {
	background:#FFF051;
}

.top_job ul li dl {
	font-size:93.8%;
}

/*========== おすすめ*/

.osusume {
	padding:2%;
}

.office_box {
	border:1px solid #ccc;
	padding:2%;
}

.office_box ul li {
	font-size:93.8%;
}

.office_box .shadow_box {
	margin-bottom:10px;
	position:relative;
}

.office_box .shadow_box a {
	position: absolute;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    display: block;
    top: 0;
    left: 0;
}

.office_box .shadow_box:after {
	position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
	top:40%;
    right: 10px;
    color: #666;
}

.office_box .shadow_box ul li {
	width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.office_box .shadow_box ul li:first-child {
	font-weight:600;
}

.office_box .shadow_box:hover {
	background:#FFF051;
}

/*========== LINE＠*/

.lineat {
	text-align:center;
}

.lineat ul {
	width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.lineat ul li {
	border:3px solid #FFF051;
	background:#fff;
	padding:2%;
}

.lineat ul li dl {
	text-align:center;
}

.lineat ul li dl dt {
	font-size:112.5%;
	font-weight:600;
}

.lineat ul li dl dd p:first-of-type img,
.lineat ul li dl dd p:nth-of-type(2) img {
	height:auto;
	display:block;
}

.lineat ul li dl dd p:first-of-type img {
	max-width:232px;
	margin:0 auto 8px auto;
}

.lineat ul li dl dd p:nth-of-type(2) img {
	max-width:150px;
	margin:0 auto;
}

/*========== 新着、面接会*/

.top_info section {
	padding:0 2%;
}

.top_info dl {
	position:relative;
}

.infomation dl:hover {
	background:rgba(0,0,0,0.05);
}

/*========== 新着*/

.news dl {
	font-size:93.8%;
	border-bottom:1px solid #666;
	padding:1.5% 0;
}

.news dl dt {
	color:#666;
}

/*========== 面接会*/

.infomation dl {
	font-size:93.8%;
	background:#fff;
	border-radius:5px;
	-moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
	margin-bottom:10px;
}

.infomation dl dt,
.infomation dl dd {
	padding:1.5%;
}

.infomation dl dt {
	background:rgba(255,240,81,0.5);
	width:25%;
	text-align:center;
}

.infomation dl dd {
	width:60%;
}

/*========== ピックアップ*/

.pickup {
	display:table;
	width:100%;
}

.cellbox {
	width:33.333%;
	display:table-cell;
	vertical-align:middle;
	position:relative;
}

.cellbox:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.pickup section {
	width:80%;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding-top: 30%;
}

.pickup section h3 {
	margin-bottom:10px;
}

.pickup section img {
	position:absolute;
	top:0;
	left:0;
}

.pickup a {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	text-indent:-9999px;
}

/*========== 選ばれる理由*/

.point {
	text-align:center;
}

.point h3 {
	margin-bottom:10px;
}

.line-text {
	position: relative;
	display: inline-block;
	padding: 0 40px;
	margin-bottom:50px;
}

.line-text:before,
.line-text:after{
	content:"";
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color: black;
}

.line-text:before {
	left:0;
}

.line-text:after {
	right: 0;
}

.point dl {
	width:100%;
	max-width:900px;
	margin:0 auto;
	text-align:left;
}

.point dl dt,
.point dl dd {
	padding:2% 0;
}

.point dl dt {
	font-size:112.5%;
	font-weight:500;
	width:22.22%;
	border-bottom:3px solid #999;
}

.point dl dd {
	color:#666;
	width:77.78%;
	border-bottom:3px solid #FFF051;
}

/*========== 就業までの流れ*/

.flow dl {
	width:96%;
	max-width:900px;
	margin:0 auto 20px auto;
}

.flow dl dt {
	font-size:112.5%;
	border-bottom:3px solid #FFF051;
	font-weight:700;
	margin-bottom:10px;
}

.flow dl dt:first-letter {
	font-size:225%;
}

.flow dl dd {
	color:#666;
}

@media only screen and (max-width: 1023px) {
	
	/*========== 仕事一覧、新着、面接会　共通*/
	
	.top_job ul li {
		width:100%;
		margin-bottom:10px;
		padding:2%;
	}
	
	.top_job ul li dl dt,
	.top_job ul li dl dd,
	.news dl dt,
	.news dl dd {
		display:block;
		width:80%;
	}
	
	.top_job ul li dl dt {
		padding:1%;
		background:#eee;
	}
	
	.top_job ul li dl dd {
		margin-bottom:10px;
	}
	
	.top_job ul li:after {
		top:45%;
	}
	
	.top_job ul li:after,
	.top_info dl:after {
		right:10px;
	}
	
	/*========== LINE＠*/
	
	.lineat {
		text-align:left;
		padding:0 2%;
	}
	
	.lineat ul {
		width: 90%;
	}
	
	.lineat ul li {
		margin-bottom:15px;
	}
	
	/*========== 新着、面接会*/
	
	.top_info section {
		margin-bottom:40px;
	}
	
	/*========== 面接会*/
	
	.infomation dl dt,
	.infomation dl dd {
		padding:2.5%;
	}
	
	.infomation dl dt {
		width:35%;
	}
	
	.infomation dl dd {
		width:50%;
	}
	
	/*========== ピックアップ*/

	.pickup {
		display:block;
	}
	
	.cellbox {
		width:100%;
		display:block;
	}
	
	/*========== 選ばれる理由*/
	
	.line-text {
		margin-bottom:20px;
	}
	
	.point dl {
		width:96%;
	}
	
	.point dl dt,
	.point dl dd {
		padding:2% 0;
	}
	
	.point dl dt {
		width:100%;
	}
	
	.point dl dd {
		width:100%;
		border-bottom:none;
		margin-bottom:15px;
	}
	
	/*========== 就業までの流れ*/
	
	.flow .contact li {
		width:80%;
		margin:0 auto 15px auto;
	}
}

/*=======================================================================

システム

=======================================================================*/

.shadow_box {
	background:#fff;
	padding:2%;
	-moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
	border-radius:10px;
	margin:2% 0;
}

.choice_box .flex dl {
	width:24%;
}

.choice_box dl {
	margin:0 1% 3% 0;
}

.choice_box dl dt {
	font-weight:600;
}

.choice_box dl dt:before {
	font-family: "Font Awesome 5 Free";
	content:"\f14a";
	color:#999;
	font-weight:normal;
}

.left_contents {
	width:70.83%;
}

aside {
	width:25%;
}

.update {
	background:#eee;
	padding:1%;
	width:150px;
	float:right;
}

.job {
	clear:both;
	border:1px solid #666;
	padding:2%;
	margin-bottom:40px;
}

.type {
	margin:10px 0 30px 0;
}

.type span {
	border:1px solid #666;
	padding:1%;
}

.conditions_list li {
	color:#777;
	border:1px solid #999;
	padding:0.5%;
	display:inline-block;
	margin:0 1% 1% 0;
}

.main_conditions {
	width:63%;
	background:#eee;
	padding:2%;
}

.main_conditions dl dt,
.main_conditions dl dd {
	display:inline-block;
	padding:1.5% 0;
}

.main_conditions dl dt {
	width:20%;
	font-weight:600;
}

.conditions_more {
	width:35%;
}

.log {
	background:#FFF6B6;
	padding:5%;
}

.log h5 {
	text-align:center;
	color:#666;
	margin-bottom:20px;
}

.log ul li:before,
.log02 ul li:before {
	font-family: "Font Awesome 5 Free";
	content:"\f138";
	font-weight: 900;
	margin-right:8px;
}

.log ul li,
.log02 ul li {
	margin-bottom:15px;
}

.log ul li a,
.log02 ul li a {
	color:#333;
}

.hit {
	font-size:112.5%;
	font-weight:600;
}

.hit span {
	font-size:200%;
	font-weight:600;
}

.inline_foot {
	width:100%;
	padding-bottom:1%;
	background:rgba(204,204,204,0.8);
	position:absolute;
	bottom:0;
	left:0;
}

table {
	width:100%;
	border-collapse:collapse;
}

th,
td {
	text-align:left;
	padding:2%;
	border:1px solid #999;
}

th {
	background:#eee;
	font-weight:600;
}

.btarea {
	width:80%;
	margin:20px 0;
}

.btarea li {
	width:80%;
	margin-bottom:15px;
}

/*お仕事を探す*/

.list-toggle-con {
    height: 0;
    overflow: hidden;
}

.jsToggle {
    display:block;
    border-radius:40px;
    text-align:center;
	background:#fff;
	border:1px solid #ccc;
    color:#000;
	-moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
	margin:20px auto;
	min-height: 50px;
    max-width: 250px;
	line-height:50px;
}

.jsToggle a {
	color:#000;
	text-decoration:none;
}

.jsToggle:hover {
	background:rgba(0,0,0,0.2);
	cursor:pointer;
}

.cond_search_bt input[type="submit"] {
	margin-top:5px !important;
}

@media only screen and (min-width: 1024px) {
	.btarea li {
		max-width:380px;
	}
}

.log02 h4 {
	margin-bottom:20px;
}

@media only screen and (max-width: 1023px) {
	.choice_box .flex dl,
	.left_contents,
	aside,
	.main_conditions,
	.conditions_more {
		width:100%;
	}
	
	.conditions_more,
	aside {
		margin:2% 0;
	}
	
	table {
		border-bottom:1px solid #999;
	}
	
	th,
	td {
		display:block;
		border-bottom:none;
	}
	
	.btarea,
	.favorite {
		margin:20px auto;
	}
	
	.btarea {
		width:50%;
	}
	
	.btarea li {
		width:100%;
	}
}

@media only screen and (max-width: 666px) {
	.btarea {
		width:80%;
	}
}

/*=======================================================================

フォーム

=======================================================================*/

.formbox {
	padding:5%;
}

.toptext {
	text-align:center;
	margin-bottom:50px;
}

.formbox dl,
.formbox p {
	width:90%;
	max-width:900px;
	margin:0 auto;
}

.formbox dl {
	border-bottom:1px solid #666;
	padding:1% 0;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
	display:box;
	-js-display: flex;
    display: flex;
	-webkit-justify-content: flex-start;
  	justify-content: flex-start;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-align-items: center;
	align-items: center;
}

.formbox dl.no-border {
	border-bottom:none;
}

.formbox dl.no-aic {
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.formbox dl dt {
	width:30%;
}

.formbox dl dd {
	width:70%;
}

.needarea,
.subneed {
	padding:5% 0;
}

.needarea input,
.subneed input {
	border:1px solid #c00;
	background:#ffe6e6;
}

.needarea {
	background:#FFF051;
}

.subneed {
	background:#ffc;
}

.needarea dt,
.subneed dt {
	position:relative;
}

.needarea dt:after,
.subneed dt:after {
	position:absolute;
	top:0;
	right:5px;
	background:#000;
	color:#fff;
	padding:0 1%;
}

.needarea dt:after {
	content:"必須";
}

.subneed dt:after {
	content:"必須";
}

/*.no-label dt:after {
	content:"";
	background:none;
}*/

.birth select {
	display:inline;
	width:80%;
	margin:0 1%;
}

.aida {
	margin:20px 0;
}

.areabox p {
	margin:0;
}

.areabox .bar_ti {
	font-size:112.5%;
	margin-bottom:15px;
}

.areabox ul li {
	margin-bottom:20px;
}

.areabox .sub_ti {
	background:#ffc;
}

@media only screen and (max-width: 1023px) {
	.toptext {
		text-align:left;
	}

	.formbox dl {
		padding:5% 0;
	}
	
	.formbox dl dt,
	.formbox dl dd {
		width:100%;
	}
	
	.needarea dt:after,
	.subneed dt:after {
		right:0;
		bottom:2px;
	}
	
	.birth select {
		margin:1%;
	}
}

/*=======================================================================

プライバシーポリシー

=======================================================================*/

.pp {
	padding:5%;
}

.pp p,
.pp ul {
	line-height:180%;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
}

.pp ul {
	margin-top:20px;
	margin-bottom:50px;
}

.pp ul li {
	margin-left:40px;
	list-style-type:disc;
	margin-bottom:15px;
}

/*=======================================================================

登録説明会

=======================================================================*/

.hosoku {
	max-width:900px;
	margin:60px auto 20px auto;
}

.hosoku p:first-of-type {
	font-size:125%;
	font-weight:600;
}

.hosoku ul {
	margin:10px 0;
}

.hosoku ul li {
	margin-bottom:8px;
}

.hosoku .needarea {
	padding:1%;
}

.hosoku .needarea p {
	font-size:100%;
	font-weight:normal;
}

.entry {
	max-width:70%;
	margin:40px auto 100px auto;
}

.entry img {
	width:auto;
	height:auto;
	max-width:100%;
}

@media only screen and (max-width: 1023px) {
	.entry {
		max-width:100%;
	}
}

/*=======================================================================

リンクスについて

=======================================================================*/

.about dl dt {
	font-size:100%;
	font-weight:normal;
}

.about dl dd ul,
.about dl dd ol {
	margin-left:20px;
}

.about dl dd ul li {
	list-style-type:disc;
}

.about dl dd ol li {
	list-style-type:decimal;
}

.enkaku.border-box {
	margin-bottom:0 !important;
}

.timeline {
  list-style: none;
  max-width:900px;
  margin:0 auto;
}

.timeline > li {
  margin-bottom: 60px;
  font-size:93.8%;
}

.timeline > li p {
  font-weight:normal;
}

.timeline > li p.bold {
	font-weight:bold;
}

/* for Desktop */
@media ( min-width : 800px ){
	.timeline > li {
	    overflow: hidden;
	    margin: 0;
	    position: relative;
	}
	
	.timeline-date {
	    width: 170px;
	    float: left;
	    margin-top: 20px;
	}
	
	.timeline-content {
	    width: 70%;
	    float: left;
	    border-left: 3px #ccc solid;
		padding:20px 0 0 30px;
	}
	
	.timeline-content:before {
	    content: '';
	    width: 12px;
	    height: 12px;
	    background: #666;
	    position: absolute;
	    left: 166px;
	    top: 22px;
	    border-radius: 100%;
	}
}

@media all and (max-width: 799px) {
	.timeline {
		width:100%;
	}
	
	.timeline > li {
	  margin-bottom: 40px;
	  font-size:93.8%;
	}
	
	.timeline-date {
		padding:1%;
		color:#333;
		background:#eee;
	}
}

.branches {
	padding:5%;
}

.branches dt {
	text-align:center;
}

.branches dd p:nth-of-type(2) {
    background: none;
    padding: 0;
    margin:0;
}

.branches .embed-container {
	margin-top:15px;
}

/*=======================================================================

企業の方へ

=======================================================================*/

.client_merit li {
	background:rgba(255,240,81,0.1);
}

.client_merit li dl dt {
	font-size:125%;
	font-weight:900;
	background:#fff;
	text-align:center;
}

.client_merit li dl dt:before {
	content:"＼";
	margin-right:8px;
}

.client_merit li dl dt:after {
	content:"／";
	margin-left:8px;
}

.client_merit li dl dt span {
	font-size:150%;
	font-weight:900;
}

.client_merit li dl dd {
	padding:5% 8%;
}

.client_merit li dl dd:first-of-type {
	font-size:131.3%;
	font-weight:600;
	background:#FFF051;
}

.appeal li {
	border:1px solid #ccc;
	padding:2%;
	margin-bottom:10px;
}

.appeal li dl dt {
	font-size:125%;
	font-weight:600;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}

.appeal li dl dt svg {
	display:block;
	margin:0 auto;
}

.management {
	padding:5%;
}

.management li {
	background:#fff;
	margin-bottom:10px;
}

.management li dt,
.management li dd {
	padding:3%;
}

.management li dt {
	font-size:125%;
	font-weight:600;
	background:#FFF051;
	text-align:center;
}

.management li dt img {
	display:block;
	width:60px;
	height:auto;
	margin:0 auto;
}

.management li dd ul {
	margin-left:20px;
}

.management li dd ul li {
	list-style:disc;
	margin-bottom:10px;
	background:none;
}
