/* ============================================================
   ikarashi-keiri-recruit — LP スタイル
   すべてのルールは .lp-recruit スコープ
   ============================================================ */

/* ---- .lp-recruit フォントサイズ（em の基準値）---- */
/* 値の単位はすべて em。スケーリングは html ではなく .lp-recruit に閉じています */
.lp-recruit {
  font-size: clamp(10px, 1.1594vw, 17px);
  overflow-x: hidden; /* 横スクロール防止の基本 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lp-recruit
  p:not(.lp-recruit-header__title-en):not(.lp-recruit-section-heading__en):not(
    .lp-recruit-section-heading__ja
  ):not(.lp-recruit .lp-recruit-numbers__card-desc):not(
    .lp-recruit-style__entry-desc
  ) {
  font-size: clamp(15px, 13.874px + 0.28169vw, 18px);
  line-height: 1.93;
}
@media screen and (max-width: 767px) {
  .lp-recruit {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .lp-recruit {
    font-size: 4.2666666667vw;
  }
}

/* ============================================================
   Layout — inner
   ============================================================ */

.lp-recruit .lp-recruit-inner {
  width: 100%;
  margin-inline: auto;
  max-width: 1280px;
  padding-inline: 50px;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-inner {
    padding-inline: 5.3vw;
  }
}

.lp-recruit .lp-recruit-inner-wide {
  width: 100%;
  margin-inline: auto;
  max-width: 1360px;
  padding-inline: 50px;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-inner-wide {
    padding-inline: 5.3vw;
  }
}

/* ============================================================
   Component — section heading
   ============================================================ */

.lp-recruit .lp-recruit-section-heading {
  display: flex;
  flex-direction: column;
  gap: 0.625em;
}

.lp-recruit .lp-recruit-section-heading__en {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.125em;
  line-height: 0.83;
  color: #52b4ff;
  letter-spacing: 0.074em;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-section-heading__en {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-section-heading__en {
    font-size: calc(0.8vw + 10px);
    line-height: 1.2;
  }
}

.lp-recruit .lp-recruit-section-heading__ja {
  font-weight: 600;
  font-size: 2.25em;
  line-height: 1.315;
  color: #333;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-section-heading__ja {
    font-size: clamp(23px, 18.4225px + 1.2207vw, 36px);
    line-height: 1;
  }
}

.lp-recruit .lp-recruit-section-heading__ja--large {
  font-weight: 600;
  font-size: clamp(30px, 23.662px + 1.6901vw, 48px);
  line-height: 1.31;
  color: #333;
  letter-spacing: 0.08em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-section-heading__ja--large {
    line-height: 1.66;
  }
}

.lp-recruit .lp-recruit-section-heading--green {
  background: linear-gradient(to right, #5db7dc, #7fc26c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

/* ============================================================
   Component — section
   ============================================================ */

.lp-recruit .lp-recruit-section {
  padding-top: 5em;
  padding-bottom: 5em;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-section {
    padding-top: 3.125em;
    padding-bottom: 3.125em;
  }
}

/* ============================================================
   Component — btn
   ============================================================ */

.lp-recruit .lp-recruit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21.6875em;
  max-width: 21.6875em;
  padding-top: 0.875em;
  padding-bottom: 0.875em;
  border-radius: 9999px;
  background: linear-gradient(90deg, #58b5ee 0%, #6ebda3 100%);
  background-size: 200% auto;
  background-position: 1% 50%;
  transition:
    background-position 0.4s ease,
    opacity 0.4s ease;
  color: #fff;
  font-weight: 600;
  font-size: clamp(13px, 9.572px + 0.44643vw, 16px);
  letter-spacing: 0.08em;
  border: none;
  cursor: pointer;
  text-decoration: none;
  word-wrap: break-word;
  word-break: break-word;
  text-align: center;
  flex-shrink: 0;
}
.lp-recruit .lp-recruit-btn:hover {
  background-position: 99% 50%;
  opacity: 1;
}
.lp-recruit .lp-recruit-btn:disabled {
  background: #111;
  cursor: not-allowed;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-btn {
    padding-left: 0.25em;
    padding-right: 0.25em;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-btn,
  .lp-recruit .lp-recruit-btn:disabled {
    width: 100%;
    max-width: 20.9375em;
    height: 50px;
    padding: 0;
    font-size: 0.8125em;
    border-radius: 1.84375em;
    margin-inline: auto;
  }
}

/* ============================================================
   Component — breadcrumb
   ============================================================ */

.lp-recruit .lp-recruit-header__breadcrumb-navi {
  font-size: 0.75em;
  color: #999999;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-header__breadcrumb-navi {
    font-size: 0.6875em;
  }
}
.lp-recruit .lp-recruit-header__breadcrumb-navi a {
  color: #999;
  text-decoration: none;
}
.lp-recruit .lp-recruit-header__breadcrumb-navi a:hover {
  color: #52b4ff;
  text-decoration: underline;
  transition: 0.3s ease;
  opacity: 1;
}
.lp-recruit .lp-recruit-header__breadcrumb-navi .current-item {
  color: #999999;
  font-size: 0.75em;
  letter-spacing: 0.09375em;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-header__breadcrumb-navi .current-item {
    font-size: 0.625em;
    letter-spacing: 0.0875em;
    line-height: 1.25em;
  }
}

.lp-recruit .lp-recruit-breadcrumb__separator {
  margin: 0 4px;
}

/* ============================================================
   01_header — ページヘッダー
   ============================================================ */

.lp-recruit .lp-recruit-header {
  padding-top: 6.25em;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-header {
    padding-top: 2.5em;
    padding-bottom: 1.25em;
  }
}

.lp-recruit .lp-recruit-header .lp-recruit-inner {
  display: flex;
  flex-direction: column;
  position: relative;
}

.lp-recruit .lp-recruit-header__contents-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-header__contents-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-header__breadcrumb {
    margin-top: 1.875em;
  }
}

.lp-recruit .lp-recruit-header__title-en {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  line-height: 1.4907em;
  font-size: clamp(4rem, 4.7619047619vw, 8rem);
  display: inline-block;
  background: linear-gradient(
    135deg,
    rgb(82, 180, 255) 0%,
    rgb(140, 198, 63) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-header__title-en {
    font-size: 40px;
    line-height: 1.5em;
    letter-spacing: 0.035em;
  }
}

.lp-recruit .lp-recruit-header__subtitle {
  font-weight: 500;
  letter-spacing: 0.06696em;
  line-height: 1.625em;
  display: block;
  color: #52b4ff;
  font-size: clamp(1.4rem, 1.1904761905vw, 2rem);
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-header__subtitle {
    font-size: 14px;
    letter-spacing: 0.0875em;
    line-height: 1.3125em;
  }
}

/* ============================================================
   02_nav — アンカーナビ
   ============================================================ */

.lp-recruit .lp-recruit-nav {
  padding-top: 3.125em;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-nav {
    padding-top: 2.5em;
  }
}

.lp-recruit .lp-recruit-nav__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.8em;
  background-color: #fff;
  border-radius: 0.625em;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-block: 1.25em;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-nav__inner {
    height: auto;
    flex-wrap: wrap;
    padding: 1.25em;
    gap: 1.25em;
  }
}

.lp-recruit .lp-recruit-nav__list {
  display: flex;
  align-items: center;
  gap: 1.6875em;
  list-style: none;
  flex-wrap: wrap;
}
/* @media screen and (max-width: 1280px) {
  .lp-recruit .lp-recruit-nav__link {
    font-size: 0.875em;
    letter-spacing: 0;
  }
  .lp-recruit .lp-recruit-nav__list {
    gap: 1.1em;
  }
} */
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-nav__inner {
    gap: 1.5em;
  }

  .lp-recruit .lp-recruit-nav__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: stretch;
    gap: 0.4375em;
    width: 100%;
  }
}

.lp-recruit .lp-recruit-nav__item {
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-nav__item {
    position: relative;
    min-width: 0;
  }
  .lp-recruit .lp-recruit-nav__item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #d6e2eb;
  }
}

.lp-recruit .lp-recruit-nav__link {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 1em;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none;
  white-space: nowrap;
  color: #333;
  position: relative;
  transition: color 0.3s ease;
  gap: 0.75em;
}
.lp-recruit .lp-recruit-nav__link:hover {
  color: transparent;
}
.lp-recruit .lp-recruit-nav__link::after {
  content: attr(data-text);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: linear-gradient(to right, #58b5ee, #6ebda3);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.lp-recruit .lp-recruit-nav__link:hover::after {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-nav__link {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-inline: 0.4375em;
    white-space: normal;
    word-wrap: break-word;
    gap: 0;
    font-size: 1.2em;
  }
  .lp-recruit .lp-recruit-nav__link::after {
    left: 0.4375em;
    white-space: normal;
  }
}

.lp-recruit .lp-recruit-nav__inner .lp-recruit-btn {
  max-width: 13.5em;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-nav__inner .lp-recruit-btn,
  .lp-recruit .lp-recruit-nav__inner .lp-recruit-btn:disabled {
    max-width: 20.9375em;
  }
}

.lp-recruit .lp-recruit-nav__link-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.4375em;
  height: 1.4375em;
  z-index: 1;
}
.lp-recruit .lp-recruit-nav__link-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.3em;
  height: 1.3em;
  background-color: #fff;
  border-radius: 50%;
  filter: drop-shadow(0 0.831px 1.662px rgba(0, 0, 0, 0.16));
  z-index: -1;
}
.lp-recruit .lp-recruit-nav__link-icon img {
  width: 0.6875em;
  height: 0.4375em;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-nav__link-icon {
    width: 1.125em;
    height: 1.125em;
  }
  .lp-recruit .lp-recruit-nav__link-icon img {
    width: 0.6875em;
    height: 0.4375em;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-nav__link {
    font-size: clamp(13px, 12.296px + 0.18779vw, 15px);
  }
  .lp-recruit .lp-recruit-nav__link-icon {
    width: 1.4375em;
    height: 1.4375em;
  }
}

/* ============================================================
   03_message — メッセージセクション
   ============================================================ */

.lp-recruit .lp-recruit-message {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
  padding-top: 9.25em;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-message {
    padding-top: 3.125em;
    padding-bottom: 3.125em;
  }
}

.lp-recruit .lp-recruit-message__wrap {
  width: 100%;
  margin-inline: auto;
  max-width: 1240px;
  padding-inline: 50px;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-message__wrap {
    padding-inline: 5.3vw;
  }
}

.lp-recruit .lp-recruit-message__content {
  display: grid;
  grid-template-columns: 34.0625em 1fr;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-message__content {
    grid-template-columns: 1.2fr 1fr;
    gap: 0em;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-message__content {
    grid-template-columns: 1fr;
    gap: 3em;
  }
}

.lp-recruit .lp-recruit-message__body {
  display: flex;
  flex-direction: column;
  gap: 4.375em;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-message__body {
    gap: 1.875em;
  }
}

.lp-recruit .lp-recruit-message__text {
  display: flex;
  flex-direction: column;
  gap: 1.875em;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-message__text {
    gap: 1.25em;
  }
}

.lp-recruit .lp-recruit-message__text p {
  font-size: 1.0625em;
  line-height: 1.875em;
  color: #333;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .lp-recruit .lp-recruit-message__text p {
    font-size: max(14px, 1.0625em);
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-message__text p {
    font-size: 0.9em;
    line-height: 1.6875em;
  }
}

.lp-recruit .lp-recruit-message__photos {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-message__photos {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-message__photos {
    order: -1;
    height: 115vw;
  }
}

/* パララックス共通設定 */
.lp-recruit .lp-recruit-parallax-item {
  --parallax-y: 0px;
  transform: translateY(var(--parallax-y));
  will-change: transform;
}

.lp-recruit .lp-recruit-message__bg-vector {
  position: absolute;
  top: 20.375em;
  right: -11.5em;
  width: 51em;
  height: 51em;
  max-width: none;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-message__bg-vector {
    top: 34vw;
    right: -51vw;
    width: 119vw;
    height: 119vw;
  }
}

.lp-recruit .lp-recruit-message__photo {
  position: absolute;
  z-index: 1;
  border-radius: 1.9375em;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-message__photo {
    border-radius: 1em;
  }
}

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

.lp-recruit .lp-recruit-message__photo--main {
  right: 19.3125em;
  top: 0;
  width: 17.875em;
  height: 20.4375em;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-message__photo--main {
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-message__photo--main {
    right: auto;
    left: 0;
    top: 0;
    width: 48.2vw;
    height: 55.1vw;
  }
}

.lp-recruit .lp-recruit-message__photo--tr {
  right: 3.0625em;
  top: 10.25em;
  width: 12.4375em;
  height: 15.5625em;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-message__photo--tr {
    right: auto;
    left: 21.6875em;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-message__photo--tr {
    right: auto;
    left: 55vw;
    top: 18vw;
    width: 35.4vw;
    height: 44.3vw;
  }
}

.lp-recruit .lp-recruit-message__photo--bottom {
  right: 15.4375em;
  top: 27.6875em;
  width: 16em;
  height: 13.75em;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-message__photo--bottom {
    right: auto;
    left: 5.75em;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-message__photo--bottom {
    right: auto;
    left: 12vw;
    top: 73vw;
    width: 44.5vw;
    height: 38.3vw;
  }
}

.lp-recruit .lp-recruit-message__deco {
  position: absolute;
  right: 5.5em;
  top: 18.5em;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-message__deco {
    right: auto;
    left: 2em;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-message__deco {
    right: auto;
    left: 3vw;
    top: 48vw;
    width: 80vw;
  }
}

.lp-recruit .lp-recruit-message__deco-img {
  width: 100%;
  height: auto;
  display: block;
}

/* ============================================================
   04_appeal — 働く魅力セクション
   ============================================================ */

.lp-recruit .lp-recruit-appeal {
  padding-top: 9.5625em;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-appeal {
    padding-top: 5em;
  }
}

.lp-recruit .lp-recruit-appeal__card {
  background-color: #edf7ff;
  border-radius: 3.75em;
  padding-top: 4.5em;
  padding-bottom: 2.5em;
  padding-inline: 4.875em;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-appeal__card {
    /* タブレットで中のテキスト幅を確保するため余白を調整 */
    padding-inline: 2.5em;
    border-radius: 2em;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-appeal__card {
    border-radius: 1.125em;
    padding-top: 3.125em;
    padding-bottom: 2.5em;
    padding-inline: 1.25em;
  }
}

.lp-recruit .lp-recruit-appeal__heading {
  padding-bottom: 3.125em;
  text-align: center;
  border-bottom: 1px solid #d6e2eb;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-appeal__heading {
    padding-bottom: 2.5em;
    border-bottom: none;
  }
}

.lp-recruit .lp-recruit-appeal__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-appeal__list {
    grid-template-columns: 1fr;
  }
}

.lp-recruit .lp-recruit-appeal__item {
  padding-top: 3.375em;
  padding-bottom: 3.1875em;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-appeal__item {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    border-top: 1px solid #d6e2eb;
  }
}

.lp-recruit .lp-recruit-appeal__item--left {
  position: relative;
  padding-right: 3.75em;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-appeal__item--left {
    padding-right: 2em;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-appeal__item--left {
    padding-right: 0;
  }
}
.lp-recruit .lp-recruit-appeal__item--left::after {
  content: "";
  position: absolute;
  right: 0;
  top: 3.25em;
  bottom: 3.25em;
  width: 1px;
  background-color: #d6e2eb;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-appeal__item--left::after {
    display: none;
  }
}

.lp-recruit .lp-recruit-appeal__item--right {
  padding-left: 3.75em;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-appeal__item--right {
    padding-left: 2em;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-appeal__item--right {
    padding-left: 0;
  }
}

.lp-recruit .lp-recruit-appeal__item--row2 {
  border-top: 1px solid #d6e2eb;
}

.lp-recruit .lp-recruit-appeal__item-header {
  display: flex;
  align-items: center;
  gap: 2.1875em;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-appeal__item-header {
    gap: 0.8125em;
  }
}

.lp-recruit .lp-recruit-appeal__item-icon {
  flex-shrink: 0;
  width: 6.5625em;
  height: 6.5625em;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-appeal__item-icon {
    width: 4.6875em;
    height: 4.6875em;
  }
}

.lp-recruit .lp-recruit-appeal__item-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lp-recruit .lp-recruit-appeal__item-title {
  font-weight: 600;
  font-size: clamp(17px, 14.18px + 0.7512vw, 25px);
  line-height: 1.656;
  color: #333;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-appeal__item-title {
    line-height: 1.625em;
  }
}

.lp-recruit .lp-recruit-appeal__item-desc {
  font-size: 1.0625em;
  line-height: 1.875em;
  color: #333;
  letter-spacing: 0.08em;
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .lp-recruit .lp-recruit-appeal__item-desc {
    font-size: max(14px, 1.0625em);
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-appeal__item-desc {
    font-size: 0.9em;
    line-height: 1.6875em;
    margin-top: 0.75em;
  }
}

/* ============================================================
   05_style — 働き方タイムライン
   ============================================================ */

.lp-recruit .lp-recruit-style .lp-recruit-inner {
  max-width: 1280px;
}

.lp-recruit .lp-recruit-style {
  position: relative;
  overflow: hidden;
  padding-bottom: 10em;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-style {
    padding-bottom: 3.125em;
  }
}

.lp-recruit .lp-recruit-style__bg-vector {
  position: absolute;
  left: -12.4375em;
  top: 20.625em;
  width: 51em;
  height: auto;
  aspect-ratio: 1/1;
  z-index: 0;
  pointer-events: none;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-style__bg-vector {
    left: -3.9375em;
    top: 9.625em;
    width: 21.4em;
  }
}

.lp-recruit .lp-recruit-style__bg-green {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 29.1875em;
  height: 7.5em;
  background-color: #e1f2e3;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-style__bg-green {
    display: none;
  }
}

.lp-recruit .lp-recruit-style__content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 26.375em 1fr;
  align-items: start;
  gap: 2em;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-style__content {
    grid-template-columns: 18.75em 1fr;
    gap: 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-style__content {
    grid-template-columns: 1fr;
    gap: 2.5em;
  }
}

.lp-recruit .lp-recruit-style__photos {
  display: flex;
  flex-direction: column;
  gap: 1.6875em;
  margin-top: 4.625em;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-style__photos {
    margin-top: 11em;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-style__photos {
    position: relative;
    display: block;
    margin-top: 1.5em;
    min-height: 19.5em;
  }
}

.lp-recruit .lp-recruit-style__photo {
  border-radius: 1.9375em;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-style__photo {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-style__photo {
    position: absolute;
    border-radius: 1em;
  }
}

@media screen and (max-width: 767px) {
  .lp-recruit
    .lp-recruit-style__photos
    > picture:first-child
    .lp-recruit-style__photo {
    right: 0;
    top: 0;
    width: 14.5em;
    height: 9.375em;
  }
}

@media screen and (max-width: 767px) {
  .lp-recruit
    .lp-recruit-style__photos
    > picture:last-child
    .lp-recruit-style__photo {
    left: 0;
    top: 10.8125em;
    width: 11.5625em;
    height: 8.125em;
  }
}

.lp-recruit .lp-recruit-style__timeline {
  display: flex;
  flex-direction: column;
  gap: 1.875em;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-style__timeline {
    gap: 1.5em;
  }
}

.lp-recruit .lp-recruit-style__entry {
  display: flex;
  gap: 2.375em;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-style__entry {
    flex-wrap: wrap;
    gap: 0 0.8em;
    align-items: center;
  }
}

.lp-recruit .lp-recruit-style__entry-icon {
  flex: 0 0 4.8125em; /* 77px */
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-style__entry-icon {
    flex: 0 0 2.9em;
  }
}

.lp-recruit .lp-recruit-style__entry-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-recruit .lp-recruit-style__entry-body {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-style__entry-body {
    display: contents;
  }
}

.lp-recruit .lp-recruit-style__entry-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75em;
  font-weight: 600;
  font-size: max(16px, 1.067em);
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-style__entry-title {
    flex: 1;
    font-size: 1em;
    gap: 0.5em;
    flex-wrap: nowrap;
  }
}

.lp-recruit .lp-recruit-style__entry-time {
  color: #333;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-style__entry-time {
    font-size: 1em;
  }
}

.lp-recruit .lp-recruit-style__entry-label {
  font-size: 1em;
  color: #52b4ff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-style__entry-label {
    font-size: 1em;
  }
}

.lp-recruit .lp-recruit-style__entry-desc {
  margin-top: 0.5em;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-style__entry-desc {
    flex: 0 0 100%;
    margin-top: 0.375em;
    font-size: 13px;
    line-height: 1.8;
  }
}

/* ============================================================
   06_interview — スタッフインタビュー
   ============================================================ */

.lp-recruit .lp-recruit-interview {
  background-color: #e1f2e3;
  padding-top: 8.75em;
  padding-bottom: 2.25em;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-interview {
    padding-top: 3.125em;
    padding-bottom: 3.125em;
  }
}

.lp-recruit .lp-recruit-interview .lp-recruit-inner {
  max-width: 1220px;
}

.lp-recruit .lp-recruit-interview__list {
  list-style: none;
  margin-top: 6.25em;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-interview__list {
    margin-top: 3.125em;
  }
}

.lp-recruit .lp-recruit-interview__item {
  display: grid;
  grid-template-columns: 25.8125em 1fr;
  align-items: start;
  padding-top: 3.75em;
  padding-bottom: 5.625em;
  border-top: 1px solid #b7d7bb;
  gap: clamp(2em, 4.65vw, 4.1875em);
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-interview__item {
    grid-template-columns: 21.25em 1fr;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-interview__item {
    display: block;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.lp-recruit .lp-recruit-interview__item:first-child {
  border-top: none;
  padding-top: 0;
}

.lp-recruit .lp-recruit-interview__item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-interview__item:last-child {
    border-bottom: 1px solid #b7d7bb;
  }
}

.lp-recruit .lp-recruit-interview__photo-wrap {
  position: relative;
  width: 25.8125em;
  border-radius: 1.9375em;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-interview__photo-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-interview__photo-wrap {
    border-radius: 1em;
  }
}

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

.lp-recruit .lp-recruit-interview__profile {
  display: flex;
  align-items: center;
  margin-top: 1em;
  justify-content: space-between;
  flex-direction: row;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-interview__profile {
    display: block;
    position: relative;
    padding-right: calc(10.9375em + 0.75em);
  }
}

.lp-recruit .lp-recruit-interview__name {
  font-weight: 600;
  color: #333;
  letter-spacing: 0.14em;
  word-wrap: break-word;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-interview__name {
    display: block;
  }
}

.lp-recruit .lp-recruit-interview__name-en {
  font-size: 1.75em;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-interview__name-en {
    font-size: 1.258em;
  }
}

.lp-recruit .lp-recruit-interview__name-san {
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-interview__name-san {
    font-size: 1.008em;
  }
}

.lp-recruit .lp-recruit-interview__role {
  font-size: 1em;
  color: #333;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-interview__role {
    font-size: 0.8125em;
    white-space: normal;
  }
}

.lp-recruit .lp-recruit-interview__toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-interview__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5em;
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    transform: none;
    width: 10.9375em;
    height: 1.9375em;
    padding: 0 0.75em 0 0.875em;
    border: 1px solid #333;
    border-radius: 1em;
    background: #e1f2e3;
    cursor: pointer;
  }
}

@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-interview__toggle-text {
    font-size: 0.6875em;
    font-weight: 600;
    line-height: 1;
    color: #333;
    letter-spacing: 0.08em;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-interview__toggle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 1.0625em;
    height: 1.0625em;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0.0625em 0.125em rgba(0, 0, 0, 0.16);
  }
}

@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-interview__toggle-icon img {
    transition: transform 0.3s ease;
  }
}

@media screen and (max-width: 767px) {
  .lp-recruit
    .lp-recruit-interview__toggle[aria-expanded="true"]
    .lp-recruit-interview__toggle-icon
    img {
    transform: rotate(180deg);
  }
}

.lp-recruit .lp-recruit-interview__qa-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2.5em;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-interview__qa-list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    gap: 1em;
    margin-top: 1.2em;
  }
}

.lp-recruit .lp-recruit-interview__question {
  font-weight: 600;
  font-size: clamp(16px, 15.296px + 0.18779vw, 18px);
  color: #419d27;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  line-height: 2;
}

.lp-recruit .lp-recruit-interview__answer {
  font-size: clamp(15px, 13.944px + 0.28169vw, 18px);
  line-height: 1.9;
  color: #333;
  letter-spacing: 0.08em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-interview__question {
    line-height: 1.4;
  }
}

/* ============================================================
   07_numbers — 数字で見る
   ============================================================ */

.lp-recruit .lp-recruit-numbers {
  padding-top: 10em;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-numbers {
    padding-top: 3.125em;
  }
}

.lp-recruit .lp-recruit-numbers .lp-recruit-inner {
  max-width: 1280px;
}

.lp-recruit .lp-recruit-numbers__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.125em 1.0625em;
  margin-top: 3.75em;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-numbers__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-numbers__grid {
    gap: 0.75em;
    margin-top: 2.5em;
  }
}

.lp-recruit .lp-recruit-numbers__card {
  background-color: #fff;
  border-radius: 1.125em;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.375em 0.5em;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-numbers__card {
    padding: 1.2em 0.375em;
  }
}

.lp-recruit .lp-recruit-numbers__card-label {
  font-weight: 600;
  font-size: 1.0625em;
  color: #333;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-numbers__card-label {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-numbers__card-label {
    font-size: 1em;
  }
}

.lp-recruit .lp-recruit-numbers__card-value {
  display: flex;
  align-items: baseline;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(to right, #5db7dc, #7fc26c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
}

.lp-recruit .lp-recruit-numbers__card-num {
  font-size: 3.333em;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-numbers__card-num {
    font-size: 2.8em;
    line-height: 1.2;
  }
}

.lp-recruit .lp-recruit-numbers__card-unit {
  font-size: 1.3125em;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-numbers__card-unit {
    font-size: 1.125em;
  }
}

.lp-recruit .lp-recruit-numbers__card-desc {
  font-size: 0.8em;
  line-height: 1.4;
  color: #333;
  letter-spacing: 0.08em;
  margin-top: 0.8em;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-numbers__card-desc {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-numbers__card-desc {
    font-size: 0.78em;
    line-height: 1.36;
    margin-top: 0.8em;
  }
}

.lp-recruit .lp-recruit-numbers__chart {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 12em;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-numbers__chart {
    max-width: 8.5625em;
    margin-top: 0.8em;
  }
}

.lp-recruit .lp-recruit-numbers__chart-item {
  display: flex;
  align-items: center;
}

.lp-recruit .lp-recruit-numbers__chart-name {
  font-size: 0.875em;
  line-height: 1.86;
  color: #333;
  letter-spacing: 0.08em;
  white-space: nowrap;
  flex-shrink: 0;
  width: 6.5em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-numbers__chart-name {
    font-size: 0.758em;
  }
}

.lp-recruit .lp-recruit-numbers__chart-bar-track {
  flex: 1;
}

.lp-recruit .lp-recruit-numbers__chart-bar {
  height: 1.125em;
  background: linear-gradient(to right, #5db7dc, #7fc26c);
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-numbers__chart-bar {
    height: 0.8em;
  }
}

.lp-recruit .lp-recruit-numbers__chart-bar--lg {
  width: 100%;
}

.lp-recruit .lp-recruit-numbers__chart-bar--md {
  width: 90%;
}

.lp-recruit .lp-recruit-numbers__chart-bar--sm {
  width: 38%;
}

/* ============================================================
   08_benefit — 待遇・福利厚生
   ============================================================ */

.lp-recruit .lp-recruit-benefit {
  padding-left: 4.4375em;
  padding-right: 4.4375em;
  padding-top: 6.875em;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-benefit {
    padding-left: 5.3vw;
    padding-right: 5.3vw;
    padding-top: 3.125em;
  }
}

.lp-recruit .lp-recruit-benefit__card {
  background-color: #edf7ff;
  border-radius: 3.75em;
  padding-top: 4.5em;
  padding-bottom: 3.125em;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-benefit__card {
    border-radius: 1.125em;
    padding-top: 3.125em;
    padding-bottom: 2.5em;
    padding-inline: 0;
  }
}

.lp-recruit .lp-recruit-benefit__heading {
  text-align: center;
}

.lp-recruit .lp-recruit-benefit__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.5em;
  row-gap: 1.25em;
  margin-top: 2.375em;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-benefit__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .lp-recruit .lp-recruit-benefit__item:last-child {
    grid-column: 1 / -1;
    width: 50%;
    justify-self: center;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-benefit__grid {
    grid-template-columns: 1fr;
    gap: 1.25em;
    margin-top: 1.875em;
  }
  .lp-recruit .lp-recruit-benefit__item:last-child {
    width: 100%;
    justify-self: center;
  }
}

.lp-recruit .lp-recruit-benefit__item {
  background-color: #fff;
  border-radius: 2.5em;
  padding: 1.5625em 2.375em 1.25em;
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-benefit__item {
    padding: 1.5625em 1.5em 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-benefit__item {
    border-radius: 0.75em;
    padding: 1.875em 1.125em 1.25em;
  }
}

.lp-recruit .lp-recruit-benefit__item-icon {
  align-self: center;
  justify-self: center;
  width: 4.8125em;
  height: 4.8125em;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-benefit__item-icon {
    width: 3.75em;
    height: 3.75em;
  }
}

.lp-recruit .lp-recruit-benefit__item-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.lp-recruit .lp-recruit-benefit__item-title {
  font-weight: 600;
  font-size: clamp(18px, 17.243px + 0.20188vw, 20.15px);
  line-height: 1.48;
  color: #333;
  letter-spacing: 0.08em;
  text-align: center;
}

.lp-recruit .lp-recruit-benefit__item-desc {
  font-size: 0.8125em;
  line-height: 1.5em;
  color: #333;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-benefit__item-desc {
    font-size: 0.9em;
    line-height: 1.6875em;
  }
}

.lp-recruit .lp-recruit-benefit__item-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  background-color: #fafaf7;
  border-radius: 0.75em; /* 12px */
  padding: 1em 1.25em;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-benefit__item-list {
    padding: 1em;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-benefit__item-list {
    padding: 1em 1.25em;
  }
}

.lp-recruit .lp-recruit-benefit__item-list-item {
  display: flex;
  align-items: center;
  gap: 1em;
  font-weight: 600;
  font-size: 0.875em;
  color: #333;
  letter-spacing: 0.08em;
  line-height: 2.2;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-benefit__item-list-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-benefit__item-list-item {
    font-size: 0.8125em;
    gap: 0.75em;
  }
}
.lp-recruit .lp-recruit-benefit__item-list-item::before {
  content: "";
  display: block;
  width: 0.6875em;
  height: 0.6875em;
  border-radius: 50%;
  background-color: #52b4ff;
  flex-shrink: 0;
}

/* ============================================================
   09_requirements — 募集要項
   ============================================================ */

.lp-recruit .lp-recruit-requirements {
  padding-bottom: 10em;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-requirements {
    padding-bottom: 5em;
  }
}

.lp-recruit .lp-recruit-requirements__inner {
  max-width: 1220px;
}

.lp-recruit .lp-recruit-requirements__content {
  display: grid;
  grid-template-columns: 22.1875em 1fr;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-requirements__content {
    grid-template-columns: 18em 1fr;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-requirements__content {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-requirements__table {
    margin-top: 2.5em;
  }
}

.lp-recruit .lp-recruit-requirements__row {
  display: grid;
  grid-template-columns: 9.9375em 1fr;
  align-items: start;
  border-top: 1px solid #c2c2c2;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-requirements__row {
    grid-template-columns: 13em 1fr;
    gap: 1em;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-requirements__row {
    grid-template-columns: 1fr;
    gap: 0.5em;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
}

.lp-recruit .lp-recruit-requirements__label {
  font-weight: 600;
  font-size: 1em;
  color: #52b4ff;
  letter-spacing: 0.08em;
  line-height: 1.86;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-requirements__label {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-requirements__label {
    font-size: 1em; /* 16px */
  }
}

.lp-recruit .lp-recruit-requirements__value {
  font-size: 1em;
  line-height: 1.86;
  color: #333;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-requirements__value {
    font-size: 1em;
  }
}

.lp-recruit .lp-recruit-requirements__value p {
  margin: 0;
}

.lp-recruit .lp-recruit-requirements__sub {
  font-size: 0.875em;
  color: #555;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-requirements__sub {
    font-size: 0.75em; /* 12px */
  }
}

.lp-recruit .lp-recruit-requirements__note {
  margin-top: 0.5em;
  font-size: 0.875em;
  line-height: 1.57;
  color: #555;
  display: block;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-requirements__note {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-requirements__note {
    font-size: 0.75em; /* 12px */
  }
}

.lp-recruit .lp-recruit-requirements__list {
  list-style: disc;
  padding-left: 1.25em;
  margin-top: 0.5em;
}

.lp-recruit .lp-recruit-requirements__list-item {
  font-size: 1.0667em;
  line-height: 1.86;
  color: #333;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-requirements__list-item {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-requirements__list-item {
    font-size: 1em;
  }
}

.lp-recruit .lp-recruit-requirements__cta-wrap {
  margin-top: 2.75em;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-requirements__cta-wrap {
    margin-top: 2em;
  }
}

/* ============================================================
   10_form — カジュアル面談申し込みフォーム
   ============================================================ */

.lp-recruit .lp-recruit-form {
  background-color: #e1f2e3;
  padding-top: 5.625em;
  padding-bottom: 6.625em;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-form {
    padding-top: 3.75em;
    padding-bottom: 5em;
  }
}

.lp-recruit .lp-recruit-form--inner {
  max-width: 1120px;
}

.lp-recruit .lp-recruit-form__content {
  display: grid;
  grid-template-columns: 22.1875em 1fr;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-form__content {
    display: block;
  }
  .lp-recruit .lp-recruit-form__body {
    margin-top: 2.5em;
  }
}

.lp-recruit .lp-recruit-form__field-wrap {
  display: flex;
  align-items: center;
  gap: 0.625em;
}
.lp-recruit .lp-recruit-form__field-wrap > .lp-recruit-form__input,
.lp-recruit .lp-recruit-form__field-wrap > .lp-recruit-form__select-wrapper,
.lp-recruit .lp-recruit-form__field-wrap > .lp-recruit-form__datetime,
.lp-recruit .lp-recruit-form__field-wrap > .lp-recruit-form__input-group {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-form__field-wrap {
    gap: 4em;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-form__field-wrap {
    display: block;
  }
}

.lp-recruit .lp-recruit-form__row--start .lp-recruit-form__field-wrap {
  align-items: flex-start;
}

.lp-recruit .lp-recruit-form__field-wrap .lp-recruit-form__field-label {
  width: 12.5em;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-form__field-wrap .lp-recruit-form__field-label {
    width: 15.5em;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-form__field-wrap .lp-recruit-form__field-label {
    width: auto;
    font-size: 1em;
  }
}

.lp-recruit .lp-recruit-form__row {
  margin-top: 1.5em;
}
.lp-recruit .lp-recruit-form__row--start,
.lp-recruit .lp-recruit-form__row:has(.lp-recruit-form__datetime) {
  margin-top: 3em;
}
.lp-recruit
  .lp-recruit-form__row:has(.lp-recruit-form__datetime)
  + .lp-recruit-form__row:has(.lp-recruit-form__datetime) {
  margin-top: 1.5em;
}

.lp-recruit .lp-recruit-form__row:first-of-type {
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-form__row:first-of-type {
    margin-top: 0;
  }
}

.lp-recruit .lp-recruit-form__field-label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25em;
}

.lp-recruit .lp-recruit-form__note {
  font-size: 0.8125em;
  color: #333;
  letter-spacing: 0.08em;
  flex-basis: 100%;
}

.lp-recruit .lp-recruit-form__label-text {
  font-weight: 600;
  font-size: 1.125em;
  color: #333;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-form__label-text {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-form__label-text {
    font-size: 0.9375em; /* 15px */
  }
}

.lp-recruit .lp-recruit-form__required {
  font-weight: 600;
  font-size: 0.75em;
  color: #d13f3f;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-form__note {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-form__note {
    font-size: 0.875em;
  }
}

/* ---- 入力フィールド共通 ---- */

.lp-recruit .lp-recruit-form__input,
.lp-recruit .lp-recruit-form__select,
.lp-recruit .lp-recruit-datepicker-full,
.lp-recruit .lp-recruit-form__input--time {
  display: block;
  background-color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 1.125em;
  color: #333;
  height: clamp(48px, 45.887px + 0.56338vw, 54px);
  padding: 0 1.375em;
  width: 100%;
  max-width: 100%; /* 横へのはみ出しを防止 */
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}
.lp-recruit .lp-recruit-form__input::placeholder,
.lp-recruit .lp-recruit-form__select::placeholder,
.lp-recruit .lp-recruit-datepicker-full::placeholder,
.lp-recruit .lp-recruit-form__input--time::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.lp-recruit .lp-recruit-form__input:disabled,
.lp-recruit .lp-recruit-form__select:disabled,
.lp-recruit .lp-recruit-datepicker-full:disabled,
.lp-recruit .lp-recruit-form__input--time:disabled {
  opacity: 1;
  -webkit-text-fill-color: #333;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-form__input,
  .lp-recruit .lp-recruit-form__select,
  .lp-recruit .lp-recruit-datepicker-full,
  .lp-recruit .lp-recruit-form__input--time {
    font-size: 14px;
    width: 100%;
  }
  .lp-recruit .lp-recruit-form__select-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-form__input,
  .lp-recruit .lp-recruit-form__select,
  .lp-recruit .lp-recruit-datepicker-full,
  .lp-recruit .lp-recruit-form__input--time {
    font-size: 1em;
    padding: 0 0.875em;
  }
}

/* ---- テキスト入力 ---- */

.lp-recruit .lp-recruit-form__input {
  width: 100%;
  font-size: clamp(16px, 15.296px + 0.18779vw, 18px);
  height: clamp(48px, 45.887px + 0.56338vw, 54px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-form__input {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-form__input {
    width: 100%;
    line-height: 1.8;
  }
}

/* ---- セレクトボックス ---- */

.lp-recruit .lp-recruit-form__select-wrapper {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-form__select-wrapper {
    width: 100%;
  }
}

.lp-recruit .lp-recruit-form__select {
  padding-right: 2.75em;
  cursor: pointer;
}
.lp-recruit .lp-recruit-form__select:invalid,
.lp-recruit .lp-recruit-form__select option[value=""] {
  color: rgba(0, 0, 0, 0.2);
}
.lp-recruit .lp-recruit-form__select option {
  color: #333;
  background-color: #fff;
}

.lp-recruit .lp-recruit-form__select-icon {
  position: absolute;
  right: 1.0625em;
  top: 50%;
  transform: translateY(-50%);
  width: 0.75em;
  height: 0.5em;
  pointer-events: none;
  z-index: 2;
}

.lp-recruit .lp-recruit-form__input-group {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-form__input-group {
    width: 100%;
  }
}

/* ---- 日付ピッカーラッパー ---- */

.lp-recruit .lp-recruit-datepicker-wrapper {
  position: relative;
  width: 12.875em;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-datepicker-wrapper {
    width: 10em;
  }
}
.lp-recruit .lp-recruit-datepicker-wrapper::after {
  display: none;
}

/* ---- 希望日時（日付 + 時間の横並び）---- */

.lp-recruit .lp-recruit-form__datetime {
  display: flex;
  align-items: center;
  gap: 0.8125em;
  width: 24.1667em;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-form__datetime {
    width: 100%;
    flex: 1;
  }
}
.lp-recruit .lp-recruit-form__datetime::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-form__datetime {
    gap: 0.5em;
    width: 100%;
  }
}

.lp-recruit .lp-recruit-form__datetime .lp-recruit-datepicker-full {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-form__datetime .lp-recruit-datepicker-full {
    flex: none;
    width: calc(48.93% - 3.92px);
  }
}

.lp-recruit .lp-recruit-form__datetime .lp-recruit-form__select-wrapper {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-form__datetime .lp-recruit-form__select-wrapper {
    flex: none;
    width: calc(51.07% - 4.08px);
    /* height: 3.5em; */
  }
}

.lp-recruit .lp-recruit-form__datetime .lp-recruit-form__input--time {
  width: 100%;
}

/* ---- 日付input本体 ---- */

.lp-recruit .lp-recruit-datepicker-full {
  color: rgba(0, 0, 0, 0.4);
  -webkit-text-fill-color: rgba(0, 0, 0, 0.4);
  color-scheme: light;
  line-height: 3.375em;
  cursor: pointer;
  position: relative;
  z-index: 1;
  padding-right: 1.3125em;
  background-image: url("./images/contact-calendar.svg");
  background-repeat: no-repeat;
  background-position: right 0.8125em center;
  background-size: 1em 1em;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-datepicker-full {
    line-height: 3em;
  }
}
.lp-recruit .lp-recruit-datepicker-full::-webkit-datetime-edit,
.lp-recruit .lp-recruit-datepicker-full::-webkit-datetime-edit-fields-wrapper {
  color: rgba(0, 0, 0, 0.4);
  -webkit-text-fill-color: rgba(0, 0, 0, 0.4);
  padding: 0;
}
.lp-recruit .lp-recruit-datepicker-full::-webkit-datetime-edit-year-field,
.lp-recruit .lp-recruit-datepicker-full::-webkit-datetime-edit-month-field,
.lp-recruit .lp-recruit-datepicker-full::-webkit-datetime-edit-day-field,
.lp-recruit .lp-recruit-datepicker-full::-webkit-datetime-edit-text {
  color: rgba(0, 0, 0, 0.4);
  -webkit-text-fill-color: rgba(0, 0, 0, 0.4);
  letter-spacing: 1.28px;
}
.lp-recruit .lp-recruit-datepicker-full:valid {
  color: #333;
  -webkit-text-fill-color: #333;
}
.lp-recruit .lp-recruit-datepicker-full:valid::-webkit-datetime-edit,
.lp-recruit
  .lp-recruit-datepicker-full:valid::-webkit-datetime-edit-fields-wrapper,
.lp-recruit .lp-recruit-datepicker-full:focus::-webkit-datetime-edit,
.lp-recruit
  .lp-recruit-datepicker-full:focus::-webkit-datetime-edit-fields-wrapper {
  color: #333;
  -webkit-text-fill-color: #333;
}
.lp-recruit .lp-recruit-datepicker-full:valid::-webkit-datetime-edit-year-field,
.lp-recruit
  .lp-recruit-datepicker-full:valid::-webkit-datetime-edit-month-field,
.lp-recruit .lp-recruit-datepicker-full:valid::-webkit-datetime-edit-day-field,
.lp-recruit .lp-recruit-datepicker-full:valid::-webkit-datetime-edit-text,
.lp-recruit .lp-recruit-datepicker-full:focus::-webkit-datetime-edit-year-field,
.lp-recruit
  .lp-recruit-datepicker-full:focus::-webkit-datetime-edit-month-field,
.lp-recruit .lp-recruit-datepicker-full:focus::-webkit-datetime-edit-day-field,
.lp-recruit .lp-recruit-datepicker-full:focus::-webkit-datetime-edit-text {
  color: #333;
  -webkit-text-fill-color: #333;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-datepicker-full {
    line-height: 3em;
  }
}
.lp-recruit .lp-recruit-datepicker-full::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 3;
}

/* ---- 時間セレクトラッパー ---- */

.lp-recruit .lp-recruit-form__time-wrapper {
  position: relative;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-form__time-wrapper {
    width: 10.4375em;
    flex: none;
  }
}

/* ---- 時間セレクト本体 ---- */

.lp-recruit .lp-recruit-form__input--time {
  padding-right: 1.6875em;
  cursor: pointer;
}
.lp-recruit .lp-recruit-form__input--time:invalid {
  color: rgba(0, 0, 0, 0.2);
  font-size: 1.125em;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-form__input--time:invalid {
    font-size: 0.875em;
    line-height: 1.1;
    height: 48px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-form__input--time {
    padding-right: 2em;
  }
}
.lp-recruit .lp-recruit-form__input--time option {
  color: #333;
  background-color: #fff;
}

/* ---- セレクト矢印アイコン ---- */

.lp-recruit .lp-recruit-form__arrow {
  position: absolute;
  right: 1.0625em;
  top: 50%;
  transform: translateY(-50%);
  width: 0.75em;
  height: 0.5em;
  pointer-events: none;
  z-index: 2;
}

/* ---- チェックボックスリスト（面談の参加理由）---- */

.lp-recruit .lp-recruit-form__checkbox-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.625em;
}

.lp-recruit .lp-recruit-form__checkbox-item {
  display: flex;
  align-items: center;
}

.lp-recruit .lp-recruit-form__checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.875em;
  cursor: pointer;
}

.lp-recruit .lp-recruit-form__checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.lp-recruit .lp-recruit-form__checkbox-custom {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-form__checkbox-custom {
    width: 1.6875em;
    height: 1.6875em;
  }
}

.lp-recruit
  .lp-recruit-form__checkbox:checked
  + .lp-recruit-form__checkbox-custom {
  border-color: #419d27;
}

.lp-recruit
  .lp-recruit-form__checkbox:checked
  + .lp-recruit-form__checkbox-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #419d27;
}

.lp-recruit .lp-recruit-form__checkbox-text {
  font-size: 1.125em;
  color: #333;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-form__checkbox-text {
    font-size: 1.4em;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-form__checkbox-text {
    font-size: 0.875em; /* 14px */
    line-height: 1.4;
  }
}

/* ---- 応募資格チェックリスト ---- */

.lp-recruit .lp-recruit-form__qualification {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-form__qualification {
    margin-top: 2.5em;
  }
}

.lp-recruit .lp-recruit-form__qualification-body {
  flex: 1;
  min-width: 0;
}

.lp-recruit .lp-recruit-form__qualification-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.875em;
}
@media screen and (max-width: 1024px) {
  .lp-recruit .lp-recruit-form__qualification-list {
    flex: 1;
    min-width: 0;
  }
}

.lp-recruit .lp-recruit-form__qualification-item {
  display: flex;
  align-items: center;
}

.lp-recruit .lp-recruit-form__qualification-error {
  margin-top: 0.75em;
  color: #d13f3f;
  font-size: 0.875em;
  line-height: 1.6;
}

.lp-recruit .lp-recruit-form__qualification-error[hidden] {
  display: block;
  visibility: hidden;
}

/* ---- CTAボタン ---- */

.lp-recruit .lp-recruit-form__cta-wrap {
  margin-top: 2.75em;
  display: flex;
  justify-content: center;
}
.lp-recruit .lp-recruit-form__cta-wrap .lp-recruit-btn {
  height: clamp(50px, 47.183px + 0.75117vw, 58px);
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-form__cta-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
  }
}

/* ============================================================
   Utility — 表示制御
   ============================================================ */

@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-u-desktop {
    display: none;
  }
}

.lp-recruit .lp-recruit-u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .lp-recruit .lp-recruit-u-mobile {
    display: block;
  }
}
