@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font-size */
/* ============================================ */
/* font-family */
/* ============================================ */
@font-face {
  font-family: "LINE";
  src: url("/career/assets/fonts/lineseed_bd.woff2") format("woff2");
  font-weight: normal;
}
/* recruit-lp */
/* ============================================ */
.recruit-lp {
  font-feature-settings: normal;
  letter-spacing: normal;
  color: #462B01;
  background: #F9BB00;
}

/* header */
/* ============================================ */
.recruit-lp__header {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 800;
  transition: all 0.3s ease-out;
}
.recruit-lp__header__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.recruit-lp__header__wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
.recruit-lp__header__inner {
  padding: 20px 20px 20px 40px;
}
@media all and (max-width: 896px) {
  .recruit-lp__header__inner {
    padding: 16px 12px 16px 20px;
  }
}
.recruit-lp__header__contents {
  display: flex;
}
.recruit-lp__header__logo__link {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media all and (max-width: 896px) {
  .recruit-lp__header__logo__link {
    gap: 10px;
  }
}
@media all and (max-width: 480px) {
  .recruit-lp__header__logo__link {
    gap: 6px;
  }
}
.recruit-lp__header__logo__img {
  line-height: 1;
}
.recruit-lp__header__logo__img img {
  width: 288px;
}
@media all and (max-width: 896px) {
  .recruit-lp__header__logo__img img {
    width: 180px;
  }
}
@media all and (max-width: 480px) {
  .recruit-lp__header__logo__img img {
    width: 122px;
  }
}
.recruit-lp__header__logo__txt {
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 700;
  color: #F29300;
  letter-spacing: normal;
}
@media all and (max-width: 896px) {
  .recruit-lp__header__logo__txt {
    font-size: 0.625rem;
  }
}
@media all and (max-width: 896px) {
  .recruit-lp__header__btn.--contact {
    display: none;
  }
}
@media all and (max-width: 896px) {
  .recruit-lp__header__btn.--entry {
    display: none;
  }
}
.recruit-lp__header__btn.--entry .recruit-lp__header__btn__link {
  background: #F22324;
}
.recruit-lp__header__btn.--home .recruit-lp__header__btn__link {
  background: #F29300;
}
.recruit-lp__header__btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.59em;
  height: 100%;
  padding: 0.72em 1.2em;
  background: #0C090A;
  color: #fff;
  font-size: clamp(0.625rem, 0.4638rem + 0.6612vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.13em;
}
.recruit-lp__header__btn__link::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url("../../../assets/images/common/icon_blank_white.svg") center center/contain no-repeat;
}

/* footer */
/* ============================================ */
.footer {
  width: 100%;
  padding: 100px 0;
  background: #000;
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 100dvh;
  z-index: 400;
}
@media all and (max-width: 896px) {
  .footer {
    padding: 48px 0 140px;
  }
}
.footer-wrapper {
  width: 69.063vw;
}
@media all and (max-width: 1600px) {
  .footer-wrapper {
    width: calc(100% - 80px);
  }
}
@media all and (max-width: 480px) {
  .footer-wrapper {
    width: calc(100% - 40px);
  }
}
.footer-first {
  padding-bottom: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media all and (max-width: 896px) {
  .footer-first {
    padding-bottom: 32px;
    gap: 28px;
  }
}
.footer-logo img {
  width: 364px;
}
@media all and (max-width: 896px) {
  .footer-logo img {
    width: 254.8px;
  }
}
.footer-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
}
.footer-list__link[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  background: url("../../../assets/images/common/icon_blank_white.svg") center center/contain no-repeat;
  vertical-align: -0.25em;
  margin-left: 0.25em;
}
.footer-second {
  border-top: 2px solid #fff;
  padding-top: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
}
@media all and (max-width: 896px) {
  .footer-second {
    border-top: 1px solid #fff;
    padding-top: 32px;
  }
}
.footer-sns {
  display: flex;
  align-items: center;
  gap: 28px;
}
@media all and (max-width: 896px) {
  .footer-sns__link.--x img {
    width: 20px;
  }
}
@media all and (max-width: 896px) {
  .footer-sns__link.--youtube img {
    width: 30.4px;
  }
}
.footer-copyright {
  font-size: clamp(0.625rem, 0.5931rem + 0.1307vw, 0.75rem);
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.footer .pagetop {
  cursor: pointer;
  position: absolute;
  top: -80px;
  right: 20px;
  z-index: 600;
}
@media all and (max-width: 896px) {
  .footer .pagetop {
    top: -52px;
    right: 12px;
  }
}
@media all and (max-width: 896px) {
  .footer .pagetop img {
    width: 40px;
  }
}

/* main */
/* ============================================ */
.recruit-lp__outer {
  overflow: clip;
}

.recruit-lp__main {
  position: relative;
}
.recruit-lp__main__inner {
  height: calc(44.79vw + 100px);
  border-radius: 0 0 100px 100px;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 896px) {
  .recruit-lp__main__inner {
    border-radius: 0 0 40px 40px;
  }
}
@media all and (max-width: 600px) {
  .recruit-lp__main__inner {
    height: calc(128vw + 36px);
  }
}
.recruit-lp__main__slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.recruit-lp__main__slide .splide__track {
  height: 100%;
}
.recruit-lp__main__slide .splide__slide {
  height: 100%;
}
.recruit-lp__main__slide .splide__slide.--right .recruit-lp__main__deco02 {
  top: 14.84vw;
  left: 10.94vw;
}
@media all and (max-width: 600px) {
  .recruit-lp__main__slide .splide__slide.--right .recruit-lp__main__deco02 {
    top: 39.73vw;
    left: auto;
    right: 1.07vw;
  }
}
.recruit-lp__main__slide .splide__slide.--right .recruit-lp__main__ttl {
  left: auto;
  right: 6.25vw;
}
@media all and (max-width: 896px) {
  .recruit-lp__main__slide .splide__slide.--right .recruit-lp__main__ttl {
    right: 5.33vw;
  }
}
.recruit-lp__main__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.recruit-lp__main__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-lp__main__ttl {
  width: 68.54vw;
  position: absolute;
  bottom: 100px;
  left: 6.25vw;
}
@media all and (max-width: 896px) {
  .recruit-lp__main__ttl {
    bottom: 50px;
  }
}
@media all and (max-width: 600px) {
  .recruit-lp__main__ttl {
    width: 81.07vw;
    bottom: 36px;
    left: auto;
    right: 5.33vw;
  }
}
.recruit-lp__main__ttl img {
  width: 100%;
  max-width: none;
}
.recruit-lp__main__deco01 {
  width: 13.96vw;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 600px) {
  .recruit-lp__main__deco01 {
    width: 25.07vw;
  }
}
.recruit-lp__main__deco01 img {
  width: 100%;
  max-width: none;
}
.recruit-lp__main__deco02 {
  width: 8.7vw;
  position: absolute;
  top: 7.92vw;
  left: 20.21vw;
}
@media all and (max-width: 600px) {
  .recruit-lp__main__deco02 {
    width: 15.73vw;
    top: 39.73vw;
    left: auto;
    right: 1.07vw;
  }
}

.recruit-lp__follow {
  text-align: center;
  font-size: clamp(0.875rem, 0.2574rem + 1.1029vw, 1.25rem);
  width: calc(100% - 20px);
  position: absolute;
  bottom: -50px;
  left: 50%;
  translate: -50% 0;
  z-index: 50;
}
@media all and (max-width: 896px) {
  .recruit-lp__follow {
    display: none;
  }
}
.recruit-lp__follow.is-fixed {
  position: fixed;
  top: var(--follow-top, 0px);
  bottom: auto;
  z-index: 790;
}
.recruit-lp__follow.is-fixed .recruit-lp__follow__link {
  padding-block: 0.8em;
}
.recruit-lp__follow__list {
  display: inline-flex;
  justify-content: center;
  background: #fff;
  color: #FB490A;
  padding-inline: 1.6em;
  border-radius: 20px;
  box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.12);
}
.recruit-lp__follow__item {
  position: relative;
}
.recruit-lp__follow__item:first-of-type::before {
  content: none;
}
.recruit-lp__follow__item::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.85em;
  background: #FB490A;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.recruit-lp__follow__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3em;
  padding: 1.2em;
}
.recruit-lp__follow__link::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px solid #FB490A;
  border-bottom: 0;
}
.recruit-lp__follow__txt {
  word-break: keep-all;
  font-weight: 700;
  min-width: 8em;
}

.recruit-lp__growth {
  padding-top: calc(50px + 11.98vw);
  position: relative;
}
@media all and (max-width: 896px) {
  .recruit-lp__growth {
    padding-top: min(107px, 28.53vw);
  }
}
.recruit-lp__growth__deco01 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.recruit-lp__growth__deco01 img {
  width: 100%;
  max-width: none;
}
.recruit-lp__growth__deco02 {
  width: min(207px, 10.78vw);
  position: absolute;
  top: 11.98vw;
  right: 0;
}
@media all and (max-width: 896px) {
  .recruit-lp__growth__deco02 {
    width: min(85px, 22.67vw);
    top: 68.53vw;
  }
}
.recruit-lp__growth__deco02 img {
  width: 100%;
  max-width: none;
}
.recruit-lp__growth__deco03 {
  width: min(235px, 12.24vw);
  position: absolute;
  top: 57.29vw;
  left: 0;
  z-index: 20;
}
@media all and (max-width: 896px) {
  .recruit-lp__growth__deco03 {
    width: min(85px, 22.67vw);
    top: min(820px, 218vw);
  }
}
.recruit-lp__growth__deco03 img {
  width: 100%;
  max-width: none;
}
.recruit-lp__growth__container {
  position: relative;
  z-index: 10;
}
.recruit-lp__growth__inner {
  width: 93.75vw;
  margin-inline: auto;
}
@media all and (max-width: 1600px) {
  .recruit-lp__growth__inner {
    width: calc(100% - 40px);
  }
}
.recruit-lp__growth__intro {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px 32px;
}
@media all and (max-width: 896px) {
  .recruit-lp__growth__intro {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media all and (max-width: 896px) {
  .recruit-lp__growth__intro__catch img {
    width: 292.2px;
  }
}
@media all and (max-width: 896px) {
  .recruit-lp__growth__intro__ttl img {
    width: 477px;
  }
}
.recruit-lp__growth__contents {
  padding: 6.67% 10%;
  background: url("../images/recruit-lp/growth_bg.webp") center center/cover no-repeat, #fff;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .recruit-lp__growth__contents {
    padding: 60px 30px;
    margin-top: 40px;
  }
}
@media all and (max-width: 600px) {
  .recruit-lp__growth__contents {
    padding-bottom: calc(60px + 74.67vw);
    background-image: url("../images/recruit-lp/growth_bg_sp.webp");
    background-position: center bottom;
    background-size: 100% auto;
  }
}
.recruit-lp__growth__contents::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent 40.53%, rgba(255, 255, 255, 0.8) 56.72%);
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 600px) {
  .recruit-lp__growth__contents::after {
    background: linear-gradient(0deg, transparent 41.71%, #fff 62.74%);
  }
}
.recruit-lp__growth__block {
  width: 50%;
  max-width: 580px;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 20;
}
@media all and (max-width: 600px) {
  .recruit-lp__growth__block {
    width: 100%;
    max-width: inherit;
  }
}
@media all and (max-width: 896px) {
  .recruit-lp__growth__slogan img {
    width: 307.8px;
  }
}
@media all and (max-width: 600px) {
  .recruit-lp__growth__slogan img {
    width: 205.2px;
  }
}
.recruit-lp__growth__txt {
  font-size: clamp(0.875rem, 0.7713rem + 0.4255vw, 1.25rem);
  font-weight: 600;
  line-height: 2;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .recruit-lp__growth__txt {
    margin-top: 24px;
  }
}

.recruit-lp__life {
  margin-top: 40px;
  position: relative;
  z-index: 30;
}
@media all and (max-width: 896px) {
  .recruit-lp__life {
    margin-top: 24px;
  }
}
.recruit-lp__life__txt {
  text-align: center;
  word-break: keep-all;
  font-size: clamp(0.875rem, 0.7541rem + 0.4959vw, 1.25rem);
  font-weight: 700;
  line-height: 1.7;
}
.recruit-lp__life__txt .txt_large {
  font-size: 1.6em;
  font-weight: 900;
  color: #FB490A;
}
.recruit-lp__life__inner {
  position: relative;
  padding-top: 34.44%;
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .recruit-lp__life__inner {
    margin-top: 32px;
  }
}
@media all and (max-width: 600px) {
  .recruit-lp__life__inner {
    padding-top: 132.6%;
  }
}
.recruit-lp__life__list {
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 6.41%;
  width: 100%;
  height: 93.59%;
}
@media all and (max-width: 896px) {
  .recruit-lp__life__list {
    border-radius: 10px;
  }
}
@media all and (max-width: 600px) {
  .recruit-lp__life__list {
    top: 0;
    height: 100%;
  }
}
.recruit-lp__life__list img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-lp__life__item {
  position: absolute;
  overflow: hidden;
}
.recruit-lp__life__item.--item01 {
  left: 0;
  top: 0;
  width: 23.34%;
  height: 100%;
}
@media all and (max-width: 600px) {
  .recruit-lp__life__item.--item01 {
    width: 50.4%;
    height: 53.1%;
  }
}
.recruit-lp__life__item.--item02 {
  left: 24.03%;
  top: 0;
  width: 22.37%;
  height: 62.28%;
}
@media all and (max-width: 600px) {
  .recruit-lp__life__item.--item02 {
    left: 51.6%;
    width: 48.4%;
    height: 33.2%;
  }
}
.recruit-lp__life__item.--item03 {
  left: 24.03%;
  top: 64.44%;
  width: 22.37%;
  height: 35.56%;
}
@media all and (max-width: 600px) {
  .recruit-lp__life__item.--item03 {
    left: 51.6%;
    top: 34.2%;
    width: 48.4%;
    height: 19%;
  }
}
.recruit-lp__life__item.--item04 {
  left: 47.1%;
  top: 0;
  width: 38.13%;
  height: 39.65%;
}
@media all and (max-width: 600px) {
  .recruit-lp__life__item.--item04 {
    left: 0;
    top: 54.1%;
    width: 71.1%;
    height: 18.9%;
  }
}
.recruit-lp__life__item.--item05 {
  left: 85.93%;
  top: 0;
  width: 14.1%;
  height: 39.65%;
}
@media all and (max-width: 600px) {
  .recruit-lp__life__item.--item05 {
    left: 72.3%;
    top: 54.1%;
    width: 27.7%;
    height: 18.9%;
  }
}
.recruit-lp__life__item.--item06 {
  left: 47.1%;
  top: 41.81%;
  width: 27.36%;
  height: 58.19%;
}
@media all and (max-width: 600px) {
  .recruit-lp__life__item.--item06 {
    left: 0;
    top: 74%;
    width: 50.4%;
    height: 26%;
  }
}
.recruit-lp__life__item.--item07 {
  left: 75.16%;
  top: 41.81%;
  width: 24.87%;
  height: 58.19%;
}
@media all and (max-width: 600px) {
  .recruit-lp__life__item.--item07 {
    left: 51.6%;
    top: 74%;
    width: 48.4%;
    height: 26%;
  }
}
.recruit-lp__life__fukidashi {
  position: absolute;
  width: 10.49%;
  pointer-events: none;
}
.recruit-lp__life__fukidashi img {
  width: 100%;
  max-width: none;
}
@media all and (max-width: 600px) {
  .recruit-lp__life__fukidashi {
    width: 24%;
  }
}
.recruit-lp__life__fukidashi.--fukidashi01 {
  left: 19%;
  top: 13%;
}
@media all and (max-width: 600px) {
  .recruit-lp__life__fukidashi.--fukidashi01 {
    left: 32%;
    top: 3%;
  }
}
.recruit-lp__life__fukidashi.--fukidashi02 {
  left: 39.52%;
  top: 40.38%;
}
@media all and (max-width: 600px) {
  .recruit-lp__life__fukidashi.--fukidashi02 {
    left: 70%;
    top: 22%;
  }
}
.recruit-lp__life__fukidashi.--fukidashi03 {
  left: 77.11%;
  top: 0;
}
@media all and (max-width: 600px) {
  .recruit-lp__life__fukidashi.--fukidashi03 {
    left: 54%;
    top: 48%;
  }
}
.recruit-lp__life__fukidashi.--fukidashi04 {
  left: 69.93%;
  top: 64.74%;
}
@media all and (max-width: 600px) {
  .recruit-lp__life__fukidashi.--fukidashi04 {
    left: 26%;
    top: 66%;
  }
}

.recruit-lp__data {
  padding-top: min(140px, 7.29vw);
  padding-bottom: min(228px, 11.88vw);
  position: relative;
}
@media all and (max-width: 896px) {
  .recruit-lp__data {
    padding-top: min(80px, 21.33vw);
    padding-bottom: min(117px, 31.2vw);
  }
}
.recruit-lp__data__deco01 {
  width: min(231px, 12.03vw);
  position: absolute;
  top: -40px;
  right: 0;
}
.recruit-lp__data__deco02 {
  width: min(216px, 11.25vw);
  position: absolute;
  bottom: min(228px, 11.88vw);
  left: 0;
}
.recruit-lp__data__deco02 img {
  width: 100%;
  max-width: none;
}
.recruit-lp__data__deco03 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.recruit-lp__data__deco03 img {
  width: 100%;
  max-width: none;
}
.recruit-lp__data__wrap {
  position: relative;
  z-index: 10;
}
.recruit-lp__data__intro {
  text-align: center;
  padding: 32px 24px;
  background: #FB490A;
  color: #fff;
  border-radius: 20px;
  position: relative;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__intro {
    padding: 20px 16px;
    border-radius: 10px;
  }
}
.recruit-lp__data__intro::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 22px solid #FB490A;
  border-bottom: 0;
  position: absolute;
  bottom: -16px;
  left: 50%;
  translate: -50% 0;
}
.recruit-lp__data__intro__catch {
  word-break: keep-all;
  font-size: clamp(1rem, 0.8388rem + 0.6612vw, 1.5rem);
  font-weight: 900;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 20px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__intro__catch {
    margin-bottom: 12px;
  }
}
.recruit-lp__data__note {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  font-size: clamp(0.75rem, 0.7097rem + 0.1653vw, 0.875rem);
  font-weight: 700;
  opacity: 0.8;
  margin: 24px 0 0 auto;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__note {
    margin-top: 16px;
  }
}
.recruit-lp__data__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 48px;
}
@media all and (max-width: 1367px) {
  .recruit-lp__data__list {
    gap: 20px;
  }
}
@media all and (max-width: 896px) {
  .recruit-lp__data__list {
    gap: 16px;
    margin-top: 28px;
  }
}
.recruit-lp__data__item {
  text-align: center;
  width: calc((100% - 64px) / 3);
  background: #fff;
  border-radius: 20px 16px;
  border-top: 4px solid #FB490A;
  padding: 32px 24px;
}
@media all and (max-width: 1367px) {
  .recruit-lp__data__item {
    width: calc((100% - 40px) / 3);
  }
}
@media all and (max-width: 896px) {
  .recruit-lp__data__item {
    width: 100%;
    padding: 28px 20px;
  }
}
.recruit-lp__data__item.--salary, .recruit-lp__data__item.--bonus {
  width: calc((100% - 64px) / 2);
}
@media all and (max-width: 1367px) {
  .recruit-lp__data__item.--salary, .recruit-lp__data__item.--bonus {
    width: calc((100% - 40px) / 2);
  }
}
@media all and (max-width: 896px) {
  .recruit-lp__data__item.--salary, .recruit-lp__data__item.--bonus {
    width: 100%;
  }
}
.recruit-lp__data__item.--vacation, .recruit-lp__data__item.--vacation_rate, .recruit-lp__data__item.--overtime, .recruit-lp__data__item.--holiday {
  width: calc((100% - 64px) / 4);
}
@media all and (max-width: 1367px) {
  .recruit-lp__data__item.--vacation, .recruit-lp__data__item.--vacation_rate, .recruit-lp__data__item.--overtime, .recruit-lp__data__item.--holiday {
    width: calc((100% - 40px) / 4);
  }
}
@media all and (max-width: 896px) {
  .recruit-lp__data__item.--vacation, .recruit-lp__data__item.--vacation_rate, .recruit-lp__data__item.--overtime, .recruit-lp__data__item.--holiday {
    width: 100%;
  }
}
.recruit-lp__data__item.--salary .recruit-lp__data__block {
  flex-direction: row;
}
@media all and (max-width: 1025px) {
  .recruit-lp__data__item.--salary .recruit-lp__data__block {
    flex-direction: column;
  }
}
@media all and (max-width: 896px) {
  .recruit-lp__data__item.--salary .recruit-lp__data__block {
    flex-direction: row;
  }
}
@media all and (max-width: 480px) {
  .recruit-lp__data__item.--salary .recruit-lp__data__block {
    flex-direction: column;
  }
}
@media all and (max-width: 600px) {
  .recruit-lp__data__item.--salary .recruit-lp__data__img {
    max-width: 111px;
  }
}
@media all and (max-width: 600px) {
  .recruit-lp__data__item.--vacation .recruit-lp__data__img {
    max-width: 70.8px;
  }
}
@media all and (max-width: 600px) {
  .recruit-lp__data__item.--vacation_rate .recruit-lp__data__img {
    max-width: 72px;
  }
}
@media all and (max-width: 600px) {
  .recruit-lp__data__item.--overtime .recruit-lp__data__img {
    max-width: 79.2px;
  }
}
@media all and (max-width: 600px) {
  .recruit-lp__data__item.--holiday .recruit-lp__data__img {
    max-width: 58.8px;
  }
}
.recruit-lp__data__item.--bonus .recruit-lp__data__block {
  flex-direction: row;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__item.--bonus .recruit-lp__data__block {
    margin-top: 20px;
  }
}
@media all and (max-width: 480px) {
  .recruit-lp__data__item.--bonus .recruit-lp__data__block {
    flex-direction: column;
  }
}
@media all and (max-width: 600px) {
  .recruit-lp__data__item.--bonus .recruit-lp__data__img {
    max-width: 109.2px;
  }
}
@media all and (max-width: 600px) {
  .recruit-lp__data__item.--return .recruit-lp__data__img {
    max-width: 78px;
  }
}
@media all and (max-width: 480px) {
  .recruit-lp__data__item.--transfer .recruit-lp__data__block {
    flex-direction: column;
  }
}
@media all and (max-width: 600px) {
  .recruit-lp__data__item.--transfer .recruit-lp__data__img {
    max-width: 106.8px;
  }
}
.recruit-lp__data__ttl {
  word-break: keep-all;
  font-size: clamp(0.875rem, 0.7541rem + 0.4959vw, 1.25rem);
  font-weight: 900;
  opacity: 0.8;
  line-height: 1.4;
}
.recruit-lp__data__ttl .txt_large {
  font-size: 1.43em;
}
.recruit-lp__data__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px 4%;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__block {
    flex-direction: row;
  }
}
.recruit-lp__data__about {
  word-break: keep-all;
  font-size: clamp(0.8125rem, 0.7118rem + 0.4132vw, 1.125rem);
  font-weight: 700;
  line-height: 1.4;
  opacity: 0.8;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__about {
    margin-top: 0;
  }
}
.recruit-lp__data__txt {
  color: #FB490A;
  font-size: clamp(1rem, 0.7583rem + 0.9917vw, 1.75rem);
  font-weight: 700;
  line-height: 1.2;
}
.recruit-lp__data__txt .txt_number {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.64em;
  font-weight: 800;
}
.recruit-lp__data__sub {
  font-size: clamp(0.625rem, 0.5847rem + 0.1653vw, 0.75rem);
  font-weight: 900;
  opacity: 0.8;
  margin-top: 8px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__sub {
    margin-top: 5px;
  }
}
.recruit-lp__data__btn {
  text-align: center;
  margin-top: 16px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__btn {
    margin-top: 12px;
  }
}
.recruit-lp__data__btn__link {
  display: inline-flex;
  align-items: center;
  gap: 1em;
  color: #FB490A;
  text-decoration: none;
  font-size: clamp(0.75rem, 0.7097rem + 0.1653vw, 0.875rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #FB490A;
  padding-bottom: 0.8em;
}
.recruit-lp__data__btn__link::after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: url("../images/recruit-lp/icon_blank.svg") center center/contain no-repeat;
  flex-shrink: 0;
}
.recruit-lp__data__btn__note {
  font-size: clamp(0.625rem, 0.5847rem + 0.1653vw, 0.75rem);
  font-weight: 500;
  color: #FB490A;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .recruit-lp__data__btn__note {
    margin-top: 8px;
  }
}

.recruit-lp__network {
  padding: min(140px, 7.29vw) 0;
  border-radius: 100px;
  background: #FBF7E8;
}
@media all and (max-width: 896px) {
  .recruit-lp__network {
    padding: 60px 0;
    border-radius: 40px;
  }
}
.recruit-lp__network__ttl {
  text-align: center;
}
@media all and (max-width: 896px) {
  .recruit-lp__network__ttl img {
    width: 574.8px;
  }
}
@media all and (max-width: 600px) {
  .recruit-lp__network__ttl img {
    width: 254px;
  }
}
.recruit-lp__network__txt {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(1.125rem, 1.0041rem + 0.4959vw, 1.5rem);
  font-weight: 700;
  margin-top: min(80px, 4.17vw);
}
@media all and (max-width: 896px) {
  .recruit-lp__network__txt {
    margin-top: 24px;
  }
}
.recruit-lp__network__container {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media all and (max-width: 1025px) {
  .recruit-lp__network__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 896px) {
  .recruit-lp__network__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 24px;
  }
}
.recruit-lp__network__inner {
  padding: 32px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(106, 49, 6, 0.15);
}
@media all and (max-width: 480px) {
  .recruit-lp__network__inner {
    padding: 20px;
  }
}
.recruit-lp__network__inner.--area01 .recruit-lp__network__area__link {
  color: #F8623E;
}
.recruit-lp__network__inner.--area01 .recruit-lp__network__link::after {
  border-left-color: #F8623E;
}
.recruit-lp__network__inner.--area02 .recruit-lp__network__area__link {
  color: #F67E00;
}
.recruit-lp__network__inner.--area02 .recruit-lp__network__link::after {
  border-left-color: #F67E00;
}
.recruit-lp__network__inner.--area03 .recruit-lp__network__area__link {
  color: #FFC300;
}
.recruit-lp__network__inner.--area03 .recruit-lp__network__link::after {
  border-left-color: #FFC300;
}
.recruit-lp__network__inner.--area04 .recruit-lp__network__area__link {
  color: #19A300;
}
.recruit-lp__network__inner.--area04 .recruit-lp__network__link::after {
  border-left-color: #19A300;
}
.recruit-lp__network__inner.--area05 .recruit-lp__network__area__link {
  color: #0573D0;
}
.recruit-lp__network__inner.--area05 .recruit-lp__network__link::after {
  border-left-color: #0573D0;
}
.recruit-lp__network__area__link {
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  color: #FB490A;
  font-size: clamp(1.125rem, 0.9236rem + 0.8264vw, 1.75rem);
  font-weight: 700;
  padding-inline: 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid currentColor;
  position: relative;
}
@media all and (max-width: 896px) {
  .recruit-lp__network__area__link {
    gap: 5px 12px;
  }
}
.recruit-lp__network__area__link::after {
  content: none;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid currentColor;
  border-right: 0;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 calc(-50% - 4px);
}
.recruit-lp__network__area__ttl {
  line-height: 1.4;
}
.recruit-lp__network__area__base {
  font-weight: 900;
  line-height: 1.1;
  display: flex;
  align-items: center;
  gap: 0.3em;
}
.recruit-lp__network__area__base .txt_number {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.2em;
  font-weight: 800;
}
.recruit-lp__network__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .recruit-lp__network__list {
    gap: 16px;
    margin-top: 20px;
  }
}
.recruit-lp__network__link {
  pointer-events: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 0.5em;
  font-size: clamp(0.875rem, 0.7944rem + 0.3306vw, 1.125rem);
  font-weight: 600;
  line-height: 1.4;
  padding-right: 20px;
  position: relative;
}
.recruit-lp__network__link::after {
  content: none;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #FB490A;
  border-right: 0;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
.recruit-lp__network__base .txt_number {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.22em;
  font-weight: 700;
}
.recruit-lp__network__view {
  text-align: center;
  display: grid;
  place-content: center;
}
.recruit-lp__network__view__link {
  display: inline-flex;
  align-items: center;
  gap: 1em;
  color: #462B01;
  text-decoration: none;
  font-size: clamp(1rem, 0.661vw + 0.839rem, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #462B01;
  padding-bottom: 0.8em;
}
.recruit-lp__network__view__link::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #462B01;
  flex-shrink: 0;
}

.recruit-lp__goal {
  padding-top: min(300px, 15.63vw);
  padding-bottom: min(340px, 17.71vw);
  position: relative;
}
@media all and (max-width: 896px) {
  .recruit-lp__goal {
    padding-top: min(118px, 31.47vw);
    padding-bottom: min(72px, 19.2vw);
  }
}
.recruit-lp__goal__deco01 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.recruit-lp__goal__deco01 img {
  width: 100%;
  max-width: none;
}
.recruit-lp__goal__deco02 {
  width: min(216px, 11.25vw);
  position: absolute;
  top: 11.82vw;
  right: 0;
}
@media all and (max-width: 896px) {
  .recruit-lp__goal__deco02 {
    display: none;
  }
}
.recruit-lp__goal__deco02 img {
  width: 100%;
  max-width: none;
}
.recruit-lp__goal__deco03 {
  width: min(231px, 12.03vw);
  position: absolute;
  top: 60.63vw;
  left: 0;
}
@media all and (max-width: 896px) {
  .recruit-lp__goal__deco03 {
    width: min(104px, 27.73vw);
    top: min(1614px, 430.4vw);
  }
}
.recruit-lp__goal__deco03 img {
  width: 100%;
  max-width: none;
}
.recruit-lp__goal__deco04 {
  width: min(231px, 12.03vw);
  position: absolute;
  bottom: 32.71vw;
  right: 0;
}
@media all and (max-width: 896px) {
  .recruit-lp__goal__deco04 {
    width: min(114px, 30.4vw);
    bottom: min(715px, 190.67vw);
  }
}
.recruit-lp__goal__deco04 img {
  width: 100%;
  max-width: none;
}
.recruit-lp__goal__deco05 {
  width: min(216px, 11.25vw);
  position: absolute;
  bottom: 11.82vw;
  right: 0;
}
.recruit-lp__goal__deco05 img {
  width: 100%;
  max-width: none;
}
.recruit-lp__goal__deco06 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media all and (max-width: 896px) {
  .recruit-lp__goal__deco06 {
    bottom: -12vw;
  }
}
.recruit-lp__goal__deco06 img {
  width: 100%;
  max-width: none;
}
.recruit-lp__goal__wrap {
  position: relative;
  z-index: 10;
}
.recruit-lp__goal__ttl {
  text-align: center;
}

.recruit-lp__reason {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .recruit-lp__reason {
    margin-top: 40px;
  }
}
.recruit-lp__reason__heading {
  text-align: center;
  padding: 16px 24px;
  background: #FB490A;
  color: #fff;
  font-size: clamp(1.25rem, 0.8471rem + 1.6529vw, 2.5rem);
  font-weight: 900;
  line-height: 1.4;
  border-radius: 20px;
  position: relative;
}
@media all and (max-width: 896px) {
  .recruit-lp__reason__heading {
    padding: 12px 16px;
    border-radius: 10px;
  }
}
.recruit-lp__reason__heading .txt_large {
  font-size: 1.92em;
  color: #FB490A;
  fill: #FB490A;
  -webkit-text-stroke: 5px #fff;
  text-stroke: 5px #fff;
  paint-order: stroke;
}
.recruit-lp__reason__heading::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-top: 22px solid #FB490A;
  border-bottom: 0;
  position: absolute;
  bottom: -16px;
  left: 50%;
  translate: -50% 0;
}
.recruit-lp__reason__container {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .recruit-lp__reason__container {
    gap: 16px;
    margin-top: 32px;
  }
}
.recruit-lp__reason__inner {
  overflow: hidden;
  position: relative;
  width: calc((100% - 64px) / 3);
  background: #fff;
  border-radius: 20px 16px;
  border-top: 4px solid #FB490A;
  padding: 32px;
}
@media all and (max-width: 896px) {
  .recruit-lp__reason__inner {
    width: 100%;
    padding: 16px 20px 20px;
  }
}
.recruit-lp__reason__inner.--reason01, .recruit-lp__reason__inner.--reason02 {
  width: calc((100% - 32px) / 2);
}
@media all and (max-width: 896px) {
  .recruit-lp__reason__inner.--reason01, .recruit-lp__reason__inner.--reason02 {
    width: 100%;
  }
}
.recruit-lp__reason__inner.--reason02 {
  background: url("../images/recruit-lp/reason_arrow.jpg") right bottom/70% auto no-repeat, #fff;
}
@media all and (max-width: 480px) {
  .recruit-lp__reason__inner.--reason02 {
    background-size: 100% auto;
  }
}
.recruit-lp__reason__en {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(0.75rem, 0.6291rem + 0.4959vw, 1.125rem);
  font-weight: 700;
  line-height: 1.4;
  color: #FB490A;
}
.recruit-lp__reason__en .txt_number {
  font-size: 1.11em;
  font-weight: 900;
}
.recruit-lp__reason__ttl {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(1.125rem, 1.0041rem + 0.4959vw, 1.5rem);
  font-weight: 900;
  line-height: 1.4;
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .recruit-lp__reason__ttl {
    margin-top: 12px;
  }
}
.recruit-lp__reason__ttl .txt_color {
  color: #FB490A;
  font-size: 1.67em;
}
.recruit-lp__reason__txt {
  font-size: clamp(0.9375rem, 0.8771rem + 0.2479vw, 1.125rem);
  font-weight: 700;
  line-height: 2;
  max-width: 460px;
  margin-inline: auto;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .recruit-lp__reason__txt {
    margin-top: 12px;
  }
}
.recruit-lp__reason__img {
  text-align: center;
  margin-top: 20px;
}
.recruit-lp__reason__up {
  text-align: center;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .recruit-lp__reason__up {
    margin-top: 24px;
  }
}
.recruit-lp__reason__up__block {
  padding: 0.3em 1.2em;
  border-radius: 10px;
  display: inline-block;
  background: #FFE7DE;
  font-size: clamp(1.0625rem, 0.9215rem + 0.5785vw, 1.5rem);
  font-weight: 900;
  position: relative;
}
@media all and (max-width: 480px) {
  .recruit-lp__reason__up__block {
    padding-inline: 0.8em;
  }
}
.recruit-lp__reason__up__block::before {
  content: "";
  display: block;
  width: 1.46em;
  height: 1.75em;
  background: url("../images/recruit-lp/shine_01.svg") center center/contain no-repeat;
  position: absolute;
  top: -0.92em;
  left: -2.08em;
}
.recruit-lp__reason__up__block::after {
  content: "";
  display: block;
  width: 1.67em;
  height: 1.96em;
  background: url("../images/recruit-lp/shine_02.svg") center center/contain no-repeat;
  position: absolute;
  bottom: 0;
  right: -2.17em;
}
.recruit-lp__reason__up__txt {
  line-height: 1.2;
}
.recruit-lp__reason__up__txt .txt_number {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.33em;
  font-weight: 800;
}
.recruit-lp__reason__up__txt .txt_color {
  color: #FB490A;
}
.recruit-lp__reason__up__txt .txt_large {
  font-size: 2em;
}
.recruit-lp__reason__detail {
  width: 100%;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 0.2em;
  margin-top: 24px;
  margin-inline: auto;
  font-size: clamp(0.8125rem, 0.6715rem + 0.5785vw, 1.25rem);
}
@media all and (max-width: 896px) {
  .recruit-lp__reason__detail {
    margin-top: 12px;
  }
}
.recruit-lp__reason__detail__item {
  display: flex;
  align-items: center;
  gap: 0.4em;
}
.recruit-lp__reason__detail__item:first-of-type {
  color: #FB490A;
}
.recruit-lp__reason__detail__item dt {
  flex-shrink: 0;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
.recruit-lp__reason__detail__item dt .txt_number {
  font-weight: 900;
}
.recruit-lp__reason__detail__item dt::after {
  content: ":";
  margin-left: 0.4em;
}
.recruit-lp__reason__detail__item dd {
  flex-grow: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 0.1em;
  font-weight: 700;
  line-height: 1.2;
  -webkit-text-stroke: 4px #fff;
  text-stroke: 4px #fff;
  paint-order: stroke;
  fill: #FB490A;
}
.recruit-lp__reason__detail__item dd .txt_number {
  font-weight: 900;
}
.recruit-lp__reason__detail__item dd .txt_large {
  font-size: 2.2em;
}

.recruit-lp__feature {
  container-type: inline-size;
  margin-top: 64px;
}
@media all and (max-width: 896px) {
  .recruit-lp__feature {
    margin-top: 40px;
  }
}
.recruit-lp__feature__ttl {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(1rem, 0.6777rem + 1.3223vw, 2rem);
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: calc(-3.5cqw - 4.5px);
}
@media all and (max-width: 896px) {
  .recruit-lp__feature__ttl {
    margin-bottom: calc(-7.16cqw - 2px);
  }
}
.recruit-lp__feature__ttl > span {
  display: inline-block;
  background: #FB490A;
  color: #fff;
  font-weight: 900;
  padding: 0.5em 1.4em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.4;
  border-radius: 20px;
}
@media all and (max-width: 896px) {
  .recruit-lp__feature__ttl > span {
    border-radius: 8px;
  }
}
.recruit-lp__feature__ttl .txt_large {
  font-size: 1.55em;
}
.recruit-lp__feature__inner {
  border: 9px solid #FB490A;
  border-radius: 60px;
  padding: 6cqw;
  background: #fff;
}
@media all and (max-width: 896px) {
  .recruit-lp__feature__inner {
    border-width: 4px;
    border-radius: 20px;
    padding: calc(24px + 7.16cqw) 32px 40px;
  }
}
.recruit-lp__feature__catch {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(1.25rem, 0.8471rem + 1.6529vw, 2.5rem);
  font-weight: 900;
  -webkit-text-stroke: 5px #fff;
  text-stroke: 5px #fff;
  paint-order: stroke;
  color: #FB490A;
  fill: #FB490A;
  margin-bottom: 20px;
}
@media all and (max-width: 896px) {
  .recruit-lp__feature__catch {
    margin-bottom: 16px;
  }
}
.recruit-lp__feature__txt {
  font-size: clamp(0.875rem, 0.6333rem + 0.9917vw, 1.625rem);
  font-weight: 900;
  line-height: 1.7;
}
.recruit-lp__feature__txt .txt_large {
  font-size: 1.92em;
}
.recruit-lp__feature__txt .txt_color {
  color: #FB490A;
}

.recruit-lp__person {
  position: relative;
}
.recruit-lp__person__intro {
  position: relative;
  z-index: 10;
}
.recruit-lp__person__intro__wrap {
  container-type: inline-size;
}
.recruit-lp__person__intro__ttl {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(1.125rem, 0.843rem + 1.157vw, 2rem);
  font-weight: 900;
  margin-bottom: calc(-3.5cqw - 4.5px);
}
@media all and (max-width: 896px) {
  .recruit-lp__person__intro__ttl {
    margin-bottom: -7.2vw;
  }
}
.recruit-lp__person__intro__ttl > span {
  display: inline-block;
  background: #FB490A;
  color: #fff;
  font-weight: 900;
  padding: 0.5em 1.4em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 1.4;
  border-radius: 20px;
}
@media all and (max-width: 896px) {
  .recruit-lp__person__intro__ttl > span {
    width: 100%;
    max-width: 360px;
    border-radius: 8px;
  }
}
.recruit-lp__person__intro__ttl .txt_large {
  font-size: 1.55em;
}
.recruit-lp__person__wrap {
  padding: min(140px, 7.29vw) 0;
  border-radius: 100px;
  background: #FBF7E8;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .recruit-lp__person__wrap {
    padding: calc(32px + 7.2vw) 0 60px;
    border-radius: 40px;
  }
}
.recruit-lp__person__wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/recruit-lp/bg_sun_white.svg") center top -24.74vw/127.86% auto no-repeat;
  mix-blend-mode: screen;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
@media all and (max-width: 896px) {
  .recruit-lp__person__wrap::after {
    background-position: center top -20vw;
  }
}
.recruit-lp__person__container {
  position: relative;
  z-index: 10;
}
.recruit-lp__person__catch {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(0.875rem, 0.6333rem + 0.9917vw, 1.625rem);
  font-weight: 900;
  line-height: 1.4;
}
.recruit-lp__person__catch .txt_large {
  font-size: 1.92em;
  color: #FB490A;
}
.recruit-lp__person__slide {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .recruit-lp__person__slide {
    margin-top: 24px;
  }
}
.recruit-lp__person__slide__footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
}
@media all and (max-width: 600px) {
  .recruit-lp__person__slide__footer {
    gap: 10px;
    align-items: center;
  }
}
.recruit-lp__person__slide__nav {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media all and (max-width: 600px) {
  .recruit-lp__person__slide__nav {
    gap: 10px;
  }
}
.recruit-lp__person__slide .splide__arrows {
  display: flex;
  align-items: center;
  gap: 8px;
}
.recruit-lp__person__slide .splide__arrow {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
  width: 50px;
  height: 50px;
  background: transparent none;
  opacity: 1;
  transition: opacity 0.2s;
}
.recruit-lp__person__slide .splide__arrow svg {
  display: none;
}
.recruit-lp__person__slide .splide__arrow--prev {
  background-image: url("../images/recruit-lp/slide_arrow_prev.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.recruit-lp__person__slide .splide__arrow--next {
  background-image: url("../images/recruit-lp/slide_arrow_next.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.recruit-lp__person__slide .splide__arrow:hover:not(:disabled) {
  opacity: 0.8;
}
@media all and (max-width: 600px) {
  .recruit-lp__person__slide .splide__arrow {
    width: 40px;
    height: 40px;
  }
}
.recruit-lp__person__pagination {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
  font-size: clamp(0.75rem, 0.496vw + 0.629rem, 1.125rem);
  color: #462B01;
  opacity: 0.8;
  line-height: 1;
  margin: 0;
}
.recruit-lp__person__more {
  flex-grow: 1;
  text-align: center;
}
.recruit-lp__person__more__link {
  display: inline-flex;
  align-items: center;
  gap: 1em;
  color: #462B01;
  text-decoration: none;
  font-size: clamp(1rem, 0.661vw + 0.839rem, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #462B01;
  padding-bottom: 0.8em;
}
.recruit-lp__person__more__link::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #462B01;
  flex-shrink: 0;
}
.recruit-lp__person__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FB490A;
  border-radius: 40px;
  padding-bottom: 40px;
  gap: 16px;
  text-decoration: none;
  overflow: hidden;
  height: 100%;
  transition: opacity 0.2s;
}
.recruit-lp__person__link:hover {
  opacity: 0.9;
}
@media all and (max-width: 600px) {
  .recruit-lp__person__link {
    border-radius: 20px;
    padding-bottom: 30px;
    gap: 8px;
  }
}
.recruit-lp__person__img {
  width: 100%;
  aspect-ratio: 459/413;
  overflow: hidden;
  filter: drop-shadow(0 0 10px rgba(106, 49, 6, 0.15));
  flex-shrink: 0;
}
.recruit-lp__person__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media all and (max-width: 600px) {
  .recruit-lp__person__img {
    width: 71.6%;
    aspect-ratio: 240/296;
  }
}
.recruit-lp__person__block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  padding: 0 8.5%;
  flex: 1;
}
@media all and (max-width: 600px) {
  .recruit-lp__person__block {
    gap: 8px;
  }
}
.recruit-lp__person__txt {
  word-break: keep-all;
  text-align: center;
  color: #fff;
  font-size: clamp(1.125rem, 0.496vw + 1.004rem, 1.5rem);
  font-weight: 900;
  line-height: 1.6;
}
.recruit-lp__person__detail {
  display: flex;
  border-radius: 100px;
  overflow: hidden;
  width: 100%;
  margin: 0;
}
.recruit-lp__person__detail dt {
  flex-shrink: 0;
  background: #00B5EE;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 24px;
  font-size: clamp(1rem, 0.331vw + 0.919rem, 1.25rem);
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
}
@media all and (max-width: 600px) {
  .recruit-lp__person__detail dt {
    padding: 10px 24px;
  }
}
.recruit-lp__person__detail dd {
  flex-grow: 1;
  background: #fff;
  color: #0c090a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  font-size: clamp(1rem, 0.331vw + 0.919rem, 1.25rem);
  font-weight: 700;
  line-height: 1.4;
}
@media all and (max-width: 600px) {
  .recruit-lp__person__detail dd {
    padding: 10px;
  }
}
.recruit-lp__person__detail.--blue dt {
  background: #00B5EE;
}
.recruit-lp__person__detail.--pink dt {
  background: #F99FC9;
}
.recruit-lp__person__detail.--green dt {
  background: #6AB82D;
}
.recruit-lp__person__detail.--orange dt {
  background: #F29300;
}
.recruit-lp__person__btn {
  display: flex;
  justify-content: center;
  width: 83%;
}
@media all and (max-width: 600px) {
  .recruit-lp__person__btn {
    margin-top: 16px;
  }
}
.recruit-lp__person__btn span {
  display: inline-flex;
  align-items: center;
  gap: 1em;
  padding-bottom: 0.8em;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: clamp(1rem, 0.661vw + 0.839rem, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.recruit-lp__person__btn span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
  flex-shrink: 0;
}

.recruit-lp__nav {
  display: none;
}
@media all and (max-width: 896px) {
  .recruit-lp__nav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
  }
}
.recruit-lp__nav.is-open .recruit-lp__nav__panel {
  max-height: 500px;
}
.recruit-lp__nav.is-open .recruit-lp__nav__toggle {
  display: none;
}
.recruit-lp__nav__panel {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.recruit-lp__nav__panel__inner {
  background: #fff;
  padding: 16px 40px 20px;
}
.recruit-lp__nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.recruit-lp__nav__item {
  border-bottom: 1px solid #FB490A;
}
.recruit-lp__nav__item:last-child {
  border-bottom: none;
}
.recruit-lp__nav__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  color: #FB490A;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
}
.recruit-lp__nav__link::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 8px solid #FB490A;
  border-bottom: 0;
}
.recruit-lp__nav__bottom {
  position: relative;
}
.recruit-lp__nav__toggle {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 20px);
  max-width: 200px;
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 10px 4px 25px;
  background: #fff;
  color: #FB490A;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.9;
  border: 2px solid #FB490A;
  border-radius: 9999px;
  cursor: pointer;
}
.recruit-lp__nav__toggle__txt {
  flex-grow: 1;
}
.recruit-lp__nav__toggle__icon {
  width: 16px;
  height: 1px;
  background: #FB490A;
  position: relative;
  flex-shrink: 0;
}
.recruit-lp__nav__toggle__icon::before, .recruit-lp__nav__toggle__icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #FB490A;
  position: absolute;
  left: 0;
}
.recruit-lp__nav__toggle__icon::before {
  top: -5px;
}
.recruit-lp__nav__toggle__icon::after {
  top: 5px;
}
.recruit-lp__nav__close {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 20px);
  max-width: 200px;
  margin-inline: auto;
  padding: 4px 10px 4px 25px;
  background: rgba(251, 73, 10, 0.1);
  color: #FB490A;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.9;
  border-radius: 9999px;
  cursor: pointer;
  margin-top: 8px;
}
.recruit-lp__nav__close__txt {
  flex-grow: 1;
}
.recruit-lp__nav__close__icon {
  width: 16px;
  height: 16px;
  position: relative;
  flex-shrink: 0;
}
.recruit-lp__nav__close__icon::before, .recruit-lp__nav__close__icon::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #FB490A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
}
.recruit-lp__nav__close__icon::before {
  translate: -50% -50%;
  rotate: 45deg;
}
.recruit-lp__nav__close__icon::after {
  translate: -50% -50%;
  rotate: -45deg;
}
.recruit-lp__nav__bar {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
  background: #fff;
}
.recruit-lp__nav__entry {
  display: block;
  width: 100%;
  padding: 10px 40px;
  background: #f22324;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  position: relative;
}
.recruit-lp__nav__entry__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.recruit-lp__nav__entry__main {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
}
.recruit-lp__nav__entry__sub {
  font-size: 0.625rem;
  line-height: 1.4;
}
.recruit-lp__nav__entry__icon {
  width: 20px;
  height: 20px;
  background: url("../../../assets/images/common/icon_blank_white.svg") center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 16px;
  translate: 0 -50%;
}

.recruit-lp__flow {
  padding-top: min(280px, 15.1vw);
  padding-bottom: 32px;
  position: relative;
}
@media all and (max-width: 896px) {
  .recruit-lp__flow {
    padding-top: min(124px, 33.07vw);
    padding-bottom: 20px;
  }
}
.recruit-lp__flow__deco01 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.recruit-lp__flow__deco01 img {
  width: 100%;
  max-width: none;
}
.recruit-lp__flow__deco02 {
  width: min(216px, 11.25vw);
  position: absolute;
  top: 11.98vw;
  right: 0;
}
@media all and (max-width: 896px) {
  .recruit-lp__flow__deco02 {
    display: none;
  }
}
.recruit-lp__flow__deco02 img {
  width: 100%;
  max-width: none;
}
.recruit-lp__flow__wrap {
  position: relative;
  z-index: 10;
}
.recruit-lp__flow__ttl {
  text-align: center;
}
@media all and (max-width: 896px) {
  .recruit-lp__flow__ttl img {
    width: 420px;
  }
}
@media all and (max-width: 600px) {
  .recruit-lp__flow__ttl img {
    width: 280px;
  }
}
.recruit-lp__flow__txt {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(1.125rem, 1.0041rem + 0.4959vw, 1.5rem);
  font-weight: 600;
  line-height: 1.8;
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .recruit-lp__flow__txt {
    margin-top: 32px;
  }
}
.recruit-lp__flow__img {
  text-align: center;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .recruit-lp__flow__img {
    margin-top: 24px;
  }
}
.recruit-lp__flow__catch {
  text-align: center;
  margin-top: 56px;
}
@media all and (max-width: 896px) {
  .recruit-lp__flow__catch {
    margin-top: 32px;
  }
}

.recruit-lp__entry {
  padding-top: min(120px, 6.25vw);
  padding-bottom: min(300px, 15.63vw);
  background: #FBF7E8;
  position: relative;
}
@media all and (max-width: 896px) {
  .recruit-lp__entry {
    padding-top: 32px;
    padding-bottom: min(128px, 34.13vw);
  }
}
.recruit-lp__entry::after {
  content: "";
  display: block;
  width: 100%;
  height: min(420px, 38vw);
  background: url("../images/recruit-lp/entry_bg.svg") center bottom/100% auto no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 896px) {
  .recruit-lp__entry::after {
    background-image: url("../images/recruit-lp/entry_bg_sp.svg");
  }
}
@media all and (max-width: 600px) {
  .recruit-lp__entry::after {
    height: min(240px, 72vw);
  }
}
.recruit-lp__entry__deco01 {
  width: min(534px, 27.81vw);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
@media all and (max-width: 896px) {
  .recruit-lp__entry__deco01 {
    width: min(108px, 28.8vw);
    top: 64px;
  }
}
.recruit-lp__entry__deco01 img {
  width: 100%;
  max-width: none;
}
.recruit-lp__entry__deco02 {
  width: min(364px, 18.96vw);
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 5;
}
@media all and (max-width: 896px) {
  .recruit-lp__entry__deco02 {
    width: min(72px, 19.2vw);
    top: 16px;
  }
}
.recruit-lp__entry__deco02 img {
  width: 100%;
  max-width: none;
}
.recruit-lp__entry__deco03 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.recruit-lp__entry__deco03 img {
  width: 100%;
  max-width: none;
}
.recruit-lp__entry__wrap {
  position: relative;
  z-index: 10;
}
.recruit-lp__entry__catch {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(1rem, 0.8388rem + 0.6612vw, 1.5rem);
  font-weight: 800;
  color: #F22324;
  line-height: 1.4;
}
.recruit-lp__entry__ttl {
  text-align: center;
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .recruit-lp__entry__ttl img {
    width: 426px;
  }
}
@media all and (max-width: 600px) {
  .recruit-lp__entry__ttl img {
    width: 311px;
  }
}
.recruit-lp__entry__btn {
  margin-top: min(160px, 8.33vw);
}
@media all and (max-width: 896px) {
  .recruit-lp__entry__btn {
    margin-top: min(62px, 16.53vw);
  }
}
.recruit-lp__entry__btn__link {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 40px 60px 40px 100px;
  background: #F22324;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(242, 35, 36, 0.4);
  text-decoration: none;
}
@media all and (max-width: 896px) {
  .recruit-lp__entry__btn__link {
    padding: 20px 24px 20px 44px;
    border-radius: 10px;
  }
}
.recruit-lp__entry__btn__inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media all and (max-width: 896px) {
  .recruit-lp__entry__btn__inner {
    gap: 6px;
  }
}
.recruit-lp__entry__btn__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  font-size: clamp(1.25rem, 1.983vw + 0.767rem, 2.75rem);
  font-weight: 900;
  color: #fff;
  line-height: normal;
}
@media all and (max-width: 896px) {
  .recruit-lp__entry__btn__main {
    gap: 6px;
  }
}
.recruit-lp__entry__btn__main::after {
  content: "ENTRY";
  display: block;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1rem, 1.322vw + 0.678rem, 2rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.recruit-lp__entry__btn__sub {
  font-size: clamp(0.625rem, 0.331vw + 0.544rem, 0.875rem);
  font-weight: 900;
  color: #fff;
  line-height: normal;
  text-align: center;
}
.recruit-lp__entry__btn__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: url("../../../assets/images/common/icon_blank_white.svg") center center/contain no-repeat;
}
@media all and (max-width: 896px) {
  .recruit-lp__entry__btn__icon {
    width: 20px;
    height: 20px;
  }
}
.recruit-lp__entry__more {
  text-align: center;
  margin-top: 60px;
}
@media all and (max-width: 896px) {
  .recruit-lp__entry__more {
    margin-top: 30px;
  }
}
.recruit-lp__entry__more__link {
  display: inline-flex;
  align-items: center;
  gap: 1em;
  color: #462B01;
  text-decoration: none;
  font-size: clamp(1rem, 0.661vw + 0.839rem, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #462B01;
  padding-bottom: 0.8em;
}
.recruit-lp__entry__more__link::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #462B01;
  flex-shrink: 0;
}