@media (max-width: 999px) {
  .recruit_h {
    border-bottom: 1px solid #A91B4B;
  }
}

.recruit_h .inner .site_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 60% !important;
          flex: 0 1 60% !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 400px !important;
}

@media (max-width: 767px) {
  .recruit_h .inner .site_logo {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 300% !important;
            flex: 0 1 300% !important;
  }
}

.recruit_h .inner .site_logo a {
  max-width: 260px;
  margin-right: 18px;
}

@media (max-width: 767px) {
  .recruit_h .inner .site_logo a {
    margin-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 70%;
            flex: 0 1 70%;
  }
}

.recruit_h .inner .recruit_h_text {
  background-color: #fff;
  border: 1px solid #A91B4B;
  color: #A91B4B;
  text-align: center;
  width: 100%;
  max-width: 128px;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .recruit_h .inner .recruit_h_text {
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
  }
}

.recruit_h .inner .pc-header_nav_wrap {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 50% !important;
          flex: 0 1 50% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 999px) {
  .recruit_h .inner .pc-header_nav_wrap {
    display: none !important;
  }
}

.recruit_h .inner .pc-header_nav {
  max-width: 200px;
  text-align: center;
}

.recruit_h .inner .pc-header_nav:last-child {
  margin-left: 20px;
}

.recruit_h .inner .pc-header_nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #A91B4B;
  border-radius: 4px;
  height: 48px;
  line-height: 48px;
  padding-left: 14px;
  position: relative;
}

.recruit_h .inner .pc-header_nav a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: no-repeat url("../img/more_icon@2x.png") center center/contain;
  width: 13px;
  height: 13px;
}

.recruit_h .inner .pc-header_nav a:hover {
  background-color: #FDF4F7;
}

.recruit_h .inner .pc-header_nav a .pc-header_nav_r_img {
  max-width: 48px;
  height: auto;
  display: block;
}

.recruit_h .inner .pc-header_nav a .pc-header_nav_r_img img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.recruit_h .inner .pc-header_nav a .pc-header_nav_r_text {
  font-size: 15px;
  color: #333333;
}

.other_p_top {
  position: relative;
  max-height: auto;
  height: auto;
}

.other_p_top .other_p_top_wrap img {
  width: 100%;
}

.other_p_top .only_pc {
  position: absolute;
  top: 440px;
  left: 200px;
  z-index: 2;
}

.other_p_top .only_pc img {
  max-width: 620px;
  height: auto;
}

.other_p_top .only_sp {
  position: absolute;
  bottom: 10px;
  left: 15px;
  z-index: 2;
}

.other_p_top .only_sp img {
  max-width: 239px;
  height: auto;
  height: auto;
}

.other_p_news {
  padding-top: 40px;
  background-color: #fff;
  padding-bottom: 70px;
}

@media (max-width: 999px) {
  .other_p_news {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .other_p_news {
    padding-bottom: 40px;
  }
}

.other_p_news .content_title {
  border-left: none !important;
  padding-left: 0 !important;
}

.content_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content_title {
  font-size: 32px;
  color: #A91B4B;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .content_title {
    font-size: 25px;
  }
}

.content_title .slash {
  font-size: 23px;
  display: inline-block;
  padding-left: 15px;
  padding-right: 8px;
}

@media (max-width: 767px) {
  .content_title .slash {
    font-size: 25px;
    vertical-align: baseline;
    line-height: 1em;
    padding-left: 10px;
    padding-right: 5px;
  }
}

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

@media (max-width: 767px) {
  .content_title span {
    vertical-align: text-top;
    display: inline-block;
    line-height: 30px;
  }
}

.more_content {
  color: #333333;
  font-size: 14px;
  padding-right: 30px;
  display: inline-block;
  position: relative;
}

@media (max-width: 767px) {
  .more_content {
    font-size: 12px;
  }
}

.more_content::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: no-repeat url("../img/more_icon@2x.png") center center/contain;
  width: 13px;
  height: 13px;
}

.news_items {
  padding-top: 34px;
}

@media (max-width: 767px) {
  .news_items {
    padding-top: 20px;
  }
}

.news_items ul {
  border-top: 1px solid #DDDDDD;
}

.news_item {
  border-bottom: 1px solid #DDDDDD;
}

.news_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 23px;
  padding-bottom: 21px;
  color: #333333;
  width: 100%;
}

@media (max-width: 767px) {
  .news_item a .news_item_date {
    min-width: 86px;
    margin-right: 30px;
    line-height: 1.5em;
  }
}

@media (max-width: 999px) {
  .news_item a .news_item_title {
    line-height: 1.5em;
  }
}

.news_item a p {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 1000px) {
  .news_item a p {
    white-space: nowrap;
    font-size: 15px;
  }
}

@media (max-width: 999px) {
  .news_item a p {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }
}

.news_item_date {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 15%;
          flex: 0 1 15%;
}

.news_item_title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 85%;
          flex: 0 1 85%;
}

.jop_list {
  background-color: #F8F8F8;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 767px) {
  .jop_list {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.jop_list .content_title {
  padding-left: 0;
  border-left: none;
}

@media (max-width: 767px) {
  .jop_list .more_content {
/*    display: none; */
  }
}

.jop_list_text {
  display: none;
}

@media (max-width: 767px) {
  .jop_list_text {
    display: block;
    font-size: 15px;
    padding-top: 11px;
    padding-bottom: 25px;
    line-height: 1.5em;
  }
}

.jop_list_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 25px;
}

@media (max-width: 767px) {
  .jop_list_cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0;
  }
}

.jop_list_cont a {
  display: block;
  width: calc(25% - 15px * 3 / 4);
  margin-right: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .jop_list_cont a {
    width: calc(50% - 12px * 1 / 2);
    margin-right: 12px;
  }
}

@media (max-width: 767px) {
  .jop_list_cont a:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .jop_list_cont a:nth-child(n + 3) {
    margin-top: 35px;
  }
}

.jop_list_cont a:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .jop_list_cont a:last-child {
    margin-right: auto;
  }
}

.jop_list_cont_img img {
  width: 100%;
  height: auto;
}

.jop_list_cont_text {
  padding-top: 13px;
  color: #333333;
}

@media (max-width: 767px) {
  .jop_list_cont_text {
    font-size: 14px;
  }
}

.jop_list_cont_kind {
  margin-top: 12px;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
  width: 132px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}

.jop_list_cont_kind_t,
.jop_list_cont_kind_takahashi {
  background-color: #A91B4B;
}

.jop_list_cont_kind_y,
.jop_list_cont_kind_yuyumura {
  background-color: #BAA58D;
}

.jop_list_cont_kind_n,
.jop_list_cont_kind_nursing {
  background-color: #577f41;
}

.jop_list_cont_kind_c,
.jop_list_cont_kind_care {
  background-color: #a9961b;
}

.voice {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 110px;
}

@media (max-width: 767px) {
  .voice {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

.voice .inner {
/*  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 50px; */
}

.voice .content_title {
  border-left: none;
  padding-left: 0;
}

.voice_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 25px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .voice_cont {
    position: relative;
    margin-left: 5px;
  }
  .voice_cont::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -10px;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: no-repeat url("../img/s_next@2x.png") center center/contain;
    z-index: 0;
  }
  .voice_cont::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -20px;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: no-repeat url("../img/s_prev@2x.png") center center/contain;
    z-index: 0;
  }
}
.voice .voice_cont a {
  display: block;
  margin-right: 16px;
  width: calc(33.333% - 16px * 2 / 3);
}
.senior_v .voice_cont a {
  display: block;
  margin-right: 0;
  width: calc(25% - 36px * 1 / 4);
  margin-bottom: 40px;
}

.voice_cont a:last-child {
  margin-right: 0;
}

.voice_cont_img_wrap {
  position: relative;
  width: 100%;
}

.voice_cont_img_wrap .voice_cont_img img {
  width: 100%;
  height: auto;
}

.voice_cont_text {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 17px;
  text-align: center;
  min-width: 85px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #fff;
}

.voice_nur,
.voice_nurse {
  background-color: #E07A91;
}

.voice_sta,
.voice_careworker {
  background-color: #F08259;
}

.voice_doctor {
  background-color: #484FA0;
}

.voice_pharmacist {
  background-color: #CB942D;
}

.voice_pharmacy {
  background-color: #D5C545;
}

.voice_socialworker {
  background-color: #6FC17C;
}

.voice_healthinformationmanager {
  background-color: #3DAC9B;
}

.voice_registereddietitians {
  background-color: #CE33A4;
}

.voice_nutritionist {
  background-color: #DE75DB;
}

.voice_medicaltechnologist {
  background-color: #4758D6;
}

.voice_radiationtechnologist {
  background-color: #817DE0;
}

.voice_physicaltherapist {
  background-color: #A7C470;
}

.voice_occupationaltherapist {
  background-color: #8AC38F;
}

.voice_speechpathologist {
  background-color: #E0BD7A;
}

.voice_clinicalengineer {
  background-color: #7AB9E0;
}

.voice_clinicalassistant {
  background-color: #C45C98;
}

.voice_nursemate {
  background-color: #F27070;
}

.voice_clericalwork {
  background-color: #AFAAA8;
}

.voice_cont_name {
  font-size: 16px;
  padding-top: 22px;
  color: #333333;
}

.voice_cont_name span {
  color: #A91B4B;
  font-size: 12px;
  display: inline-block;
  padding-left: 22px;
}

.modal_voice,
.modal_hk,
.modal_tn {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #fff;
}

@media (max-width: 767px) {
  .modal_voice,
  .modal_hk,
  .modal_tn {
    background-color: rgba(0, 0, 0, 0.4);
  }
}

.modal_voice .inner,
.modal_hk .inner,
.modal_tn .inner {
  width: 90%;
  max-width: 800px;
  margin: auto;
  position: relative;
  margin: auto;
  padding: 86px 136px 170px 80px;
  border: 1px solid #DDDDDD;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 999px) {
  .modal_voice .inner,
  .modal_hk .inner,
  .modal_tn .inner {
    padding: 86px 90px 170px 80px;
    max-height: 100%;
    overflow: scroll;
  }
}

@media (max-width: 767px) {
  .modal_voice .inner,
  .modal_hk .inner,
  .modal_tn .inner {
    background-color: #fff;
    padding: 42px 0 42px 0;
    max-height: 100%;
    overflow: scroll;
  }
}

.modal_voice .modal_wrap,
.modal_hk .modal_wrap,
.modal_tn .modal_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 584px;
}

@media (max-width: 767px) {
  .modal_voice .modal_wrap,
  .modal_hk .modal_wrap,
  .modal_tn .modal_wrap {
    display: block;
    margin: auto;
  }
}

.modal_voice .modal_wrap .modal_img_wrap,
.modal_hk .modal_wrap .modal_img_wrap,
.modal_tn .modal_wrap .modal_img_wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
  position: relative;
}

.modal_voice .modal_wrap .modal_img_wrap .modal_img,
.modal_hk .modal_wrap .modal_img_wrap .modal_img,
.modal_tn .modal_wrap .modal_img_wrap .modal_img {
  width: 100%;
  text-align: center;
}

.modal_voice .modal_wrap .modal_img_wrap .modal_img img,
.modal_hk .modal_wrap .modal_img_wrap .modal_img img,
.modal_tn .modal_wrap .modal_img_wrap .modal_img img {
  width: 100%;
}

@media (max-width: 767px) {
  .modal_voice .modal_wrap .modal_img_wrap .modal_img img,
  .modal_hk .modal_wrap .modal_img_wrap .modal_img img,
  .modal_tn .modal_wrap .modal_img_wrap .modal_img img {
    width: 92%;
    max-width: 400px;
  }
}

.modal_voice .modal_wrap .modal_img_wrap .modal_img_text_sp,
.modal_hk .modal_wrap .modal_img_wrap .modal_img_text_sp,
.modal_tn .modal_wrap .modal_img_wrap .modal_img_text_sp {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 92%;
  max-width: 400px;
}

@media (max-width: 767px) {
  .modal_voice .modal_wrap .modal_img_wrap .modal_img_text_sp,
  .modal_hk .modal_wrap .modal_img_wrap .modal_img_text_sp,
  .modal_tn .modal_wrap .modal_img_wrap .modal_img_text_sp {
    display: block;
  }
}

.modal_voice .modal_wrap .modal_img_wrap .modal_img_text_sp p,
.modal_hk .modal_wrap .modal_img_wrap .modal_img_text_sp p,
.modal_tn .modal_wrap .modal_img_wrap .modal_img_text_sp p {
  display: inline-block;
  padding: 0 17px;
  min-width: 85px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #E07A91;
  color: #fff;
  font-size: 16px;
}

.modal_voice .modal_wrap .modal_text_wrap,
.modal_hk .modal_wrap .modal_text_wrap,
.modal_tn .modal_wrap .modal_text_wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .modal_voice .modal_wrap .modal_text_wrap,
  .modal_hk .modal_wrap .modal_text_wrap,
  .modal_tn .modal_wrap .modal_text_wrap {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .modal_voice .modal_wrap .modal_text_wrap div,
  .modal_hk .modal_wrap .modal_text_wrap div,
  .modal_tn .modal_wrap .modal_text_wrap div {
    display: inline-block;
    width: 100%;
    max-width: 400px;
  }
}

.modal_voice .modal_wrap .modal_text_wrap .modal_img_text_pc,
.modal_hk .modal_wrap .modal_text_wrap .modal_img_text_pc,
.modal_tn .modal_wrap .modal_text_wrap .modal_img_text_pc {
  display: inline-block;
  background-color: #E07A91;
  padding: 0 17px;
  color: #fff;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  min-width: 85px;
}

@media (max-width: 767px) {
  .modal_voice .modal_wrap .modal_text_wrap .modal_img_text_pc,
  .modal_hk .modal_wrap .modal_text_wrap .modal_img_text_pc,
  .modal_tn .modal_wrap .modal_text_wrap .modal_img_text_pc {
    display: none;
  }
}

.modal_voice .modal_wrap .modal_text_wrap .modal_name,
.modal_hk .modal_wrap .modal_text_wrap .modal_name,
.modal_tn .modal_wrap .modal_text_wrap .modal_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 767px) {
  .modal_voice .modal_wrap .modal_text_wrap .modal_name,
  .modal_hk .modal_wrap .modal_text_wrap .modal_name,
  .modal_tn .modal_wrap .modal_text_wrap .modal_name {
    margin: auto;
    width: 92%;
  }
}

.modal_voice .modal_wrap .modal_text_wrap .modal_name p,
.modal_hk .modal_wrap .modal_text_wrap .modal_name p,
.modal_tn .modal_wrap .modal_text_wrap .modal_name p {
  font-size: 20px;
}

.modal_voice .modal_wrap .modal_text_wrap .modal_name p:last-child,
.modal_hk .modal_wrap .modal_text_wrap .modal_name p:last-child,
.modal_tn .modal_wrap .modal_text_wrap .modal_name p:last-child {
  font-size: 12px;
  color: #A91B4B;
  padding-left: 15px;
}

.modal_voice .modal_wrap .modal_text_wrap .modal_text1,
.modal_hk .modal_wrap .modal_text_wrap .modal_text1,
.modal_tn .modal_wrap .modal_text_wrap .modal_text1 {
  padding-top: 10px;
  line-height: 2em;
  font-size: 15px;
}

@media (max-width: 767px) {
  .modal_voice .modal_wrap .modal_text_wrap .modal_text1,
  .modal_hk .modal_wrap .modal_text_wrap .modal_text1,
  .modal_tn .modal_wrap .modal_text_wrap .modal_text1 {
    width: 92%;
  }
}

@media (max-width: 767px) {
  .modal_voice .modal_wrap .modal_text_wrap .modal_text1 p,
  .modal_hk .modal_wrap .modal_text_wrap .modal_text1 p,
  .modal_tn .modal_wrap .modal_text_wrap .modal_text1 p {
    text-align: left;
  }
}

.modal_voice .modal_wrap .modal_text_wrap .modal_text1 .modal_text1_br,
.modal_hk .modal_wrap .modal_text_wrap .modal_text1 .modal_text1_br,
.modal_tn .modal_wrap .modal_text_wrap .modal_text1 .modal_text1_br {
  display: block;
}

@media (max-width: 767px) {
  .modal_voice .modal_wrap .modal_text_wrap .modal_text1 .modal_text1_br,
  .modal_hk .modal_wrap .modal_text_wrap .modal_text1 .modal_text1_br,
  .modal_tn .modal_wrap .modal_text_wrap .modal_text1 .modal_text1_br {
    display: none;
  }
}

.modal_voice .modal_text2,
.modal_hk .modal_text2,
.modal_tn .modal_text2 {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .modal_voice .modal_text2,
  .modal_hk .modal_text2,
  .modal_tn .modal_text2 {
    width: 92%;
    max-width: 400px;
    margin: auto;
    padding-top: 10px;
  }
}

.modal_voice .modal_text2 p,
.modal_hk .modal_text2 p,
.modal_tn .modal_text2 p {
  font-size: 15px;
  line-height: 1.7em;
}

.modal_voice .modal_close,
.modal_hk .modal_close,
.modal_tn .modal_close {
  position: absolute;
  top: 0;
  right: 0;
  background: no-repeat url("../img/close_btn@2x.png") center center/contain;
  width: 62px;
  height: 62px;
}

@media (max-width: 767px) {
  .modal_voice .modal_close,
  .modal_hk .modal_close,
  .modal_tn .modal_close {
    top: 0;
    background: no-repeat url("../img/close_btn_sp@2x.png") center center/contain;
    width: 50px;
    height: 50px;
  }
}

.modal_voice .modal_close:hover,
.modal_hk .modal_close:hover,
.modal_tn .modal_close:hover {
  cursor: pointer;
}

.careworker .modal_img_text_sp p,
.careworker .modal_img_text_pc {
  background-color: #F08259 !important;
}

.doctor .modal_img_text_sp p,
.doctor .modal_img_text_pc {
  background-color: #484FA0 !important;
}

.pharmacist .modal_img_text_sp p,
.pharmacist .modal_img_text_pc {
  background-color: #CB942D !important;
}

.pharmacy .modal_img_text_sp p,
.pharmacy .modal_img_text_pc {
  background-color: #D5C545 !important;
}

.socialworker .modal_img_text_sp p,
.socialworker .modal_img_text_pc {
  background-color: #6FC17C !important;
}

.healthinformationmanager .modal_img_text_sp p,
.healthinformationmanager .modal_img_text_pc {
  background-color: #3DAC9B !important;
}

.registereddietitians .modal_img_text_sp p,
.registereddietitians .modal_img_text_pc {
  background-color: #CE33A4 !important;
}

.nutritionist .modal_img_text_sp p,
.nutritionist .modal_img_text_pc {
  background-color: #DE75DB !important;
}

.medicaltechnologist .modal_img_text_sp p,
.medicaltechnologist .modal_img_text_pc {
  background-color: #4758D6 !important;
}

.radiationtechnologist .modal_img_text_sp p,
.radiationtechnologist .modal_img_text_pc {
  background-color: #817DE0 !important;
}

.physicaltherapist .modal_img_text_sp p,
.physicaltherapist .modal_img_text_pc {
  background-color: #A7C470 !important;
}

.occupationaltherapist .modal_img_text_sp p,
.occupationaltherapist .modal_img_text_pc {
  background-color: #8AC38F !important;
}

.speechpathologist .modal_img_text_sp p,
.speechpathologist .modal_img_text_pc {
  background-color: #E0BD7A !important;
}

.clinicalengineer .modal_img_text_sp p,
.clinicalengineer .modal_img_text_pc {
  background-color: #7AB9E0 !important;
}

.clinicalassistant .modal_img_text_sp p,
.clinicalassistant .modal_img_text_pc {
  background-color: #C45C98 !important;
}

.nursemate .modal_img_text_sp p,
.nursemate .modal_img_text_pc {
  background-color: #F27070 !important;
}

.clericalwork .modal_img_text_sp p,
.clericalwork .modal_img_text_pc {
  background-color: #AFAAA8 !important;
}

.recruit_bottom {
  background-color: #FDF4F7;
  padding-top: 60px;
  padding-bottom: 67px;
}

@media (max-width: 767px) {
  .recruit_bottom {
    display: none;
  }
}

.recruit_bottom .inner {
  max-width: 600px;
}

.recruit_bottom_title {
  color: #333333;
  font-size: 24px;
  text-align: center;
}

.recruit_bottom_btn {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.recruit_bottom_btn a {
  display: block;
  background-color: #fff;
  border: 1px solid #A91B4B;
  max-width: 265px;
  width: 100%;
  text-align: center;
  height: 60px;
  line-height: 60px;
  color: #333333;
  position: relative;
  font-size: 22px;
}

.recruit_bottom_btn a:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
}

.recruit_bottom_btn_t:after {
  top: 52% !important;
  background: no-repeat url("../img/icon_tel@2x.png") center center/contain;
}

.recruit_bottom_btn_m:after {
  background: no-repeat url("../img/icon_mail@2x.png") center center/contain;
}

.senior_v .inner {
  border-bottom: none;
}

@media (max-width: 767px) {
  .senior_v .inner .voice_cont {
    display: block;
  }
}

.senior_v .inner .voice_cont::before, .senior_v .inner .voice_cont::after {
  background: none;
}

@media (max-width: 767px) {
  .senior_v .inner .voice_cont a {
    margin: auto;
    width: 100%;
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .senior_v .inner .voice_cont a:nth-child(n + 2) {
    margin-top: 30px;
  }
}

.recruit_bottom_sp {
  display: none;
}

@media (max-width: 767px) {
  .recruit_bottom_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.recruit_bottom_sp a {
  display: block;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 54px;
  line-height: 54px;
  position: relative;
}

.recruit_bottom_sp a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 5%;
  width: 25px;
  height: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.recruit_bottom_btn_t_sp {
  background-color: #E07A91;
}

.recruit_bottom_btn_t_sp::before {
  background: no-repeat url("../img/icon_tel_sp@2x.png") center center/contain;
}

.recruit_bottom_btn_m_sp {
  background-color: #707070;
}

.recruit_bottom_btn_m_sp::before {
  background: no-repeat url("../img/icon_mail_sp@2x.png") center center/contain;
}

@media (max-width: 767px) {
  footer {
    margin-bottom: 54px !important;
  }
}

.home_top_popup {
  background-color: #fff;
  position: absolute;
  top: 160px;
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  max-width: 960px;
  display: none;
}

@media (max-width: 999px) {
  .home_top_popup {
    top: 120px;
    left: 50%;
    width: 90%;
  }
}

@media (max-width: 767px) {
  .home_top_popup {
    top: 60px;
    left: 50%;
    width: 90%;
  }
}

.home_top_popup .inner {
  width: 90%;
  margin: auto;
  padding-top: 45px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .home_top_popup .inner  {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.home_top_popup_title {
  padding: 0 30px 0 0;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .home_top_popup_title {
    padding: 0 40px 0 0;
    font-size: 14px;
    line-height: 1.6;
    min-height: 50px;
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  .home_top_popup .inner .scroll {
    overflow-y: scroll;
    height: 300px;
    line-height: 1.6;
  }

  .home_top_popup .inner .scroll .table_square_red > tbody > tr > th {
    line-height: 1.3;
    font-size: 13px;
  }
  .home_top_popup .inner .scroll .table_square_red > tbody > tr > td {
    line-height: 1.6;
    font-size: 13px;
  }

}

.home_top_popup_text {
  padding-top: 18px;
  color: #333333;
  font-size: 15px;
  line-height: 1.8em;
}
@media (max-width: 767px) {
  .home_top_popup_text {
    padding-top: 5px;
    font-size: 13px;
  }
}

.home_top_popup_subtitle {
  margin: 40px 0 20px 0;
  color: #A91B4B;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .home_top_popup_subtitle {
    margin: 20px 0 10px 0;
    font-size: 14px;
  }
}

.home_top_popup_wrap {
  position: relative;
  height: 100%;
  border: 1px solid #f00;
  background-color: #ffffcc;
}

.home_top_popup_wrap .home_top_popup_btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #DDDDDD;
  text-align: center;
  line-height: 60px;
}

@media (max-width: 767px) {
  .home_top_popup_wrap .home_top_popup_btn {
    width: 48px;
    height: 48px;
  }
}


.home_top_popup_wrap .home_top_popup_btn:hover {
  cursor: pointer;
}

.home_top_popup_wrap .home_top_popup_btn img {
  max-width: 20px;
  height: auto;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .home_top_popup_wrap .home_top_popup_btn img {
    padding-top: 14px;
    vertical-align: top;
  }
}


.home_top_popup_wrap a {
	display: block;
	padding-left: 10px;
	width: 154px;
	line-height: 33px;
	height: 33px;
	color: #A91B4B;
	font-size: 14px;
	border: 1px solid #A91B4B;
	background: url(../img/more_icon.png) no-repeat top 50% right 10px;
}

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