#recruit .c-anchor {
  margin-bottom: 20px;
}

#recruit .p-sec01 {
  padding: 40px 0;
}

#recruit .p-sec01-textArea .theme {
  font-size: 20px;
}

#recruit .p-sec02 {
  padding: 40px 0;
}

#recruit .p-sec02-box {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  margin-top: 20px;
  gap: 20px;
}

#recruit .p-sec02-box__item {
  padding: 20px;
}

#recruit .p-sec02-box__item .textArea .bar {
  margin: 20px 0;
}

#recruit .p-sec02-system {
  margin-top: 20px;
  padding: 20px 10px;
}

#recruit .p-sec02-system__tit {
  font-size: 20px;
}

#recruit .p-sec02-system__box {
  flex-direction: column;
  align-items: center;
}

#recruit .p-sec02-system__box .boxItem {
  font-size: 18px;
}

#recruit .p-sec02-system__box .boxItem:not(:first-child):before {
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
}

#recruit .p-sec02-system__box .boxItem .small {
  font-size: 14px;
}

#recruit .p-sec03 {
  padding: 40px 0;
}

#recruit .p-sec03:before {
  -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
  clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}

#recruit .p-sec03-box {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  margin-top: 40px;
}

#recruit .p-sec04 {
  padding: 40px 0;
}

#recruit .p-sec04:before {
  -webkit-clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 100%);
}

#recruit .p-sec04-imageArea {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

#recruit .p-sec04-box {
  flex-direction: column;
  margin-top: 20px;
  gap: 20px;
}

#recruit .p-sec04-box__imageArea .titArea .tit {
  font-size: 24px;
}

#recruit .p-sec04-box__imageArea .imageArea .image {
  width: 120px;
}

#recruit .p-sec04-box__textArea {
  width: 100%;
}

#recruit .p-sec06 {
  padding: 40px 0;
}