@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
address {
  font-style: inherit;
}
/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}
/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}
/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
/**
 * Remove padding
 */
option {
  padding: 0;
}
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px; /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}
/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
:root {
  --color-primary: #0087ca;
  --color-text: #000;
  --color-text-gray: #737373;
  --color-bg-gray: #f1f1f1;
  --color-black: #000;
  --color-white: #fff;
  --font-montserrat: "Montserrat", sans-serif;
  --font-thai: "Noto Sans Thai", sans-serif;
  --font-primary: var(--font-montserrat);
  --font-family-base: var(--font-montserrat);
  --normal: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --layout-width-canvas: 1440px;
  --layout-width-inner: 1072px;
  --padding-pc: 5rem;
  --padding-sp: 1.5625rem;
  --header-height-pc: 8.4375rem;
  --header-height-sp: 4.375rem;
  --duration-default: 0.3s;
  --transition-image-zoom: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --hover-opacity: 0.7;
  --min-tap-target: 44px;
  --border-radius-btn: 3.75rem;
  --border-radius-circle: 50%;
  --shadow-default: 0 0 0.625rem rgb(0 0 0 / 20%);
}
html[lang=th] {
  --font-primary: var(--font-thai);
  --font-family-base: var(--font-thai);
}
html.lenis, html.lenis body {
  height: auto;
}
html.lenis-smooth {
  scroll-behavior: auto !important;
}
html {
  font-size: 4.2666666667vw;
}
@media (min-width: 768px) {
  html {
    font-size: 1.2987012987vw;
  }
}
@media (width >= 1232px) {
  html {
    font-size: 16px;
  }
}
body {
  overflow-x: clip;
  font-family: var(--font-family-base);
  font-size: 1rem;
  font-weight: var(--normal);
  font-feature-settings: "palt";
  line-height: 1.5;
  color: var(--color-text);
  line-break: strict;
  word-break: normal;
  overflow-wrap: anywhere;
  background-color: var(--color-white);
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
summary {
  display: block;
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
@media (width <= 767px) {
  [data-device=pc] {
    display: none;
  }
}
@media (width >= 768px) {
  [data-device=sp] {
    display: none;
  }
}
a {
  display: block;
}
button {
  cursor: pointer;
}
.l-container {
  box-sizing: initial;
  max-inline-size: var(--layout-width-inner);
  padding-inline: var(--padding-pc);
  margin-inline: auto;
}
@media (max-width: 767px) {
  .l-container {
    padding-inline: var(--padding-sp);
  }
}
.l-container--canvas {
  max-inline-size: var(--layout-width-canvas);
}
.l-container--flush {
  padding-inline: 0;
}
@media (max-width: 767px) {
  .l-container--sp-flush {
    padding-inline: 0;
  }
}
@media (max-width: 767px) {
  .l-container--sp-wide {
    padding-inline: var(--padding-pc);
  }
}
.l-section {
  padding-block: 6.25rem;
}
@media (max-width: 767px) {
  .l-section {
    padding-block: 5rem;
  }
}
.l-header {
  position: relative;
  z-index: 100;
  background-color: var(--color-white);
  border-bottom: solid 2px var(--color-primary);
}
@media (max-width: 767px) {
  .l-header {
    border-bottom: solid 1px var(--color-primary);
  }
}
.l-header__inner {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  height: var(--header-height-pc);
}
@media (max-width: 767px) {
  .l-header__inner {
    height: var(--header-height-sp);
  }
}
.l-header__logo {
  display: flex;
  flex-shrink: 0;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .l-header__logo {
    gap: 0.75rem;
    margin-top: 0.625rem;
  }
}
.l-header__logo a {
  display: block;
  line-height: 0;
}
.l-header__logo img {
  width: 12.1875rem;
  height: auto;
}
@media (max-width: 767px) {
  .l-header__logo img {
    width: 6.75rem;
  }
}
.l-header__career {
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--bold);
  color: var(--color-black);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .l-header__career {
    font-size: 0.6875rem;
  }
}
.l-header__right {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-top: 1.25rem;
  margin-left: auto;
}
@media (max-width: 1149px) {
  .l-header__right {
    display: none;
  }
}
.l-header__nav-list {
  display: flex;
  gap: 2rem;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.l-header__nav-item {
  line-height: 1;
}
.l-header__lang {
  position: absolute;
  top: -1.5625rem;
  right: 0;
  display: flex;
  gap: 1.5625rem;
  align-items: center;
}
.l-header__lang-btn {
  padding: 0;
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 7.0344827586px + 0.6465517241vw, 15px);
  font-weight: var(--medium);
  line-height: 1;
  color: var(--color-black);
  cursor: pointer;
  background: none;
  border: none;
  transition: opacity var(--duration-default) ease;
}
@media (any-hover: hover) {
  .l-header__lang-btn:hover {
    opacity: var(--hover-opacity);
  }
}
.l-header__lang-btn--active {
  font-weight: var(--bold);
}
.l-header__lang-sep {
  display: inline-block;
  width: 1px;
  height: 0.875rem;
  background-color: var(--color-black);
  transform: rotate(30deg);
}
.l-header__hamburger {
  position: relative;
  display: none;
  flex-shrink: 0;
  width: 1.375rem;
  height: 0.875rem;
  padding: 0;
  margin-left: auto;
  cursor: pointer;
  background: none;
  border: none;
}
.l-header__hamburger::after {
  position: absolute;
  inset: -0.9375rem;
  content: "";
}
@media (max-width: 1149px) {
  .l-header__hamburger {
    display: block;
  }
}
@media (max-width: 767px) {
  .l-header__hamburger {
    width: 1rem;
    height: 0.625rem;
  }
}
.l-header__hamburger-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color-black);
  transition: transform 0.3s ease;
}
.l-header__hamburger-line:first-child {
  transform: translateY(calc(-50% - 0.25rem));
}
.l-header__hamburger-line:last-child {
  transform: translateY(calc(-50% + 0.25rem));
}
@media (max-width: 767px) {
  .l-header__hamburger-line:first-child {
    transform: translateY(calc(-50% - 0.1875rem));
  }
  .l-header__hamburger-line:last-child {
    transform: translateY(calc(-50% + 0.1875rem));
  }
}
.l-header__hamburger.is-active .l-header__hamburger-line:first-child {
  transform: translateY(-50%) rotate(45deg);
}
.l-header__hamburger.is-active .l-header__hamburger-line:last-child {
  transform: translateY(-50%) rotate(-45deg);
}
.l-header__drawer {
  position: fixed;
  top: var(--header-height-pc);
  left: 0;
  z-index: 999;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
  transition: max-height 0.5s ease-out;
}
@media (max-width: 767px) {
  .l-header__drawer {
    top: var(--header-height-sp);
  }
}
.l-header__drawer.is-open {
  max-height: calc(100dvh - var(--header-height-pc));
}
@media (max-width: 767px) {
  .l-header__drawer.is-open {
    max-height: calc(100dvh - var(--header-height-sp));
  }
}
.l-header__drawer .l-container {
  padding-block: 1.25rem 2.8125rem;
}
.l-header__drawer-body {
  max-height: calc(100dvh - var(--header-height-pc) - 1.25rem - 2.8125rem);
}
@media (max-width: 767px) {
  .l-header__drawer-body {
    max-height: calc(100dvh - var(--header-height-sp) - 1.25rem - 2.8125rem);
  }
}
.l-header__drawer-body {
  overflow-y: auto;
}
.l-header__drawer-list {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
  margin: 0;
  list-style: none;
}
.l-header__drawer-item {
  line-height: 1;
}
.l-header__drawer-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 0.875rem;
  font-family: var(--font-montserrat);
  font-size: 1.125rem;
  font-weight: var(--medium);
  line-height: 1.2;
  color: var(--color-black);
  text-decoration: none;
  border-bottom: solid 1px var(--color-black);
}
@media (max-width: 767px) {
  .l-header__drawer-link {
    padding-block: 0.6875rem;
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .l-header__drawer-link:hover .c-arrow {
    background-color: var(--color-white);
    border-color: var(--color-black);
  }
  .l-header__drawer-link:hover .c-arrow::after {
    background-color: var(--color-black);
  }
}
.l-header__drawer .c-arrow {
  width: 1.75rem;
  height: 1.75rem;
}
.l-header__drawer .c-arrow::after {
  width: 0.75rem;
  height: 0.75rem;
}
.l-header__drawer-lang {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-end;
  margin-top: 2rem;
}
.l-header__drawer-lang-btn {
  padding: 0;
  font-family: var(--font-montserrat);
  font-size: 1rem;
  font-weight: var(--medium);
  line-height: 1;
  color: var(--color-black);
  cursor: pointer;
  background: none;
  border: none;
  transition: opacity var(--duration-default) ease;
}
.l-header__drawer-lang-btn--active {
  font-weight: var(--bold);
}
@media (any-hover: hover) {
  .l-header__drawer-lang-btn:hover {
    opacity: var(--hover-opacity);
  }
}
.l-header__drawer-lang-sep {
  display: inline-block;
  width: 1px;
  height: 0.875rem;
  background-color: var(--color-black);
  transform: rotate(30deg);
}
.l-footer {
  background-color: var(--color-bg-gray);
}
.l-footer__body {
  display: grid;
  grid-template: "top   right" "btn   right"/1fr auto;
  gap: 2.5rem 8.75rem;
  align-items: start;
  padding-block: 5rem;
}
@media (max-width: 767px) {
  .l-footer__body {
    grid-template: "top   top" "btn   right"/auto 1fr;
    gap: 0.625rem 3.75rem;
    padding-block: 3.25rem 3rem;
  }
}
.l-footer__top {
  display: flex;
  grid-area: top;
  gap: 3rem;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .l-footer__top {
    gap: 4.0625rem;
    justify-content: flex-start;
  }
}
.l-footer__body > .c-btn {
  grid-area: btn;
  place-self: end start;
}
.l-footer__right {
  display: flex;
  flex-direction: column;
  grid-area: right;
  gap: 2.5rem;
  align-items: flex-start;
}
.l-footer__logo a {
  display: block;
  line-height: 0;
}
.l-footer__logo img {
  width: 13.125rem;
  height: auto;
}
@media (max-width: 767px) {
  .l-footer__logo img {
    width: 8.875rem;
  }
}
.l-footer__nav {
  display: flex;
  gap: 3rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .l-footer__nav {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.l-footer__nav-title {
  flex-shrink: 0;
  font-family: var(--font-montserrat);
  font-size: clamp(13px, -5.2068965517px + 2.3706896552vw, 24px);
  font-weight: var(--bold);
  color: var(--color-black);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .l-footer__nav-title {
    font-size: 0.8125rem;
  }
}
.l-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 1.6875rem;
  padding: 0;
  margin: 0;
  margin-top: 1.25rem;
  list-style: none;
}
@media (max-width: 767px) {
  .l-footer__nav-list {
    gap: 1.25rem;
  }
}
.l-footer__nav-item {
  line-height: 1;
}
.l-footer__nav-link {
  position: relative;
  display: inline-block;
  padding-bottom: 0.125rem;
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 8.6896551724px + 0.4310344828vw, 14px);
  font-weight: var(--medium);
  line-height: 1.4;
  color: var(--color-black);
  text-decoration: none;
}
@media (max-width: 767px) {
  .l-footer__nav-link {
    font-size: 0.75rem;
  }
}
.l-footer__nav-link::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  content: "";
  background-color: currentcolor;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
@media (any-hover: hover) {
  .l-footer__nav-link:hover::after {
    width: 100%;
  }
}
.l-footer__privacy-link {
  position: relative;
  display: inline-block;
  padding-bottom: 0.125rem;
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 8.6896551724px + 0.4310344828vw, 14px);
  font-weight: var(--normal);
  line-height: 1;
  color: var(--color-black);
  text-decoration: none;
}
@media (max-width: 767px) {
  .l-footer__privacy-link {
    font-size: 0.75rem;
  }
}
.l-footer__privacy-link::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  content: "";
  background-color: currentcolor;
  transform: translateX(-50%);
  transition: width 0.3s ease;
}
@media (any-hover: hover) {
  .l-footer__privacy-link:hover::after {
    width: 100%;
  }
}
.l-footer__copyright {
  background-color: var(--color-black);
}
.l-footer__copyright-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 8.6896551724px + 0.4310344828vw, 14px);
  font-weight: var(--normal);
  color: var(--color-white);
}
@media (max-width: 767px) {
  .l-footer__copyright-inner {
    font-size: 0.6875rem;
  }
}
.c-btn {
  display: inline-flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  font-family: var(--font-primary);
  font-weight: var(--semibold);
  text-decoration: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background-color var(--duration-default), color var(--duration-default), border-color var(--duration-default);
}
@media (max-width: 767px) {
  .c-btn {
    gap: 0.5rem;
  }
}
.c-btn--primary {
  width: 22.5rem;
  height: 4rem;
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  color: var(--color-white);
  background-color: var(--color-primary);
}
@media (max-width: 767px) {
  .c-btn--primary {
    width: 11.625rem;
    height: 2.5rem;
    font-size: 0.6875rem;
  }
}
@media (any-hover: hover) {
  .c-btn--primary:hover {
    color: var(--color-primary);
    background-color: var(--color-white);
    border-color: var(--color-primary);
  }
}
.c-btn--dark-lg {
  width: 100%;
  max-width: 1072px;
  height: 4rem;
  font-size: clamp(12px, -1.2413793103px + 1.724137931vw, 20px);
  color: var(--color-white);
  background-color: var(--color-black);
}
@media (max-width: 767px) {
  .c-btn--dark-lg {
    height: 2.5rem;
    font-size: 0.6875rem;
  }
}
@media (any-hover: hover) {
  .c-btn--dark-lg:hover {
    color: var(--color-black);
    background-color: var(--color-white);
    border-color: var(--color-black);
  }
}
.c-btn--dark-md {
  min-width: 11.25rem;
  height: 2.5rem;
  padding: 0 1.5rem;
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--medium);
  color: var(--color-white);
  background-color: var(--color-black);
}
@media (max-width: 767px) {
  .c-btn--dark-md {
    min-width: 7.5rem;
    height: 1.75rem;
    padding: 0 1rem;
    font-size: 0.6875rem;
  }
}
@media (any-hover: hover) {
  .c-btn--dark-md:hover {
    color: var(--color-black);
    background-color: var(--color-white);
    border-color: var(--color-black);
  }
}
.c-btn--dark-sm {
  min-width: 14.125rem;
  height: 2.5rem;
  padding: 0 1.5rem;
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--medium);
  color: var(--color-white);
  background-color: var(--color-black);
}
@media (any-hover: hover) {
  .c-btn--dark-sm:hover {
    color: var(--color-black);
    background-color: var(--color-white);
    border-color: var(--color-black);
  }
}
@media (max-width: 767px) {
  .c-btn--dark-sm {
    min-width: 9.25rem;
    height: 1.75rem;
    font-size: 0.6875rem;
  }
}
.c-btn--light {
  min-width: 11.75rem;
  height: 2.5rem;
  padding: 0 1.5rem;
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--medium);
  color: var(--color-black);
  background-color: var(--color-white);
  border-color: var(--color-white);
}
@media (max-width: 767px) {
  .c-btn--light {
    min-width: 7.5rem;
    height: 1.75rem;
    padding: 0 1rem;
    font-size: 0.6875rem;
  }
}
@media (any-hover: hover) {
  .c-btn--light:hover {
    color: var(--color-white);
    background-color: var(--color-black);
    border-color: var(--color-black);
  }
}
.c-btn__arrow {
  display: block;
  flex-shrink: 0;
  width: 1.5625rem;
  aspect-ratio: 25/12;
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3csvg%20width='25'%20height='12'%20viewBox='0%200%2025%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24.5303%206.05328C24.8232%205.76039%2024.8232%205.28551%2024.5303%204.99262L19.7574%200.219648C19.4645%20-0.073245%2018.9896%20-0.073245%2018.6967%200.219648C18.4038%200.512542%2018.4038%200.987415%2018.6967%201.28031L22.9393%205.52295L18.6967%209.76559C18.4038%2010.0585%2018.4038%2010.5334%2018.6967%2010.8263C18.9896%2011.1191%2019.4645%2011.1191%2019.7574%2010.8263L24.5303%206.05328ZM0%205.52295V6.27295H24V5.52295V4.77295H0V5.52295Z'%20fill='white'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg%20width='25'%20height='12'%20viewBox='0%200%2025%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24.5303%206.05328C24.8232%205.76039%2024.8232%205.28551%2024.5303%204.99262L19.7574%200.219648C19.4645%20-0.073245%2018.9896%20-0.073245%2018.6967%200.219648C18.4038%200.512542%2018.4038%200.987415%2018.6967%201.28031L22.9393%205.52295L18.6967%209.76559C18.4038%2010.0585%2018.4038%2010.5334%2018.6967%2010.8263C18.9896%2011.1191%2019.4645%2011.1191%2019.7574%2010.8263L24.5303%206.05328ZM0%205.52295V6.27295H24V5.52295V4.77295H0V5.52295Z'%20fill='white'/%3e%3c/svg%3e");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media (max-width: 767px) {
  .c-btn__arrow {
    width: 0.75rem;
  }
}
.c-nav-link {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--font-primary);
  font-size: clamp(12px, 8.6896551724px + 0.4310344828vw, 14px);
  font-weight: var(--medium);
  color: var(--color-black);
  text-decoration: none;
  transition: font-weight var(--duration-default) ease;
}
.c-nav-link::before {
  position: absolute;
  inset: -0.5rem -0.75rem;
  content: "";
}
.c-nav-link::after {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  font-weight: var(--semibold);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  content: attr(data-text);
}
@media speech {
  .c-nav-link::after {
    display: none;
  }
}
@media (any-hover: hover) {
  .c-nav-link:hover {
    font-weight: var(--semibold);
  }
}
.c-nav-link--active {
  font-weight: var(--semibold);
}
.c-lang-switch {
  display: flex;
  gap: 8px;
  align-items: center;
}
.c-lang-switch__item {
  font-family: var(--font-montserrat);
  font-size: 15px;
  font-weight: var(--bold);
  color: var(--color-black);
  text-decoration: none;
  opacity: 0.4;
  transition: opacity var(--duration-default);
}
@media (any-hover: hover) {
  .c-lang-switch__item:hover {
    opacity: var(--hover-opacity);
  }
}
.c-lang-switch__item--active {
  opacity: 1;
}
.c-lang-switch__separator {
  width: 1px;
  height: 16px;
  background-color: var(--color-black);
}
.c-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: var(--color-black);
  border: 1px solid transparent;
  border-radius: var(--border-radius-circle);
  transition: background-color var(--duration-default), border-color var(--duration-default);
}
@media (max-width: 767px) {
  .c-arrow {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.c-arrow::after {
  width: 1.25rem;
  aspect-ratio: 25/12;
  content: "";
  background-color: var(--color-white);
  -webkit-mask-image: url("data:image/svg+xml,%3csvg%20width='25'%20height='12'%20viewBox='0%200%2025%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24.5303%206.05328C24.8232%205.76039%2024.8232%205.28551%2024.5303%204.99262L19.7574%200.219648C19.4645%20-0.073245%2018.9896%20-0.073245%2018.6967%200.219648C18.4038%200.512542%2018.4038%200.987415%2018.6967%201.28031L22.9393%205.52295L18.6967%209.76559C18.4038%2010.0585%2018.4038%2010.5334%2018.6967%2010.8263C18.9896%2011.1191%2019.4645%2011.1191%2019.7574%2010.8263L24.5303%206.05328ZM0%205.52295V6.27295H24V5.52295V4.77295H0V5.52295Z'%20fill='white'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg%20width='25'%20height='12'%20viewBox='0%200%2025%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24.5303%206.05328C24.8232%205.76039%2024.8232%205.28551%2024.5303%204.99262L19.7574%200.219648C19.4645%20-0.073245%2018.9896%20-0.073245%2018.6967%200.219648C18.4038%200.512542%2018.4038%200.987415%2018.6967%201.28031L22.9393%205.52295L18.6967%209.76559C18.4038%2010.0585%2018.4038%2010.5334%2018.6967%2010.8263C18.9896%2011.1191%2019.4645%2011.1191%2019.7574%2010.8263L24.5303%206.05328ZM0%205.52295V6.27295H24V5.52295V4.77295H0V5.52295Z'%20fill='white'/%3e%3c/svg%3e");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transition: background-color var(--duration-default);
}
@media (max-width: 767px) {
  .c-arrow::after {
    width: 0.75rem;
  }
}
@media (any-hover: hover) {
  .c-arrow:hover {
    background-color: var(--color-white);
    border-color: var(--color-black);
  }
  .c-arrow:hover::after {
    background-color: var(--color-black);
  }
}
.c-arrow--md {
  width: 2.5rem;
  height: 2.5rem;
}
@media (max-width: 767px) {
  .c-arrow--md {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.c-arrow--lg {
  width: 3rem;
  height: 3rem;
}
@media (max-width: 767px) {
  .c-arrow--lg {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.c-arrow--prev {
  transform: rotate(180deg);
}
.c-arrow--down {
  transform: rotate(90deg);
}
.c-badge {
  display: inline-flex;
  align-items: center;
  min-height: 2.5rem;
  padding: 0 1.5rem;
  font-family: var(--font-montserrat);
  font-size: 1.5rem;
  font-weight: var(--medium);
  line-height: 1;
  border: 2px solid var(--color-black);
  border-radius: var(--border-radius-btn);
}
@media (max-width: 767px) {
  .c-badge {
    min-height: 2.25rem;
    font-size: 1.125rem;
  }
}
.c-badge--sm {
  min-height: 2.5rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .c-badge--sm {
    min-height: 1.5rem;
    padding: 0.375rem 0.5rem;
    font-size: 0.6875rem;
  }
}
.c-staff-card {
  display: block;
  color: var(--color-black);
  text-decoration: none;
}
.c-staff-card__image {
  width: 320px;
  height: 400px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .c-staff-card__image {
    width: 160px;
    height: 200px;
  }
}
.c-staff-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-image-zoom);
}
@media (any-hover: hover) {
  .c-staff-card:hover .c-staff-card__image img {
    transform: scale(1.1);
  }
}
.c-staff-card__department {
  font-family: var(--font-montserrat);
  font-size: 18px;
  font-weight: var(--medium);
  letter-spacing: -0.36px;
}
@media (max-width: 767px) {
  .c-staff-card__department {
    font-size: 14px;
  }
}
.c-staff-card__name {
  font-family: var(--font-primary);
  font-size: 32px;
  font-weight: var(--semibold);
}
@media (max-width: 767px) {
  .c-staff-card__name {
    font-size: 20px;
  }
}
.c-staff-card__text {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: var(--normal);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .c-staff-card__text {
    font-size: 14px;
  }
}
.c-benefit-card {
  display: flex;
  flex-direction: column;
  min-height: 10rem;
  padding: 0.75rem 1rem 1.5rem;
  overflow: hidden;
  background-color: var(--color-bg-gray);
}
@media (max-width: 767px) {
  .c-benefit-card {
    flex-direction: row;
    gap: 1.5rem;
    align-items: center;
    min-height: 5rem;
    padding: 1.25rem 0.75rem 1.25rem 1.25rem;
    overflow: visible;
  }
}
.c-benefit-card__icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .c-benefit-card__body {
    display: flex;
    flex-direction: column;
  }
}
.c-benefit-card--education .c-benefit-card__title {
  margin-top: 1.5625rem;
}
@media (max-width: 767px) {
  .c-benefit-card--education .c-benefit-card__title {
    margin-top: 0;
  }
}
.c-benefit-card--education .c-benefit-card__text {
  margin-top: 0.375rem;
}
@media (max-width: 767px) {
  .c-benefit-card--education .c-benefit-card__text {
    margin-top: 0.25rem;
  }
}
.c-benefit-card__title {
  margin-top: 2.125rem;
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--medium);
  line-height: 1.125;
}
@media (max-width: 767px) {
  .c-benefit-card__title {
    margin-top: 0;
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }
}
.c-benefit-card__text {
  margin-top: 0.9375rem;
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--normal);
  line-height: 1.125;
}
@media (max-width: 767px) {
  .c-benefit-card__text {
    margin-top: 0.25rem;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
.c-department-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  text-decoration: none;
  background-color: var(--color-white);
}
.c-department-card__image-wrapper {
  position: relative;
  overflow: hidden;
}
.c-department-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(2);
  transition: var(--transition-image-zoom);
}
@media (max-width: 767px) {
  .c-department-card__image {
    transform: scale(1);
  }
}
@media (any-hover: hover) {
  .c-department-card:hover .c-department-card__image {
    transform: scale(1);
  }
}
.c-department-card__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  transition: opacity var(--duration-default);
}
@media (max-width: 767px) {
  .c-department-card__overlay {
    display: none;
  }
}
@media (any-hover: hover) {
  .c-department-card:hover .c-department-card__overlay {
    opacity: 0;
  }
}
@media (any-hover: hover) {
  .c-department-card:hover .c-arrow {
    background-color: var(--color-white);
    border-color: var(--color-black);
  }
}
@media (any-hover: hover) {
  .c-department-card:hover .c-arrow::after {
    background-color: var(--color-black);
  }
}
.c-department-card__body {
  display: grid;
  grid-template: "division arrow" auto "dept arrow" 1fr/1fr auto;
  gap: 0.5rem;
  align-items: end;
  padding: 1rem;
  border-bottom: 1px solid var(--color-black);
}
@media (max-width: 767px) {
  .c-department-card__body {
    grid-template-areas: "division division" "dept arrow";
    padding: 0.75rem 0 0.5rem;
  }
}
.c-department-card__division {
  grid-area: division;
  font-family: var(--font-montserrat);
  font-size: 1rem;
  font-weight: var(--normal);
  color: var(--color-black);
}
@media (max-width: 767px) {
  .c-department-card__division {
    font-size: 0.75rem;
  }
}
.c-department-card__department {
  grid-area: dept;
  align-self: center;
  align-self: start;
  font-family: var(--font-montserrat);
  font-size: 1.125rem;
  font-weight: var(--medium);
  line-height: 1;
  color: var(--color-black);
}
@media (max-width: 767px) {
  .c-department-card__department {
    font-size: 0.875rem;
  }
}
.c-department-card__department--tight {
  letter-spacing: -0.02em;
}
.c-open-positions-cta {
  padding-block: 5rem;
  color: var(--color-white);
  background-color: rgb(85, 85, 85);
}
@media (max-width: 767px) {
  .c-open-positions-cta {
    padding-block: 3.25rem;
  }
}
.c-open-positions-cta__title {
  font-family: var(--font-montserrat);
  font-size: clamp(24px, -2.4827586207px + 3.4482758621vw, 40px);
  font-weight: var(--medium);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .c-open-positions-cta__title {
    font-size: 1.5rem;
  }
}
.c-open-positions-cta__text {
  margin-top: 1.25rem;
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--medium);
}
@media (max-width: 767px) {
  .c-open-positions-cta__text {
    margin-top: 0.625rem;
    font-size: 0.75rem;
    font-weight: var(--normal);
    line-height: 1.33;
  }
}
.c-open-positions-cta__btn {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .c-open-positions-cta__btn {
    margin-top: 1.25rem;
  }
}
.p-benefits-hero {
  padding-top: 5rem;
}
@media (max-width: 767px) {
  .p-benefits-hero {
    padding-top: 2.5rem;
  }
}
.p-benefits-hero__title {
  font-family: var(--font-montserrat);
  font-size: 3rem;
  font-weight: var(--medium);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .p-benefits-hero__title {
    font-size: 1.5rem;
  }
}
.p-benefits-grid {
  padding-top: 5rem;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .p-benefits-grid {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }
}
.p-benefits-grid__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 767px) {
  .p-benefits-grid__list {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
.p-cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  visibility: visible;
  width: 100%;
  padding: 40px 0;
  background-color: #1a1a1a;
  opacity: 1;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (max-width: 767px) {
  .p-cookies {
    padding: 20px 0;
  }
}
.p-cookies.is-visible {
  display: block;
}
@media (prefers-reduced-motion: reduce) {
  .p-cookies.is-visible {
    display: none;
  }
}
.p-cookies.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.p-cookies__container {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-cookies__container {
    flex-direction: column;
    gap: 16px;
  }
}
.p-cookies__text {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: var(--normal);
  line-height: 1.625;
  color: var(--color-white);
}
@media (max-width: 767px) {
  .p-cookies__text {
    font-size: 12px;
    text-align: center;
  }
}
.p-cookies__link {
  display: inline-block;
  color: var(--color-white);
  text-decoration: underline;
  transition: opacity var(--duration-default) ease;
}
@media (any-hover: hover) {
  .p-cookies__link:hover {
    opacity: var(--hover-opacity);
  }
}
.p-cookies__button {
  display: grid;
  place-items: center;
  width: min(160px, 100%);
  padding: 8px;
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: var(--normal);
  line-height: 1.625;
  color: var(--color-white);
  cursor: pointer;
  background-color: var(--color-primary);
  border: none;
  transition: opacity var(--duration-default) ease;
}
@media (max-width: 767px) {
  .p-cookies__button {
    width: 100%;
    padding: 14px;
    font-size: 12px;
  }
}
.p-cookies__button:focus-visible {
  outline: 2px solid var(--color-white);
  outline-offset: 2px;
}
@media (any-hover: hover) {
  .p-cookies__button:hover {
    opacity: var(--hover-opacity);
  }
}
.p-education-hero {
  padding-top: 5rem;
}
@media (max-width: 767px) {
  .p-education-hero {
    padding-top: 2rem;
  }
}
.p-education-hero__title {
  font-family: var(--font-montserrat);
  font-size: 3rem;
  font-weight: var(--medium);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .p-education-hero__title {
    font-size: 1.5rem;
  }
}
.p-education-intro {
  padding-block: 3.5rem;
  margin-top: 5rem;
  background-color: rgb(85, 85, 85);
}
@media (max-width: 767px) {
  .p-education-intro {
    padding-block: 1.875rem;
    margin-top: 2.5rem;
  }
}
.p-education-intro__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-education-intro__inner {
    display: grid;
    gap: 1rem;
  }
}
.p-education-intro__heading {
  flex-shrink: 0;
  font-family: var(--font-montserrat);
  font-size: 2rem;
  font-weight: var(--medium);
  line-height: 1.25;
  color: var(--color-white);
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .p-education-intro__heading {
    width: auto;
    font-size: 1rem;
    line-height: 1.4;
  }
}
.p-education-intro__text {
  max-width: 33rem;
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--normal);
  line-height: 1.5;
  color: var(--color-white);
}
@media (max-width: 767px) {
  .p-education-intro__text {
    max-width: none;
    font-size: 0.75rem;
    line-height: 1.333;
  }
}
.p-education-section {
  padding-top: 5rem;
}
@media (max-width: 767px) {
  .p-education-section {
    padding-top: 2.5rem;
  }
}
.p-education-section__title {
  font-family: var(--font-montserrat);
  font-size: 2.5rem;
  font-weight: var(--medium);
  line-height: 1;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .p-education-section__title {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.p-education-section__lead {
  margin-top: 1rem;
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--normal);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-education-section__lead {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.333;
  }
}
.p-education-section__list {
  margin-top: 1.5625rem;
}
@media (max-width: 767px) {
  .p-education-section__list {
    margin-top: 0.625rem;
  }
}
.p-education-training__image {
  margin-top: 5rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-education-training__image {
    margin-top: 1.75rem;
  }
}
.p-education-training__image img {
  width: 100%;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .p-education-training__image img {
    height: 8.125rem;
  }
}
.p-education-item {
  padding-block: 1rem;
  border-bottom: 1px solid var(--color-black);
}
@media (max-width: 767px) {
  .p-education-item {
    padding-block: 0.75rem;
  }
}
.p-education-item__title {
  font-family: var(--font-montserrat);
  font-size: 1.5rem;
  font-weight: var(--medium);
  line-height: 1;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .p-education-item__title {
    font-size: 0.875rem;
    line-height: 1;
  }
}
.p-education-item__body {
  display: grid;
  row-gap: 0.5rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .p-education-item__body {
    row-gap: 0.25rem;
    margin-top: 0.5rem;
  }
}
.p-education-item__text {
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--normal);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-education-item__text {
    font-size: 0.75rem;
    line-height: 1.333;
  }
}
.p-education-item__list {
  display: grid;
  row-gap: 0.25rem;
  padding: 0;
  list-style: none;
}
.p-education-item__list li {
  position: relative;
  padding-left: 1em;
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--normal);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-education-item__list li {
    font-size: 0.75rem;
    line-height: 1.333;
  }
}
.p-education-item__list li::before {
  position: absolute;
  left: 0;
  content: "・";
}
.p-education-growth {
  padding-top: 5rem;
}
@media (max-width: 767px) {
  .p-education-growth {
    padding-top: 1.75rem;
  }
}
.p-education-growth__title {
  font-family: var(--font-montserrat);
  font-size: 2.5rem;
  font-weight: var(--medium);
  line-height: 1;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .p-education-growth__title {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.p-education-growth__text {
  margin-top: 1rem;
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--normal);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-education-growth__text {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.333;
  }
}
.p-education-global {
  padding-top: 5rem;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .p-education-global {
    padding-top: 1.75rem;
    padding-bottom: 5rem;
  }
}
.p-education-global__title {
  font-family: var(--font-montserrat);
  font-size: 2.5rem;
  font-weight: var(--medium);
  line-height: 1;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .p-education-global__title {
    font-size: 1rem;
    line-height: 1.2;
  }
}
.p-education-global__text {
  margin-top: 1rem;
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--normal);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-education-global__text {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    line-height: 1.333;
  }
}
.p-education-global__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .p-education-global__images {
    grid-template-columns: 1fr;
    gap: 1.875rem;
    margin-top: 1.75rem;
  }
}
.p-education-global__image {
  overflow: hidden;
}
.p-education-global__image img {
  width: 100%;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .p-education-global__image img {
    height: 12.3125rem;
  }
}
.p-ev-hero {
  padding-top: 5rem;
}
@media (max-width: 767px) {
  .p-ev-hero {
    padding-top: 2.5rem;
  }
}
.p-ev-hero__title {
  font-family: var(--font-montserrat);
  font-size: clamp(28px, -5.1034482759px + 4.3103448276vw, 48px);
  font-weight: var(--medium);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .p-ev-hero__title {
    font-size: 1.5rem;
  }
}
.p-ev-grid {
  padding-top: 5rem;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .p-ev-grid {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }
}
.p-ev-grid__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 1rem;
}
@media (max-width: 767px) {
  .p-ev-grid__list {
    grid-template-columns: 1fr;
    gap: 2.5rem 1rem;
  }
}
.p-ev-grid__card {
  display: block;
  color: inherit;
  text-decoration: none;
  border-bottom: solid 1px var(--color-black);
}
.p-ev-grid__card-image {
  overflow: hidden;
}
.p-ev-grid__card-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 528/320;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-image-zoom);
}
@media (max-width: 767px) {
  .p-ev-grid__card-image img {
    aspect-ratio: 650/395;
  }
}
@media (any-hover: hover) {
  .p-ev-grid__card:hover .p-ev-grid__card-image img {
    transform: scale(1.1);
  }
  .p-ev-grid__card:hover .c-arrow {
    background-color: var(--color-white);
    border-color: var(--color-black);
  }
  .p-ev-grid__card:hover .c-arrow::after {
    background-color: var(--color-black);
  }
}
.p-ev-grid__card-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
@media (max-width: 767px) {
  .p-ev-grid__card-info {
    padding: 0.75rem;
  }
}
.p-ev-grid__card-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .p-ev-grid__card-text {
    gap: 0.25rem;
  }
}
.p-ev-grid__card-dept {
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--normal);
  line-height: 1;
}
@media (max-width: 767px) {
  .p-ev-grid__card-dept {
    font-size: 0.75rem;
  }
}
.p-ev-grid__card-name {
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 2.0689655172px + 1.2931034483vw, 18px);
  font-weight: var(--medium);
  line-height: 1;
}
@media (max-width: 767px) {
  .p-ev-grid__card-name {
    font-size: 0.875rem;
  }
}
.p-ev-grid__card-separator {
  margin-inline: 1rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  border-top: 1px solid var(--color-black);
}
@media (max-width: 767px) {
  .p-ev-grid__card-separator {
    margin-inline: 0.75rem;
    margin-top: 0.75rem;
    margin-bottom: 2.5rem;
  }
}
.p-ev-grid__card:last-child .p-ev-grid__card-separator {
  margin-bottom: 0;
}
.p-ev-detail-hero__body {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .p-ev-detail-hero__body {
    flex-direction: column;
    justify-content: center;
  }
}
.p-ev-detail-hero__info {
  display: flex;
  flex: 0 0 59.8880597015%;
  align-items: stretch;
  padding: 11rem 1.5rem 5rem 0;
  background-color: rgb(85, 85, 85);
  -o-border-image: linear-gradient(rgb(85, 85, 85) 0 0) 0//0 100lvi;
     border-image: linear-gradient(rgb(85, 85, 85) 0 0) fill 0//0 100lvi;
}
@media (max-width: 767px) {
  .p-ev-detail-hero__info {
    flex: none;
    padding: 2.5rem 0;
  }
}
.p-ev-detail-hero__separator {
  flex-shrink: 0;
  width: 1px;
  background-color: var(--color-white);
}
.p-ev-detail-hero__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block: 1rem;
  margin-left: 1.5rem;
  color: var(--color-white);
}
@media (max-width: 767px) {
  .p-ev-detail-hero__text {
    padding-block: 0.5rem;
    margin-left: 0.75rem;
  }
}
.p-ev-detail-hero__name {
  font-family: var(--font-montserrat);
  font-size: 2rem;
  font-weight: var(--medium);
  line-height: 1;
}
@media (max-width: 767px) {
  .p-ev-detail-hero__name {
    font-size: 1rem;
  }
}
.p-ev-detail-hero__dept {
  margin-bottom: 0.5rem;
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--normal);
  line-height: 1;
}
@media (max-width: 767px) {
  .p-ev-detail-hero__dept {
    margin-bottom: 0.25rem;
    font-size: 0.5rem;
  }
}
.p-ev-detail-hero__meta {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-ev-detail-hero__meta {
    margin-top: 1.25rem;
  }
}
.p-ev-detail-hero__meta-item {
  display: flex;
}
.p-ev-detail-hero__meta-item + .p-ev-detail-hero__meta-item {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .p-ev-detail-hero__meta-item + .p-ev-detail-hero__meta-item {
    margin-top: 0.25rem;
  }
}
.p-ev-detail-hero__meta-item dt {
  flex-shrink: 0;
  width: 15.5rem;
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--normal);
  line-height: 1;
}
@media (max-width: 767px) {
  .p-ev-detail-hero__meta-item dt {
    width: 12rem;
    font-size: 0.75rem;
  }
}
.p-ev-detail-hero__meta-item dd {
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--medium);
  line-height: 1;
}
@media (max-width: 767px) {
  .p-ev-detail-hero__meta-item dd {
    font-size: 0.75rem;
  }
}
.p-ev-detail-hero__photo {
  flex: 1 0 0%;
  margin-inline: 0 calc(50% - 50vw);
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-ev-detail-hero__photo {
    margin-inline: calc(50% - 50vw);
  }
}
.p-ev-detail-hero__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-ev-detail-section {
  padding-top: 3.5rem;
}
@media (max-width: 767px) {
  .p-ev-detail-section {
    padding-top: 2.5rem;
  }
}
.p-ev-detail-hero + .p-ev-detail-section {
  padding-top: 7rem;
}
@media (max-width: 767px) {
  .p-ev-detail-hero + .p-ev-detail-section {
    padding-top: 2.625rem;
  }
}
.p-ev-detail-section__body {
  display: flex;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .p-ev-detail-section__body {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.p-ev-detail-section__content {
  flex-shrink: 0;
  order: 1;
  width: 31.5rem;
}
@media (max-width: 767px) {
  .p-ev-detail-section__content {
    width: auto;
  }
}
.p-ev-detail-section__image {
  flex: 1;
  order: 2;
  margin-inline-end: calc(50% - 50vw);
  overflow: hidden;
}
.p-ev-detail-section--reverse .p-ev-detail-section__content {
  order: 2;
  width: 48.5rem;
}
@media (max-width: 767px) {
  .p-ev-detail-section--reverse .p-ev-detail-section__content {
    order: 1;
    width: auto;
  }
}
.p-ev-detail-section--reverse .p-ev-detail-section__image {
  order: 1;
  margin-inline: calc(50% - 50vw) 0;
}
@media (max-width: 767px) {
  .p-ev-detail-section--reverse .p-ev-detail-section__image {
    order: 2;
  }
}
.p-ev-detail-section--wide-text .p-ev-detail-section__content {
  width: 48.5rem;
}
@media (max-width: 767px) {
  .p-ev-detail-section--wide-text .p-ev-detail-section__content {
    width: auto;
  }
}
.p-ev-detail-section--narrow-text .p-ev-detail-section__content {
  width: 31.5rem;
}
@media (max-width: 767px) {
  .p-ev-detail-section--narrow-text .p-ev-detail-section__content {
    width: auto;
  }
}
.p-ev-detail-section__image img {
  display: block;
  width: 100%;
  height: auto;
}
.p-ev-detail-section__icon {
  width: 4.0625rem;
  height: 3.5rem;
}
@media (max-width: 767px) {
  .p-ev-detail-section__icon {
    width: 2.625rem;
    height: 2.25rem;
  }
}
.p-ev-detail-section__icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-ev-detail-section__label {
  padding-left: 0.375rem;
  margin-top: -3.25rem;
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--normal);
  line-height: 1;
}
@media (max-width: 767px) {
  .p-ev-detail-section__label {
    margin-top: -2rem;
    font-size: 0.6875rem;
    font-weight: var(--medium);
    line-height: 1.45;
  }
}
.p-ev-detail-section__heading {
  padding-left: 0.375rem;
  margin-top: 0.5rem;
  font-family: var(--font-montserrat);
  font-size: 1.5rem;
  font-weight: var(--medium);
  line-height: 1.1666666667;
}
@media (max-width: 767px) {
  .p-ev-detail-section__heading {
    margin-top: 0.25rem;
    font-size: 1rem;
    font-weight: var(--semibold);
    line-height: 1.125;
  }
}
.p-ev-detail-section__text {
  margin-top: 2.5rem;
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--normal);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-ev-detail-section__text {
    margin-top: 1.25rem;
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
}
.p-ev-detail-future {
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin-top: 3.5rem;
  background-color: var(--color-bg-gray);
}
@media (max-width: 767px) {
  .p-ev-detail-future {
    padding-block: 2.5rem;
    margin-top: 2.5rem;
  }
}
.p-ev-detail-future__icon {
  width: 4.0625rem;
  height: 3.5rem;
}
@media (max-width: 767px) {
  .p-ev-detail-future__icon {
    width: 2.625rem;
    height: 2.25rem;
  }
}
.p-ev-detail-future__icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-ev-detail-future__label {
  padding-left: 0.375rem;
  margin-top: -3.25rem;
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--normal);
  line-height: 1;
}
@media (max-width: 767px) {
  .p-ev-detail-future__label {
    margin-top: -2rem;
    font-size: 0.6875rem;
    font-weight: var(--medium);
    line-height: 1.45;
  }
}
.p-ev-detail-future__heading {
  padding-left: 0.375rem;
  margin-top: 0.5rem;
  font-family: var(--font-montserrat);
  font-size: 1.5rem;
  font-weight: var(--medium);
  line-height: 1.1666666667;
}
@media (max-width: 767px) {
  .p-ev-detail-future__heading {
    margin-top: 0.25rem;
    font-size: 1rem;
    font-weight: var(--semibold);
    line-height: 1.125;
  }
}
.p-ev-detail-future__text {
  margin-top: 3rem;
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--normal);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-ev-detail-future__text {
    margin-top: 1.5rem;
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
}
.p-ev-detail-note {
  padding-top: 2.5rem;
  padding-bottom: 10rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-ev-detail-note {
    padding-top: 1rem;
    padding-bottom: 3.75rem;
  }
}
.p-ev-detail-note__text {
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 8.6896551724px + 0.4310344828vw, 14px);
  font-weight: var(--medium);
}
@media (max-width: 767px) {
  .p-ev-detail-note__text {
    font-size: 0.6875rem;
  }
}
.p-ev-detail-others {
  padding-bottom: 10rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-ev-detail-others {
    padding-bottom: 3.75rem;
  }
}
@media (max-width: 767px) {
  .p-ev-detail-others__container {
    padding-inline: var(--padding-sp);
  }
}
.p-ev-detail-others__title {
  font-family: var(--font-montserrat);
  font-size: clamp(24px, -2.4827586207px + 3.4482758621vw, 40px);
  font-weight: var(--medium);
  line-height: 1.2;
}
@media (max-width: 767px) {
  .p-ev-detail-others__title {
    font-size: 1.5rem;
  }
}
.p-ev-detail-others__carousel {
  margin-top: 3rem;
  overflow: visible;
}
@media (max-width: 767px) {
  .p-ev-detail-others__carousel {
    margin-top: 2rem;
  }
}
.p-ev-detail-others__carousel .splide__track {
  overflow: visible;
}
.p-ev-detail-others__carousel .splide__slide {
  width: 20rem;
}
@media (max-width: 767px) {
  .p-ev-detail-others__carousel .splide__slide {
    width: calc((100% - 0.5rem) / 2);
  }
}
.p-ev-detail-others__card {
  display: grid;
  grid-template-rows: 1fr 1fr auto;
  min-height: 30.3125rem;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  .p-ev-detail-others__card {
    min-height: 16.5625rem;
  }
}
.p-ev-detail-others__dept {
  display: flex;
  align-items: center;
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--normal);
  line-height: 1;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .p-ev-detail-others__dept {
    align-items: end;
    font-size: 0.6875rem;
  }
}
.p-ev-detail-others__name {
  display: flex;
  align-items: start;
  margin-top: 0.25rem;
  font-family: var(--font-montserrat);
  font-size: clamp(12px, -7.8620689655px + 2.5862068966vw, 24px);
  font-weight: var(--medium);
  line-height: 1.05;
}
@media (max-width: 767px) {
  .p-ev-detail-others__name {
    font-size: 0.75rem;
    align-items: center;
  }
}
.p-ev-detail-others__name--tight {
  letter-spacing: -0.02em;
}
.p-ev-detail-others__image {
  margin-top: 1.25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-ev-detail-others__image {
    margin-top: 0.5rem;
  }
}
.p-ev-detail-others__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 320/400;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-image-zoom);
}
@media (any-hover: hover) {
  .p-ev-detail-others__card:hover .p-ev-detail-others__image img {
    transform: scale(1.1);
  }
}
.p-ev-detail-others__nav {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.p-jd-hero {
  padding: 5rem 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .p-jd-hero {
    padding: 2.5rem 0 0;
  }
}
.p-jd-hero__title {
  font-family: var(--font-montserrat);
  font-size: 3rem;
  font-weight: var(--medium);
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .p-jd-hero__title {
    font-size: 1.5rem;
  }
}
.p-jd-hero__text {
  margin-top: 5rem;
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 2.0689655172px + 1.2931034483vw, 18px);
  font-weight: var(--medium);
}
@media (max-width: 767px) {
  .p-jd-hero__text {
    margin-top: 2.5rem;
    font-size: 0.75rem;
  }
}
.p-jd-hero__text--bold {
  font-weight: var(--semibold);
}
.p-jd-hero__divisions {
  display: flex;
  justify-content: center;
  margin-top: 2.1875rem;
}
@media (max-width: 767px) {
  .p-jd-hero__divisions {
    flex-wrap: wrap;
    margin-top: 1.5rem;
  }
}
.p-jd-hero__division {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 19rem;
  height: 19rem;
  padding: 2rem;
  border: 0.1875rem solid var(--color-primary);
  border-radius: var(--border-radius-circle);
}
@media (max-width: 767px) {
  .p-jd-hero__division {
    width: 9.5rem;
    height: auto;
    aspect-ratio: 1/1;
    padding: 1rem;
    margin: -0.5rem;
    border: 1px solid var(--color-primary);
  }
}
.p-jd-hero__division + .p-jd-hero__division {
  margin-left: -2rem;
}
@media (max-width: 767px) {
  .p-jd-hero__division + .p-jd-hero__division {
    margin-left: -0.5rem;
  }
}
.p-jd-hero__division img {
  display: none;
}
.p-jd-hero__division-label {
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--medium);
  line-height: 1.33;
  text-align: center;
}
@media (max-width: 767px) {
  .p-jd-hero__division-label {
    font-size: 0.75rem;
    font-weight: var(--normal);
  }
}
.p-jd-cards {
  padding: 3.75rem 0 3rem;
}
@media (max-width: 767px) {
  .p-jd-cards {
    padding: 2.1875rem 0;
  }
}
.p-jd-cards__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1rem;
}
@media (max-width: 767px) {
  .p-jd-cards__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem 0.5rem;
  }
}
.p-jd-cards__card {
  padding: 0;
  text-align: left;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: none;
}
@media (max-width: 767px) {
  .p-jd-cards__card.c-department-card {
    grid-template-rows: auto 1fr;
    aspect-ratio: auto;
  }
}
@media (max-width: 767px) {
  .p-jd-cards__card .c-department-card__image-wrapper {
    aspect-ratio: 1/1;
  }
}
.p-jd-cards__card .c-arrow {
  grid-area: arrow;
  align-self: end;
  transform: rotate(90deg);
}
.p-jd-detail {
  padding: 3.5rem 0;
}
@media (max-width: 767px) {
  .p-jd-detail {
    padding: 1.75rem 0;
  }
}
.p-jd-detail__header {
  position: relative;
  display: grid;
  grid-template-rows: 16rem;
  grid-template-columns: 17rem 50rem;
}
@media (max-width: 767px) {
  .p-jd-detail__header {
    display: flex;
    flex-direction: column;
    row-gap: 0.75rem;
  }
}
.p-jd-detail__header-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 16rem;
  background-color: var(--color-black);
}
@media (max-width: 767px) {
  .p-jd-detail__header-line {
    display: none;
  }
}
.p-jd-detail__hero {
  grid-row: 1;
  grid-column: 2;
  width: 50rem;
  height: 16rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-jd-detail__hero {
    order: 2;
    width: 100%;
    height: auto;
    aspect-ratio: 5/2;
  }
}
.p-jd-detail__hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-jd-detail__header-info {
  display: flex;
  flex-direction: column;
  grid-row: 1;
  grid-column: 1;
  justify-content: center;
  padding-left: 1.5rem;
}
@media (max-width: 767px) {
  .p-jd-detail__header-info {
    order: 1;
    min-height: 2.25rem;
    padding-left: 0.4375rem;
    border-left: 1px solid var(--color-black);
  }
}
.p-jd-detail__division-name {
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--medium);
}
@media (max-width: 767px) {
  .p-jd-detail__division-name {
    font-size: 0.75rem;
    font-weight: var(--normal);
  }
}
.p-jd-detail__dept-name {
  font-family: var(--font-montserrat);
  font-size: 2rem;
  font-weight: var(--medium);
  line-height: 1;
}
@media (max-width: 767px) {
  .p-jd-detail__dept-name {
    font-size: 1rem;
    font-weight: var(--semibold);
  }
}
.p-jd-detail__body {
  position: relative;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .p-jd-detail__body {
    margin-top: 1.25rem;
  }
}
.p-jd-detail__body-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: rgb(85, 85, 85);
}
@media (max-width: 767px) {
  .p-jd-detail__body-line {
    display: none;
  }
}
.p-jd-detail__content {
  padding-left: 17rem;
}
@media (max-width: 767px) {
  .p-jd-detail__content {
    padding-left: 0;
  }
}
.p-jd-detail__section {
  display: grid;
  grid-template-columns: 17rem 1fr;
}
@media (max-width: 767px) {
  .p-jd-detail__section {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
}
.p-jd-detail__section + .p-jd-detail__section {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .p-jd-detail__section + .p-jd-detail__section {
    margin-top: 0.75rem;
  }
}
.p-jd-detail__label {
  padding-top: 0.25rem;
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 2.0689655172px + 1.2931034483vw, 18px);
  font-weight: var(--semibold);
  line-height: 1.1;
}
@media (max-width: 767px) {
  .p-jd-detail__label {
    padding-top: 0;
    font-size: 0.875rem;
  }
}
.p-jd-detail__text {
  max-width: 33rem;
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--normal);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-jd-detail__text {
    max-width: none;
    font-size: 0.75rem;
    line-height: 1.333;
  }
}
.p-jd-detail__list {
  max-width: 33rem;
  padding: 0;
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--normal);
  line-height: 1.5;
  list-style: none;
}
@media (max-width: 767px) {
  .p-jd-detail__list {
    max-width: none;
    font-size: 0.75rem;
    line-height: 1.333;
  }
}
.p-jd-detail__list li {
  position: relative;
  padding-left: 1em;
}
.p-jd-detail__list li::before {
  position: absolute;
  left: 0;
  content: "・";
}
.p-jd-detail__suitable {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  max-width: 33rem;
}
@media (max-width: 767px) {
  .p-jd-detail__suitable {
    max-width: none;
  }
}
.p-jd-detail__suitable-title {
  position: relative;
  padding-left: 1em;
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--medium);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-jd-detail__suitable-title {
    font-size: 0.6875rem;
    line-height: 1.5;
  }
}
.p-jd-detail__suitable-title::before {
  position: absolute;
  left: 0;
  content: "・";
}
.p-jd-detail__suitable-desc {
  padding-left: 1em;
  margin-top: 0.25rem;
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--normal);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-jd-detail__suitable-desc {
    padding-left: 1em;
    margin-top: 0.125rem;
    font-size: 0.6875rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .p-jd-detail__section:has(.p-jd-detail__interview) {
    display: grid;
    grid-template-columns: 5.1875rem 1fr;
    gap: 0;
    align-items: center;
  }
}
.p-jd-detail__interview {
  position: relative;
  display: block;
  width: 33rem;
  height: 11.25rem;
  overflow: hidden;
  color: var(--color-white);
  text-decoration: none;
}
@media (max-width: 767px) {
  .p-jd-detail__interview {
    width: 15.125rem;
    height: 5.1875rem;
  }
}
.p-jd-detail__interview-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-image-zoom);
}
@media (any-hover: hover) {
  .p-jd-detail__interview:hover .p-jd-detail__interview-img {
    transform: scale(1.1);
  }
}
.p-jd-detail__interview-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.35), transparent);
  mix-blend-mode: multiply;
}
.p-jd-detail__interview-info {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
@media (max-width: 767px) {
  .p-jd-detail__interview-info {
    bottom: 0.5rem;
    left: 0.5rem;
  }
}
.p-jd-detail__interview-dept {
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--normal);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-jd-detail__interview-dept {
    font-size: 0.6875rem;
  }
}
.p-jd-detail__interview-name {
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 2.0689655172px + 1.2931034483vw, 18px);
  font-weight: var(--semibold);
  line-height: 1.33;
}
@media (max-width: 767px) {
  .p-jd-detail__interview-name {
    font-size: 0.875rem;
  }
}
.p-jd-detail__interview-arrow {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
}
@media (max-width: 767px) {
  .p-jd-detail__interview-arrow {
    right: 0.5rem;
    bottom: 0.5rem;
  }
}
@media (any-hover: hover) {
  .p-jd-detail__interview:hover .c-arrow {
    background-color: var(--color-white);
    border-color: var(--color-black);
  }
}
@media (any-hover: hover) {
  .p-jd-detail__interview:hover .c-arrow::after {
    background-color: var(--color-black);
  }
}
.p-jd-detail__back-btn {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  width: 50rem;
  height: 2.5rem;
  padding: 0.5rem;
  margin-top: 2rem;
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--medium);
  color: var(--color-white);
  cursor: pointer;
  background-color: var(--color-black);
  border: 1px solid transparent;
  transition: background-color var(--duration-default), color var(--duration-default), border-color var(--duration-default);
}
@media (any-hover: hover) {
  .p-jd-detail__back-btn:hover {
    color: var(--color-black);
    background-color: var(--color-white);
    border-color: var(--color-black);
  }
}
@media (max-width: 767px) {
  .p-jd-detail__back-btn {
    gap: 0.5rem;
    width: 100%;
    height: 2rem;
    margin-top: 1.125rem;
    font-size: 0.6875rem;
  }
}
.p-jd-detail + .c-open-positions-cta {
  margin-top: 6.5rem;
}
@media (max-width: 767px) {
  .p-jd-detail + .c-open-positions-cta {
    margin-top: 3.5rem;
  }
}
.p-jd-detail__back-btn-arrow {
  display: block;
  width: 1.25rem;
  aspect-ratio: 25/12;
  background-color: currentcolor;
  -webkit-mask-image: url("data:image/svg+xml,%3csvg%20width='25'%20height='12'%20viewBox='0%200%2025%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24.5303%206.05328C24.8232%205.76039%2024.8232%205.28551%2024.5303%204.99262L19.7574%200.219648C19.4645%20-0.073245%2018.9896%20-0.073245%2018.6967%200.219648C18.4038%200.512542%2018.4038%200.987415%2018.6967%201.28031L22.9393%205.52295L18.6967%209.76559C18.4038%2010.0585%2018.4038%2010.5334%2018.6967%2010.8263C18.9896%2011.1191%2019.4645%2011.1191%2019.7574%2010.8263L24.5303%206.05328ZM0%205.52295V6.27295H24V5.52295V4.77295H0V5.52295Z'%20fill='white'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg%20width='25'%20height='12'%20viewBox='0%200%2025%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M24.5303%206.05328C24.8232%205.76039%2024.8232%205.28551%2024.5303%204.99262L19.7574%200.219648C19.4645%20-0.073245%2018.9896%20-0.073245%2018.6967%200.219648C18.4038%200.512542%2018.4038%200.987415%2018.6967%201.28031L22.9393%205.52295L18.6967%209.76559C18.4038%2010.0585%2018.4038%2010.5334%2018.6967%2010.8263C18.9896%2011.1191%2019.4645%2011.1191%2019.7574%2010.8263L24.5303%206.05328ZM0%205.52295V6.27295H24V5.52295V4.77295H0V5.52295Z'%20fill='white'/%3e%3c/svg%3e");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transform: rotate(-90deg);
}
@media (max-width: 767px) {
  .p-jd-detail__back-btn-arrow {
    width: 0.75rem;
  }
}
.p-policy-hero {
  padding-top: 5rem;
}
@media (max-width: 767px) {
  .p-policy-hero {
    padding-top: 2.5rem;
  }
}
.p-policy-hero__title {
  font-family: var(--font-montserrat);
  font-size: 3rem;
  font-weight: var(--medium);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .p-policy-hero__title {
    font-size: 1.5rem;
  }
}
.p-policy-body {
  padding-block: 5rem 10rem;
}
@media (max-width: 767px) {
  .p-policy-body {
    padding-block: 2.5rem 5rem;
  }
}
.p-policy-body__content {
  font-family: var(--font-primary);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--medium);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-policy-body__content {
    font-size: 0.75rem;
    font-weight: var(--normal);
    line-height: 1.333;
  }
}
.p-positions__header {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  width: 100%;
  padding-block: 0.75rem;
  padding-inline: 0 1.25rem;
  font-family: var(--font-primary);
  cursor: pointer;
  list-style: none;
  background: none;
  border: none;
  border-bottom: 1px solid var(--color-black);
}
@media (max-width: 767px) {
  .p-positions__header {
    gap: 0.75rem;
    padding-block: 0.5rem;
    padding-inline: 0 0.5rem;
  }
}
.p-positions__header::-webkit-details-marker {
  display: none;
}
.p-positions__title {
  justify-items: flex-start;
  font-family: var(--font-montserrat);
  font-size: 1.5rem;
  font-weight: var(--medium);
}
@media (max-width: 767px) {
  .p-positions__title {
    font-size: 1rem;
    line-height: 0.93;
  }
}
.p-positions__toggle {
  flex-shrink: 0;
  margin-left: auto;
  transition: transform var(--duration-default);
}
.p-positions__toggle::after {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg%20width='16'%20height='11'%20viewBox='0%200%2016%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.591797%200.46045L7.5918%209.46045L14.5918%200.46045'%20stroke='white'%20stroke-width='1.5'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg%20width='16'%20height='11'%20viewBox='0%200%2016%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.591797%200.46045L7.5918%209.46045L14.5918%200.46045'%20stroke='white'%20stroke-width='1.5'/%3e%3c/svg%3e");
}
.is-opened > .p-positions__header .p-positions__toggle {
  transform: rotate(180deg);
}
.p-positions__body {
  display: grid;
  row-gap: 1.25rem;
  padding-block: 1rem 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-positions__body {
    row-gap: 0.625rem;
  }
}
.p-positions-hero {
  padding-top: 5rem;
}
@media (max-width: 767px) {
  .p-positions-hero {
    padding-top: 2.5rem;
  }
}
.p-positions-hero__title {
  font-family: var(--font-montserrat);
  font-size: 3rem;
  font-weight: var(--medium);
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .p-positions-hero__title {
    font-size: 1.5rem;
  }
}
.p-positions-hero__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  justify-content: center;
  max-width: 33rem;
  margin-inline: auto;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .p-positions-hero__nav {
    gap: 0.5rem;
    margin-top: 1rem;
  }
}
.p-positions-hero__nav-link {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0.75rem;
  color: var(--color-black);
  text-decoration: none;
  border-bottom: 1px solid var(--color-black);
}
@media (max-width: 767px) {
  .p-positions-hero__nav-link {
    gap: 1rem;
    padding: 0.5rem;
  }
}
.p-positions-hero__nav-text {
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 2.0689655172px + 1.2931034483vw, 18px);
  font-weight: var(--medium);
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .p-positions-hero__nav-text {
    font-size: 0.75rem;
  }
}
.p-positions-category {
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .p-positions-category {
    padding-top: 2.5rem;
  }
}
.p-positions-category + .p-positions-category {
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  .p-positions-category + .p-positions-category {
    padding-bottom: 5rem;
  }
}
.p-positions-category__title {
  margin-bottom: 1.5625rem;
  font-family: var(--font-montserrat);
  font-size: 2.5rem;
  font-weight: var(--medium);
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .p-positions-category__title {
    margin-bottom: 0.625rem;
    font-size: 1.25rem;
    font-weight: var(--semibold);
  }
}
.p-positions-category__items {
  display: grid;
  row-gap: 2rem;
}
@media (max-width: 767px) {
  .p-positions-category__items {
    row-gap: 0.75rem;
  }
}
.p-positions-info {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .p-positions-info {
    margin-bottom: 1.25rem;
  }
}
.p-positions-info__row {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .p-positions-info__row {
    gap: 0.75rem;
  }
}
.p-positions-info__label {
  min-width: 7.5rem;
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--medium);
}
@media (max-width: 767px) {
  .p-positions-info__label {
    min-width: 6.25rem;
    font-size: 0.875rem;
  }
}
.p-positions-info__value {
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--normal);
}
@media (max-width: 767px) {
  .p-positions-info__value {
    font-size: 0.875rem;
  }
}
.p-positions-section {
  display: grid;
  grid-template-columns: 17rem 1fr;
}
@media (max-width: 767px) {
  .p-positions-section {
    grid-template-columns: 1fr;
  }
}
.p-positions-section__title {
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 2.0689655172px + 1.2931034483vw, 18px);
  font-weight: var(--semibold);
}
@media (max-width: 767px) {
  .p-positions-section__title {
    margin-bottom: 0;
    font-size: 0.875rem;
  }
}
.p-positions-section__content {
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--normal);
}
@media (max-width: 767px) {
  .p-positions-section__content {
    font-size: 0.875rem;
  }
}
.p-positions-section__list {
  padding: 0;
  list-style: none;
}
.p-positions-section__list li {
  position: relative;
  display: grid;
  row-gap: 0.3125rem;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .p-positions-section__list li {
    row-gap: 0.125rem;
  }
}
.p-positions-section__list li::before {
  position: absolute;
  left: 0;
  content: "・";
}
.p-positions-section__list--titled {
  display: grid;
  row-gap: 0.625rem;
}
@media (max-width: 767px) {
  .p-positions-section__list--titled {
    row-gap: 0.3125rem;
  }
}
.p-positions-section__list-title {
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--medium);
}
@media (max-width: 767px) {
  .p-positions-section__list-title {
    font-size: 0.875rem;
  }
}
.p-positions-section__list-text {
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--normal);
  line-height: 1.333;
}
@media (max-width: 767px) {
  .p-positions-section__list-text {
    font-size: 0.75rem;
  }
}
.p-positions-section__list--simple {
  display: grid;
  row-gap: 0.625rem;
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--normal);
  line-height: 1.333;
}
@media (max-width: 767px) {
  .p-positions-section__list--simple {
    row-gap: 0.3125rem;
    font-size: 0.75rem;
  }
}
.p-positions-responsibilities__item {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .p-positions-responsibilities__item {
    margin-bottom: 0.75rem;
  }
}
.p-positions-responsibilities__name {
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--medium);
}
@media (max-width: 767px) {
  .p-positions-responsibilities__name {
    font-size: 0.875rem;
  }
}
.p-positions-qualifications__row {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .p-positions-qualifications__row {
    gap: 0.75rem;
    margin-bottom: 0.25rem;
  }
}
.p-positions-qualifications__label {
  min-width: 5.625rem;
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--medium);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-positions-qualifications__label {
    min-width: 4.375rem;
    font-size: 0.75rem;
  }
}
.p-positions-qualifications__value {
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--normal);
}
@media (max-width: 767px) {
  .p-positions-qualifications__value {
    font-size: 0.75rem;
  }
}
.p-positions-apply {
  padding: 2rem;
  background-color: var(--color-bg-gray);
}
@media (max-width: 767px) {
  .p-positions-apply {
    padding: 1.25rem 1rem;
  }
}
.p-positions-apply__inner {
  display: grid;
  grid-template-columns: 13.125rem 1fr;
  gap: 0.3125rem;
  max-width: 43.75rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-positions-apply__inner {
    grid-template-columns: 1fr;
  }
}
.p-positions-apply__title {
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--semibold);
}
@media (max-width: 767px) {
  .p-positions-apply__title {
    font-size: 0.875rem;
  }
}
.p-positions-apply__content {
  display: grid;
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--normal);
  line-height: 1.333;
}
@media (max-width: 767px) {
  .p-positions-apply__content {
    font-size: 0.75rem;
  }
}
.p-positions-apply__contact-row {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
}
.p-positions-apply__contact-row + .p-positions-apply__contact-row {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .p-positions-apply__contact-row {
    gap: 2.1875rem;
  }
}
.p-positions-apply__contact-label {
  min-width: 2.1875rem;
  font-weight: var(--medium);
}
.p-sitetop-hero {
  position: relative;
  height: 32.5rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-sitetop-hero {
    height: 24.1875rem;
  }
}
.p-sitetop-hero__slider.splide {
  position: absolute;
  inset: 0;
  cursor: grab;
}
.p-sitetop-hero__slider.splide.is-dragging {
  cursor: grabbing;
}
.p-sitetop-hero__slider.splide .splide__track,
.p-sitetop-hero__slider.splide .splide__list,
.p-sitetop-hero__slider.splide .splide__slide {
  height: 100%;
}
.p-sitetop-hero__slider.splide .splide__slide {
  position: relative;
}
.p-sitetop-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.p-sitetop-hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-sitetop-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to left, white, #737373);
  mix-blend-mode: multiply;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .p-sitetop-hero__overlay {
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(124, 124, 124, 0.51) 52%, black);
  }
}
.p-sitetop-hero__content {
  position: relative;
  z-index: 2;
  padding-top: 4.875rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .p-sitetop-hero__content {
    padding-top: 14.375rem;
  }
}
.p-sitetop-hero__title {
  font-family: var(--font-montserrat);
  font-size: clamp(28px, -18.3448275862px + 6.0344827586vw, 56px);
  font-weight: var(--semibold);
  line-height: 1;
  color: var(--color-white);
  letter-spacing: -0.07rem;
  text-shadow: var(--shadow-default);
}
@media (max-width: 767px) {
  .p-sitetop-hero__title {
    font-size: 1.75rem;
    letter-spacing: -0.035rem;
  }
}
.p-sitetop-hero__subtitles {
  display: grid;
  margin-top: 0.9375rem;
}
.p-sitetop-hero__subtitle {
  display: none;
  grid-area: 1/1;
  font-family: var(--font-montserrat);
  font-size: clamp(16px, -17.1034482759px + 4.3103448276vw, 36px);
  font-weight: var(--medium);
  line-height: 2.25rem;
  color: var(--color-white);
  text-transform: capitalize;
  letter-spacing: -0.045rem;
  text-shadow: var(--shadow-default);
}
.p-sitetop-hero__subtitle.is-active {
  display: block;
}
@media (max-width: 767px) {
  .p-sitetop-hero__subtitle {
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: -0.02rem;
  }
}
.p-sitetop-hero__indicators {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  z-index: 2;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .p-sitetop-hero__indicators {
    bottom: 1.25rem;
    gap: 0.5rem;
  }
}
.p-sitetop-hero__indicator {
  width: 10rem;
  height: 2px;
  background-color: var(--color-white);
}
@media (max-width: 767px) {
  .p-sitetop-hero__indicator {
    width: 3.5625rem;
  }
}
.p-sitetop-hero__indicator--active {
  height: 4px;
  background-color: var(--color-primary);
}
.p-sitetop-join {
  padding-block: 5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .p-sitetop-join {
    padding-block: 2.5rem;
  }
}
.p-sitetop-join__title {
  font-family: var(--font-montserrat);
  font-size: clamp(24px, -2.4827586207px + 3.4482758621vw, 40px);
  font-weight: var(--medium);
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .p-sitetop-join__title {
    font-size: 1.5rem;
  }
}
.p-sitetop-join__text {
  max-width: 49.5625rem;
  margin-inline: auto;
  margin-top: 2rem;
  font-family: var(--font-montserrat);
  font-size: clamp(14px, 10.6896551724px + 0.4310344828vw, 16px);
  font-weight: var(--medium);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-sitetop-join__text {
    margin-top: 1.5rem;
    font-size: 0.75rem;
  }
}
.p-sitetop-join__btn {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .p-sitetop-join__btn {
    margin-top: 1.5rem;
  }
}
.p-sitetop-job-desc {
  padding-block: 5rem;
  background-color: var(--color-bg-gray);
}
@media (max-width: 767px) {
  .p-sitetop-job-desc {
    padding-block: 2.5rem;
  }
}
.p-sitetop-job-desc__inner {
  display: flex;
  gap: 3rem;
}
@media (max-width: 767px) {
  .p-sitetop-job-desc__inner {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.p-sitetop-job-desc__body {
  display: flex;
  flex-direction: column;
}
.p-sitetop-job-desc__title {
  font-family: var(--font-montserrat);
  font-size: clamp(24px, -2.4827586207px + 3.4482758621vw, 40px);
  font-weight: var(--medium);
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .p-sitetop-job-desc__title {
    font-size: 1.5rem;
  }
}
.p-sitetop-job-desc__text {
  margin-top: 2rem;
  font-family: var(--font-montserrat);
  font-size: clamp(14px, 10.6896551724px + 0.4310344828vw, 16px);
  font-weight: var(--normal);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-sitetop-job-desc__text {
    margin-top: 1rem;
    font-size: 0.75rem;
  }
}
.p-sitetop-job-desc__btn {
  display: flex;
  justify-content: flex-end;
  padding-top: 2.5rem;
  margin-top: auto;
}
@media (max-width: 767px) {
  .p-sitetop-job-desc__btn {
    padding-top: 1.5rem;
  }
}
.p-sitetop-job-desc__btn .c-btn__arrow {
  width: 1rem;
}
@media (max-width: 767px) {
  .p-sitetop-job-desc__btn .c-btn__arrow {
    width: 0.75rem;
  }
}
.p-sitetop-job-desc__image {
  width: 100%;
  max-width: 33rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-sitetop-job-desc__image {
    width: 100%;
    height: auto;
    aspect-ratio: 528/280;
  }
}
.p-sitetop-job-desc__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-sitetop-voices {
  padding-top: 5rem;
  overflow: clip visible;
}
@media (max-width: 767px) {
  .p-sitetop-voices {
    padding-top: 2.5rem;
  }
}
.p-sitetop-voices__title {
  font-family: var(--font-montserrat);
  font-size: clamp(24px, -2.4827586207px + 3.4482758621vw, 40px);
  font-weight: var(--medium);
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .p-sitetop-voices__title {
    font-size: 1.5rem;
  }
}
.p-sitetop-voices__slider-wrap {
  position: relative;
  width: 100vw;
  height: clamp(350px, 101.724137931px + 32.3275862069vw, 500px);
  margin-left: calc(50% - 50vw);
}
@media (max-width: 767px) {
  .p-sitetop-voices__slider-wrap {
    height: 17.5rem;
  }
}
.p-sitetop-voices__slider {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .p-sitetop-voices__slider {
    margin-top: 1.5rem;
  }
}
.p-sitetop-voices__slider .splide__track {
  overflow: clip visible;
}
.p-sitetop-voices__arrow {
  position: absolute;
  top: 12.5rem;
  z-index: 10;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .p-sitetop-voices__arrow {
    top: 6.3125rem;
  }
}
.p-sitetop-voices__arrow-prev {
  left: max(var(--padding-pc), (100vw - var(--layout-width-inner)) / 2);
  transform: rotate(180deg) translate(50%, 50%);
}
@media (max-width: 767px) {
  .p-sitetop-voices__arrow-prev {
    left: var(--padding-sp);
    transform: rotate(180deg) translate(50%, 50%);
  }
}
.p-sitetop-voices__arrow-next {
  left: max(var(--padding-pc), (100vw - var(--layout-width-inner)) / 2);
  transform: translate(calc(33rem - 50%), -50%);
}
@media (max-width: 767px) {
  .p-sitetop-voices__arrow-next {
    left: var(--padding-sp);
    transform: translate(calc(15.125rem - 50%), -50%);
  }
}
.p-sitetop-voices__slider .splide__slide {
  width: 20rem;
}
@media (max-width: 767px) {
  .p-sitetop-voices__slider .splide__slide {
    width: 9.875rem;
  }
}
.p-sitetop-voices__slide-link {
  display: flex;
  flex-direction: column;
  color: var(--color-black);
  text-decoration: none;
}
.p-sitetop-voices__slide-image {
  position: relative;
  order: 1;
  width: 100%;
  height: 25rem;
  overflow: hidden;
  transition: height 800ms ease;
}
.p-sitetop-voices__slide-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, rgb(0, 0, 0));
  mix-blend-mode: multiply;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .p-sitetop-voices__slide-image {
    height: 12.375rem;
  }
}
.p-sitetop-voices__slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-image-zoom);
}
@media (any-hover: hover) {
  .p-sitetop-voices__slide-link:hover .p-sitetop-voices__slide-image img {
    transform: scale(1.1);
  }
}
.p-sitetop-voices__slide-info {
  order: 0;
  margin-bottom: 1rem;
  transition: text-shadow 800ms ease;
}
@media (max-width: 767px) {
  .p-sitetop-voices__slide-info {
    margin-bottom: 0.5rem;
  }
}
.p-sitetop-voices__slide-dept {
  padding-top: 0.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--normal);
  line-height: 1.5;
  letter-spacing: -0.0225rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-sitetop-voices__slide-dept {
    font-size: 0.75rem;
    letter-spacing: -0.015rem;
  }
}
.p-sitetop-voices__slide-name {
  margin-top: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--font-montserrat);
  font-size: clamp(12px, -7.8620689655px + 2.5862068966vw, 24px);
  font-weight: var(--medium);
  line-height: 1.5;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-sitetop-voices__slide-name {
    margin-top: 0.125rem;
    font-size: 1.125rem;
  }
}
.p-sitetop-voices__slide-quote {
  visibility: hidden;
  order: 2;
  max-height: 0;
  padding-inline: 1.5rem;
  margin-top: 0;
  overflow: hidden;
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--normal);
  line-height: 1.5;
  opacity: 0;
  transition: opacity 0ms, visibility 0s, max-height 400ms ease, margin-top 400ms ease;
}
@media (max-width: 767px) {
  .p-sitetop-voices__slide-quote {
    padding-inline: 0;
    font-size: 0.75rem;
    line-height: 1.33;
  }
}
.p-sitetop-voices__slider .splide__slide .c-btn {
  visibility: hidden;
  align-self: center;
  order: 3;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0ms, visibility 0s, max-height 400ms ease, margin-top 400ms ease;
}
.p-sitetop-voices__slider .splide__slide.is-active {
  width: 33rem;
}
@media (max-width: 767px) {
  .p-sitetop-voices__slider .splide__slide.is-active {
    width: 15.125rem;
  }
}
.p-sitetop-voices__slider .splide__slide.is-active .p-sitetop-voices__slide-image {
  order: 0;
  height: 21rem;
}
@media (max-width: 767px) {
  .p-sitetop-voices__slider .splide__slide.is-active .p-sitetop-voices__slide-image {
    height: 9.625rem;
  }
}
.p-sitetop-voices__slider .splide__slide.is-active .p-sitetop-voices__slide-info {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  order: 1;
  width: -moz-fit-content;
  width: fit-content;
  height: 21rem;
  padding-inline: 1.25rem;
  padding-bottom: 1.5rem;
  margin-bottom: 0;
  color: var(--color-white);
  text-shadow: var(--shadow-default);
}
@media (max-width: 767px) {
  .p-sitetop-voices__slider .splide__slide.is-active .p-sitetop-voices__slide-info {
    height: 9.625rem;
    padding-bottom: 0.75rem;
  }
}
.p-sitetop-voices__slider .splide__slide.is-active .p-sitetop-voices__slide-dept {
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--medium);
  color: inherit;
  white-space: normal;
}
@media (max-width: 767px) {
  .p-sitetop-voices__slider .splide__slide.is-active .p-sitetop-voices__slide-dept {
    font-size: 0.6875rem;
  }
}
.p-sitetop-voices__slider .splide__slide.is-active .p-sitetop-voices__slide-name {
  font-size: clamp(18px, -5.1724137931px + 3.0172413793vw, 32px);
  color: inherit;
  white-space: normal;
}
@media (max-width: 767px) {
  .p-sitetop-voices__slider .splide__slide.is-active .p-sitetop-voices__slide-name {
    font-size: 1rem;
  }
}
.p-sitetop-voices__slider .splide__slide.is-active .p-sitetop-voices__slide-quote {
  visibility: visible;
  max-height: 12.5rem;
  margin-top: 1.5rem;
  opacity: 1;
  transition: max-height 400ms ease, margin-top 400ms ease, opacity 400ms ease 300ms, visibility 0s 0s;
}
@media (max-width: 767px) {
  .p-sitetop-voices__slider .splide__slide.is-active .p-sitetop-voices__slide-quote {
    margin-top: 0.5rem;
  }
}
.p-sitetop-voices__slider .splide__slide.is-active .c-btn {
  visibility: visible;
  max-height: 6.25rem;
  margin-top: 1.5rem;
  opacity: 1;
  transition: max-height 400ms ease, margin-top 400ms ease, opacity 400ms ease 300ms, visibility 0s 0s;
}
@media (max-width: 767px) {
  .p-sitetop-voices__slider .splide__slide.is-active .c-btn {
    margin-top: 0.75rem;
  }
}
.p-sitetop-voices__slider .splide__slide.is-active .c-btn .c-btn__arrow {
  width: 1rem;
}
@media (max-width: 767px) {
  .p-sitetop-voices__slider .splide__slide.is-active .c-btn .c-btn__arrow {
    width: 0.75rem;
  }
}
.p-sitetop-voices__note {
  margin-top: 2.5rem;
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 8.6896551724px + 0.4310344828vw, 14px);
  font-weight: var(--medium);
  line-height: 1;
  text-align: center;
  letter-spacing: -2%;
}
@media (max-width: 767px) {
  .p-sitetop-voices__note {
    margin-top: 1.5rem;
    font-size: 0.6875rem;
    text-align: left;
  }
}
.p-sitetop-be {
  padding-block: 10rem;
}
@media (max-width: 767px) {
  .p-sitetop-be {
    padding-block: 5rem;
  }
}
.p-sitetop-be__inner {
  display: flex;
}
@media (max-width: 767px) {
  .p-sitetop-be__inner {
    flex-direction: column;
  }
}
.p-sitetop-be__card {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  color: var(--color-white);
  text-decoration: none;
}
@media (max-width: 767px) {
  .p-sitetop-be__card {
    width: 100%;
    height: 20.3125rem;
  }
}
.p-sitetop-be__card-bg {
  position: absolute;
  inset: 0;
}
.p-sitetop-be__card-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: var(--transition-image-zoom);
}
@media (any-hover: hover) {
  .p-sitetop-be__card:hover .p-sitetop-be__card-bg img {
    transform: scale(1.1);
  }
}
.p-sitetop-be__card-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: var(--color-black);
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.p-sitetop-be__card-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 4.375rem 2.5rem 3.875rem;
}
@media (max-width: 767px) {
  .p-sitetop-be__card-content {
    padding: 2.5rem 1.5625rem 2rem;
  }
}
.p-sitetop-be__card-title {
  font-family: var(--font-montserrat);
  font-size: clamp(24px, -2.4827586207px + 3.4482758621vw, 40px);
  font-weight: var(--medium);
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .p-sitetop-be__card-title {
    font-size: 1.5rem;
  }
}
.p-sitetop-be__card-text {
  max-width: 25.625rem;
  margin-top: 1.875rem;
  font-family: var(--font-montserrat);
  font-size: clamp(12px, 5.3793103448px + 0.8620689655vw, 16px);
  font-weight: var(--normal);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-sitetop-be__card-text {
    margin-top: 0.625rem;
    font-size: 0.75rem;
    line-height: 1.33;
  }
}
.p-sitetop-be__card-content .c-btn {
  margin-top: auto;
}
.u-breakout-full {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
.u-breakout-right {
  margin-inline-end: calc(50% - 50vw);
}
@supports (padding-inline-start: 0) {
  .u-breakout-right {
    padding-inline-end: calc(50vw - 50%);
  }
}
.u-breakout-left {
  margin-inline-start: calc(50% - 50vw);
}
@supports (padding-inline-start: 0) {
  .u-breakout-left {
    padding-inline-start: calc(50vw - 50%);
  }
}
@media (max-width: 767px) {
  .u-breakout-full--pc-only {
    width: auto;
    margin-inline: 0;
  }
}
@media (max-width: 767px) {
  .u-breakout-right--pc-only {
    padding-inline-end: 0;
    margin-inline-end: 0;
  }
}
@media (max-width: 767px) {
  .u-breakout-left--pc-only {
    padding-inline-start: 0;
    margin-inline-start: 0;
  }
}
.u-color-text {
  color: var(--color-text);
}
.u-color-primary {
  color: var(--color-primary);
}
.u-bg-primary {
  background-color: var(--color-primary);
}
.u-bg-gray {
  background-color: var(--color-bg-gray);
}
.u-border-primary {
  border-color: var(--color-primary);
}