@charset "utf-8";
/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
	margin: 0;
	padding: 0;
	background:
 transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

body, table, input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/*------------------------------------------------------------
	リンク
------------------------------------------------------------*/
a {
	color: #000;
	text-decoration: none;
}

a:link {
}

a:visited {
}

a:hover {
}

a:active {
}

/*------------------------------------------------------------
	基本設定
------------------------------------------------------------*/
html {
	font: 14px/1.3 "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", Arial, Helvetica, Tahoma, sans-serif;
}

body {
	width: 100%;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	color: #000;
}

header, hgroup, nav, article, section, aside, figure, footer {
	display: block;
}

ol, ul {
	list-style: none;
}

img {
	width: 100%;
	border: 0px;
	line-height: 0;
	margin: 0px;
	padding: 0px;
	font-size: 0;
}

.hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin: 10px 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix {
	clear: both;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

h2 {
	position: relative;
	padding: 10px 20px;
	font-size: 16px;
	text-align: center;
	color: #FFF;
	background: #F5B32D;
	margin: 20px 0;
}

h2::before,
h2::after{
	content: "";
	position: absolute;
	top: 100%;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top: 5px solid #F09500;
}

h2::before{
	right: 0;
	border-left: 5px solid #F09500;
}

h2::after{
	left: 0;
	border-right: 5px solid #F09500;
}

h3 {
	color: #fff;
	text-align: center;
	background: #036EB5;
	margin-top: 15px;
	padding: 5px 0;
}

h4 {
	color: #F09500;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
header {
	margin: 15px 4%;
}

header h1 {
	text-align: center;
	font-size: 0.6em;
	margin-bottom: 10px;
}

header img {
	float: left;
	width: 200px;
	height: 45px;
}

.h_btn_area {
	float: right;
	height: 45px;
}

.h_btn_area p {
	float: left;
	margin-left: 10px;
}

.h_btn {
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
	font-size: 18px;
	text-align: center;
	background: #f09500;
}

.h_btn a {
	color: #fff;
	display: block;
}

.glonav li {
	float: left;
	width: 50%;
	height: 45px;
	line-height: 45px;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	border: solid 1px #ccc;
	box-sizing: border-box;
	background: -moz-linear-gradient( center top, #fff 5%, #E0E0E0 100% );
	background: -ms-linear-gradient( top, #fff 5%, #E0E0E0 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#E0E0E0');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #fff), color-stop(100%, #E0E0E0) );
	background-color: #fff;
}

.glonav li a {
	display: block;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
article {
	width: 100%;
	overflow: hidden;
}

article section {
	padding: 0 4%;
}

.bottom_20 {
	margin-bottom: 20px;
}
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.search_area {
	width: 100%;
	border: solid 1px #ccc;
}

.map {
	padding: 10px;
}

.map li {
	float: left;
	width: 30%;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	background: -moz-linear-gradient( center top, #fff 5%, #E0E0E0 100% );
	background: -ms-linear-gradient( top, #fff 5%, #E0E0E0 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#E0E0E0');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #fff), color-stop(100%, #E0E0E0) );
	background-color: #fff;
	border: solid 1px #ccc;
	box-sizing: border-box;
	margin: 0 3% 10px 0;
	padding: 5px 0;
}

.map li a {
	color: #e75514;
	display: block;
}

.map li:nth-child(3n) {
	margin-right: 0;
}

.search_type {
	border: solid 1px #ccc;
	padding: 10px;
}

.search_type select {
	width: 100%;
	border-radius: 5px;
}

.search_type li {
	float: left;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	background: -moz-linear-gradient( center top, #fff 5%, #E0E0E0 100% );
	background: -ms-linear-gradient( top, #fff 5%, #E0E0E0 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#E0E0E0');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #fff), color-stop(100%, #E0E0E0) );
	background-color: #fff;
	border: solid 1px #ccc;
	box-sizing: border-box;
	margin: 0 3% 0 0;
	padding: 5px;
}

.search_type li a {
	color: #e75514;
	display: block;
}

.t_job {
	border-top: solid 6px #F09500;
	padding: 10px 0;
}

.job_list {
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 5px;
}

.t_job_contents {
	background: #F8F8F6;
	margin-bottom: 20px;
	padding: 10px;
}

.t_job_contents table {
	font-size: 12px;
	border-top: solid 1px #F09500;
	border-right: solid 1px #F09500;
	border-left: solid 1px #F09500;
	margin-bottom: 10px;
}

.t_job_contents th {
	width: 27%;
	color: #F09500;
	text-align: center;
	background: #F7E0AC;
	border-bottom: solid 1px #F09500;
	padding: 5px;
}

.t_job_contents td {
	background: #fff;
	border-bottom: solid 1px #F09500;
	padding: 5px;
}

.t_job_contents_btn {
	margin: 0 auto;
}

.t_job_contents_btn p {
	width: 48%;
	height: 40px;
	line-height: 40px;
	font-weight: 600;
	text-align: center;
	border-radius: 5px;
}

.t_job_contents_btn_more {
	background: -moz-linear-gradient( center top, #fff 5%, #E0E0E0 100% );
	background: -ms-linear-gradient( top, #fff 5%, #E0E0E0 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#E0E0E0');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #fff), color-stop(100%, #E0E0E0) );
	background-color: #fff;
	border: solid 1px #ccc;
}

.t_job_contents_btn_more a {
	color: #E75514;
	display: block;
}

.orange {
	background: -moz-linear-gradient( center top, #F6C92D 5%, #E97E3F 100% );
	background: -ms-linear-gradient( top, #F6C92D 5%, #E97E3F 100% );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F6C92D', endColorstr='#E97E3F');
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #F6C92D), color-stop(100%, #E97E3F) );
	background-color: #F6C92D;
}

.orange a {
	color: #fff;
	display: block;
}

.contact_banner {
	color: #fff;
	font-weight: bold;
	background-color: #036eb5;
	background-image: url(http://nextstage-gifu.jp/recruit/wp-content/themes/gifudriverjob/sp/images/top/contact_banner.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	padding: 10px;
}

.contact_banner img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 35%;
	z-index: -999;
}

.contact_banner_tel {
	font-size: 21px;
}

.contact_banner a {
	color: #ffee00;
}

.contact_banner_btn {
	width: 50%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	background: #ffee00;
	margin-top: 5px;
}

.contact_banner_btn a {
	color: #036eb5;
	display: block;
}

.t_info_more {
	font-size: 12px;
	text-align: right;
}


.t_info_more a {
	color: #f5b32d;
}

.t_info dl {
	color: #f5b32d;
	font-weight: bold;
	margin-top: 10px;
}

.t_info dt {
	font-size: 12px;
}

/*------------------------------------------------------------
	はじめての方へ
------------------------------------------------------------*/
.beginner_catch {
	color: #E53828;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}

.beginner_catch span {
	font-size: 21px;
}

.beginner {
	color: #fff;
	font-weight: bold;
	background: #E75514;
	border-radius: 10px;
	margin-top: 10px;
	padding: 15px;
}

.beginner img {
	float: left;
	width: 60px;
	margin-right: 10px;
}

.point_title {
	font-size: 21px;
}

.beginner hr {
	border: dashed 3px #fff;
	margin: 10px 0;
}

/*------------------------------------------------------------
　　よくある質問
------------------------------------------------------------*/
.question_category {
	font-weight: bold;
	font-size:16px;
	text-align: center;
	margin-top: 15px;
}

.question {
	margin: 10px 0;
}

.question:after {
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

.question dl {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #2ea4dd;
	border-radius: 50%;
	margin-bottom: 10px;
}

.question dt {
	color: #2ea4dd;
	font-weight: bold;
}

.question {
	margin: 10px 0;
}

.answer:after {
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

.answer dl {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #e53828;
	border-radius: 50%;
	margin-bottom: 10px;
}

.answer dt {
	border-radius: 10px;
	background: #fef0ed;
	padding: 15px;
}

.answer a {
	color: #e53828;
	text-decoration: underline;
}

/*------------------------------------------------------------
　　無料転職サポート
------------------------------------------------------------*/
.support {
	color: #fff;
	font-weight: bold;
	background: #E75514;
	border-radius: 10px;
	padding: 15px;
}

.support img {
	float: left;
	width: 60px;
	margin-right: 10px;
}

.support_title_one {
	line-height: 60px;
}

.support hr {
	border: dashed 3px #fff;
	margin: 10px 0;
}

.support_arrow {
	width: 20%;
	margin: 0 auto;
}

.support_trouble {
	margin: 10px 0 0 0;
}

.support_trouble li {
	text-indent:-1em;
	padding-left:1em;
	list-style-type: disc;
	list-style-position: inside;
}

/*------------------------------------------------------------
　　運営会社
------------------------------------------------------------*/
.company {
	border-top: solid 1px #F09500;
	border-right: solid 1px #F09500;
	border-left: solid 1px #F09500;
	margin-bottom: 15px;
}

.company th {
	color: #F09500;
	text-align: center;
	background: #F7E0AC;
	padding: 5px;
}

.company td {
	background: #fff;
	border-bottom: solid 1px #F09500;
	padding: 5px;
}

/*------------------------------------------------------------
　　インフォメーション
------------------------------------------------------------*/
.info {
	border-top: solid 3px #F09500;
	padding: 10px 0;
}

.info_contents {
	background: #F8F8F6;
	margin-bottom: 20px;
	padding: 10px;
}

/*------------------------------------------------------------
　　お仕事詳細
------------------------------------------------------------*/
.more {
	margin: 20px 0;
}

.more_right {
	margin-bottom: 10px;
}

.more li {
	float: left;
	width: 30%;
	margin-right: 3%;
}

.more li:last-child {
	margin-right: 0;
}

.order_btn {
	width: 80%;
	margin: 20px auto;
}

.order_btn p {
	height: 45px;
	line-height: 45px;
	font-weight: 600;
	text-align: center;
	border-radius: 5px;
}

.more_list {
	border-top: solid 1px #F09500;
	border-right: solid 1px #F09500;
	border-left: solid 1px #F09500;
}

.more_list th {
	color: #F09500;
	text-align: center;
	background: #F7E0AC;
	padding: 5px;
}

.more_list td {
	background: #fff;
	border-bottom: solid 1px #F09500;
	padding: 5px;
}

.more_list td iframe {
	width: 100%;
	height: 220px;
}

.slider {
	width: 900px;
	margin: 0 auto;
}

.slick-slide {
      margin: 0px;
}

.slick-slide img {
	width: 240px;
	height: 150px;
}

.slider_img {
	width: 240px;
	height: 150px;
	overflow: hidden;
}

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

.slider p {
	width: 240px;
	text-align: left;
	margin: 10px 0 0 0;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}

/*------------------------------------------------------------
	お問い合わせ
------------------------------------------------------------*/
#form p span {
	color: #F00;
}

#form hr {
	margin: 15px 0px;
}

input {
	width: 100%;
	padding: 5px 0;
	font-size: 120%;
}

select {
	height: 40px;
}

.narrow {
	width:25%;
}

.checkbox {
	width: auto;
}

textarea {
	width: 100%;
}

input[type="submit"] {
	width: 48%;
	height: 40px;
	font-size: 12px;
	padding: 5px;
	color: #373939;
	float: left;
}

input[type="reset"] {
	width: 48%;
	height: 40px;
	font-size: 12px;
	margin: 0;
	padding: 5px;
	color: #373939;
	float: right;
}

.postcord {
	width: 40%;
	height: 40px;
	font-size: 12px;
	margin: 0;
	padding: 5px;
	color: #373939;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
/*　固定　*/
#footer_btn {
	width: 100%;
	background: #E75514;
    position: fixed;
    top: 0;
	padding: 10px;
}

.footer_contents p {
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}

.footer_contents li {
	float: left;
	width: 48%;
	margin-right: 4%;
}

.footer_contents li img {
}

.footer_contents li:last-child {
	margin-right: 0;
}

address {
	color: #fff;
	font-size: 0.6em;
	font-style: normal;
	text-align: center;
	background: #f09500;
	padding: 10px 0;
	margin-top: 25px;
}


/*------------------------------------------------------------
	サムネイル付きボタン
------------------------------------------------------------*/
.thum_list ul {
	border-bottom: 1px solid #ccc;
}

.thum_list ul li {
	height: 70px;
	margin: 0px;
	border-top: 1px solid #ccc;
}

.thum_list ul li a {
	display: block;
	overflow: hidden;
	height: 70px;
	margin: 0;
	padding: 0 30px 0 0;
	position: relative;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
}

.thum_list ul li a:after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.thum_list ul li img {
	width: 70px;
	height: 70px;
	margin-right: 10px;
	float: left;
}

.thum_list ul li a h3 {
	display: block;
	padding-top: 17px;
	color: #000;
	font-weight: bold;
}

/*------------------------------------------------------------
	矢印アイコンボタン
------------------------------------------------------------*/
.other_btn ul li {
	position: relative;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F0F0F0));
 background: linear-gradient(#FFF, #F0F0F0);
	padding: 10px 25px 10px 10px;
	border: 1px solid #CCC;
	border-bottom: 0;
}

.other_btn ul li a {	
	color: #3E3A39;
	font-weight: bold;
	display: block;
}

.other_btn ul li:first-child {
	border-radius: 8px 8px 0 0;
}

.other_btn ul li:last-child{
	border-radius: 0 0 8px 8px;
	border-bottom:1px #CCC solid;
}

.other_btn ul li::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*------------------------------------------------------------
　　clearboth対策
------------------------------------------------------------*/
hr.clear {
	visibility: hidden;
	margin: 0 0;
}
