@charset "UTF-8";

/* Mega Navigation
-------------------------------------------------- */
.mega_menu > ul > li {
  height: 60px !important;
}
#header .menu ul .mega_menu_prt a:hover,
#header .menu > ul > .mega_menu_prt > a:hover {
  opacity: 1 !important;
}
.mega_menu > ul > .mega_menu_prt:hover > a {
  position: relative;
}
.mega_menu > ul > li:hover .mega_menu_lst {
	display:block;
	top: 60px;
	height: 60px;
}
.mega_menu_lst {
  display: block;
  position: absolute;
  background: #1a8dd0;
  /*border-bottom:2px solid #1a8dd0; */
  width: 100%;
	left: 0;
	top: 60px;
	overflow: hidden;
	z-index: 9;
	height: 0;
	min-height: 0;
	transition: 0.5s;
}
.mega_menu_lst .mega_menu_fig {
	display: none;
}
#header .menu ul li .mega_menu_lst > ul,
.mega_menu_lst > ul{
  margin: 0 auto;
	max-width: 1280px;
	justify-content: center;
  align-items: start;
  padding:2em;
}
.mega_menu_lst li {
  /*max-width: 200px; */
  display: inline-block;
  margin-right: 2em;
}
#header .menu ul li .mega_menu_lst a,
.mega_menu_lst li a {
	color: #fff;
	display: block;
}
.mega_menu_lst li span {
  /* max-width: 200px; */
  display: block;
  font-size: 87.5%;
}
.mega_menu_lst li span i {
  display: inline-block;
}

.mega_menu_lst img {
  max-width: 100%;
}
.mega_menu_lst ul, .mega_menu_lst li, .mega_menu_lst a {
	height: 60px!important;
	display: block;
	line-height: 60px!important;
}
.mega_menu_lst ul {
	align-items: center!important;
}
.mega_menu_lst li {
	display: block!important;
	transition: 0.3;
	border-bottom: 7px solid #1a8dd0;
}
.mega_menu_lst li:hover {
	border-bottom-color: #7bc5d0;
}


/* Recruit
-------------------------------------------------- */
.recruit-table.inner {
  width: 1000px;
	padding-bottom: 2em;
}
.recruit-table table{
	width: 1000px;
	margin: 0 auto 40px;
}
.recruit-table th,
.recruit-table td {
	border:1px solid #ccc;
	line-height:160%;
}
.recruit-table th {
	width: 20%;
	white-space: nowrap;
	padding: 0.8em 1.6em;
	background: #e6e6e6;
	font-size: 14px;
	font-family: "メイリオ", "Meiryo", sans-serif;
}
.recruit-table td > div {
	padding: 0.8em;
	font-size: 14px;
	font-family: "メイリオ", "Meiryo", sans-serif;
}
.recruit-table td > div.recruit-table_w,
.recruit-table_w {
  display: flex;
	padding:0;
}
.recruit-table_w > div {
  width: 50%;
	padding: 0.8em;
}
.recruit-table_hdg {
	display:none;
}
.recruit-table_w > div:nth-of-type(1) {
	border-right:1px solid #ccc;
}
.recruit-table thead .recruit-table_w > div:nth-of-type(1) {
	background: #38CABD;
	color: #fff;
}
.recruit-table thead .recruit-table_w > div:nth-of-type(2) {
	background: #DDB0E9;
	color: #fff;
}
.recruit-table thead .recruit-table_w > div:nth-of-type(3) {
	background: #ffbd08;
	color: #fff;
}
.recruit-table tbody .recruit-table_w > div:nth-of-type(1) {
	background: #E1F7F4;
}
.recruit-table tbody .recruit-table_w > div:nth-of-type(2) {
	background: #F9EEFB;
}
.recruit-table tbody .recruit-table_w > div:nth-of-type(3) {
	background: #fff8d2;
}
.recruit-table td.entry_btn > div {
	text-align: center;
}
.recruit-table td.entry_btn > div a {
	display: inline-block;
	width: 25%;
	padding: 0.5em;
	border-radius: 5px;
	background: linear-gradient(#eee, #999);
	color: #000;
	text-decoration: none;
}
.recruit-table td.entry_btn > div a:hover {
	opacity: 0.7;
}

.recruit-table .btn a {
	margin-top: -30px;
margin-left: auto;
margin-right: auto;
border-radius: 10px;
background-color: #0D88CE;
max-width: 200px;
color: white;
padding: 20px 35px;
display: block;
text-align: center;
}

/* 職種一覧用 */
.recruit-table-list .inner {
  width: 1000px;
	padding-bottom: 2em;
}
.recruit-table-list table {
	width: 1000px;
	margin: 0 auto 40px;
}
.recruit-table-list th,
.recruit-table-list td {
	border:1px solid #ccc;
	line-height:160%;
}
.recruit-table-list th {
	width: 20%;
	white-space: nowrap;
	padding: 0.8em 1.6em;
	background: #e6e6e6;
	font-size: 14px;
	font-family: "メイリオ", "Meiryo", sans-serif;
}
.recruit-table-list td > div {
	padding: 0.8em;
	font-size: 14px;
	font-family: "メイリオ", "Meiryo", sans-serif;
}
.recruit-table-list td > div.recruit-table_w,
.recruit-table_w {
  display: flex;
	padding:0;
}
.recruit-table_w > div {
  width: 50%;
	padding: 0.8em;
}
.recruit-table_hdg {
	display:none;
}
.recruit-table_w > div:nth-of-type(1) {
	border-right:1px solid #ccc;
}
.recruit-table-list thead .recruit-table_w > div:nth-of-type(1) {
	background: #38CABD;
	color: #fff;
}
.recruit-table-list thead .recruit-table_w > div:nth-of-type(2) {
	background: #DDB0E9;
	color: #fff;
}
.recruit-table-list thead .recruit-table_w > div:nth-of-type(3) {
	background: #ffbd08;
	color: #fff;
}

.recruit-table-list tbody .recruit-table_w > div:nth-of-type(1) {
	background: #E1F7F4;
}
.recruit-table-list tbody .recruit-table_w > div:nth-of-type(2) {
	background: #F9EEFB;
}
.recruit-table-list tbody .recruit-table_w > div:nth-of-type(3) {
	background: #fff8d2;;
}
.recruit-table-list td.entry_btn > div {
	text-align: center;
}
.recruit-table-list td.entry_btn > div a {
	display: inline-block;
	width: 25%;
	padding: 0.5em;
	border-radius: 5px;
	background: linear-gradient(#eee, #999);
	color: #000;
	text-decoration: none;
}
.recruit-table-list td.entry_btn > div a:hover {
	opacity: 0.7;
}


@media screen and (max-width: 768px){
	.recruit-table_hdg {
		display:block;
		padding:0.3em 0.6em;
		margin-bottom:0.5em;
		font-size:87.5%;
	}
	.recruit-table table {
		width: 100%;
	}
	.recruit-table thead td {
		padding:0.5em;
	}
	.recruit-table thead td > div.recruit-table_w,
	.recruit-table thead .recruit-table_w {
		display: block;
	}
	.recruit-table thead .recruit-table_w > div {
		padding:0.3em 0.6em;
		border: 0;
		display: inline-block;
		width: auto;
		margin-right: 1em;
	}
	.recruit-table tbody .recruit-table_w > div:nth-of-type(1) .recruit-table_hdg {
		background: #38CABD;
		color: #fff;
	}
	.recruit-table tbody .recruit-table_w > div:nth-of-type(2) .recruit-table_hdg {
		background: #DDB0E9;
		color: #fff;
	}
	.recruit-table tbody .recruit-table_w > div:nth-of-type(3) .recruit-table_hdg {
		background: #ffbd08;
		color: #fff;
	}
	.recruit-table tbody .recruit-table_w > div:nth-of-type(1),
	.recruit-table tbody .recruit-table_w > div:nth-of-type(2),
	.recruit-table tbody .recruit-table_w > div:nth-of-type(3)  {
		background: #fff;
	}
	.recruit-table tbody td > div.recruit-table_w {
	  display: block;
	}
	.recruit-table tbody .recruit-table_w > div {
	  width: 100%;
	}
	.recruit-table td.entry_btn > div a {
		width: 50%;
	}


.recruit-table .inner {
  width: 100%;
	padding-bottom: 2em;
}
.recruit-table th {
	width: 100%;
}
.recruit-table th,
.recruit-table td {
	border:1px solid #ccc;
	line-height:160%;
	display: block;
}
.recruit-table thead .recruit-table_w > div:nth-of-type(1) {
	background: #fff;
	color: #333;
	display: block;
}
.recruit-table thead .recruit-table_w > div:nth-of-type(2) {
	background: #fff;
	color: #333;
}
.recruit-table thead .recruit-table_w > div:nth-of-type(3) {
	background: #fff;
	color: #333;
}


/* 職種一覧用 */
	.recruit-table-list table {
		width: 100%;
	}
	.recruit-table thead td {
		padding:0.5em;
	}
	.recruit-table-list thead td > div.recruit-table_w,
	.recruit-table-list thead .recruit-table_w {
		display: block;
	}
	.recruit-table-list thead .recruit-table_w > div {
		padding:0.3em 0.6em;
		border: 0;
		display: inline-block;
		width: auto;
		margin-right: 1em;
	}
	.recruit-table-list tbody .recruit-table_w > div:nth-of-type(1) .recruit-table_hdg {
		background: #38CABD;
		color: #fff;
	}
	.recruit-table-list tbody .recruit-table_w > div:nth-of-type(2) .recruit-table_hdg {
		background: #DDB0E9;
		color: #fff;
	}
	.recruit-table-list tbody .recruit-table_w > div:nth-of-type(3) .recruit-table_hdg {
		background: #ffbd08;
		color: #fff;
	}
	.recruit-table-list tbody .recruit-table_w > div:nth-of-type(1),
	.recruit-table-list tbody .recruit-table_w > div:nth-of-type(2),
	.recruit-table-list tbody .recruit-table_w > div:nth-of-type(3)  {
		background: #fff;
	}
	.recruit-table-list tbody td > div.recruit-table_w {
	  display: block;
	}
	.recruit-table-list tbody .recruit-table_w > div {
	  width: 100%;
	}
	.recruit-table-list td.entry_btn > div a {
		width: 50%;
	}
.recruit-table-list .inner {
  width: 100%;
	padding-bottom: 2em;
}
.recruit-table-list th {
	width: 100%;
}
.recruit-table-list th,
.recruit-table-list td {
	border:1px solid #ccc;
	line-height:160%;
	display: block;
}
.recruit-table-list thead .recruit-table_w > div:nth-of-type(1) {
	background: #fff;
	color: #333;
	display: block;
}
.recruit-table-list thead .recruit-table_w > div:nth-of-type(2) {
	background: #fff;
	color: #333;
}	
.recruit-table-list thead .recruit-table_w > div:nth-of-type(3) {
	background: #fff;
	color: #333;
}

}






/* 769px以上の時にforsp(スマホ用)を非表示 */
@media screen and (min-width:769px){.forsp {display: none!important;}}

/* 768px以下の時にforpc(ＰＣ用)を非表示 */
@media screen and (max-width:768px){.forpc {display: none!important;}}



/* 印刷時　電話番号が二重表示されないよう設定 */
@media print{
.forsp {display: none;}
}