.hero__wrap {
  margin-bottom: 40px;
}
.hero__inner {
  height: clamp(18.563rem, 5.409rem + 27.37vw, 38.25rem);
  background: no-repeat center/cover;
}
.hero__inner[data-page=recruitment01] {
  background-image: url(https://uploads.jobantenna.jp/upload/company/294971/202405/Bials1Ag98KgCXxglu1naCJ4q0yuZwJVDZ77j62f.png?w=980&h=400&f=cover);
}
.hero__inner[data-page=recruitment02] {
  background-image: url(https://uploads.jobantenna.jp/upload/company/294971/202412/6I9N0aTWtMjSRoGfsg2AdUyH8AAob870IimSOVY1.png?w=980&h=400&f=cover);
}
.hero__inner[data-page=recruitment03] {
  background-image: url(https://uploads.jobantenna.jp/upload/company/294971/202501/Ps0LyLRPsKGLmDI25dVFx949jJ69ySDFVgX0Zqai.jpg?w=980&h=400&f=cover);
}
.hero__inner[data-page=recruitment04] {
  background-image: url(https://uploads.jobantenna.jp/upload/company/294971/202412/G0YncrwuLWtXOKbjUqm4K95ywnuGn6Ith3PlmwDn.jpg?w=980&h=400&f=cover);
}

.catch__wrap {
  margin-bottom: 40px;
}
.catch__text {
  color: #A76F38;
  font-size: clamp(1.438rem, 1.229rem + 0.43vw, 1.75rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.9;
  max-width: 1144px;
  width: 82.3%;
  margin: 0 auto;
}

.data__section {
  margin: 0 auto 40px;
}
.data__content {
  width: 82.3%;
  max-width: 1144px;
  margin: 0 auto;
}
.data__table {
  width: 100%;
}
.data__contents {
  display: grid;
  grid-template-columns: 160px 1fr;
}
.data__contents:nth-child(odd) {
  background: #f3f3f3;
}
.data__title {
  font-size: 16px;
  font-weight: 500;
  padding: 20px;
}
.data__element {
  font-size: 16px;
  padding: 20px;
}
.data__paragraph {
  margin-bottom: 20px;
}
.data__heading {
  display: flex;
  align-items: center;
  gap: 10px;
}
.data__heading::before {
  content: "";
  background: #333;
  width: 10px;
  height: 10px;
}
.data__benefit {
  line-height: 1.7;
  text-indent: -9px;
  padding-left: 9px;
}
.data__benefit span {
  font-size: 14px;
}

.entry__wrap {
  margin-bottom: 130px;
}
.entry__lead {
  font-size: clamp(1.188rem, 1.02rem + 0.35vw, 1.438rem);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.entry__lead-wrap {
  margin-bottom: 40px;
}
.entry__lead-annotation {
  color: #A76F38;
  font-size: clamp(1rem, 0.916rem + 0.17vw, 1.125rem);
  font-weight: inherit;
}
.entry__lead-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 412px));
  justify-content: center;
  gap: 40px;
}
.entry__lead-scroll {
  color: #fff;
  font-size: clamp(1.188rem, 1.02rem + 0.35vw, 1.438rem);
  font-weight: 700;
  background-color: #968E37;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.entry__lead-scroll::after {
  content: "";
  width: 10px;
  height: 18px;
  background: url(../images/icn__arrow-white.webp) no-repeat center/auto;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  rotate: 90deg;
}
.entry__lead-banner a {
  transition: opacity 0.4s ease;
}
.entry__lead-banner a:hover {
  opacity: 0.6;
}
.entry__lead-banner picture {
  border: 3px solid #968E37;
  box-sizing: border-box;
}
.entry__lead-small {
  color: #968E37;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.flow__wrap {
  margin-bottom: 70px;
}
.flow__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(auto, 358px));
  grid-template-rows: 126px;
  gap: 12px;
  margin-bottom: 20px;
}
.flow__text {
  display: none;
}
.flow__el {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F1F1F1;
  position: relative;
}
.flow__el:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 63px solid transparent;
  border-bottom: 63px solid transparent;
  border-left: clamp(1.375rem, 0.957rem + 0.87vw, 2rem) solid #F1F1F1;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: 100%;
  translate: 0 -50%;
  z-index: 1;
}
.flow__el:not(:first-child)::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 63px solid transparent;
  border-bottom: 63px solid transparent;
  border-left: clamp(1.375rem, 0.957rem + 0.87vw, 2rem) solid #fff;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.flow__el:not(:first-child) .flow__title-wrap {
  margin-left: 32px;
}
.flow__title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: clamp(1.188rem, 1.02rem + 0.35vw, 1.438rem);
  font-weight: 700;
}
.flow__title.icn__send::before {
  content: "";
  width: 35px;
  height: 29px;
  background: url(../images/icn__flow01.webp) no-repeat center/contain;
}
.flow__title.icn__selection::before {
  content: "";
  width: 35px;
  height: 38px;
  margin-right: 10px;
  background: url(../images/icn__flow02.webp) no-repeat center/contain;
}
.flow__title.icn__interview::before {
  content: "";
  width: 35px;
  height: 40px;
  margin-right: 5px;
  background: url(../images/icn__flow03.webp) no-repeat center/contain;
}
.flow__title.icn__notice::before {
  content: "";
  width: 35px;
  height: 25px;
  margin-right: 10px;
  background: url(../images/icn__flow04.webp) no-repeat center/contain;
}
.flow__title-wrap {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
}
.flow__desc {
  display: grid;
  grid-template-columns: repeat(4, minmax(auto, 370px));
  justify-content: center;
}
.flow__desc-body {
  font-size: clamp(1rem, 0.916rem + 0.17vw, 1.125rem);
  font-weight: 500;
  padding: 0 23px;
}
.flow__desc-body:not(:last-child) {
  border-right: 1px dashed #333;
}

.form__input {
  max-width: 730px;
  margin: 0 auto;
}
.form__input-list {
  margin-bottom: 70px;
}
.form__input-el {
  display: grid;
  grid-template-columns: minmax(auto, 60px) auto;
  gap: 20px;
}
.form__input-el--matter {
  font-size: clamp(1rem, 0.916rem + 0.17vw, 1.125rem);
  font-weight: 500;
}
.form__input-el--matter:not(:last-child) {
  margin-bottom: 20px;
}
.form__input-el:not(:last-child) {
  margin-bottom: 40px;
}
.form__input-tag {
  color: #fff;
  font-size: clamp(1rem, 0.916rem + 0.17vw, 1.125rem);
  font-weight: 700;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #FF0000;
}
.form__input-tag.sp__layout {
  display: none;
}
.form__input-title {
  font-size: clamp(1.188rem, 1.02rem + 0.35vw, 1.438rem);
  font-weight: 700;
  margin-bottom: 10px;
}
.form__input-title--matter {
  font-size: clamp(1.188rem, 1.02rem + 0.35vw, 1.438rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.form__input-area input {
  width: 100%;
  height: 40px;
  padding-left: 20px;
  border: 1px solid #AAAAAA;
  border-radius: 5px;
}
.form__input-area:not(:last-child) {
  margin-bottom: 20px;
}
.form__input-area ::-moz-placeholder {
  color: #aaa;
}
.form__input-area ::placeholder {
  color: #aaa;
}
.form__input-text {
  font-size: clamp(1rem, 0.916rem + 0.17vw, 1.125rem);
  font-weight: 500;
  margin-bottom: 5px;
}
.form__input-annotation {
  font-size: 16px;
  font-weight: 500;
  margin-left: 5px;
}
.form__input-select {
  border: 1px solid #aaa;
  border-radius: 5px;
  width: 100%;
  max-width: 356px;
  height: 40px;
  padding-left: 20px;
  background: url(../images/icn__select.webp) no-repeat center right 20px/auto;
}
.form__input-select ::-moz-placeholder {
  color: #aaa;
}
.form__input-select ::placeholder {
  color: #aaa;
}
.form__input-body {
  margin-bottom: 40px;
}
.form__input-button button {
  color: #fff;
  font-size: clamp(1.188rem, 1.02rem + 0.35vw, 1.438rem);
  font-weight: 700;
  width: 100%;
  max-width: 450px;
  height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/icn__arrow-white.webp) no-repeat center right 20px/auto;
  background-color: #968E37;
  border: 1px solid #968E37;
  transition: background 0.4s ease, background-color 0.4s ease, color 0.4s ease;
}
.form__input-button button input {
  width: inherit;
  height: inherit;
  text-align: center;
}
.form__input-button button:hover {
  color: #968E37;
  background: url(../images/icn__arrow-yellow.webp) no-repeat center right 20px/auto;
  background-color: #fff;
}
.form__input-confirm {
  font-size: clamp(1rem, 0.916rem + 0.17vw, 1.125rem);
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.form__send-body {
  font-size: clamp(1rem, 0.916rem + 0.17vw, 1.125rem);
  font-weight: 500;
  max-width: 580px;
  margin: 0 auto 40px;
}
.form__send-top a {
  font-size: clamp(1.188rem, 1.02rem + 0.35vw, 1.438rem);
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 450px;
  height: 77px;
  margin: 0 auto;
  background: url(../images/icn__arrow-white.webp) no-repeat center right 20px/auto;
  background-color: #968E37;
  border: 1px solid #968E37;
  box-sizing: border-box;
  transition: color 0.4s ease, background-color 0.4s ease, background 0.4s ease;
}
.form__send-top a:hover {
  background: url(../images/icn__arrow-yellow.webp) no-repeat center right 20px/auto;
  background-color: #fff;
  color: #968E37;
}

.other__list {
  display: flex;
  justify-content: center;
  gap: clamp(0.625rem, -0.628rem + 2.61vw, 2.5rem);
}
.other__element {
  max-width: 346px;
  width: 100%;
  position: relative;
}
.other__element a:hover picture {
  opacity: 0.6;
}
.other__element a:hover .voice__personnel--text {
  color: #968E37;
}
.other__element a:hover .voice__personnel--text span {
  color: inherit;
}
.other__job--wrap {
  position: relative;
  height: clamp(14.813rem, 6.419rem + 17.46vw, 27.375rem);
  transition: opacity 0.4s ease;
}
.other__job--wrap img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.other__personnel--text {
  font-size: clamp(1rem, 0.916rem + 0.17vw, 1.125rem);
  font-weight: 700;
  line-height: 1;
  padding: 20px;
  background: #f7f7f7 url(../images/icn__arrow-yellow.webp) no-repeat center right 20px/auto;
  transition: color 0.4s ease;
}
.other__personnel--text span {
  display: block;
  font-size: clamp(1.188rem, 1.02rem + 0.35vw, 1.438rem);
  font-weight: inherit;
  margin-bottom: 8px;
  transition: color 0.4s ease;
}

.header__lower-section {
  width: 100%;
  margin-bottom: 70px;
}
.header__lower-inner {
  width: 94.6%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 20px 0;
}
.header__logo-en {
  font-size: clamp(1.188rem, 1.02rem + 0.35vw, 1.438rem);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 4px;
  text-align: center;
}
.header__logo-jp {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

@media (max-width: 768px) {
  .hero__inner {
    height: clamp(8.625rem, 0.156rem + 36.13vw, 17.5rem);
    background-size: contain;
  }
  .catch__text {
    width: 89.3%;
  }
  .data__content {
    width: 89.3%;
  }
  .data__contents {
    grid-template-columns: 1fr;
  }
  .data__title {
    font-size: 19px;
    font-weight: 700;
    padding: 20px 20px 0;
  }
  .data__element {
    padding: 10px 20px 20px;
  }
  .entry__lead {
    text-align: left;
  }
  .entry__lead-buttons {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .entry__lead-small {
    font-size: 14px;
    margin-top: 7px;
    display: flex;
    justify-content: center;
  }
  .flow__list {
    grid-template-columns: 1fr;
    grid-template-rows: unset;
    gap: 15px;
  }
  .flow__desc {
    display: none;
  }
  .flow__title {
    justify-content: center;
    margin: 0 auto 10px;
  }
  .flow__title.icn__send::before {
    width: 30px;
    height: 25px;
    margin-right: 5px;
  }
  .flow__title-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 20px 32px;
  }
  .flow__text {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
  }
  .flow__el:not(:first-child) .flow__title-wrap {
    margin-top: 20px;
    margin-left: unset;
  }
  .flow__el:not(:first-child)::before {
    top: 0;
    left: 50%;
    translate: -50% 0;
    border-right: 167px solid transparent;
    border-left: 167px solid transparent;
    border-top: 28px solid #fff;
    border-bottom: 0;
  }
  .flow__el:not(:last-child)::after {
    top: 100%;
    left: 50%;
    translate: -50% 0;
    border-right: 167px solid transparent;
    border-left: 167px solid transparent;
    border-top: 28px solid #F1F1F1;
    border-bottom: 0;
  }
  .other__list {
    flex-wrap: wrap;
    gap: 70px;
  }
  .other__element {
    max-width: unset;
  }
  .other__element a:hover picture {
    opacity: 1;
  }
  .other__personnel--text {
    padding: 20px;
  }
  .other__job--wrap {
    height: clamp(19.313rem, 0.099rem + 81.98vw, 39.5rem);
    margin-bottom: unset;
  }
  .other__icon--wrap {
    right: 0;
    translate: 0 -30px;
  }
  .form__input-el {
    grid-template-columns: 1fr;
  }
  .form__input-el--matter {
    line-height: 2;
  }
  .form__input-el--matter:not(:last-child) {
    margin-bottom: 30px;
  }
  .form__input-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  .form__input-wrap .form__input-title {
    margin-bottom: unset;
  }
  .form__input-tag {
    width: 100%;
    max-width: 52px;
  }
  .form__input-tag.pc__layout {
    display: none;
  }
  .form__input-tag.sp__layout {
    display: flex;
  }
  .form__input-annotation {
    letter-spacing: 0;
    display: block;
    margin-left: unset;
  }
  .form__input-button button {
    height: 77px;
  }
  .form__input-button button:hover {
    color: #fff;
    background: url(/images/icn__arrow-white.webp) no-repeat center right 20px/auto;
    background: #968E37;
  }
  .form__send-top a {
    width: 200%;
    max-width: 335px;
  }
  .form__send-top a:hover {
    color: #fff;
    background: url(/images/icn__arrow-white.webp) no-repeat center right 20px/auto;
    background-color: #968E37;
  }
}/*# sourceMappingURL=recruit.css.map */