@charset "UTF-8";
/* p-mv
---------------------------------------------------------------------------- */
.p-mv {
  margin-top: 130px;
  padding: 0 40px;
  position: relative;
}
.p-mv::before {
  position: absolute;
  content: "";
  width: 700px;
  height: 700px;
  background: url(/assets/images/recruit/bg_mv01.png) no-repeat center center/100%;
  left: -225px;
  top: -445px;
  z-index: -1;
}

.p-mv-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  max-width: 1640px;
  width: 100%;
  margin: 0 auto;
  padding-left: 220px;
  position: relative;
}

.p-mv-ttl-wrap {
  margin-top: 120px;
}

.p-mv-ttl {
  font-size: 4.4rem;
  line-height: 1.4090909091;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #0052C5;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}

@media screen and (max-width: 1630px) and (min-width: 768px) {
  .l-breadcrumbs {
    left: 60px;
  }
  .p-mv-inner {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1499px) and (min-width: 768px) {
  .p-mv {
    margin-top: 8.66vw;
    padding: 0 2.66vw;
  }
  .p-mv::before {
    width: 46.66vw;
    height: 46.66vw;
    left: -15vw;
    top: -29.66vw;
  }
  .p-mv-ttl-wrap {
    margin-top: 8vw;
  }
  .p-mv-img {
    width: 48vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-mv-inner {
    padding-left: 3.9vw;
  }
  .p-mv-ttl {
    font-size: 3.43vw;
  }
  .l-breadcrumbs {
    left: 3.9vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    margin-top: 18.6666666667vw;
    padding: 0 5.3333333333vw;
  }
  .p-mv::before {
    width: 66.6666666667vw;
    height: 66.6666666667vw;
    left: -26.6666666667vw;
    top: -52vw;
  }
  .p-mv-inner {
    display: block;
    padding-left: 0;
  }
  .p-mv-ttl-wrap {
    margin-top: 0;
    padding-top: 4vw;
  }
  .p-mv-ttl {
    font-size:7vw;
  }
  .p-mv-img {
    margin-top: 4vw;
  }
}
/* p-top
---------------------------------------------------------------------------- */
.p-top {
  padding: 100px 0 40px;
  position: relative;
}
.p-top::after {
  position: absolute;
  content: "";
  right: -500px;
  top: 30px;
  background: url(/assets/images/recruit/work/bg_body.png) no-repeat center center/100%;
  width: 1400px;
  height: 1400px;
  z-index: -1;
}

.p-top-wrapper {
  width: 960px;
  margin: 0 auto;
}

.p-top-mv {
  position: relative;
  height: 453px;
}
.p-top-mv img {
  width: 682px;
  height: 453px;
  position: absolute;
  top: 0;
  right: 0;
}

.p-top-mv-catch {
  font-size: 2.2rem;
  line-height: 1.8181818182;
  letter-spacing: 0.06em;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
  color: #fff;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 80px;
}
.p-top-mv-catch span {
  display: inline-block;
  background: #5397FC;
  padding-left: 12px;
  margin-bottom: 12px;
}

.p-top-mv-desc {
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #fff;
  padding: 16px 40px 16px 0;
}

.p-top-mv-desc-ttl {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
}

.p-top-mv-desc-ttl-en {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #A4A4A4;
  margin-bottom: 8px;
}

.p-top-mv-desc-txt01 {
  font-size: 1.5rem;
  line-height: 1.4666666667;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #0052C5;
  margin-top: 12px;
}

.p-top-mv-desc-txt02 {
  font-size: 1.5rem;
  line-height: 1.4666666667;
  letter-spacing: 0.04em;
  font-weight: 400;
  color: #0052C5;
  margin-top: 12px;
}

.p-top-info {
  border-left: 1.5px solid #E1E1E5;
  padding-left: 20px;
  margin-top: 35px;
}
.p-top-info .p-top-info-box:not(:last-child) {
  margin-bottom: 10px;
}

.p-top-info-ttl {
  font-size: 1.6rem;
  line-height: 1.9285714286;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.p-top-info-txt {
  font-size: 1.4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.04em;
  font-weight: 400;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-top {
    padding: 7.8vw 0 3.12vw;
  }
  .p-top::after {
    right: -39vw;
    top: 2.34vw;
    width: 109.37vw;
    height: 109.37vw;
  }
  .p-top-wrapper {
    width: 75vw;
  }
  .p-top-mv {
    height: 35.39vw;
  }
  .p-top-mv img {
    width: 65.62vw;
    height: 35.39vw;
  }
  .p-top-mv-catch {
    font-size: 1.71vw;
    top: 6.25vw;
  }
  .p-top-mv-catch span {
    padding-left: 0.93vw;
    margin-bottom: 0.93vw;
  }
  .p-top-mv-desc {
    bottom: 0.78vw;
    padding: 1.09vw 3.12vw 1.09vw 0;
  }
  .p-top-mv-desc-ttl {
    font-size: 1.56vw;
  }
  .p-top-mv-desc-ttl-en {
    font-size: 1.17vw;
    margin-bottom: 0.625vw;
  }
  .p-top-mv-desc-txt01 {
    font-size: 1.17vw;
    margin-top: 0.93vw;
  }
  .p-top-mv-desc-txt02 {
    font-size: 1.17vw;
    margin-top: 0.93vw;
  }
  .p-top-info {
    padding-left: 1.56vw;
    margin-top: 2.73vw;
  }
  .p-top-info .p-top-info-box:not(:last-child) {
    margin-bottom: 0.78vw;
  }
  .p-top-info-ttl {
    font-size: 2.09vw;
  }
  .p-top-info-txt {
    font-size: 1.09vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top {
    padding: 16vw 0 5.3333333333vw;
  }
  .p-top::after {
    width: 133.3333333333vw;
    height: 133.3333333333vw;
    right: -53.3333333333vw;
    top: 20vw;
  }
  .p-top-wrapper {
    width: 100%;
  }
  .p-top-mv {
    height: auto;
  }
  .p-top-mv img {
    width: 100%;
    height: auto;
    position: initial;
  }
  .p-top-mv-catch {
    font-size: 4vw;
    position: initial;
    margin: 4vw 0;
  }
  .p-top-mv-catch span {
    padding-left: 2.1333333333vw;
    margin-bottom: 1.3333333333vw;
  }
  .p-top-mv-desc {
    position: initial;
    padding: 2.6666666667vw 5.3333333333vw 2.6666666667vw 2.6666666667vw;
  }
  .p-top-mv-desc-ttl {
    font-size: 5.3333333333vw;
  }
  .p-top-mv-desc-ttl-en {
    font-size: 4vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-top-mv-desc-txt01 {
    font-size: 3.4666666667vw;
    line-height: 1.7;
    margin-top: 1.3333333333vw;
  }
  .p-top-mv-desc-txt02 {
    font-size: 3.4666666667vw;
    line-height: 1.7;
    margin-top: 1.3333333333vw;
  }
  .p-top-info {
    padding-left: 2.6666666667vw;
    margin-top: 6.6666666667vw;
  }
  .p-top-info .p-top-info-box:not(:last-child) {
    margin-bottom: 2.6666666667vw;
  }
  .p-top-info-ttl {
    font-size: 4.7333333333vw;
  }
  .p-top-info-txt {
    font-size: 3.7333333333vw;
  }
}
/* p-interview
---------------------------------------------------------------------------- */
.p-interview {
  position: relative;
  padding: 60px 0;
}
.p-interview.p-interview01::before {
  position: absolute;
  content: "";
  width: 31.25%;
  height: 485px;
  background: #F5F5F6;
  bottom: 0;
  left: 0;
}
.p-interview.p-interview02 {
  background: #F5F5F6;
}
.p-interview.p-interview02 .p-interview-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-interview.p-interview03::before {
  position: absolute;
  content: "";
  width: 31.25%;
  height: 100%;
  background: #F5F5F6;
  bottom: 0;
  right: 0;
}

.p-interview-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 50px;
  position: relative;
  z-index: 2;
  width: 960px;
  margin: 0 auto;
}

.p-interview-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
}

.p-interview-content-ttl {
  font-size: 2.2rem;
  line-height: 1.6818181818;
  letter-spacing: 0.04em;
  font-weight: bold;
  padding-left: 26px;
  position: relative;
  font-family: "游明朝", "Yu Mincho", YuMincho, serif;
  margin-bottom: 20px;
}
.p-interview-content-ttl::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #0052C5;
}

.p-interview-content-talk-wrap {
  margin-bottom: 10px;
}
.p-interview-content-talk-wrap .name {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #0052C5;
}
.p-interview-content-talk-wrap .txt {
  font-size: 1.5rem;
  line-height: 2.1333333333;
  letter-spacing: 0.04em;
  font-weight: 400;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-interview {
    padding: 4.68vw 0;
  }
  .p-interview.p-interview01::before {
    height: 37.89vw;
  }
  .p-interview-wrap {
    gap: 3.9vw;
    width: 75vw;
  }
  .p-interview-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25vw;
            flex: 0 0 25vw;
  }
  .p-interview-content-ttl {
    font-size: 1.71vw;
    padding-left: 2vw;
    margin-bottom: 1.56vw;
  }
  .p-interview-content-ttl::before {
    width: 0.625vw;
    height: 0.625vw;
  }
  .p-interview-content-talk-wrap {
    margin-bottom: 0.78vw;
  }
  .p-interview-content-talk-wrap .name {
    font-size: 1.25vw;
  }
  .p-interview-content-talk-wrap .txt {
    font-size: 1.17vw;
  }
}
@media screen and (max-width: 767px) {
  .p-interview {
    padding: 10.6666666667vw 0;
  }
  .p-interview.p-interview01::before {
    height: 100%;
  }
  .p-interview-wrap {
    display: block;
    width: 100%;
  }
  .p-interview-img {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
  .p-interview-content-ttl {
    font-size: 4.8vw;
    padding-left: 6.9333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-interview-content-ttl::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
  .p-interview-content-talk-wrap {
    margin-bottom: 2.6666666667vw;
  }
  .p-interview-content-talk-wrap .name {
    font-size: 4.2666666667vw;
  }
  .p-interview-content-talk-wrap .txt {
    font-size: 4vw;
  }
}
/* p-day
---------------------------------------------------------------------------- */
.p-day {
  padding: 0 0 80px;
}

.p-day-list-wrapper {
  width: 960px;
  margin: 50px auto 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 25px;
}
.p-day-list-wrapper .p-day-list:nth-child(1) {
  position: relative;
}
.p-day-list-wrapper .p-day-list:nth-child(1)::before {
  position: absolute;
  content: "";
  left: 3px;
  top: 6%;
  width: 2px;
  height: 74%;
  border-left: 1px dotted #0052C5;
}
.p-day-list-wrapper .p-day-list:nth-child(2) {
  position: relative;
}
.p-day-list-wrapper .p-day-list:nth-child(2)::before {
  position: absolute;
  content: "";
  left: 3px;
  top: 6%;
  width: 2px;
  height: 82%;
  border-left: 1px dotted #0052C5;
}
.p-day-list-wrapper.p-day-list-wrapper02 .p-day-list:nth-child(1)::before {
  height: 77%;
}
.p-day-list-wrapper.p-day-list-wrapper02 .p-day-list:nth-child(2)::before {
  height: 24%;
}
.p-day-list-wrapper.p-day-list-wrapper03 .p-day-list:nth-child(1)::before {
  height: 59%;
}
.p-day-list-wrapper.p-day-list-wrapper03 .p-day-list:nth-child(2)::before {
  height: 71%;
}
.p-day-list-wrapper.p-day-list-wrapper04 .p-day-list:nth-child(1)::before {
  height: 81%;
  top: 4%;
}
.p-day-list-wrapper.p-day-list-wrapper04 .p-day-list:nth-child(2)::before {
  height: 88%;
  top: 4%;
}
.p-day-list-wrapper.p-day-list-wrapper05 .p-day-list:nth-child(1)::before {
  height: 49%;
}
.p-day-list-wrapper.p-day-list-wrapper05 .p-day-list:nth-child(2)::before {
  height: 81%;
}
.p-day-list-wrapper.p-day-list-wrapper06 .p-day-list:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.p-day-list-wrapper.p-day-list-wrapper06 .p-day-list:nth-child(1)::before {
  height: 67%;
}
.p-day-list-wrapper.p-day-list-wrapper06 .p-day-list:nth-child(2)::before {
  height: 79%;
}
.p-day-list-wrapper.p-day-list-wrapper07 .p-day-list:nth-child(1)::before {
  height: 77%;
}
.p-day-list-wrapper.p-day-list-wrapper07 .p-day-list:nth-child(2)::before {
  height: 78%;
}
.p-day-list-wrapper.p-day-list-wrapper16 .p-day-list:nth-child(1)::before {
  height: 77%;
}
.p-day-list-wrapper.p-day-list-wrapper16 .p-day-list:nth-child(2)::before {
  height: 78%;
}
.p-day-list-wrapper.p-day-list-wrapper17 .p-day-list:nth-child(1)::before {
  height: 77%;
}
.p-day-list-wrapper.p-day-list-wrapper17 .p-day-list:nth-child(2)::before {
  height: 78%;
}

.p-day-list-item {
  margin-bottom: 30px;
  padding-left: 25px;
}

.p-day-list-item-heading {
  font-size: 1.8rem;
  line-height: 2.3333333333;
  letter-spacing: 0.04em;
  font-weight: 400;
  position: relative;
}
.p-day-list-item-heading span {
  color: #0052C5;
  margin-right: 10px;
}
.p-day-list-item-heading::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #0052C5;
}

.p-day-list-item-txt {
  font-size: 1.5rem;
  line-height: 2.1333333333;
  letter-spacing: 0.04em;
  font-weight: 400;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  .p-day {
    padding: 0 0 6.25vw;
  }
  .p-day-list-wrapper {
    width: 75vw;
    margin: 3.9vw auto 0;
    gap: 1.95vw;
  }
  .p-day-list-wrapper .p-day-list:nth-child(1)::before {
    left: 0.23vw;
    width: 0.15vw;
  }
  .p-day-list-wrapper .p-day-list:nth-child(2)::before {
    left: 0.23vw;
    width: 0.15vw;
  }
  .p-day-list-item {
    margin-bottom: 2.34vw;
    padding-left: 1.95vw;
  }
  .p-day-list-item-heading {
    font-size: 1.4vw;
  }
  .p-day-list-item-heading span {
    margin-right: 0.78vw;
  }
  .p-day-list-item-heading::before {
    width: 0.54vw;
    height: 0.54vw;
    left: -1.95vw;
  }
  .p-day-list-item-txt {
    font-size: 1.17vw;
  }
}
@media screen and (max-width: 767px) {
  .p-day {
    padding: 0 0 10.6666666667vw;
  }
  .p-day-list-wrapper {
    width: 100%;
    margin: 8vw auto 0;
    display: block;
  }
  .p-day-list-wrapper .p-day-list:nth-child(1)::before {
    left: 0.8vw;
    width: 0.5333333333vw;
    height: 107%;
  }
  .p-day-list-wrapper .p-day-list:nth-child(2)::before {
    left: 0.8vw;
    width: 0.5333333333vw;
    height: 90%;
  }
  .p-day-list-wrapper.p-day-list-wrapper02 .p-day-list:nth-child(1)::before {
    height: 103%;
  }
  .p-day-list-wrapper.p-day-list-wrapper02 .p-day-list:nth-child(2)::before {
    height: 76%;
  }
  .p-day-list-wrapper.p-day-list-wrapper03 .p-day-list:nth-child(1)::before {
    height: 105%;
  }
  .p-day-list-wrapper.p-day-list-wrapper03 .p-day-list:nth-child(2)::before {
    height: 80%;
  }
  .p-day-list-wrapper.p-day-list-wrapper04 .p-day-list:nth-child(1)::before {
    height: 103%;
  }
  .p-day-list-wrapper.p-day-list-wrapper04 .p-day-list:nth-child(2)::before {
    height: 92%;
  }
  .p-day-list-wrapper.p-day-list-wrapper05 .p-day-list:nth-child(1)::before {
    height: 107%;
  }
  .p-day-list-wrapper.p-day-list-wrapper05 .p-day-list:nth-child(2)::before {
    height: 89%;
  }
  .p-day-list-wrapper.p-day-list-wrapper06 .p-day-list:nth-child(1)::before {
    height: 105%;
  }
  .p-day-list-wrapper.p-day-list-wrapper06 .p-day-list:nth-child(2)::before {
    height: 88%;
  }
  .p-day-list-wrapper.p-day-list-wrapper07 .p-day-list:nth-child(1)::before {
    height: 108%;
  }
  .p-day-list-wrapper.p-day-list-wrapper07 .p-day-list:nth-child(2)::before {
    height: 87%;
  }
  .p-day-list-wrapper.p-day-list-wrapper16 .p-day-list:nth-child(1)::before {
    height: 108%;
  }
  .p-day-list-wrapper.p-day-list-wrapper16 .p-day-list:nth-child(2)::before {
    height: 87%;
  }.p-day-list-wrapper.p-day-list-wrapper17 .p-day-list:nth-child(1)::before {
    height: 108%;
  }
  .p-day-list-wrapper.p-day-list-wrapper17 .p-day-list:nth-child(2)::before {
    height: 87%;
  }
  .p-day-list-item {
    margin-bottom: 5.3333333333vw;
    padding-left: 6.6666666667vw;
  }
  .p-day-list-item-heading {
    font-size: 4.8vw;
  }
  .p-day-list-item-heading span {
    margin-right: 2.6666666667vw;
  }
  .p-day-list-item-heading::before {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    left: -6.6666666667vw;
  }
  .p-day-list-item-txt {
    font-size: 4vw;
  }
}

/* 一覧 */
.p-staff {
  padding: 10rem 0;
}

.p-staff-inner {
  max-width: 120rem;
  margin: 0 auto;
}

.p-staff-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem;

}

.p-staff-photo{
  position: relative;
}
.p-staff-photo img {
  width: 100%;
  height: auto;
  display: block;
}


.p-staff-name {
  position: absolute;
  bottom:0;
  left:0;
  display: inline-block;
  background-color: #5397FC;
  font-weight: bold;
  font-size: 2.2rem;
      font-family: "游明朝", "Yu Mincho", YuMincho, serif;
  color: #fff;
  padding: 2rem 3rem 0 2rem;
}
.p-staff-item {
  position: relative;
    background: linear-gradient(to bottom, #ffffff 10%, #5397FC 10%, #5397FC 100%);
}
.p-staff-name,
.p-staff-dept {
  /* ...既存のスタイル... */
  transition: background-color 0.3s, color 0.3s;
}
.p-staff-item a:hover .p-staff-name{
  background-color: #F2F7FF;
  color: #5397FC;
}
.p-staff-item a:hover .p-staff-dept {
  background-color: #F2F7FF;
  color: #5397FC;
}

.p-staff-dept {

    color: #fff;
    background-color: #5397FC;
  font-size: 1.6rem;
  line-height: 1.5;
    padding: 2rem 3rem 2rem 2rem;

    /* 任意。高さの調整に使えます */

        /* 任意：バランスを見て調整 */
}

.p-staff-joined {
  position: absolute;
  bottom: -4rem;
  left:0;
  font-size: 1.5rem;
    line-height: 1.5;
    color: #fff;
    background-color: #0052C5;
    padding: 1rem 3rem 1rem 2rem;
    width: 100%;
}
@media screen and (max-width: 767px) {
.p-staff {
    padding: 13vw 0;
  }

  .p-staff-inner {
    max-width: 100%;
    margin: 0 4vw;
  }

  .p-staff-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15vw 4vw;

  }


  .p-staff-name {

    font-size: 4.266666667vw;
    padding: 2.666666667vw 2.666666667vw 0 2.666666667vw;
  }

  .p-staff-dept {
    font-size: 3.733333333vw;
    padding: 2.666666667vw;

  }

  .p-staff-joined {
    font-size: 3.2vw;
  bottom: -10vw;
    padding: 2.666666667vw;
  }

}
.slider .slick-slide {
  margin: 0 10px;
  /* 左右に10pxの余白を追加 */
  box-sizing: border-box;
}

/* スライダー全体の左右余白を打ち消す */
.slider {
  margin: 30px -10px 0;
}
.slick-prev,
.slick-next {
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  z-index: 1;
}

.slick-prev {
  background-image: url('../../../images/common/icn_prev.svg');
}

.slick-next {
  background-image: url('../../../images/common/icn_next.svg');
}
.slick-prev::before,
.slick-next::before {
  display: none;
}
.slick-prev:hover,
.slick-prev:focus{
    color: transparent;
      outline: none;
  background-image: url('../../../images/common/icn_prev.svg');
}
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background-image: url('../../../images/common/icn_next.svg');
}
.slick-dots li button {
  width: 30px;
  /* ドットの幅 */
  height: 30px;
  /* ドットの高さ */
  padding: 0;
}

.slick-dots li button:before {
  font-size: 30px;
  /* デフォルトは10pxくらい */
  color: #E1E1E5;
  opacity: 1;
}

/* アクティブなドットの色を変える */
.slick-dots li.slick-active button:before {
  color: #0052C5;
  opacity: 1;
}
.slick-dots{
      bottom: -40px;
}
@media screen and (max-width: 767px) {
.slick-prev {
    left: -1vw;
  }
.slick-next {
  right: -1vw;
}

.slick-prev,
.slick-next {
  width: 10vw;
  height: 10vw;
  top: 40%;
}
.slick-prev:hover,
.slick-prev:focus {
  width: 10vw;
    height: 10vw;
    background-size: contain;
}

.slick-next:hover,
.slick-next:focus {
  width: 10vw;
    height: 10vw;
        background-size: contain;
}
}
.slider .p-staff-name{
  width: 35%;
  text-align: center;
}
.slider .p-staff-joined{
  bottom: auto;
  top:21.5rem;
  left: auto;
  right: 0;
  width: 65%;
    padding: 1rem 0 1rem 0;
    text-align: center;
}
@media screen and (max-width: 767px) {
.slider .p-staff-name {
    width: 35%;
    text-align: center;
  }

  .slider .p-staff-joined {
    bottom: auto;
    top: 30.2vw;
    left: auto;
    right: 0;
    width: 65%;
    padding: 1.5vw 0 1.5vw 0;
    text-align: center;
  }

}
