@charset "utf-8";
/* default PC */

/* 募集要項 */
#job .table-02 th {
  width: 18%;
  min-width: 115px;
  vertical-align: top;
}

/* 先輩の声 */
#voice #contents .voice-item .link-bnr h2 {
  font-size: 26px;
  margin-bottom: 15px;
  text-align: left;
}

#voice #contents .voice-item .link-bnr h2 .post-txt {
  display: block;
  font-size: 30px;
  margin-bottom: 35px;
}

#voice #contents .voice-item .link-bnr .yaer {
  color: #0B233F;
  margin-bottom: 0;
}

#voice #contents .voice-item .link-bnr .from {
  color: #0B233F;
}

#voice #contents .voice-item .link-bnr h2 .min-txt {
  font-size: 18px;
}

#voice .txt-box {
  background-color: #FFF;
  padding: 30px;
}

#voice #contents .voice-item .link-bnr .name {
  color: #0B233F;
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 10px;
}

#voice #contents .txt-box .link-btn {
  margin-bottom: 0;
}

#voice .voice-item {
  margin-bottom: 50px;
}

#voice .voice-item .link-bnr {
  width: 100%;
}

#voice .voice-item .link-bnr img {
  width: 100%;
}


#voice .voice-item .link-bnr .img-2box {
  width: 40%;
}

#voice .voice-item .link-bnr .img-2box-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  width: 60%;
}

/* 先輩の声 詳細ページ Q&A */

#voice-01,
#voice-02,
#voice-03,
#voice-04 {
  #contents .qa-area .qa-box {
    background-color: #FFF;
    margin-bottom: 45px;
    padding: 45px 35px;
  }

  #contents .qa-area .qa-box:last-child {
    margin-bottom: 0;
  }

  #contents .qa-box .q-ttl,
  #contents .qa-box .a-box {
    display: flex;
    flex-wrap: wrap;
  }

  #contents .qa-box .q-ttl {
    align-items: baseline;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 20px;
  }

  #contents .qa-box .q-txt,
  #contents .qa-box .a-txt {
    align-items: center;
    display: flex;
    font-size: 26px;
    font-weight: bold;
    height: 30px;
    justify-content: center;
    margin-bottom: 0;
    width: 25px;
  }

  #contents .qa-box .txt {
    margin-left: 15px;
    width: calc(100% - 40px);
  }
}

/* 先輩の声 詳細ページ 一日の流れ */

#voice-01,
#voice-02,
#voice-03,
#voice-04 {
  .bg-orange .img-2box-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #contents .bg-orange .img-2box-txt h2 {
    margin-bottom: 20px;
    text-align: left;
  }

  #contents .bg-orange .img-2box-txt p.name {
    font-size: 26px;
  }

  #contents .bg-orange .img-2box-txt p.yaer,
  #contents .bg-orange .img-2box-txt p.from {
    margin-bottom: 0;
  }

  .flow-item {
    position: relative;
    width: calc(50% + 1px);
    z-index: 1;
  }

  .flow-inner-left {
    position: relative;
  }

  .flow-inner {
    background-color: #FFF;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    width: calc(100% - 60px);
  }

  .flow-day-area {
    position: relative;
  }

  #contents .flow-inner .flow-txt .time-txt {
    color: #C46640;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "メイリオ", " Meiryo", "ＭＳ Ｐ明朝", "MS PMincho", Osaka, serif;
    font-size: 32px;
    font-weight: bold;
    left: 0;
    line-height: 1.0em;
    top: -45px;
  }

  #contents .flow-inner .flow-txt .time-txt .work {
    font-size: 21px;
    margin-left: 15px;
  }

  .flow-item .icon {
    background: #C46640;
    height: 15px;
    position: absolute;
    right: -69px;
    top: 23px;
    transform: rotate(45deg);
    width: 15px;
  }

  .flow-inner:after {
    background-color: #C46640;
    content: "";
    height: 4px;
    left: 57px;
    position: absolute;
    top: 28px;
    width: 100%;
    z-index: -1;
  }

  .flow-right {
    border-right-width: 0;
    position: relative;
    right: calc(-55% - 1px);
  }

  .flow-inner.flow-inner-right::after {
    left: -60px;
  }

  .flow-item.flow-right .icon {
    left: -76px;
  }

  .flow-day-area:before {
    background: #C46640;
    content: "";
    height: 77%;
    left: calc(50%);
    position: absolute;
    top: 30px;
    width: 4px;
  }

  .flow-top {
    padding-top: 100px;
  }

  #contents .for-day-shift {
    background-color: #C46640;
    color: #FFF;
    left: 50%;
    max-width: 200px;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translate(-50%, 0);
    width: 100%;
    z-index: 1;
  }

  .voice-box .link-btn {
    background: transparent;
    margin: 15px auto 10px;
  }
}

/* 福利厚生 */
#welfare .welfare-various .txt-3box {
  background-color: #fff;
  padding: 40px;
  margin-bottom: 30px;
}

#welfare .welfare-content .welfare-ico img {
  width: 100%;
  max-width: 100px;
  height: 90px;
}

#welfare #contents .welfare-various .txt-3box h3 {
  text-align: center;
  padding: 0;
  border: 0;
}

/* 応募の流れ */

#flow .flow-area .flow-item {
  margin-bottom: 30px;
}

#flow .tel-txt {
  text-align: center;
}

#flow .tel-txt a {
  font-size: 30px;
}

#flow .tel-box a[href*="tel:"]::before {
  display: none;
}

#flow .tel-box.flex {
  align-items: flex-end;
}

#flow .tel-box .sub-ttl {
  font-size: 18px;
  line-height: 1.3em;
  margin-right: 5px;
}

#flow #contents .tel-box {
  justify-content: start;
  max-width: 100%;
  margin-bottom: 15px;
}


#flow #contents .tel-box a[href*="tel:"] {
  margin-right: 0;
}

#flow #contents .tel-box a[href*="tel:"] {
  color: #E26C35;
  font-size: 30px;
}

#flow #contents .tel-box a[href*="tel:"]::before {
  display: none;
}

#flow #contents .flow-area .flow-item h3 {
  border: none;
  padding-left: 55px;
  position: relative;
}

#flow #contents .flow-area .flow-item h3 .num {
  background-color: #C46640;
  color: #FFF;
  left: 0;
  padding: 4px 12px 4px 14px;
  position: absolute;
  top: 2px;
}

#flow .flow-area .flow-item .document-area .txt-2box,
#flow .flow-area .flow-item .document-item {
  background-color: #FBF8F4;
  padding: 30px;
}

#flow .flow-area .flow-item .document-area .txt-2box h4,
#flow .flow-area .flow-item .document-item h4 {
  padding: 0;
}

#flow #contents .flow-area .flow-item .reception-txt {
  margin-bottom: 0;
}

#flow #contents .flow-area .flow-item .reception-txt .ttl {
  background-color: #0B233F;
  color: #fff;
  padding: 1px 10px 3px 10px;
  margin-right: 10px;
  font-size: 15px;
}

#flow #contents .flow-area .flow-item .reception-txt .num {
  font-size: 20px;
}

#flow .contact-box .txt-2box.end {
  background-color: #f3f3f3;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

#flow .contact-box .txt-2box.contact-box {
  display: flex;
}

#flow .contact-box .txt-2box.contact-box .link-btn.contact {
  margin: auto;
  padding: 24px 10px;
  font-size: 22px;
  max-width: 500px;
  width: 100%;
}

/* 病院見学 */
#visit p.sub-txt {
  font-size: 20px;
  margin-bottom: 0;
  text-align: center;
}

#visit .table-02 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

select::-ms-expand {
  display: block;
}

#entry .entry-area.bg-white {
  width: 100%;
  max-width: 1040px;
  margin: auto;
}

#entry .wpcf7-radio {
  display: flex;
  justify-content: flex-start;
}

#entry .wpcf7-radio .wpcf7-list-item.first {
  margin-right: 25px;
}


/* 先輩の声 一日の流れ */
#voice-01 #contents,
#voice-02 #contents,
#voice-03 #contents,
#voice-04 #contents {
  .flow-item {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 20px;
    position: relative;
    width: auto;
  }

  .flow-num {
    color: #0B233F;
    display: flex;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "メイリオ", " Meiryo", "ＭＳ Ｐ明朝", "MS PMincho", Osaka, serif;
    font-weight: 500;
    margin: 0 60px 0 0;
    position: relative;
    width: 8%;
    text-align: right;
  }

  .flow-item.first .flow-num::after {
    top: -30px;
    height: calc(100% + 75px);
  }

  .flow-item.last .flow-num::after {
    height: 40px;
  }

  .flow-num:before {
    background-color: #C46640;
    bottom: auto;
    content: "";
    height: 13px;
    left: calc(100% + 14px);
    margin: auto;
    position: absolute;
    top: 45px;
    transform: rotate(45deg);
    width: 13px;
  }

  .flow-num:after {
    border-right: 3px solid #C46640;
    content: "";
    height: calc(100% + 20px);
    left: calc(100% + 14px);
    position: absolute;
    top: 20px;
    width: 5px;
  }

  .flow-date {
    width: 135px;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0 10px;
    line-height: 1.5em;
    display: block;
    margin: 25px 0 0;
  }

  .flow-txt-img {
    width: 100%;
    max-width: 87%;
  }

  .flow-txt-img .flex .txt-area {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    background-color: #FFF;
    padding: 30px;
    max-width: 100%;
  }

  .txt-area {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    background-color: #FFF;
    padding: 30px;
    width: 100%;
    max-width: 87%;
  }

  .flow-contents {
    position: relative;
  }

  .flow-item.first {
    margin-top: 130px;
  }

  .for-day-shift {
    transform: none;
    left: 0;
    top: -70px;
    max-width: 270px;
  }

  .flow-txt-img .img-2box-txt {
    margin-left: 0;
  }

  .txt-area h3 {
    border: none;
    padding: 0;
    margin-bottom: 20px;
    color: #C46640;
  }

}


/* 共通 */
.about-area {
  background-color: #fff;
  border: 5px solid #eee8d8;
}

#contents .about-area p:last-child {
  margin-bottom: 0;
}

#team {
  .team-area .item-box {
    margin-bottom: 50px;
    background-color: #fff;
  }

  .team-area .item-box .txt-area {
    padding: 30px 30px 15px;
  }

  #contents .team-area .item-box .txt-area h3 {
    padding: 0;
    border: none;
    text-align: center;
    color: #E26C35;
  }

  #contents .team-area .item-box img {
    width: 100%;
  }
}

#numbers {

  #page-ttl .inner h1 .sub-txt {
    font-size: 23px;
  }

  #page-ttl .inner h1 {
    display: flex;
    flex-direction: column;
    line-height: 1.3em;
  }

  #page-ttl {
    padding: 46px 0;
  }

  .about-area {
    background-color: #C46640;
    color: #FFF;
    margin: 20px auto 50px;
    max-width: 1000px;
    width: 100%;
  }

  #contents .about-area p {
    font-size: 20px;
    font-weight: 500;
  }

  .date-area {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .date-area .date-item {
    background-color: #FFF;
    margin-bottom: 30px;
    padding: 50px;
    width: 100%;
  }

  #contents .date-area .date-item p.num-p {
    color: #C46640;
    font-size: 30px;
    text-align: center;
  }

  #contents .date-area .date-item p.num-p .num-txt {
    font-size: 200%;
    font-weight: 500;
    margin-right: 6px;
  }

  .date-area .date-item img {
    max-width: 100px;
    width: 100%;
  }

  #contents .date-area .date-item p.gender-txt {
    background-color: #8AB9DF;
    border-radius: 5px;
    color: #FFF;
    margin: 0 auto 20px;
    max-width: 120px;
    text-align: center;
    width: 100%;
  }

  #contents .date-area .date-item p.gender-txt.girl {
    background-color: #F2A1AF;
  }

  .date-area .date-item:nth-child(7),
  .date-area .date-item:nth-child(8) {
    width: calc(100% / 2 - 20px);
  }

  .date-area .date-item:nth-child(8) {
    margin-right: 0;
  }

  .date-area .date-item:nth-child(3n) {
    margin-right: 0;
  }

  #contents .date-area .date-item .item-list .counter {
    color: #C46640;
    font-size: 30px;
    text-align: center;
  }

  #contents .date-area .date-item .item-list .counter .number {
    font-size: 200%;
    font-weight: 500;
    margin-right: 6px;
  }

  #contents .date-area .date-item h3 {
    color: #0B233F;
  }

  #contents .date-area .date-item p {
    color: #0B233F;
  }

  .date-area .date-item .img-2box-txt {
    margin-left: 0;
    width: calc(75% - 30px);
  }

  .date-area .date-item .img-2box.num {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 25%;
  }

  .comment-area {
    background-color: #F7EEE0;
    border-radius: 50px;
    margin-left: 130px;
    margin-top: 20px;
    padding: 20px 30px;
    position: relative;
  }

  #contents .comment-area p {
    margin-bottom: 0;
  }

  .comment-area:before {
    border-bottom: 10px solid transparent;
    border-left: 20px solid #F7EEE0;
    border-top: 10px solid transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    left: -15px;
    margin: auto;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(180deg);
    width: 0;
  }

  #contents .date-area .date-item p.nationwide {
    margin-bottom: 0;
    text-align: center;
  }

  .comment-area:after {
    background: url(../image/contents/about/data/data_comment_01.png);
    background-size: 100px;
    bottom: -30px;
    content: "";
    height: 123px;
    left: -130px;
    position: absolute;
    width: 100px;
  }

  .date-area .date-item:nth-child(2n) .comment-area:after {
    background: url(../image/contents/about/data/data_comment_05.png);
    background-size: 110px;
    width: 110px;
  }

}


/* 職種 共通 */
.work-content .work-item .txt-2box,
.work-content .work-item .txt-3box {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 40px;
}

#contents .work-content .work-item .txt-2box h3,
#contents .work-content .work-item .txt-3box h3 {
  text-align: center;
  border: none;
  padding: 0;
  color: #E26C35;
}

.work-content .work-voice .name-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}

#contents .work-content .work-voice .name-area p.name.serif {
  margin-bottom: 0;
  font-size: 25px;
}

#contents .work-content .work-voice .name-area p.name.serif .min-txt {
  font-size: 17px;
  margin-left: 5px;
}

#contents .work-content .work-voice .name-area p.yaer {
  margin-bottom: 0;
  margin-left: 20px;
  background-color: #EDDCC2;
  padding: 3px 20px;
}

#contents .work-content .work-voice {
  padding: 40px;
  background-color: #fff;
}

#contents .work-content .work-voice h3 {
  color: #E26C35;
  padding: 0;
  border: 0;
}

/* 職種 共通 */

/* 看護師 */
.work-content .work-item .career-area .txt-2box {
  margin-bottom: 0;
}

.work-content .work-item .career-area .training-item .txt-3box {
  padding: 0;
  margin-bottom: 0;
  background-color: #ffffff00;
}

.work-content .work-item .career-area .training-item {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 40px;
}

#growth .flow-contents .txt-4box.flow-item {
  background-color: #fff;
  position: relative;
  margin-top: 55px;
  z-index: 5;
}

#growth .flow-contents .txt-4box.flow-item img {
  width: 100%;
}

#growth .flow-contents .txt-4box.flow-item .txt-area {
  padding: 15px 30px 25px;
}

#contents #growth .flow-contents .txt-4box.flow-item .txt-area .time-txt {
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  color: #E26C35;
  margin-bottom: 10px;
}

#contents #growth .flow-contents .txt-4box.flow-item .txt-area p {
  margin-bottom: 0;
  color: #0B233F;
}

#growth .flow-contents .txt-4box.flow-item:before {
  background-color: #C46640;
  content: "";
  height: 30px;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(225deg);
  width: 30px;
  z-index: 2;
}

#growth .flow-contents .txt-4box.flow-item .bg-line {
  background-color: #C46640;
  content: "";
  display: block;
  height: 43px;
  width: 5px;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  z-index: -1;
  margin: auto;
}

#growth .flow-contents .txt-4box.flow-item:after {
  background-color: #9f9f9f;
  content: "";
  display: inline-block;
  height: 5px;
  left: 148px;
  position: absolute;
  top: -48px;
  width: 110%;
  z-index: 1;
}

#growth .flow-contents .txt-4box.flow-item:last-child:after {
  content: none;
}

/* Q&A */
#contents .qa-area .qa-box {
  background-color: #FFF;
  margin-bottom: 45px;
  padding: 35px 35px;
}

#contents .qa-area .qa-box:last-child {
  margin-bottom: 0;
}

#contents .qa-box .q-ttl,
#contents .qa-box .a-box {
  display: flex;
  flex-wrap: wrap;
}

#contents .qa-box .q-ttl {
  align-items: baseline;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 25px;
}

#contents .qa-box .q-txt,
#contents .qa-box .a-txt {
  align-items: center;
  display: flex;
  font-size: 26px;
  font-weight: bold;
  height: 30px;
  justify-content: center;
  margin-bottom: 0;
  width: 25px;
}

#contents .qa-box .txt {
  margin-left: 15px;
  width: calc(100% - 40px);
}

#contents .tel-txt {
  margin: 10px 0 30px;
}

#contents .tel-txt .tel {
  color: #E26C35;
  font-size: 120%;
}

/* Q&A ここまで */




@media screen and (max-width: 1400px) {
  .work-content .work-item .txt-2box {
    margin-bottom: 30px;
    width: calc(100% / 2 - 15px);
    margin-right: 0;
  }

  #contents .work-content .work-voice h3 {
    font-size: 20px;
  }

  .work-content .work-item .txt-3box {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 1300px) {
  #growth .flow-contents .txt-4box.flow-item:after {
    width: 100%;
  }
}

@media screen and (max-width: 1250px) {
  #growth .flow-contents .txt-4box.flow-item:after {
    left: 130px;
  }
}

@media screen and (max-width: 1200px) {
  #recruit {
    #contents .bnr-box .bnr-ttl {
      font-size: 22px;
    }
  }

  #occupational .work-content .work-item .txt-2box {
    padding: 35px;
  }
}


/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {
  #recruit {
    #contents .bnr-box .bnr-ttl {
      font-size: 18px;
    }
  }

  /* 病院見学 */
  #visit p.sub-txt {
    font-size: 18px;
  }

  /* 応募の流れ */
  #flow #contents .flow-area .flow-item h3 {
    padding: 5px 0 5px 55px;
  }

  /* チーム制の紹介 */
  #team .team-area .item-box .txt-area {
    padding: 30px 20px 15px;
  }

  /* 福利厚生 */
  #welfare .welfare-various .txt-3box {
    padding: 30px 20px;
  }

  /* 数字でわかる */
  #numbers .date-area .date-item {
    padding: 30px;
  }

  /* 職種 */
  .work-content .work-item .txt-2box,
  #occupational .work-content .work-item .txt-2box {
    padding: 30px 20px;
    margin-bottom: 15px;
  }

  #contents .work-content .work-voice {
    padding: 30px 20px;
  }

  .work-content .work-item .career-area .training-item {
    padding: 30px 20px;
  }

  #growth .flow-contents .txt-4box.flow-item .txt-area {
    padding: 15px 15px;
  }

  #growth .flow-contents .txt-4box.flow-item:after {
    left: 120px;
  }

  /* Q&A */
  #contents .qa-area .qa-box {
    padding: 25px 25px 35px;
  }

  #contents .qa-box .a-txt {
    font-size: 23px;
    height: 24px;
  }

  #contents .qa-box .q-txt {
    font-size: 23px;
  }

  #contents .qa-box .q-ttl {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .work-content .work-item .txt-3box {
    width: calc(100% / 2 - 10px);
    margin-right: 0;
    margin-bottom: 20px;
  }

  #contents .work-content .work-item .flex {
    justify-content: space-around;
  }

  #growth .flow-contents .txt-4box.flow-item:after {
    left: 108px;
  }

  .work-content .work-item .career-area .training-item .txt-3box {
    width: calc(100% / 3 - 5px);
  }

  #contents .work-content .work-item .career-area .flex {
    justify-content: space-between;
  }
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {

  .anchor-box .txt-3box {
    width: calc(100% / 2 - 10px);
  }

  #contents .flex.center.anchor-box {
    justify-content: space-around;
  }

  /* 先輩の声 */
  #voice .voice-item {
    margin-bottom: 30px;
    width: calc(100% / 2 - 15px);
  }

  /* 病院見学 */
  #visit p.sub-txt {
    font-size: 16px;
  }

  /* 応募の流れ */
  #flow .txt-2box {
    margin-bottom: 20px;
  }

  #flow .txt-2box.end {
    margin-bottom: 0;
  }

  /* 福利厚生 */
  #welfare .welfare-various .txt-3box {
    width: calc(100% / 2 - 10px);
    margin-bottom: 20px;
  }

  #welfare .welfare-various .flex {
    justify-content: space-between;
  }

  /* 数字でわかる */
  #numbers #contents .about-area p {
    font-size: 17px;
  }

  #numbers .date-area .date-item .img-2box-txt {
    width: 100%;
  }

  #numbers .date-area .date-item .img-2box.num {
    width: 100%;
    margin-bottom: 15px;
  }

  #numbers .comment-area:after {
    background-size: 90px;
    bottom: -30px;
    height: 112px;
    left: -110px;
    width: 90px;
  }

  #numbers .comment-area {
    margin-left: 100px;
    padding: 15px 20px;
  }

  #numbers #contents .date-area .date-item .flex {
    display: flex;
    flex-direction: column-reverse;
  }

  #numbers .date-area .date-item .img-2box.num {
    display: flex;
    align-items: normal;
    margin-bottom: 30px;
  }

  #numbers #contents .date-area .date-item p.nationwide {
    text-align: center;
  }

  #numbers #contents .date-area .date-item .item-list .counter {
    margin-bottom: 0;
  }

  #numbers #contents .date-area .date-item h3 {
    margin-bottom: 15px;
  }

  /* 職種 */
  #contents .work-content p.txt-center {
    text-align: left;
  }

  #contents .work-content .work-voice .img-2box {
    text-align: center;
    margin-bottom: 25px;
  }

  #contents .work-content .work-voice h3 {
    font-size: 18px;
  }

  .work-content .work-item .career-area .txt-2box {
    width: 100%;
    margin-bottom: 20px;
  }

  .work-content .work-item .career-area .txt-2box.end {
    margin-bottom: 0;
  }

  .work-content .work-item .career-area .training-item .txt-3box {
    width: calc(100% / 3 - 5px);
  }

  #contents .career-area .flex.mb-30 {
    margin-bottom: 20px;
  }

  #growth .flow-contents .txt-4box.flow-item:before {
    top: -45px;
  }

  #growth .flow-contents .txt-4box.flow-item {
    margin-top: 50px;
  }

  #growth .flow-contents .txt-4box.flow-item:after {
    top: -33px;
    left: 196px;
    width: 120%;
  }

  #growth .flow-contents .txt-4box.flow-item:nth-child(3),
  #growth .flow-contents .txt-4box.flow-item:last-child {
    margin-top: 80px;
  }

  #growth .flow-contents .txt-4box.flow-item:nth-child(3)::after {
    left: -80px;
    width: 175%;
  }

  /* 採用エントリー */
  #entry #contents .table-01 tr:first-child {
    border-bottom: 1px solid #B5B5B5;
  }


}

@media screen and (max-width: 810px) {
  #physical .work-content .work-item .txt-2box {
    width: 100%;
    margin-bottom: 20px;
  }
}


@media screen and (max-width: 780px) {
  #growth .flow-contents .txt-4box.flow-item:after {
    left: 155px;
  }

  #growth .flow-contents .txt-4box.flow-item:nth-child(3)::after {
    left: -53px;
  }
}

@media screen and (max-width: 767px) {

  /* 数字でわかる */
  #numbers #contents .about-area p {
    font-size: 15px;
    text-align: left;
  }

  #numbers #contents .about-area p br {
    display: none;
  }

  /* 職種 */
  .work-content .work-item .txt-2box {
    width: 100%;
    margin-bottom: 20px;
  }

  .work-content .work-item .txt-3box {
    width: 100%;
  }

  #contents #growth .flow-contents .txt-4box.flow-item .txt-area p br {
    display: none;
  }

  #contents .work-content .work-item br {
    display: none;
  }

  /* 採用エントリー */
  #contents .entry-about .txt-center.no-mb {
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  #growth .flow-contents .txt-4box.flow-item:after {
    left: 125px;
  }
}


/* view-559 Mobile */
@media screen and (max-width: 559px) {
  .anchor-box .txt-3box {
    width: 100%;
  }

  /* 募集要項 */
  #job .table-02 th {
    width: 18%;
    min-width: 119px;
  }

  /* 先輩の声 */
  #voice .voice-item {
    width: 100%;
  }

  #voice .txt-box {
    padding: 20px 15px;
  }

  /* 病院見学 */
  #visit p.sub-txt {
    font-size: 15px;
  }

  #visit .table-02 th {
    width: 20%;
    min-width: 95px;
  }

  /* 応募の流れ */
  #flow .contact-box .txt-2box.contact-box .link-btn.contact {
    padding: 20px 15px;
    font-size: 20px;
  }

  #flow .contact-box .txt-2box.end {
    padding: 20px 15px;
  }

  #flow .flow-area .flow-item .document-area .txt-2box,
  #flow .flow-area .flow-item .document-item {
    padding: 20px 15px;
  }

  #contents .document-area.flex.mb-30 {
    margin-bottom: 20px;
  }

  /* チーム制の紹介 */
  #team .team-area .item-box .txt-area {
    padding: 20px 14px 10px;
  }

  #team .team-area .item-box {
    margin-bottom: 30px;
  }

  #team #contents .team-area .item-box .txt-area h3 {
    font-size: 19px;
  }

  /* 福利厚生 */
  #welfare .welfare-various .txt-3box {
    width: 100%;
    margin-bottom: 20px;
    padding: 24px 15px 20px;
  }

  #welfare .welfare-content .welfare-ico img {
    height: 60px;
  }

  /* 数字でみる */
  #numbers .date-area .date-item {
    padding: 20px 15px;
  }

  #numbers .comment-area:after {
    bottom: -22px;
    height: 100px;
    left: -90px;
    width: 80px;
    background-size: 80px;
  }

  #numbers .comment-area {
    margin-left: 85px;
    border-radius: 20px;
  }

  /* 職種 */
  #contents .work-content .work-voice h3 {
    font-size: 18px;
  }

  .work-content .work-item .txt-2box,
  #contents .work-content .work-voice {
    padding: 20px 15px;
  }

  #contents .work-content .work-voice h2 {
    margin-bottom: 20px;
  }

  #contents .work-content .work-voice .img-2box img {
    width: 100%;
  }

  .work-content .work-item .career-area .training-item .txt-3box:first-child {
    width: 100%;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .work-content .work-item .career-area .training-item .txt-3box {
    width: calc(100% / 2 - 2.5px);
  }

  .work-content .work-item .career-area .training-item .txt-3box img {
    width: 100%;
  }

  #contents .work-content .work-item .flex {
    justify-content: space-between;
  }

  .work-content .work-item .txt-3box,
  .work-content .work-item .career-area .training-item {
    padding: 20px 15px;
  }

  #growth .flow-contents .txt-4box.flow-item {
    margin-top: 0;
    width: 100%;
    margin-left: 45px;
    margin-bottom: 30px;
    margin-right: 0;
  }

  #growth .flow-contents .txt-4box.flow-item:nth-child(3),
  #growth .flow-contents .txt-4box.flow-item:last-child {
    margin-top: 0;
  }

  #growth .flow-contents .txt-4box.flow-item:before {
    right: auto;
    left: -40px;
    top: 0;
    bottom: 0;
    height: 25px;
    width: 25px;
  }

  #growth .flow-contents .txt-4box.flow-item .bg-line {
    height: 5px;
    width: 45px;
    top: 0;
    bottom: 0;
    right: auto;
    left: -40px;
  }

  #growth .flow-contents .txt-4box.flow-item:after,
  #growth .flow-contents .txt-4box.flow-item:nth-child(3)::after {
    width: 5px;
    height: 114%;
    right: auto;
    left: -30px;
    top: 47%;
  }

  #contents .work-content .work-item br {
    display: block;
  }

  /* Q&A */
  #contents .qa-area .qa-box {
    padding: 20px 15px 30px;
  }

  #contents .qa-box .txt {
    font-size: 18px;
    margin-left: 5px;
    line-height: 1.4em;
  }

  #contents .qa-box .q-txt,
  #contents .qa-box .a-txt {
    font-size: 22px;
  }

}


@media screen and (max-width: 430px) {

  /* 病院見学 */
  #contents .no-mb.txt-center {
    text-align: left;
  }

  #contents .no-mb.txt-center br {
    display: none;
  }
}