@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　CORE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　VARIABLE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　PATH
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　COLOR
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　FONT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　LAYOUT
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　EASING
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　MIXIN
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　Animation
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@-webkit-keyframes scrollBar {
  0% {
    bottom: 68%;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  50% {
    bottom: 34%;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
  50.1% {
    bottom: 34%;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
  100% {
    bottom: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@keyframes scrollBar {
  0% {
    bottom: 68%;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  50% {
    bottom: 34%;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
  50.1% {
    bottom: 34%;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 1;
  }
  100% {
    bottom: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　MIXIN
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　　UNIQUE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.p-kv_content {
  padding: 22.8rem .5rem 0 5rem;
}

.p-kv_content_ttl::before {
  top: -16.5rem;
  left: -9.8rem;
  width: 35.1rem;
  height: 14.8rem;
  background: url(/img/recruit/nurse/p-kv_txt.png) no-repeat;
  background-size: contain;
}

.l-schedule {
  position: relative;
  padding-bottom: 2rem;
}

.l-schedule::after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(90.6rem + ((100vw - 120rem) / 2));
  min-width: 90.6rem;
  height: 100%;
  background: #f1f5f3;
  content: "";
}

.l-schedule_wrapper {
  width: 119rem;
  margin: 0 auto;
}

.l-schedule_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.6rem 4rem;
  background: #59b43b;
  color: #fff;
  font-size: 2.2rem;
  cursor: pointer;
}

.l-schedule_ttl span {
  display: block;
  position: relative;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 1.4rem;
  background: #fff;
}

.l-schedule_ttl span::before {
  display: block;
  position: absolute;
  top: calc(50% - .15rem);
  right: 0;
  left: 0;
  width: 1rem;
  height: .3rem;
  margin: 0 auto;
  border-radius: 1.5rem;
  background: #59b43b;
  content: "";
}

.l-schedule_ttl span::after {
  display: block;
  position: absolute;
  top: calc(50% - .15rem);
  right: 0;
  left: 0;
  width: 1rem;
  height: .3rem;
  margin: 0 auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  border-radius: 1.5rem;
  background: #59b43b;
  content: "";
  -webkit-transition: all 0.55s cubic-bezier(0.46, 0.01, 0.17, 1);
  transition: all 0.55s cubic-bezier(0.46, 0.01, 0.17, 1);
}

.l-schedule_ttl.active span::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 0;
}

.l-schedule_contents {
  display: none;
  padding: 7.2rem 10rem;
  border: 0.3rem solid #59b43b;
  background: #fff;
}

.l-schedule_contents_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.l-schedule_contents_item {
  width: 30rem;
  margin: 0 4rem 3rem 0;
}

.l-schedule_contents_item:nth-of-type(3n) {
  margin-right: 0;
}

.l-schedule_contents_item_img {
  position: relative;
  width: 26rem;
  margin: 0 auto 2rem;
}

.l-schedule_contents_item_img span {
  display: inline-block;
  position: absolute;
  bottom: 3.8rem;
  left: 0;
  padding: .4rem 2rem;
  background: -webkit-gradient(linear, left top, right top, from(#fe9944), to(#fd726a));
  background: -webkit-linear-gradient(left, #fe9944 0%, #fd726a 100%);
  background: linear-gradient(90deg, #fe9944 0%, #fd726a 100%);
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
}

.l-schedule_contents_item_ttl {
  margin-bottom: .8rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.66667;
}

.l-schedule_contents_item_txt {
  color: #4c4c4c;
  font-size: 1.3rem;
  line-height: 1.76923;
  text-align: left;
}

.l-schedule_contents_txt {
  padding: 3rem 0 3.5rem;
  background: #f1f5f3;
}

.l-schedule_contents_txt p {
  font-size: 1.5rem;
  line-height: 1.66667;
}

.l-schedule_contents_txt_time_in {
  display: block;
  padding-top: 3rem;
  color: #4c4c4c;
  font-size: 1.3rem;
  line-height: 1.76923;
}

.l-essential_point {
  padding-top: 14rem;
}

.l-essential_point:last-of-type {
  margin-bottom: 14rem;
}

.l-essential_point_wrapper {
  max-width: 120rem;
  margin: 0 auto;
}

.l-essential_point_ttl {
  margin-bottom: 5rem;
}

.l-essential_point_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: .1rem solid #e4ebe8;
  border-right: .1rem solid #e4ebe8;
  border-left: .1rem solid #e4ebe8;
  text-align: left;
}

.l-essential_point_content:last-of-type {
  border-bottom: .1rem solid #e4ebe8;
}

.l-essential_point_content_wrapper {
  margin-bottom: 6rem;
}

.l-essential_point_content_ttl {
  width: 29rem;
  padding: 3.2rem 4rem;
  border-right: .1rem solid #e4ebe8;
  background: #f1f5f3;
  font-size: 1.8rem;
  line-height: 1.5625;
}

.l-essential_point_content_txt {
  width: calc(100% - 29rem);
  padding: 3.2rem 4rem;
  color: #4c4c4c;
  font-size: 1.6rem;
  line-height: 1.5625;
}

.l-essential_point_content_txt b {
  font-weight: 700;
}

.l-essential_point .c-btn {
  width: 52.4rem;
  margin: 0 auto;
}

.l-essential_point .c-btn a {
  width: 100%;
  height: 8rem;
  border-radius: 4rem;
  font-size: 2.6rem;
  line-height: 8rem;
}

@media screen and (max-width: 48em) {
  .p-kv_content {
    padding: 6.2rem 2rem 5.6rem;
  }
  .p-kv_content_ttl::before {
    top: -11.5rem;
    right: 0;
    left: 0;
    width: 21rem;
    height: 9rem;
    margin: 0 auto;
  }
  .l-schedule {
    padding-bottom: 7rem;
  }
  .l-schedule::after {
    top: 0;
    right: auto;
    left: 50%;
    width: 50%;
    min-width: 0;
  }
  .l-schedule_wrapper {
    width: 100%;
    padding: 0 2rem;
  }
  .l-schedule_ttl {
    padding: 3rem 2rem;
    font-size: 2rem;
  }
  .l-schedule_ttl span {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 1.2rem;
  }
  .l-schedule_ttl span::before {
    top: calc(50% - .1rem);
    width: .9rem;
    height: .2rem;
  }
  .l-schedule_ttl span::after {
    top: calc(50% - .1rem);
    width: .9rem;
    height: .2rem;
  }
  .l-schedule_contents {
    padding: 0;
  }
  .l-schedule_contents_wrapper {
    padding-top: 5rem;
  }
  .l-schedule_contents_item {
    width: 100%;
    margin: 0 auto;
    padding: 0 3.7rem 3rem;
  }
  .l-schedule_contents_item:nth-of-type(3n) {
    margin-right: auto;
  }
  .l-schedule_contents_item:last-of-type {
    margin-bottom: 50px;
  }
  .l-schedule_contents_item_img {
    width: 100%;
  }
  .l-schedule_contents_item_ttl {
    font-size: 1.6rem;
  }
  .l-schedule_contents_txt {
    padding: 4rem 3.7rem 3rem;
  }
  .l-schedule_contents_txt p {
    font-size: 1.6rem;
    line-height: 1.625;
  }
  .l-essential_point {
    padding-top: 7rem;
  }
  .l-essential_point:last-of-type {
    margin-bottom: 7rem;
  }
  .l-essential_point_content {
    display: block;
    border: none;
  }
  .l-essential_point_content:last-of-type {
    border: none;
  }
  .l-essential_point_content_wrapper {
    margin-bottom: 1rem;
    padding: 0 2rem;
  }
  .l-essential_point_content_ttl {
    width: 100%;
    padding: 2rem;
    border: none;
    font-size: 1.6rem;
  }
  .l-essential_point_content_txt {
    width: 100%;
    padding: 2rem;
    font-size: 1.4rem;
  }
  .l-essential_point .c-btn {
    width: 25.5rem;
  }
  .l-essential_point .c-btn a {
    height: 6rem;
    font-size: 1.6rem;
    line-height: 6rem;
  }
}
