@charset "UTF-8";
:root {
  --header-height: 5rem;
  /* ========================================
  Container
  ======================================== */
  /* content width */
  --container: 68.75rem; /* 1100px */
  /* page padding */
  --container-padding: 3.125rem; /* 50px */
  /* ========================================
  Spacing
  ======================================== */
  --sp-8: 0.5rem; /* 8px */
  --sp-12: 0.75rem; /* 12px */
  --sp-14: 0.875rem; /* 14px */
  --sp-16: 1rem; /* 16px */
  --sp-18: 1.125rem; /* 18px */
  --sp-20: 1.25rem; /* 20px */
  --sp-24: 1.5rem; /* 24px */
  --sp-32: 2rem; /* 32px */
  --sp-36: 2.25rem; /* 36px */
  --sp-40: 2.5rem; /* 40px */
  --sp-48: 3rem; /* 48px */
  --sp-56: 3.5rem; /* 56px */
  --sp-64: 4rem; /* 64px */
  --sp-76: 4.75rem; /* 76px */
  --sp-80: 5rem; /* 80px */
  --sp-88: 5.5rem; /* 88px */
  /* ========================================
  Section spacing
  ======================================== */
  --section-padding: 5rem; /* 80px */
  --section-padding-narrow: 2.5rem;
  /* ========================================
  Color
  ======================================== */
  --c-text-base: #000;
  --c-text-inverse: #fff;
  /* Accent */
  --c-corporate: #004898;
  --c-accent: #0c9a9d;
  --c-accent-02: #098286;
  --c-accent-dark: #09888b;
  --c-accent-light: #32b4c1;
  --c-company-light: #6fcad4;
  --c-table-border: #b3b3b3;
  /* ========================================
  Background
  ======================================== */
  --c-bg-decoration: #e0faff;
  --bg-common-green: url(/recruit/08/img/bg_common_index_01.webp);
  --bg-common-gray: url(/recruit/08/img/bg_common_index_02.webp);
  --bg-mega: url(/recruit/08/img/bg_mega_index_01.webp);
  --bg-company-light: url(/recruit/08/img/bg_company_index_stat_01.webp);
  /* ========================================
  Business Section
  ======================================== */
  --c-security: #19306d;
  --c-disaster: #e73828;
  --c-medical: #00a199;
  --c-insurance: #ea6000;
  --c-bpo: #7e308d;
  --c-gis: #00993e;
  --c-global: #2ca6e0;
  /* ========================================
  Job Section
  ======================================== */
  --c-job-entry-dark: #e9ce00;
  --c-job-beat-dark: #f15a24;
  --c-job-field-dark: #39b54a;
  --c-job-entry: #fbdb00;
  --c-job-entry-dark: #E9CE00;
  --c-job-beat: #f39800;
  --c-job-field: #8fc31f;
  --bg-job-entry: url(/recruit/08/img/bg_job_index_career_01.webp);
  --bg-job-beat: url(/recruit/08/img/bg_job_index_career_02.webp);
  --bg-job-field: url(/recruit/08/img/bg_job_index_career_03.webp);
  /* ========================================
  Font Family
  ======================================== */
  /* Base text */
  --ff-base: 'Noto Sans JP', sans-serif;
  /* Stats numbers */
  --ff-stats: 'Hiragino Kaku Gothic ProN', Arial, 'Yu Gothic', 'YuGothic', sans-serif;
  /* ========================================
  Font Size (PC) 1rem = 16px
  ======================================== */
  --fz-base: 1.125rem; /* 18px */
  --fz-ui-sm: 1rem; /* 16px */
  --fz-ui-xs: 0.875rem; /* 14px */
  --fz-ui-xxs: 0.75rem; /* 12px */
  --fz-decoration: 0.75rem;
  /* Mega menu */
  --fz-mega-heading: 2.625rem; /* 42px */
  --fz-mega-toggle: 0.6875rem; /* 11px */
  --fz-mega-title: 1.5rem; /* 24px */
  /* Section */
  --fz-h2-en: 1.125rem; /* 18px */
  --fz-h2-title: 2.625rem; /* 42px */
  --fz-section-subtitle: 2rem; /* 32px */
  --fz-section-intro: 1.25rem; /* 20px */
  /* Section headings */
  --fz-heading-lg: 2rem; /* 32px */
  --fz-heading-md: 1.5rem; /* 24px */
  --fz-heading-sm: 1.25rem; /* 20px */
  --fz-heading-xs: 1.125rem; /* 18px */
  /* Chart */
  --fz-chart-name: 1.25rem; /* 20px */
  /* Stats */
  --fz-stats-heading: 1.25rem; /* 20px */
  --fz-stats-number: 2rem; /* 32px */
  --fz-stats-unit: 1.25rem; /* 20px */
  --fz-stats-note: 0.875rem; /* 14px */
  --fz-stats-note02: 1.25rem; /* 20px */
  --fz-stats-label: 0.75rem; /* 12px */
  /* Buttons */
  --fz-btn-lg: 2rem; /* 32px */
  --fz-btn: 1.5rem; /* 24px */
  --fz-btn-en: 1rem; /* 16px */
  --fz-btn-pagetop: .875rem; /* 14px */
  /* Faq */
  --fz-faq-icon: 1.625rem;
  /* Links */
  --fz-text-link: 1.25rem; /* 20px */
  /* Footer */
  --fz-copyright: 1rem; /* 16px */
  /* ========================================
  Line Height
  ======================================== */
  --lh-base: 1.75;
  --lh-normal: 1.5;
  --lh-snug: 1.3;
  --lh-tight: 1.1;
  /* ========================================
  Letter Spacing
  ======================================== */
  --ls-base: 0.05em;
}

@media (max-width: 767px) {
  :root {
    --header-height: 2.8125rem;
    /* ========================================
    Container
    ======================================== */
    /* content width */
    --container: 100%;
    /* page padding */
    --container-padding: 1rem; /* 16px */
    /* ========================================
    Section spacing
    ======================================== */
    --section-padding: 2.5rem; /* 40px */
    --section-padding-narrow: 1.25rem; /* 20px */
    /* ========================================
    Spacing
    ======================================== */
    --sp-14: 0.875rem; /* 14px */
    --sp-28: 1.75rem; /* 28px */
    /* ========================================
    Font Size
    ======================================== */
    --fz-base: 0.875rem; /* 14px */
    --fz-decoration: 0.625rem;
    /* Header */
    --fz-header-title: 1rem; /* 16px */
    /* Mega menu */
    --fz-mega-toggle: 0.5rem; /* 8px */
    --fz-mega-title: 1rem; /* 16px */
    /* Section */
    --fz-h2-en: 0.625rem; /* 10px */
    --fz-h2-title: 1.375rem; /* 22px */
    --fz-section-subtitle: 1.125rem; /* 18px */
    --fz-section-intro: 0.875rem; /* 14px */
    /* Section headings */
    --fz-heading-lg-02: 1.250rem; /* 18px */
    --fz-heading-lg: 1.125rem; /* 18px */
    --fz-heading-md: 1rem; /* 16px */
    --fz-heading-sm: 0.875rem; /* 14px */
    --fz-heading-xs: 0.75rem; /* 12px */
    /* Stats */
    --fz-stats-heading: 0.875rem; /* 14px */
    --fz-stats-number: 1.375rem; /* 22px */
    --fz-stats-unit: 0.875rem; /* 14px */
    --fz-stats-note: 0.75rem; /* 12px */
    --fz-stats-note02: 0.875rem; /* 14px */
    /* Buttons */
    --fz-btn-lg: 1.125rem; /* 18px */
    --fz-btn: 0.875rem; /* 14px */
    --fz-btn-pagetop: 0.813rem; /* 12px */
    /* Faq */
    --fz-faq-icon: 0.875rem;
    /* Links */
    --fz-text-link: 0.875rem; /* 14px */
    /* Footer */
    --fz-copyright: 0.625rem; /* 10px */
    /* ========================================
    Letter Spacing
    ======================================== */
    --ls-base: 0.035em;
  }
}
/* 
===============================
  Reset
=============================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

video {
  display: block;
}

button,
select,
input[type=text],
textarea {
  font: inherit;
  color: inherit;
  background: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button {
  font: inherit;
  border: none;
  padding: 0;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("/recruit/08/css/font/noto-sans-jp-black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html,
body {
  height: 100%;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: auto;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  font-family: var(--ff-base);
  font-size: var(--fz-base);
  letter-spacing: var(--ls-base);
  line-height: var(--lh-base);
  font-weight: 400;
  color: var(--c-text-base);
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-x: clip;
}
body.is-locked {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

picture {
  display: block;
}

:focus-visible {
  outline: 2px solid var(--c-accent);
  outline-offset: 2px;
}

.btn {
  display: flex;
  background-color: #fff;
  color: var(--c-accent);
  border-radius: 10px;
  padding: var(--sp-8);
  transition: background 0.3s ease;
  min-height: 7.5rem;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  position: relative;
}
@media (max-width: 767px) {
  .btn {
    min-height: 3.75rem;
    border-radius: 5px;
    padding: 3px;
  }
}
.btn:hover {
  color: var(--c-text-inverse);
  outline-color: #fff;
  background-color: var(--c-accent);
}
.btn__inner {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid var(--c-accent);
  border-radius: 10px;
  padding-inline: 0.375rem 0.5rem;
  transition: border-color 0.3s ease;
}
@media (max-width: 767px) {
  .btn__inner {
    padding-block: var(--sp-14);
    border-radius: 5px;
    padding-right: 0.375rem;
  }
}
a:hover .btn__inner {
  border-color: #fff;
}
.btn__text {
  font-family: var(--ff-accent);
  font-weight: 700;
  line-height: var(--lh-tight);
}
.btn__arrow {
  display: block;
  width: 32px;
  height: 32px;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .btn__arrow {
    width: 16px;
    height: 16px;
  }
}
.btn__arrow-mark {
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(calc(-1 * (75% - 1px)), -50%) scaleY(0.9) rotate(45deg);
  z-index: 1;
  transition: border-color 0.3s ease;
}
@media (max-width: 767px) {
  .btn__arrow-mark {
    width: 6px;
    height: 6px;
  }
}
a:hover .btn__arrow-mark {
  border-color: var(--c-accent);
}
.btn__arrow::after {
  content: "";
  display: block;
  background: var(--c-accent);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: var(--c-accent);
  position: absolute;
  transition: background 0.3s ease;
}
a:hover .btn__arrow::after {
  background: #fff;
}

.pagetop {
  position: fixed;
  right: clamp(16px, 5vw, 300px);
  bottom: 40px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--c-accent-02);
  color: var(--c-accent-02);
  font-size: var(--fz-btn-pagetop);
  font-weight: 700;
  cursor: pointer;
  z-index: 99;
  display: none;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .pagetop {
    width: 50px;
    height: 50px;
    border-width: 2px;
    right: 15px;
    bottom: 40px;
    padding-top: 5px;
    font-size: var(--fz-btn-pagetop);
  }
  .pagetop::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 50%;
    top: 15%;
    border-top: 2px solid var(--c-accent-02);
    border-right: 2px solid var(--c-accent-02);
    transform: translateX(-50%) scaleX(0.9) rotate(-45deg);
  }
}

.lp-header {
  position: relative;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  height: var(--header-height);
}
@media (min-width: 768px) {
  .lp-header {
    padding-inline: 10px;
  }
}
@media (max-width: 767px) {
  .lp-header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100vw;
  }
  .lp-header::after {
    content: "";
    position: absolute;
    left: 0;
    top: var(--header-height);
    width: 100%;
    height: 6px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0));
    z-index: 1000;
  }
}
.lp-header__logo {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.lp-header__logo-link {
  display: block;
  padding-block: 10px;
}
@media (max-width: 767px) {
  .lp-header__logo-link {
    padding: 7px;
  }
}
.lp-header__logo img {
  display: block;
  height: 58px;
}
@media (max-width: 767px) {
  .lp-header__logo img {
    height: 31px;
  }
}
@media (max-width: 767px) {
  .lp-header__title {
    font-size: var(--fz-header-title);
    line-height: var(--lh-tight);
    letter-spacing: 0;
    padding-right: 7px;
  }
}
.lp-header__menu-btn {
  width: 60px;
  height: 60px;
  background: var(--c-accent-02);
  border-radius: 4px;
  padding: 16px 14px 12px 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .lp-header__menu-btn {
    width: 45px;
    height: 45px;
    padding: 10px 11px 9px 11px;
    background: var(--c-accent);
    border-radius: 0;
  }
}
.lp-header__menu-icon {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  margin-top: 6px;
  transition: background 0.2s ease;
}
@media (max-width: 767px) {
  .lp-header__menu-icon {
    width: 23px;
    height: 1px;
  }
}
.lp-header__menu-icon::before, .lp-header__menu-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: transform 0.2s ease;
}
@media (max-width: 767px) {
  .lp-header__menu-icon::before, .lp-header__menu-icon::after {
    height: 1px;
  }
}
.lp-header__menu-icon::before {
  top: -6px;
}
@media (max-width: 767px) {
  .lp-header__menu-icon::before {
    top: -5px;
  }
}
.lp-header__menu-icon::after {
  top: 6px;
}
@media (max-width: 767px) {
  .lp-header__menu-icon::after {
    top: 5px;
  }
}
.is-active .lp-header__menu-icon {
  background: transparent;
}
.is-active .lp-header__menu-icon::before {
  top: 2px;
  transform: translateY(-2px) rotate(45deg);
}
.is-active .lp-header__menu-icon::after {
  top: 2px;
  transform: translateY(-2px) rotate(-45deg);
}
.lp-header__menu-text {
  display: block;
  color: #fff;
  font-size: var(--fz-mega-toggle);
  font-weight: 700;
  line-height: var(--lh-tight);
}
.lp-header .js-mega-target {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.4s ease, opacity 0.4s ease;
  z-index: 998;
}
.lp-header .js-mega-target.is-open {
  visibility: visible;
  opacity: 1;
}

/* ==========================
Global Navigation
===========================*/
.global-nav {
  position: fixed;
  top: var(--header-height);
  left: 0;
  height: calc(100dvh - var(--header-height));
  width: 100dvw;
}
@media (min-width: 768px) {
  .global-nav {
    background: var(--bg-mega);
    padding-top: var(--sp-88);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }
  .global-nav::before {
    content: "";
    display: block;
    width: 74%;
    min-width: 1184px;
    aspect-ratio: 1;
    background: #fff;
    position: absolute;
    top: -15%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    border: 24px solid var(--c-accent);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    z-index: -1;
  }
  .global-nav__logo {
    margin-inline: auto;
  }
  .global-nav__heading {
    line-height: var(--lh-tight);
    margin-block: var(--sp-76);
    font-size: var(--fz-mega-heading);
    font-weight: 900;
  }
}
@media (max-width: 767px) {
  .global-nav {
    background: var(--bg-mega);
    height: calc(100dvh - var(--header-height));
    padding: var(--container-padding);
    padding-top: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .global-nav__header {
    display: none;
  }
}
.global-nav__list {
  position: relative;
}
@media (min-width: 768px) {
  .global-nav__list {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(4, 1fr);
    grid-auto-flow: column;
    gap: var(--sp-40) calc(var(--sp-64) * 2);
  }
}
@media (max-width: 767px) {
  .global-nav__list {
    padding: var(--container-padding);
    padding-top: 0;
    background: #fff;
    min-height: 100%;
  }
}
@media (max-width: 767px) {
  .global-nav__item {
    border-bottom: 1px solid #b6e1e2;
  }
}
.global-nav__item:nth-child(2) {
  grid-row: 2/5;
}
.global-nav__link {
  display: flex;
  align-items: center;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .global-nav__link {
    -moz-column-gap: var(--sp-14);
         column-gap: var(--sp-14);
  }
}
@media (max-width: 767px) {
  .global-nav__link {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
    padding-block: var(--sp-12);
  }
}
.global-nav__link:hover {
  opacity: 0.7;
}
.global-nav__title {
  font-size: var(--fz-mega-title);
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .global-nav__title {
    line-height: var(--lh-tight);
  }
}
.global-nav__icon {
  display: block;
  width: 24px;
  height: 24px;
  background: var(--c-accent);
  border: 1px solid var(--c-accent);
  border-radius: 50%;
  position: relative;
  margin-top: 1px;
}
@media (max-width: 767px) {
  .global-nav__icon {
    width: 14px;
    height: 14px;
  }
}
.global-nav__icon::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-75%, -50%) scaleY(0.8) rotate(45deg);
}
@media (max-width: 767px) {
  .global-nav__icon::before {
    width: 6px;
    height: 6px;
  }
}

.lp-section {
  padding-block: var(--section-padding);
  position: relative;
}
@media (max-width: 767px) {
  .lp-section {
    scroll-margin-top: var(--header-height);
  }
}
.lp-section__inner {
  width: var(--container);
  margin-inline: auto;
  padding-inline: var(--container-padding);
}
.lp-section__title {
  line-height: var(--lh-tight);
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto var(--sp-40);
  display: grid;
  grid-template-columns: 60px max-content;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
@media (max-width: 767px) {
  .lp-section__title {
    margin-bottom: var(--sp-20);
    grid-template-columns: 30px max-content;
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
}
.lp-section__title::before {
  content: "";
  display: block;
  grid-row: 1/3;
  width: 20px;
  height: 100%;
  background-color: var(--c-accent);
  transform-origin: right top;
  transform: skewX(-25deg);
  justify-self: flex-end;
}
@media (max-width: 767px) {
  .lp-section__title::before {
    width: 10px;
  }
}
.lp-section__title span {
  display: block;
}
.lp-section__title-en {
  font-size: var(--fz-h2-en);
  margin-bottom: var(--sp-18);
}
@media (max-width: 767px) {
  .lp-section__title-en {
    margin-bottom: var(--sp-8);
  }
}
.lp-section__title-ja {
  font-size: var(--fz-h2-title);
  margin-left: -5px;
}
.lp-section__intro {
  font-size: var(--fz-section-intro);
  font-weight: 700;
  letter-spacing: 0.025em;
}
.lp-section__subtitle {
  font-size: var(--fz-section-subtitle);
  font-weight: 700;
  display: flex;
  align-items: center;
  -moz-column-gap: var(--sp-18);
       column-gap: var(--sp-18);
  line-height: var(--lh-tight);
  margin-bottom: var(--sp-20);
}
@media (max-width: 767px) {
  .lp-section__subtitle {
    margin-bottom: var(--sp-16);
    -moz-column-gap: var(--sp-8);
         column-gap: var(--sp-8);
    letter-spacing: 0;
    line-height: var(--lh-snug);
  }
}
.lp-section__subtitle::before {
  content: "";
  width: 7px;
  height: 1em;
  background: var(--c-accent);
  border-right: 3px solid var(--c-corporate);
  margin-top: 4px;
}
@media (max-width: 767px) {
  .lp-section__subtitle::before {
    align-self: stretch;
    height: auto;
  }
}
@media (min-width: 768px) {
  .lp-section .text-tight {
    display: inline-block;
    margin-inline: -0.5em;
  }
}
.lp-section small {
  display: block;
}

.lp-hero {
  background: var(--c-bg-decoration);
  display: flex;
  justify-content: center;
  padding-block: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .lp-hero {
    overflow-x: hidden;
    overflow-x: clip;
    margin-top: -80px;
  }
}
.lp-hero__video {
  position: relative;
}
@media (min-width: 768px) {
  .lp-hero__video {
    height: 900px;
    aspect-ratio: 1/0.5625;
  }
  .lp-hero__video video {
    max-width: 1600px;
  }
}
@media (max-width: 767px) {
  .lp-hero__video {
    width: 100%;
  }
  .lp-hero__video video {
    width: 100%;
  }
}

.lp-message {
  position: relative;
}
@media (min-width: 768px) {
  .lp-message {
    padding-block: var(--section-padding-narrow);
    overflow-x: hidden;
    overflow-x: clip;
  }
}
@media (max-width: 767px) {
  .lp-message {
    padding-top: var(--section-padding-narrow);
  }
}
.lp-message::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: url(/recruit/08/img/bg_message_index_01.webp) left top no-repeat, url(/recruit/08/img/bg_message_index_02.webp) right bottom no-repeat;
  z-index: -1;
}
@media (min-width: 768px) {
  .lp-message::before {
    min-width: 2000px;
  }
}
@media (max-width: 767px) {
  .lp-message::before {
    background-position: right top, left bottom;
  }
}
@media (min-width: 768px) {
  .lp-message .lp-section__inner {
    width: 100%;
  }
}
.lp-message__box {
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .lp-message__box {
    padding: var(--sp-40) var(--sp-64) var(--sp-32) var(--sp-64);
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .lp-message__box {
    width: min(1180px, 100% - 40px);
    padding-inline: var(--sp-40);
  }
}
@media (max-width: 767px) {
  .lp-message__box {
    padding-inline: var(--sp-16);
    padding-bottom: var(--sp-16);
    padding-top: 20px;
  }
}
.lp-message__text {
  font-size: var(--fz-section-intro);
  text-align: center;
  letter-spacing: 0;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .lp-message__text {
    font-size: 0.99em;
  }
}
.lp-message__name {
  display: block;
  margin-top: 1em;
  text-align: center;
}

.lp-business {
  padding-bottom: 0;
  position: relative;
}
.lp-business::before {
  content: "";
  display: block;
  width: 100vw;
  height: 50%;
  background: var(--bg-common-gray);
  position: absolute;
  top: 0;
}
.lp-business__body {
  position: relative;
  margin-top: var(--sp-24);
  padding-bottom: var(--sp-80);
}
@media (max-width: 767px) {
  .lp-business__body {
    padding-bottom: var(--sp-40);
  }
}
.lp-business__body::before {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100vw - var(--sp-80));
  height: 100%;
  background: var(--bg-common-green);
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .lp-business__body::before {
    width: calc(100vw - 16px);
  }
}
.lp-business__body::before {
  left: calc(-1 * (50vw - 500px));
  border-radius: 0 40px 40px 0;
}
@media (max-width: 767px) {
  .lp-business__body::before {
    width: calc(100vw - var(--container-padding));
    left: calc(-1 * var(--container-padding));
    border-radius: 0 20px 20px 0;
  }
}
@media (min-width: 768px) {
  .lp-business__chart {
    padding-block: var(--sp-40);
  }
}
@media (max-width: 767px) {
  .lp-business__chart {
    padding: var(--sp-20) var(--sp-16) var(--sp-20) 0;
  }
}
.lp-business__chart img {
  margin-inline: auto 0;
}
.lp-business__list {
  position: relative;
}
@media (min-width: 768px) {
  .lp-business__list {
    padding-block: var(--sp-40);
  }
}
@media (max-width: 767px) {
  .lp-business__list {
    padding: var(--sp-20) 0 var(--sp-20) var(--sp-16);
  }
}
.lp-business__list::before {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100vw - var(--sp-80));
  height: 100%;
  background: #fff;
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .lp-business__list::before {
    width: calc(100vw - 16px);
  }
}
.lp-business__list::before {
  right: calc(-1 * (50vw - 500px));
  border-radius: 40px 0 0 40px;
}
@media (max-width: 767px) {
  .lp-business__list::before {
    width: calc(100vw - var(--container-padding));
    right: calc(-1 * var(--container-padding));
    border-radius: 20px 0 0 20px;
  }
}
@media (min-width: 768px) {
  .lp-business__item {
    display: grid;
    grid-template-columns: 250px 1fr;
    -moz-column-gap: var(--sp-32);
         column-gap: var(--sp-32);
    align-items: flex-start;
    padding-block: var(--sp-18);
  }
}
@media (max-width: 767px) {
  .lp-business__item {
    padding-bottom: var(--sp-18);
  }
  .lp-business__item:not(:first-child) {
    margin-top: var(--sp-18);
  }
}
.lp-business__item:first-child {
  padding-top: 0;
}
.lp-business__name {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  padding: 7px;
  border-radius: 99px;
  color: #fff;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .lp-business__name {
    padding: 4px;
    margin-bottom: var(--sp-16);
    max-width: 76.9%;
  }
}
.lp-business__name::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(135deg, #e6e6e6 48%, #ccc 50%);
  border-radius: 999px;
  mix-blend-mode: multiply;
}
.lp-business__name-text {
  font-size: var(--fz-heading-sm);
  z-index: 1;
}
@media (max-width: 767px) {
  .lp-business__name-text {
    font-size: var(--fz-heading-md);
  }
}
.lp-business-chart__icon {
  width: 58px;
  height: 58px;
  flex-shrink: 0;
  z-index: 1;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .lp-business-chart__icon {
    width: 29px;
    height: 29px;
  }
}
.lp-business__detail {
  letter-spacing: 0;
}
.lp-business__detail-block:first-child {
  border-bottom: 1px dotted #000;
  padding-bottom: var(--sp-8);
  margin-bottom: var(--sp-8);
}
.lp-business__detail-title {
  text-indent: -0.5em;
}
.lp-business__detail .note {
  margin-top: 0;
  text-align: right;
  font-size: inherit;
}
@media (max-width: 767px) {
  .lp-business__detail .note {
    font-size: var(--fz-ui-xxs);
    margin-top: 0;
  }
}
.lp-business__item:nth-child(1) {
  border-bottom: 1px solid var(--c-security);
}
.lp-business__item:nth-child(1) .lp-business__name {
  background-color: var(--c-security);
}
.lp-business__item:nth-child(1) .lp-business-chart__icon {
  background: url(/recruit/08/img/icon_business_index_01.svg);
}
.lp-business__item:nth-child(2) {
  border-bottom: 1px solid var(--c-disaster);
}
.lp-business__item:nth-child(2) .lp-business__name {
  background-color: var(--c-disaster);
}
.lp-business__item:nth-child(2) .lp-business-chart__icon {
  background: url(/recruit/08/img/icon_business_index_02.svg);
}
.lp-business__item:nth-child(3) {
  border-bottom: 1px solid var(--c-medical);
}
.lp-business__item:nth-child(3) .lp-business__name {
  background-color: var(--c-medical);
}
.lp-business__item:nth-child(3) .lp-business-chart__icon {
  background: url(/recruit/08/img/icon_business_index_03.svg);
}
.lp-business__item:nth-child(4) {
  border-bottom: 1px solid var(--c-insurance);
}
.lp-business__item:nth-child(4) .lp-business__name {
  background-color: var(--c-insurance);
}
.lp-business__item:nth-child(4) .lp-business-chart__icon {
  background: url(/recruit/08/img/icon_business_index_04.svg);
}
.lp-business__item:nth-child(5) {
  border-bottom: 1px solid var(--c-gis);
}
.lp-business__item:nth-child(5) .lp-business__name {
  background-color: var(--c-gis);
}
.lp-business__item:nth-child(5) .lp-business-chart__icon {
  background: url(/recruit/08/img/icon_business_index_05.svg);
}
.lp-business__item:nth-child(6) {
  border-bottom: 1px solid var(--c-bpo);
}
.lp-business__item:nth-child(6) .lp-business__name {
  background-color: var(--c-bpo);
}
.lp-business__item:nth-child(6) .lp-business-chart__icon {
  background: url(/recruit/08/img/icon_business_index_06.svg);
}
.lp-business__item:nth-child(7) {
  border-bottom: 1px solid var(--c-global);
}
.lp-business__item:nth-child(7) .lp-business__name {
  background-color: var(--c-global);
}
.lp-business__item:nth-child(7) .lp-business-chart__icon {
  background: url(/recruit/08/img/icon_business_index_07.svg);
}

@media (max-width: 767px) {
  .lp-company {
    padding-bottom: var(--sp-64);
  }
}
.lp-company .lp-section__main {
  position: relative;
  padding-block: var(--sp-40);
}
@media (max-width: 767px) {
  .lp-company .lp-section__main {
    padding-top: var(--sp-20);
    padding-left: var(--sp-16);
  }
}
.lp-company .lp-section__main::before {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100vw - var(--sp-80));
  height: 100%;
  background: var(--bg-common-gray);
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .lp-company .lp-section__main::before {
    width: calc(100vw - 16px);
  }
}
.lp-company .lp-section__main::before {
  right: calc(-1 * (50vw - 500px));
  border-radius: 40px 0 0 40px;
}
@media (max-width: 767px) {
  .lp-company .lp-section__main::before {
    width: calc(100vw - var(--container-padding));
    right: calc(-1 * var(--container-padding));
    border-radius: 20px 0 0 20px;
  }
}

.company-stats__list {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-12);
  margin-bottom: var(--sp-76);
}
@media (max-width: 767px) {
  .company-stats__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4375rem;
    margin-block: var(--sp-20) var(--sp-36);
  }
}
.company-stats__item {
  border-radius: 40px;
  padding-block: var(--sp-18) var(--sp-32);
}
@media (min-width: 768px) {
  .company-stats__item {
    min-height: 241px;
  }
}
@media (max-width: 767px) {
  .company-stats__item {
    border-radius: 20px;
    padding-block: var(--sp-12) var(--sp-16);
  }
}
@media (min-width: 768px) {
  .company-stats__item:nth-child(odd), .company-stats__item:nth-child(6) {
    background: var(--bg-common-green);
  }
  .company-stats__item:nth-child(even):not(:nth-child(6)), .company-stats__item:nth-child(5) {
    background: var(--bg-company-light);
  }
  .company-stats__item:last-child {
    grid-row: 2/3;
    grid-column: 2/4;
    background: #fff url(/recruit/08/img/img_company_index_logo_01.webp) center center no-repeat;
  }
}
@media (max-width: 767px) {
  .company-stats__item:nth-child(4n+1), .company-stats__item:nth-child(4n) {
    background: var(--bg-common-green);
  }
  .company-stats__item:nth-child(4n+2), .company-stats__item:nth-child(4n+3) {
    background: var(--bg-company-light);
  }
  .company-stats__item:last-child {
    display: none;
  }
  .company-stats__item:nth-child(1) {
    order: 1;
    background: var(--bg-common-green);
  }
  .company-stats__item:nth-child(2) {
    order: 2;
    background: var(--bg-company-light);
  }
  .company-stats__item:nth-child(3) {
    order: 4;
    background: var(--bg-common-green);
  }
  .company-stats__item:nth-child(4) {
    order: 3;
    background: var(--bg-company-light);
  }
  .company-stats__item:nth-child(5) {
    order: 6;
    background: var(--bg-company-light);
  }
  .company-stats__item:nth-child(6) {
    order: 5;
    background: var(--bg-common-green);
  }
  .company-stats__item:nth-child(7) {
    order: 8;
    background: var(--bg-common-green);
  }
  .company-stats__item:nth-child(8) {
    order: 7;
    background: var(--bg-company-light);
  }
  .company-stats__item:nth-child(9) {
    order: 9;
    background: var(--bg-common-green);
  }
  .company-stats__item:nth-child(10) {
    order: 10;
    background: var(--bg-company-light);
  }
}
.company-stats__item:nth-child(1) .company-stats__icon {
  background: url("/recruit/08/img/icon_company_index_stat_01.svg") center center no-repeat;
  background-size: auto 40px;
}
@media (max-width: 767px) {
  .company-stats__item:nth-child(1) .company-stats__icon {
    background-size: auto 27px;
  }
}
.company-stats__item:nth-child(2) .company-stats__icon {
  background: url("/recruit/08/img/icon_company_index_stat_02.svg") center center no-repeat;
  background-size: auto 40px;
}
@media (max-width: 767px) {
  .company-stats__item:nth-child(2) .company-stats__icon {
    background-size: auto 27px;
  }
}
.company-stats__item:nth-child(3) .company-stats__icon {
  background: url("/recruit/08/img/icon_company_index_stat_03.svg") center center no-repeat;
  background-size: auto 40px;
}
@media (max-width: 767px) {
  .company-stats__item:nth-child(3) .company-stats__icon {
    background-size: auto 27px;
  }
}
.company-stats__item:nth-child(4) .company-stats__icon {
  background: url("/recruit/08/img/icon_company_index_stat_04.svg") center center no-repeat;
  background-size: auto 40px;
}
@media (max-width: 767px) {
  .company-stats__item:nth-child(4) .company-stats__icon {
    background-size: auto 27px;
  }
}
.company-stats__item:nth-child(5) .company-stats__icon {
  background: url("/recruit/08/img/icon_company_index_stat_05.svg") center center no-repeat;
  background-size: auto 40px;
}
@media (max-width: 767px) {
  .company-stats__item:nth-child(5) .company-stats__icon {
    background-size: auto 27px;
  }
}
.company-stats__item:nth-child(6) .company-stats__icon {
  background: url("/recruit/08/img/icon_company_index_stat_06.svg") center center no-repeat;
  background-size: auto 40px;
}
@media (max-width: 767px) {
  .company-stats__item:nth-child(6) .company-stats__icon {
    background-size: auto 27px;
  }
}
.company-stats__item:nth-child(7) .company-stats__icon {
  background: url("/recruit/08/img/icon_company_index_stat_07.svg") center center no-repeat;
  background-size: auto 40px;
}
@media (max-width: 767px) {
  .company-stats__item:nth-child(7) .company-stats__icon {
    background-size: auto 27px;
  }
}
.company-stats__item:nth-child(8) .company-stats__icon {
  background: url("/recruit/08/img/icon_company_index_stat_08.svg") center center no-repeat;
  background-size: auto 40px;
}
@media (max-width: 767px) {
  .company-stats__item:nth-child(8) .company-stats__icon {
    background-size: auto 27px;
  }
}
.company-stats__item:nth-child(9) .company-stats__icon {
  background: url("/recruit/08/img/icon_company_index_stat_09.svg") center center no-repeat;
  background-size: auto 40px;
}
@media (max-width: 767px) {
  .company-stats__item:nth-child(9) .company-stats__icon {
    background-size: auto 27px;
  }
}
.company-stats__item:nth-child(10) .company-stats__icon {
  background: url("/recruit/08/img/icon_company_index_stat_10.svg") center center no-repeat;
  background-size: auto 40px;
}
@media (max-width: 767px) {
  .company-stats__item:nth-child(10) .company-stats__icon {
    background-size: auto 27px;
  }
}
.company-stats__content {
  color: #fff;
  display: grid;
  height: 100%;
  grid-template-columns: 1fr;
  grid-template-rows: 56px auto 1fr auto;
}
@media (max-width: 767px) {
  .company-stats__content {
    grid-template-rows: 27px auto 1fr auto;
  }
}
.company-stats__heading {
  text-align: center;
  font-size: var(--fz-stats-heading);
}
@media (max-width: 767px) {
  .company-stats__heading {
    letter-spacing: 0;
    padding: 0.625rem 0;
    align-self: center;
  }
  .company-stats__item:not(:nth-last-child(2)) .company-stats__heading {
    padding-bottom: var(--sp-12);
  }
}
.company-stats__value {
  display: flex;
  justify-content: center;
  font-weight: 700;
}
@media (min-width: 768px) {
  .company-stats__value {
    align-self: center;
  }
}
.company-stats__value span {
  display: block;
}
.company-stats__number {
  font-family: var(--ff-stats);
  font-size: var(--fz-stats-number);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.company-stats__unit {
  font-family: var(--ff-accent);
  font-size: var(--fz-stats-unit);
  white-space: nowrap;
  letter-spacing: 0;
}
.company-stats__unit:last-child {
  margin-left: var(--sp-8);
}
.company-stats__note {
  font-size: var(--fz-stats-note);
  text-align: center;
}
.company-stats__note02 {
  font-size: var(--fz-stats-note02);
}
.company-stats__values {
  display: flex;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  margin: 0 auto;
  text-align: center;
}
.company-stats__values .company-stats__unit {
  margin-left: 0;
}
.company-stats__label {
  font-size: var(--fz-stats-label);
  line-height: var(--lh-tight);
  color: var(--c-company-light);
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  padding: 1px 2px;
  margin-bottom: var(--sp-8);
}

.lp-tech-achievement {
  margin-top: var(--sp-40);
}
@media (max-width: 767px) {
  .lp-tech-achievement {
    margin-top: var(--sp-20);
  }
}
.lp-tech__heading {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .lp-tech__heading {
    padding-bottom: var(--sp-8);
    background: url(/recruit/08/img/bg_company_index_title_patent_01.svg) center top/contain no-repeat;
    height: 60px;
  }
}
@media (max-width: 767px) {
  .lp-tech__heading {
    background: url(/recruit/08/img/sp/bg_company_index_title_patent_01.svg) center top/100% auto no-repeat;
    padding-bottom: 0.35rem;
  }
}
.lp-tech__heading-inner {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: var(--sp-18);
  position: relative;
  color: #fff;
  line-height: var(--lh-normal);
}
.lp-tech__heading-inner::before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  background: url(/recruit/08/img/icon_company_index_patent_01.webp) center center/contain no-repeat;
  left: -60px;
  top: calc(50% - 30px);
}
@media (max-width: 767px) {
  .lp-tech__heading-inner::before {
    width: 32px;
    height: 32px;
    left: -25px;
    top: calc(50% - 16px);
  }
}
.lp-tech__heading-label {
  font-size: var(--fz-heading-md);
}
.lp-tech__heading-number {
  font-size: var(--fz-heading-lg);
}
.lp-tech__list {
  margin: 0 auto;
  display: grid;
}
.lp-tech__list--achievement {
  gap: var(--sp-14) var(--sp-20);
  grid-auto-rows: 1fr;
}
@media (min-width: 768px) {
  .lp-tech__list--achievement {
    width: 800px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .lp-tech__list--achievement {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }
}
.lp-tech__list--award {
  margin-top: var(--sp-20);
}
@media (min-width: 768px) {
  .lp-tech__list--award {
    grid-template-columns: repeat(6, 1fr);
    -moz-column-gap: var(--sp-12);
         column-gap: var(--sp-12);
  }
}
@media (max-width: 767px) {
  .lp-tech__list--award {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--sp-8);
  }
}
.lp-tech__item {
  background: url(/recruit/08/img/img_company_index_frame_patent_01.svg) 100% 100% no-repeat;
}
.lp-tech__note {
  text-align: right;
  font-size: var(--fz-ui-xs);
  margin: var(--sp-8) var(--sp-48);
  font-weight: normal;
}
@media (max-width: 767px) {
  .lp-tech__note {
    margin-inline: var(--sp-32);
  }
}
.lp-tech-card {
  display: grid;
  height: 100%;
}
@media (min-width: 768px) {
  .lp-tech-card {
    grid-template-rows: 95px 1fr;
    padding: var(--sp-8) var(--sp-24);
  }
}
@media (max-width: 767px) {
  .lp-tech-card {
    grid-template-rows: 46% 1fr;
    padding: var(--sp-8) var(--sp-16);
  }
}
.lp-tech-card__image {
  display: flex;
  align-items: center;
}
.lp-tech-card__title {
  text-align: center;
  color: var(--c-accent);
  font-size: var(--fz-ui-sm);
  font-weight: 700;
  border-bottom: 1px solid var(--c-accent);
  padding-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .lp-tech-card__title {
    font-size: var(--fz-ui-xxs);
    padding-bottom: 0;
  }
}
.lp-tech-card__text {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: var(--fz-ui-sm);
  padding-block: var(--sp-8) var(--sp-14);
  line-height: var(--lh-normal);
}
@media (max-width: 767px) {
  .lp-tech-card__text {
    font-size: var(--fz-ui-xxs);
    padding-block: 0.25rem 0.375rem;
  }
}
.lp-tech-award {
  margin-top: var(--sp-48);
}
@media (max-width: 767px) {
  .lp-tech-award {
    margin-top: var(--sp-40);
  }
}
.lp-tech-award .lp-tech-logo-card {
  aspect-ratio: 1/0.9;
  display: flex;
  align-items: center;
  padding: var(--sp-8);
}

.lp-research {
  margin-top: var(--sp-40);
  padding-block: var(--sp-40);
  position: relative;
  color: #fff;
}
@media (max-width: 767px) {
  .lp-research {
    margin-top: var(--sp-20);
    margin-left: calc(-1 * var(--container-padding));
    padding-block: var(--sp-20);
    padding-right: var(--container-padding);
  }
}
.lp-research::before {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100vw - var(--sp-80));
  height: 100%;
  background: var(--bg-common-green);
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .lp-research::before {
    width: calc(100vw - 16px);
  }
}
.lp-research::before {
  left: calc(-1 * (50vw - 500px));
  border-radius: 0 40px 40px 0;
}
@media (max-width: 767px) {
  .lp-research::before {
    width: calc(100vw - var(--container-padding));
    left: calc(-1 * var(--container-padding));
    border-radius: 0 20px 20px 0;
  }
}
.lp-research .lp-section__subtitle {
  display: block;
}
@media (max-width: 767px) {
  .lp-research .lp-section__subtitle {
    margin-bottom: var(--sp-12);
  }
}
.lp-research .lp-section__subtitle::before {
  content: none;
}
.lp-research__heading {
  font-size: var(--fz-heading-sm);
  margin-bottom: var(--sp-8);
}
@media (max-width: 767px) {
  .lp-research__heading {
    margin-bottom: 0.25rem;
  }
}
.lp-research__heading::before {
  content: "■";
  display: inline-block;
  transform: scaleX(0.4);
}
.lp-research__text {
  margin-bottom: var(--sp-36);
}
@media (max-width: 767px) {
  .lp-research__text {
    margin-bottom: var(--sp-24);
  }
}
.lp-research__list {
  display: grid;
}
@media (min-width: 768px) {
  .lp-research__list {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--sp-12) var(--sp-20);
  }
}
@media (max-width: 767px) {
  .lp-research__list {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--sp-24) var(--sp-8);
  }
}
.lp-research__item {
  border: 2px solid #fff;
  padding: 0.375rem;
}
@media (max-width: 767px) {
  .lp-research__item {
    border-width: 1px;
    padding: 3px;
  }
}
.lp-research__figure {
  position: relative;
}
.lp-research__figure img {
  width: 100%;
}
.lp-research figcaption {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: var(--c-text-base);
  font-weight: 700;
}
@media (max-width: 767px) {
  .lp-research figcaption {
    line-height: var(--lh-tight);
    padding: 2px;
    font-size: var(--fz-ui-xxs);
  }
}

.lp-job {
  background: var(--bg-common-gray);
}
@media (max-width: 767px) {
  .lp-job .lp-section__subtitle-text {
    letter-spacing: 0;
  }
  .lp-job .lp-section__subtitle-text .text-tight {
    display: inline-block;
    margin-inline: -0.5em;
  }
}

.lp-career {
  background: #fff;
  border: 2px solid var(--c-accent);
  border-radius: 40px;
  padding: var(--sp-40);
}
@media (max-width: 767px) {
  .lp-career {
    border-radius: 20px;
    padding: var(--sp-20) var(--sp-16);
  }
}
.lp-career__intro {
  font-size: var(--fz-section-intro);
  font-weight: 700;
  letter-spacing: 0.025em;
  margin-bottom: var(--sp-20);
}
.lp-career-flow__list {
  display: grid;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .lp-career-flow__list {
    grid-template-columns: 24% 36% 40%;
  }
}
@media (max-width: 767px) {
  .lp-career-flow__list {
    grid-template-columns: 25.5% 35.5% 39%;
  }
}
.lp-career-flow__inner {
  position: relative;
  padding-bottom: 0.5rem;
}
.lp-career-flow__inner::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 30px 0 0 0;
}
@media (max-width: 767px) {
  .lp-career-flow__inner::before {
    border-radius: 10px 0 0 0;
  }
}
.lp-career-flow__inner::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% + 4px);
  height: 8px;
  border-radius: 999px;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .lp-career-flow__inner::after {
    width: calc(100% + 2px);
    height: 4px;
  }
}
.lp-career-flow__link {
  display: block;
  cursor: pointer;
}
.lp-career-flow__text {
  font-size: var(--fz-heading-md);
  font-weight: 700;
  text-align: center;
  line-height: var(--lh-tight);
  margin-bottom: var(--sp-8);
}
.lp-career-flow__period {
  display: block;
  margin-bottom: 0.3em;
  white-space: nowrap;
}
.lp-career-flow__anchor-icon {
  border-radius: 50%;
}
@media (min-width: 768px) {
  .lp-career-flow__anchor-icon {
    position: relative;
    width: 1em;
    height: 1em;
    display: inline-block;
    transform: translateY(3px);
  }
}
@media (max-width: 767px) {
  .lp-career-flow__anchor-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 7.5px);
    z-index: 10;
  }
}
.lp-career-flow__anchor-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 25%;
  left: 50%;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(-50%) scaleX(0.9) rotate(45deg);
}
@media (min-width: 768px) {
  .lp-career-flow__anchor-icon::after {
    width: 9px;
    height: 9px;
  }
}
@media (max-width: 767px) {
  .lp-career-flow__anchor-icon::after {
    width: 8px;
    height: 8px;
  }
}
.lp-career-flow__avatar {
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  margin-inline: auto;
  margin-bottom: 1px;
}
.lp-career-flow__avatar::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 13px);
  height: calc(100% - 13px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .lp-career-flow__avatar::after {
    width: calc(100% - 5px);
    height: calc(100% - 5px);
  }
}
.lp-career-flow__item:nth-child(1):not(:first-child) .lp-career-flow__inner {
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .lp-career-flow__item:nth-child(1):not(:first-child) .lp-career-flow__inner {
    padding-bottom: 8px;
  }
}
.lp-career-flow__item:nth-child(1):not(:first-child) .lp-career-flow__inner::after {
  left: -4px;
}
@media (max-width: 767px) {
  .lp-career-flow__item:nth-child(1):not(:first-child) .lp-career-flow__inner::after {
    left: -2px;
  }
}
.lp-career-flow__item--entry .lp-career-flow__inner::before {
  background: var(--bg-job-entry);
  height: 51px;
}
@media (max-width: 767px) {
  .lp-career-flow__item--entry .lp-career-flow__inner::before {
    height: 25px;
  }
}
.lp-career-flow__item--entry .lp-career-flow__inner::after {
  background-color: var(--c-job-entry-dark);
}
.lp-career-flow__item--entry .lp-career-flow__text {
  color: var(--c-job-entry-dark);
  white-space: nowrap;
}
.lp-career-flow__item--entry .lp-career-flow__anchor-icon {
  background-color: var(--c-job-entry-dark);
}
@media (max-width: 767px) {
  .lp-career-flow__item--entry .lp-career-flow__anchor-icon {
    background-color: var(--c-job-entry-dark);
  }
}
.lp-career-flow__item--entry .lp-career-flow__avatar {
  width: 118px;
  background: var(--bg-job-entry);
}
@media (max-width: 767px) {
  .lp-career-flow__item--entry .lp-career-flow__avatar {
    width: 39.3333333333px;
  }
}
.lp-career-flow__item--entry .lp-career-flow__avatar::after {
  background: url(/recruit/08/img/img_job_index_avatar_01.webp) center center/contain no-repeat;
}
.lp-career-flow__item:nth-child(2):not(:first-child) .lp-career-flow__inner {
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .lp-career-flow__item:nth-child(2):not(:first-child) .lp-career-flow__inner {
    padding-bottom: 12px;
  }
}
.lp-career-flow__item:nth-child(2):not(:first-child) .lp-career-flow__inner::after {
  left: -4px;
}
@media (max-width: 767px) {
  .lp-career-flow__item:nth-child(2):not(:first-child) .lp-career-flow__inner::after {
    left: -2px;
  }
}
.lp-career-flow__item--beat .lp-career-flow__inner::before {
  background: var(--bg-job-beat);
  height: 97px;
}
@media (max-width: 767px) {
  .lp-career-flow__item--beat .lp-career-flow__inner::before {
    height: 35px;
  }
}
.lp-career-flow__item--beat .lp-career-flow__inner::after {
  background-color: var(--c-job-beat-dark);
}
.lp-career-flow__item--beat .lp-career-flow__text {
  color: var(--c-job-beat-dark);
}
.lp-career-flow__item--beat .lp-career-flow__anchor-icon {
  background-color: var(--c-job-beat-dark);
}
@media (max-width: 767px) {
  .lp-career-flow__item--beat .lp-career-flow__anchor-icon {
    background-color: var(--c-job-beat-dark);
  }
}
.lp-career-flow__item--beat .lp-career-flow__avatar {
  width: 134px;
  background: var(--bg-job-beat);
}
@media (max-width: 767px) {
  .lp-career-flow__item--beat .lp-career-flow__avatar {
    width: 44.6666666667px;
  }
}
.lp-career-flow__item--beat .lp-career-flow__avatar::after {
  background: url(/recruit/08/img/img_job_index_avatar_02.webp) center center/contain no-repeat;
}
.lp-career-flow__item:nth-child(3):not(:first-child) .lp-career-flow__inner {
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .lp-career-flow__item:nth-child(3):not(:first-child) .lp-career-flow__inner {
    padding-bottom: 16px;
  }
}
.lp-career-flow__item:nth-child(3):not(:first-child) .lp-career-flow__inner::after {
  left: -4px;
}
@media (max-width: 767px) {
  .lp-career-flow__item:nth-child(3):not(:first-child) .lp-career-flow__inner::after {
    left: -2px;
  }
}
.lp-career-flow__item--field .lp-career-flow__inner::before {
  background: var(--bg-job-field);
  height: 143px;
}
@media (max-width: 767px) {
  .lp-career-flow__item--field .lp-career-flow__inner::before {
    height: 45px;
  }
}
.lp-career-flow__item--field .lp-career-flow__inner::after {
  background-color: var(--c-job-field-dark);
}
.lp-career-flow__item--field .lp-career-flow__text {
  color: var(--c-job-field-dark);
}
.lp-career-flow__item--field .lp-career-flow__anchor-icon {
  background-color: var(--c-job-field-dark);
}
@media (max-width: 767px) {
  .lp-career-flow__item--field .lp-career-flow__anchor-icon {
    background-color: var(--c-job-field-dark);
  }
}
.lp-career-flow__item--field .lp-career-flow__avatar {
  width: 168px;
  background: var(--bg-job-field);
}
@media (max-width: 767px) {
  .lp-career-flow__item--field .lp-career-flow__avatar {
    width: 56px;
  }
}
.lp-career-flow__item--field .lp-career-flow__avatar::after {
  background: url(/recruit/08/img/img_job_index_avatar_03.webp) center center/contain no-repeat;
}
.lp-career-step {
  margin-top: var(--sp-36);
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .lp-career-step {
    scroll-margin-top: var(--sp-20);
  }
}
@media (max-width: 767px) {
  .lp-career-step {
    margin-top: var(--sp-20);
    scroll-margin-top: calc(var(--header-height) + var(--sp-16));
  }
}
.lp-career-step:not(.lp-career-step--field)::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
  z-index: -1;
}
@media (max-width: 767px) {
  .lp-career-step:not(.lp-career-step--field)::before {
    width: 18px;
    height: 18px;
  }
}
.lp-career-step__heading {
  font-size: var(--fz-heading-md);
  padding-block: 0.4375rem;
  padding-left: 5.75rem;
  position: relative;
}
@media (max-width: 767px) {
  .lp-career-step__heading {
    font-size: var(--fz-heading-lg);
    line-height: 1.2;
    border-radius: 30px 0 0 0;
    padding-block: 0.3125rem;
    padding-left: 4.5rem;
  }
}
.lp-career-step__avatar {
  display: block;
  aspect-ratio: 1;
  width: 98px;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .lp-career-step__avatar {
    width: 75px;
  }
}
.lp-career-step__avatar::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .lp-career-step__avatar::after {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }
}
@media (max-width: 767px) {
  .lp-career-step__title {
    text-indent: 0.5em;
    margin-left: -0.5em;
  }
}
.lp-career-step__body {
  background: #fff;
  padding: var(--sp-18);
}
@media (min-width: 768px) {
  .lp-career-step__body {
    padding-top: var(--sp-24);
    display: grid;
    grid-template-columns: 1fr 178px;
    gap: 0.5em;
  }
}
@media (max-width: 767px) {
  .lp-career-step__body {
    padding-inline: 0.625rem;
    padding-bottom: var(--sp-12);
  }
}
.lp-career-step__text {
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .lp-career-step__text {
    order: 1;
  }
}
.lp-career-step__image {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .lp-career-step__image {
    order: 2;
    align-self: flex-start;
  }
}
@media (max-width: 767px) {
  .lp-career-step__image {
    margin-top: var(--sp-16);
  }
}
.lp-career-step__work {
  font-size: var(--fz-ui-sm);
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .lp-career-step__work {
    padding: var(--sp-16);
    grid-column: 1/3;
    order: 3;
    display: flex;
  }
}
@media (max-width: 767px) {
  .lp-career-step__work {
    padding: 0.625rem;
    font-size: inherit;
    margin-top: var(--sp-16);
  }
}
.lp-career-step__work::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.1;
  z-index: -1;
}
.lp-career-step__work-heading {
  font-weight: 700;
}
.lp-career-step--entry::before {
  background: var(--c-job-entry);
}
.lp-career-step--entry .lp-career-step__heading {
  background: var(--bg-job-entry);
}
.lp-career-step--entry .lp-career-step__avatar {
  background: var(--bg-job-entry);
}
.lp-career-step--entry .lp-career-step__avatar::after {
  background: url(/recruit/08/img/img_job_index_avatar_01.webp) center center/contain no-repeat;
}
.lp-career-step--entry .lp-career-step__body {
  border: 6px solid var(--c-job-entry);
  border-top: none;
}
@media (max-width: 767px) {
  .lp-career-step--entry .lp-career-step__body {
    border-width: 3px;
  }
}
.lp-career-step--entry .lp-career-step__work {
  border: 1px solid var(--c-job-entry);
}
.lp-career-step--entry .lp-career-step__work::before {
  background-color: var(--c-job-entry);
}
.lp-career-step--beat::before {
  background: var(--c-job-beat);
}
.lp-career-step--beat .lp-career-step__heading {
  background: var(--bg-job-beat);
}
.lp-career-step--beat .lp-career-step__avatar {
  background: var(--bg-job-beat);
}
.lp-career-step--beat .lp-career-step__avatar::after {
  background: url(/recruit/08/img/img_job_index_avatar_02.webp) center center/contain no-repeat;
}
.lp-career-step--beat .lp-career-step__body {
  border: 6px solid var(--c-job-beat);
  border-top: none;
}
@media (max-width: 767px) {
  .lp-career-step--beat .lp-career-step__body {
    border-width: 3px;
  }
}
.lp-career-step--beat .lp-career-step__work {
  border: 1px solid var(--c-job-beat);
}
.lp-career-step--beat .lp-career-step__work::before {
  background-color: var(--c-job-beat);
}
.lp-career-step--field::before {
  background: var(--c-job-field);
}
.lp-career-step--field .lp-career-step__heading {
  background: var(--bg-job-field);
}
.lp-career-step--field .lp-career-step__avatar {
  background: var(--bg-job-field);
}
.lp-career-step--field .lp-career-step__avatar::after {
  background: url(/recruit/08/img/img_job_index_avatar_03.webp) center center/contain no-repeat;
}
.lp-career-step--field .lp-career-step__body {
  border: 6px solid var(--c-job-field);
  border-top: none;
}
@media (max-width: 767px) {
  .lp-career-step--field .lp-career-step__body {
    border-width: 3px;
  }
}
.lp-career-step--field .lp-career-step__work {
  border: 1px solid var(--c-job-field);
}
.lp-career-step--field .lp-career-step__work::before {
  background-color: var(--c-job-field);
}

@media (min-width: 768px) {
  .lp-interview {
    overflow-x: hidden;
    overflow-x: clip;
  }
}
@media (min-width: 768px) {
  .lp-interview__visual {
    position: relative;
    margin-bottom: var(--sp-32);
    margin-inline: -6.25rem;
  }
}
@media (max-width: 767px) {
  .lp-interview__visual {
    margin-bottom: var(--sp-20);
    margin-inline: calc(-1 * var(--container-padding));
  }
}
.lp-interview__visual-media {
  position: relative;
}
.lp-interview__title {
  font-size: var(--fz-heading-lg);
  position: absolute;
}
@media (min-width: 768px) {
  .lp-interview__title {
    top: 20%;
  }
}
@media (max-width: 767px) {
  .lp-interview__title {
    bottom: var(--sp-20);
  }
}
.lp-interview__title-line {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 0;
}
.lp-interview__title-line:not(:last-child) {
  margin-bottom: var(--sp-14);
}
.lp-interview__title-line::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: -1;
  transform: skewX(-10deg);
}
.lp-interview__meta {
  color: #fff;
  display: grid;
  grid-template-columns: max-content;
  padding: var(--sp-20) var(--sp-36);
  z-index: 0;
}
@media (min-width: 768px) {
  .lp-interview__meta {
    position: absolute;
    width: 50vw;
    bottom: 0;
  }
  .lp-interview__meta::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .lp-interview__meta {
    position: relative;
    background: var(--c-accent-02);
    padding: var(--sp-16) var(--sp-48);
  }
}
.lp-interview__meta::after {
  content: "FIELD ENGINEER";
  /*
  writing-mode: sideways-rl;
  */
  position: absolute;
  transform: translateY(-50%);
  transform: rotate(90deg);;
  font-size: var(--fz-decoration);
  font-weight: 700;
  letter-spacing: 0.25em;
  height: auto;
  width: 20em;
  line-height: 1;
  text-align: center;
  top: 11em;
  right: -9em;
  text-align: left;
}
.lp-interview__branch {
  font-size: var(--fz-ui-xs);
  padding-block: 0.325rem;
  padding-inline: var(--sp-16) var(--sp-24);
  border: 1px solid #fff;
  margin-bottom: var(--sp-14);
}
@media (max-width: 767px) {
  .lp-interview__branch {
    font-size: var(--fz-ui-xxs);
    padding-block: 0.275rem;
    padding-inline: var(--sp-12) var(--sp-20);
    margin-bottom: var(--sp-8);
  }
}
.lp-interview__role, .lp-interview__name {
  font-weight: 700;
  font-size: var(--fz-heading-sm);
  line-height: var(--lh-normal);
}
@media (max-width: 767px) {
  .lp-interview__role, .lp-interview__name {
    font-size: var(--fz-heading-lg);
    line-height: var(--lh-snug);
  }
}
.lp-interview__entry-year {
  font-size: var(--fz-ui-xs);
  margin-top: 0.375rem;
}
@media (max-width: 767px) {
  .lp-interview__entry-year {
    margin-top: var(--sp-8);
  }
}
.lp-interview__body {
  letter-spacing: 0;
}
.lp-interview__article--left .lp-interview__title {
  left: 6.5rem;
}
@media (max-width: 767px) {
  .lp-interview__article--left .lp-interview__title {
    left: var(--container-padding);
  }
}
.lp-interview__article--left .lp-interview__title-line:first-child {
  letter-spacing: 0;
  padding-inline: 0.6em;
}
.lp-interview__article--left .lp-interview__title-line:last-child {
  padding-left: 0.6em;
}
@media (min-width: 768px) {
  .lp-interview__article--left .lp-interview__meta {
    left: 6.25rem;
  }
  .lp-interview__article--left .lp-interview__meta::before {
    background: linear-gradient(to right, var(--c-accent) 78%, transparent 100%);
    left: calc(-1 * (50vw - 500px));
  }
}
.lp-interview__article--left .lp-interview__meta::after {
  left: -9.5em;
  right: auto;
}
@media (max-width: 767px) {
  .lp-interview__article--left .lp-interview__meta::after {
    left: -8em;
    right: auto;
  }
}
.lp-interview__article--right {
  margin-bottom: var(--sp-76);
}
@media (max-width: 767px) {
  .lp-interview__article--right {
    margin-bottom: var(--sp-40);
  }
}
.lp-interview__article--right .lp-interview__title {
  right: 6.5rem;
}
@media (max-width: 767px) {
  .lp-interview__article--right .lp-interview__title {
    right: var(--container-padding);
  }
}
.lp-interview__article--right .lp-interview__title-line {
  margin-inline: auto 0;
  padding-left: 0.6em;
}
.lp-interview__article--right .lp-interview__meta {
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .lp-interview__article--right .lp-interview__meta {
    right: 6.25rem;
  }
  .lp-interview__article--right .lp-interview__meta::before {
    background: linear-gradient(to left, var(--c-accent) 78%, transparent 100%);
    right: calc(-1 * (50vw - 500px));
  }
}
.lp-interview__article--right .lp-interview__meta::after {
}
@media (max-width: 767px) {
  .lp-interview__article--right .lp-interview__meta::after {
    right: -8em;
  }
}

.lp-environment {
  background: var(--bg-common-gray);
}
.lp-environment__list {
  padding-block: var(--sp-80);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 3%;
       column-gap: 3%;
}
.lp-environment__list::before {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100vw - var(--sp-80));
  height: 100%;
  background: var(--bg-common-green);
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .lp-environment__list::before {
    width: calc(100vw - 16px);
  }
}
.lp-environment__list::before {
  left: calc(-1 * (50vw - 500px));
  border-radius: 0 40px 40px 0;
}
@media (max-width: 767px) {
  .lp-environment__list::before {
    width: calc(100vw - var(--container-padding));
    left: calc(-1 * var(--container-padding));
    border-radius: 0 20px 20px 0;
  }
}
@media (max-width: 767px) {
  .lp-environment__list {
    grid-template-columns: 1fr;
    margin-top: var(--sp-28);
    row-gap: var(--sp-16);
    padding: var(--sp-20) var(--sp-16);
    padding-left: 0;
  }
}
.lp-environment .btn__text {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  letter-spacing: 0;
  font-size: var(--fz-btn);
}
.lp-environment .btn__text::before {
  content: "";
  display: block;
  width: 34px;
  height: 30px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .lp-environment .btn__text::before {
    width: 26px;
    height: 24px;
  }
}
.lp-environment__item:nth-child(1) .btn__text::before {
  background-image: url(/recruit/08/img/icon_btn_index_01.svg);
  transition: background-image 0.3s ease;
}
.lp-environment__item:nth-child(1) .btn:hover .btn__text::before {
  background-image: url(/recruit/08/img/icon_btn_index_01_hover.svg);
}
.lp-environment__item:nth-child(2) .btn__text::before {
  background-image: url(/recruit/08/img/icon_btn_index_02.svg);
  transition: background-image 0.3s ease;
}
.lp-environment__item:nth-child(2) .btn:hover .btn__text::before {
  background-image: url(/recruit/08/img/icon_btn_index_02_hover.svg);
}
.lp-environment__item:nth-child(3) .btn__text::before {
  background-image: url(/recruit/08/img/icon_btn_index_03.svg);
  transition: background-image 0.3s ease;
}
.lp-environment__item:nth-child(3) .btn:hover .btn__text::before {
  background-image: url(/recruit/08/img/icon_btn_index_03_hover.svg);
}

.lp-guidelines__table {
  border: 1px solid var(--c-table-border);
}
@media (max-width: 767px) {
  .lp-guidelines__table th, .lp-guidelines__table td {
    display: block;
  }
}
.lp-guidelines__table th {
  background: var(--bg-common-green);
  color: var(--c-text-inverse);
  width: 17.9%;
  border-bottom: 1px solid #fff;
  padding: 0 0 0 var(--sp-16);
  vertical-align: top;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 767px) {
  .lp-guidelines__table th {
    width: 100%;
    padding-block: var(--sp-8);
  }
}
.lp-guidelines__table td {
  padding-inline: var(--sp-20) var(--sp-14);
  border-bottom: 1px solid var(--c-table-border);
  background-color: #fff;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .lp-guidelines__table td {
    padding: var(--sp-8) var(--sp-16);
  }
}
.lp-guidelines__table td p + p {
  margin-top: 1.75em;
}
.lp-guidelines__table td .area {
  display: inline-flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .lp-guidelines__table td .area {
    min-width: 12em;
  }
}
.lp-guidelines__table td .area::after {
  content: "：";
}
@media (max-width: 767px) {
  .lp-guidelines__table td .price {
    display: block;
  }
}
.lp-guidelines__table tr:last-child th, .lp-guidelines__table tr:last-child td {
  border-bottom: none;
}

.lp-process {
  background: url(/recruit/08/img/bg_process_index_01.webp);
}
.lp-process__list {
  display: grid;
}
@media (min-width: 768px) {
  .lp-process__list {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    padding-inline: var(--sp-8) var(--sp-16);
  }
}
@media (max-width: 767px) {
  .lp-process__list {
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
  }
}
.lp-process__item {
  filter: drop-shadow(3px 4px 3px rgba(0, 0, 0, 0.15));
}
@media (min-width: 768px) {
  .lp-process__item {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .lp-process__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: var(--sp-32);
         column-gap: var(--sp-32);
  }
}
.lp-process__figure {
  filter: drop-shadow(3px 4px 3px rgba(0, 0, 0, 0.15));
}
@media (min-width: 768px) {
  .lp-process__figure {
    margin-bottom: var(--sp-32);
  }
}
.lp-process__content {
  display: grid;
  grid-template-rows: auto 1fr;
  flex: 1;
}
@media (max-width: 767px) {
  .lp-process__content {
    padding-bottom: var(--sp-20);
  }
  .lp-process__item:last-child .lp-process__content {
    padding-top: var(--sp-14);
    padding-bottom: var(--sp-20);
  }
}
.lp-process__heading {
  padding-block: 1.8rem var(--sp-8);
  text-align: center;
  color: #fff;
  font-size: var(--fz-heading-sm);
  font-weight: 700;
  line-height: var(--lh-tight);
}
@media (max-width: 767px) {
  .lp-process__heading {
    padding: 5px;
    font-size: var(--fz-heading-lg-02);
    border-radius: 4px 4px 0 0;
  }
}
.lp-process__heading::before {
  content: "STEP ";
  font-size: var(--fz-ui-xs);
}
@media (max-width: 767px) {
  .lp-process__heading::before {
    font-size: var(--fz-ui-xxs);
  }
}
.lp-process__text {
  background: #fff;
  border-radius: 0 0 4px 4px;
  padding: var(--sp-14);
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .lp-process__text {
    flex-direction: column;
    padding: var(--sp-12);
    position: relative;
  }
  .lp-process__text::after {
    content: "";
    display: block;
    width: 18px;
    aspect-ratio: 1;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%) rotate(45deg);
    z-index: -1;
  }
  .lp-process__item:last-child .lp-process__text::after {
    content: none;
  }
}
.lp-process__label {
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .lp-process__item:nth-child(1) .lp-process__heading {
    background: url(/recruit/08/img/img_process_index_heading_01.webp) left bottom/100% 100% no-repeat;
  }
}
@media (max-width: 767px) {
  .lp-process__item:nth-child(1) .lp-process__heading {
    background: #2f9ed0;
  }
}
.lp-process__item:nth-child(1) .lp-process__text::after {
  background: #2f9ed0;
}
@media (min-width: 768px) {
  .lp-process__item:nth-child(2) .lp-process__heading {
    background: url(/recruit/08/img/img_process_index_heading_02.webp) left bottom/100% 100% no-repeat;
  }
}
@media (max-width: 767px) {
  .lp-process__item:nth-child(2) .lp-process__heading {
    background: var(--c-accent);
  }
}
.lp-process__item:nth-child(2) .lp-process__text::after {
  background: var(--c-accent);
}
@media (min-width: 768px) {
  .lp-process__item:nth-child(3) .lp-process__heading {
    background: url(/recruit/08/img/img_process_index_heading_03.webp) left bottom/100% 100% no-repeat;
  }
}
@media (max-width: 767px) {
  .lp-process__item:nth-child(3) .lp-process__heading {
    background: #00837a;
  }
}
.lp-process__item:nth-child(3) .lp-process__text::after {
  background: #00837a;
}
@media (min-width: 768px) {
  .lp-process__item:nth-child(4) .lp-process__heading {
    background: url(/recruit/08/img/img_process_index_heading_04.webp) left bottom/100% 100% no-repeat;
  }
}
@media (max-width: 767px) {
  .lp-process__item:nth-child(4) .lp-process__heading {
    background: #004898;
  }
}
.lp-process__item:nth-child(4) .lp-process__text::after {
  background: #004898;
}

.lp-faq {
  background: var(--bg-common-gray);
}
.lp-faq__list {
  display: flex;
  flex-direction: column;
  row-gap: var(--sp-20);
}
@media (max-width: 767px) {
  .lp-faq__list {
    row-gap: var(--sp-12);
  }
}
.lp-faq__item {
  background: #fff;
  padding-inline: var(--sp-40);
}
@media (max-width: 767px) {
  .lp-faq__item {
    padding-inline: var(--sp-20);
  }
}
.lp-faq__q {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  padding-block: var(--sp-16);
  font-weight: 700;
}
@media (min-width: 768px) {
  .lp-faq__q {
    align-items: center;
  }
}
.lp-faq__q::before {
  content: "Q";
  padding-bottom: 5px;
  color: var(--c-accent);
  font-size: var(--fz-faq-icon);
}
@media (min-width: 768px) {
  .lp-faq__q::before {
    line-height: 1;
  }
}
.lp-faq__q::after {
  content: "＋";
  color: var(--c-accent);
  line-height: 1;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 1px solid var(--c-accent);
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  line-height: 23px;
}

@-moz-document url-prefix() {
    .lp-faq__q::after {
        line-height: 27px;
    }
}

@media (max-width: 767px) {
  .lp-faq__q::after {
    height: 16px;
    width: 16px;
    font-size: var(--fz-ui-xxs);
    padding-bottom: 1px;
    line-height: 13px;
  }
}
.is-open .lp-faq__q::after {
  content: "−";
  color: #fff;
  background: var(--c-accent);
}
.lp-faq__q-inner {
  text-align: left;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .lp-faq__q-inner {
    padding-inline: 0.5em 1em;
  }
}
.lp-faq__item:not(.is-open) .lp-faq__a {
  overflow: hidden;
  height: 0;
}
.lp-faq__a-inner {
  border-top: 1px dotted #808080;
  display: grid;
  grid-template-columns: auto 1fr;
  padding-block: var(--sp-16);
}
.lp-faq__a-inner::before {
  content: "A";
  padding-bottom: 5px;
  color: var(--c-accent);
  font-size: var(--fz-faq-icon);
  font-weight: 700;
}
@media (min-width: 768px) {
  .lp-faq__a-inner::before {
    line-height: var(--lh-normal);
  }
}
.lp-faq__a p {
  padding-left: 1em;
}
@media (max-width: 767px) {
  .lp-faq__a p {
    padding-inline: 0.5em calc(1em + 17px);
  }
}

.lp-cta {
  padding-bottom: 0;
}
.lp-cta__list {
  padding-block: var(--sp-80);
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.lp-cta__list::before {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100vw - var(--sp-80));
  height: 100%;
  background: var(--bg-common-green);
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .lp-cta__list::before {
    width: calc(100vw - 16px);
  }
}
.lp-cta__list::before {
  right: calc(-1 * (50vw - 500px));
  border-radius: 40px 0 0 40px;
}
@media (max-width: 767px) {
  .lp-cta__list::before {
    width: calc(100vw - var(--container-padding));
    right: calc(-1 * var(--container-padding));
    border-radius: 20px 0 0 20px;
  }
}
@media (min-width: 768px) {
  .lp-cta__list {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (max-width: 767px) {
  .lp-cta__list {
    padding: var(--sp-20) var(--sp-16);
    padding-right: 0;
    grid-template-columns: 1fr;
    row-gap: var(--sp-18);
  }
}
.lp-cta .btn--cta .btn__text {
  display: flex;
  align-items: center;
  -moz-column-gap: var(--sp-18);
       column-gap: var(--sp-18);
  padding-left: var(--sp-14);
}
@media (max-width: 767px) {
  .lp-cta .btn--cta .btn__text {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
    padding-left: 3px;
  }
}
.lp-cta .btn--cta .btn__text-en {
  display: block;
  color: var(--c-text-inverse);
  padding: 0.375rem 0.625rem;
  outline: 1px solid #fff;
  outline-offset: -3px;
  min-width: 6.75rem;
  text-align: center;
}
@media (max-width: 767px) {
  .lp-cta .btn--cta .btn__text-en {
    font-size: calc(var(--fz-ui-sm) / 2);
    min-width: 3.375rem;
    padding-inline: 0;
    padding-bottom: 0.275rem;
  }
}
.lp-cta .btn--cta .btn__text-ja {
  display: block;
}
.lp-cta .btn--company .btn__text-en {
  background-color: var(--c-accent);
  transition: 0.3s ease;
}
.lp-cta .btn--company .btn__text-ja {
  font-size: var(--fz-btn);
}
.lp-cta .btn--company:hover .btn__text-en {
  background-color: #fff;
  color: var(--c-accent);
  outline-color: var(--c-accent);
}
.lp-cta .btn--entry .btn__inner {
  border-color: var(--c-accent-light);
}
.lp-cta .btn--entry .btn__text-en {
  background-color: var(--c-accent-light);
  transition: 0.3s ease;
}
.lp-cta .btn--entry .btn__text-ja {
  font-size: var(--fz-btn-lg);
  color: var(--c-accent-light);
}
.lp-cta .btn--entry .btn__arrow::after {
  background-color: var(--c-accent-light);
}
.lp-cta .btn--entry:hover {
  background-color: var(--c-accent-light);
}
.lp-cta .btn--entry:hover .btn__inner {
  border-color: #fff;
}
.lp-cta .btn--entry:hover .btn__text-en {
  background-color: #fff;
  color: var(--c-accent-light);
  outline-color: var(--c-accent-light);
}
.lp-cta .btn--entry:hover .btn__text-ja {
  color: #fff;
}
.lp-cta .btn--entry:hover .btn__arrow-mark {
  border-color: var(--c-accent-light);
}
.lp-cta .btn--entry:hover .btn__arrow::after {
  background-color: #fff;
}
@media (max-width: 767px) {
  .lp-cta .btn--entry .text-tight {
    display: inline-block;
    margin-inline: -0.5em;
  }
}

.lp-section__title::before {
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.is-visible .lp-section__title::before {
  clip-path: inset(0 0 0 0);
}
.lp-section__title-en, .lp-section__title-ja {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.is-visible .lp-section__title-en, .is-visible .lp-section__title-ja {
  opacity: 1;
  transform: translateY(0);
}
.lp-section__title-en {
  transition-delay: 0.4s;
}
.lp-section__title-ja {
  transition-delay: 0.7s;
}
.lp-section__main {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.is-visible .lp-section__main {
  opacity: 1;
  transform: translateY(0);
}
.lp-section__main {
  transition-delay: 1s;
}

.lp-message__box {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.lp-message__box .lp-section__title, .lp-message__box.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.lp-company__stats {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: 1s;
}
.is-visible .lp-company__stats {
  opacity: 1;
  transform: translateY(0);
}
.lp-company .lp-section__main {
  opacity: 1;
  transform: translateY(0);
}

.lp-tech__list li {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.lp-tech__list li:nth-child(1) {
  transition-delay: 0s;
}
.lp-tech__list li:nth-child(2) {
  transition-delay: 0.2s;
}
.lp-tech__list li:nth-child(3) {
  transition-delay: 0.4s;
}
.lp-tech__list li:nth-child(4) {
  transition-delay: 0.6s;
}
.lp-tech__list li:nth-child(5) {
  transition-delay: 0.8s;
}
.lp-tech__list li:nth-child(6) {
  transition-delay: 1s;
}
.lp-tech__list.is-visible li {
  opacity: 1;
  transform: translateY(0);
}

.lp-research__list {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.lp-research__list.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.lp-job .lp-section__intro {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: 0.3s;
}
.lp-job.is-visible .lp-section__intro {
  opacity: 1;
  transform: translateY(0);
}

.lp-process__item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-in-out;
}
.is-visible .lp-process__item {
  opacity: 1;
  transform: translateY(0);
}
.lp-process__item:nth-child(1) {
  transition-delay: 1s;
}
.lp-process__item:nth-child(2) {
  transition-delay: 1.2s;
}
.lp-process__item:nth-child(3) {
  transition-delay: 1.4s;
}
.lp-process__item:nth-child(4) {
  transition-delay: 1.6s;
}

.lp-footer-links {
  display: flex;
  padding-block: var(--sp-40);
}
@media (min-width: 768px) {
  .lp-footer-links {
    justify-content: center;
    -moz-column-gap: var(--sp-48);
         column-gap: var(--sp-48);
  }
}
@media (max-width: 767px) {
  .lp-footer-links {
    flex-direction: column;
    row-gap: 0.25rem;
    padding-top: var(--sp-20);
    text-align: center;
  }
}
.lp-footer-links a {
  font-size: var(--fz-text-link);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.3s ease;
  color: #333;
}
.lp-footer-links a:hover {
  opacity: 0.7;
}
.lp-footer__copyright {
  font-family: Meiryo, "メイリオ", sans-serif;
  background: #000;
  text-align: center;
  color: var(--c-text-inverse);
  font-size: var(--fz-copyright);
  padding-block: var(--sp-20);
}

.show-pc {
  display: none;
}
@media (min-width: 768px) {
  .show-pc {
    display: block;
  }
}

@media (min-width: 768px) {
  .show-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

@media (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

/*===============================
  text-link
=============================== */
.hover-text-link {
  background-image: linear-gradient(90deg, currentcolor, currentcolor);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-position: 0% var(--underline-position, 100%);
  background-size: 100% 1px;
  background-size: 100% var(--underline-width, 1px);
}

@media (any-hover: hover) {
  .hover-text-link {
    transition: background-size 0.48s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: background-size 0.48s var(--ease-out-quart);
  }
  .hover-text-link:hover {
    background-position: 100% 100%;
    background-position: 100% var(--underline-position, 100%);
    background-size: 0% 1px;
    background-size: 0% var(--underline-width, 1px);
    transition-duration: 0.4s;
  }
}