@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
}
/*================================================
 *  一般・共通設定
 ================================================*/
.sp-blog {
  display: none;
}
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;
  -webkit-text-size-adjust: 100%;
}
input, textarea, select {
  font-size: 16px;
}
.inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
header {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  background: #fff;
}
nav {
  width: 100%;
  background: #fff;
  zoom: 1;
}
nav:after {
  content: '';
  display: block;
  clear: both;
}
#contents {
  overflow: hidden;
  width: 960px;
  margin: 15px auto;
  background: #fff;
}
#main {
  box-sizing: border-box;
  overflow: hidden;
  float: left;
  width: 70.833%;
}
#sub {
  box-sizing: border-box;
  overflow: hidden;
  float: right;
  width: 26.562%;
}
footer {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
.box {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 40px;
  padding: 0;
  overflow: hidden;
  background: #fff;
}
.box1 {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 15px;
  overflow: hidden;
  background: #fff;
  border: 1px #ccc solid;
}
.box2 {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px #ccc solid;
}
.box3 {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 20px;
  overflow: hidden;
  background: #fff;
  border: 15px #eee solid;
}
a {
  color: #333;
  text-decoration: underline;
}
a:hover {
  color: #333;
  text-decoration: none;
}
.titleHeading {
  margin: 0 0 10px;
  padding: 0;
}
.titleHeading img {
  box-sizing: border-box;
  width: 100%;
}
.heading {
  clear: both;
  margin-bottom: 10px;
}
.heading h2 {
  padding: 0.6em 1.2em 0.5em 0.6em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  border-radius: 4px;
  background: #13873e url(/recruit/wp-content/uploads/2018/01/123x200-01.png) no-repeat center right;
}
.heading h2 img {
  vertical-align: middle;
}
h3 {
  clear: both;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #C0C0C0 0%);
}
h4 {
  margin-bottom: 10px;
  padding: 4px 10px 2px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  background: #e0f6d0;
}
p {
  margin: 0 0 0.5em;
}
p.last {
  margin: 0;
}
img {
  vertical-align: bottom;
}
em {
  font-weight: bold;
  font-style: normal;
}
strong {
  font-weight: bold;
  color: #f00;
}
pre {
  margin: 1em 0;
  padding: 1em;
}
dt {
  margin-bottom: 0.5em;
}
dd {
  margin-bottom: 1em;
}
table {
  width: 100%;
  margin-bottom: 0;
  border-collapse: collapse;
  border: 1px solid #ddd;
  background: #fff;
}
th {
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #ddd;
  background: #f6f6f6;
  white-space: nowrap;
}
td {
  padding: 10px;
  text-align: left;
  border: 1px solid #ddd;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px;
}
/*================================================
 *  ヘッダー
 ================================================*/
header {
  position: relative;
  padding: 0;
}
header p {
  margin: 0;
  padding: 0;
}
.summary {
  margin: 0;
  padding: 5px 0;
  font-size: 11px;
  line-height: 1.4;
  color: #fff;
  background: #13873e;
}
header h1 {
  position: absolute;
  top: 20px;
  left: 10px;
  margin: 0;
}
header p.tel {
  position: absolute;
  top: 20px;
  right: 10px;
  margin: 0;
  padding: 0;
}
header p.tel img {
  max-width: 254px;
}
.headerInner {
  position: relative;
  width: 960px;
  height: 105px;
  margin: 0 auto;
  background: #fff url(/recruit/wp-content/uploads/2017/07/heading_bg.jpg) no-repeat;
}
/*20190325*/
form > table > tbody > tr > td > input, textarea, select {
  padding: 7px 0;
  font-size: 16px;
  line-height: 1.42857143;
}
.form > table > tbody > tr > td > input {
  padding: 10px;
  width: 92%;
}
.form > table > tbody > tr > td > span > input {
  padding: 9px;
}
div[id^="電話番号"] {
  padding: 10px;
}
.safetyR {
  float: right;
  margin: 0 0 0 1em;
}
.safety {
  overflow: hidden;
  margin: 0 0 15px;
  padding: 0;
}
.safetyL {
  float: left;
  margin: 0 1em 0 0;
}
.sankun {
  overflow: hidden;
  margin: 0;
  padding: 20px;
  border: 2px solid #26c11a;
  border-radius: 4px;
}
.oneCol {
  overflow: hidden;
  margin-bottom: 0;
}
.oneColInner {
  overflow: hidden;
}
.oneColInner div {
  width: 100%;
}
.oneColInner img {
  width: 100%;
  margin-bottom: 15px;
}
.twoCol {
  overflow: hidden;
  margin-bottom: 0;
}
.twoColInner {
  overflow: hidden;
  margin-right: -2%;
}
.twoColInner div:nth-child(2n+1) {
  clear: both;
}
.twoColInner div {
  width: 48%;
  float: left;
  margin-right: 2%;
}
.twoColInner img {
  width: 100%;
  margin-bottom: 15px;
  height: auto;
}
.basicPolicy {
  overflow: hidden;
  margin: 0.5em 0 0;
  padding: 15px;
  border: 5px solid #ccc;
}
.basicPolicy p.c {
  margin: 0 0 1em;
  padding: 0;
  font-weight: bold;
  text-align: center;
}
.basicPolicy p.r {
  margin: 1.5em 0 0;
  padding: 0;
  font-weight: bold;
  text-align: right;
}
.safetyLast ol {
  position: relative;
  margin: 0;
  padding: 0;
}
.safetyLast ol li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.25em;
}
em {
  font-weight: bold;
  font-style: normal;
}
.event dl {
  width: 100%;
  margin: 0;
}
.clearFix {
  min-height: 1px;
}
ul.dot {
  margin: 0 0 0 1.5em;
  list-style-type: disc;
}
.event dt {
  width: 2.5em;
  float: left;
  clear: left;
  margin: 0;
  padding: 0;
  line-height: 1.8;
  text-align: right;
}
.event dd {
  float: left;
  margin: 0;
  padding: 0;
  line-height: 1.8;
}
.box4 {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 50px;
  padding: 0;
  overflow: hidden;
  background: #fff;
}
.staff {
  overflow: hidden;
  position: relative;
  margin: 0 0 30px;
  padding: 0;
}
.areaL {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  margin: 0;
  padding: 30px;
  background-color: #009933;
  opacity: 0.85;
}
p.prof {
  font-size: 16px;
  line-height: 2.0;
  color: #fff;
  margin: 0 0 30px;
  padding: 0;
}
p.pr {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  color: #fff;
  margin: 0;
  padding: 0;
}
.qa {
  overflow: hidden;
  margin: 0;
  padding: 0 15px;
}
p.q {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  color: #009933;
  margin: 0 0 5px;
  padding: 0;
  font-style: italic;
}
p.a {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 20px;
  padding: 0;
}
.career {
  overflow: hidden;
  margin: 0;
  padding: 0 15px;
}
.career p.title {
  margin-bottom: 10px;
  padding: 10px 0 7px;
  color: #fff;
  font-size: 18px;
  background: #c00;
  text-align: center;
}
.career dl {
  margin: 0;
  overflow: hidden;
}
.career dt {
  width: 4.7em;
  float: left;
  clear: both;
  padding: 14px 0 0 10px;
  font-weight: bold;
  line-height: 1.4;
}
.career dd {
  margin: 0;
  padding: 14px 0 10px 4.6em;
  border-bottom: 1px #c00 solid;
  line-height: 1.4;
}
.areaR {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  margin: 0;
  padding: 30px;
  background-color: #009933;
  opacity: 0.85;
}
.prev a, .next a {
  background: #66cc33;
  padding: 0.5rem 3rem;
  color: #fff;
  text-decoration: none;
  margin: 2rem 0;
  display: inline-block;
}
a.btn_blog {
  background: #13873e;
  padding: 0.5rem 2rem;
  color: #fff;
  text-decoration: none;
  margin-bottom: 1rem;
  display: inline-block;
  margin-top: 1rem;
}
.text-center {
  text-align: center;
}
.pager {
  display: flex;
  justify-content: space-between;
}
.w-100 {
  width: 100%;
}
ul.page-numbers {
  text-align: center;
  margin: 1rem auto;
}
ul.page-numbers li {
  display: inline;
}
.page-numbers {
  padding: 0.5rem;
}
/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print, screen and (min-width:768px) {
  .sp {
    display: none;
  }
  nav {
    clear: both;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefe+0,efefef+100 */
    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(top, #fefefe 0%, #efefef 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fefefe 0%, #efefef 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fefefe 0%, #efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#efefef', GradientType=0); /* IE6-9 */
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #ddd;
    z-index: 3;
  }
  nav ul {
    margin: 0;
    padding: 0;
  }
  nav li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
    line-height: 1.4;
  }
  nav li:first-child {
    width: 6%;
    line-height: 3;
  }
  nav li:nth-child(2) {
    width: 11%;
  }
  nav li:nth-child(3) {
    width: 11%;
  }
  nav li:nth-child(4) {
    width: 13%;
  }
  nav li:nth-child(5) {
    width: 14%;
  }
  nav li:nth-child(6) {
    width: 15%;
  }
  nav li:nth-child(7) {
    width: 13%;
  }
  nav li:nth-child(8) {
    width: 8%;
    line-height: 3;
  }
  nav li:nth-child(9) {
    width: 9%;
  }
  nav li:nth-child(10) {
    width: 10%;
  }
  nav li:before {
    content: "";
    margin-top: -14px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 30px;
    background: #999;
  }
  nav li:hover:before, nav li:hover + li:before, nav li:last-child:hover:after, nav li li:before, nav li li:after {
    display: none;
  }
  nav li:last-child li {
    left: -50%;
  }
  nav li a {
    display: block;
    padding: 20px 0;
    color: #333;
    font-size: 14px;
    text-decoration: none;
  }
  nav li ul {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    border-radius: 0 0 3px 3px;
    z-index: 3;
  }
  nav li ul li {
    overflow: hidden;
    width: 150%;
    height: 0;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
  }
  nav li li:first-child {
    width: 150%;
  }
  nav li ul li a {
    padding: 10px 15px;
    background: #13873e;
    text-align: left;
    font-weight: normal;
  }
  nav li:hover > a {
    background: #13873e;
    color: #fff;
  }
  nav li:hover > a:hover {
    background: #66cc33;
  }
  .gnav {
    display: block !important;
  }
  .gnavSp {
    display: none;
  }
  #spMenu {
    display: none;
  }
  .showNav {
    background: #7c0c0c !important;
  }
  .showSub {
    overflow: visible;
    min-height: 42px;
    border-bottom: 2px solid #13873e;
  }
  .showSub:last-child {
    border-bottom: 0;
  }
  .showSub:last-child a {
    border-radius: 0 0 3px 3px;
  }
  .fixed {
    position: fixed;
    top: 0;
    left: 0;
  }
}
/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
  font-size: 12px;
  margin: 0 0 15px;
  padding: 0 2px;
}
/*================================================
 *  サブコンテンツ
 ================================================*/
.pc_submenu {
  margin: 0 0 20px;
  padding: 0;
  border-top: 1px dotted #999;
}
.pc_submenu li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  list-style: none;
}
.pc_submenu li a {
  display: block;
  padding: 12px 4px 8px;
  border-bottom: 1px dotted #999;
  text-decoration: none;
}
.pc_submenu li a:hover {
  background: #eee;
}
.sp_submenu {
  display: none;
}
.bnr {
  overflow: hidden;
}
.bnr ul {
  overflow: hidden;
}
.bnr li {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
.bnr li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
.bnr img {
  width: 100%;
  max-width: 255px;
}
.sp_bnr {
  display: none;
}
/*================================================
 *  フッター
 ================================================*/
footer {
  clear: both;
  border-top: 5px #13873e solid;
}
.footerInner {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
.footmenu {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
}
.footmenu ul {
  position: relative;
  float: left;
  margin: 0 5em 20px 0;
  padding: 0;
  list-style-type: none;
}
.footmenu ul.last {
  margin: 0;
}
.footmenu li {
  position: relative;
  background: url(/recruit/wp-content/uploads/2017/07/arrow.gif) no-repeat 0 0.4em;
  margin: 0;
  padding-left: 15px;
  font-size: 12px;
  line-height: 2.0;
}
.footmenu a {
  color: #333;
  text-decoration: none;
}
.footmenu a:hover {
  color: #333;
  text-decoration: underline;
}
.footerArea {
  overflow: hidden;
  width: 960px;
  margin: 0 auto 50px;
}
.footlogo {
  float: right;
  margin: 30px 0 0;
  padding: 0;
}
.footlogo img {
  width: 100%;
  margin: 0;
  padding: 0;
}
.footlogo p {
  margin: 0 0 15px;
  padding: 0;
}
.copyright {
  clear: both;
  padding: 30px 0;
  font-size: 11px;
  text-align: center;
  color: #fff;
  background: #13873e;
}
#footerFloatingMenu {
  display: none;
}
/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
  margin: 0;
  text-align: right;
}
.totop a {
  display: block;
  text-decoration: none;
}
.totop img:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100)";
}
/*================================================
 *  クラス
 ================================================*/
.midashi1 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.0;
  color: #cc4b00;
}
.midashi2 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  line-height: 1.0;
  color: #13873e;
}
.areaList {
  overflow: hidden;
  margin-bottom: 10px;
}
.areaListInner {
  overflow: hidden;
  margin-right: -2%;
}
.areaListInner div a {
  display: block;
  width: 48%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 5px 0 3px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  background: #66cc33;
}
.areaListInner div a:hover {
  background: #13873e;
}
.areaListInner div:nth-child(2n+1) {
  clear: both;
}
.refine {
  overflow: hidden;
}
.refine ul {
  overflow: hidden;
  margin: 0 -1.492% 15px 0;
}
.refine li a {
  list-style: none;
  float: left;
  width: 31.840%;
  margin: 0 1.492% 1.492% 0;
  padding: 6px 0 5px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  background: #ff6600;
}
.refine li a:hover {
  background: #ff3300;
}
.refine li:nth-child(3n+1) {
  clear: both;
}
.recruitInfo {
  overflow: hidden;
  margin-bottom: 20px;
}
.recruitInfoInner {
  overflow: hidden;
  margin-right: -2%;
}
.recruitInfoInner div {
  width: 48%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
}
.recruitInfoInner div:nth-child(2n+1) {
  clear: both;
}
.recruitInfoInner img {
  width: 100%;
}
.video-wrap {
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
.imgL {
  float: left;
  margin: 0 1.5em 0 0;
}
.imgR {
  float: right;
  margin: 0 0 0 1.5em;
}
.pagenavi {
  background: #13873e;
  margin-bottom: 50px;
  overflow: hidden;
  padding: 5px 0;
}
.pagenavi .btn {
  font-size: 16px;
  overflow: hidden;
  padding: 5px 5px 0;
  color: #30a88d;
}
.pagenavi .btn .next {
  float: right;
  padding-right: 5px;
}
.pagenavi .btn .previous {
  float: left;
  padding-left: 5px;
}
.pagenavi .btn a {
  color: #fff;
  text-decoration: none;
}
.pagenavi .btn a:hover {
  text-decoration: underline;
}
.pulldownMenu {
  overflow: hidden;
}
.pulldownMenu ul {
  overflow: hidden;
  margin: 1.492% -1.492% 20px 0;
}
.pulldownMenu li {
  list-style: none;
  float: left;
  width: 31.840%;
  margin: 0 1.492% 1.492% 0;
  cursor: pointer;
  cursor: hand;
}
.pulldownMenu li:nth-child(3n+1) {
  clear: both;
}
@font-face {
  font-family: "IonIcons";
  src: url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");
  src: url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"), url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"), url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"), url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal
}
.select-wrap {
  position: relative;
}
.select-wrap:before {
  z-index: 1;
  position: absolute;
  right: 15px;
  top: 0;
  content: "\f123";
  font-family: "IonIcons";
  line-height: 43px;
  color: #13873e;
  pointer-events: none;
}
select {
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  padding: 8px 12px 9px;
  width: 100%;
  border-radius: 3px;
}
select option {
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #13873e;
}
/*================================================
 *  募集要項一覧
 ================================================*/
.catch {
  overflow: hidden;
  float: left;
  margin: 0.25em 0 0.5em;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.catch img {
  vertical-align: middle;
}
.areaJob {
  overflow: hidden;
  margin: 0 0 0.5em;
  padding: 0;
}
.detailBtn a {
  /*float:right;*/
  display: block;
  margin: 0.5em 0 0.5em 0.5em;
  padding: 12px 15px 8px;
  /*font-size:16px;*/
  /*font-weight:bold;*/
  /*line-height:1.0;*/
  /*text-align:center;*/
  /*color:#fff;*/
  /*text-decoration:none;*/
  /*background:#ff6600;*/
  /*border-radius:4px;*/
  /* position: relative; */
  /* display: block; */
  border: 1px solid;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  padding: 10px;
  background: -webkit-linear-gradient(top, #fe5142, #df3332) repeat scroll 0 0;
  background: linear-gradient(to bottom, #fe5142, #df3332) repeat scroll 0 0;
  background: -ms-linear-gradient(top, #fe5142, #df3332);
  background-color: #fe5142;
  border-color: #e55044;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .35) inset;
  color: #fff;
}
.detailBtn a:hover {
  background: #ff3300;
  opacity: 0.5;
}
th.job {
  background: #fff;
}
.areaDetail {
  overflow: hidden;
  margin: 0 0 0.5em;
  padding: 0;
}
.areaDetail {
  overflow: hidden;
  margin-bottom: 10px;
}
.areaDetailInner {
  overflow: hidden;
  margin-right: -2%;
}
.areaDetailInner div {
  width: 48%;
  float: left;
  margin-right: 2%;
}
.areaDetailInner div:nth-child(2n+1) {
  clear: both;
}
.areaDetailInner img {
  width: 100%;
  margin-bottom: 0.5em;
}
.leader {
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.leader img {
  width: 30%;
  height: 100%;
  margin-bottom: 1rem;
}
.introduction {
  overflow: hidden;
  margin: 0 0 1rem;
  padding: 8px;
  border: 4px solid #f2f2f2;
  height: auto;
  width: 70%;
}
.threeCol {
  overflow: hidden;
  margin-bottom: 20px;
}
.threeColInner {
  overflow: hidden;
  margin-right: -3%;
}
.threeColInner div {
  width: 31%;
  float: left;
  margin-right: 2%;
}
.threeColInner div:nth-child(3n+1) {
  clear: both;
}
.threeColInner img {
  width: 100%;
  margin-bottom: 0.5em;
}
.photoText p {
  font-size: 12px;
}
/* 追加 2018-03-22 ここから */
.yokoIco {
  clear: both;
  overflow: hidden;
}
.yokoIco ul {
  overflow: hidden;
  margin: 0 -1.492% 10px 0;
}
.yokoIco li {
  display: block;
  list-style: none;
  float: left;
  /*width:31.520%;*/
  margin: 0 1.492% 0 0;
  padding: 0px 0;
  text-align: center;
  border-radius: 4px;
  /*box-shadow:*/
  /*inset -1px -1px 2px rgba(0, 0, 0, 0.25),*/
  /*inset 1px 1px 2px rgba(255, 255, 255, 1.0);*/
  /*border: 1px solid rgba(0, 0, 0, 0.2);*/
}
.yokoIco li.keitai {
  color: #ffffff;
  background: #0070C0;
}
.yokoIco li.category {
  background: #ED7D31;
  color: #fff;
}
.yokoIco li.hours {
  color: #fff;
  background: #FF0000;
}
.yokoIco li p {
  /*margin:0;*/
  /*padding:0;*/
  /*font-size:12px;*/
  /*font-weight:bold;*/
  /*line-height:1.0;*/
  /*color:#fff;*/
  border-radius: 4px;
  font-size: 13px;
  padding: 5px 3px 0px;
  line-height: 1.1;
}
.yokoIco li:nth-child(3n+1) {
  clear: both;
}
.searchResult p {
  margin: 0;
  padding: 0;
  text-align: center;
}
.searchResult p a {
  font-size: 16px;
  color: #f00;
}
/* 追加 2018-03-22 ここまで */
/*================================================
 *  ドライバーの一日
 ================================================*/
.driversDay {
  overflow: hidden;
}
.driversDay ul {
  overflow: hidden;
  margin: 0;
}
.driversDay li.bgSideL {
  position: relative;
  list-style: none;
  float: left;
  margin: 0;
}
.driversDay li.bgBtR {
  position: relative;
  list-style: none;
  float: right;
  margin: 0;
}
.driversDay li.bgSideR {
  position: relative;
  list-style: none;
  float: right;
  margin: 0;
}
.driversDay li.bgBtL {
  position: relative;
  list-style: none;
  float: left;
  margin: 0;
}
.bgSideL img {
  width: 362px;
}
.bgBtR img {
  width: 314px;
}
.bgSideR img {
  width: 362px;
}
.bgBtL img {
  width: 314px;
}
p.side1 {
  position: absolute;
  top: 192px;
  left: 32px;
  width: 250px;
  font-size: 13px;
  line-height: 1.5;
}
p.side2 {
  position: absolute;
  top: 192px;
  left: 78px;
  width: 250px;
  font-size: 13px;
  line-height: 1.5;
}
p.height {
  position: absolute;
  top: 30px;
  right: 32px;
  width: 105px;
  font-size: 13px;
  line-height: 1.5;
}
.driversDayNonPc {
  display: none;
}
/*================================================
 *  ご家族の皆様へ
 ================================================*/
.toFamily {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  margin: 0 0 15px;
  padding: 0 0 15px;
}
.toFamily p {
  overflow: hidden;
}
.toFamily img {
  width: 100%;
  max-width: 200px;
}
.toFamily p.ceo {
  margin: 0 0.5em 0 0;
  text-align: right;
}
span.name {
  font-size: 20px;
}
.setsubi {
  overflow: hidden;
}
.setsubi p {
  text-align: center;
  line-height: 1.4;
}
.setsubi ul {
  overflow: hidden;
  margin: 0 -2.945% -1.5% 0;
}
.setsubi li {
  list-style: none;
  float: left;
  width: 22%;
  margin: 0 2.945% 1.5% 0;
}
.setsubi li:nth-child(4n+1) {
  clear: both;
}
.setsubi li img {
  width: 100%;
  margin-bottom: 0.5em;
}
/*================================================
 *  ヒタチとは
 ================================================*/
.aboutUs {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px #999 dotted;
}
.aboutUs ol li {
  list-style-type: cjk-ideographic;
  list-style-position: inside
}
.aboutUs li {
  margin: 0;
  padding: 0;
}
.aboutUs p {
  overflow: hidden;
}
/*================================================
 *  ママさんドライバー募集
 ================================================*/
.jobMama {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
}
.jobMama p {
  overflow: hidden;
}
.jobMama img {
  width: 100%;
}
.mamaHeading1 {
  clear: both;
  margin-bottom: 10px;
  padding: 12px 0 10px;
  background: #f60;
  border-radius: 5px; /* CSS3草案 */
  -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
  -moz-border-radius: 5px; /* Firefox用 */
}
.mamaHeading1 h2 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 1.0;
  color: #ff6;
  text-align: center;
}
.mamaHeading2 {
  clear: both;
  margin-bottom: 15px;
  padding: 12px 0 10px;
  background: #090;
  border-radius: 5px; /* CSS3草案 */
  -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
  -moz-border-radius: 5px; /* Firefox用 */
}
.mamaHeading2 h2 {
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 1.0;
  color: #fff;
  text-align: center;
}
.briefing {
  overflow: hidden;
  margin: 0 0 15px;
  padding: 0 10px;
  border-bottom: 2px solid #090;
}
.textL {
  float: left;
  width: 15%;
  margin: 0 1.5em 1em 0;
  font-weight: bold;
}
.catchphrase {
  margin: 0 0 15px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
}
.mamaImg {
  float: left;
  width: 100%;
  max-width: 200px;
  margin: 0 1.5em 0 0;
}
.mamaText1 {
  overflow: hidden;
  margin: 0 0 15px;
  font-size: 16px;
}
.mamaText2 {
  overflow: hidden;
  margin: 0;
  font-size: 16px;
}
.guideBtn {
  overflow: hidden;
  text-align: center;
}
.guideBtn p a {
  display: block;
  width: 500px;
  margin: 10px auto;
  padding: 10px 0 8px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px; /* CSS3草案 */
  -webkit-border-radius: 5px; /* Safari,Google Chrome用 */
  -moz-border-radius: 5px; /* Firefox用 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6db3f2+0,54a3ee+50,3690f0+51,1e69de+100;Blue+Gloss+%233 */
  background: #6db3f2; /* Old browsers */
  background: -moz-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6db3f2', endColorstr='#1e69de', GradientType=0); /* IE6-9 */
  text-decoration: none;
}
.guideBtn p a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
/*================================================
 *  お問い合わせ／求人応募フォーム
 ================================================*/
input[type="submit"] {
  -webkit-appearance: none;
}
.form {
  margin: 0;
  padding: 0;
}
.form p {
  margin: 0;
  padding: 0.5em 0;
}
.form span.supplement {
  font-size: 12px;
  line-height: 1.2;
  color: #808080;
}
.form p.button {
  margin: 20px 0 0;
  text-align: center;
}
input#submit_back, input.submit_back, button.back {
  padding: 5px 30px;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  border: 1px solid #999;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #999;
  cursor: pointer;
  cursor: hand;
}
input#submit_back:hover, input.submit_back:hover, button.back:hover {
  color: #fff;
  background: #13873e;
}
input#submit_button, input.submit_button, button.confirm {
  padding: 15px 30px;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  border: 1px solid #13873e;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #13873e;
  cursor: pointer;
  cursor: hand;
}
input#submit_button-:hover, input.submit_button-:hover, button.confirm:hover {
  color: #fff;
  background: #13873e;
}
input#submit_post, input.submit_post, button.send {
  padding: 15px 30px;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  border: 1px solid #ff3300;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #ff3300;
  cursor: pointer;
  cursor: hand;
}
input#submit_post:hover, input.submit_post:hover, button.send:hover {
  color: #fff;
  background: #ff3300;
}
/* --- フォーム部品 --- */
.form input, .form select, .form textarea {
  margin-bottom: 2px;
}
/* --- フォーム部品のサイズ --- */
#company, #name, #url, #email, #address {
  width: 96%;
}
#tel {
  width: 70%;
}
#message, #pr {
  width: 96%;
  height: 10em;
}
/* for message */
p.msg {
  color: #dd0000;
}
span.msg {
  color: #dd0000;
}
.required {
  color: #f00;
}
/*================================================
 *  サイトマップ
 ================================================*/
/* --- サイトマップエリア --- */
ul.sitemap {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* --- 入れ子にされたリスト用 --- */
ul.sitemap ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* --- 全てのリスト項目 --- */
ul.sitemap li {
  margin: 0;
  padding: 0;
}
/* --- 2階層目のコンテナ --- */
ul.sitemap div.contentNav {
  width: 100%;
  margin: 0;
}
/* --- セクション（2階層目のリストエリア） --- */
ul.sitemap ul.section {
  width: 49.9%;
  float: left;
}
ul.sitemap ul {
  margin: 0 0 20px;
}
/* --- 2階層目以降のリスト項目 --- */
ul.sitemap ul.section li {
  margin: 0 20px 0 0;
  padding: 0 0 0 12px;
  background: url(/recruit/wp-content/uploads/2017/07/triangle1.gif) no-repeat 0 0.4em;
}
/* --- 3階層目以降のリストエリア --- */
ul.sitemap ul.section ul {
  margin: 7px 0 0 8px;
  font-weight: normal;
}
/* --- 3階層目以降のリスト項目 --- */
ul.sitemap ul.section ul li {
  margin: 0 0 6px 0;
  padding: 0 0 0 12px;
  background: url(/recruit/wp-content/uploads/2017/07/triangle2.gif) no-repeat 0 0.4em;
}
/* --- 4階層目以降のリスト項目 --- */
ul.sitemap ul.section ul li li {
  margin: 0 0 6px 0;
  padding: 0 0 0 12px;
  background: url(/recruit/wp-content/uploads/2017/07/triangle3.gif) no-repeat 0 0.4em;
}
/* --- 5階層目以降のリスト項目 --- */
ul.sitemap ul.section ul li li li {
  padding: 0 0 0 9px;
  background: url(/recruit/wp-content/uploads/2017/07/square.gif) no-repeat 0 0.6em;
}
/* --- clearfix --- */
.clearFix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearFix {
  min-height: 1px;
}
/*================================================
 *  会社説明会の概要　センターのご案内
 ================================================*/
table.center_list {
  width: 100%;
  border-top: 0;
  border-left: 0;
  border-right: #3eb1c6 solid 1px;
  border-bottom: 0;
  border-collapse: collapse;
}
table.center_list thead th {
  background: #3eb1c6;
  color: #fff;
  padding: 10px 12px;
  border-top: 0;
  border-left: 0;
  border-right: #fff solid 1px;
  border-bottom: #fff solid 1px;
}
table.center_list thead th:last-child {
  border-top: 0;
  border-left: 0;
  border-right: #3eb1c6 solid 1px;
  border-bottom: 0;
}
table.center_list tbody th {
  background: #3eb1c6;
  color: #fff;
  padding: 10px 12px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: #fff solid 1px;
  vertical-align: top;
}
table.center_list tbody tr:last-child th {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: #3eb1c6 solid 1px;
}
table.center_list tbody td {
  background: #fff;
  padding: 10px 12px;
  border-top: 0;
  border-right: 0;
  border-left: #3eb1c6 solid 1px;
  border-bottom: #3eb1c6 solid 1px;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  p.tel a img {
    width: 100% !important;
  }
  table.center_list thead {
    display: none;
  }
  table.center_list tbody th {
    display: block;
  }
  table.center_list tbody td {
    display: block;
  }
  table.center_list tbody td::before {
    content: attr(label);
    float: left;
    clear: both;
    font-weight: bold;
  }
  table.center_list tbody td p {
    padding-left: 6em;
  }
}
/*================================================
 *  タブレットデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:1024px) {
  footer {
    width: 100%;
  }
  .footerInner {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
  }
  .footlogo {
    margin: 50px 0 0;
  }
}
@media screen and (max-width:979px) {
  .inner {
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
  }
  #contents {
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
  }
  header p.tel {
    position: absolute;
    top: 15px;
    right: 10px;
    margin: 0;
    padding: 0;
  }
  header p.tel img {
    width: 100%;
    max-width: 300px;
  }
  header p.mail {
    position: static;
    top: 0;
    right: 0;
    margin: 15px 0 0;
    padding: 0;
  }
  .headerInner {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 105px;
  }
  nav li a {
    font-size: 13px;
  }
  .driversDay {
    display: none;
  }
  .driversDayNonPc {
    display: block;
    overflow: hidden;
    /*width:320px;*/
    margin: 0 auto;
  }
  .driversDayNonPc ul {
    overflow: hidden;
    margin: 0;
  }
  .driversDayNonPc li {
    position: relative;
    list-style: none;
    margin: 0;
  }
  .driversDayNonPc li img {
    width: 100%;
    /*max-width:280px;*/
  }
  p.side1 {
    position: absolute;
    top: 53.5%;
    left: 9%;
    width: 225px;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
  }
  p.side2 {
    position: absolute;
    top: 62%;
    left: 9%;
    width: 225px;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
  }
  p.height {
    position: absolute;
    top: 9%;
    right: 20%;
    width: 95px;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
  }
  .catchphrase {
    font-size: 24px;
  }
  .formFlow img {
    width: 100%;
  }
  /* 追加 2018-03-22 ここから */
  .yokoIco li {
    /*width:31.4%;*/
  }
  /* 追加 2018-03-22 ここまで */
  footer {
    width: 100%;
  }
  .footerInner {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
  }
  .footerInner div.imgL {
    float: none;
    margin: 0 0 1em 0;
  }
  .footerArea {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
  }
  .footlogo {
    float: none;
    box-sizing: border-box;
    width: 100%;
    margin: 30px 0 0;
    padding: 0;
  }
  .footlogo img {
    width: 100%;
    max-width: 245px;
  }
  #footerFloatingMenu {
    display: none;
  }
}
/*================================================
 *  スマートフォン ヘッダー部分
 ================================================*/
@media screen and (max-width:414px) {
  .headerInner {
    position: static;
    box-sizing: border-box;
    width: 100%;
    margin: -10px 0 10px;
    padding: 0;
    background: none;
  }
  header h1 {
    position: static;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 10px;
    background: #fff;
    text-align: left;
  }
  header h1 img {
    width: 100%;
    max-width: 220px;
  }
  header p.tel {
    position: static;
    top: 0;
    left: 0;
    margin: 0;
    padding: 5px 10px;
  }
  header p.tel img {
    width: 100%;
    max-width: 200px;
  }
  .sp_submenu li {
    font-size: 12px;
  }
  .refine li a {
    font-size: 12px;
  }
}
@media screen and (min-width:415px) and (max-width:568px) {
  .headerInner {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 -55px;
    padding: 0 10px;
    background: none;
  }
  header h1 {
    position: absolute;
    top: 0;
    left: 10px;
    margin: 0;
  }
  header h1 img {
    width: 100%;
    max-width: 240px;
  }
  header p.tel {
    position: absolute;
    top: 0;
    right: 10px;
    margin: 0;
    padding: 0;
  }
  header p.tel img {
    width: 100%;
    max-width: 180px;
  }
  .sp_submenu li {
    font-size: 14px;
  }
}
@media screen and (min-width:569px) and (max-width:767px) {
  .headerInner {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 -35px;
    padding: 0 10px;
    background: none;
  }
  header h1 {
    position: absolute;
    top: 0;
    left: 10px;
    margin: 0;
  }
  header h1 img {
    width: 100%;
    max-width: 320px;
  }
  header p.tel {
    position: absolute;
    top: 0;
    right: 10px;
    margin: 0;
    padding: 0;
  }
  header p.tel img {
    width: 100%;
    max-width: 240px;
  }
  .sp_submenu li {
    font-size: 14px;
  }
}
/*================================================
 *  スマートフォンデザイン
 ================================================*/
@media screen and (max-width:480px) {
  .leader {
    border: 4px solid #f2f2f2;
    display: block;
    margin-bottom: 1rem;
    padding: 0.5em;
  }
  .leader img {
    float: left;
    padding: 0.5em;
    margin-bottom: 0;
  }
  .introduction {
    border: none;
    display: contents;
  }
  .detail_sp {
    margin: 0;
  }
  .detail_sp th, .detail_sp td {
    width: auto;
    display: block;
    border: none;
  }
  .detail_sp th {
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
  }
  .detail_sp tr:first-child th {
    border-top: none;
  }
  .contact_sp {
    margin: 0;
  }
  .contact_sp th, .contact_sp td {
    width: auto;
    display: block;
    border: none;
  }
  .contact_sp th {
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
  }
  .contact_sp tr:first-child th {
    border-top: none;
  }
  .detailImg ul {
    overflow: hidden;
    margin: 0;
  }
  .detailImg li {
    list-style: none;
    float: none;
    width: 100%;
    max-width: 200px;
    margin: 0 auto 0.5em;
  }
  .col_two_one ul {
    overflow: hidden;
    margin: 0 0 -3% 0;
  }
  .col_two_one li {
    list-style: none;
    float: none;
    width: 100%;
    margin: 0;
  }
  .managementInner1 {
    margin: 10px 0 0;
    padding: 5px 10px;
    border: 5px solid #ccc;
  }
  .managementInner2 {
    margin: 0;
    padding: 0 10px;
  }
  .outline table {
    margin: 0;
  }
  th, td {
    width: auto;
    display: block;
    border: none;
  }
  th {
    border-top: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
  }
  tr:first-child th {
    border-top: none;
  }
  .safetyLast table th, .safetyLast table td {
    display: table-cell;
    border: 1px solid #ccc;
  }
  ul.sitemap ul.section {
    width: 100%;
    float: none;
  }
  .catch {
    float: none;
  }
  .detailBtn a {
    float: none;
    margin: 0 0 0.5em 0;
  }
  .setsubi {
    text-align: center;
  }
  .setsubi p {
    font-size: 11px;
  }
  .setsubi ul {
    overflow: hidden;
    margin: 0 0 -1em 0;
  }
  .setsubi li {
    list-style: none;
    float: none;
    width: 100%;
    margin: 0 0 1em 0;
  }
  .setsubi li img {
    max-width: 200px;
  }
  .formFlow img {
    width: 100%;
  }
  .textL {
    float: none;
    width: 100%;
    margin: 0 0 0.5em 0;
  }
  .catchphrase {
    font-size: 20px;
  }
  .mamaImg {
    float: none;
    width: 100%;
    margin: 0 auto 1em;
    text-align: center;
  }
  .mamaImg img {
    max-width: 230px;
  }
  .guideBtn p a {
    width: 100%;
    margin: 5px auto;
  }
  .pulldownMenu ul {
    overflow: hidden;
    margin: 1.5% 0 20px 0;
  }
  .pulldownMenu li {
    list-style: none;
    float: none;
    width: 100%;
    margin: 0 0 2% 0;
  }
  /* 追加 2018-03-22 ここから */
  .yokoIco li {
    width: 31.15%;
  }
  .yokoIco li p {
    font-size: 13px;
  }
  /* 追加 2018-03-22 ここまで */
}
img.title {
  width: 60%;
  display: block;
  margin: 0 auto 1.5rem;
}
.box-ins img.imgL {
  width: 20%;
}
.article {
  border-bottom: 1px solid #ccc;
  padding: 0.5rem;
}
.date {
  color: #777;
}
.archive_link {
  border: 3px solid #eee;
  padding: 10px;
  margin-bottom: 1rem;
}
.archive_link h2 {
  font-weight: bold;
  font-size: 1.2rem;
}
.archive_link ul.monthly-list li {
  background: #eee;
  padding: 0.5rem;
}
.archive_link ul.monthly-list li a {
  text-decoration: none;
  display: block;
}
@media screen and (max-width:767px) {
  .safetyL {
    float: unset;
  }
  .staff img {
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
  }
  .areaL, .areaR {
    overflow: hidden;
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    padding: 15px;
  }
  .sp-blog {
    display: block;
    margin-bottom: 1rem;
  }
  .pc {
    display: none;
  }
  .box-ins img.imgL {
    width: 50% !important;
    margin: 0 auto 1.5rem;
    display: block;
  }
  img.title {
    width: 100%;
  }
  .lock {
    overflow: hidden;
  }
  .midashi1 {
    margin: 10px 0;
  }
  .summary {
    width: 100%;
    margin: 0 0 10px;
    text-align: left;
  }
  .sp {
    padding: 0 35px 0 0;
  }
  .box {
    margin: 0 0 20px;
    padding: 0px;
  }
  .box1 {
    margin: 0 0 20px;
    padding: 10px;
  }
  .box2 {
    margin: 0 0 20px;
    padding: 10px;
  }
  .box3 {
    margin: 0 0 20px;
    padding: 10px;
  }
  header {
    z-index: 2;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 0 10px;
    padding: 0 0 10px;
    text-align: center;
    background-size: cover;
  }
  .summary {
    width: 100%;
    margin: 0 0 10px;
    text-align: left;
  }
  .sp {
    padding: 0 35px 0 0;
  }
  #topicpath {
    margin: 1% 0 15px;
  }
  #main {
    float: none;
    width: 100%;
  }
  #sub {
    float: none;
    width: 100%;
    text-align: center;
  }
  .sp_bnr {
    display: block;
    overflow: hidden;
    margin: 35px 0 15px;
  }
  .sp_bnr ul {
    overflow: hidden;
  }
  .sp_bnr li {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
  }
  .sp_bnr li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
  }
  .sp_bnr img {
    width: 100%;
    max-width: 500px;
  }
  .bnr {
    display: none;
  }
  nav {
    background: #13873e;
  }
  nav ul {
    margin: 0;
    padding: 0;
  }
  nav .inner > ul {
    z-index: 2;
    overflow: auto;
    position: fixed;
    top: 53px;
    right: 0;
    width: 100%;
    height: 88%;
    height: -webkit-calc(100% - 53px);
    height: calc(100% - 53px);
  }
  nav li {
    position: relative;
    width: 100%;
    float: none;
    margin: 0;
    text-align: left;
    list-style: none;
    border-bottom: 1px solid #13873e;
    background: #66cc33;
  }
  nav li:first-child {
    border-top: 1px solid #66cc33;
  }
  nav li:last-child {
    border-bottom: 0;
  }
  nav li a {
    display: block;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    background: #66cc33;
  }
  nav li a:hover {
    color: #fff;
    background: #13873e;
  }
  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;
  }
  .gnav {
    display: none;
  }
  #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: #66cc33;
  }
  #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);
  }
  .areaInner div p {
    font-size: 20px;
  }
  .video-wrap {
    box-sizing: border-box;
    width: 100%;
  }
  .video-wrap img {
    width: 100%;
  }
  video {
    max-width: 100%;
    height: auto;
  }
  article {
    overflow: hidden;
    padding: 10px;
  }
  .toFamily img {
    margin: 0 0 10px;
    text-align: center;
  }
  .aboutUs img {
    width: 100%;
    max-width: 325px;
    margin: 0 0 10px;
    text-align: center;
  }
  .imgL {
    float: none;
    margin: 0;
    text-align: center;
  }
  .setsubi ul {
    overflow: hidden;
    margin: 0 -2% -2% 0;
    text-align: center;
  }
  .setsubi li {
    list-style: none;
    float: left;
    width: 48%;
    margin: 0 2% 2% 0;
  }
  .setsubi li:nth-child(4n+1) {
    clear: both;
  }
  .setsubi li img {
    width: 100%;
    max-width: 200px;
    margin-bottom: 0.5em;
  }
  .footmenu {
    padding: 20px 0 20px;
  }
  .footerInner {
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 0;
    padding: 0 10px;
  }
  .footerArea {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 5px;
    text-align: center;
  }
  .footerArea img {
    width: 100%;
  }
  .footlogo {
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    margin: 20px 0 0;
  }
  .footlogo img {
    width: 100%;
    max-width: 245px;
  }
  .copyright {
    padding: 10px 0 65px;
  }
  .driversDay {
    display: none;
  }
  .driversDayNonPc {
    display: block;
    overflow: hidden;
    /*width:280px;*/
    margin: 0 auto;
  }
  .driversDayNonPc ul {
    overflow: hidden;
    margin: 0;
  }
  .driversDayNonPc li {
    position: relative;
    list-style: none;
    margin: 0;
  }
  .driversDayNonPc li img {
    width: 100%;
    /*max-width:280px;*/
  }
  p.side1 {
    position: absolute;
    top: 53.5%;
    left: 10%;
    width: 225px;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
  }
  p.side2 {
    position: absolute;
    top: 62%;
    left: 10%;
    width: 225px;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
  }
  p.height {
    position: absolute;
    top: 10%;
    right: 9%;
    width: 95px;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
  }
  .areaListInner div a {
    font-size: 20px;
  }
  .form p.button {
    margin: 10px 0;
  }
  .sp_submenu {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    border-top: 1px dotted #999;
    list-style: none;
  }
  .sp_submenu li {
    width: 49.8%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
  }
  .sp_submenu li a {
    display: block;
    padding: 10px 0 8px 18px;
    border-bottom: 1px dotted #999;
    text-decoration: none;
    background: url(/recruit/wp-content/uploads/2017/07/arrow.gif) no-repeat 6px center;
    color: #333;
  }
  .sp_submenu li:nth-child(even) {
    border-left: 1px solid #ccc;
  }
  .sp_submenu li a:hover {
    background: #eee url(/recruit/wp-content/uploads/2017/07/arrow.gif) no-repeat 6px center;
  }
  .pc_submenu {
    display: none;
  }
  .spNone {
    display: none;
  }
  #footerFloatingMenu {
    display: block;
    width: 100%;
    background-color: #13b4af;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    text-align: center;
  }
  #footerFloatingMenu p {
    margin: 0;
  }
  #footerFloatingMenu ul {
    overflow: hidden;
    margin: 0;
    border-top: 1px solid #0a918d;
    border-bottom: 1px solid #0a918d;
  }
  #footerFloatingMenu li {
    list-style: none;
    float: left;
    width: 33.1%;
    margin: 0;
    text-align: center;
    border-right: 1px solid #0a918d;
  }
  #footerFloatingMenu li:last-child {
    border-right: none;
  }
  #footerFloatingMenu li:nth-child(3n+1) {
    clear: both;
  }
  #footerFloatingMenu li img {
    width: 20px;
    margin-bottom: 5px;
  }
  #footerFloatingMenu li a {
    display: block;
    padding: 8px 0 2px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    line-height: 1.0;
  }
  #footerFloatingMenu li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
  }
}
footer.entry-footer {
  display: none;
}
.mb60 {
  margin-bottom: 60px;
}
.swiper-container {
  text-align: center;
}
@media(min-width: 992px) {
  .swiper-wrapper {
    /*flex-wrap:wrap;*/
  }
  .swiper-slide {
    width: 48.3%;
    padding: 0 5px;
  }
  .swiper-button-prev, .swiper-button-next, .swiper-pagination {
    /*display: none;*/
  }
}
.swiper-container .swiper-slide img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.prettyprint {
  border: none;
  background: #fafafa;
  color: #697d86;
}
/*ここから archive-area.phpの CSS　by　みうら*/
.no-links {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  background-color: #aaa !important;
}
.active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  opacity: 0.5;
}
.new_mark {
  color: #f00;
}
/*20191221*/
@font-face {
  font-family: 'logotypegothic';
  src: url('font/logotypegothic.woff') format('woff');
}
.tab {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
}
.input {
  position: absolute;
  opacity: 0;
}
.tab-label {
  padding: 20px 30px;
  background: #13873e;
  cursor: pointer;
  font-weight: bold;
  font-size: 17px;
  color: #fff;
  margin-right: 1.5rem;
  transition: background 0.1s, color 0.1s;
  position: relative;
}
.input:checked + .tab-label:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #26c11a;
}
.tab-label:hover:after {
  border-top-color: #26c11a;
}
.tab-label:hover {
  background: #26c11a;
}
.tab-label:active {
  background: #26c11a;
}
.input:checked + .tab-label {
  background: #26c11a;
  color: #fff;
}
.flex {
  display: flex;
}
.flex .col-6 {
  width: 50%;
  padding: 0.5rem;
}
.flex .col-6 img {
  max-width: 100%;
}
.text-right {
  text-align: right;
}
.tab-panel {
  border-top: 2px solid #13873e;
  padding-top: 3rem;
}
.tab-panel {
  display: none;
}
.tab-panel {
  order: 99;
}
.input:checked + .tab-label + .tab-panel {
  display: block;
}
.u-mb-20 {
  margin: 0 0 20px 0;
}
.content {
  max-width: 800px;
  margin: 20px auto;
  padding: 10px;
}
.time {
  margin-right: 1rem;
}
.time img {
  width: 30px;
  margin-right: 1rem;
}
.content h2 {
  font-family: 'logotypegothic';
  text-align: center;
  font-size: 1.7rem;
  color: #26c11a;
  margin-bottom: 1rem;
}
.content h3 {
  background: no-repeat;
  border-bottom: 7px #ff6e64 double;
  padding-bottom: 5px;
  margin: 0.5rem 0;
  font-family: 'logotypegothic';
}
#driversDay h3 {
  text-align: center;
  font-size: 1.5rem;
  border-bottom: 2px solid #13873e;
  margin-bottom: 1rem;
  margin-top: 3rem;
}
#driversDay h3 small {
  display: block;
  font-size: 1rem;
}
.content .sp img {
  max-width: 100%;
  margin: 1rem 0;
}
.m-0 {
  margin: 0 !important;
}
@media screen and (max-width: 640px) {
  .tab-label {
    padding: 3px 0;
    margin-right: 0;
    font-size: 14px;
    text-align: center;
    width: 100px;
    border-left: 2px solid #fff;
  }
  .tab-panel {
    padding-top: 2rem;
  }
  .content {
    margin: 0;
  }
  .time {
    display: block;
  }
  .flex .col-6 {
    padding: 0.2rem;
  }
  .content h2 {
    font-size: 1.2rem;
  }
}
a.btn {
  display: inline-block;
  background: #13873e;
  padding: 1rem 2rem;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
}
.step img {
  width: 100%;
  height: auto;
}
.step .img_box {
  width: 160px;
}
.step .text {
  padding-left: 1rem;
}
.step p {
  margin: 0;
}
.flex.app {
  margin-top: 2rem;
}
.flex.app h3 {
  background: #f00;
  color: #fff;
  padding: 0.3rem;
  text-align: center;
  border-radius: 5px;
  position: absolute;
  top: -27px;
  left: 22%;
  width: 175px;
  font-size: 1.2rem;
}
.flex.app h4 {
  background: none;
  padding: 0;
  margin: 0;
}
.flex.app .box1 {
  height: 100%;
  position: relative;
}
.ml20 {
  margin-left: 20px;
}
.box_g {
  border: 2px solid #13873e;
}
.box_g h4 {
  background: none;
  padding: 0;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: rgb(91, 155, 213);
}
.interview h2 {
  background-image: url(/recruit/wp-content/themes/hitachi/img/image5.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  background-position: left center;
  padding: 1rem;
  font-size: 1.3rem;
}
.interview h3 {
  font-size: 1.4rem;
}
.pc_bg {
  background-image: url(/recruit/wp-content/themes/hitachi/img/image8.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  overflow: unset;
}
.sp_bg {
  background-image: url(/recruit/wp-content/themes/hitachi/img/image8_2.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  overflow: unset;
}
.btn_l {
  font-size: 1.2rem;
  box-shadow: -1px 4px 0px #0e380b;
  padding: 1rem 2rem 0.7rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 640px) {
  .interview {
    margin-bottom: 3rem;
  }
  .step .img_box {
    padding: 2rem 0 1.5rem;
    width: 280px;
  }
  .flex.app {
    display: block;
  }
  .flex.app .col-6 {
    width: 100%;
  }
  .flex.app .box1 {
    width: 99%;
  }
  .interview h2 {
    padding: 0 1rem;
    margin-top: 1rem;
  }
  .interview h3 {
    font-size: 1.1rem;
  }
  .pc_bg, .sp_bg {
    margin-top: 1rem;
  }
  .box_g h4 {
    font-size: 1rem;
  }
  .btn_l {
    margin-top: 0;
  }
}
.acd {
  margin-bottom: 0.5rem;
}
.acd-check {
  display: none;
}
.acd-label {
  display: block;
  margin-bottom: 1px;
  cursor: pointer;
  border-bottom: 1px #ddd solid;
  background: #fff;
  position: relative;
  padding-right: 1.5rem;
}
.acd-content {
  display: block;
  height: 0;
  opacity: 0;
  transition: .1s;
  visibility: hidden;
}
.acd-content p {
  margin-left: 3.2em;
  text-indent: -3.3em;
}
.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.acd-label:before {
  content: "Q.";
  margin-right: 1rem;
  font-size: 2rem;
  font-weight: bold;
  color: #e00;
  font-family: 'Cabin', sans-serif;
}
.acd-content p:before {
  content: "A.";
  margin-right: 1rem;
  margin-left: 0.2rem;
  font-size: 2rem;
  font-weight: bold;
  color: #0183b0;
  font-family: 'Cabin', sans-serif;
}
.acd-label:after {
  content: '\f078';
  font-weight: bold;
  display: block;
  font-family: "Font Awesome 5 Free";
  padding: 10px 5px;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #777;
}
.acd-check:checked + .acd-label:after {
  content: '\f106';
  font-size: 1.2rem;
}
.setsubi .outline {
  text-align: center;
}
.setsubi .outline li {
  background: #f7fff0;
}
.setsubi .outline li p {
  font-weight: bold;
}
.setsubi .outline i {
  font-size: 3.5em;
  padding-bottom: 0.5rem;
}
.content.sankun h2 {
  font-size: 1.4rem;
}
/* 拠点特集ページ */
.feature img {
  height: auto;
  width: 100%;
  max-width: 100%;
}
.feature .bg {
  height: 230px;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 1rem;
}
.feature .bg > * {
  font-size: 160%;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  background: rgb(255 255 255 / 70%);
  padding: 1.5rem 0;
}
.feature h3 {
  font-size: 1.1rem;
  background: #fff;
  border-bottom: 1px solid #00B050;
  padding: 0.5rem 0.8rem;
  margin: 1rem 0;
  border-left: 10px solid #00B050;
  font-weight: bold;
}
.feature .license {
  margin: 1rem 0;
  border: 1px solid #333;
}
.feature .license div {
  padding: 0.5rem;
}
.feature .license div:first-child {
  background: #44546A;
  color: #fff;
  display: flex;
  align-items: center;
}
.balloon-left {
  position: relative;
  display: inline-block;
  padding: 0.5rem;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  background: #e0f6d0;
  font-size: 95%;
  border-radius: 3px;
  border: solid 1px #555;
  box-sizing: border-box;
}
.balloon-left:before {
  content: "";
  position: absolute;
  top: 30%;
  left: -29px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e0f6d0;
  z-index: 2;
}
.balloon-left:after {
  content: "";
  position: absolute;
  top: 30%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 15px solid #555;
  z-index: 1;
}
.balloon-top {
  position: relative;
  display: inline-block;
  padding: 0.5rem;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  background: #e0f6d0;
  font-size: 95%;
  border-radius: 3px;
  border: solid 1px #555;
  box-sizing: border-box;
}
.balloon-top:before {
  content: "";
  position: absolute;
  top: -29px;
  left: 15%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #e0f6d0;
  z-index: 2;
}
.balloon-top:after {
  content: "";
  position: absolute;
  top: -29px;
  left: 15%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 14px solid #555;
  z-index: 1;
}
.feature .box {
  border: 1px solid #555;
  border-radius: 5px;
  padding: 0.5rem;
  text-align: justify;
  font-size: 95%;
}
.feature li.list-inline-item:before {
  content: "●";
  margin-right: 0.3rem;
}
.feature li.list-inline-item:not(:last-child) {
  margin-right: 1rem;
}
.profile p {
  border-bottom: 1px solid #666;
}
a.feature_btn {
  width: 100%;
  position: relative;
  background: linear-gradient(85deg, rgba(254, 108, 108, 1) 0%, rgba(184, 2, 2, 1) 100%);
  border-radius: 10px;
}
.feature_btn:after {
  content: "\f138";
  font-family: 'Font Awesome 5 Free';
  right: 25px;
  position: absolute;
}
a.feature_btn:active {
  border-bottom: solid 2px #dc3545;
  box-shadow: 0 0 2px rgb(0 0 0 / 30%);
  color: #fff;
}
.footlogo img {
  width: 270px;
}
.syokuba {
  border: 1px solid #333;
  padding: 1rem;
  margin-bottom: 1rem;
}
.point {
  border: 1px solid #333;
  padding: 1rem;
}
.point_img {
  position: relative;
  bottom: -10px;
}
@media screen and (min-width: 769px) {
  .feature .bg {
    height: 450px;
  }
}
@media screen and (max-width:767px) {
  p.tel {
    position: unset !important;
  }
  header h1 {
    position: unset;
  }
  header p.tel img {
    max-width: 100%;
    margin-top: 5px;
  }
  header h1 img {
    max-width: 275px;
  }
  .headerInner {
    text-align: left;
    height: auto !important;
    margin: 0;
  }
  .footlogo {
    padding: 0 1rem;
  }
  .footlogo img {
    max-width: 100%;
    width: 100%;
  }
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
  .swiper-pagination.swiper-pagination-bullets {
    background: rgb(255 255 255 / 70%);
    bottom: 1rem !important;
  }
}
select {
    border: solid 1px #767676;
}
.syokuba h2 {
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-size: 130%;
}
.syokuba h2::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/recruit/wp-content/themes/hitachi/img/icon1.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 12px;
    vertical-align: middle;
    position: relative;
}
.point h2 {
    font-weight: bold;
    color: #333;
    font-size: 130%;
    margin-bottom: 0.5rem;
}
.point h2::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/recruit/wp-content/themes/hitachi/img/icon2.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    vertical-align: middle;
    position: relative;
    top: -8px;
}
a[href*="getregion=栃木県"] {
    display: none !important;
}
.flex_center {
    display: flex;
    align-items: center;
}
.flex_center input {
    padding: 9px;
    border-radius: 3px;
    border: solid 1px #767676;
}
.flex_center input,.flex_center select {
    margin: 3px;
}
.mw_wp_form_confirm select#city_selector {
    border: none;
    padding: 0;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}