@charset "UTF-8";

/* 求人情報 */
.recruit {
  margin-bottom: 160px;
}

.recruit_content {
  margin-bottom: 180px;
  position: relative;
}

.recruit_body {
  background-color: #fff;
  border-radius: 30px;
  max-width: 660px;
  padding: 71px;
  position: relative;
  top: 80px;
  z-index: 1;
}

.recruit_title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}

.recruit_text {
  line-height: 1.7;
}

.recruit_text + .recruit_text {
  margin-top: 1em;
}

.recruit_text .emphasis {
  font-size: clamp(18px, 1.8vw, 30px);
  font-weight: bold;
  color: var(--c-pink);
}

.recruit_text .small {
  font-size: 0.7rem;
}

.recruit_name {
  text-align: right;
  margin-top: 1em;
  line-height: 1.7;
}

.recruit_img {
  position: absolute;
  top: 0;
  right: 0;
}

.recruit_btns {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
  margin-bottom: 70px;
}

.recruit_btns a {
  border-radius: 30px;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1rem;
  font-weight: 700;
  max-width: 357px;
  padding: 22px 0;
  position: relative;
  width: 100%;
}

.recruit_btns a:first-child {
  background-color: #28ac4b;
}

.recruit_btns a:last-child {
  background-color: #f09ba7;
}

.arrow::after {
  background: url(/common_osaka/images/recruit/right-arrow.png) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 9px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

@media (max-width: 1200px) {
  .recruit_body {
    padding: 40px;
    width: 55%;
  }

  .recruit_img {
    width: 50%;
  }
}

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

  .recruit {
    margin-bottom: 40px;
  }

  .recruit_content {
    margin-bottom: 40px;
  }

  .recruit_body {
    padding: 30px;
    width: 100%;
    top: 0;
  }

  .recruit_title {
    margin-bottom: 20px;
  }

  .recruit_img {
    display: none;
    width: 90%;
    position: relative;
    top: -35px;
    margin-left: auto;
    z-index: 1;
  }

  .recruit_btns {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 35px;
  }
}

/* 先輩インタビュー */
.interview_content {
  margin-bottom: 150px;
}

.interview_list {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-right: 40px;
}

.interview_list .slick-track {
  display: flex !important;
}

.interview_list .slick-slide {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
}

.interview_item {
  margin-right: 24px;
  max-width: 571px;
}

.interview_body {
  border-radius: 0 0 40px 40px;
  height: 100%;
  padding: 40px 35px 30px;
  position: relative;
}

.interview_body::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 79px;
  height: 79px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 医師 */
.interview01 .interview_body {
  background-color: #28ac4b;
}

.interview01 .interview_body::before {
  background-image: url(/common_osaka/images/recruit/icon01.png);
}

/* 運営部 */
.interview02 .interview_body {
  background-color: #8ac23e;
}

.interview02 .interview_body::before {
  background-image: url(/common_osaka/images/recruit/icon02.png);
}

/* 総務部 */
.interview03 .interview_body {
  background-color: #f09ba7;
}

.interview03 .interview_body::before {
  background-image: url(/common_osaka/images/recruit/icon03.png);
}

/* 医事部 */
.interview04 .interview_body {
  background-color: #8ac23e;
}

.interview04 .interview_body::before {
  background-image: url(/common_osaka/images/recruit/icon04.png);
}

/* 地域連携室 */
.interview05 .interview_body {
  background-color: #f09ba7;
}

.interview05 .interview_body::before {
  background-image: url(/common_osaka/images/recruit/icon05.png);
}

/* 看護部 */
.interview06 .interview_body {
  background-color: #f09ba7;
}

.interview06 .interview_body::before {
  background-image: url(/common_osaka/images/recruit/icon06.png);
}

.interview_body {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.interview_heading {
  color: #fff;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}

.interview_text {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 20px;
}

.interview_text span {
  font-size: 1rem;
}

.interview_link {
  background-color: #fff;
  border-radius: 30px;
  display: grid;
  place-items: center;
  font-size: 0.875rem;
  margin-top: auto;
  max-width: 254px;
  width: 100%;
  height: 31px;
  position: relative;
}

.interview_link::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

/* 医師 */
.interview01 .interview_link {
  color: #28ac4b;
}

.interview01 .interview_link::after {
  background-image: url(/common_osaka/images/recruit/arrow01.png);
}

/* 運営部 */
.interview02 .interview_link {
  color: #8ac23e;
}

.interview02 .interview_link::after {
  background-image: url(/common_osaka/images/recruit/arrow02.png);
}

/* 総務部 */
.interview03 .interview_link {
  color: #f09ba7;
}

.interview03 .interview_link::after {
  background-image: url(/common_osaka/images/recruit/arrow03.png);
}

/* 医事部 */
.interview04 .interview_link {
  color: #8ac23e;
}

.interview04 .interview_link::after {
  background-image: url(/common_osaka/images/recruit/arrow02.png);
}

/* 地域連携室 */
.interview05 .interview_link {
  color: #f09ba7;
}

.interview05 .interview_link::after {
  background-image: url(/common_osaka/images/recruit/arrow03.png);
}

/* 看護部 */
.interview06 .interview_link {
  color: #f09ba7;
}

.interview06 .interview_link::after {
  background-image: url(/common_osaka/images/recruit/arrow03.png);
}

@media (max-width: 768px) {
  .interview_content {
    margin-bottom: 40px;
  }

  .sec_interview {
    margin-bottom: 0;
  }

  .interview_list {
    margin: unset;
    padding: unset;
  }

  .interview_list .slick-list {
    padding-left: 30px;
  }

  .interview_item {
    margin-right: 15px;
  }

  .interview_body {
    padding: 40px 20px 25px;
  }

  .interview_text {
    font-size: 1rem;
  }

  .interview_text span {
    font-size: 0.75rem;
  }
}

/* 先輩インタビュー */
.sec_title .sm {
  font-size: 1.5rem;
}

.interview_box {
  background-color: #fff;
  border-radius: 30px;
  padding: 124px 100px 105px;
}

.interview_box-section {
  position: relative;
}

.interview_box-section::before {
  background-image: radial-gradient(circle, #dcedc5 3px, transparent 3px);
  background-repeat: repeat-x;
  background-size: 8px 6px;
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  top: -40px;
  left: 0;
}

.interview_box-section + .interview_box-section {
  margin-top: 64px;
}

.interview_box-heading {
  color: #28ac4b;
  font-size: 1.375rem;
  line-height: 1.4;
  margin-bottom: 15px;
}

.interview_box-text {
  font-size: 1.125rem;
  line-height: 1.7;
}

.interview_box-text + .interview_box-text {
  margin-top: 30px;
}

.interview_box-btn {
  margin-top: 91px;
}

.interview_box-btn a {
  background-color: #28ac4b;
  border-radius: 17.5px;
  display: grid;
  place-items: center;
  margin-inline: auto;
  max-width: 351px;
  width: 100%;
  height: 35px;
}

.interview_box-btn span {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  position: relative;
}

.interview_box-btn span::after {
  background: url(/common_osaka/images/link-arrow.png) no-repeat;
  background-size: contain;
  content: "";
  width: 18px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .sec_title .sm {
    font-size: 1rem;
  }

  .interview_box {
    padding: 64px 25px;
  }

  .interview_box-section + .interview_box-section {
    margin-top: 45px;
  }

  .interview_box-section::before {
    top: -30px;
  }

  .interview_box-heading {
    font-size: 1.25rem;
  }

  .interview_box-text {
    font-size: 1rem;
  }

  .interview_box-text + .interview_box-text {
    margin-top: 15px;
  }

  .interview_box-btn {
    margin-top: 45px;
  }
}
