@charset "UTF-8";
.recruit-fv {
  position: relative;
  width: 100%;
  height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
}

.recruit-fv__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.recruit-fv__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.64) 42%, rgba(0, 0, 0, 0.18) 70%, rgba(0, 0, 0, 0.08) 100%);
}

.recruit-fv__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, 1120px);
  margin-inline: auto;
  padding-top: 40px;
}

.recruit-fv__en {
  margin: 0 0 16px;
  color: #ff771d;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.recruit-fv__title {
  margin: 0 0 56px;
  font-size: clamp(24px, 2.6vw, 38px);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.04em;
}

.recruit-fv-cta {
  width: min(100%, 920px);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: 28px 36px;
  background: rgba(0, 0, 0, 0.92);
}

.recruit-fv-cta__info {
  display: flex;
  align-items: center;
  gap: 36px;
}

.recruit-fv-cta__company {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
}

.recruit-fv-cta__time {
  margin: 0 0 6px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.recruit-fv-cta__tel {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ff771d;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.recruit-fv-cta__tel img {
  width: 24px;
  height: 24px;
}

.recruit-fv-cta__address {
  margin: 6px 0 0;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  white-space: nowrap;
}

.recruit-fv-cta__button {
  flex: 0 0 300px;
  min-height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: #ff771d;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  transition: 0.3s;
}

.recruit-fv-cta__button i {
  font-size: 18px;
}

@media screen and (max-width: 1024px) {
  .recruit-fv {
    height: auto;
    min-height: 640px;
    align-items: center;
  }
  .recruit-fv__bg {
    object-position: right center;
  }
  .recruit-fv__inner {
    width: min(100% - 40px, 760px);
    padding-top: 24px;
  }
  .recruit-fv__title {
    margin-bottom: 40px;
    font-size: clamp(30px, 4.8vw, 42px);
  }
  .recruit-fv-cta {
    width: min(100%, 680px);
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    padding: 28px 30px;
  }
  .recruit-fv-cta__info {
    justify-content: center;
    gap: 32px;
  }
  .recruit-fv-cta__button {
    flex: initial;
    width: 100%;
    min-height: 64px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-fv {
    height: 680px;
    min-height: 680px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 28px;
  }
  .recruit-fv__bg {
    height: 100%;
    object-position: 84% center;
  }
  .recruit-fv__overlay {
    inset: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.28);
  }
  .recruit-fv__inner {
    width: min(100% - 32px, 520px);
    padding-top: 0;
    margin-inline: auto;
  }
  .recruit-fv__title {
    margin-bottom: 210px;
    font-size: 26px;
    line-height: 1.45;
  }
  .recruit-fv-cta {
    width: 100%;
    margin-top: 0;
    gap: 18px;
    padding: 22px 20px;
  }
  .recruit-fv__en {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: #ff771d;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  }
  .recruit-fv-cta__info {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .recruit-fv-cta__company {
    font-size: 20px;
  }
  .recruit-fv-cta__tel {
    font-size: 23px;
  }
  .recruit-fv-cta__tel img {
    width: 20px;
    height: 20px;
  }
  .recruit-fv-cta__address {
    font-size: 12px;
    white-space: normal;
  }
  .recruit-fv-cta__button {
    min-height: 56px;
    font-size: 15px;
  }
}
@media screen and (max-width: 430px) and (max-height: 850px) {
  .recruit-fv {
    height: 720px;
    min-height: 720px;
  }
  .recruit-fv__title {
    margin-bottom: 250px;
  }
  .recruit-fv__bg {
    object-position: 80% center;
  }
}
@media screen and (max-width: 420px) {
  .recruit-fv__title {
    font-size: 24px;
  }
  .recruit-fv-cta {
    margin-top: -80px;
  }
}
/* ========================================
   Recruit Message
======================================== */
.recruit-message {
  padding: 110px 0;
}

.recruit-message__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 620px;
  align-items: end;
  gap: 70px;
}

.recruit-message__content {
  padding-bottom: 8px;
}

.section-heading {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 36px;
}

.section-heading__bar {
  width: 4px;
  height: 34px;
  background: #ff771d;
}

.section-heading__title {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
}

.recruit-message__subtitle {
  margin: 0 0 30px;
  color: #111;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.6;
  white-space: nowrap;
}

.recruit-message__subtitle span {
  color: #ff771d;
}

.recruit-message__subtitle span {
  color: #ff771d;
}

.recruit-message__text p {
  margin: 0 0 24px;
  color: #333;
  font-size: 17px;
  line-height: 2.1;
}

.recruit-message__text p:last-child {
  margin-bottom: 0;
}

.recruit-message__image {
  position: relative;
  width: 100%;
  height: 540px;
  overflow: hidden;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 28% 100%, 34% 78%, 0 78%);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.16);
}

.recruit-message__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 右側のトラックを基準に表示 */
  object-position: 82% center;
}

@media screen and (max-width: 1024px) {
  .recruit-message {
    padding: 90px 0;
  }
  .recruit-message__subtitle {
    margin-bottom: 24px;
    font-size: 21px;
    white-space: nowrap;
  }
  .recruit-message__grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .recruit-message__image {
    clip-path: none;
    height: auto;
    aspect-ratio: 16/10;
  }
  .recruit-message__image img {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-message {
    padding: 70px 0;
  }
  .section-heading {
    gap: 14px;
    margin-bottom: 28px;
  }
  .section-heading__title {
    font-size: 26px;
  }
  .recruit-message__text p {
    font-size: 15px;
    line-height: 2;
  }
  .recruit-message__image {
    max-width: 100%;
    border-radius: 14px;
  }
  .recruit-message__image img {
    aspect-ratio: 4/3;
    object-position: right center;
  }
  .recruit-message__subtitle {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5;
    white-space: normal;
  }
}
/* ========================================
   Recruit Training
======================================== */
.recruit-training {
  padding: 40px 0 120px;
}

.recruit-training__grid {
  display: grid;
  grid-template-columns: 560px minmax(0, 1fr);
  align-items: center;
  gap: 90px;
}

.recruit-training__images {
  position: relative;
  min-height: 500px;
}

.recruit-training__image {
  position: absolute;
  overflow: hidden;
  background: #fff;
}

.recruit-training__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 上の画像 */
.recruit-training__image--top {
  top: 0;
  left: 0;
  z-index: 1;
  width: 500px;
  height: 300px;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}

.recruit-training__image--top img {
  object-position: center;
}

.recruit-training__image--bottom {
  left: 42px;
  bottom: 0;
  z-index: 3;
  width: 520px;
  height: 310px;
  overflow: visible;
  background: transparent;
  clip-path: none;
}

.recruit-training__image--bottom::before {
  content: "";
  position: absolute;
  inset: -10px 0 0 0;
  z-index: 0;
  background: #fff;
  clip-path: polygon(10% 0, 100% 0, 88% 100%, 0 100%);
}

.recruit-training__image--bottom img {
  position: relative;
  z-index: 1;
  clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 115%);
  object-position: center;
}

.recruit-training__text p {
  margin: 0 0 24px;
  color: #111;
  font-size: 17px;
  line-height: 2.05;
}

.recruit-training__text p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .recruit-training {
    padding: 40px 0 100px;
  }
  .recruit-training__grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .recruit-training__content {
    order: 1;
    width: min(100%, 760px);
    margin-inline: auto;
  }
  .recruit-training__text {
    width: 100%;
    max-width: none;
  }
  .recruit-training__text p {
    font-size: 18px;
    line-height: 2;
  }
  .recruit-training__images {
    order: 2;
    width: min(100%, 760px);
    min-height: 500px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .recruit-training {
    padding: 10px 0 80px;
  }
  .recruit-training__grid {
    gap: 40px;
  }
  .recruit-training__images {
    min-height: auto;
    display: grid;
    gap: 18px;
  }
  .recruit-training__image {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
    overflow: hidden;
    clip-path: none;
    background: transparent;
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
  }
  .recruit-training__image--top,
  .recruit-training__image--bottom {
    inset: auto;
    width: 100%;
    height: auto;
    clip-path: none;
  }
  .recruit-training__image--bottom::before {
    content: none;
  }
  .recruit-training__image img,
  .recruit-training__image--bottom img {
    position: static;
    width: 100%;
    height: 100%;
    clip-path: none;
    object-fit: cover;
  }
  .recruit-training__text p {
    font-size: 15px;
    line-height: 2;
  }
}
/* ========================================
   当社が目指す社員
======================================== */
.recruit-person {
  padding: 110px 0 120px;
  background: #f7f7f7;
}

.recruit-person__heading {
  text-align: center;
  margin-bottom: 56px;
}

.recruit-person__title {
  margin: 0;
  font-size: 34px;
  font-weight: 800;
  color: #111;
  letter-spacing: 0.04em;
}

.recruit-person__line {
  display: block;
  width: 72px;
  height: 4px;
  margin: 22px auto 0;
  background: #ff771d;
  border-radius: 999px;
}

.recruit-person__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
  max-width: 1040px;
  margin-inline: auto;
}

.recruit-person__item {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 18px;
  min-height: 86px;
  padding: 22px 26px;
  background: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.recruit-person__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.1);
}

.recruit-person__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 42px;
  background: #ff771d;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.04em;
}

.recruit-person__item p {
  margin: 0;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}

@media screen and (max-width: 1024px) {
  .recruit-person {
    padding: 90px 0 100px;
  }
  .recruit-person__grid {
    max-width: 760px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .recruit-person {
    padding: 72px 0 80px;
  }
  .recruit-person__heading {
    margin-bottom: 40px;
  }
  .recruit-person__title {
    font-size: 27px;
  }
  .recruit-person__item {
    grid-template-columns: 48px 1fr;
    gap: 14px;
    min-height: auto;
    padding: 18px 16px;
  }
  .recruit-person__num {
    width: 48px;
    height: 36px;
    font-size: 15px;
  }
  .recruit-person__item p {
    font-size: 15px;
    line-height: 1.7;
  }
}
/* ========================================
   Recruit CTA
======================================== */
.recruit-cta {
  padding: 0;
  background: linear-gradient(90deg, #101010 0%, #181818 50%, #101010 100%);
}

.recruit-cta__inner {
  width: min(100% - 48px, 1180px);
  margin-inline: auto;
  padding: 80px 0;
}

.recruit-cta__heading {
  text-align: center;
  margin-bottom: 52px;
}

.recruit-cta__line {
  display: block;
  width: 82px;
  height: 4px;
  margin: 0 auto 28px;
  background: #ff771d;
  border-radius: 999px;
}

.recruit-cta__title {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 3vw, 44px);
  font-weight: 800;
  line-height: 1.5;
}

.recruit-cta__en {
  margin: 0 0 12px;
  color: #ff771d;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.recruit-cta__title span {
  color: #ff771d;
}

.recruit-cta__text {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 2;
}

.recruit-cta__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
  padding: 42px 48px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.recruit-cta__info {
  display: flex;
  align-items: center;
  gap: 44px;
}

.recruit-cta__company {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  white-space: nowrap;
}

.recruit-cta__time {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}

.recruit-cta__tel {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ff771d;
  font-size: 34px;
  font-weight: 800;
}

.recruit-cta__tel img {
  width: 28px;
}

.recruit-cta__address {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
}

.recruit-cta__button {
  flex: 0 0 360px;
  height: 86px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: #ff771d;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  transition: 0.3s;
}

.recruit-cta__button:hover {
  background: #ff8d33;
  transform: translateY(-2px);
}

@media (max-width: 1024px) {
  .recruit-cta__box {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
  }
  .recruit-cta__info {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .recruit-cta__button {
    width: 100%;
    flex: none;
  }
}
@media (max-width: 767px) {
  .recruit-cta__inner {
    width: min(100% - 32px, 520px);
    padding: 64px 0;
  }
  .recruit-cta__title {
    font-size: 28px;
  }
  .recruit-cta__text {
    font-size: 15px;
  }
  .recruit-cta__box {
    padding: 28px 20px;
  }
  .recruit-cta__company {
    font-size: 22px;
  }
  .recruit-cta__tel {
    font-size: 24px;
  }
  .recruit-cta__button {
    height: 64px;
    font-size: 17px;
  }
}
/* ========================================
   募集要項
======================================== */
.recruit-requirements {
  padding: 110px 0 120px;
  background: #fff;
}

.recruit-requirements__heading {
  text-align: center;
  margin-bottom: 58px;
}

.recruit-requirements__title {
  margin: 0;
  color: #111;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.recruit-requirements__line {
  display: block;
  width: 72px;
  height: 4px;
  margin: 22px auto 0;
  background: #ff771d;
  border-radius: 999px;
}

.recruit-requirements__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 34px;
  max-width: 1180px;
  margin-inline: auto;
}

.recruit-requirements__table {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-top: 2px solid #ff771d;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.08);
}

.recruit-requirements__row {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: stretch;
  min-height: 112px;
  border-bottom: 1px solid #e8e8e8;
}

.recruit-requirements__row:last-child {
  border-bottom: none;
}

.recruit-requirements__head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 22px 20px;
  background: #fafafa;
  border-right: 1px solid #e8e8e8;
  color: #111;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.5;
}

.recruit-requirements__head img {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.recruit-requirements__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 24px;
  color: #222;
  font-size: 15px;
  line-height: 1.9;
}

.recruit-requirements__row--large .recruit-requirements__body {
  justify-content: flex-start;
}

.recruit-requirements__body p {
  margin: 0 0 14px;
}

.recruit-requirements__body p:last-child {
  margin-bottom: 0;
}

.recruit-requirements__row--large {
  min-height: 360px;
}

@media screen and (max-width: 1024px) {
  .recruit-requirements {
    padding: 90px 0 100px;
  }
  .recruit-requirements__grid {
    grid-template-columns: 1fr;
    max-width: 760px;
  }
  .recruit-requirements__row--large {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .recruit-requirements {
    padding: 72px 0 80px;
  }
  .recruit-requirements__heading {
    margin-bottom: 40px;
  }
  .recruit-requirements__title {
    font-size: 28px;
  }
  .recruit-requirements__grid {
    gap: 24px;
  }
  .recruit-requirements__row {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .recruit-requirements__head {
    border-right: none;
    border-bottom: 1px solid #e8e8e8;
    padding: 16px 18px;
  }
  .recruit-requirements__head img {
    width: 30px;
    height: 30px;
  }
  .recruit-requirements__body {
    padding: 18px;
    font-size: 14px;
  }
}
/* ========================================
   応募フォーム
======================================== */
.apply-form {
  width: min(100% - 48px, 980px);
  margin: 0 auto 120px;
  padding: 88px 72px 72px;
  background: #fff;
  box-shadow: 18px 18px 42px rgba(0, 0, 0, 0.22);
}

.apply-form__heading {
  text-align: center;
  margin-bottom: 56px;
}

.apply-form__en-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-bottom: 22px;
}

.apply-form__en-wrap span {
  display: block;
  width: 120px;
  height: 1px;
  background: #ff771d;
}

.apply-form__en-wrap p {
  margin: 0;
  color: #ff771d;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.apply-form__heading h2 {
  margin: 0 0 12px;
  color: #111;
  font-size: 34px;
  font-weight: 800;
}

.apply-form__heading > p {
  margin: 0;
  color: #222;
  font-size: 15px;
  font-weight: 600;
}

.apply-form__field {
  margin-bottom: 28px;
}

.apply-form__field label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #111;
  font-size: 15px;
  font-weight: 800;
}

.apply-form__field label span,
.apply-form__optional {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 22px;
  padding: 0 8px;
  background: #ff771d;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 2px;
}

.apply-form__optional {
  background: #999;
}

.apply-form__input,
.apply-form__textarea {
  width: 100%;
  padding: 13px 14px;
  background: #f7f7f7;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  font-size: 16px;
}

.apply-form__input {
  height: 48px;
}

.apply-form__textarea {
  min-height: 180px;
  resize: vertical;
}

.apply-form__input:focus,
.apply-form__textarea:focus {
  outline: none;
  border-color: #ff771d;
  background: #fff;
}

.apply-form__field .wpcf7-list-item {
  margin: 0 24px 0 0;
}

.apply-form__field input[type=radio] {
  margin-right: 6px;
}

.apply-form__field--gender {
  display: block;
}

.apply-form__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #111;
  font-size: 15px;
  font-weight: 800;
}

.apply-form__radio-group .wpcf7-form-control {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.apply-form__radio-group .wpcf7-list-item {
  margin: 0;
}

.apply-form__radio-group label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 130px;
  height: 52px;
  padding: 0 22px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 999px;
  color: #222;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.25s;
}

.apply-form__radio-group input[type=radio] {
  display: none;
}

.apply-form__radio-group label::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #bbb;
  border-radius: 50%;
}

.apply-form__radio-group label:has(input[type=radio]:checked) {
  background: #fff7f1;
  border-color: #ff771d;
}

.apply-form__radio-group label:has(input[type=radio]:checked)::before {
  border-color: #ff771d;
  background: #ff771d;
  box-shadow: inset 0 0 0 2px #fff;
}

.apply-form__radio-group label span {
  display: inline;
  min-width: auto;
  height: auto;
  padding: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  border-radius: 0;
}

.apply-form__privacy-box {
  max-height: 220px;
  overflow-y: auto;
  padding: 22px 24px;
  border: 1px solid #111;
  background: #fff;
}

.apply-form__privacy-box p {
  margin: 0 0 18px;
  color: #111;
  font-size: 14px;
  line-height: 1.9;
}

.apply-form__privacy-box p:last-child {
  margin-bottom: 0;
}

.apply-form__privacy-box h4 {
  margin: 22px 0 8px;
  color: #111;
  font-size: 15px;
  font-weight: 800;
}

.contact-form__privacy-title {
  margin: 0 0 14px;
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.apply-form__agree {
  margin-top: 36px;
  text-align: center;
  font-size: 16px;
}

.apply-form__agree-label {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.apply-form__checkbox {
  appearance: none;
  -webkit-appearance: none;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 0;
  border: 1px solid #ff771d;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  position: relative;
}

.apply-form__checkbox:checked {
  background: #ff771d;
}

.apply-form__checkbox:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.apply-form__button-wrap {
  margin-top: 56px;
  text-align: center;
}

.apply-form__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 320px;
  height: 76px;
  padding: 0 34px;
  background: #222;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22);
  transition: 0.3s;
}

.apply-form__button:hover {
  background: #ff771d;
  transform: translateY(-2px);
}

.apply-form__error {
  margin: 8px 0 0;
  color: #d93025;
  font-size: 13px;
  font-weight: 700;
}

.apply-form__error--center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .apply-form {
    width: min(100% - 32px, 520px);
    margin-bottom: 80px;
    padding: 64px 20px 48px;
    box-shadow: 10px 10px 28px rgba(0, 0, 0, 0.18);
  }
  .apply-form__en-wrap {
    gap: 16px;
  }
  .apply-form__en-wrap span {
    width: 70px;
  }
  .apply-form__heading h2 {
    font-size: 28px;
  }
  .apply-form__button {
    width: 100%;
    min-width: auto;
    height: 64px;
    font-size: 16px;
  }
  .apply-form__agree {
    margin-top: 30px;
  }
  .apply-form__agree-label,
  .apply-form__agree .wpcf7-list-item label {
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
  }
  .apply-form__checkbox {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-top: 3px;
  }
  .contact-form__privacy-title {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .apply-form__checkbox:checked::after {
    left: 5px;
    top: 1px;
    width: 6px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .apply-form__button-wrap {
    margin-top: 44px;
  }
}/*# sourceMappingURL=recruit.css.map */