@charset "UTF-8";
.splash {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../../home-img/bg_splash.webp") no-repeat 50% 50%;
  background-size: cover;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center; }
  .splash-text {
    width: 460px; }
    @media (max-width: 767px) {
      .splash-text {
        width: 68%;
        min-width: 205px; } }

.home #wrapper {
  display: none; }

.heloview {
  margin-bottom: 150px; }
  .heloview .slick-dots li button {
    background-color: #808080; }
  .heloview .slick-dots li.slick-active button {
    background-color: #F09198; }

.home-wrap {
  margin-top: 100px;
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .home-wrap {
      margin-top: 60px;
      margin-bottom: 60px; } }
.home-crcl {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cg%20transform%3D%22translate(-984%20-590)%22%3E%3Cpath%20d%3D%22M25%2C2A23%2C23%2C0%2C1%2C1%2C2%2C25%2C23.026%2C23.026%2C0%2C0%2C1%2C25%2C2m0-2A25%2C25%2C0%2C1%2C0%2C50%2C25%2C25%2C25%2C0%2C0%2C0%2C25%2C0%22%20transform%3D%22translate(984%20590)%22%20fill%3D%22%23808080%22%2F%3E%3Cpath%20d%3D%22M.86%2C1.5%2C5.018-2.533H-7v-2H5.018L.86-8.564%2C2.252-10%2C8.924-3.533%2C2.252%2C2.935Z%22%20transform%3D%22translate(1008%20619.532)%22%20fill%3D%22%23808080%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 0 50%;
  background-size: 40px; }
  @media (max-width: 767px) {
    .home-crcl {
      background-size: 35px; } }
.home-info {
  display: flex;
  align-items: center;
  gap: 25px; }
  @media (max-width: 767px) {
    .home-info {
      display: block; } }
.home-news {
  width: 100%;
  max-width: 550px;
  flex: auto; }
  @media (max-width: 767px) {
    .home-news {
      margin: auto; } }
  .home-news-ttl {
    position: relative;
    font-size: 35px;
    font-size: 2.1875rem;
    z-index: 3; }
    @media (max-width: 767px) {
      .home-news-ttl {
        font-size: 25px;
        font-size: 1.5625rem;
        text-align: center; } }
    .home-news-ttl::before {
      position: absolute;
      display: block;
      top: -68px;
      left: -40px;
      right: 0;
      color: #E8DFCC;
      font-family: "Braisetto";
      content: 'News';
      font-size: 68px;
      font-size: 4.25rem;
      z-index: -1; }
      @media (max-width: 767px) {
        .home-news-ttl::before {
          top: -45px;
          left: 0;
          right: 0;
          text-align: center;
          font-size: 38px;
          font-size: 2.375rem; } }
  .home-news-article {
    display: block;
    margin-top: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #CFBEB4; }
    .home-news-article:not(:first-child) {
      margin-top: 15px; }
  .home-news-date {
    display: block;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #E46268;
    margin-bottom: .5rem; }
    @media (max-width: 767px) {
      .home-news-date {
        font-size: 12px;
        font-size: 0.75rem; } }
  .home-news-link {
    color: #4D4D4D;
    text-decoration: none;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6; }
    @media (max-width: 767px) {
      .home-news-link {
        font-size: 14px;
        font-size: 0.875rem; } }
    .home-news-link:hover {
      color: #4D4D4D;
      text-decoration: underline; }
.home-sns {
  flex: auto;
  width: 100%;
  max-width: 445px;
  margin-left: auto;
  text-align: center; }
  @media (max-width: 767px) {
    .home-sns {
      width: 100%;
      margin: 100px auto 0; } }
  .home-sns-ttl {
    position: relative;
    font-size: 30px;
    font-size: 1.875rem;
    z-index: 6;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .home-sns-ttl {
        margin-bottom: 25px;
        font-size: 23px;
        font-size: 1.4375rem; } }
    .home-sns-ttl::before {
      position: absolute;
      top: -90px;
      left: 0;
      right: 0;
      text-align: center;
      font-family: "Braisetto";
      color: #E8DFCC;
      content: 'Information';
      font-size: 68px;
      font-size: 4.25rem;
      z-index: -1; }
      @media (max-width: 767px) {
        .home-sns-ttl::before {
          top: -45px;
          font-size: 37px;
          font-size: 2.3125rem; } }
  .home-sns-list {
    display: flex;
    justify-content: center;
    gap: 70px; }
    @media (max-width: 767px) {
      .home-sns-list {
        gap: 20px; } }
    .home-sns-list > li {
      min-width: 100px; }
      @media (max-width: 767px) {
        .home-sns-list > li {
          min-width: 60px; } }
    .home-sns-list a {
      display: block;
      padding-top: 100px;
      text-align: center;
      white-space: nowrap;
      font-size: 15px;
      font-size: 0.9375rem;
      text-decoration: none;
      color: #4D4D4D;
      line-height: 1.4;
      background: no-repeat 50% 0/90px 90px; }
      @media (max-width: 767px) {
        .home-sns-list a {
          padding-top: 60px;
          font-size: 12px;
          font-size: 0.75rem;
          color: #4D4D4D;
          background-size: 50px 50px; } }
      .home-sns-list a:hover {
        color: #4D4D4D; }
      .home-sns-list a.youtube {
        background-image: url("../../home-img/ic_youtube.webp"); }
      .home-sns-list a.instagram {
        background-image: url("../../home-img/ic_instagram.webp"); }
      .home-sns-list a.streetview {
        background-image: url("../../home-img/ic_streetview.webp"); }
.home-index {
  background: #F3EAEB url(../../home-img/home_index_bg.webp) 50% bottom/auto no-repeat; }
  @media (max-width: 767px) {
    .home-index {
      position: relative;
      background: #F3EAEB url(../../home-img/home_index_bg_sp.webp) 50% bottom/100% auto no-repeat; } }
  @media (max-width: 767px) {
    .home-index::after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      display: block;
      width: 100%;
      height: 100px;
      background-color: #FFF;
      content: '';
      z-index: 1; } }
  .home-index-asset {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    padding: 70px 0; }
    @media (max-width: 767px) {
      .home-index-asset {
        position: relative;
        display: block;
        padding: 30px 0 50px;
        z-index: 3; } }
    .home-index-asset li {
      flex: 1;
      min-width: 325px;
      max-width: 340px;
      margin-top: 80px; }
      @media (max-width: 767px) {
        .home-index-asset li {
          margin-top: 130px;
          margin-right: auto;
          margin-left: auto; } }
  .home-index-link {
    position: relative;
    display: block;
    padding: 50px 25px 15px;
    border-radius: 16px;
    text-decoration: none;
    background-color: #FFF; }
    @media (max-width: 767px) {
      .home-index-link {
        border-radius: 8px; } }
    .home-index-link.nurse .home-index-ttl {
      color: #D96E76; }
    .home-index-link.nurse:hover .home-index-ttl {
      color: #D96E76; }
    .home-index-link.education .home-index-ttl {
      color: #C27B8D; }
    .home-index-link.education:hover .home-index-ttl {
      color: #C27B8D; }
    .home-index-link.study .home-index-ttl {
      color: #A67D97; }
    .home-index-link.study:hover .home-index-ttl {
      color: #A67D97; }
  .home-index-ttl {
    position: relative;
    width: 215px;
    background-color: #FFF;
    padding: 9px 20px 9px 10px;
    border-top-right-radius: 16px;
    z-index: 3;
    background-position: calc(100% - 10px) 50%; }
    @media (max-width: 767px) {
      .home-index-ttl {
        border-top-right-radius: 8px; } }
    .home-index-ttl::after {
      position: absolute;
      right: -16px;
      bottom: 0;
      width: 16px;
      height: 16px;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M0%2C0V16H16A16%2C16%2C0%2C0%2C1%2C0%2C0%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 bottom/contain;
      content: ''; }
      @media (max-width: 767px) {
        .home-index-ttl::after {
          right: -8px;
          width: 8px;
          height: 8px; } }
  .home-index-txt {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 20px 0 0;
    height: 55px;
    text-align: end;
    z-index: 3; }
    @media (max-width: 767px) {
      .home-index-txt {
        margin: 10px 0 0; } }
    .home-index-txt p {
      margin: 0; }
  .home-index-img {
    position: absolute;
    bottom: 90px;
    right: 25px;
    left: 25px;
    z-index: 1; }
    @media (max-width: 767px) {
      .home-index-img {
        bottom: 80px;
        border-radius: 8px; } }
    .home-index-img > img {
      border-radius: 16px;
      overflow: hidden; }
      @media (max-width: 767px) {
        .home-index-img > img {
          border-radius: 8px; } }
    .home-index-img.study::after {
      position: absolute;
      left: -10px;
      bottom: 30px;
      width: 127px;
      height: 163px;
      background: url(../../home-img/img_study_n.webp) no-repeat 0 bottom/contain;
      content: ''; }
      @media (max-width: 767px) {
        .home-index-img.study::after {
          bottom: 42px; } }
.home-department {
  position: relative;
  margin: 120px auto 100px; }
  @media (max-width: 767px) {
    .home-department {
      margin: 90px auto 50px; } }
  @media (min-width: 768px) {
    .home-department .wrap-inner::before {
      position: absolute;
      display: block;
      top: 0;
      background: url("../../home-img/home_hospital_pc.webp") 50% bottom/contain no-repeat;
      content: ''; } }
  @media (min-width: 1150px) {
    .home-department .wrap-inner::before {
      left: calc(50% - (100 / 1579 * 760vw));
      width: calc(100 / 1579 * 420vw);
      height: 370px; } }
  @media (min-width: 768px) and (max-width: 1149px) {
    .home-department .wrap-inner::before {
      top: 150px;
      left: 15px;
      width: calc(100 / 1100 * 245vw);
      height: calc(100 / 1100 * 155vw); } }
  @media (min-width: 1580px) {
    .home-department .wrap-inner::before {
      left: calc(50% - 810px);
      width: 510px;
      height: 370px; } }
  @media (min-width: 768px) {
    .home-department .wrap-inner::after {
      position: absolute;
      top: 70px;
      width: 76px;
      height: 32px;
      display: block;
      background: url("../../home-img/home_bird.webp") 50% 50%/contain no-repeat;
      content: ''; } }
  @media (min-width: 1150px) {
    .home-department .wrap-inner::after {
      left: calc(50% + 370px); } }
  @media (min-width: 768px) and (max-width: 1149px) {
    .home-department .wrap-inner::after {
      right: 50px; } }
  .home-department-ttl {
    position: relative;
    font-size: 35px;
    font-size: 2.1875rem;
    z-index: 3;
    text-align: center; }
    @media (max-width: 767px) {
      .home-department-ttl {
        font-size: 25px;
        font-size: 1.5625rem; } }
    .home-department-ttl::before {
      position: absolute;
      display: block;
      top: -68px;
      left: 0;
      right: 0;
      color: #E8DFCC;
      font-family: "Braisetto";
      content: 'Department introduction';
      font-size: 68px;
      font-size: 4.25rem;
      z-index: -1; }
      @media (max-width: 767px) {
        .home-department-ttl::before {
          top: -45px;
          text-align: center;
          font-size: 38px;
          font-size: 2.375rem; } }
  .home-department-lead {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    margin: 30px auto; }
    @media (max-width: 767px) {
      .home-department-lead {
        font-size: 14px;
        font-size: 0.875rem; } }
  .home-department-wrap {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    max-width: 1100px; }
    @media (max-width: 767px) {
      .home-department-wrap {
        padding-bottom: 54vw;
        background: url("../../home-img/home_hospital_sp.webp") no-repeat;
        background-position: 50% bottom;
        background-size: calc(100 / 375 * 260vw) auto; } }
  .home-department-list {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 50px 16px;
    grid-template-areas: ". dpt1 dpt2 dpt3" "dpt4 dpt5 dpt6 dpt7";
    margin: auto 15px; }
    @media (max-width: 767px) {
      .home-department-list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px 20px; } }
  @media (max-width: 767px) {
    .home-department-item {
      flex: 0 0 calc(50% - 10px); } }
  .home-department-item:nth-child(1) {
    grid-area: dpt1; }
  .home-department-item:nth-child(2) {
    grid-area: dpt2; }
  .home-department-item:nth-child(3) {
    grid-area: dpt3; }
  .home-department-item:nth-child(4) {
    grid-area: dpt4; }
  .home-department-item:nth-child(5) {
    grid-area: dpt5; }
  .home-department-item:nth-child(6) {
    grid-area: dpt6; }
  .home-department-item:nth-child(7) {
    grid-area: dpt7; }
  .home-department-link {
    display: flex;
    justify-content: center;
    color: #4D4D4D;
    text-decoration: none;
    text-align: center; }
    .home-department-link:hover {
      color: #4D4D4D; }
  .home-department-fig {
    max-width: 265px;
    text-align: center; }
    .home-department-fig > figcaption {
      margin-top: 10px;
      padding-right: 35px;
      text-align: right;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 500;
      line-height: 1;
      background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2219%22%20viewBox%3D%220%200%2014%2019%22%3E%3Cpath%20d%3D%22M0%2C0V19L14%2C9.5Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23d96e76%22%2F%3E%3C%2Fsvg%3E") no-repeat right 50%/14px auto; }
      @media (min-width: 768px) and (max-width: 1149px) {
        .home-department-fig > figcaption {
          font-size: 14px;
          font-size: 0.875rem;
          padding-right: 18px;
          background-size: 10px auto;
          white-space: nowrap; } }
      @media (max-width: 767px) {
        .home-department-fig > figcaption {
          font-size: 13px;
          font-size: 0.8125rem;
          font-weight: 400;
          padding-right: 15px;
          background-size: 9px auto; } }
@media (min-width: 768px) {
  .home-btmidx {
    position: relative;
    margin: 160px auto; } }
@media (min-width: 1150px) {
  .home-btmidx::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 105px;
    background-image: linear-gradient(to right, #f9e7e7 0%, #eee8ed 100%);
    content: '';
    z-index: -1; } }
@media (min-width: 1150px) {
  .home-btmidx-list {
    display: flex;
    gap: 30px; } }
@media (min-width: 768px) and (max-width: 1149px) {
  .home-btmidx-list {
    display: flex; } }
@media (max-width: 1149px) {
  .home-btmidx-list {
    margin-right: -15px;
    margin-left: -15px; } }
@media (min-width: 768px) {
  .home-btmidx-list > li {
    flex: 1; } }
@media (max-width: 767px) {
  .home-btmidx-list > li {
    margin-bottom: 20px; } }
.home-btmidx-link {
  position: relative;
  display: block;
  text-decoration: none;
  color: #4D4D4D;
  font-weight: 500;
  width: 100%; }
  @media (min-width: 1150px) {
    .home-btmidx-link {
      padding-top: 115px;
      z-index: 4; } }
  @media (max-width: 1149px) {
    .home-btmidx-link {
      display: flex;
      justify-content: center;
      flex-direction: column;
      width: 100%;
      height: 128px;
      padding-left: 150px;
      background-size: auto 128px; } }
  @media (min-width: 768px) and (max-width: 1149px) {
    .home-btmidx-link {
      padding-left: 110px; } }
  @media (min-width: 1150px) {
    .home-btmidx-link::after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 350px;
      height: 185px;
      border-radius: 15px;
      overflow: hidden;
      content: '';
      z-index: -1; } }
  @media (max-width: 1149px) {
    .home-btmidx-link.message {
      background: #FBE2E4 url("../../home-img/img_message.webp") 0 0 no-repeat;
      background-size: auto 128px; } }
  @media (min-width: 768px) and (max-width: 1149px) {
    .home-btmidx-link.message {
      background-position: -30px 0;
      padding-left: 47px; } }
  @media (min-width: 1150px) {
    .home-btmidx-link.message::before {
      pointer-events: none;
      position: absolute;
      display: block;
      top: 0;
      left: calc(100% - 15px);
      width: 60px;
      height: 105px;
      background: url("../../home-img/bg_m.svg") no-repeat 0 0;
      content: ''; } }
  .home-btmidx-link.message .home-btmidx-alw {
    color: #D96E76; }
    @media (min-width: 768px) and (max-width: 1149px) {
      .home-btmidx-link.message .home-btmidx-alw {
        transform: translate(-10px, 70px); } }
  .home-btmidx-link.message:hover .home-btmidx-txt {
    color: #4D4D4D; }
  .home-btmidx-link.message:hover .home-btmidx-alw {
    color: #D96E76; }
  @media (min-width: 1150px) {
    .home-btmidx-link.message::after {
      background: url("../../home-img/img_message.webp") 0 0 no-repeat;
      background-size: auto 100%; } }
  @media (max-width: 1149px) {
    .home-btmidx-link.oneday {
      background: #F5E3E6 url("../../home-img/img_oneday.webp") 0 0 no-repeat;
      background-size: auto 128px; } }
  @media (min-width: 768px) and (max-width: 1149px) {
    .home-btmidx-link.oneday {
      background-position: -30px 0; } }
  @media (min-width: 1150px) {
    .home-btmidx-link.oneday::before {
      pointer-events: none;
      position: absolute;
      display: block;
      top: 0;
      left: calc(100% - 15px);
      width: 60px;
      height: 105px;
      background: url("../../home-img/bg_m.svg") no-repeat 0 0;
      content: ''; } }
  .home-btmidx-link.oneday .home-btmidx-alw {
    color: #C27B8D; }
  .home-btmidx-link.oneday:hover .home-btmidx-alw {
    color: #C27B8D; }
  @media (min-width: 1150px) {
    .home-btmidx-link.oneday::after {
      background: url("../../home-img/img_oneday.webp") 0 0 no-repeat;
      background-size: auto 100%; } }
  @media (max-width: 1149px) {
    .home-btmidx-link.benefit {
      background: #EDE5EA url("../../home-img/img_benefit.webp") 0 0 no-repeat;
      background-size: auto 128px; } }
  @media (min-width: 768px) and (max-width: 1149px) {
    .home-btmidx-link.benefit {
      background-position: -30px 0; } }
  .home-btmidx-link.benefit .home-btmidx-alw {
    color: #A67D97; }
  .home-btmidx-link.benefit:hover .home-btmidx-alw {
    color: #A67D97; }
  @media (min-width: 1150px) {
    .home-btmidx-link.benefit::after {
      background: url("../../home-img/img_benefit.webp") 0 0 no-repeat;
      background-size: auto 100%; } }
  .home-btmidx-link:hover {
    opacity: 1; }
    .home-btmidx-link:hover .home-btmidx-alw, .home-btmidx-link:hover .home-btmidx-txt {
      color: #4D4D4D;
      opacity: .8; }
.home-btmidx-txt {
  font-size: 15px;
  font-size: 0.9375rem; }
  @media (min-width: 1150px) {
    .home-btmidx-txt {
      text-align: right; } }
  @media (max-width: 1149px) {
    .home-btmidx-txt {
      font-size: 13px;
      font-size: 0.8125rem;
      padding-left: 35px; } }
.home-btmidx-alw {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 45px;
  padding-left: 50px; }
  @media (min-width: 1150px) {
    .home-btmidx-alw {
      margin-top: 40px;
      font-size: 20px;
      font-size: 1.25rem; } }
  @media (max-width: 1149px) {
    .home-btmidx-alw {
      line-height: 25px;
      font-size: 21px;
      font-size: 1.3125rem;
      background-size: 25px auto;
      padding-left: 35px; } }
  @media (min-width: 768px) and (max-width: 1149px) {
    .home-btmidx-alw {
      white-space: nowrap;
      font-size: 18px;
      font-size: 1.125rem;
      transform: translate(-40px, 70px); } }
.home-extra {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 470px;
  background: url("../../home-img/bg_extra.webp") no-repeat 50% 50%;
  text-align: center; }
  @media (max-width: 767px) {
    .home-extra {
      align-items: flex-start;
      height: calc(100 / 375 * 450vw);
      padding: 30px 15px;
      background-image: url("../../home-img/bg_extra_sp.webp");
      background-position: bottom center;
      background-size: auto 100%; } }

/*
recruit
--------------------------------------------------*/
.recruit-info {
  position: relative;
  margin: 90px 0; }
  @media (max-width: 767px) {
    .recruit-info {
      margin-right: -15px;
      margin-left: -15px; } }
  .recruit-info-content {
    padding: 70px 80px; }
    @media (max-width: 767px) {
      .recruit-info-content {
        padding: 45px 15px; } }
    .recruit-info-content.newer {
      background-color: #F7E2E4; }
      .recruit-info-content.newer .recruit-btn {
        color: #D96E76; }
        .recruit-info-content.newer .recruit-btn:hover {
          color: #D96E76; }
    .recruit-info-content.mid {
      background-color: #F3E5E8; }
      .recruit-info-content.mid .recruit-btn {
        color: #C27B8D; }
        .recruit-info-content.mid .recruit-btn:hover {
          color: #C27B8D; }
    .recruit-info-content.assistant {
      background-color: #EDE5EA; }
      .recruit-info-content.assistant .recruit-btn {
        color: #A67D97; }
        .recruit-info-content.assistant .recruit-btn:hover {
          color: #A67D97; }
.recruit-tab {
  position: relative; }
  .recruit-tab-menu {
    display: flex;
    gap: 20px; }
    @media (max-width: 767px) {
      .recruit-tab-menu {
        justify-content: space-between;
        gap: 8px;
        padding: 0 15px; } }
  .recruit-tab-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    height: 80px;
    font-weight: 500;
    box-sizing: border-box;
    border-radius: 8px 8px 0 0;
    font-size: 23px;
    font-size: 1.4375rem; }
    @media (max-width: 767px) {
      .recruit-tab-btn {
        font-size: 13px;
        font-size: 0.8125rem;
        height: 40px;
        padding-bottom: 0; } }
    .recruit-tab-btn:not(.active):hover {
      opacity: .8; }
    .recruit-tab-btn > span {
      position: relative;
      display: inline-block;
      padding: 5px 0; }
      @media (max-width: 767px) {
        .recruit-tab-btn > span {
          padding: 0; } }
    .recruit-tab-btn.newer {
      position: relative;
      background-color: #F7E2E4;
      color: #D96E76; }
      @media (min-width: 768px) {
        .recruit-tab-btn.newer span {
          padding-left: 55px; } }
      .recruit-tab-btn.newer::before {
        position: absolute;
        top: -20px;
        left: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90px;
        height: 90px;
        border-radius: 100%;
        background-color: #D96E76;
        color: #FFF;
        border-radius: 100%;
        content: '看護師'; }
        @media (min-width: 768px) and (max-width: 1149px) {
          .recruit-tab-btn.newer::before {
            top: -5px;
            left: -10px;
            width: 70px;
            height: 70px;
            font-size: 18px;
            font-size: 1.125rem; } }
        @media (max-width: 767px) {
          .recruit-tab-btn.newer::before {
            width: 50px;
            height: 50px;
            top: -42px;
            left: calc(50% - 25px);
            font-size: 12px;
            font-size: 0.75rem; } }
    .recruit-tab-btn.mid {
      position: relative;
      background-color: #F3E5E8;
      color: #C27B8D; }
      @media (min-width: 768px) {
        .recruit-tab-btn.mid span {
          padding-left: 55px; } }
      .recruit-tab-btn.mid::before {
        position: absolute;
        top: -20px;
        left: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90px;
        height: 90px;
        border-radius: 100%;
        background-color: #C27B8D;
        color: #FFF;
        content: '看護師'; }
        @media (min-width: 768px) and (max-width: 1149px) {
          .recruit-tab-btn.mid::before {
            top: -5px;
            left: -10px;
            width: 70px;
            height: 70px;
            font-size: 18px;
            font-size: 1.125rem; } }
        @media (max-width: 767px) {
          .recruit-tab-btn.mid::before {
            width: 50px;
            height: 50px;
            top: -42px;
            left: calc(50% - 25px);
            font-size: 12px;
            font-size: 0.75rem; } }
    .recruit-tab-btn.assistant {
      background-color: #EDE5EA;
      color: #A67D97; }
.recruit-info-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px 50px;
  max-width: 1000px;
  margin: auto; }
  @media (max-width: 1149px) {
    .recruit-info-list {
      grid-template-columns: 1fr 1fr;
      gap: 15px 15px; } }
  .recruit-info-list > li {
    max-width: 300px;
    height: 50px;
    text-align: center; }
    @media (max-width: 1149px) {
      .recruit-info-list > li {
        max-width: none; } }
.recruit-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 5px 25px;
  text-align: center;
  border-radius: 50px;
  background: #FFF;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  transition: .4s all; }
  @media (max-width: 767px) {
    .recruit-btn {
      padding: 5px 20px;
      font-size: 12px;
      font-size: 0.75rem; } }
  .recruit-btn:hover {
    box-shadow: 0 0 5px #aaa;
    opacity: 1; }

/*
 js pulgin css
--------------------------------------------------*/
.tab {
  cursor: pointer; }
  .tab.active {
    cursor: default; }
  .tab-content {
    display: none; }
    .tab-content.show {
      display: block; }

.heloview .slick-slide img {
  width: 100%;
  object-fit: cover; }
  @media (max-width: 767px) {
    .heloview .slick-slide img {
      object-position: bottom center; } }

.slick-prev, .slick-next {
  z-index: 1; }

.slick-prev:before, .slick-next:before {
  color: #000; }

.slick-slide {
  transition: all ease-in-out .3s; }

.slick-active {
  opacity: 1; }

.slick-current {
  opacity: 1; }
