@keyframes slidein-bound-right {
  0% {
    transform: translateX(500px);
  }
  30% {
    transform: translateX(0);
  }
  37% {
    transform: translateX(25px);
  }
  43% {
    transform: translateX(0);
  }
  53% {
    transform: translateX(-15px);
  }
  68% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slidein-bound-right-sp {
  0% {
    transform: translateX(300px);
  }
  30% {
    transform: translateX(0);
  }
  37% {
    transform: translateX(25px);
  }
  43% {
    transform: translateX(0);
  }
  53% {
    transform: translateX(-15px);
  }
  68% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slidein-bound-left {
  0% {
    transform: translateX(-500px);
  }
  30% {
    transform: translateX(0);
  }
  37% {
    transform: translateX(-25px);
  }
  43% {
    transform: translateX(0);
  }
  53% {
    transform: translateX(15px);
  }
  68% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slidein-bound-left-sp {
  0% {
    transform: translateX(-300px);
  }
  30% {
    transform: translateX(0);
  }
  37% {
    transform: translateX(-25px);
  }
  43% {
    transform: translateX(0);
  }
  53% {
    transform: translateX(15px);
  }
  68% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slidein-bound-bottom {
  0% {
    transform: translateY(250px);
  }
  30% {
    transform: translateY(0);
  }
  37% {
    transform: translateY(25px);
  }
  43% {
    transform: translateY(0);
  }
  53% {
    transform: translateY(15px);
  }
  68% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slidein-bound-bottom-sp {
  0% {
    transform: translateY(150px);
  }
  30% {
    transform: translateY(0);
  }
  37% {
    transform: translateY(25px);
  }
  43% {
    transform: translateY(0);
  }
  53% {
    transform: translateY(15px);
  }
  68% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes marquee-loop {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes flowing-anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes slide {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes slide-reverse {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slide-row {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slide-row-reverse {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fv-fadein {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.recruitmentPageSingle_top {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 100px);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .recruitmentPageSingle_top {
    height: auto;
  }
}
.recruitmentPageSingle_top_inner {
  max-width: 1632px;
  width: 90%;
  height: 90%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .recruitmentPageSingle_top_inner {
    display: block;
    width: 100%;
  }
}
.recruitmentPageSingle_top_img {
  width: 40%;
  max-width: 640px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .recruitmentPageSingle_top_img {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .recruitmentPageSingle_top_img {
    width: 100%;
    max-width: none;
    border-radius: 0;
    margin-bottom: -1px;
  }
}
.recruitmentPageSingle_top_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transform: translateY(20px);
  animation: fv-fadein 0.6s ease-out forwards;
}
.recruitmentPageSingle_top_text {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .recruitmentPageSingle_top_text {
    width: 95%;
    margin: 0 auto 80px;
  }
}
.recruitmentPageSingle_top_title {
  font-size: clamp(30px, 1.723rem + 0.65vw, 40px);
}
@media screen and (max-width: 768px) {
  .recruitmentPageSingle_top_title {
    font-size: 20px;
    margin-top: 30px;
  }
}
.recruitmentPageSingle_top_title-ja {
  font-size: clamp(50px, 2.518rem + 2.59vw, 90px);
}
@media screen and (max-width: 768px) {
  .recruitmentPageSingle_top_title-ja {
    font-size: 45px;
  }
}
.recruitmentPageSingle_top_title span {
  display: block;
  line-height: 1.3;
}
.recruitmentPageSingle_top_main {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .recruitmentPageSingle_top_main {
    margin-top: 70px;
  }
}
.recruitmentPageSingle_top_main span {
  font-size: clamp(22px, 0.799rem + 2.46vw, 60px);
  font-weight: 600;
  line-height: 1.7;
  background: #fff;
  color: #E63C66;
  padding: 0 12px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .recruitmentPageSingle_top_main span {
    padding: 0 8px;
  }
  .recruitmentPageSingle_top_main span br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .recruitmentPageSingle_top_main span {
    line-height: 1.9;
  }
  .recruitmentPageSingle_top_main span br {
    display: block;
  }
}
.recruitmentPageSingle_top_industry {
  font-size: clamp(18px, 0.943rem + 0.78vw, 30px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .recruitmentPageSingle_top_industry {
    margin-top: 10px;
  }
}
.recruitmentPageSingle_contents {
  background-color: #44BEC7;
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  .recruitmentPageSingle_contents {
    padding: 50px 0;
  }
}
.recruitmentPageSingle_contents[data-industry=forklift] .recruitmentPageSingle_entrybtn_bg-img {
  width: 24%;
  max-width: 283px;
}
@media screen and (max-width: 1024px) {
  .recruitmentPageSingle_contents[data-industry=forklift] .recruitmentPageSingle_entrybtn_bg-img {
    width: 28%;
    max-width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .recruitmentPageSingle_contents[data-industry=forklift] .recruitmentPageSingle_entrybtn_bg-img {
    max-width: 200px;
    width: 52%;
    bottom: 24%;
  }
}
.recruitmentPageSingle_section_title {
  font-size: clamp(20px, 0.871rem + 1.62vw, 45px);
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .recruitmentPageSingle_section_title {
    margin-bottom: 30px;
  }
}
.recruitmentPageSingle_table .wp-block-table td,
.recruitmentPageSingle_table .wp-block-table th {
  border: none !important;
  padding: 30px 25px;
  line-height: 1.9;
}
@media screen and (max-width: 1024px) {
  .recruitmentPageSingle_table .wp-block-table td,
  .recruitmentPageSingle_table .wp-block-table th {
    padding: 25px 15px;
  }
}
@media screen and (max-width: 768px) {
  .recruitmentPageSingle_table .wp-block-table td,
  .recruitmentPageSingle_table .wp-block-table th {
    padding: 15px 10px;
    padding-right: 5px;
    line-height: 1.6;
  }
}
.recruitmentPageSingle_table table {
  background-color: #fff;
  color: #262626;
  border: none !important;
  font-size: clamp(14px, 0.784rem + 0.39vw, 20px);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .recruitmentPageSingle_table table {
    font-size: 14px;
    border-radius: 5px;
  }
}
.recruitmentPageSingle_table table tr + tr {
  border-top: 1px solid #DDDDDD;
}
.recruitmentPageSingle_table table tr td:first-child {
  width: 150px;
  background-color: #EDF4F5;
  color: #467C80;
  text-align: center;
  font-weight: 600;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .recruitmentPageSingle_table table tr td:first-child {
    width: 120px;
    padding: 25px 10px;
  }
}
@media screen and (max-width: 768px) {
  .recruitmentPageSingle_table table tr td:first-child {
    width: 6rem;
    padding: 15px 2px;
  }
}
.recruitmentPageSingle_table table tr td:last-child {
  width: auto;
}
.recruitmentPageSingle_table table tr td:last-child strong {
  font-weight: 600;
}
.recruitmentPageSingle_flow {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .recruitmentPageSingle_flow {
    margin-top: 50px;
  }
}
.recruitmentPageSingle_flow_contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .recruitmentPageSingle_flow_contents {
    display: block;
  }
}
.recruitmentPageSingle_flow_item {
  width: calc((100% - 80px) / 4);
  background-color: #fff;
  color: #262626;
  text-align: center;
  border-radius: 10px;
  padding: 15px 20px 20px;
  box-sizing: border-box;
  font-size: clamp(16px, 0.848rem + 0.65vw, 26px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruitmentPageSingle_flow_item {
    width: 100%;
    display: flex;
    align-items: stretch;
    gap: 0 30px;
    padding: 0;
    border-radius: 5px;
    gap: 0;
  }
}
.recruitmentPageSingle_flow_item::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 28px solid #fff;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .recruitmentPageSingle_flow_item::after {
    border-top: 34px solid transparent;
    border-bottom: 34px solid transparent;
    border-left: 24px solid #fff;
    right: -20px;
  }
}
@media screen and (max-width: 768px) {
  .recruitmentPageSingle_flow_item::after {
    top: auto;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%) rotate(90deg);
  }
}
.recruitmentPageSingle_flow_item:last-child::after {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .recruitmentPageSingle_flow_item + .recruitmentPageSingle_flow_item {
    margin-top: 25px;
  }
}
.recruitmentPageSingle_flow_item-step {
  color: #E63C66;
  font-size: clamp(24px, 1.409rem + 0.39vw, 1.3px);
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .recruitmentPageSingle_flow_item-step {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .recruitmentPageSingle_flow_item-step {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background-color: #E63C66;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 15px;
    border-radius: 5px 0 0 5px;
    padding: 1px 10px;
  }
}
.recruitmentPageSingle_flow_item-img {
  width: 60%;
  max-width: 150px;
}
@media screen and (max-width: 1024px) {
  .recruitmentPageSingle_flow_item-img {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .recruitmentPageSingle_flow_item-img {
    width: 15%;
    max-width: 80px;
    padding: 10px 0;
  }
}
.recruitmentPageSingle_flow_item-info {
  font-weight: 600;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .recruitmentPageSingle_flow_item-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    margin-left: 20px;
  }
}
.recruitmentPageSingle_entrybtn {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .recruitmentPageSingle_entrybtn {
    margin-top: 50px;
  }
}
.recruitmentPageSingle_entrybtn_link {
  display: block;
  background-color: #E63C66;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  padding: 40px 60px;
}
@media screen and (max-width: 1024px) {
  .recruitmentPageSingle_entrybtn_link {
    padding: 35px 30px;
  }
}
@media screen and (max-width: 768px) {
  .recruitmentPageSingle_entrybtn_link {
    padding: 20px 15px;
    border-radius: 5px;
  }
}
.recruitmentPageSingle_entrybtn_link:hover {
  opacity: 0.85;
}
.recruitmentPageSingle_entrybtn_main {
  font-size: clamp(22px, 1.011rem + 1.55vw, 46px);
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .recruitmentPageSingle_entrybtn_main {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .recruitmentPageSingle_entrybtn_main {
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .recruitmentPageSingle_entrybtn_main {
    margin-right: 60px;
  }
  .recruitmentPageSingle_entrybtn_main span {
    display: inline-block;
  }
}
.recruitmentPageSingle_entrybtn_bg-text {
  width: 62%;
  max-width: 636px;
  position: absolute;
  top: 51%;
  right: 10px;
  transform: translateY(-50%);
  opacity: 0.4;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .recruitmentPageSingle_entrybtn_bg-text {
    max-width: 550px;
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .recruitmentPageSingle_entrybtn_bg-text {
    width: 85%;
    top: auto;
    bottom: 18%;
    transform: none;
    opacity: 0.3;
  }
}
.recruitmentPageSingle_entrybtn_bg-img {
  width: 16%;
  max-width: 185px;
  position: absolute;
  right: 2%;
  bottom: -2px;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .recruitmentPageSingle_entrybtn_bg-img {
    width: 20%;
    max-width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .recruitmentPageSingle_entrybtn_bg-img {
    width: 40%;
    right: 0;
  }
}
.recruitmentPageSingle_entrybtn .btn {
  width: 330px;
  max-width: none;
  position: relative;
  z-index: 1;
  background-color: #fff !important;
  color: #E63C66 !important;
}
@media screen and (max-width: 768px) {
  .recruitmentPageSingle_entrybtn .btn {
    width: 100%;
    margin-top: 65px;
  }
}
.recruitmentPageSingle_entrybtn .btn .circle-arrow {
  background-color: #E63C66 !important;
}
.recruitmentPageSingle_entrybtn .btn .circle-arrow::before, .recruitmentPageSingle_entrybtn .btn .circle-arrow::after {
  background-color: #fff !important;
}
.recruitmentPageSingle_backbtn {
  margin: 100px auto 50px;
}
@media screen and (max-width: 768px) {
  .recruitmentPageSingle_backbtn {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}