@charset "utf-8";

.labelBox {
  z-index: 2;
}

.labelBox a {
  color: inherit;
  text-decoration: none;
}

.labelBox li a:before {
  content: "・";
}

.labelBox a:hover,
.labelBox a:active,
.labelBox a:focus {
  color: inherit;
}

.labelBox ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.labelBox li.area {
  color: #CCC;
  font-size: 14px;
  font-weight: bold;
}

.labelBox li.pref {
  color: #CCC;
  display: inline-block;
  float: left;
  font-size: 14px;
}

.labelBox ul.left {
  margin-left: -30px;
}

.labelBox h4 {
  color: #ccc;
  font-size: 20px;
  line-height: 1.5em;
  margin: 0 0 0 .5em;
  padding: 0;
}

.labelBox.enable h4 {
  color: #666;
}

/* .labelBox.enable .line,
.labelBox.enable .line2 {
	border-color: #666 !important;
}
.labelBox .line,
.labelBox .line2 {
	border: 0 solid #ccc;
}
.labelBox.enable .line,
.labelBox.enable .line2 {
	border-color: #666;
} */

.pc_map {
  background: url('../img/map/map_base.png') no-repeat;
  display: block;
  float: right;
  position: relative;
  height: 607px;
  width: 589px;
}

.sp_map {
  display: none;
}

.sp_map p {
  text-align: left;
}

.sp_area_title {
  display: none;
}

.sp_area_title ul {
  display: none;
}

.sp_pref_title {
  display: none;
}

.enable_area div {
  background-repeat: no-repeat;
  height: 607px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 589px;
}

.enable_area .pref_01.hover {
  background-image: url('../img/map/pref_01.png');
}

.enable_area .pref_02.hover {
  background-image: url('../img/map/pref_02.png');
}

.enable_area .pref_03.hover {
  background-image: url('../img/map/pref_03.png');
}

.enable_area .pref_04.hover {
  background-image: url('../img/map/pref_04.png');
}

.enable_area .pref_05.hover {
  background-image: url('../img/map/pref_05.png');
}

.enable_area .pref_06.hover {
  background-image: url('../img/map/pref_06.png');
}

.enable_area .pref_07.hover {
  background-image: url('../img/map/pref_07.png');
}

.enable_area .pref_08.hover {
  background-image: url('../img/map/pref_08.png');
}

.form_area button[type="submit"] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0 0 1px 0;
  height: 32px;
  width: 98px;
  background: #006522;
}

.form_area button img {
  text-align: center;
  margin: 0 auto;

}

@media screen and (max-width: 768px) {

  #client.recruit .pc_map,
  #client.recruit .labelBox {
    display: none;
  }

  #client.recruit .sp_map {
    border-bottom: 1px solid #333;
    display: block;
    text-align: left;
  }

  #client.recruit .sp_map p {
    margin-bottom: 0;
  }

  #client.recruit .sp_map p.sp_map_title {
    padding: 0 0 10px;
    text-align: center;
  }

  #client.recruit .sp_map ul {
    border: 0 none;
  }

  #client.recruit .sp_map li.sp_area_title p {
    border-top: 1px solid #333;
    margin-bottom: 0;
    padding: 10px 0 10px 15px;
  }

  #client.recruit .sp_map li.sp_pref_title a {
    border-top: 1px dashed #333;
    padding-left: 35px;
    text-align: left;
  }

  #client.recruit .box_map {
    width: 100% !important;
    margin-bottom: 0px;
  }

  .form_area button[type="submit"] {
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 10px 0 1px 0;
    height: 32px;
    width: 100%;
    background: #006522;
  }
}

.form_area label span {
  color: #006522;
}

/*===========================================================
地図用テンプレ 2015.10.15 追記
===========================================================*/

#client.recruit .wrap_nav .nav_main {
  overflow: hidden;
  float: left;
  width: 727px;
  background: url(../img/nav_partition.png) top right no-repeat;
}

#client.recruit .wrap_nav .nav_main li {
  float: left;
  width: auto;
  background: url(../img/nav_partition.png) top left no-repeat;

}

#client.recruit .wrap_nav .nav_btn {
  position: absolute;
  right: 0;
  top: 0;
}

#client.recruit a img:hover {
  opacity: 0.8;
}

#client.recruit .box_map_ttl {
  margin-top: 30px;
  text-align: center;
}

#client.recruit .box_map_inner {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
}

#client.recruit .wrap_form_area {
  display: table;
  vertical-align: middle;
  color: #fff;
  width: 100%;
  padding: 20px 4%;
  background: #0072BA;
}

#client.recruit .form_area {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

#client.recruit .form_area label,
#client.recruit .form_area .form_area_submit {
  display: inline-block;
}

#client.recruit .form_area label {
  width: 84%;
}

#client.recruit .form_area .form_area_submit {
  width: 14%;
  text-align: right;

}

#client.recruit .form_area label input {
  margin: 0;
  height: 30px;
  width: 84%;

}


/*===========================================================
style info : /recruit/内レシポンシブ対応用
===========================================================*/

@media screen and (max-width: 768px) {
  .pc_map {
    display: none;
  }

  .sp_map {
    display: block;
  }
}



@media screen and (max-width: 939px) {
  #client.recruit .box_map_inner {
    width: 100%;
  }

  .inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
  }

  /* .disNone */
  .disNone {
    display: none !important;
  }

  /* .disBlock */
  .disBlock {
    display: block !important;
  }

  /* .pageid */
  .pageid {
    padding: 14px 0;
  }

  .pageid_ttl {
    float: none;
    display: block;
    padding: 0;
    font-size: 18px;
  }

  .pageid_icoSearch {
    padding-left: 30px;
  }

  .pageid_status {
    float: none;
    display: inline-block;
    margin: 0;
  }

  /* .form_search_layout */
  .form_search_layout .wrap_input .input_label {
    display: block;
    padding: 0 0 0 12px;
    margin: 0 0 5px;
    width: auto;
  }

  .form_entry_layout .wrap_input .input_label,
  .form_entry_layout .wrap_input .input_area {
    display: block;
    padding: 0;
    margin-bottom: 10px;
    width: auto;
  }

  .form_entry_layout .wrap_input .input_label {
    padding-left: 14px;
    background-position: left center;
  }

  .wrap_form {
    padding: 20px;
    margin-bottom: 20px;
  }

  .wrap_input {
    display: block;
  }

  .wrap_input.end {
    padding-bottom: 0 !important;
  }

  .input_area .disBlock {
    margin-bottom: 10px;
  }

  .checkbox {
    display: block !important;
  }

  .input_area input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2em;
  }

  .btn_box .return {
    position: static;
    margin-top: 10px;
  }

  /* .white_box */
  .whiteBox__ver1 {
    padding: 20px 10px;
  }

  /* .link_list */
  .link_list li {
    float: none;
    margin: 0;
  }

  /* .box_ttl */
  .box_ttl {
    margin-bottom: 0.2em;
    font-weight: bold;
  }

  /* .box_underline */
  .box_underline + .box_underline {
    padding-top: 0;
    border-top: none;
    margin-top: 15px;
  }

  /* list_navbar */
  .list_navbar {
    padding: 0;
  }

  .list_navbar,
  .list_navbar > div {
    display: block;
  }

  /*.list_navbar .case_page{
		position:absolute;
		bottom:0;
		left: 0;
	}*/
  .list_navbar .case_num {
    padding: 0;
  }

  .list_navbar .case_page,
  .list_navbar .case_num {
    line-height: 30px;
  }

  /* .pagination */
  .pagination {
    margin: 10px 0;
  }

  /* input[type="text"] */
  .sp_w100per {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;

    box-sizing: border-box;
    width: 100%;
  }

  .sp_w90per {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
  }

  .sp_w80per {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%;
  }

  .sp_w70per {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 70%;
  }

  .sp_w60per {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
  }

  .sp_w50per {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
  }

  /* .result_box */
  .result_box_ttl {
    height: auto;
    padding: 6px 10px;
  }

  .result_box_ttl_main,
  .result_box_ttl_sub {
    float: none;
    width: 100%;
    height: auto;
    line-height: 1.6em;
    text-align: left;
  }

  .result_box_ttl_main {
    margin-bottom: 4px;
    font-size: 12px;
  }

  .result_box_ttl_main span {
    font-size: 14px;
  }

  .result_box_ttl_sub {
    font-size: 12px;
  }

  .result_box_cont {
    padding: 10px 10px 20px;
  }

  .result_box_cont_01 .result_box_cont_left,
  .result_box_cont_01 .result_box_cont_right {
    float: none;
    width: auto;
  }

  .result_box_cont_02 .tell span {
    margin-left: 6px;
    font-size: 16px;
  }

  .result_box_cont_02 .message,
  .result_box_cont_02 .tell {
    margin-bottom: 6px;
  }

  .result_box_cont_02 .job_id {
    margin-bottom: 10px;
  }

  .result_box_cont_02 .btn_01,
  .result_box_cont_02 .btn_02 {
    position: static;
    width: 100%;
  }

  .result_box_cont_02 .btn_01 {
    margin-bottom: 10px;
  }

  /* bx-slider */
  .bx-wrapper {
    margin-bottom: 10px;
    width: 82%;
    padding: 0 9%;
  }

  .bx-pager {
    display: none;
  }

  .bx-wrapper .bx-controls-direction a {
    bottom: 50%;
    margin-bottom: -8px;
    width: 16px;
    height: 16px;
    background-size: 100%;
  }

  .bx-wrapper .bx-prev {
    left: 0;
  }

  .bx-wrapper .bx-next {
    right: 0;
  }

  /* .table_style_01 */
  .table_style_01 th,
  .table_style_01 td {
    padding: 4px;
    font-size: 11px;
  }

  /* .table_style_02 */
  .table_style_02 th,
  .table_style_02 td {
    padding: 4px;
    font-size: 11px;
  }

  /* .btn */
  .btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-right: 0;
  }

  /* lead_area */
  .lead_area_left,
  .lead_area_right {
    float: none;
    width: 100%;
  }

  .lead_area_left {
    margin-bottom: 10px;
  }

  .lead_area button {
    width: 100%;
    margin-top: 15px;
  }

  .lead_area .tell {
    font-size: 14px;
    font-weight: bold;
  }

  .lead_area .tell .orange {
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
    color: #da8307;
  }

  .lead_area .tell .small {
    font-size: 12px;
  }

  .lead_area .lead_area_ttl {
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #adadad;
    font-size: 20px;
    font-weight: bold;
    color: #0f8022;
  }

  .lead_area .lead_area_catchcopy {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
  }

  /* .infoBox */
  .infoBox {
    display: block;
    width: 100%;
  }

  .infoBox .infoBox_label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 0 0 14px;
    background-position: left center;
    font-size: 14px;
    font-weight: normal;
  }

  .infoBox .infoBox_area {
    display: block;
    width: 100%;
  }

  /* .btn_area_01 */
  .btn_area_01 {
    width: 100%;
    text-align: center;
  }

  /* .tag */
  .tag li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 48%;
    margin: 0 0 6px;
    text-align: center;
  }

  .tag li:nth-child(odd) {
    float: left;
  }

  .tag li:nth-child(even) {
    float: right;
  }

  /* .step */
  .step {
    height: auto;
    background-color: transparent;
    margin-bottom: 20px;
  }

  .step .inner {
    padding: 0;
  }

  .step img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    background-color: #000100;
  }

  /* .box_style_01_left */
  .box_style_01_left,
  .box_style_01_right {
    float: none;
    width: 100%;
  }

  .box_style_01_left {
    margin-bottom: 10px;
  }

  .box_style_01_ttl {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #adadad;
    line-height: 28px;
  }

  .box_style_01_ttl h1 {
    float: none;
    font-size: 18px;
    line-height: 1.6;
  }

  .box_style_01_ttl h1 span {
    font-size: 14px;
  }

  .box_style_01_ttl > div {
    float: none;
    display: inline-block;
    margin-left: 0;
  }

  .box_style_01_catchcopy {
    margin-bottom: 10px;
  }

  /* .ttl_style_01 */
  .ttl_style_01 {
    font-size: 14px;
    line-height: 1.6;
    margin: 25px 0 10px;
  }

  /* .btn_area_02 */
  .btn_area_02 input {
    margin: 0;
  }

  #client.detail .main_visual {
    display: none;
  }

  #client.detail .sp_main_visual {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  /* 採用HP(.recruit) */
  #client.recruit .main_img {
    display: none;
  }

  #client.recruit .sp_main_img {
    display: block;
    margin-bottom: 15px;
  }

  #client.recruit .wrap_nav .nav_main {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }

  #client.recruit .wrap_nav .nav_main li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
  }

  #client.recruit .wrap_nav .wrap_btn {
    display: block;
    width: 50%;
    margin: 0 auto;
  }

  #client.recruit .wrap_nav .nav_btn {
    position: static;
  }

  #client.recruit .wrap_nav {
    overflow: visible;
    height: auto;
    margin-bottom: 20px;
  }

  #client.recruit .box_search + .box_search {
    margin-top: 25px;
  }

  #client.recruit .box_search_ttl {
    margin: 0 0 11px;
  }

  #client.recruit .box_search_banner {
    padding-top: 10px;
    padding: 1px 0 0 !important;
  }

  #client.recruit .box_search_banner li {
    width: 48%;
    margin-bottom: 6px;
  }

  #client.recruit .box_search_banner li:nth-child(even) {
    float: left;
  }

  #client.recruit .box_search_banner li:nth-child(odd) {
    float: right;
  }

  #client.recruit .box_search_banner li + li {
    margin-left: 0;
  }

  #client.recruit .box_map_inner {
    padding: 10px;
  }

  #client.recruit .box_map_inner .map {
    display: none;
  }

  #client.recruit .box_search_ttl,
  #client.recruit .box_map_ttl {
    display: none;
  }

  #client.recruit .sp_box_ttl {
    display: block;
    margin: 5px 0 10px;
    font-size: 20px;
    line-height: 1.6;
    color: #666;
    border-bottom: 1px solid #898986;
  }

  #client.recruit .form_area {
    display: block;
    vertical-align: middle;
    width: 100%;
  }

  #client.recruit .form_area label,
  #client.recruit .form_area .form_area_submit {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  #client.recruit .form_area .form_area_submit {
    margin-top: 10px;
  }

  #client.recruit .form_area label input {
    width: 100%;
  }

  #client.recruit .wrap_form_area {
    display: block;
    width: 100%;
    margin-top: 16px;
    padding: 10px 4%;
  }

  #client.recruit .sp_map {
    text-align: center;
  }

  #client.recruit .sp_map p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  #client.recruit .sp_map li a {
    display: block;
    padding: 10px 0;
    border-top: 1px dashed #333;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
  }

  #client.recruit .sp_map li:first-child a {
    border-top: none;
  }

  #client.recruit .sp_map li a:hover {
    color: #666;
    text-decoration: none;
  }
}

.map-area .labelBox .area-ttl >a {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  color: white;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
  text-decoration: none;
}

.map-area .labelBox .area-ttl .pref01 {
  background: #2B9656;
}

.map-area .labelBox .area-ttl .pref02 {
  background: #4B4FA5;
}

.map-area .labelBox .area-ttl .pref03 {
  background: #D357A3;
}

.map-area .labelBox .area-ttl .pref04 {
  background: #58B3CE;
}

.map-area .labelBox .area-ttl .pref05 {
  background: #56BC65;
}

.map-area .labelBox .area-ttl .pref06 {
  background: #975AB2;
}

.map-area .labelBox .area-ttl .pref07 {
  background: #E5CC0F;
}

.map-area .labelBox .area-ttl .pref08 {
  background: #E66D48;
}
