@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);
  }
}
.jobPage_top .subpage_fv_people {
  top: 70px;
  width: 17%;
  max-width: 354px;
  min-width: 260px;
}
@media screen and (max-width: 1024px) {
  .jobPage_top .subpage_fv_people {
    width: 23%;
    min-width: 220px;
    right: 3%;
  }
}
@media screen and (max-width: 768px) {
  .jobPage_top .subpage_fv_people {
    top: 60px;
    width: 60%;
    min-width: auto;
    max-width: 240px;
  }
}
.jobPage_list {
  padding: 80px 0;
  background-color: #44BEC7;
}
@media screen and (max-width: 1024px) {
  .jobPage_list {
    padding: 50px 0;
  }
}
.jobPage_list .section_title {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .jobPage_list .section_title {
    text-align: center;
    margin-bottom: 30px;
  }
}
.jobPage_list_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .jobPage_list_text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .jobPage_list_text {
    display: block;
  }
}
.jobPage_list_text-main {
  text-align: right;
  font-size: clamp(22px, 0.54rem + 1.74vw, 42px);
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .jobPage_list_text-main {
    text-align: left;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .jobPage_list .joblist_item {
    max-width: 600px;
  }
}

.jobOutsidesalesPage_top .subpage_fv_people {
  top: 20px;
  width: 22%;
  max-width: 389px;
  min-width: 280px;
}
@media screen and (max-width: 1024px) {
  .jobOutsidesalesPage_top .subpage_fv_people {
    width: 20%;
    min-width: 250px;
    max-width: 300px;
    right: 3%;
  }
}
@media screen and (max-width: 768px) {
  .jobOutsidesalesPage_top .subpage_fv_people {
    width: 68%;
    max-width: 280px;
    min-width: auto;
  }
}
.jobOutsidesalesPage_about .jobsinglepage_about-top {
  gap: 40px;
}
.jobOutsidesalesPage_personality_bg {
  position: absolute;
  top: -2%;
  right: -2%;
  max-width: 411px;
  width: 23%;
}
@media screen and (max-width: 1024px) {
  .jobOutsidesalesPage_personality_bg {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .jobOutsidesalesPage_personality_bg {
    min-width: 130px;
    top: -3%;
    right: -3%;
  }
}
.jobOutsidesalesPage_personality .jobsinglepage_personality_point-img {
  right: 1%;
  width: 13%;
  max-width: 200px;
  min-width: 150px;
}
@media screen and (max-width: 1024px) {
  .jobOutsidesalesPage_personality .jobsinglepage_personality_point-img {
    width: 15%;
    max-width: 180px;
    min-width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .jobOutsidesalesPage_personality .jobsinglepage_personality_point-img {
    bottom: -74%;
    max-width: 130px;
    min-width: 105px;
  }
}
@media screen and (max-width: 768px) {
  .jobOutsidesalesPage_schedule .jobsinglepage_schedule_contents-info-item:first-child {
    order: 2;
  }
  .jobOutsidesalesPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(2) {
    order: 3;
  }
  .jobOutsidesalesPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(3) {
    order: 4;
  }
  .jobOutsidesalesPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(4) {
    order: 6;
  }
  .jobOutsidesalesPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(5) {
    order: 7;
  }
  .jobOutsidesalesPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(6) {
    order: 8;
  }
  .jobOutsidesalesPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(7) {
    order: 10;
  }
  .jobOutsidesalesPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(8) {
    order: 11;
  }
  .jobOutsidesalesPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(9) {
    order: 12;
  }
  .jobOutsidesalesPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(10) {
    order: 14;
  }
  .jobOutsidesalesPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(11) {
    order: 15;
  }
  .jobOutsidesalesPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(12) {
    order: 16;
  }
  .jobOutsidesalesPage_schedule .jobsinglepage_schedule_contents-img img:first-child {
    order: 1;
  }
  .jobOutsidesalesPage_schedule .jobsinglepage_schedule_contents-img img:nth-child(2) {
    order: 5;
  }
  .jobOutsidesalesPage_schedule .jobsinglepage_schedule_contents-img img:nth-child(3) {
    order: 9;
  }
  .jobOutsidesalesPage_schedule .jobsinglepage_schedule_contents-img img:nth-child(4) {
    order: 13;
  }
  .jobOutsidesalesPage_schedule .jobsinglepage_schedule_contents-img img:nth-child(5) {
    order: 17;
  }
}
.jobOutsidesalesPage_schedule .jobsinglepage_schedule_profile-img {
  max-width: 150px;
  width: 16%;
  left: 5%;
}
@media screen and (max-width: 768px) {
  .jobOutsidesalesPage_schedule .jobsinglepage_schedule_profile-img {
    width: 24%;
    max-width: 100px;
    left: 1%;
    bottom: 8%;
  }
}
.jobOutsidesalesPage_schedule_bg {
  position: absolute;
  top: -5%;
  left: -8%;
  max-width: 485px;
  width: 28%;
}
@media screen and (max-width: 1024px) {
  .jobOutsidesalesPage_schedule_bg {
    top: -3%;
    left: -10%;
    width: 35%;
    max-width: 340px;
  }
}
@media screen and (max-width: 768px) {
  .jobOutsidesalesPage_schedule_bg {
    width: 46%;
    min-width: 160px;
    max-width: 290px;
    left: -12%;
    top: -2%;
  }
}

.jobSalesPage_top .subpage_fv_people {
  top: 40px;
  width: 29%;
  max-width: 478px;
  min-width: 320px;
  right: 0;
}
@media screen and (max-width: 1024px) {
  .jobSalesPage_top .subpage_fv_people {
    width: 30%;
    min-width: 275px;
    max-width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .jobSalesPage_top .subpage_fv_people {
    top: 30px;
    width: 73%;
    max-width: 330px;
    min-width: auto;
    right: 3%;
  }
}
.jobSalesPage_personality_bg {
  position: absolute;
  top: -2%;
  right: -2%;
  max-width: 411px;
  width: 23%;
}
@media screen and (max-width: 1024px) {
  .jobSalesPage_personality_bg {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .jobSalesPage_personality_bg {
    min-width: 130px;
    top: -3%;
    right: -3%;
  }
}
.jobSalesPage_personality .jobsinglepage_personality_point-img {
  width: 18%;
  max-width: 175px;
  min-width: 160px;
}
@media screen and (max-width: 1024px) {
  .jobSalesPage_personality .jobsinglepage_personality_point-img {
    width: 17%;
    max-width: 170px;
    min-width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .jobSalesPage_personality .jobsinglepage_personality_point-img {
    bottom: -65%;
    max-width: 110px;
    min-width: 100px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .jobSalesPage_schedule .jobsinglepage_schedule_contents-info-item:first-child {
    order: 2;
  }
  .jobSalesPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(2) {
    order: 3;
  }
  .jobSalesPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(3) {
    order: 4;
  }
  .jobSalesPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(4) {
    order: 6;
  }
  .jobSalesPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(5) {
    order: 7;
  }
  .jobSalesPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(6) {
    order: 8;
  }
  .jobSalesPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(7) {
    order: 10;
  }
  .jobSalesPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(8) {
    order: 11;
  }
  .jobSalesPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(9) {
    order: 12;
  }
  .jobSalesPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(10) {
    order: 14;
  }
  .jobSalesPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(11) {
    order: 15;
  }
  .jobSalesPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(12) {
    order: 16;
  }
  .jobSalesPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(13) {
    order: 17;
  }
  .jobSalesPage_schedule .jobsinglepage_schedule_contents-img img:first-child {
    order: 1;
  }
  .jobSalesPage_schedule .jobsinglepage_schedule_contents-img img:nth-child(2) {
    order: 5;
  }
  .jobSalesPage_schedule .jobsinglepage_schedule_contents-img img:nth-child(3) {
    order: 9;
  }
  .jobSalesPage_schedule .jobsinglepage_schedule_contents-img img:nth-child(4) {
    order: 13;
  }
  .jobSalesPage_schedule .jobsinglepage_schedule_contents-img img:nth-child(5) {
    order: 18;
  }
}
.jobSalesPage_schedule .jobsinglepage_schedule_profile-img {
  width: 15%;
  max-width: 184px;
  min-width: 120px;
  left: 5%;
}
@media screen and (max-width: 768px) {
  .jobSalesPage_schedule .jobsinglepage_schedule_profile-img {
    width: 25%;
    max-width: 90px;
    min-width: auto;
    bottom: 10%;
    left: 3px;
  }
}
.jobSalesPage_schedule_bg {
  position: absolute;
  top: -5%;
  left: -8%;
  max-width: 442px;
  width: 30%;
}
@media screen and (max-width: 1024px) {
  .jobSalesPage_schedule_bg {
    top: -4%;
    left: -10%;
    width: 35%;
    max-width: 340px;
  }
}
@media screen and (max-width: 768px) {
  .jobSalesPage_schedule_bg {
    width: 46%;
    min-width: 160px;
    max-width: 290px;
    left: -12%;
    top: -3%;
  }
}

.jobScaffoldingPage_top .subpage_fv_people {
  top: 90px;
  width: 26%;
  max-width: 464px;
  min-width: 300px;
}
@media screen and (max-width: 1024px) {
  .jobScaffoldingPage_top .subpage_fv_people {
    width: 38%;
    min-width: 300px;
    max-width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .jobScaffoldingPage_top .subpage_fv_people {
    top: 30px;
    width: 70%;
    max-width: 300px;
    min-width: auto;
  }
}
.jobScaffoldingPage_personality_bg {
  position: absolute;
  top: -5%;
  right: -8%;
  max-width: 688px;
  width: 35%;
}
@media screen and (max-width: 1024px) {
  .jobScaffoldingPage_personality_bg {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .jobScaffoldingPage_personality_bg {
    min-width: 180px;
    top: -3%;
    right: -11%;
  }
}
.jobScaffoldingPage_schedule_bg {
  position: absolute;
  top: -5%;
  left: -5%;
  max-width: 590px;
  width: 35%;
}
@media screen and (max-width: 1024px) {
  .jobScaffoldingPage_schedule_bg {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .jobScaffoldingPage_schedule_bg {
    min-width: 180px;
    top: -1.5%;
    left: -10%;
  }
}
@media screen and (max-width: 768px) {
  .jobScaffoldingPage_schedule .jobsinglepage_schedule_contents-info-item:first-child {
    order: 2;
  }
  .jobScaffoldingPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(2) {
    order: 3;
  }
  .jobScaffoldingPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(3) {
    order: 4;
  }
  .jobScaffoldingPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(4) {
    order: 6;
  }
  .jobScaffoldingPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(5) {
    order: 7;
  }
  .jobScaffoldingPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(6) {
    order: 9;
  }
  .jobScaffoldingPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(7) {
    order: 10;
  }
  .jobScaffoldingPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(8) {
    order: 11;
  }
  .jobScaffoldingPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(9) {
    order: 13;
  }
  .jobScaffoldingPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(10) {
    order: 14;
  }
  .jobScaffoldingPage_schedule .jobsinglepage_schedule_contents-img img:first-child {
    order: 1;
  }
  .jobScaffoldingPage_schedule .jobsinglepage_schedule_contents-img img:nth-child(2) {
    order: 5;
  }
  .jobScaffoldingPage_schedule .jobsinglepage_schedule_contents-img img:nth-child(3) {
    order: 8;
  }
  .jobScaffoldingPage_schedule .jobsinglepage_schedule_contents-img img:nth-child(4) {
    order: 12;
  }
  .jobScaffoldingPage_schedule .jobsinglepage_schedule_contents-img img:nth-child(5) {
    order: 15;
  }
}

.jobForkliftPage_top .subpage_fv_title-ja {
  font-size: clamp(40px, 1.893rem + 2.59vw, 80px);
  margin-bottom: 10px;
}
.jobForkliftPage_top .subpage_fv_people {
  top: 70px;
  width: 26%;
  max-width: 515px;
  min-width: 320px;
  right: -1%;
}
@media screen and (max-width: 1024px) {
  .jobForkliftPage_top .subpage_fv_people {
    width: 25%;
    min-width: 300px;
    max-width: 350px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .jobForkliftPage_top .subpage_fv_people {
    top: 30px;
    width: 80%;
    max-width: 380px;
    min-width: auto;
    right: 0;
  }
}
.jobForkliftPage_personality_bg {
  position: absolute;
  top: -10%;
  right: -3%;
  max-width: 467px;
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .jobForkliftPage_personality_bg {
    top: -2%;
    width: 26%;
  }
}
@media screen and (max-width: 768px) {
  .jobForkliftPage_personality_bg {
    min-width: 150px;
    top: 0;
    right: -3%;
  }
}
.jobForkliftPage_personality .jobsinglepage_personality_point-img {
  max-width: 270px;
  min-width: 250px;
}
@media screen and (max-width: 1024px) {
  .jobForkliftPage_personality .jobsinglepage_personality_point-img {
    width: 22%;
    max-width: 180px;
    min-width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .jobForkliftPage_personality .jobsinglepage_personality_point-img {
    bottom: -65%;
    max-width: 170px;
    min-width: 150px;
    right: 0;
  }
}
.jobForkliftPage_personality .jobsinglepage_personality_point-info {
  width: 75%;
}
@media screen and (max-width: 1024px) {
  .jobForkliftPage_personality .jobsinglepage_personality_point-info {
    width: 78%;
  }
}
@media screen and (max-width: 768px) {
  .jobForkliftPage_personality .jobsinglepage_personality_point-info {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .jobForkliftPage_schedule .jobsinglepage_schedule_contents-info-item:first-child {
    order: 2;
  }
  .jobForkliftPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(2) {
    order: 3;
  }
  .jobForkliftPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(3) {
    order: 4;
  }
  .jobForkliftPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(4) {
    order: 6;
  }
  .jobForkliftPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(5) {
    order: 7;
  }
  .jobForkliftPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(6) {
    order: 8;
  }
  .jobForkliftPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(7) {
    order: 10;
  }
  .jobForkliftPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(8) {
    order: 11;
  }
  .jobForkliftPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(9) {
    order: 12;
  }
  .jobForkliftPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(10) {
    order: 14;
  }
  .jobForkliftPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(11) {
    order: 15;
  }
  .jobForkliftPage_schedule .jobsinglepage_schedule_contents-img img:first-child {
    order: 1;
  }
  .jobForkliftPage_schedule .jobsinglepage_schedule_contents-img img:nth-child(2) {
    order: 5;
  }
  .jobForkliftPage_schedule .jobsinglepage_schedule_contents-img img:nth-child(3) {
    order: 9;
  }
  .jobForkliftPage_schedule .jobsinglepage_schedule_contents-img img:nth-child(4) {
    order: 13;
  }
  .jobForkliftPage_schedule .jobsinglepage_schedule_contents-img img:nth-child(5) {
    order: 17;
  }
}
.jobForkliftPage_schedule_bg {
  position: absolute;
  top: -5%;
  left: -5%;
  max-width: 590px;
  width: 35%;
}
@media screen and (max-width: 1024px) {
  .jobForkliftPage_schedule_bg {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .jobForkliftPage_schedule_bg {
    min-width: 200px;
    width: 40%;
    left: -10%;
    top: -2.5%;
  }
}

.jobGeneralaffairsPage_top .subpage_fv_people {
  top: 90px;
  width: 25%;
  max-width: 447px;
  min-width: 320px;
  right: 2%;
}
@media screen and (max-width: 1024px) {
  .jobGeneralaffairsPage_top .subpage_fv_people {
    top: 80px;
    width: 20%;
    min-width: 280px;
    max-width: 300px;
    right: 3%;
  }
}
@media screen and (max-width: 768px) {
  .jobGeneralaffairsPage_top .subpage_fv_people {
    top: 50px;
    width: 70%;
    max-width: 320px;
    min-width: auto;
    right: 0;
  }
}
.jobGeneralaffairsPage_personality_bg {
  position: absolute;
  top: -5%;
  right: -10%;
  max-width: 503px;
  width: 26%;
}
@media screen and (max-width: 1024px) {
  .jobGeneralaffairsPage_personality_bg {
    top: -2%;
    width: 26%;
  }
}
@media screen and (max-width: 768px) {
  .jobGeneralaffairsPage_personality_bg {
    min-width: 150px;
    top: -2%;
    right: -12%;
  }
}
.jobGeneralaffairsPage_personality .jobsinglepage_personality_point-img {
  width: 17%;
  max-width: 200px;
  min-width: 190px;
}
@media screen and (max-width: 1024px) {
  .jobGeneralaffairsPage_personality .jobsinglepage_personality_point-img {
    width: 22%;
    max-width: 170px;
    min-width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .jobGeneralaffairsPage_personality .jobsinglepage_personality_point-img {
    bottom: -60%;
    max-width: 120px;
    min-width: 100px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .jobGeneralaffairsPage_schedule .jobsinglepage_schedule_contents-info-item:first-child {
    order: 2;
  }
  .jobGeneralaffairsPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(2) {
    order: 3;
  }
  .jobGeneralaffairsPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(3) {
    order: 5;
  }
  .jobGeneralaffairsPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(4) {
    order: 6;
  }
  .jobGeneralaffairsPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(5) {
    order: 8;
  }
  .jobGeneralaffairsPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(6) {
    order: 9;
  }
  .jobGeneralaffairsPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(7) {
    order: 11;
  }
  .jobGeneralaffairsPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(8) {
    order: 12;
  }
  .jobGeneralaffairsPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(9) {
    order: 13;
  }
  .jobGeneralaffairsPage_schedule .jobsinglepage_schedule_contents-img img:first-child {
    order: 1;
  }
  .jobGeneralaffairsPage_schedule .jobsinglepage_schedule_contents-img img:nth-child(2) {
    order: 4;
  }
  .jobGeneralaffairsPage_schedule .jobsinglepage_schedule_contents-img img:nth-child(3) {
    order: 7;
  }
  .jobGeneralaffairsPage_schedule .jobsinglepage_schedule_contents-img img:nth-child(4) {
    order: 10;
  }
  .jobGeneralaffairsPage_schedule .jobsinglepage_schedule_contents-img img:nth-child(5) {
    order: 14;
  }
}
.jobGeneralaffairsPage_schedule .jobsinglepage_schedule_profile-img {
  max-width: 140px;
}
@media screen and (max-width: 768px) {
  .jobGeneralaffairsPage_schedule .jobsinglepage_schedule_profile-img {
    max-width: 100px;
  }
}
.jobGeneralaffairsPage_schedule_bg {
  position: absolute;
  top: -5%;
  left: -10%;
  max-width: 594px;
  width: 36%;
}
@media screen and (max-width: 1024px) {
  .jobGeneralaffairsPage_schedule_bg {
    top: -4%;
  }
}
@media screen and (max-width: 768px) {
  .jobGeneralaffairsPage_schedule_bg {
    min-width: 200px;
    width: 40%;
    left: -15%;
    top: -2%;
  }
}

.jobHumanresourcesPage_top .subpage_fv_people {
  top: 20px;
  width: 27%;
  max-width: 511px;
  min-width: 320px;
  right: 2%;
}
@media screen and (max-width: 1024px) {
  .jobHumanresourcesPage_top .subpage_fv_people {
    width: 30%;
    min-width: 250px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .jobHumanresourcesPage_top .subpage_fv_people {
    top: 90px;
    width: 75%;
    max-width: 320px;
    min-width: auto;
    right: 0;
  }
}
.jobHumanresourcesPage_personality_bg {
  position: absolute;
  top: -8%;
  right: -10%;
  max-width: 458px;
  width: 28%;
}
@media screen and (max-width: 1024px) {
  .jobHumanresourcesPage_personality_bg {
    top: -6%;
    width: 28%;
    max-width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .jobHumanresourcesPage_personality_bg {
    min-width: 150px;
    top: -3%;
    right: -12%;
  }
}
.jobHumanresourcesPage_personality .jobsinglepage_personality_point-img {
  width: 14%;
  max-width: 180px;
  min-width: 100px;
}
@media screen and (max-width: 1024px) {
  .jobHumanresourcesPage_personality .jobsinglepage_personality_point-img {
    width: 18%;
    max-width: 140px;
    min-width: 90px;
  }
}
@media screen and (max-width: 768px) {
  .jobHumanresourcesPage_personality .jobsinglepage_personality_point-img {
    bottom: -65%;
    max-width: 100px;
    min-width: 95px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .jobHumanresourcesPage_schedule .jobsinglepage_schedule_contents-info-item:first-child {
    order: 2;
  }
  .jobHumanresourcesPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(2) {
    order: 3;
  }
  .jobHumanresourcesPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(3) {
    order: 5;
  }
  .jobHumanresourcesPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(4) {
    order: 6;
  }
  .jobHumanresourcesPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(5) {
    order: 7;
  }
  .jobHumanresourcesPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(6) {
    order: 9;
  }
  .jobHumanresourcesPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(7) {
    order: 10;
  }
  .jobHumanresourcesPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(8) {
    order: 12;
  }
  .jobHumanresourcesPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(9) {
    order: 13;
  }
  .jobHumanresourcesPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(10) {
    order: 14;
  }
  .jobHumanresourcesPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(11) {
    order: 16;
  }
  .jobHumanresourcesPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(12) {
    order: 17;
  }
  .jobHumanresourcesPage_schedule .jobsinglepage_schedule_contents-info-item:nth-child(13) {
    order: 18;
  }
  .jobHumanresourcesPage_schedule .jobsinglepage_schedule_contents-img img:first-child {
    order: 1;
  }
  .jobHumanresourcesPage_schedule .jobsinglepage_schedule_contents-img img:nth-child(2) {
    order: 4;
  }
  .jobHumanresourcesPage_schedule .jobsinglepage_schedule_contents-img img:nth-child(3) {
    order: 8;
  }
  .jobHumanresourcesPage_schedule .jobsinglepage_schedule_contents-img img:nth-child(4) {
    order: 11;
  }
  .jobHumanresourcesPage_schedule .jobsinglepage_schedule_contents-img img:nth-child(5) {
    order: 15;
  }
  .jobHumanresourcesPage_schedule .jobsinglepage_schedule_contents-img img:nth-child(6) {
    order: 19;
  }
}
.jobHumanresourcesPage_schedule .jobsinglepage_schedule_profile-img {
  max-width: 130px;
}
@media screen and (max-width: 768px) {
  .jobHumanresourcesPage_schedule .jobsinglepage_schedule_profile-img {
    max-width: 100px;
  }
}
.jobHumanresourcesPage_schedule_bg {
  position: absolute;
  top: -5%;
  left: -10%;
  max-width: 442px;
  width: 32%;
}
@media screen and (max-width: 1024px) {
  .jobHumanresourcesPage_schedule_bg {
    top: -4%;
  }
}
@media screen and (max-width: 768px) {
  .jobHumanresourcesPage_schedule_bg {
    min-width: 190px;
    width: 40%;
    left: -18%;
    top: -2%;
  }
}

.jobsinglepage_about {
  position: relative;
  padding: 80px 0;
  background-color: #44BEC7;
}
@media screen and (max-width: 1024px) {
  .jobsinglepage_about {
    padding: 50px 0;
  }
}
.jobsinglepage_about .section_title {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_about .section_title {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .jobsinglepage_about .container {
    width: 100%;
  }
}
.jobsinglepage_about-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_about-top {
    flex-direction: column-reverse;
  }
}
.jobsinglepage_about-top-text {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_about-top-text {
    width: 90%;
    max-width: 556px;
    margin: 0 auto;
  }
}
.jobsinglepage_about-top-text-main {
  font-size: clamp(30px, 1.177rem + 2.98vw, 76px);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_about-top-text-main {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .jobsinglepage_about-top-text-main span {
    display: inline-block;
  }
}
.jobsinglepage_about-top-img {
  width: 36%;
  max-width: 556px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_about-top-img {
    width: 90%;
    border-radius: 5px;
    margin-top: 20px;
  }
}
.jobsinglepage_about-info {
  margin-top: 50px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .jobsinglepage_about-info {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .jobsinglepage_about-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    margin-top: 40px;
  }
}
.jobsinglepage_about-info-img {
  width: 46%;
  max-width: 708px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_about-info-img {
    width: 95%;
    max-width: 670px;
    border-radius: 0 5px 5px 0;
  }
}
.jobsinglepage_about-info-text {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_about-info-text {
    width: 90%;
    max-width: 556px;
    margin: 0 auto;
  }
}
.jobsinglepage_about-info-text-box {
  border: 3px solid #fff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 15px 10px;
}
@media screen and (max-width: 1024px) {
  .jobsinglepage_about-info-text-box {
    padding: 10px 8px;
    border-width: 2px;
  }
}
@media screen and (max-width: 768px) {
  .jobsinglepage_about-info-text-box {
    border-width: 1.5px;
  }
}
.jobsinglepage_about-info-text-box + .jobsinglepage_about-info-text-box {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_about-info-text-box + .jobsinglepage_about-info-text-box {
    margin-top: 20px;
  }
}
.jobsinglepage_about-info-text-box-title {
  font-size: clamp(18px, 0.973rem + 0.65vw, 28px);
  font-weight: 600;
  line-height: 1.2;
  border-bottom: 1.5px solid #fff;
  padding: 0 10px 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .jobsinglepage_about-info-text-box-title {
    font-size: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .jobsinglepage_about-info-text-box-title {
    font-size: 18px;
  }
}
.jobsinglepage_about-info-text-box-info {
  padding: 0 10px;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .jobsinglepage_about-info-text-box-info {
    font-size: 16px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .jobsinglepage_about-info-text-box-info {
    font-size: 14px;
  }
}
.jobsinglepage_personality {
  position: relative;
  padding: 80px 0;
  background-color: #93B82E;
}
@media screen and (max-width: 1024px) {
  .jobsinglepage_personality {
    padding: 50px 0;
  }
}
.jobsinglepage_personality_contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .jobsinglepage_personality_contents {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .jobsinglepage_personality_contents {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
.jobsinglepage_personality_item {
  background-color: #fff;
  color: #262626;
  font-weight: 600;
  padding: 20px 5px 20px;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .jobsinglepage_personality_item {
    padding: 15px 10px 15px;
  }
}
@media screen and (max-width: 768px) {
  .jobsinglepage_personality_item {
    border-radius: 5px;
  }
}
.jobsinglepage_personality_item-img {
  display: block;
  width: 60%;
  max-width: 169px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_personality_item-img {
    max-width: 120px;
  }
}
.jobsinglepage_personality_item-text {
  line-height: 1.3;
  text-align: center;
  margin-top: 20px;
  font-size: clamp(15px, 0.5rem + 0.5vw, 20px);
}
.jobsinglepage_personality_point {
  padding-top: clamp(50px, 2.707rem + 0.87vw, 60px);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .jobsinglepage_personality_point {
    padding-top: clamp(30px, -0.952rem + 5.88vw, 45px);
  }
}
@media screen and (max-width: 768px) {
  .jobsinglepage_personality_point {
    padding-top: 30px;
    border-radius: 5px;
    overflow: inherit;
  }
}
.jobsinglepage_personality_point-inner {
  background-color: #fff;
  color: #262626;
  padding: 30px 35px;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .jobsinglepage_personality_point-inner {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .jobsinglepage_personality_point-inner {
    padding: 10px 10px 15px;
    border-radius: 5px;
  }
}
.jobsinglepage_personality_point-title {
  font-size: clamp(16px, 0.879rem + 0.52vw, 24px);
  font-weight: 600;
  color: #E63C66;
  position: relative;
  padding-left: 10px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_personality_point-title {
    margin-bottom: 5px;
    font-size: 16px;
    padding-left: 8px;
  }
}
.jobsinglepage_personality_point-title::before {
  content: "";
  width: 5px;
  height: 70%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #E63C66;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_personality_point-title::before {
    width: 4px;
  }
}
.jobsinglepage_personality_point-info {
  width: 80%;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .jobsinglepage_personality_point-info {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .jobsinglepage_personality_point-info {
    width: 100%;
    line-height: 1.4;
  }
}
.jobsinglepage_personality_point-img {
  position: absolute;
  max-width: 330px;
  min-width: 230px;
  width: 20%;
  bottom: -4%;
  right: 1%;
}
@media screen and (max-width: 1024px) {
  .jobsinglepage_personality_point-img {
    min-width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .jobsinglepage_personality_point-img {
    width: 35%;
    min-width: auto;
    max-width: 150px;
    bottom: -50%;
  }
}
.jobsinglepage_personality_banner {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-top: 100px;
  margin-bottom: 30px;
  background-color: #E63C66;
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .jobsinglepage_personality_banner {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .jobsinglepage_personality_banner {
    margin-top: 80px;
    border-radius: 5px;
    flex-direction: column;
    gap: 0;
  }
}
.jobsinglepage_personality_banner:hover .jobsinglepage_personality_banner-btn {
  background-color: #E63C66 !important;
  color: #fff !important;
}
.jobsinglepage_personality_banner:hover .jobsinglepage_personality_banner-btn .circle-arrow {
  background-color: #fff !important;
}
.jobsinglepage_personality_banner:hover .jobsinglepage_personality_banner-btn .circle-arrow::before, .jobsinglepage_personality_banner:hover .jobsinglepage_personality_banner-btn .circle-arrow::after {
  background-color: #E63C66 !important;
}
.jobsinglepage_personality_banner-img {
  width: 30%;
  max-width: 439px;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_personality_banner-img {
    order: 3;
    width: 92%;
    max-width: 550px;
    margin: 0 auto;
  }
}
.jobsinglepage_personality_banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.jobsinglepage_personality_banner-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 25px 15px 20px 0;
}
@media screen and (max-width: 1024px) {
  .jobsinglepage_personality_banner-text {
    margin: 15px 10px 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .jobsinglepage_personality_banner-text {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .jobsinglepage_personality_banner-text-en, .jobsinglepage_personality_banner-text-ja {
    width: 90%;
    max-width: 550px;
    margin: 0 auto;
  }
}
.jobsinglepage_personality_banner-text-en {
  font-weight: 600;
  font-size: clamp(25px, 1.456rem + 0.45vw, 32px);
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .jobsinglepage_personality_banner-text-en {
    font-size: clamp(22px, 0.244rem + 2.35vw, 28px);
  }
}
@media screen and (max-width: 768px) {
  .jobsinglepage_personality_banner-text-en {
    order: 1;
    margin: 20px auto 10px;
  }
}
.jobsinglepage_personality_banner-text-ja {
  font-size: clamp(30px, 0.706rem + 2.43vw, 58px);
  font-weight: 700;
  margin: 10px 0;
}
@media screen and (max-width: 1024px) {
  .jobsinglepage_personality_banner-text-ja {
    font-size: clamp(28px, 0.619rem + 2.35vw, 34px);
    margin: 5px 0;
  }
}
@media screen and (max-width: 768px) {
  .jobsinglepage_personality_banner-text-ja {
    order: 2;
    line-height: 1.3;
    margin: 0 auto 20px;
  }
}
.jobsinglepage_personality_banner-btn {
  margin-top: 10px;
  margin-left: auto;
  width: 60%;
  max-width: 400px;
  min-width: 320px;
  background-color: #fff !important;
  color: #E63C66 !important;
  border: 1.5px solid #fff;
  font-size: clamp(18px, 1.041rem + 0.17vw, 20px);
  padding: 3px 8px 3px 15px;
  box-sizing: border-box;
  transition: all 0.4s;
}
@media screen and (max-width: 1024px) {
  .jobsinglepage_personality_banner-btn {
    font-size: 16px;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .jobsinglepage_personality_banner-btn {
    order: 4;
    width: 90%;
    max-width: 550px;
    margin: 15px auto 20px;
  }
}
.jobsinglepage_personality_banner-btn .circle-arrow {
  background-color: #E63C66 !important;
  width: 9%;
  transition: all 0.4s;
}
@media screen and (max-width: 1024px) {
  .jobsinglepage_personality_banner-btn .circle-arrow {
    width: 7%;
  }
}
.jobsinglepage_personality_banner-btn .circle-arrow::before, .jobsinglepage_personality_banner-btn .circle-arrow::after {
  background-color: #fff !important;
}
.jobsinglepage_interview {
  position: relative;
  padding: 80px 0;
  background-color: #FFC547;
}
@media screen and (max-width: 1024px) {
  .jobsinglepage_interview {
    padding: 50px 0;
  }
}
.jobsinglepage_interview .section_title {
  margin-top: -140px;
}
@media screen and (max-width: 1024px) {
  .jobsinglepage_interview .section_title {
    margin-top: -100px;
  }
}
@media screen and (max-width: 768px) {
  .jobsinglepage_interview .section_title {
    margin-top: -80px;
  }
}
.jobsinglepage_interview_contents {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_interview_contents {
    margin-top: 30px;
  }
}
.jobsinglepage_interview_item + .jobsinglepage_interview_item {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_interview_item + .jobsinglepage_interview_item {
    margin-top: 80px;
  }
}
.jobsinglepage_interview_item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_interview_item-top {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 10px;
  }
}
.jobsinglepage_interview_item-top-text {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_interview_item-top-text {
    flex: auto;
  }
}
.jobsinglepage_interview_item-top-text-profile {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.jobsinglepage_interview_item-top-text-profile-item {
  border: 1.5px solid #fff;
  padding: 6px 15px;
}
.jobsinglepage_interview_item-top-text-name {
  font-size: clamp(35px, 1.596rem + 2.52vw, 74px);
  font-weight: 600;
  margin-top: 25px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_interview_item-top-text-name {
    margin-top: 15px;
  }
}
.jobsinglepage_interview_item-top-text-info {
  margin-top: 30px;
  font-size: clamp(18px, 0.822rem + 1.29vw, 38px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_interview_item-top-text-info {
    margin-top: 15px;
  }
}
.jobsinglepage_interview_item-top-img {
  max-width: 674px;
  width: 48%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_interview_item-top-img {
    width: 100%;
    border-radius: 5px;
  }
}
.jobsinglepage_interview_item-contents {
  background-color: #fff;
  color: #262626;
  border-radius: 10px;
  padding: 60px 80px;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .jobsinglepage_interview_item-contents {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 768px) {
  .jobsinglepage_interview_item-contents {
    margin-top: 20px;
    border-radius: 5px;
    padding: 20px 10px;
  }
}
.jobsinglepage_interview_item-contents h3 {
  font-size: clamp(14px, 0.663rem + 0.91vw, 28px);
  margin-bottom: 10px;
}
.jobsinglepage_interview_item-contents h2 {
  font-size: clamp(18px, 0.761rem + 1.55vw, 42px);
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_interview_item-contents h2 {
    margin-bottom: 15px;
  }
}
.jobsinglepage_interview_item-contents p + .wp-block-image {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_interview_item-contents p + .wp-block-image {
    margin-top: 15px;
  }
}
.jobsinglepage_interview_item-contents .wp-block-image + h3,
.jobsinglepage_interview_item-contents .wp-block-image + .wp-block-columns {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_interview_item-contents .wp-block-image + h3,
  .jobsinglepage_interview_item-contents .wp-block-image + .wp-block-columns {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .jobsinglepage_interview_item-contents .wp-block-image + .wp-block-columns {
    gap: 0;
  }
}
.jobsinglepage_interview_item-contents .wp-block-columns {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between;
  flex-wrap: nowrap !important;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_interview_item-contents .wp-block-columns {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
}
.jobsinglepage_interview_item-contents .wp-block-columns h3 {
  font-size: clamp(14px, 0.754rem + 0.52vw, 22px);
}
@media screen and (max-width: 768px) {
  .jobsinglepage_interview_item-contents .wp-block-columns h3 {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }
}
.jobsinglepage_interview_item-contents .wp-block-columns h2 {
  font-size: clamp(20px, 0.765rem + 2.07vw, 52px);
  margin-top: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .jobsinglepage_interview_item-contents .wp-block-columns h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .jobsinglepage_interview_item-contents .wp-block-columns h2 {
    order: 3;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .jobsinglepage_interview_item-contents .wp-block-columns p {
    order: 4;
  }
}
@media screen and (max-width: 768px) {
  .jobsinglepage_interview_item-contents .wp-block-columns .wp-block-column:not(:has(.wp-block-image)) {
    display: contents;
  }
}
.jobsinglepage_interview_item-contents .wp-block-columns .wp-block-column:has(.wp-block-image) {
  max-width: 331px;
  flex-basis: auto !important;
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .jobsinglepage_interview_item-contents .wp-block-columns .wp-block-column:has(.wp-block-image) {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .jobsinglepage_interview_item-contents .wp-block-columns .wp-block-column:has(.wp-block-image) {
    order: 2;
    width: 65%;
    margin: 0 auto;
    flex-grow: 0;
    border-radius: 5px;
    overflow: hidden;
  }
}
.jobsinglepage_schedule {
  position: relative;
  padding: 80px 0;
  background-color: #5163C9;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .jobsinglepage_schedule {
    padding: 50px 0;
  }
}
.jobsinglepage_schedule .section_title {
  margin-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  .jobsinglepage_schedule .section_title {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  .jobsinglepage_schedule .section_title {
    margin-bottom: 120px;
  }
}
.jobsinglepage_schedule_wrapper {
  position: relative;
}
.jobsinglepage_schedule_inner {
  background-color: #fff;
  color: #262626;
  border-radius: 10px;
  padding: 110px 50px 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .jobsinglepage_schedule_inner {
    padding: 90px 30px 50px;
  }
}
@media screen and (max-width: 768px) {
  .jobsinglepage_schedule_inner {
    width: 100%;
    border-radius: 5px;
    padding: 70px 10px 40px;
  }
}
.jobsinglepage_schedule_profile {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 80px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -180px;
  box-sizing: border-box;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_schedule_profile {
    width: 95%;
    top: -150px;
  }
}
.jobsinglepage_schedule_profile-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10%;
  background-color: #E63C66;
  color: #fff;
  position: relative;
  padding: 24px 50px;
  padding-left: 35%;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_schedule_profile-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 10px 20px;
    padding-left: 28%;
    border-radius: 5px;
  }
}
.jobsinglepage_schedule_profile-inner::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
  border-top: 60px solid #E63C66;
  border-bottom: 0;
  position: absolute;
  bottom: -25%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_schedule_profile-inner::after {
    bottom: -20%;
  }
}
.jobsinglepage_schedule_profile-img {
  position: relative;
  width: 16%;
  max-width: 200px;
  min-width: 120px;
  bottom: 35%;
  left: 5%;
}
@media screen and (max-width: 1024px) {
  .jobsinglepage_schedule_profile-img {
    min-width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .jobsinglepage_schedule_profile-img {
    min-width: auto;
    width: 25%;
    left: 1%;
    bottom: 2%;
    max-width: 100px;
  }
}
.jobsinglepage_schedule_profile-img-block {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding-top: 100px;
}
.jobsinglepage_schedule_profile-name {
  font-size: clamp(20px, 1.038rem + 0.91vw, 34px);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_schedule_profile-name {
    font-size: 20px;
  }
}
.jobsinglepage_schedule_profile-name strong {
  font-size: clamp(25px, 1.183rem + 1.62vw, 53px);
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_schedule_profile-name strong {
    font-size: 26px;
  }
}
.jobsinglepage_schedule_profile-info {
  display: flex;
  align-items: center;
  justify-content: right;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_schedule_profile-info {
    justify-content: flex-start;
    gap: 5px;
    margin-top: 8px;
  }
}
.jobsinglepage_schedule_profile-info-item {
  border: 1.5px solid #fff;
  padding: 1px 15px;
  line-height: 1.3;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .jobsinglepage_schedule_profile-info-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .jobsinglepage_schedule_profile-info-item {
    font-size: 12px;
  }
}
.jobsinglepage_schedule_contents {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_schedule_contents {
    max-width: 600px;
    flex-direction: column;
    gap: 20px;
  }
}
.jobsinglepage_schedule_contents-info {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_schedule_contents-info {
    display: contents;
  }
}
@media screen and (max-width: 768px) {
  .jobsinglepage_schedule_contents-info dl {
    display: contents;
  }
}
.jobsinglepage_schedule_contents-info-item + .jobsinglepage_schedule_contents-info-item {
  margin-top: clamp(15px, 0.311rem + 1.3vw, 30px);
}
@media screen and (max-width: 768px) {
  .jobsinglepage_schedule_contents-info-item + .jobsinglepage_schedule_contents-info-item {
    margin-top: 0;
  }
}
.jobsinglepage_schedule_contents-info-item-main {
  font-weight: 600;
  font-size: clamp(18px, 0.9rem + 0.65vw, 30px);
  color: #E63C66;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_schedule_contents-info-item-main {
    margin-bottom: 5px;
  }
}
.jobsinglepage_schedule_contents-info-item-main-time {
  display: inline-block;
  font-size: clamp(16px, 0.7rem + 0.45vw, 26px);
  font-weight: 600;
  color: #E63C66;
  border: 2px solid #E63C66;
  border-radius: 25px;
  padding: 4px 15px;
  box-sizing: border-box;
  margin-right: 15px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .jobsinglepage_schedule_contents-info-item-main-time {
    border-width: 1.5px;
  }
}
@media screen and (max-width: 768px) {
  .jobsinglepage_schedule_contents-info-item-main-time {
    margin-right: 10px;
    font-size: 14px;
    padding: 2px 10px;
  }
}
.jobsinglepage_schedule_contents-info-item-text {
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_schedule_contents-info-item {
    order: 10;
  }
  .jobsinglepage_schedule_contents-info-item:first-child {
    order: 2;
  }
  .jobsinglepage_schedule_contents-info-item:nth-child(2) {
    order: 2;
  }
  .jobsinglepage_schedule_contents-info-item:nth-child(3) {
    order: 5;
  }
  .jobsinglepage_schedule_contents-info-item:nth-child(4) {
    order: 6;
  }
  .jobsinglepage_schedule_contents-info-item:nth-child(5) {
    order: 7;
  }
}
.jobsinglepage_schedule_contents-info-item-break .jobsinglepage_schedule_contents-info-item-main,
.jobsinglepage_schedule_contents-info-item-break .jobsinglepage_schedule_contents-info-item-main-time {
  color: #222D73;
}
.jobsinglepage_schedule_contents-info-item-break .jobsinglepage_schedule_contents-info-item-main-time {
  border-color: #222D73;
}
.jobsinglepage_schedule_contents-img {
  width: 32%;
  max-width: 382px;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_schedule_contents-img {
    width: 100%;
    display: contents;
  }
}
.jobsinglepage_schedule_contents-img img + img {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_schedule_contents-img img + img {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .jobsinglepage_schedule_contents-img img:first-child {
    order: 1;
  }
  .jobsinglepage_schedule_contents-img img:nth-child(2) {
    order: 3;
  }
  .jobsinglepage_schedule_contents-img img:nth-child(3) {
    order: 11;
  }
}
.jobsinglepage_schedule_profile-none .section_title {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_schedule_profile-none .section_title {
    margin-bottom: 30px;
  }
}
.jobsinglepage_schedule_profile-none .jobsinglepage_schedule_inner {
  padding: 60px 50px;
}
@media screen and (max-width: 768px) {
  .jobsinglepage_schedule_profile-none .jobsinglepage_schedule_inner {
    padding: 40px 10px;
  }
}