﻿@charset "UTF-8";
/*================================================
 *  CSSリセット
 ================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}
body {
	line-height: 1
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}
del {
	text-decoration: line-through
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
input, select {
	vertical-align: middle
}
/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 14px;
	color: #333;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	background: #fff;
}
.inner {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
header {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	background: #fcfcfc;
}
nav {
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	background: #fff;
	box-shadow: 0 1px 2px #fcfcfc;
	⁄zoom: 1;
}
nav:after {
	content: '';
	display: block;
	clear: both;
}
#contents {
	overflow: hidden;
	width: 980px;
	margin: 20px auto;
	background: #fff;
}
#main-top {
	box-sizing: border-box;
	overflow: hidden;
	float: left;
	width: 70%;
}
#main {
	box-sizing: border-box;
	overflow: hidden;
	float: left;
	width: 100%;
}
#sub {
	box-sizing: border-box;
	overflow: hidden;
	float: right;
	width: 30%;
	padding-top: 2em;
}
footer {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #039FE7;
	text-decoration: none;
}
h2 {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
h3 {
	font-family: 'Special Elite', cursive;
	background: #E6E6E6;
	margin: 0.5em 0 0.5em 0;
	padding: 2px 5px;
}
h4 {
	margin-bottom: 2.5em;
	font-size: 15px;
	color: #000;
	border-bottom: 3px solid #808080;
	clear: both;
}
h5 {
	position: relative;
	margin-bottom: 0.25em;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
}
h5:before {
	content: "";
	margin-top: -7px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 5px;
	height: 14px;
	background: #039FE7;
}
h6 {
	margin-bottom: 0.25em;
	color: #382400;
	font-size: 14px;
	font-weight: bold;
}
p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 2em;
}
img {
	vertical-align: bottom;
	margin: auto;
}
em {
	font-weight: bold;
}
strong {
	font-weight: bold;
	color: #000000;
}
pre {
	margin: 1em 0;
	padding: 1em;
}
blockquote {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #ddd;
	border-left: 5px solid #ddd;
}
ul, ol, dl {
	margin: 0 0 1em 0;
}
ul li {
	list-style: disc;
}
ol li {
	list-style: decimal;
}
li {
	margin-left: 2em;
}
dt {
	font-weight: bold;
	margin-bottom: 0.5em;
}
dd {
	margin-bottom: 1em;
}
table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #ddd;
	background: #fff;
}
th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	background: #eee;
}
td {
	padding: 10px;
	text-align: center;
	border: 1px solid #ddd;
	margin: auto;
}
table td {
	text-align: left;
	padding: 25px;
}
table th {
	white-space: nowrap;
	font-weight: bold;
	font-size: 18px;
}
table tr td.center {
	vertical-align: middle;
	text-align: center;
}
table caption {
	padding: 25px;
	font-weight: 400;
	color: #E81302;
	font-size: large;
}
.nhired  {
	font-size: large;
	font-weight: bold;
	color: #30C;
}
td a {
	cursor: pointer;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	padding: 30px 10px;
}
.summary {
	position: absolute;
	top: 0;
	right: 10px;
	margin: 0;
	font-weight: 14px;
	text-decoration: underline;
}
.summary:hover {
	color: #039FE7;
	background: #fcfcfc;
}
/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	background: #fff;
	box-shadow: 0 1px 3px #999;
	z-index: 3;
}
/* 共通 */
nav ul {
	margin: 0;
	padding: 0;
}
nav ul li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
nav ul li a {
	display: block;
	margin: 0;
	padding: 16px 0;
	color: #333;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
}
nav ul li:hover > a {
	color: #0275AC;
}
nav ul.gnav > li.subnav {
	padding-top: 22px;
}
/* 1段目 */
nav ul.gnav > li {
	position: relative;
	width: 11%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
nav ul.gnav > li:first-child {
	width: 32%;
}
nav ul.gnav > li:nth-child(2) {
	width: 16%;
}
nav ul.gnav > li:nth-child(5) {
	width: 17%;
}
nav ul.gnav #title {
	padding-top: 22px;
	color: #039FE7;
	font-weight: bold;
}
nav ul.gnav > li.subnav > a:after {
	position: absolute;
	content: '';
	width: 0;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	bottom: 0;
	background-color: #0275AC;
	height: 3px;
	transition: width .9s;
	-webkit-transform: translateX(15px);
	transform: translateX(15px);
}
nav ul.gnav > li.subnav > a:before {
	bottom: 21px;
	right: 6px;
	content: '';
	display: inline-block;
	position: absolute;
	width: 4px;
	height: 4px;
	border-top: 2px solid #666666;
	border-left: 2px solid #666666;
	-webkit-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
	transition: -webkit-transform .9s;
	transition: transform .9s;
	transition: transform .9s, -webkit-transform .9s;
	-webkit-transform: rotate(134.999deg);
	transform: rotate(134.999deg);
}
nav ul.gnav > li.subnav > a.link-blank .icn {
	position: absolute;
	top: 10px;
	margin: auto;
	right: 18px;
	bottom: 0;
}
nav ul.gnav > li.subnav > a:hover::before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 4px;
	height: 4px;
	border-top: 2px solid #0275AC;
	border-left: 2px solid #0275AC;
	-webkit-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
	transition: -webkit-transform .9s;
	transition: transform .9s;
	transition: transform .9s, -webkit-transform .9s;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transform: translateX(3px) translateY(0) rotate(134.999deg);
	transform: translateX(3px) translateY(0) rotate(134.999deg);
}
nav ul.gnav > li.subnav > a:hover::after {
	width: 94%;
}
.wrap-nav-sub {
	-ms-grid-row-span: 1;
	-ms-grid-row: 1;
	grid-row-start: 1;
	grid-row-end: 2;
	-ms-grid-column-span: 1;
	-ms-grid-column: 1;
	grid-column-start: 1;
	grid-column-end: 2;
	padding-left: 130px;
}
.nav-sub {
	display: flex;
	justify-content: flex-end;
	margin-left: -40px;
	margin: 2px 35px 0 -40px;
}
/* 2段目 */
nav ul li ul {
	position: absolute;
	z-index: 3;
	top: 100%;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}
nav ul li ul li {
	overflow: hidden;
	width: 150%;
	height: 0;
	color: #fff;
	transition: .7s;
}
nav ul li ul li a {
	padding: 13px 15px;
	text-align: left;
	background: rgba(252,252,252,0.55);
	border-radius: 20px;
	font-weight: normal;
}
nav ul li:hover > ul > li {
	overflow: visible;
	height: 40px;
	border-bottom: 1px solid #999999;
}
nav ul li:hover ul li:last-child {
	border-bottom: none;
}
nav ul.gnav > li:last-child > ul {
	left: -10%;
	top: 120%;
}
nav ul li ul li ul:before {
	position: absolute;
	content: "";
	top: 13px;
	left: -20px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: #fff;
}
nav ul.gnav > li:last-child ul li ul:before {
	position: absolute;
	content: "";
	top: 13px;
	left: 200%;
	margin-left: -20px;
	border: 5px solid transparent;
	border-right-color: #fff;
}
nav ul li:hover > ul > li > a:after {
	position: absolute;
	content: '';
	width: 0;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	bottom: 0;
	background-color: #0275AC;
	height: 3px;
	transition: width .9s;
	-webkit-transform: translateX(15px);
	transform: translateX(15px);
}
nav ul li:hover > ul > li > a:before {
	bottom: 21px;
	right: 35px;
	content: '';
	display: inline-block;
	position: absolute;
	width: 4px;
	height: 4px;
	border-top: 2px solid #666666;
	border-left: 2px solid #666666;
	-webkit-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
	transition: -webkit-transform .9s;
	transition: transform .9s;
	transition: transform .9s, -webkit-transform .9s;
	-webkit-transform: rotate(134.999deg);
	transform: rotate(134.999deg);
}
nav ul li:hover > ul > li > a.link-blank .icn {
	position: absolute;
	top: 10px;
	margin: auto;
	right: 18px;
	bottom: 0;
}
nav ul li:hover > ul > li > a:hover::before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 4px;
	height: 4px;
	border-top: 2px solid #0275AC;
	border-left: 2px solid #0275AC;
	-webkit-transform: translateX(0) translateY(0);
	transform: translateX(0) translateY(0);
	transition: -webkit-transform .9s;
	transition: transform .9s;
	transition: transform .9s, -webkit-transform .9s;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transform: translateX(3px) translateY(0) rotate(134.999deg);
	transform: translateX(3px) translateY(0) rotate(134.999deg);
}
/* 3段目 */
nav ul li ul li ul {
	top: 0;
	left: 100%;
}
nav ul li ul li ul li {
	width: 100%;
}
nav ul li ul li:hover > ul > li {
	border-bottom: 1px solid #6d0c0c;
}
nav ul.gnav > li:last-child > ul li ul {
	left: -100%;
}
nav ul li ul li ul li a {
	background: #0275AC;
}
nav ul li ul li ul li a:hover {
	background: #420404;
}
.gnav {
	display: block;
}
#spMenu {
	display: none;
}
/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
	font-size: 12px;
	margin-bottom: 20px;
	padding: 2px;
	background: #f1f1f1;
}
/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.submenu li a:before {
	content: "\0025a0";
	color: #000;
}
.submenu li a {
	display: block;
	padding: 10px 2px;
	color: #000;
	border-bottom: 1px dotted #ddd;
	text-decoration: none;
}
.submenu li a:hover {
	background: #eee;
}
.bnr {
	overflow: hidden;
}
.bnr ul {
	overflow: hidden;
}
.bnr li {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
.bnr li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.bnr img {
	display: block;
	width: 90%;
	margin: 0 auto;
}
.line_btn {
	width: 80%;
	margin: auto;
	padding-bottom: 1em;
}
.line_btn img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
/*================================================
 *  フッター
 ================================================*/
footer {
	clear: both;
}
.footmenu {
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
	background: #efede9;
}
.footmenu ul {
	position: relative;
	float: left;
	left: 50%;
	margin: 0;
	padding: 0;
}
.footmenu li {
	position: relative;
	left: -50%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 15px;
	font-size: 12px;
	text-align: center;
}
.footmenu a {
	color: #333;
	text-decoration: none;
}
.footmenu a:hover {
	color: #333;
	text-decoration: underline;
}
.footmenu a:visited {
	color: #333;
	text-decoration: underline;
}
.copyright {
	clear: both;
	padding: 15px 0;
	font-size: 11px;
	text-align: center;
	color: #efede9;
	background: #039FE7;
}
/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position: fixed;
	bottom: 15px;
	right: 15px;
}
.totop a {
	display: block;
	text-decoration: none;
}
.totop img {
	background: #000000;
}
.totop img:hover {
	background: #000000;
}
/*================================================
 *  クラス
 ================================================*/
.contact {
	padding: 2px 4px;
	border-radius: 4px;
}
.copy {
	margin: 3 1 3em;
	margin-bottom: 10px;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: large;
	text-align: center;
	font-weight: normal;
	background-color: #E6E6E6;
}
.list {
	padding: 0 0 0 0.5em;
}
.list li {
	margin: 0;
	padding-left: 20px;
	padding-bottom: 10px;
	list-style: none;
	background: url(../image/check.png) 0 5px no-repeat;
}
.info dt {
	border-bottom: none;
}
.info dd {
	padding-bottom: 1em;
	border-bottom: 1px solid #ddd;
}
.col_two_one {
	overflow: hidden;
}
.col_two_one ul {
	overflow: hidden;
	margin: 2% -2% 0 0;
}
.col_two_one li {
	list-style: none;
	float: left;
	width: 48%;
	margin: 0 2% 2% 0;
}
.col_two_one li:nth-child(2n+1) {
	clear: both;
}
.col_two_one li img {
	width: 100%;
	margin-bottom: 2.5%;
}
.time {
	white-space: nowrap;
}
span.font80 {
	font-size: 80%;
}
.time th {
	padding: 0;
}
.time td {
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
.photo_img {
	float: right;
	padding-left: 1em;
}
.form_btn {
	width: 100%;
	margin: 2em 0;
}
.sub_image {
	padding-bottom: 20px;
}
.center {
	text-align: center;
	font-weight: bold;
}
.btn-icon {
	display: inline-block;
	max-width: 180px;
	text-align: left;
	background-color: #000000;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 16px 8px 16px;
	margin-bottom: 2.5%;
	border-radius: 4px;
	position: relative;
}
.btn-icon:hover {
	opacity: 0.8;
}
.red {
	color: #F00;
}
.red_large {
	font-size: large;
	color: #F00;
}
.blue {
	color: #00F;
}
/*================================================
 *  Google Map
 ================================================*/
.map_wrapper {
	max-width: 640px;
	min-width: 280px;
	margin: 20px auto;
	padding: 4px;
	border: 1px solid #CCC;
}
.googlemap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/*================================================
 *  スライドショー
 ================================================*/
/* スライドショー */
.slide {
	display: none;
	position: relative;
	overflow: hidden;
	margin: 20px 0;
}
.slidePrev {
	position: absolute;
	cursor: pointer;
	z-index: 2;
}
.slideNext {
	position: absolute;
	cursor: pointer;
	z-index: 2;
}
.slidePrev img {
	position: absolute;
	width: 50px !important;
	height: 60px !important;
}
.slideNext img {
	position: absolute;
	width: 50px !important;
	height: 60px !important;
}
.slideInner {
	position: relative;
	margin: 0 0 5px 0;
	padding: 0;
}
.slideInner li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.slideInner li img {
	margin: 0 5px;
	padding: 0;
}
.filterPrev {
	position: absolute;
	left: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
	background-color: #fff;
}
.filterNext {
	position: absolute;
	right: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
	background-color: #fff;
}
.controlNav {
	position: relative;
	float: left;
	left: 50%;
}
.controlNav span {
	position: relative;
	left: -50%;
	float: left;
	margin: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 10px;
	height: 10px;
	overflow: hidden;
	background: #ccc;
	text-indent: -9999px;
	vertical-align: middle;
}
.controlNav span:hover {
	background: #999;
	cursor: pointer;
}
.controlNav span.current {
	background: #000000;
}
.slidecopy {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0;
}
.title {
	font-size: 160%;
	text-shadow: -1px 1px 5px #FFF, 1px -1px 5px #FFF;
	color: #000;
	text-align: center;
	background: none;
}
/*================================================
 *  新着情報
 ================================================*/
dl.new {
	height: 120px;
	overflow: auto;
	padding-top: 20px;
}
dl.new dt {
	float: left;
	width: 120px;
	font-weight: normal;
}
dl.new dd {
	margin: 0 0 10px 0;
	padding: 0 0 10px 120px;
	border-bottom: 1px dotted #ddd;
}
dl.new dd a:visited {
	color: #999;
	text-decoration: underline;
}
#main .img-left {
	float: left;
	padding: 15px;
}
#main .img-right {
	float: right;
	padding: 15px;
}
#main .text {
	font-size: 16px;
	padding: 1.4em;
}
h2 span {
	margin-left: 1.2em;
}
#main h2 {
	margin-bottom: 1.5em;
	font-size: 21px;
	color: #039FE7;
	font-weight: bold;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #039FE7;
	margin-left: 15px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#main-top h2 {
	margin-bottom: 0.5em;
	font-size: 21px;
	color: #039FE7;
	font-weight: bold;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #039FE7;
	margin-left: 15px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#information table td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#business h3 {
	border: #039FE7 1px solid;
	font-size: 1.5rem;
	margin: 12px 0 0;
	padding: 10px 12px;
	text-align: center;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
	background-color: #039FE7;
	color: #FFF;
}
#business table th {
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#business table {
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#business table tr td {
	color: #333;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	font-size: 18px;
}
#business table th:hover {
	color: #30C;
	background: #ccc
}
#business table tr th a img {
  border-radius: 7px;
  cursor: pointer;
  transition: 0.3s;
  width:100%;
}
#business table tr th a img:hover{ opacity:0.7;}
/* The Modal (background) */
#business ul li {
	font-size: 16px;
	padding: 1.4em;
}
#business .text {
	margin-bottom: 4em;
}
.gnav li a img {
	float: left;
}
.gnav li a sapn {
	float: left;
	display: inline-block;
}
#workstyle p {
}
#workstyle h3 {
	border: #039FE7 1px solid;
	font-size: 1.5rem;
	margin: 12px 0 0;
	padding: 10px 12px;
	text-align: center;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
	background-color: #039FE7;
	color: #FFF;
	margin-bottom: 1.5em;
}
#workstyle ul li span {
	margin-bottom: 0.5em;
	font-size: 15px;
	color: #000;
	border-bottom: 3px solid #808080;
	padding-left: 25px;
	clear: none;
}
#workstyle ul {
	max-width: 1800px;
}
#workstyle ul li {
	display: flex;
	list-style-type: none;
	margin-bottom: 3.5em;
}
#workstyle ul li .img, #workstyle ul li .txt {
	margin: 0px;
	padding: 0px;
}
#workstyle ul li .img {
	width: 65%;
}
#workstyle ul li:nth-child(odd) {
	flex-direction: row-reverse;
}
#recruit h3,#shift h3 {
	border: #039FE7 1px solid;
	font-size: 2em;
	margin: 12px 0 0;
	padding: 10px 12px;
	text-align: center;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
	background-color: #039FE7;
	color: #FFF;
	margin-bottom: 1.5em;
}
#recruit h4,#shift h4 {
	padding-left: 25px;
	font-size: 26px;
	font-weight: 300;
	padding-top: 30px;
	margin-bottom: 1em;
}
#recruit p.text,#shift p.text {
	padding-top: 0;
	margin-top: 0;
}
.inner .gnav li h1 {
	display: inline-block;
	padding-left: 5px;
}

#recruit-footer h5 {
	padding: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ddd;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;
	margin-left: 25px;
	font-size: 18px;
}
#recruit-footer {
	margin-top: 40px;
	margin-bottom: 30px;
	width: 75%;
}
#workstyle #sosikizu img {
	width: 100%;
	height: auto;
}
#workstyle img {
	max-width: -webkit-fill-available;
}
.float-clear {
	clear: both;
}
#recruit table th:nth-child(1) {
	width: 30%;
}
#recruit table th:nth-child(2) {
	width: 5%;
}
#recruit table th:nth-child(3) {
	width: 25%;
}
#recruit table th:nth-child(4) {
	width: 40%;
}
#recruit table th:nth-child(1) {
	width: 30%;
}
#recruit table th:nth-child(2) {
	width: 5%;
}
/*================================================
 *  タブレット向けデザイン
 ================================================*/
@media screen and (max-width:979px) {
.inner {
	width: auto;
}
#contents {
	width: 100%;
	margin: 0px auto;
}
footer {
}
.googlemap {
}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
.lock {
}
header {
	z-index: 2;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 100%;
	padding: 15px 10px;
}
.summary {
	position: relative;
	top: auto;
	right: auto;
	margin-top: 15px;
}
#main {
	float: none;
	width: 100%;
}
#sub {
	float: left;
	width: 20%;
	padding-top: 2em;
}
nav {
	background: #710000;
}
nav ul {
	margin: 0;
	padding: 0;
}
nav .inner > ul {
	z-index: 2;
	overflow: auto;
	right: 0;
	width: 100%;
	background-color: #FFF;
}
nav li {
	position: relative;
	width: 100%;
	float: none;
	margin: 0;
	text-align: left;
	list-style: none;
	border-bottom: 1px solid #fff;
	display: contents;
}
nav ul li:first-child {
	border-top: 0;
}
nav ul li:last-child {
	border-bottom: 0;
}
nav ul li a {
	display: block;
	text-decoration: none;
	position:relative;
}
nav ul ul {
	display: none;
	position: relative;
}
nav li li a {
	box-sizing: border-box;
	width: 100%;
	padding: 10px 30px 10px 50px;
	text-align: left;
}
nav li li li a {
	padding: 10px 30px 10px 70px;
}
.gnav {
}
#spMenu {
	display: block;
	z-index: 2;
	position: fixed;
	top: 10px;
	right: 10px;
}
#spMenu:hover {
	cursor: pointer;
}
#navBtn {
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px;
	border-radius: 5%;
	background: #8b8888;
}
#navBtnIcon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 2px;
	margin: -1px 0 0 -7px;
	background: #f1f1f1;
	transition: .2s;
}
#navBtnIcon:before, #navBtnIcon:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 14px;
	height: 2px;
	background: #f1f1f1;
	transition: 0.3s;
}
#navBtnIcon:before {
	margin-top: -6px;
}
#navBtnIcon:after {
	margin-top: 4px;
}
#navBtn .close {
	background: transparent;
}
#navBtn .close:before, #navBtn .close:after {
	margin-top: 0;
}
#navBtn .close:before {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#navBtn .close:after {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.col_two_one ul {
	margin-right: 0;
}
.col_two_one li {
	width: 100%;
}
.col_two_one li:nth-child(2n+1) {
	clear: both;
}
.col_two_one table img {
	width: 80%;
}
.spNone {
	display: none;
}
.line_btn img {
	width: 70%;
}
.googlemap {
	padding-bottom: 400px;
}
.photo_img {
	width: 100%;
}
.slidecopy {
	width: 90%;
}
.title {
	font-size: 120%;
}
#recruit table{  min-width: 650px; overflow-x: scroll;}
#shift table th {
	white-space:unset;

}
#main-top{ width:100%;}
#sub{ float:left;
width:100%;}
#message .img-left{
	text-align: center;
	clear: both;
	width: 100%;
	padding-left: 0px;
	margin-left:0px;
}
#business { overflow:scroll;}
#recruit {overflow:scroll;} 
#recruit table {
    min-width: 100%;
    overflow-x: scroll;
}
#recruit table th {
    white-space: normal;
	font-size:14px;
}
#recruit table td {
	padding:5px;
}
#recruit table th:nth-child(1) {
    width: 5em;
}
#recruit table th:nth-child(2) {
    width: 2em;
}
#recruit table th:nth-child(3) {
    width: 3em;
}
#recruit table th:nth-child(4) {
    width: auto;
}

}
#contents #main #shift h6 {
	padding-left: 2em;
	margin-left: 1.4em;
	font-size: 18px;
}
