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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* reset    　　　　　　　　　                                            */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

body, div, textarea, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
dl, dt, dd, ol, ul, li, form, label, table, tr, th, td {
	padding: 0;
	font-weight: normal;
	font-size: 100%;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

body {
	-webkit-text-size-adjust: 100%;
}

img {
	vertical-align: bottom;
	border: 0;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* clear fix 　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.row:before,
#header:before,
.inner:before,
.cf:before,
.row:after,
#header:after,
.inner:after,
.cf:after {
	content: "";
	display: table;
}

.row:after,
#header:after,
.inner:after,
.cf:after {
	clear: both;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 基本あれこれ 　　　　　　　                                            */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body {
	color: #444444;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.7em;
	/* 20230630 追加 */
	overflow-wrap: break-word;
	word-break: normal;
}



/* テキスト */
h1 {
	float: right;
	font-size: 11px;
}

h2 {
	float: left;
}
h4 {
	font-size: 16px;
	margin-bottom: 12px;
	border: 2px solid #8DC912;
	color: #75A70E;
	background-color: #FFFFFF;
	border-radius: 5px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	line-height: 1em;
}
h5 {
	font-size: 22px;
	color: #7FB510;
	margin-bottom: 12px;
	border-bottom: 2px solid #84C61C;
	padding-bottom: 3px;
}


p {
	margin-bottom: 8px;
}

.text_CL_red {
	color: #F50000;
}
.text_CL_gray {
	color: #969696;
}
.text_CL_orange {
	color: #FC6706;
}
.text_SZ_s {
	font-size: 12px;
}
.text_SZ_L {
	font-size: 18px;
}
.sub_tt {
	background-color: #FC6706;
	border: 3px solid #FCB382;
	padding-top: 9px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	line-height: 1em;
	color: #FFFFFF;
	font-size: 16px;
	display: inline-table;
	margin-bottom: 12px;
	border-radius: 8px;
}

.list_nomal li {
	background-image: url(../images/list_mark_01.png);
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 20px;
}



/* リンク */
a:link,
a:visited {
	text-decoration: underline;
	color: #444444;
}

a:hover,
a:active {
	text-decoration: none;
	color: #FF8426;
}

/* ボックス */
.inner  {
	width: 1040px;
	margin-left: auto;
	margin-right: auto;
}
/* 20230705修正 */
.data_set_01_top,
.data_set_01 {
	margin-bottom: 50px;
}
.data_set_01 {
	background-image: url(../images/data_set_01_bg.jpg);
}
/* ここまで */
.indent {
	margin-left: 10px;
	margin-right: 10px;
}


.img_100-100 {
}


.img_100-90 {
}

.img_100-70 {
}

.row {
}

/* マウスオン */
.over1 {
}

.over2 {
}

/*dlで組んだ表（普通のテーブルっぽく）*/
.tbl-common {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 12px;
	border-left-color: #BAEF50;
	border-right-color: #BAEF50;
	border-top-color: #BAEF50;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-style: none;
	background-color: rgba(255,255,255,0.50);
}

.tbl-common dt {
	font-weight: normal;
}

/*ラストマージン0*/
dd p:last-child {
	margin-bottom: 0px;
}



/* スマホでは改行、PCではスペース */
.br {
	padding-left: 10px;
}

/* telリンクにpointerしない */
a[href^="tel:"] {
    cursor: default;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 大枠　   　　　　　　　　　                                            */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#wrapper {
	width: 100%;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

#contents {

}

/* 20230705修正 */
#main {
	border-bottom: 1px solid #92CB0D;
	padding-top: 30px;
	position: relative;
}
#main::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../images/data_set_01_bg.jpg);
	filter: grayscale(100%);
	margin-top: -30px;
	z-index: -1;
}
/* ここまで */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* header   　　　　　　　　　                                            */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#header {
	padding-top: 10px;
	padding-bottom: 10px;
}

#header .inner {
	background-repeat: no-repeat;
	background-position: right bottom;
}

#header .imagesbox {
	overflow: hidden;
	_zoom: 1; /*IE6バグ対策*/
	float: right;
}
#header .imagesbox li {
	float: left;
	margin-right: 10px;
}

@media screen and (max-width: 640px) {
	#header .imagesbox {
		display: none;
	}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* グローバルメニュー 　　　　                                            */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#gv_navi {
	border-bottom: 1px solid #ddd;
	line-height: 1em;
	background-image: url(../images/bg.png);
}

#gv_navi li {
	float: left;
	width: 25%;
	text-align: center;
}
#gv_navi a {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	text-decoration: none;
	border-left: 1px solid #ddd;
	color: #FFFFFF;
	text-shadow: 0px 1px 2px #577B0A;
	font-size: 18px;
	font-family: serif;
	font-weight: bold;
}

#gv_navi li:last-child a {
	border-right: 1px solid #ddd;
	border-left-color: undefined;
}

#gv_navi a:hover  {
	background-color: #FF6608;
	text-shadow: 0px 1px 2px #CE4E00;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ページイメージ 　　　　　　                                            */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#page_image {


}
.home_image {
	background-image: url(../images/home_main.jpg);
	background-position: center top;
	background-size: cover;
	text-align: center;
	height: 480px;
}

/* 20230630 追加 */
.home_image .inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* footer   　　　　　　　　　                                            */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#footer {
	text-align: center;
	font-size: 12px;
	line-height: 1.7em;
	padding-bottom: 60px;
	padding-top: 30px;
}

#footer_menu {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

#footer_menu ul {
   position:relative;
   left:50%;
   float:left;
}

#footer_menu li {
   position:relative;
   left:-50%;
   float:left;
}
#footer_menu a {
	display: block;
	text-decoration: underline;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


#copy {
	font-size: 10px;
}
#copy a {
	text-decoration: none;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 画面下部固定エリア  　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

html,
body {
	height: 100%;
}

html {
	overflow-y: scroll;
}

#bottom_fix{
	position: fixed;
	bottom: 0;
	width: 100%;
	padding-top: 11px;
	height: 40px;
	text-align: left;
	padding-bottom: 5px;
	background-image: url(../images/fix_bg.png);
	background-repeat: repeat;
	background-position: 0% bottom;
}
#bottom_fix li img {
	width: 90%;
	height: auto;
}
.fix_bt_01 {
	float: left;
	text-align: center;
	width: 25%;
}
.fix_bt_02 {
	float: left;
	text-align: center;
	width: 25%;
}
.fix_bt_03 {
	width: 30%;
	text-align: center;
	float: right;
}
.fix_bt_01 a,
.fix_bt_02 a,
.fix_bt_03 a  {
	display: block;
}




/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* トップページ 　　　　　　　                                            */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#home_main_text {
	/* 20230630 修正
	margin-bottom: 40px;
	margin-top: 230px;
	*/
}


#home_news_area {
	float: right;
	width: 280px;
	background-image: url(../images/data_set_01_bg.jpg);
}

#home_news_area h3 {
	font-size: 21px;
	font-family: serif;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.6);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	transform: scale(1, 1.15);
	letter-spacing: 6.2px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 13px;
	border: 2px solid #fff;
	border-radius: 11px;
	color: #FFFFFF;
	line-height: 1em;
	background-image: url(../images/bg.png);
	margin-bottom: 15px;
}

.news_list {
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
}
.news_tt {
	color: #7CB10F;
	margin-bottom: 5px;
	line-height: 1.5em;
	border-left: 8px solid #8DC912;
	padding-left: 5px;
	border-bottom: 1px solid #8DC912;
}
.news_tt span {
	font-size: 12px;
	font-weight: bold;
}
.news_data {
	margin-left: 12px;
	margin-right: 8px;
}

#job_area {
	float: left;
	width: 700px;
	position: relative;
	background-image: url(../images/data_set_01_bg.jpg);
}
#job_area h3 {
	font-size: 21px;
	font-family: serif;
	font-weight: bold;
	letter-spacing: 2.5px;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.6);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	transform: scale(1, 1.1);
	padding-top: 8.32px;
	padding-right: 10px;
	padding-bottom: 8.33px;
	padding-left: 13px;
	border: 2px solid #fff;
	border-radius: 12px;
	color: #FFFFFF;
	line-height: 1em;
	background-image: url(../images/bg.png);
	margin-bottom: 5px;
}
#job_area img {
	width: 100%;
	max-width: 700px;
	height: auto;
}

#tbl_job_list {
	margin-bottom: 15px;
}


#tbl_job_list th {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 3px solid #8DC912;
	padding-left: 10px;
	padding-right: 10px;
	color: #7FB510;
	background-color: rgba(167,233,33,0.39);
	border-right: 1px solid #8DC912;
        text-align: center;
}

#tbl_job_list th:last-child {
	border-right-style: none;
}

#tbl_job_list td {
	padding-top: 10px;
	padding-bottom: 10px;
}

#tbl_job_list tr:nth-child(odd) {
	background-color: rgba(255,255,255,0.40);
}

.tbl_job_date {
	text-align: center;
	border-bottom: 1px solid #8DC912;
	font-size: 12px;
	color: #787878;
	padding-left: 10px;
	padding-right: 10px;
}
.tbl_job_area {
	text-align: left;
	border-bottom: 1px solid #8DC912;
	padding-left: 10px;
	padding-right: 10px;
	border-left-color: #FFFFFF;
}
.tbl_job_work {
	padding-left: 10px;
	border-bottom: 1px solid #8DC912;
	padding-right: 10px;
}
.tbl_job_salary {
	text-align: right;
	padding-right: 10px;
	border-bottom: 1px solid #8DC912;
}
#job_all_bt {
	text-align: center;
	width: 140px;
	position: absolute;
	top: 6.5px;
	right: 11px;
}
#job_all_bt a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FFAE00;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	border-radius: 6px;
	border: 2px solid #FFFFFF;
}
#job_all_bt a:hover {
	background-color: #FF8F12;
}
#home_banner li {
	margin-bottom: 10px;
	text-align: center;
}
#home_banner li img {
	width: 90%;
	height: auto;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 下層共通 　　　　　　　　　                                            */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.kasou_page_image {
	background-color: #FFFFFF;
	border-bottom: 1px solid #8DC912;
	padding-top: 25px;
	padding-bottom: 25px;
}
.kasou_page_image  h3 {
	color: #81B810;
	font-size: 22px;
	border-left: 7px solid #8DC912;
	padding-left: 7px;
	line-height: 1em;
	padding-top: 2px;
	padding-bottom: 2px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 会社概要 　　　　　　　　　                                            */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#map {
	border: 1px solid #BAEF50;
	background-color: rgba(255,255,255,0.50);
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#map_canvas {
	width: 100%;
	height: 500px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 人材をお探しの企業様へ   　                                            */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.client_01 {
	margin-right: -30px;
}

.client_01_box {
	width: 320px;
	margin-right: 30px;
	float: left;
}

.client_01_image {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 4px solid #84C61C;

}
.client_01_text {

}
.client_01_text ul {
	border-radius: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.client_01_text li {
	padding-left: 20px;
	background-image: url(../images/list_mark_01.png);
	background-repeat: no-repeat;
	background-position: 0% 5px;
	margin-bottom: 8px;
}
.client_02_box {
	margin-bottom: 30px;

}

.client_02_image {
	width: 280px;
	float: left;
	background-color: #84C61C;
	margin-right: 40px;
}
.client_02_text {
	float: left;
	width: 700px;
}

.client_sampling_text {
	width: 550px;
	float: left;
}
.client_flow {
	width: 430px;
	float: right;
}
#work_bt {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	text-align: center;
}
#work_bt li{
        display: inline-block;
}

#work_bt a {
        width: 234px;    
	text-decoration: none;
        display:  inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F86F07;
	color: #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(249,134,46,1.00) 49.22%,rgba(248,111,7,1.00) 49.22%);
	background-image: -moz-linear-gradient(270deg,rgba(249,134,46,1.00) 49.22%,rgba(248,111,7,1.00) 49.22%);
	background-image: -o-linear-gradient(270deg,rgba(249,134,46,1.00) 49.22%,rgba(248,111,7,1.00) 49.22%);
	background-image: linear-gradient(180deg,rgba(249,134,46,1.00) 49.22%,rgba(248,111,7,1.00) 49.22%);
	border-radius: 8px;
	border: 3px solid #FCCFAC;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* お仕事検索ページ  　　   　                                            */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#search_box{
    padding: 10px;
    border: 2px solid #8DC912;
    margin-bottom: 20px;
}

#search_box .search_session{
    margin-bottom: 10px;    
}

#search_box .search_session select, #search_box .search_session input{
    box-sizing: border-box;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    margin-bottom: 2px;
    margin-top: 2px;
} 


#search_box .btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  background: white;
  color: #8DC912;  
  border: solid 2px #7FB510;
  border-radius: 3px;
  transition: .4s;
  margin-top: 20px;
}

#search_box .btn-flat-border:hover{
  background: #8DC912;
  color: white;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* お仕事詳細ページ  　　   　                                            */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#work_bt a:hover {
	border-color: #F86F07;

}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* テーブル tr リンク用css  　                                            */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

table.work_tbl tbody td a {
	text-decoration: none;
	color: #444444;
}

table.work_tbl tbody td {
  -webkit-transition: background-color .1s linear;
  -moz-transition: background-color .1s linear;
  transition: background-color .1s linear;
}

table.work_tbl tbody tr.clickable:hover td {
	background-color: #FEE5D5;
	cursor: pointer;
}

