@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* Box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  background-color: #fefefe;
  color: #021e1d;
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}

body {
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
}

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

.l-footer {
  background-color: #99a6a4;
  padding-block: 2rem 1rem;
}
@media screen and (max-width: 967px) {
  .l-footer {
    padding-block: 4rem;
    padding-inline: clamp(0rem, -0.9971098266rem + 2.774566474vw, 1.5rem);
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 1.5rem 1rem;
  }
}
.l-footer__inner {
  max-width: 1280px;
  margin-inline: auto;
}
.l-footer__upper {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-block-end: 40px;
}
@media screen and (max-width: 767px) {
  .l-footer__upper {
    gap: 0;
    margin-block-end: 48px;
  }
}
.l-footer__list {
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    flex-direction: column;
    gap: clamp(0.5rem, -2.4792746114rem + 8.2901554404vw, 1.5rem);
    margin-block-start: 0.75rem;
    margin-block-end: 1.5rem;
    margin-inline-start: 20px;
  }
}
.l-footer__item {
  font-weight: 600;
  font-size: clamp(0.75rem, 0.6253612717rem + 0.3468208092vw, 0.9375rem);
  padding-block: clamp(0.25rem, -0.4948186528rem + 2.0725388601vw, 0.5rem);
}
.l-footer__lower {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.l-footer__policy {
  font-size: clamp(0.625rem, 0.5419075145rem + 0.2312138728vw, 0.75rem);
  display: inline-block;
  font-weight: 500;
}
.l-footer__copyright {
  font-size: clamp(0.625rem, 0.5419075145rem + 0.2312138728vw, 0.75rem);
  font-weight: 500;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 6.5rem;
  z-index: 100;
  background-color: #fff;
  transition: transform 0.3s ease;
  padding-block-start: 40px;
}
@media screen and (max-width: 967px) {
  .l-header {
    height: 4.5rem;
    padding-block-start: 16px;
  }
}
.l-header__inner {
  max-width: 1280px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1439px) {
  .l-header__inner {
    margin-inline: 80px;
    width: unset;
  }
}
@media screen and (max-width: 967px) {
  .l-header__inner {
    margin-inline: 16px;
  }
}
.l-header__logo-wrapper {
  width: 123px;
  position: relative;
  z-index: 101;
}
@media screen and (max-width: 967px) {
  .l-header__logo-wrapper {
    margin-block: 13px;
  }
}
.l-header__right {
  display: flex;
  gap: 24px;
  align-items: center;
}
.l-header__list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.l-header__item {
  padding-block: 15px 8px;
  padding-inline: 16px;
  font-weight: 600;
  font-size: 0.75rem;
}
.l-header__cta-button {
  min-width: auto;
  padding: 12px 24px;
  font-size: clamp(0.875rem, calc(-infinity * 1rem) + calc(infinity)vw, 1rem);
}
.l-header__hamburger-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  width: 56px;
  height: 56px;
  box-shadow: 8px 8px 16px rgba(92, 113, 110, 0.3), -4px -4px 8px rgba(255, 255, 255, 0.75);
  border-radius: 28px;
  background-color: #f5f5f5;
  z-index: 101;
  /* ▼ クリックした瞬間（押している間だけ）＝丸 */
  /* ▼ メニューが開いている間（1本線） */
}
.l-header__hamburger-btn button {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 28px;
}
.l-header__hamburger-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0c9391;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.l-header__hamburger-btn:active:not(.is-open) .l-header__hamburger-line {
  opacity: 0;
}
.l-header__hamburger-btn:active:not(.is-open)::after {
  opacity: 1;
}
.l-header__hamburger-btn.is-open .l-header__hamburger-line {
  opacity: 1;
}
.l-header__hamburger-btn.is-open .l-header__hamburger-line::before, .l-header__hamburger-btn.is-open .l-header__hamburger-line::after {
  background-color: transparent;
}
.l-header__hamburger-btn.is-open::after {
  opacity: 0;
}
.l-header__hamburger-line {
  display: block;
  width: 18px;
  height: 1px;
  flex-shrink: 0;
  background-color: #021e1d;
  transition: all 0.3s ease;
  transform-origin: center;
  position: relative;
}
.l-header__hamburger-line::before, .l-header__hamburger-line::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #021e1d;
  transition: all 0.3s ease;
  transform-origin: center;
}
.l-header__hamburger-line::before {
  top: -5px;
}
.l-header__hamburger-line::after {
  bottom: -5px;
}
.l-header__mobile-menu {
  position: fixed;
  inset: 0;
  width: auto;
  background-color: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 100;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.l-header__mobile-menu.is-open {
  transform: translateX(0);
}
.l-header__mobile-nav {
  margin-block-start: 72px;
  padding-block-start: 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.l-header__mobile-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.l-header__mobile-item {
  line-height: 1.2;
  padding-block: 0.15625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.5rem;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
}
.l-header__mobile-text {
  display: inline-block;
}
.l-header__mobile-overlay {
  position: fixed;
  top: 72px;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 99;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.l-header__mobile-overlay.is-active {
  opacity: 1;
  visibility: visible;
}
.l-header__mobile-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.l-main {
  margin-block-start: clamp(4.5rem, 3.1705202312rem + 3.6994219653vw, 6.5rem);
}

.c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 160px;
  height: 60px;
  border-radius: 24px;
  box-shadow: 8px 8px 16px rgba(92, 113, 110, 0.3), -4px -4px 8px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  font-size: 0.75rem;
  font-weight: 600;
}
.c-btn:hover {
  box-shadow: 6px 6px 10px 0 rgba(92, 113, 110, 0.5), -4px -4px 8px 0 rgba(255, 255, 255, 0.3);
}
.c-btn:active {
  color: #0c9391;
}
.c-btn--white {
  background-color: #fff;
}
.c-btn--mobile-menu {
  font-size: 1.5rem;
  width: 15rem;
  height: 4.5rem;
}
.c-btn--category {
  width: 240px;
  height: 44px;
}
@media screen and (max-width: 767px) {
  .c-btn--category {
    width: 160px;
  }
}
.c-btn--category > button {
  justify-content: space-between !important;
}
@media screen and (max-width: 767px) {
  .c-btn--tab-center {
    margin-inline: auto;
  }
}
.c-btn a,
.c-btn button {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: inherit;
  font-weight: inherit;
}

.c-container {
  max-width: 1280px;
  margin-inline: auto;
}
@media screen and (max-width: 1439px) {
  .c-container {
    margin-inline: clamp(2.5rem, -2.6271186441rem + 8.4745762712vw, 5rem);
    width: unset;
  }
}
@media screen and (max-width: 767px) {
  .c-container {
    margin-inline: 16px;
  }
}

.c-recruit {
  padding-block: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-recruit {
    padding-block: 64px 104px;
    margin-block-start: 64px;
  }
}
@media screen and (max-width: 767px) {
  .c-recruit::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/import/tenant_16/www.gene-l.co.jp/genel_hp-develop/assets/img/commons/recruit_section.jpg) no-repeat center center/cover;
    opacity: 0.2;
    z-index: 0;
  }
}
.c-recruit__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-recruit__inner {
    flex-direction: column;
    margin-inline: 16px;
  }
}
.c-recruit__img-wrapper {
  width: 50%;
}
.c-recruit__content {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .c-recruit__content {
    gap: 20px;
  }
}
.c-recruit__body {
  margin-inline-end: 32px;
}
@media screen and (max-width: 767px) {
  .c-recruit__body {
    margin-inline-end: 0;
  }
}
.c-recruit__text {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-block-start: 1.5rem;
  margin-block-end: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-recruit__text {
    margin-block-end: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-recruit__cta {
    margin-inline: auto;
  }
}

.c-sec-ttl__sub {
  font-size: 0.75rem;
  font-weight: 600;
}
.c-sec-ttl__sub + .c-sec-ttl__en {
  margin-block-end: -0.3125rem;
}
.c-sec-ttl__sub--mbe8 {
  margin-block-end: 0.5rem;
}
.c-sec-ttl__sub--ja {
  margin-block-end: 0.5rem;
  font-size: 0.9375rem;
}
.c-sec-ttl__main {
  font-size: 3rem;
  font-weight: 600;
}
.c-sec-ttl__main--shadow {
  text-shadow: 8px 8px 16px rgba(92, 113, 110, 0.2), -4px -4px 14px rgba(92, 113, 110, 0.2);
}
.c-sec-ttl__main--fz72 {
  font-size: clamp(3rem, 2.0028901734rem + 2.774566474vw, 4.5rem);
}
.c-sec-ttl__main--fz64 {
  font-size: clamp(3rem, 2.3352601156rem + 1.8497109827vw, 4rem);
}
.c-sec-ttl__main--fz64-sp-36 {
  font-size: clamp(2.25rem, 1.0867052023rem + 3.2369942197vw, 4rem);
}
.c-sec-ttl__main--fz48 {
  font-size: clamp(2.25rem, 1.7514450867rem + 1.387283237vw, 3rem);
}
.c-sec-ttl__main--fz48-sp-64 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .c-sec-ttl__main--fz48-sp-64 {
    font-size: 4rem;
  }
}
.c-sec-ttl__main--fz36-sp-24 {
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .c-sec-ttl__main--fz36-sp-24 {
    font-size: 1.5rem;
  }
}
.c-sec-ttl__main--fz36 {
  font-size: clamp(1.875rem, 1.6257225434rem + 0.6936416185vw, 2.25rem);
}
.c-sec-ttl--en {
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-sec-ttl--tab-tac {
    text-align: center;
  }
}

.c-nav-item {
  position: relative;
}
.c-nav-item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translate(-100%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #0c9391;
  transition: opacity 0.2s ease;
  opacity: 0;
}
.c-nav-item:hover, .c-nav-item:focus {
  color: #0c9391;
}
.c-nav-item:hover::after, .c-nav-item:focus::after {
  opacity: 1;
}
.c-nav-item--upper::after {
  top: 0;
  left: 50%;
  transform: translate(-50%, 5px);
  width: 3px;
  height: 3px;
}

.p-top-fv {
  padding-block-start: clamp(1.125rem, -0.9523121387rem + 5.7803468208vw, 4.25rem);
  margin-block-end: clamp(9.375rem, 11.1437861272rem + -1.9653179191vw, 10.4375rem);
  overflow: hidden;
}
.p-top-fv__video-wrapper {
  width: 61%;
  aspect-ratio: 886/503;
  margin-block-end: 46px;
}
@media screen and (max-width: 767px) {
  .p-top-fv__video-wrapper {
    margin-block-end: 0;
  }
}
.p-top-fv__video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-top-fv__video {
    width: 569px;
    height: 323px;
    margin-inline-start: -115px;
    object-fit: unset;
  }
}
.p-top-fv__ttl {
  font-size: clamp(1.5rem, 0.5028901734rem + 2.774566474vw, 3rem);
  margin-block-end: clamp(1.6875rem, 1.4797687861rem + 0.5780346821vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.12em;
}
.p-top-fv__ttl-mark {
  letter-spacing: -0.28em;
}
.p-top-fv__subttl {
  font-size: clamp(0.75rem, 0.2514450867rem + 1.387283237vw, 1.5rem);
  font-weight: 400;
  margin-block-end: clamp(2.25rem, 0.7543352601rem + 4.161849711vw, 4.5rem);
}
.p-top-fv__scroll {
  width: fit-content;
  margin-inline: auto;
}
.p-top-fv__scroll-text {
  font-size: clamp(0.6875rem, 0.4797687861rem + 0.5780346821vw, 1rem);
  padding-block-end: 0.625rem;
}
.p-top-fv__scroll-line {
  position: relative;
  display: block;
  width: 1px;
  height: clamp(4rem, 2.0057803468rem + 5.549132948vw, 7rem);
  background-color: #021e1d;
  padding-block-start: clamp(0.5rem, 0.4169075145rem + 0.2312138728vw, 0.625rem);
  background-color: rgba(2, 30, 29, 0.25);
}
.p-top-fv__scroll-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  height: clamp(4rem, 2.0057803468rem + 5.549132948vw, 7rem);
  transform: translateX(-50%) scaleY(0);
  transform-origin: 0 0;
  background-color: #021e1d;
  animation: p-top-fv-scroll-line 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
.p-top-fv__text {
  width: 46%;
  margin-inline: auto;
  font-size: clamp(0.9375rem, 0.7297687861rem + 0.5780346821vw, 1.25rem);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-top-fv__text {
    width: unset;
    padding-inline: 16px;
    line-height: 1.5;
  }
}
.p-top-fv__text--1 {
  margin-block-start: clamp(2.25rem, 3.0823699422rem + -0.9248554913vw, 2.75rem);
  margin-block-end: clamp(6.4375rem, 9.9750722543rem + -3.9306358382vw, 8.5625rem);
}
.p-top-fv__text--2 {
  margin-block-end: clamp(2.5rem, 9.4710982659rem + -7.7456647399vw, 6.6875rem);
}

@keyframes p-top-fv-scroll-line {
  0% {
    transform: translateX(-50%) scaleY(0);
    transform-origin: 0 0;
  }
  50% {
    transform: translateX(-50%) scaleY(1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: translateX(-50%) scaleY(1);
    transform-origin: 0 100%;
  }
  100% {
    transform: translateX(-50%) scaleY(0);
    transform-origin: 0 100%;
  }
}
.p-top-about {
  padding-block: 64px;
}
.p-top-about__list {
  display: flex;
  gap: clamp(3.5rem, 2.8352601156rem + 1.8497109827vw, 4.5rem);
  flex-direction: column;
}
.p-top-about__item {
  display: flex;
  gap: clamp(3rem, -0.4285714286rem + 7.1428571429vw, 6rem);
}
@media screen and (max-width: 767px) {
  .p-top-about__item {
    flex-direction: column;
    gap: 39px;
  }
}
.p-top-about__item:not(.p-top-about__item--value) {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-top-about__item:not(.p-top-about__item--value) {
    width: 100%;
  }
}
.p-top-about__item--value {
  gap: 0;
}
.p-top-about__item--vision {
  margin-inline-start: calc(50% + 16px);
}
@media screen and (max-width: 767px) {
  .p-top-about__item--vision {
    margin-inline-start: 0;
  }
}
.p-top-about__content {
  margin-inline-end: 48px;
}
@media screen and (max-width: 767px) {
  .p-top-about__content {
    margin-inline-end: 0;
  }
}
.p-top-about__content--vision {
  margin-inline-end: 0;
}
.p-top-about__content--value {
  display: flex;
}
.p-top-about__value-left {
  display: flex;
  width: 50%;
  margin-inline-end: 7.9%;
  gap: clamp(3rem, -0.4285714286rem + 7.1428571429vw, 6rem);
}
@media screen and (max-width: 767px) {
  .p-top-about__value-left {
    width: 100%;
    flex-direction: column;
    gap: 32px;
  }
}
.p-top-about__value-subttl {
  font-size: clamp(1.75rem, -0.17rem + 4vw, 2.25rem);
  font-weight: 700;
  margin-block-end: 1.8125rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-top-about__value-subttl {
    font-size: 2.25rem;
    margin-block-start: 49px;
  }
}
.p-top-about__value-right {
  width: 50%;
  margin-block-start: 6.875rem;
  margin-inline-start: 32px;
}
@media screen and (max-width: 767px) {
  .p-top-about__value-right {
    width: 100%;
    margin-block-start: 24px;
    margin-inline-start: 0;
  }
}
.p-top-about__value-list {
  margin-block-end: 2rem;
}
.p-top-about__value-item {
  padding-block: 1.5rem;
  border-block-end: 1px solid #f5f5f5;
}
.p-top-about__value-heading {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
  margin-block-end: 0.5rem;
}
.p-top-about__value-text {
  font-size: 0.9375rem;
  font-weight: 500;
}
.p-top-about__ttl {
  margin-block-end: 1.25rem;
  padding-block-start: 2.125rem;
  position: relative;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}
.p-top-about__ttl::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #f5f5f5;
}
.p-top-about__ttl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 2px;
  background-color: #0c9391;
}
.p-top-about__text {
  font-size: 0.9375rem;
  font-weight: 500;
}
.p-top-about__number {
  font-size: clamp(4.5rem, 2.1734104046rem + 6.4739884393vw, 8rem);
  font-weight: 600;
  line-height: 1;
}

.p-top-service {
  padding-block: clamp(4rem, 1.6734104046rem + 6.4739884393vw, 7.5rem);
  background-color: #fff;
}
.p-top-service__lead {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-block-end: 4.5rem;
  margin-block-start: 2rem;
}
.p-top-service__text {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-block-start: 1.25rem;
}
.p-top-service__list {
  display: flex;
  gap: 80px;
  margin-block-end: 3rem;
  margin-inline: clamp(0rem, -17.28rem + 36vw, 4.5rem);
}
@media screen and (max-width: 767px) {
  .p-top-service__list {
    flex-direction: column;
    gap: 32px;
  }
}
.p-top-service__item {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-top-service__item {
    width: 100%;
  }
}
.p-top-service__item-label {
  font-size: 0.75rem;
  font-weight: 700;
  margin-block-end: 1rem;
}
.p-top-service__item-ttl {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  color: #021e1d;
  margin-block-end: 1.5rem;
}
.p-top-service__logo-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-block-start: 5.375rem;
  column-gap: 24px;
  row-gap: 42px;
}
.p-top-service__logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-top-service__img-wrapper {
  width: 100%;
  margin-block-start: 1.5rem;
}

.p-top-news {
  padding-block-start: 120px;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    padding-block-start: 64px;
  }
}
.p-top-news__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-news__inner {
    flex-direction: column;
    gap: 32px;
  }
}
.p-top-news__ttl {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  margin-block-end: 1rem;
}
.p-top-news__wrapper {
  width: 56.5%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-end;
  margin-inline-end: clamp(2.5rem, -1.6016949153rem + 6.7796610169vw, 4.5rem);
}
@media screen and (max-width: 967px) {
  .p-top-news__wrapper {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news__wrapper {
    width: unset;
    margin-inline-end: 0;
    gap: 108px;
  }
}
.p-top-news__splide.is-initialized .p-top-news__list {
  flex-direction: row;
  gap: 0;
}
.p-top-news__splide:not(.is-initialized) {
  visibility: visible;
}
.p-top-news__splide:not(.is-initialized) .splide__track {
  overflow: visible;
}
.p-top-news__splide:not(.is-initialized) .p-top-news__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  transform: none !important;
}
@media screen and (max-width: 967px) {
  .p-top-news__splide:not(.is-initialized) .p-top-news__list {
    g: 2rem;
  }
}
.p-top-news__splide:not(.is-initialized) .p-top-news__item {
  width: auto !important;
  flex: initial !important;
}
.p-top-news__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.p-top-news__arrow-wrapper button {
  width: 56px;
  height: 56px;
  border-radius: 28px;
  background-color: #f5f5f5;
  opacity: 1;
  transform: translateY(0);
  box-shadow: 8px 8px 16px rgba(92, 113, 110, 0.3), -4px -4px 8px rgba(255, 255, 255, 0.75);
  top: unset !important;
  bottom: 0;
}
.p-top-news__arrow-wrapper--prev button {
  left: unset;
  right: 0;
  transform: translate(calc(-100% - 16px), calc(100% + 32px));
}
.p-top-news__arrow-wrapper--next button {
  right: 0;
  transform: translateY(calc(100% + 32px));
}
.p-top-news__arrow-wrapper svg {
  width: 24px;
  height: 24px;
}
.p-top-news__item {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-top-news__item {
    flex-direction: column;
    gap: 16px;
    width: 100%;
    flex: 0 0 100%;
  }
}
.p-top-news__box {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 967px) {
  .p-top-news__box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-top-news__item-ttl {
  font-size: 1.125rem;
  font-weight: 700;
}
.p-top-news__img-wrapper {
  width: 20rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-top-news__img-wrapper {
    width: 100%;
  }
}
.p-top-news__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.p-top-news__meta {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.p-top-news__date {
  font-size: 0.9375rem;
  font-weight: 500;
  font-weight: 400;
}
.p-top-news__category {
  font-size: 0.625rem;
  display: block;
  background-color: #f5f5f5;
  padding-block: 0.125rem;
  padding-inline: 0.5rem;
}
.p-top-news__pagination-wrapper {
  bottom: -43px;
  justify-content: flex-start;
  padding: 0;
}
.p-top-news__pagination-wrapper button.is-active {
  background-color: #0c9391;
}

.p-about-fv {
  padding-block-start: 5rem;
}
@media screen and (max-width: 767px) {
  .p-about-fv {
    padding-block-start: 2.5rem;
    overflow: hidden;
  }
}
.p-about-fv__content {
  margin-block-start: 5rem;
  height: 900px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about-fv__content {
    margin-block-start: 2.5rem;
    overflow: visible;
  }
}
.p-about-fv__content-inner {
  width: 90%;
  max-width: 768px;
  padding-block-start: 2.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-about-fv__content-inner {
    width: 100%;
    max-width: 550px;
  }
}
.p-about-fv__ttl {
  font-size: clamp(2.25rem, 1.7514450867rem + 1.387283237vw, 3rem);
  font-weight: 700;
  line-height: 1.5;
  padding-block-end: 1.5rem;
}
.p-about-fv__txt {
  font-size: 0.9375rem;
  font-weight: 500;
  font-weight: 700;
}
.p-about-fv__img-wrapper {
  position: absolute;
  width: 100%;
  aspect-ratio: 1/1;
  opacity: 0;
}
.p-about-fv__img-wrapper:nth-of-type(1) {
  top: -14.69px;
  left: clamp(-1.894375rem, -5.0372321429rem + 6.5476190476vw, 0.855625rem);
  width: 312.123px;
  animation: about-fv-img-move-to-right 5s linear infinite;
}
.p-about-fv__img-wrapper:nth-of-type(2) {
  top: -45px;
  right: clamp(-2.8125rem, -6.0267857143rem + 6.6964285714vw, 0rem);
  width: 312.123px;
  animation: about-fv-img-move-to-left 5s linear infinite;
  animation-delay: 1.5s;
}
.p-about-fv__img-wrapper:nth-of-type(3) {
  bottom: -121px;
  left: clamp(12.545rem, -5.455rem + 37.5vw, 28.295rem);
  width: clamp(17.545rem, 15.3019285714rem + 4.6730654762vw, 19.5076875rem);
  animation: about-fv-img-move-to-right 5s linear infinite;
  animation-delay: 2s;
}
.p-about-fv__img-wrapper:nth-of-type(4) {
  bottom: -22.06px;
  left: clamp(-5.25rem, -11.25rem + 12.5vw, 0rem);
  width: clamp(15.625rem, 11.1876428571rem + 9.2444940476vw, 19.5076875rem);
  animation: about-fv-img-move-to-left 5s linear infinite;
  animation-delay: 3.2s;
}
.p-about-fv__img-wrapper:nth-of-type(5) {
  bottom: 25.94px;
  right: clamp(-5.72625rem, -17.0119642857rem + 23.5119047619vw, 4.14875rem);
  width: clamp(16.795rem, 13.6947857143rem + 6.4587797619vw, 19.5076875rem);
  animation: about-fv-img-move-to-left 5s linear infinite;
  animation-delay: 0.7s;
}
@media screen and (max-width: 767px) {
  .p-about-fv__img-wrapper:nth-of-type(1) {
    top: 56.57px;
    left: clamp(-5.010625rem, -8.3194485294rem + 14.7058823529vw, -1.260625rem);
    width: clamp(9.6rem, 4.0852941176rem + 24.5098039216vw, 15.85rem);
  }
  .p-about-fv__img-wrapper:nth-of-type(2) {
    top: 88.2px;
    right: clamp(-6.289375rem, -9.5981985294rem + 14.7058823529vw, -2.539375rem);
    width: clamp(9.6rem, 4.0852941176rem + 24.5098039216vw, 15.85rem);
  }
  .p-about-fv__img-wrapper:nth-of-type(3) {
    bottom: clamp(-1.45875rem, -3.6646323529rem + 9.8039215686vw, 1.04125rem);
    left: clamp(3.569375rem, -3.7100367647rem + 32.3529411765vw, 11.819375rem);
    width: clamp(9.6rem, 4.0852941176rem + 24.5098039216vw, 15.85rem);
  }
  .p-about-fv__img-wrapper:nth-of-type(4) {
    bottom: clamp(2.325rem, 0.8360294118rem + 6.6176470588vw, 4.0125rem);
    left: auto;
    right: clamp(14.350625rem, -5.336875rem + 87.5vw, 36.663125rem);
    width: clamp(9.6rem, 4.0852941176rem + 24.5098039216vw, 15.85rem);
  }
  .p-about-fv__img-wrapper:nth-of-type(5) {
    bottom: 45.2px;
    right: clamp(-3.229375rem, -4.7734926471rem + 6.862745098vw, -1.479375rem);
    width: clamp(9.6rem, 4.0852941176rem + 24.5098039216vw, 15.85rem);
  }
}
@keyframes about-fv-img-move-to-right {
  0% {
    opacity: 0;
    transform: translateX(0px);
  }
  15% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    opacity: 1;
    transform: translateX(120px);
  }
  90% {
    opacity: 0;
    transform: translateX(150px);
  }
  100% {
    opacity: 0;
    transform: translateX(150px);
  }
}
@keyframes about-fv-img-move-to-left {
  0% {
    opacity: 0;
    transform: translateX(0px);
  }
  15% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    opacity: 1;
    transform: translateX(-120px);
  }
  90% {
    opacity: 0;
    transform: translateX(-150px);
  }
  100% {
    opacity: 0;
    transform: translateX(-150px);
  }
}

.p-about-message {
  padding-block-start: 15rem;
}
@media screen and (max-width: 767px) {
  .p-about-message {
    padding-block-start: 7.5rem;
  }
}
.p-about-message__inner {
  display: flex;
  gap: clamp(1.25rem, -8.75rem + 20.8333333333vw, 10rem);
}
@media screen and (max-width: 767px) {
  .p-about-message__inner {
    flex-direction: column;
  }
}
.p-about-message__left {
  width: 326px;
}
.p-about-message__right {
  flex: 1;
  padding-block: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-message__right {
    padding: 0;
  }
}
.p-about-message__name {
  font-size: 0.9375rem;
  font-weight: 500;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-message__name {
    font-size: 1rem;
    margin-block-start: 1.25rem;
    font-weight: 600;
  }
}
.p-about-message__position {
  font-size: 0.9375rem;
  font-weight: 500;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-about-message__position {
    font-size: 1rem;
    font-weight: 400;
  }
}
.p-about-message__txt {
  margin-block-end: 4rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-about-message__txt {
    margin-block-end: 3rem;
  }
}
.p-about-message__img-wrapper {
  position: relative;
  height: clamp(13.0397727273rem, -4.8433441558rem + 37.2564935065vw, 28.6875rem);
}
@media screen and (max-width: 767px) {
  .p-about-message__img-wrapper {
    height: clamp(15.5rem, -1.5955882353rem + 75.9803921569vw, 34.875rem);
  }
}
.p-about-message__img {
  position: absolute;
}
.p-about-message__img:nth-of-type(1) {
  aspect-ratio: 1/1;
  width: clamp(13.0397727273rem, -4.8433441558rem + 37.2564935065vw, 28.6875rem);
  top: 0;
  left: 0;
}
.p-about-message__img:nth-of-type(2) {
  aspect-ratio: 1/1;
  width: clamp(4.7159090909rem, -1.7516233766rem + 13.474025974vw, 10.375rem);
  top: 0;
  left: clamp(14.9715909091rem, -5.5608766234rem + 42.775974026vw, 32.9375rem);
}
.p-about-message__img:nth-of-type(3) {
  aspect-ratio: 166/111.4925384521;
  width: clamp(4.7159090909rem, -1.7516233766rem + 13.474025974vw, 10.375rem);
  top: clamp(5.3309659091rem, -1.9800730519rem + 15.2313311688vw, 11.728125rem);
  left: clamp(14.9715909091rem, -5.5608766234rem + 42.775974026vw, 32.9375rem);
}
@media screen and (max-width: 767px) {
  .p-about-message__img:nth-of-type(1) {
    width: 51.8%;
  }
  .p-about-message__img:nth-of-type(2) {
    width: 40.8%;
    left: auto;
    right: 0;
  }
  .p-about-message__img:nth-of-type(3) {
    width: 40.8%;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
  }
}

.p-about-philosophy {
  padding-block-start: 15rem;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy {
    padding-block-start: 7.5rem;
  }
}
.p-about-philosophy__content {
  padding-block-start: 3rem;
  display: flex;
  gap: 6.875%;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__content {
    padding-block-start: 1.25rem;
    flex-direction: column-reverse;
    gap: 24px;
  }
}
.p-about-philosophy__img-wrapper {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__img-wrapper {
    width: 100%;
  }
}
.p-about-philosophy__txt {
  width: 50%;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-about-philosophy__txt {
    width: 100%;
  }
}

.p-about-profile {
  padding-block-start: 15rem;
  padding-block-end: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about-profile {
    padding-block-start: 7.5rem;
  }
}
.p-about-profile__inner {
  display: flex;
  gap: clamp(1.25rem, -8.75rem + 20.8333333333vw, 10rem);
}
@media screen and (max-width: 767px) {
  .p-about-profile__inner {
    flex-direction: column;
  }
}
.p-about-profile__left {
  width: 326px;
}
.p-about-profile__right {
  flex: 1;
}
.p-about-profile__list {
  display: flex;
  flex-direction: column;
}
.p-about-profile__item {
  padding-inline: 0.5rem;
  padding-block: 1rem;
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
  border-block-start: 1px solid #f5f5f5;
}
.p-about-profile__item:last-child {
  border-block-end: 1px solid #f5f5f5;
}
.p-about-profile__ttl {
  font-size: 0.9375rem;
  font-weight: 500;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-about-profile__txt {
  font-size: 0.9375rem;
  font-weight: 500;
}

.p-about-value {
  padding-block-start: 15rem;
}
@media screen and (max-width: 767px) {
  .p-about-value {
    padding-block-start: 7.5rem;
    padding-block-end: 5rem;
  }
}
.p-about-value__lead {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-block-start: 1.5rem;
  margin-block-end: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-about-value__lead {
    margin-block-start: 1.25rem;
    margin-block-end: 2rem;
  }
}
.p-about-value__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem clamp(1.875rem, -13.25rem + 25vw, 9.25rem);
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 967px) {
  .p-about-value__list {
    gap: 2rem clamp(2rem, -25.84rem + 58vw, 9.25rem);
  }
}
.p-about-value__item {
  width: clamp(16.875rem, 9.4406779661rem + 12.2881355932vw, 20.5rem);
}
@media screen and (max-width: 967px) {
  .p-about-value__item {
    width: 328px;
  }
}
.p-about-value__number {
  text-shadow: -4px -4px 8px rgba(255, 255, 255, 0.75), 8px 8px 16px rgba(92, 113, 110, 0.3);
  font-size: 4rem;
}
.p-about-value__ttl {
  font-size: 0.9375rem;
  font-weight: 500;
  font-size: 1.125rem;
  font-weight: 700;
  margin-block-start: 0.5rem;
  margin-block-end: 0.5rem;
}
.p-about-value__txt {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-block-end: 1rem;
  min-height: 46px;
}
.p-about-value__img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 374px) {
  .p-recruit-fv .c-sec-ttl__main,
  .p-recruit-message .c-sec-ttl__main,
  .p-recruit-voice .c-sec-ttl__main,
  .p-recruit-environment .c-sec-ttl__main,
  .p-recruit-number .c-sec-ttl__main,
  .p-recruit-uniqueness .c-sec-ttl__main,
  .p-recruit-entry .c-sec-ttl__main {
    font-size: 2.25rem;
  }
}

.p-recruit-entry {
  position: relative;
  background: url(/import/tenant_16/www.gene-l.co.jp/genel_hp-develop/assets/img/recruit/recruit_entry_bg.png) no-repeat center center/cover;
  padding-block: 6.25rem;
}
.p-recruit-entry::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(2, 30, 29, 0.75);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit-entry {
    padding-block: 3.75rem;
  }
}
.p-recruit-entry__inner {
  text-align: center;
  position: relative;
  z-index: 2;
}
.p-recruit-entry__ttl {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
}
.p-recruit-entry__ttl br {
  display: none;
}
@media screen and (max-width: 574px) {
  .p-recruit-entry__ttl br {
    display: block;
  }
}
@media (max-width: 1024px) {
  .p-recruit-entry__ttl br.u-sp-only {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-entry__ttl {
    font-size: 1.5rem;
  }
}
.p-recruit-entry__label {
  margin-top: 1.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-recruit-entry__label {
    margin-top: 1.25rem;
    font-size: 0.875rem;
  }
}
.p-recruit-entry__btn-wrapper {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}
.p-recruit-entry__animate {
  opacity: 0;
}
.p-recruit-entry__animate.is-visible {
  opacity: 1;
}
.p-recruit-entry__animate--ttl {
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.p-recruit-entry__animate--ttl.is-visible {
  transform: translateY(0);
}
.p-recruit-entry__animate--label {
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.p-recruit-entry__animate--label.is-visible {
  transform: translateY(0);
}
.p-recruit-entry__animate--btn {
  transition: opacity 0.5s ease-out;
}

.p-recruit-environment {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-environment {
    padding-bottom: 5rem;
  }
}
.p-recruit-environment__lead {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 2.5rem;
  margin-bottom: 3.75rem;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-recruit-environment__lead {
    font-size: 0.875rem;
    margin-top: 2rem;
    margin-bottom: 2.5rem;
  }
}
.p-recruit-environment__content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-environment__content {
    flex-direction: column;
    gap: 0rem;
  }
}
.p-recruit-environment__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  flex: 0 0 55%;
}
@media screen and (max-width: 767px) {
  .p-recruit-environment__cards {
    grid-template-columns: 1fr;
    flex: none;
    width: 100%;
    gap: 1rem;
  }
}
.p-recruit-environment__card {
  background-color: #f5f5f5;
  border: none;
  border-radius: 0.75rem;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-recruit-environment__card {
    padding: 1.5rem 1rem;
    width: 100%;
    max-width: 20.5rem;
    margin-inline: auto;
    height: auto;
  }
}
@media (max-width: 374px) {
  .p-recruit-environment__card {
    width: calc(100vw - 48px);
    max-width: 17rem;
  }
}
.p-recruit-environment__card-ttl {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #002b2d;
}
.p-recruit-environment__card-ttl::after {
  content: "";
  display: block;
  width: 17.5rem;
  height: 0.125rem;
  background-color: #fff;
  margin: 0.75rem auto 1rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-environment__card-ttl {
    font-size: 1rem;
  }
}
.p-recruit-environment__card-txt {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: justify;
  color: #021e1d;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-environment__card-txt {
    font-size: 0.875rem;
  }
}
.p-recruit-environment__img-wrapper {
  flex: 0 0 40%;
  display: flex;
}
.p-recruit-environment__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.75rem;
}
@media (max-width: 1280px) {
  .p-recruit-environment__img-wrapper {
    display: none;
  }
}
.p-recruit-environment__btn-wrapper {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-environment__btn-wrapper {
    margin-top: 2.5rem;
    text-align: center;
  }
}
@media screen and (max-width: 574px) {
  .p-recruit-environment__btn-wrapper {
    display: flex;
    justify-content: flex-end;
  }
}
.p-recruit-environment__animate {
  opacity: 0;
}
.p-recruit-environment__animate.is-visible {
  opacity: 1;
}
.p-recruit-environment__animate--ttl {
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.p-recruit-environment__animate--ttl.is-visible {
  transform: translateY(0);
}
.p-recruit-environment__animate--lead {
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.p-recruit-environment__animate--lead.is-visible {
  transform: translateY(0);
}
.p-recruit-environment__animate--card {
  transform: translateY(25px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.p-recruit-environment__animate--card.is-visible {
  transform: translateY(0);
}
.p-recruit-environment__animate--img {
  opacity: 1;
  overflow: hidden;
  position: relative;
}
.p-recruit-environment__animate--img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 10;
}
.p-recruit-environment__animate--img.is-visible::after {
  transform: scaleX(0);
}
.p-recruit-environment__animate--btn {
  transition: opacity 0.5s ease-out;
}

@media (min-width: 769px) and (max-width: 1280px) {
  .p-recruit-environment__content {
    justify-content: center;
  }
  .p-recruit-environment__cards {
    flex: 0 0 auto;
    width: 100%;
    max-width: 43.75rem;
  }
}
.p-recruit-fv {
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}
.p-recruit-fv__content {
  margin-top: 5rem;
  max-width: 50rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-fv__content {
    margin-top: 2.5rem;
    max-width: 100%;
  }
}
.p-recruit-fv__img-wrapper {
  width: 100%;
  margin-bottom: 2.5rem;
}
.p-recruit-fv__img-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-recruit-fv__img-wrapper {
    margin-bottom: 1.5rem;
  }
  .p-recruit-fv__img-wrapper:not(:first-of-type) {
    display: none;
  }
}
.p-recruit-fv__content-inner {
  width: 100%;
  margin-top: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-recruit-fv__content-inner {
    margin-top: 2rem;
  }
}
.p-recruit-fv__ttl {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #002b2d;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-fv__ttl {
    font-size: 1.6875rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 374px) {
  .p-recruit-fv__ttl {
    font-size: 1.375rem;
  }
}
.p-recruit-fv__txt {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 500;
  color: #333;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .p-recruit-fv__txt {
    font-size: 0.875rem;
  }
}
.p-recruit-fv__animate {
  opacity: 0;
}
.p-recruit-fv__animate.is-visible {
  opacity: 1;
}
.p-recruit-fv__animate--ttl {
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.p-recruit-fv__animate--ttl.is-visible {
  transform: translateY(0);
}
.p-recruit-fv__animate--img {
  position: relative;
  opacity: 1;
}
.p-recruit-fv__animate--img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 2;
}
.p-recruit-fv__animate--img.is-visible::after {
  transform: scaleX(0);
}
.p-recruit-fv__animate--main-ttl .char {
  opacity: 0;
  display: inline-block;
  transition: opacity 0.1s ease;
}
.p-recruit-fv__animate--main-ttl .char.is-visible {
  opacity: 1;
}
.p-recruit-fv__animate--main-ttl.is-visible {
  opacity: 1;
}
.p-recruit-fv__animate--txt {
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.p-recruit-fv__animate--txt.is-visible {
  transform: translateY(0);
}

.p-recruit-number {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-number {
    padding-bottom: 3.75rem;
  }
}
.p-recruit-number__lead {
  margin-top: 2rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 767px) {
  .p-recruit-number__lead {
    margin-top: 1.5rem;
    font-size: 0.875rem;
  }
}
.p-recruit-number__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2.5rem;
  align-items: stretch;
}
@media screen and (max-width: 967px) {
  .p-recruit-number__cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 574px) {
  .p-recruit-number__cards {
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 20.5rem;
    margin-inline: auto;
  }
}
.p-recruit-number__card {
  background-color: #f7f7f7;
  border-radius: 1rem;
  padding: 1rem;
  position: relative;
  width: 100%;
  height: 15.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: -8px -8px 16px 0 #f0f2f2, 8px 8px 8px 0 #ffffff;
}
@media screen and (max-width: 967px) {
  .p-recruit-number__card {
    height: 13.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-number__card {
    height: 12.5rem;
  }
}
@media screen and (max-width: 574px) {
  .p-recruit-number__card {
    height: 12.0625rem;
    min-height: auto;
    border-radius: 0.8125rem;
    padding: 1.625rem 0.8125rem;
  }
}
.p-recruit-number__card::after {
  content: none;
}
.p-recruit-number__card-icon {
  display: none;
}
.p-recruit-number__card-ttl {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  color: #002b2d;
  margin-bottom: 0.5rem;
}
@media (max-width: 1024px) {
  .p-recruit-number__card-ttl {
    font-size: 0.875rem;
  }
}
.p-recruit-number__card-ttl--number {
  position: absolute;
  top: 2.25rem;
  left: 0;
  right: 0;
}
.p-recruit-number__card-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}
.p-recruit-number__card-content--map {
  flex-direction: column;
  position: relative;
}
.p-recruit-number__card-content--number {
  align-items: center;
}
.p-recruit-number__card-content--chart {
  flex-direction: column;
  justify-content: center;
  padding-top: 0;
  transform: scale(1);
  transform-origin: center;
}
@media (max-width: 1024px) {
  .p-recruit-number__card-content--chart {
    transform: scale(1);
  }
}
.p-recruit-number__map-wrapper {
  position: relative;
  width: 18.75rem;
  height: 11.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1);
  transform-origin: center;
}
@media (max-width: 1024px) {
  .p-recruit-number__map-wrapper {
    transform: scale(1);
    width: 100%;
    height: auto;
    min-height: 7.5rem;
  }
}
.p-recruit-number__map-img {
  width: 8.0625rem;
  height: 8.0625rem;
  object-fit: contain;
  display: block;
  opacity: 0.6;
}
@media (max-width: 1024px) {
  .p-recruit-number__map-img {
    width: 6.4375rem;
    height: 6.4375rem;
  }
}
.p-recruit-number__map-label {
  position: absolute;
  color: #021e1d;
  text-align: center;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  white-space: nowrap;
  line-height: 1.4;
}
.p-recruit-number__map-label--overseas {
  top: 5%;
  left: 5%;
  background-color: #fff;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.p-recruit-number__map-label--hokkaido {
  top: 22%;
  right: 5%;
}
@media (max-width: 1024px) {
  .p-recruit-number__map-label--hokkaido {
    top: 22%;
    right: 14%;
  }
}
.p-recruit-number__map-label--kanto {
  bottom: 15%;
  right: 15%;
}
@media (max-width: 1024px) {
  .p-recruit-number__map-label--kanto {
    bottom: 15%;
    right: 24%;
  }
}
.p-recruit-number__map-label--kinki {
  top: 32%;
  left: 35%;
}
.p-recruit-number__map-label--chugoku {
  bottom: 21%;
  left: 0%;
}
@media (max-width: 1024px) {
  .p-recruit-number__map-label--chugoku {
    bottom: 7%;
    left: 11%;
  }
}
.p-recruit-number__map-region {
  font-size: 0.75rem;
  font-weight: 600;
  display: block;
}
@media (max-width: 1024px) {
  .p-recruit-number__map-region {
    font-size: 0.59375rem;
  }
}
.p-recruit-number__map-percent {
  font-size: 1.25rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  display: block;
}
@media (max-width: 1024px) {
  .p-recruit-number__map-percent {
    font-size: 1rem;
  }
}
@media (max-width: 1024px) {
  .p-recruit-number__map-percent-unit {
    font-size: 0.75rem;
  }
}
.p-recruit-number__big-num {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  color: #002b2d;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 967px) {
  .p-recruit-number__big-num {
    font-size: 4rem;
  }
}
@media (max-width: 1024px) {
  .p-recruit-number__big-num {
    font-size: 3.1875rem;
  }
}
.p-recruit-number__unit {
  font-size: 1.5rem;
  font-weight: 600;
  color: #002b2d;
  margin-left: 0.25rem;
  font-family: "Montserrat", sans-serif;
  align-self: flex-end;
}
.p-recruit-number__pie-chart-wrapper {
  position: relative;
  width: 10rem;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .p-recruit-number__pie-chart-wrapper {
    width: 6.875rem;
    height: 6.875rem;
    margin-top: 0.5rem;
  }
}
.p-recruit-number__pie-chart {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
}
.p-recruit-number__pie-chart::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  background: #f7f7f7;
  border-radius: 50%;
}
.p-recruit-number__pie-chart--age {
  width: 8.625rem;
  height: 8.625rem;
  border-radius: 50%;
  background: conic-gradient(#e0e0e0 0deg 162deg, #a7a7a7 162deg 288deg, #c1c1c1 288deg 360deg);
}
.p-recruit-number__pie-chart--age::after {
  content: none;
}
@media (max-width: 1024px) {
  .p-recruit-number__pie-chart--age {
    width: 6.875rem;
    height: 6.875rem;
  }
}
.p-recruit-number__pie-chart--member {
  width: 8.625rem;
  height: 8.625rem;
  border-radius: 50%;
  background: conic-gradient(#d9d9d9 0deg 234deg, #bbbbbb 234deg 360deg);
}
.p-recruit-number__pie-chart--member::after {
  content: none;
}
@media (max-width: 1024px) {
  .p-recruit-number__pie-chart--member {
    width: 6.875rem;
    height: 6.875rem;
  }
}
.p-recruit-number__pie-chart-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.p-recruit-number__percent-new {
  position: absolute;
  top: 29%;
  left: 13%;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  color: #002b2d;
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .p-recruit-number__percent-new {
    font-size: 1.1875rem;
    top: 29%;
    left: 15%;
  }
}
.p-recruit-number__label-new {
  position: absolute;
  top: 18%;
  left: 20%;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #002b2d;
  white-space: nowrap;
  z-index: 10;
}
@media (max-width: 1024px) {
  .p-recruit-number__label-new {
    font-size: 0.6rem;
    top: 22%;
    left: 18%;
  }
}
.p-recruit-number__label-mid {
  position: absolute;
  top: 45%;
  left: 58%;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #002b2d;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .p-recruit-number__label-mid {
    font-size: 0.6rem;
  }
}
.p-recruit-number__percent-mid {
  position: absolute;
  top: 54%;
  left: 50%;
  display: block;
  font-size: 1.75rem;
  font-weight: 600;
  color: #002b2d;
  font-family: "Montserrat", sans-serif;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .p-recruit-number__percent-mid {
    font-size: 1.1875rem;
  }
}
.p-recruit-number__chart-value {
  position: absolute;
  font-weight: 600;
  color: #021e1d;
  z-index: 2;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1024px) {
  .p-recruit-number__chart-value {
    font-size: 1.1875rem;
  }
}
.p-recruit-number__chart-value--age20 {
  top: 35%;
  right: 15%;
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .p-recruit-number__chart-value--age20 {
    font-size: 1.1875rem;
    top: 30%;
    right: 10%;
  }
}
.p-recruit-number__chart-value--age30 {
  bottom: 25%;
  left: 20%;
  font-size: 1.125rem;
}
@media (max-width: 1024px) {
  .p-recruit-number__chart-value--age30 {
    font-size: 1.1875rem;
    bottom: 20%;
    left: 15%;
  }
}
.p-recruit-number__chart-value--age40 {
  top: 2.25rem;
  left: 2.25rem;
  font-size: 1.125rem;
}
@media (max-width: 1024px) {
  .p-recruit-number__chart-value--age40 {
    font-size: 1.1875rem;
    top: 15%;
    left: 18%;
  }
}
@media (max-width: 1024px) {
  .p-recruit-number__chart-value-unit {
    font-size: 0.75rem;
  }
}
.p-recruit-number__chart-labels {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15rem;
  height: 10rem;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .p-recruit-number__chart-labels {
    width: 13.75rem;
    height: 8.75rem;
  }
}
.p-recruit-number__chart-label-group {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 1;
}
@media (max-width: 1024px) {
  .p-recruit-number__chart-label-group {
    gap: 0.5rem;
  }
}
.p-recruit-number__chart-label-group::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #021e1d;
  margin: 0 4px;
}
.p-recruit-number__chart-label-group--age20 {
  top: 2.1875rem;
  right: 0rem;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 1024px) {
  .p-recruit-number__chart-label-group--age20 {
    top: 2.5rem;
    right: 0.5rem;
  }
}
.p-recruit-number__chart-label-group--age20::before, .p-recruit-number__chart-label-group--age20::after {
  content: none;
}
.p-recruit-number__chart-label-group--age20 .p-recruit-number__chart-line {
  display: none;
}
.p-recruit-number__chart-label-group--age30 {
  bottom: 1.25rem;
  left: 0.625rem;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 1024px) {
  .p-recruit-number__chart-label-group--age30 {
    bottom: 1.5625rem;
    left: 0.625rem;
  }
}
.p-recruit-number__chart-label-group--age30::before, .p-recruit-number__chart-label-group--age30::after {
  content: none;
}
.p-recruit-number__chart-label-group--age30 .p-recruit-number__chart-line {
  display: none;
}
.p-recruit-number__chart-label-group--age40 {
  top: 1.25rem;
  left: 0rem;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 1024px) {
  .p-recruit-number__chart-label-group--age40 {
    top: 1.25rem;
    left: 1.25rem;
  }
}
.p-recruit-number__chart-label-group--age40::before, .p-recruit-number__chart-label-group--age40::after {
  content: none;
}
.p-recruit-number__chart-label-group--age40 .p-recruit-number__chart-line {
  display: none;
}
.p-recruit-number__chart-label-group--unexperienced {
  position: absolute;
  top: 5%;
  right: -5rem;
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
@media (max-width: 1024px) {
  .p-recruit-number__chart-label-group--unexperienced {
    right: -3.75rem;
    top: 15%;
  }
}
.p-recruit-number__chart-label-group--unexperienced::before, .p-recruit-number__chart-label-group--unexperienced::after {
  content: none;
}
.p-recruit-number__chart-label-group--unexperienced .p-recruit-number__chart-line {
  display: none;
}
@media (max-width: 1024px) {
  .p-recruit-number__chart-label-group--unexperienced .p-recruit-number__chart-line-svg {
    display: none;
  }
}
.p-recruit-number__chart-label-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-recruit-number__chart-line-svg {
  flex-shrink: 0;
  margin-top: 0.25rem;
}
.p-recruit-number__chart-text {
  font-size: 0.9rem;
  font-weight: 600;
  color: #021e1d;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1024px) {
  .p-recruit-number__chart-text {
    font-size: 0.6rem;
  }
}
.p-recruit-number__chart-percent {
  font-size: 1.75rem;
  font-weight: 600;
  color: #002b2d;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 1024px) {
  .p-recruit-number__chart-percent {
    font-size: 1.1875rem;
  }
}
.p-recruit-number__chart-text--unexperienced {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #021e1d;
}
@media (max-width: 1024px) {
  .p-recruit-number__chart-text--unexperienced {
    font-size: 0.75rem;
  }
}
.p-recruit-number__chart-text--unexperienced .percent {
  display: none;
}
@media (max-width: 1024px) {
  .p-recruit-number__percent-unit {
    font-size: 0.75rem;
  }
}
.p-recruit-number__pie-ring {
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border-radius: 50%;
  background: conic-gradient(transparent 0deg 30deg, #021e1d 30deg 180deg, transparent 180deg 360deg);
  -webkit-mask: radial-gradient(circle, transparent calc(68% - 2px), #000 calc(68% - 2px));
  mask: radial-gradient(circle, transparent calc(68% - 2px), #000 calc(68% - 2px));
  transform: rotate(-31deg);
}
@media (max-width: 1024px) {
  .p-recruit-number__pie-ring {
    top: -8px;
    left: -8px;
    width: calc(100% + 16px);
    height: calc(100% + 16px);
  }
}
.p-recruit-number__animate {
  opacity: 0;
}
.p-recruit-number__animate.is-visible {
  opacity: 1;
}
.p-recruit-number__animate--ttl {
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.p-recruit-number__animate--ttl.is-visible {
  transform: translateY(0);
}
.p-recruit-number__animate--lead {
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.p-recruit-number__animate--lead.is-visible {
  transform: translateY(0);
}
.p-recruit-number__animate--card {
  transform: translateY(25px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.p-recruit-number__animate--card.is-visible {
  transform: translateY(0);
}
.p-recruit-number__animate-label {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.p-recruit-number__animate-label.is-visible {
  opacity: 1;
  transform: scale(1);
}
.p-recruit-number__animate-pie {
  clip-path: polygon(50% 50%, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  transition: clip-path 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-recruit-number__animate-pie.is-visible {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.p-recruit-number__animate-chart-label {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.p-recruit-number__animate-chart-label.is-visible {
  opacity: 1;
}
.p-recruit-number__animate-ring {
  opacity: 0;
  transform: rotate(-90deg);
  transition: opacity 0.6s ease-out, transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-recruit-number__animate-ring.is-visible {
  opacity: 1;
  transform: rotate(-31deg);
}

@media (min-width: 769px) and (max-width: 1280px) {
  .p-recruit-number__cards {
    grid-template-columns: repeat(2, 1fr);
    max-width: 43.75rem;
    margin-inline: auto;
  }
}
.p-recruit-uniqueness {
  padding-bottom: 7.5rem;
}
@media (max-width: 1024px) {
  .p-recruit-uniqueness {
    padding-bottom: 5rem;
  }
}
.p-recruit-uniqueness__content {
  margin-top: 0;
  display: flex;
  justify-content: flex-start;
  gap: 5rem;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .p-recruit-uniqueness__content {
    margin-top: 0;
    display: block;
  }
}
.p-recruit-uniqueness__body {
  width: 25.8125rem;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .p-recruit-uniqueness__body {
    width: 100%;
    padding-right: 0;
  }
}
.p-recruit-uniqueness__lead {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 2.5rem;
  margin-bottom: 3.75rem;
  font-weight: 500;
  color: #333;
}
@media (max-width: 1024px) {
  .p-recruit-uniqueness__lead {
    font-size: 0.875rem;
    margin-bottom: 2.5rem;
  }
}
.p-recruit-uniqueness__item {
  margin-bottom: 3.125rem;
}
.p-recruit-uniqueness__item:last-of-type {
  margin-bottom: 2.5rem;
}
@media (max-width: 1024px) {
  .p-recruit-uniqueness__item {
    margin-bottom: 2.5rem;
  }
}
.p-recruit-uniqueness__label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #999;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-family: "Montserrat", sans-serif;
}
.p-recruit-uniqueness__heading {
  font-size: 1.125rem;
  font-weight: 700;
  color: #002b2d;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  white-space: nowrap;
  width: max-content;
}
@media (max-width: 1024px) {
  .p-recruit-uniqueness__heading {
    font-size: 1.25rem;
    white-space: normal;
    width: auto;
  }
}
.p-recruit-uniqueness__text {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #333;
}
@media (max-width: 1024px) {
  .p-recruit-uniqueness__text {
    font-size: 0.875rem;
  }
}
.p-recruit-uniqueness__btn-wrapper {
  margin-top: 1.25rem;
}
@media screen and (max-width: 574px) {
  .p-recruit-uniqueness__btn-wrapper {
    display: flex;
    justify-content: flex-end;
  }
}
.p-recruit-uniqueness__images {
  display: block;
  width: 50%;
  position: relative;
  aspect-ratio: 4/3;
}
@media (max-width: 1024px) {
  .p-recruit-uniqueness__images {
    display: none;
  }
}
.p-recruit-uniqueness__img-primary {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  z-index: 1;
}
.p-recruit-uniqueness__img-primary img {
  width: 100%;
  height: auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  vertical-align: bottom;
}
.p-recruit-uniqueness__img-secondary {
  position: absolute;
  bottom: 2%;
  right: -20%;
  width: 70%;
  z-index: 2;
}
.p-recruit-uniqueness__img-secondary img {
  width: 100%;
  height: auto;
  border: 4px solid #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  vertical-align: bottom;
}
.p-recruit-uniqueness__animate {
  opacity: 0;
}
.p-recruit-uniqueness__animate.is-visible {
  opacity: 1;
}
.p-recruit-uniqueness__animate--ttl {
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.p-recruit-uniqueness__animate--ttl.is-visible {
  transform: translateY(0);
}
.p-recruit-uniqueness__animate--lead {
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.p-recruit-uniqueness__animate--lead.is-visible {
  transform: translateY(0);
}
.p-recruit-uniqueness__animate--item {
  transform: translateY(25px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.p-recruit-uniqueness__animate--item.is-visible {
  transform: translateY(0);
}
.p-recruit-uniqueness__animate--btn {
  transition: opacity 0.5s ease-out;
}
.p-recruit-uniqueness__animate--img {
  opacity: 1;
  overflow: hidden;
}
.p-recruit-uniqueness__animate--img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: 10;
}
.p-recruit-uniqueness__animate--img.is-visible::after {
  transform: scaleX(0);
}

@media (min-width: 769px) and (max-width: 1280px) {
  .p-recruit-uniqueness__content {
    position: relative;
  }
  .p-recruit-uniqueness__body {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .p-recruit-uniqueness__images {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    z-index: 1;
    pointer-events: none;
    display: block;
  }
  .p-recruit-uniqueness__img-primary {
    position: absolute;
    top: 0;
    left: 6%;
    width: 50%;
  }
  .p-recruit-uniqueness__img-secondary {
    position: absolute;
    bottom: 0;
    right: 7%;
    width: 50%;
  }
}
.p-recruit-voice {
  padding-block: 6.25rem;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .p-recruit-voice {
    padding-block: 3.75rem;
    clip-path: inset(0 -100vw 0 0);
  }
}
.p-recruit-voice__lead {
  margin-top: 2rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
}
@media (max-width: 1024px) {
  .p-recruit-voice__lead {
    margin-top: 1.5rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 374px) {
  .p-recruit-voice__lead {
    font-size: 0.8125rem;
  }
}
.p-recruit-voice__slider {
  margin-top: 2.5rem;
  position: relative;
  overflow: visible;
}
@media (max-width: 1024px) {
  .p-recruit-voice__slider {
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 769px) {
  .p-recruit-voice__cards {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.p-recruit-voice__card {
  width: 17.5rem;
}
@media (min-width: 769px) {
  .p-recruit-voice__card {
    width: calc((100% - 4.5rem) / 4);
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-voice__card {
    flex-shrink: 0;
    width: 85vw;
    max-width: 20rem;
  }
}
@media screen and (max-width: 574px) {
  .p-recruit-voice__card {
    width: 18.75rem;
    min-width: auto;
    max-width: 18.75rem;
    flex-shrink: 0;
  }
}
@media (max-width: 374px) {
  .p-recruit-voice__card {
    width: calc(100vw - 60px);
    max-width: 17.5rem;
  }
}
.p-recruit-voice__card-img {
  width: 100%;
  aspect-ratio: 4/3;
  background-color: #e0e0e0;
  overflow: hidden;
}
.p-recruit-voice__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-recruit-voice__card-body {
  margin-top: 1rem;
}
.p-recruit-voice__card-tag {
  display: inline-block;
  font-size: 0.75rem;
  color: #021e1d;
  background-color: #f5f5f5;
  padding: 0.25rem 0.5rem;
  border: none;
  font-weight: 700;
  line-height: 1.5;
}
.p-recruit-voice__card-ttl {
  margin-top: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  color: #002b2d;
}
.p-recruit-voice__card-txt {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-recruit-voice__pagination {
  display: none;
}
@media (max-width: 1024px) {
  .p-recruit-voice__pagination {
    display: flex;
    gap: 0.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.p-recruit-voice__pagination-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #d9d9d9;
}
.p-recruit-voice__pagination-dot.is-active {
  background-color: #002b2d;
}
.p-recruit-voice__nav {
  display: none;
}
@media (max-width: 1024px) {
  .p-recruit-voice__nav {
    display: flex;
    gap: 1rem;
    position: absolute;
    bottom: 0;
    right: 1rem;
  }
}
.p-recruit-voice__nav-btn.c-btn.c-btn--outline {
  width: 2.75rem;
  height: 2.75rem;
  min-width: auto;
  padding: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-recruit-voice__nav-btn.swiper-button-prev, .p-recruit-voice__nav-btn.swiper-button-next {
  position: static;
  margin: 0;
  top: auto;
  width: 2.75rem;
  height: 2.75rem;
  color: #021e1d;
}
.p-recruit-voice__nav-btn.swiper-button-prev::after, .p-recruit-voice__nav-btn.swiper-button-next::after {
  display: none !important;
  content: none !important;
}
.p-recruit-voice__nav-btn svg {
  stroke: #021e1d;
  width: 1rem;
  height: 1rem;
}

.p-pp-privacy {
  padding-block-start: 5rem;
}
@media screen and (max-width: 767px) {
  .p-pp-privacy {
    padding-block-start: 2.5rem;
  }
}
.p-pp-privacy__content {
  max-width: 952px;
  padding-block-start: 4.125rem;
  margin-block-end: 5.125rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-pp-privacy__content {
    padding-block-start: 4.625rem;
    margin-block-end: 8.75rem;
  }
}
.p-pp-privacy__content + .p-pp-privacy__content {
  border-top: 2px solid #0e2b4d;
}
.p-pp-privacy__main-ttl {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #0e2b4d;
  margin-block-end: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-pp-privacy__main-ttl {
    font-size: 1.125rem;
    margin-block-end: 2.875rem;
  }
}
.p-pp-privacy__txt {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  margin-block-end: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .p-pp-privacy__txt {
    padding-inline-start: 0.6875rem;
    padding-inline-end: 0.8125rem;
    margin-block-end: 2.875rem;
  }
}
.p-pp-privacy__card {
  margin-block-end: 3rem;
}
@media screen and (max-width: 767px) {
  .p-pp-privacy__card {
    padding-inline: 0.75rem;
    margin-block-end: 4.125rem;
  }
}
.p-pp-privacy__card-ttl {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #0e2b4d;
  margin-block-end: 1.1875rem;
}
.p-pp-privacy__card-txt {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-pp-privacy__card-list {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  margin-left: 1.5rem;
  margin-top: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-pp-privacy__card-list {
    margin-left: 0rem;
    margin-top: 1.0625rem;
    gap: 1.1875rem;
  }
}
.p-pp-privacy__card-txt-sub {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  margin-block-end: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-pp-privacy__card-txt-sub {
    margin-block-end: 2.8125rem;
  }
}
.p-pp-privacy__card-alert {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  margin-inline-start: 1.5rem;
  margin-block-start: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-pp-privacy__card-alert {
    margin-inline-start: 0rem;
    margin-block-start: 1.5625rem;
  }
}
.p-pp-privacy__card-info {
  margin-block: 3.9375rem 3.5rem;
  padding-inline: 1.8125rem 2.9375rem;
  padding-block: 1.875rem 2.9375rem;
  background-color: #f5f5f5;
  border: 1px solid #e5e7eb;
}
@media screen and (max-width: 767px) {
  .p-pp-privacy__card-info {
    margin-block: 5.6875rem 6.3125rem;
    padding-inline: 1.3125rem;
    padding-block: 1.8125rem 1.625rem;
  }
}
.p-pp-privacy__card-info-ttl {
  font-weight: 700;
  font-size: 1.125rem;
  margin-block-end: 0.5625rem;
}
.p-pp-privacy__card-ttl-sub {
  margin-block-end: 0.6875rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-pp-privacy__card-info-txt {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  margin-block-end: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-pp-privacy__card-info-txt {
    margin-block-end: 2rem;
  }
}
.p-pp-privacy__card-info-detail {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  margin-block-end: 0.375rem;
}
.p-pp-privacy__card-info-detail:nth-last-of-type(2) {
  margin-block-end: 0.75rem;
}
.p-pp-privacy__back {
  max-width: 952px;
  margin-inline: auto;
  margin-block-start: 3.5625rem;
  margin-block-end: 2.3125rem;
}
.p-pp-privacy__back-btn a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.p-pp-privacy__back-arrow {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
}
.p-pp-privacy__back-txt {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-pp-privacy__company {
  border-top: 1px solid #e5e7eb;
  padding-block-start: 2.4375rem;
  margin-block-end: 0;
}

.p-news-detail__content {
  max-width: 952px;
}

.p-news-index {
  padding-block-start: 80px;
}
@media screen and (max-width: 767px) {
  .p-news-index {
    padding-block-start: 40px;
  }
}
.p-news-index__inner {
  display: flex;
  justify-content: space-between;
  margin-block-start: 1.5rem;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-news-index__inner {
    margin-block-start: 2.5rem;
    flex-direction: column;
    gap: 3.5rem;
  }
}
.p-news-index__ttl {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  margin-block-end: 1rem;
}
.p-news-index__category {
  display: none;
}
.p-news-index__btn-list-wrapper {
  position: relative;
  display: inline-block;
  height: fit-content;
  width: 240px;
  margin-block-start: 1.5rem;
  z-index: 10;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-news-index__btn-list-wrapper {
    width: 160px;
    margin-block-start: 0;
  }
}
.p-news-index__btn button {
  padding-inline-start: 1.5rem;
  padding-inline-end: 1rem;
  font-family: "Noto Sans JP", system-ui, sans-serif;
}
.p-news-index__btn button svg {
  transition: transform 0.3s ease;
  transform-origin: center;
  transform: rotate(180deg);
}
.p-news-index__btn.is-open button svg {
  transform: rotate(0deg);
}
.p-news-index__btn-arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}
.p-news-index__btn.is-open .p-news-index__btn-arrow {
  transform: rotate(180deg);
}
.p-news-index__category-list {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  border-radius: 8px;
  font-weight: 700;
  padding-block: 10px;
  box-shadow: 8px 8px 16px rgba(92, 113, 110, 0.3), -4px -4px 8px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.p-news-index__category-list.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(46px);
}
.p-news-index__category-item {
  font-size: 0.75rem;
  padding-block: 6px;
  padding-inline: 24px 16px;
  transition: background-color 0.2s ease;
}
.p-news-index__wrapper {
  margin-inline: clamp(0rem, -15.6377118644rem + 25.8474576271vw, 7.625rem);
  gap: 24px;
  justify-content: flex-end;
}
@media screen and (max-width: 967px) {
  .p-news-index__wrapper {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .p-news-index__wrapper {
    width: unset;
    margin-inline-end: 0;
    gap: 108px;
  }
}
.p-news-index__list {
  list-style: none;
  padding: 0;
  margin-block-end: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-news-index__list {
    gap: 3.5rem;
  }
}
.p-news-index__item {
  padding-block: 1.5rem;
  display: flex;
  gap: 24px;
  border-bottom: 1px solid #e5e7eb;
}
@media screen and (max-width: 767px) {
  .p-news-index__item {
    flex-direction: column;
    padding-block: 0;
    width: 100%;
    flex: 0 0 100%;
    border-bottom: none;
  }
}
.p-news-index__box {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 967px) {
  .p-news-index__box {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
.p-news-index__item-ttl {
  font-size: 1.125rem;
  font-weight: 700;
}
.p-news-index__img-wrapper {
  width: 16rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-news-index__img-wrapper {
    width: 100%;
  }
}
.p-news-index__img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.p-news-index__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.p-news-index__meta {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.p-news-index__date {
  font-size: 0.9375rem;
  font-weight: 500;
  font-weight: 400;
}
.p-news-index__category {
  font-size: 0.625rem;
  display: block;
  background-color: #f5f5f5;
  padding-block: 0.125rem;
  padding-inline: 0.5rem;
}
.p-news-index__pagination-wrapper {
  bottom: -43px;
  justify-content: flex-start;
  padding: 0;
}
.p-news-index__pagination-wrapper button.is-active {
  background-color: #0c9391;
}
.p-news-index__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block-start: 4rem;
  margin-block-end: 4.25rem;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-news-index__pagination {
    margin-block-start: 3.5rem;
    margin-block-end: 5rem;
  }
}
.p-news-index__pagination-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 16px;
  background-color: #f5f5f5;
  border: none;
  border-radius: 56px;
  cursor: pointer;
  transition: opacity 0.3s ease;
  text-shadow: -4px -4px 8px rgba(255, 255, 255, 0.75), 8px 8px 16px rgba(92, 113, 110, 0.3);
}
.p-news-index__pagination-btn--next svg {
  transform: rotate(180deg);
}
.p-news-index__pagination-btn button {
  padding: 0;
}
.p-news-index__pagination-numbers {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.5rem;
}
.p-news-index__pagination-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.p-news-index__pagination-dot {
  width: 3px;
  height: 3px;
  background-color: #021e1d;
  border-radius: 50%;
  margin-block-end: 0;
}
.p-news-index__pagination-number {
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5;
  color: #99a6a4;
  text-align: center;
  width: 24px;
  display: block;
}
.p-news-index__pagination-item--active .p-news-index__pagination-number {
  color: #021e1d;
}

.p-contact {
  padding-block-start: 5rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-block-start: 2.5rem;
  }
}
.p-contact__content {
  padding-block-start: 7.1875rem;
  padding-block-end: 11.125rem;
  max-width: 952px;
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-contact__content {
    padding-block-start: 3.75rem;
    padding-block-end: 4rem;
  }
}
.p-contact__txt {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  color: #999999;
  margin-block-end: 2.5rem;
}
.p-contact__form {
  max-width: 600px;
}
.p-contact__label {
  font-size: 0.9375rem;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #333;
  font-weight: 700;
  margin-block-end: 0.4375rem;
  display: flex;
  align-items: center;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-contact__label {
    font-size: 0.9375rem;
  }
}
.p-contact__label--checkbox:hover {
  cursor: pointer;
  color: #0c9391;
}
.p-contact__label-required {
  font-size: 0.9375rem;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #e63946;
  font-weight: 700;
  margin-inline-start: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__label-required {
    font-size: 0.9375rem;
    margin-inline-start: 0;
  }
}
.p-contact-form {
  width: 100%;
}
.p-contact-form__item {
  margin-block-end: 1.3125rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-contact-form__item {
    margin-block-end: 1.5rem;
  }
}
.p-contact-form__item--mb-medium {
  margin-block-end: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__item--mb-medium {
    margin-block-end: 2.5rem;
  }
}
.p-contact-form__item--mb-large {
  margin-block-end: 3rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__item--mb-large {
    margin-block-end: 3.5rem;
  }
}
.p-contact-form__item input[type=text],
.p-contact-form__item input[type=email] {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #99a6a4;
  font-size: 0.9375rem;
  height: 47px;
  padding-inline: 0.75rem;
}
.p-contact-form__item select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #99a6a4;
  font-size: 0.9375rem;
  height: 47px;
  padding-inline: 0.75rem;
}
.p-contact-form__item textarea {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #99a6a4;
  resize: none;
  font-size: 0.9375rem;
  height: 160px;
  padding: 0.75rem;
}
.p-contact-form__item input[type=checkbox] {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 0px;
  margin: 0;
  border: 1px solid #021e1d;
}
.p-contact-form__item input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 5px;
  height: 9px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.p-contact-checkbox__text {
  display: flex;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  font-weight: 500;
  margin-inline-start: 0.5rem;
}
.p-contact-checkbox__text-underline {
  transition: color 0.2s ease;
  text-decoration: underline !important;
}
.p-contact-checkbox__text-underline:hover {
  cursor: pointer;
  color: #0c9391;
}
.p-contact-form__input-wrapper {
  position: relative;
  margin-block-start: 0.4375rem;
}
.p-contact-form__input-wrapper--select {
  position: relative;
}
.p-contact-form__input-wrapper--select::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18.22px;
  width: 11.5665845871px;
  height: 6.6785006523px;
  background: url(/import/tenant_16/www.gene-l.co.jp/genel_hp-develop/assets/img/contact/Vector.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-contact-form__submit-wrapper {
    margin: 0 auto;
  }
}
.p-contact-form__submit-wrapper button {
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  font-size: 0.75rem;
  font-weight: 600;
}

.p-thanks {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: clip;
}
.p-thanks__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 57.5rem;
  height: 32.625rem;
  z-index: 0;
}
.p-thanks__bg video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 85%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 85%);
}
@media screen and (max-width: 767px) {
  .p-thanks__bg {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 574px) {
  .p-thanks__bg {
    top: 40%;
    width: 150%;
    height: auto;
  }
}
.p-thanks__content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 1.25rem;
}
@media screen and (max-width: 574px) {
  .p-thanks__content {
    transform: translateY(-15%);
  }
}
.p-thanks__ttl {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #021e1d;
}
@media screen and (max-width: 767px) {
  .p-thanks__ttl {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 574px) {
  .p-thanks__ttl {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.p-thanks__txt {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  color: #021e1d;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__txt {
    font-size: 0.875rem;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 574px) {
  .p-thanks__txt {
    margin-top: 3rem;
    max-width: 15.625rem;
    margin-left: auto;
    margin-right: auto;
  }
  .p-thanks__txt br {
    display: none;
  }
}
.p-thanks__btn-wrapper {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__btn-wrapper {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 574px) {
  .p-thanks__btn-wrapper {
    margin-top: 3rem;
  }
}

.p-404 {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: clip;
}
.p-404__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 57.5rem;
  height: 32.625rem;
  z-index: 0;
}
.p-404__bg video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 85%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 85%);
}
@media screen and (max-width: 767px) {
  .p-404__bg {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 574px) {
  .p-404__bg {
    top: 35%;
    width: 150%;
    height: auto;
  }
}
.p-404__content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 1.25rem;
}
@media screen and (max-width: 574px) {
  .p-404__content {
    transform: translateY(-5%);
  }
}
.p-404__ttl {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #021e1d;
}
.p-404__ttl br {
  display: none;
}
@media screen and (max-width: 574px) {
  .p-404__ttl br {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-404__ttl {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 574px) {
  .p-404__ttl {
    font-size: 3rem;
  }
}
.p-404__txt {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #021e1d;
  margin-top: 8.5625rem;
}
@media screen and (max-width: 767px) {
  .p-404__txt {
    font-size: 1.75rem;
    margin-top: 6.25rem;
  }
}
@media screen and (max-width: 574px) {
  .p-404__txt {
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: 6.4375rem;
    max-width: 15.625rem;
    margin-left: auto;
    margin-right: auto;
    white-space: normal;
  }
}
.p-404__btn-wrapper {
  margin-top: 1.3125rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-404__btn-wrapper {
    margin-top: 1.3125rem;
  }
}
@media screen and (max-width: 574px) {
  .p-404__btn-wrapper {
    margin-top: 1.5rem;
  }
}

.p-service-fv {
  padding-block-start: 5rem;
  margin-block-end: 7rem;
  height: 410px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service-fv {
    padding-block-start: 3.75rem;
    margin-block-end: 5.625rem;
  }
}
@media screen and (max-width: 574px) {
  .p-service-fv {
    padding-block-start: 2.5rem;
    margin-block-end: 4.5rem;
    height: auto;
  }
}
.p-service-fv__content {
  margin-block-start: 5rem;
}
@media screen and (max-width: 967px) {
  .p-service-fv__content {
    margin-block-start: 4.375rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service-fv__content {
    margin-block-start: 3.75rem;
  }
}
.p-service-fv__content-inner {
  width: 90%;
  max-width: 575px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-service-fv__content-inner {
    width: 100%;
    max-width: 550px;
  }
}
.p-service-fv__img-wrapper {
  position: absolute;
  height: 410px;
  aspect-ratio: 723/410;
  top: 0;
  right: 21px;
}
@media screen and (max-width: 967px) {
  .p-service-fv__img-wrapper {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    height: 320px;
  }
}
@media screen and (max-width: 574px) {
  .p-service-fv__img-wrapper {
    display: none;
  }
}
.p-service-fv__ttl {
  font-size: clamp(2.25rem, 1.7514450867rem + 1.387283237vw, 3rem);
  font-weight: 700;
  line-height: 1.5;
  margin-block-end: 1.25rem;
}
@media screen and (max-width: 574px) {
  .p-service-fv__ttl {
    text-align: left !important;
  }
}
.p-service-fv__txt {
  font-size: 0.9375rem;
  font-weight: 500;
  font-weight: 700;
}
@media screen and (max-width: 574px) {
  .p-service-fv__txt {
    text-align: left !important;
  }
}

.p-service-work {
  padding-block-end: 4.375rem;
}
.p-service-work__ttl {
  font-weight: 700;
}
.p-service-work__txt {
  margin-block-start: 0.5rem;
  margin-block-end: 2.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-service-work__txt {
    margin-block-end: 1rem;
  }
}
.p-service-work__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-block-end: 2.5rem;
}
@media screen and (max-width: 574px) {
  .p-service-work__list {
    margin-block-end: 4.5rem;
  }
}
.p-service-work__item {
  display: flex;
  flex-direction: column;
  background: #f5f5f5;
  padding: 1rem;
  border-radius: 16px;
  flex-basis: calc((100% - 1rem * 3) / 4);
  flex-grow: 0;
  flex-shrink: 0;
  min-width: 0;
}
@media screen and (max-width: 967px) {
  .p-service-work__item {
    flex-basis: calc((100% - 1rem) / 2);
  }
}
@media screen and (max-width: 574px) {
  .p-service-work__item {
    flex-basis: 100%;
  }
}
.p-service-work__item-img-wrapper {
  height: 76px;
}
.p-service-work__item-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-service-work__item-ttl {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #021e1d;
  margin-block: 0.5rem;
}
.p-service-work__item-txt {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #99a6a4;
  flex-grow: 1;
  margin-block-end: 1.1875rem;
}
@media screen and (max-width: 574px) {
  .p-service-work__item-txt {
    margin-block-end: 0.25rem;
  }
}
.p-service-work__item-link {
  font-size: 0.9375rem;
  font-weight: 500;
  margin-inline-start: auto;
  margin-block-end: 0.5625rem;
}
.p-service-work__item-link a {
  position: relative;
  text-decoration: underline;
  padding-inline-end: 2rem;
  transition: color 0.2s ease;
}
.p-service-work__item-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 6.6915850639px;
  height: 11.6165847778px;
  background: url(/import/tenant_16/www.gene-l.co.jp/genel_hp-develop/assets/img/service/vector.svg) no-repeat center center/contain;
  transition: background 0.2s ease;
}
.p-service-work__item-link a:hover {
  color: #0c9391;
}
.p-service-work__item-link a:hover::after {
  background: url(/import/tenant_16/www.gene-l.co.jp/genel_hp-develop/assets/img/service/vector-accent.svg) no-repeat center center/contain;
}
@media screen and (max-width: 574px) {
  .p-service-work__cta {
    margin-inline: auto;
  }
}
.p-service-work--ses .p-service-work__item-img-wrapper {
  height: 96px;
}
.p-service-work--ses .p-service-work__item-ttl {
  display: flex;
  justify-content: center;
}
.p-service-work--ses .p-service-work__item-txt {
  margin-block-end: 0;
}

/* スクロールアニメーション */
.a-scroll-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 1s;
}

.a-scroll-fade.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

.u-taj {
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .u-tac-tab {
    text-align: center;
  }
}

.u-font-montserrat {
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.u-font-roboto {
  font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.u-mi-center {
  margin-inline: auto;
}

.u-mi-right {
  margin-inline-start: auto;
}

.u-c-white {
  color: #fff;
}

.u-c-sub {
  color: #99a6a4;
}

.u-c-white-accent {
  color: #fff;
}
.u-c-white-accent:hover {
  color: #0c9391;
}

.u-underline {
  text-decoration: underline;
}

@media screen and (min-width: 968px) {
  .u-hide-pc {
    display: none;
  }
}

@media screen and (max-width: 967px) {
  .u-hide-mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-hide-tab {
    display: none;
  }
}

.u-only-mobile {
  display: block;
}
@media screen and (min-width: 968px) {
  .u-only-mobile {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-only-sp {
    display: none;
  }
}

.u-hover-opacity07 {
  cursor: pointer;
}
.u-hover-opacity07:hover {
  opacity: 0.7;
}
