@charset "UTF-8";
@import url(../pfw/css/pfw.min.css);
@import url(../css/font-awesome/css/font-awesome.min.css);
/*
* Description: サイドナビ
* Project: 
* Last Up Date: 2015.06
* Author: Araya,morie
*/
/* ここから下は各共通パーツ (状況に応じて追加) */
#works #worksarea .l-box {
  margin-bottom: 20px;
}

#works #worksarea .l-box a {
  text-align: center;
  overflow: hidden;
  background: #f1f1f1;
  display: block;
  line-height: 200px;
  height: 200px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.2s ease-in-out;
}

#works #worksarea .l-box a:after {
  top: 4%;
  left: 2%;
  width: 96%;
  height: 92%;
  border: 1px solid #fff;
  content: "";
  display: block;
  position: absolute;
}

#works #worksarea .l-box a:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
  transition: all .3s ease-out;
}

#works #worksarea .l-box a:hover:before {
  opacity: .8;
  transform: scale(1.05);
}

#works #worksarea .l-box a span {
  font-size: 130%;
  z-index: 1;
  color: #fff;
  position: relative;
  letter-spacing: 2px;
}

#works #worksarea .l-box a span span {
  font-size: 110%;
}

#works #worksarea .l-box a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
}

@media screen and (max-width: 480px) {
  #works #worksarea .l-box a {
    line-height: 140px;
    height: 140px;
  }
}

#works #worksarea .nurse .l-box a:before {
  background-image: url(/recruit/inc/images/top/pic_nurse.jpg);
}

#works #worksarea .careworker .l-box a:before {
  background-image: url(/recruit/inc/images/top/pic_careworker.jpg);
}

#works #worksarea .pharmacist .l-box a:before {
  background-image: url(/recruit/inc/images/top/pic_pharmacist.jpg);
}

#works #worksarea .physical_therapist .l-box a:before {
  background-image: url(/recruit/inc/images/top/pic_physical_therapist.jpg);
}

#works #worksarea .occupational .l-box a:before {
  background-image: url(/recruit/inc/images/top/pic_occupational.jpg);
}

#works .interview a {
  display: block;
  overflow: hidden;
}

#works .interview a strong {
  margin-bottom: 20px;
  font-weight: normal;
  display: block;
  line-height: 1.8;
  letter-spacing: -1px;
  font-size: 98%;
}

@media screen and (max-width: 768px) {
  #works .interview a {
    box-shadow: 5px 5px 0px #f1f1f1;
  }
  #works .interview a .wrap {
    padding: 15px 20px !important;
  }
}

#works .interview a span.img {
  display: block;
  overflow: hidden;
  width: 45%;
  height: 215px;
  margin-right: 5%;
  float: left;
}

@media screen and (max-width: 768px) {
  #works .interview a span.img {
    float: none;
    width: 100%;
    height: auto;
  }
}

#works .interview a span.img img.pc {
  display: block;
}

#works .interview a span.img img.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #works .interview a span.img img.pc {
    display: none;
  }
  #works .interview a span.img img.sp {
    display: block;
  }
}

#works .interview a em {
  font-style: normal;
  display: block;
  font-size: 60%;
}

#works .interview a h3 {
  margin-bottom: 0 !important;
  text-align: right !important;
}

#works #main .pure-g-r .borderbox {
  margin: 0;
  margin-bottom: 20px;
  padding: 15px 20px;
  font-size: 84%;
}

#works #nurse a.kengakukai {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 3;
}

#works #nurse a.kengakukai img {
  width: 200px;
  height: auto;
}

#works #nurse a.kengakukai span {
  display: none;
}

@media screen and (max-width: 480px) {
  #works #nurse a.kengakukai {
    right: inherit;
    background: #f8ffcc;
    display: block;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: 0;
    line-height: 60px;
    text-align: center;
    letter-spacing: 4px;
    font-weight: bold;
    color: #0a5f85;
  }
  #works #nurse a.kengakukai img {
    display: none;
  }
  #works #nurse a.kengakukai span {
    display: block;
  }
  #works #nurse a.kengakukai :before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #0a5f85;
    margin-right: 5px;
    position: absolute;
    right: 10px;
    top: 0;
  }
}

#works #nurse_kengaku .kengaku {
  padding-bottom: 0;
  border: 2px solid #000;
  padding: 50px 30px;
  display: block;
  position: relative;
}

#works #nurse_kengaku .kengaku span {
  display: block;
  letter-spacing: 3px;
  color: #666;
}

@media screen and (max-width: 480px) {
  #works #nurse_kengaku .kengaku p {
    text-align: left;
  }
}

#works #nurse_kengaku .kengaku :before {
  display: block;
  content: "";
  border: 2px dotted #000;
  height: 96%;
  width: 98%;
  position: absolute;
  left: 1%;
  top: 2%;
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  #works #nurse_kengaku .kengaku :before {
    width: 96%;
    left: 2%;
  }
}

#works #pharmacist .pure-g-r .borderbox {
  padding: 30px 20px;
  margin-bottom: 20px;
}

#works #pharmacist .pure-g-r .borderbox h3 {
  margin-bottom: 20px;
}

#works #pharmacist .pure-g-r .borderbox p {
  font-size: 100%;
}

#works #faq dl {
  background: #fff;
  position: relative;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

#works #faq dt {
  padding: 30px 20px 30px 100px;
  font-size: 110%;
  cursor: pointer;
  color: #444;
  position: rerative;
  z-index: 1;
}

@media screen and (max-width: 480px) {
  #works #faq dt {
    padding: 20px 15px;
    font-size: 90%;
    border: 1px solid #ddd;
    border-bottom: 0;
    border-top: 0;
  }
}

#works #faq dt span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  background: #eee;
  background-position: center;
  margin: 0px;
  vertical-align: middle;
  text-align: center;
  padding: 28px 0;
  color: #444;
  font-family: "メイリオ", Meiryo, sans-serif;
}

@media screen and (max-width: 480px) {
  #works #faq dt span {
    position: relative;
    background-color: transparent;
    color: #85b0c3;
    padding: 0;
    display: inline-block;
    width: auto;
  }
  #works #faq dt span:after {
    content: ".";
  }
}

#works #faq dd {
  z-index: 2;
  background: #85b0c3;
  position: relative;
  padding: 40px;
  color: #fff;
}

@media screen and (max-width: 480px) {
  #works #faq dd {
    font-size: 90%;
    padding: 20px 20px;
  }
}

#works #faq .expanded {
  transition: all 0.2s ease-in-out;
}

#works #careworker .pure-g-r.shien {
  display: -webkit-box;
  display: inline-block;
}

#occupation #contents {
  padding: 40px 0 0 0;
}

#occupation table {
  width: 100%;
  margin-bottom: 20px;
}

#occupation table a {
  text-decoration: underline;
}

#occupation table a:hover {
  text-decoration: none;
}

#occupation table th {
  background: #faf9f9;
  color: #333;
  width: 20%;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  #occupation table th {
    width: 100%;
  }
}

#occupation table p {
  margin-bottom: 5px;
}

#occupation table p:last-child {
  margin-bottom: 0;
}

#occupation section h2 {
  margin-bottom: 40px;
}

#occupation section .l-box {
  display: block;
  margin-bottom: 20px;
  border: 1px solid #cecece;
  border-radius: 5px;
  padding: 30px 20px;
}

#occupation section .l-box h3 {
  font-size: 130%;
  margin-bottom: 10px;
}

#occupation section .l-box h3 span {
  display: inline-block;
  color: #666;
  font-size: 70%;
}

#occupation section .l-box a.btn {
  padding: 0 30px;
  margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
  #occupation section .l-box a.btn {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
}

#occupation section.title {
  margin-bottom: 20px;
  text-align: center;
}

#occupation span.part-time, #occupation span.chuuto, #occupation span.shinsotsu {
  font-size: 12px;
  background: #eee;
  padding: 3px 10px;
  border-radius: 5px;
  margin: 0 0 10px 0;
  display: inline-block;
  color: #999;
}

#occupation .btnbox {
  margin-top: 60px;
}

#occupation #entry {
  display: none;
}

#occupation .displayflex {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #occupation .displayflex {
    display: block;
  }
}

#occupation .rirekisyo_pdf {
  margin-left: 72px;
}

@media screen and (max-width: 768px) {
  #occupation .rirekisyo_pdf {
    margin-left: 6px;
  }
}

#occupation .rirekisyo_pdf > a {
  margin-right: 38px;
}

@media screen and (max-width: 768px) {
  #occupation .rirekisyo_pdf > a {
    margin-top: 5px;
  }
}

#interview .interview_list .pure-u-1-2 {
  margin-bottom: 40px;
}

#interview .interview_list .l-box {
  margin: 0 20px;
}

#interview .interview_list .l-box a {
  display: block;
  overflow: hidden;
  box-shadow: 5px 5px 0px #f1f1f1;
}

#interview .interview_list .l-box a strong {
  margin-bottom: 20px;
  font-weight: normal;
  display: block;
  line-height: 1.8;
}

#interview .interview_list .l-box a .wrap {
  padding: 15px !important;
}

#interview .interview_list .l-box a span.img {
  display: block;
  overflow: hidden;
  width: 45%;
  height: 215px;
  margin-right: 5%;
  float: left;
}

@media screen and (max-width: 768px) {
  #interview .interview_list .l-box a span.img {
    float: none;
    width: 100%;
    height: auto;
  }
}

#interview .interview_list .l-box a span.img img.pc {
  display: block;
}

#interview .interview_list .l-box a span.img img.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #interview .interview_list .l-box a span.img img.pc {
    display: none;
  }
  #interview .interview_list .l-box a span.img img.sp {
    display: block;
  }
}

#interview .interview_list .l-box a em {
  font-style: normal;
  display: block;
  font-size: 60%;
}

#interview .interview_list .l-box a h3 {
  margin-bottom: 0 !important;
  text-align: right !important;
  font-size: 120%;
}

#interview #nurse01 #lead, #interview #nurse02 #lead, #interview #careworker_staff #lead, #interview #pharmacist_staff #lead, #interview #physical_therapist_staff #lead, #interview #occupational_staff #lead {
  min-height: 640px;
}

#interview #nurse01 #lead section, #interview #nurse02 #lead section, #interview #careworker_staff #lead section, #interview #pharmacist_staff #lead section, #interview #physical_therapist_staff #lead section, #interview #occupational_staff #lead section {
  width: auto;
  margin: 0;
}

#interview #nurse01 #lead section.right, #interview #nurse02 #lead section.right, #interview #careworker_staff #lead section.right, #interview #pharmacist_staff #lead section.right, #interview #physical_therapist_staff #lead section.right, #interview #occupational_staff #lead section.right {
  text-align: right;
}

#interview #nurse01 #lead section h1, #interview #nurse02 #lead section h1, #interview #careworker_staff #lead section h1, #interview #pharmacist_staff #lead section h1, #interview #physical_therapist_staff #lead section h1, #interview #occupational_staff #lead section h1 {
  padding-top: 250px;
  font-size: 180%;
  letter-spacing: 4px;
  margin-bottom: 40px;
}

#interview #nurse01 #lead section p, #interview #nurse02 #lead section p, #interview #careworker_staff #lead section p, #interview #pharmacist_staff #lead section p, #interview #physical_therapist_staff #lead section p, #interview #occupational_staff #lead section p {
  font-size: 130%;
  font-weight: bold;
  letter-spacing: 4px;
}

#interview #nurse01 #lead section p span, #interview #nurse02 #lead section p span, #interview #careworker_staff #lead section p span, #interview #pharmacist_staff #lead section p span, #interview #physical_therapist_staff #lead section p span, #interview #occupational_staff #lead section p span {
  display: block;
  font-size: 70%;
  font-weight: normal;
}

@media screen and (max-width: 1000px) {
  #interview #nurse01 #lead, #interview #nurse02 #lead, #interview #careworker_staff #lead, #interview #pharmacist_staff #lead, #interview #physical_therapist_staff #lead, #interview #occupational_staff #lead {
    height: 370px;
    min-height: inherit;
  }
  #interview #nurse01 #lead .wrap, #interview #nurse02 #lead .wrap, #interview #careworker_staff #lead .wrap, #interview #pharmacist_staff #lead .wrap, #interview #physical_therapist_staff #lead .wrap, #interview #occupational_staff #lead .wrap {
    padding: 0;
    position: relative;
    height: 100%;
  }
  #interview #nurse01 #lead .wrap section, #interview #nurse02 #lead .wrap section, #interview #careworker_staff #lead .wrap section, #interview #pharmacist_staff #lead .wrap section, #interview #physical_therapist_staff #lead .wrap section, #interview #occupational_staff #lead .wrap section {
    padding: 0;
    color: #333;
    font-size: 120%;
    text-align: left;
    margin: 0 0 0 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-shadow: none;
    font-size: 60%;
    width: 100%;
    height: auto;
    position: absolute;
    text-align: center;
    position: relative;
  }
  #interview #nurse01 #lead .wrap section h1, #interview #nurse02 #lead .wrap section h1, #interview #careworker_staff #lead .wrap section h1, #interview #pharmacist_staff #lead .wrap section h1, #interview #physical_therapist_staff #lead .wrap section h1, #interview #occupational_staff #lead .wrap section h1 {
    padding-top: 220px;
    font-size: 160%;
    letter-spacing: 3px;
    color: #333;
    margin-bottom: 10px;
    text-shadow: rgba(252, 249, 249, 0.6) 1px 1px 0px, rgba(252, 249, 249, 0.6) -1px 1px 0px, rgba(252, 249, 249, 0.6) 1px -1px 0px, rgba(252, 249, 249, 0.6) -1px -1px 0px;
  }
  #interview #nurse01 #lead .wrap section p, #interview #nurse02 #lead .wrap section p, #interview #careworker_staff #lead .wrap section p, #interview #pharmacist_staff #lead .wrap section p, #interview #physical_therapist_staff #lead .wrap section p, #interview #occupational_staff #lead .wrap section p {
    text-shadow: rgba(252, 249, 249, 0.6) 1px 1px 0px, rgba(252, 249, 249, 0.6) -1px 1px 0px, rgba(252, 249, 249, 0.6) 1px -1px 0px, rgba(252, 249, 249, 0.6) -1px -1px 0px;
  }
}

#interview #nurse01 .graybox.schedule, #interview #nurse02 .graybox.schedule, #interview #careworker_staff .graybox.schedule, #interview #pharmacist_staff .graybox.schedule, #interview #physical_therapist_staff .graybox.schedule, #interview #occupational_staff .graybox.schedule {
  position: relative;
  overflow: hidden;
  padding: 60px 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat !important;
  background-attachment: fixed;
  min-height: 400px;
}

@media screen and (max-width: 1000px) {
  #interview #nurse01 .graybox.schedule, #interview #nurse02 .graybox.schedule, #interview #careworker_staff .graybox.schedule, #interview #pharmacist_staff .graybox.schedule, #interview #physical_therapist_staff .graybox.schedule, #interview #occupational_staff .graybox.schedule {
    padding: 0;
  }
}

#interview #nurse01 .graybox.schedule h3, #interview #nurse02 .graybox.schedule h3, #interview #careworker_staff .graybox.schedule h3, #interview #pharmacist_staff .graybox.schedule h3, #interview #physical_therapist_staff .graybox.schedule h3, #interview #occupational_staff .graybox.schedule h3 {
  text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}

#interview #nurse01 .graybox.schedule section, #interview #nurse02 .graybox.schedule section, #interview #careworker_staff .graybox.schedule section, #interview #pharmacist_staff .graybox.schedule section, #interview #physical_therapist_staff .graybox.schedule section, #interview #occupational_staff .graybox.schedule section {
  width: 40%;
  padding: 20px 4%;
  background: #fff;
  float: right;
  margin: 50px 0;
}

#interview #nurse01 .graybox.schedule section.left, #interview #nurse02 .graybox.schedule section.left, #interview #careworker_staff .graybox.schedule section.left, #interview #pharmacist_staff .graybox.schedule section.left, #interview #physical_therapist_staff .graybox.schedule section.left, #interview #occupational_staff .graybox.schedule section.left {
  float: left;
}

@media screen and (max-width: 1000px) {
  #interview #nurse01 .graybox.schedule section, #interview #nurse02 .graybox.schedule section, #interview #careworker_staff .graybox.schedule section, #interview #pharmacist_staff .graybox.schedule section, #interview #physical_therapist_staff .graybox.schedule section, #interview #occupational_staff .graybox.schedule section {
    float: none;
    width: auto;
    padding: 0;
  }
}

#interview #nurse01 .graybox.schedule section .timeline, #interview #nurse02 .graybox.schedule section .timeline, #interview #careworker_staff .graybox.schedule section .timeline, #interview #pharmacist_staff .graybox.schedule section .timeline, #interview #physical_therapist_staff .graybox.schedule section .timeline, #interview #occupational_staff .graybox.schedule section .timeline {
  list-style: none;
  margin: 0;
  padding: 0;
}

#interview #nurse01 .graybox.schedule section .timeline::after, #interview #nurse02 .graybox.schedule section .timeline::after, #interview #careworker_staff .graybox.schedule section .timeline::after, #interview #pharmacist_staff .graybox.schedule section .timeline::after, #interview #physical_therapist_staff .graybox.schedule section .timeline::after, #interview #occupational_staff .graybox.schedule section .timeline::after {
  clear: both;
  content: "";
  display: table;
}

#interview #nurse01 .graybox.schedule section .timeline li, #interview #nurse02 .graybox.schedule section .timeline li, #interview #careworker_staff .graybox.schedule section .timeline li, #interview #pharmacist_staff .graybox.schedule section .timeline li, #interview #physical_therapist_staff .graybox.schedule section .timeline li, #interview #occupational_staff .graybox.schedule section .timeline li {
  overflow: hidden;
  margin: 0;
  display: table;
}

@media screen and (max-width: 1000px) {
  #interview #nurse01 .graybox.schedule section .timeline li, #interview #nurse02 .graybox.schedule section .timeline li, #interview #careworker_staff .graybox.schedule section .timeline li, #interview #pharmacist_staff .graybox.schedule section .timeline li, #interview #physical_therapist_staff .graybox.schedule section .timeline li, #interview #occupational_staff .graybox.schedule section .timeline li {
    width: 100%;
  }
}

#interview #nurse01 .graybox.schedule section .timeline .timeline-date, #interview #nurse01 .graybox.schedule section .timeline .timeline-content, #interview #nurse02 .graybox.schedule section .timeline .timeline-date, #interview #nurse02 .graybox.schedule section .timeline .timeline-content, #interview #careworker_staff .graybox.schedule section .timeline .timeline-date, #interview #careworker_staff .graybox.schedule section .timeline .timeline-content, #interview #pharmacist_staff .graybox.schedule section .timeline .timeline-date, #interview #pharmacist_staff .graybox.schedule section .timeline .timeline-content, #interview #physical_therapist_staff .graybox.schedule section .timeline .timeline-date, #interview #physical_therapist_staff .graybox.schedule section .timeline .timeline-content, #interview #occupational_staff .graybox.schedule section .timeline .timeline-date, #interview #occupational_staff .graybox.schedule section .timeline .timeline-content {
  padding: 15px 0;
  display: table-cell;
}

#interview #nurse01 .graybox.schedule section .timeline .timeline-date, #interview #nurse02 .graybox.schedule section .timeline .timeline-date, #interview #careworker_staff .graybox.schedule section .timeline .timeline-date, #interview #pharmacist_staff .graybox.schedule section .timeline .timeline-date, #interview #physical_therapist_staff .graybox.schedule section .timeline .timeline-date, #interview #occupational_staff .graybox.schedule section .timeline .timeline-date {
  width: 8em;
  position: relative;
}

@media screen and (max-width: 1000px) {
  #interview #nurse01 .graybox.schedule section .timeline .timeline-date, #interview #nurse02 .graybox.schedule section .timeline .timeline-date, #interview #careworker_staff .graybox.schedule section .timeline .timeline-date, #interview #pharmacist_staff .graybox.schedule section .timeline .timeline-date, #interview #physical_therapist_staff .graybox.schedule section .timeline .timeline-date, #interview #occupational_staff .graybox.schedule section .timeline .timeline-date {
    width: 45%;
    text-align: right;
    padding-right: 5%;
  }
}

#interview #nurse01 .graybox.schedule section .timeline .timeline-date:before, #interview #nurse02 .graybox.schedule section .timeline .timeline-date:before, #interview #careworker_staff .graybox.schedule section .timeline .timeline-date:before, #interview #pharmacist_staff .graybox.schedule section .timeline .timeline-date:before, #interview #physical_therapist_staff .graybox.schedule section .timeline .timeline-date:before, #interview #occupational_staff .graybox.schedule section .timeline .timeline-date:before {
  content: '';
  margin: auto;
  width: 10px;
  height: 10px;
  background: #ad9b49;
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  border-radius: 100%;
}

#interview #nurse01 .graybox.schedule section .timeline .timeline-content, #interview #nurse02 .graybox.schedule section .timeline .timeline-content, #interview #careworker_staff .graybox.schedule section .timeline .timeline-content, #interview #pharmacist_staff .graybox.schedule section .timeline .timeline-content, #interview #physical_therapist_staff .graybox.schedule section .timeline .timeline-content, #interview #occupational_staff .graybox.schedule section .timeline .timeline-content {
  border-left: 1px solid #ddd;
  padding-left: 30px;
}

@media screen and (max-width: 1000px) {
  #interview #nurse01 .graybox.schedule section .timeline .timeline-content, #interview #nurse02 .graybox.schedule section .timeline .timeline-content, #interview #careworker_staff .graybox.schedule section .timeline .timeline-content, #interview #pharmacist_staff .graybox.schedule section .timeline .timeline-content, #interview #physical_therapist_staff .graybox.schedule section .timeline .timeline-content, #interview #occupational_staff .graybox.schedule section .timeline .timeline-content {
    width: 50%;
  }
}

#interview #nurse01 .graybox.schedule section .timeline .timeline-content h3, #interview #nurse02 .graybox.schedule section .timeline .timeline-content h3, #interview #careworker_staff .graybox.schedule section .timeline .timeline-content h3, #interview #pharmacist_staff .graybox.schedule section .timeline .timeline-content h3, #interview #physical_therapist_staff .graybox.schedule section .timeline .timeline-content h3, #interview #occupational_staff .graybox.schedule section .timeline .timeline-content h3 {
  margin: 0px;
}

#interview #nurse01 .graybox.schedule section .timeline .timeline-content p, #interview #nurse02 .graybox.schedule section .timeline .timeline-content p, #interview #careworker_staff .graybox.schedule section .timeline .timeline-content p, #interview #pharmacist_staff .graybox.schedule section .timeline .timeline-content p, #interview #physical_therapist_staff .graybox.schedule section .timeline .timeline-content p, #interview #occupational_staff .graybox.schedule section .timeline .timeline-content p {
  color: #959596;
}

@media screen and (max-width: 1000px) {
  #interview #nurse01 .graybox.schedule, #interview #nurse02 .graybox.schedule, #interview #careworker_staff .graybox.schedule, #interview #pharmacist_staff .graybox.schedule, #interview #physical_therapist_staff .graybox.schedule, #interview #occupational_staff .graybox.schedule {
    background: none !important;
  }
  #interview #nurse01 .graybox.schedule.sp_none, #interview #nurse02 .graybox.schedule.sp_none, #interview #careworker_staff .graybox.schedule.sp_none, #interview #pharmacist_staff .graybox.schedule.sp_none, #interview #physical_therapist_staff .graybox.schedule.sp_none, #interview #occupational_staff .graybox.schedule.sp_none {
    display: none;
  }
}

#interview #nurse01 .graybox.schedule {
  background-image: url(/recruit/inc/images/lead/interview/bg_nurse01.jpg);
}

#interview #nurse02 .graybox.schedule {
  background-image: url(/recruit/inc/images/lead/interview/bg_nurse02.jpg);
}

#interview #careworker_staff .graybox.schedule {
  background-image: url(/recruit/inc/images/lead/interview/bg_careworker.jpg);
}

#interview #pharmacist_staff .graybox.schedule {
  background-image: url(/recruit/inc/images/lead/interview/bg_pharmacist.jpg);
}

#interview #physical_therapist_staff .graybox.schedule {
  background-image: url(/recruit/inc/images/lead/interview/bg_physical_therapist.jpg);
}

#interview #occupational_staff .graybox.schedule {
  background-image: url(/recruit/inc/images/lead/interview/bg_occupational.jpg);
}

#entry_list a {
  display: block;
  padding: 20px 0 21px 0;
  border-bottom: 1px solid #eee;
  position: relative;
}

#entry_list a em {
  font-style: normal;
  margin-left: 20px;
}

#entry_list a strong {
  font-weight: normal;
  color: #999;
  font-size: 90%;
}

#entry_list a:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 0;
  top: 20px;
}

#blogentry p.date {
  display: block;
  margin-bottom: 0;
}

#blogentry h2 {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

#lead {
  background-size: cover;
  background-repeat: no-repeat;
}

#lead .wrap {
  width: 95%;
  margin: 0 auto;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1000px) {
  #lead .wrap {
    width: 100%;
    padding: 0 5%;
  }
}

#lead .wrap h1 {
  color: #fff;
  padding-top: 120px;
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 2px;
}

#lead .wrap h1 span {
  display: block;
  font-size: 50%;
  margin-bottom: 10px;
}

#lead .wrap p {
  padding-bottom: 100px;
}

#main {
  padding-bottom: 0;
}

#contents {
  width: 100%;
  padding: 80px 0 0 0;
}

#contents h2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  #contents {
    width: 90%;
    padding-top: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

#worksarea #lead {
  background-image: url(/recruit/inc/images/lead/works/bg_work.jpg);
}

#interview_list #lead {
  background-image: url(/recruit/inc/images/lead/works/bg_interview.jpg);
}

#nurse #lead {
  background-image: url(/recruit/inc/images/lead/works/bg_nurse.jpg);
}

#nurse_kengaku #lead {
  background-image: url(/recruit/inc/images/lead/works/bg_nurse_kengaku.jpg);
}

#careworker #lead {
  background-image: url(/recruit/inc/images/lead/works/bg_careworker.jpg);
}

#pharmacist #lead {
  background-image: url(/recruit/inc/images/lead/works/bg_pharmacist.jpg);
}

#physical_therapist #lead {
  background-image: url(/recruit/inc/images/lead/works/bg_physical_therapist.jpg);
}

#occupational #lead {
  background-image: url(/recruit/inc/images/lead/works/bg_occupational.jpg);
}

#occupation #lead {
  background-image: url(/recruit/inc/images/lead/entry/bg_list.jpg);
}

#news #lead {
  background-image: url(/recruit/inc/images/lead/news/bg_news.jpg);
}

#interview #nurse01 #lead {
  background-image: url(/recruit/inc/images/lead/interview/pic_nurse01.jpg);
}

@media screen and (max-width: 480px) {
  #interview #nurse01 #lead {
    background-image: url(/recruit/inc/images/lead/interview/bg_nurse01_sp.jpg);
  }
}

#interview #nurse02 #lead {
  background-image: url(/recruit/inc/images/lead/interview/pic_nurse02.jpg);
}

@media screen and (max-width: 480px) {
  #interview #nurse02 #lead {
    background-image: url(/recruit/inc/images/lead/interview/bg_nurse02_sp.jpg);
  }
}

#interview #careworker_staff #lead {
  background-image: url(/recruit/inc/images/lead/interview/pic_cereworker.jpg);
}

@media screen and (max-width: 480px) {
  #interview #careworker_staff #lead {
    background-image: url(/recruit/inc/images/lead/interview/bg_cereworker_sp.jpg);
  }
}

#interview #pharmacist_staff #lead {
  background-image: url(/recruit/inc/images/lead/interview/pic_pharmacist.jpg);
}

@media screen and (max-width: 480px) {
  #interview #pharmacist_staff #lead {
    background-image: url(/recruit/inc/images/lead/interview/bg_pharmacist_sp.jpg);
  }
}

#interview #physical_therapist_staff #lead {
  background-image: url(/recruit/inc/images/lead/interview/pic_physical_therapist.jpg);
}

@media screen and (max-width: 480px) {
  #interview #physical_therapist_staff #lead {
    background-image: url(/recruit/inc/images/lead/interview/bg_physical_therapist_sp.jpg);
  }
}

#interview #occupational_staff #lead {
  background-image: url(/recruit/inc/images/lead/interview/pic_occupational.jpg);
}

@media screen and (max-width: 480px) {
  #interview #occupational_staff #lead {
    background-image: url(/recruit/inc/images/lead/interview/bg_occupational_sp.jpg);
  }
}

section {
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 80px;
}

@media screen and (max-width: 1000px) {
  section {
    width: 100%;
  }
}

#fancy section {
  margin-bottom: 20px;
}

#fancy section h2 {
  font-size: 140%;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0;
}

#fancy section .borderbox h3 {
  padding-top: 0;
  margin-top: 0;
}

#fancy section table.tbl_style th, #fancy section table.tbl_style td {
  padding: 10px;
  font-size: 90%;
}

/*# sourceMappingURL=../_map/recruit/l2.css.map */
