/* メッセージ */
#entry_message p {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width:950px) {
  #entry_message p {
    text-align: left;
  }
}

/* 応募方法 */
#entry_howto ._w_howto:nth-of-type(1) {
  margin-top: 30px;
}
#entry_howto ._w_howto + ._w_howto {
  margin-top: 16px;
}
#entry_howto h3 {
  font-weight: 500;
  font-size: 1.8rem;
  color: #0069B6;
  padding-left: 0px;
  margin-bottom: 5px;
}
#entry_howto h3::before {
  content: none;
}

/* 採用までの流れ */
#entry_flow ._w_flow li {
  display: flex;
  gap: 166px;
  align-items: center;
}
#entry_flow ._w_flow li + li {
  margin-top: 20px;
}
#entry_flow .flow_heading {
  display: flex;
  align-items: center;
  gap: 21px;
  width: 156px;
  flex-shrink: 0;
}
#entry_flow .flow_heading span {
  display: block;
}
#entry_flow .number {
  width: 50px;
  height: 40px;
  background: linear-gradient(90deg, #A2D8FF 0%, #FFC4E0 100%);
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  font-size: 2rem;
  color: #ffffff;
}
#entry_flow .flow_name {
  font-weight: 500;
  font-size: 2rem;
  color: #0069B6;
}
@media screen and (max-width:768px) {
  #entry_flow ._w_flow li {
    gap: 80px;
  }
  #entry_flow .flow_heading {
    width: 150px;
  }
  #entry_flow .number {
    width: 40x;
    height: 35px;
    line-height: 35px;
    font-size: 1.8rem;
  }
  #entry_flow .flow_name {
    font-size: 1.8rem;
  }
}

@media screen and (max-width:768px) {
  #entry_flow ._w_flow li {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  #entry_flow ._w_flow li + li {
    margin-top: 25px;
  }
  #entry_flow .flow_heading {
    gap: 14px;
  }
}
/* ここまで採用までの流れ */

/* 採用エントリー CTA */
#recruit_entry_cta {
  background: linear-gradient(93.82deg, rgba(199, 231, 255, 0.6) 0.4%, rgba(232, 245, 255, 0.6) 35.36%, rgba(255, 234, 244, 0.6) 61.69%, rgba(255, 217, 235, 0.6) 100%);
  padding: 70px 0 72px;
}
#recruit_entry_cta h2 {
  text-align: center;
  font-weight: 500;
  font-size: 2.8rem;
  border-bottom: none;
  padding-bottom: 0;
}
#recruit_entry_cta h2::after {
  content: none;
}
#recruit_entry_cta .text_center {
  text-align: center;
  margin-bottom: 40px;
}
#recruit_entry_cta .info {
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}
#recruit_entry_cta .info ._w_img {
  width: 251.56px;
  height: auto;
}
#recruit_entry_cta .info ._w_img img {
  vertical-align: bottom;
}
#recruit_entry_cta .info p:nth-of-type(1) {
  font-weight: 500;
}
#recruit_entry_cta ._w_tel {
  width: fit-content;
  margin: 0 auto;
}
#recruit_entry_cta .tel {
  font-weight: 500;
  font-size: 2.2rem;
  padding-left: 42px;
  margin-bottom: 5px;
  position: relative;
}
#recruit_entry_cta .tel::after {
  display: inline-block;
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  background-image: url('../img/entry_cta_telephone.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
}
#recruit_entry_cta ._w_tel_hours {
  display: flex;
  gap: 15px;
  font-weight: 500;
}
@media screen and (max-width:688px) {
  #recruit_entry_cta h2 {
    font-size: 2.4rem;
  }
  #recruit_entry_cta .text_center {
    text-align: left;
    margin-bottom: 30px;
  }
  #recruit_entry_cta .info {
    flex-direction: column;
    gap: 18px;
    margin-bottom: 30px;
  }
  #recruit_entry_cta .info ._w_img {
    width: 200px;
  }
  #recruit_entry_cta ._w_tel_hours {
    flex-direction: column;
    gap: 5px;
  }
}
/* ここまで採用エントリー CTA */