:root {
  --color-jet: #000000;
  --color-white: #ffffff;
  --color-black: #262626;
  --color-gray: #404040;
  --color-light-gray: #dedede;
  --color-light-blue: #6ec7da;
  --font-en: bebas-neue-pro, sans-serif;
  --font-jp: "A-OTF Gothic MB101 Pr5", sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  font-weight: 400;
  line-height: 1.4;
  cursor: auto;
  font-family: var(--font-jp);
}

body.is-fixed {
  overflow: hidden;
}

main {
  flex: 1;
}

main.recruit {
  position: relative;
}

main.recruit::before {
  content: "";
  position: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background-image: url("../img/recruit/recruit-bg-sp.png");
}

/*! destyle.css v3.0.2 | 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;
}

/* 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%;
  -moz-text-size-adjust: 100%;
  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 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* 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 {
  clear: both;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  margin: 0;
  overflow: visible;
  /* 2 */
  color: inherit;
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-size: inherit;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

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

/**
 * 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-size: inherit;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
  vertical-align: middle;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* 1 */
  appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  appearance: radio;
}

/**
 * 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 {
  min-width: 0;
  margin: 0;
  padding: 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;
}

/**
 * 1. 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;
  appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  appearance: button;
  /* 1 */
}

/**
 * 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 {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

.hidden {
  display: none !important;
}

.is-pc {
  display: none !important;
}

.is-sp {
  display: block !important;
}

.is-pc-flex {
  display: flex !important;
}

.is-sp-flex {
  display: flex !important;
}

.is-sp-inline {
  display: inline !important;
}

.is-pc-inline {
  display: inline !important;
}

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
}

.c-header.is-open .c-header__logo.is-top a img:first-of-type,
.c-header.is-open .c-header__logo.is-layer.is-change a img:first-of-type {
  opacity: 0;
}

.c-header.is-open .c-header__logo.is-top a img:last-of-type,
.c-header.is-open .c-header__logo.is-layer.is-change a img:last-of-type {
  opacity: 1;
}

.c-header .c-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 2.5641025641vw;
}

.c-header .c-header__logo.is-top a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s;
  left: 0;
}

.c-header .c-header__logo.is-top a img:first-of-type {
  opacity: 1;
}

.c-header .c-header__logo.is-top a img:last-of-type {
  opacity: 0;
}

.c-header .c-header__logo.is-layer a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s;
  left: 0;
}

.c-header .c-header__logo.is-layer a img:first-of-type {
  opacity: 0;
}

.c-header .c-header__logo.is-layer a img:last-of-type {
  opacity: 1;
}

.c-header .c-header__logo.is-layer.is-recruit a img:first-of-type {
  opacity: 1;
}

.c-header .c-header__logo.is-layer.is-recruit a img:last-of-type {
  opacity: 0;
}

.c-header .c-header__logo.is-layer.is-change a img:first-of-type {
  opacity: 1;
}

.c-header .c-header__logo.is-layer.is-change a img:last-of-type {
  opacity: 0;
}

.c-header .c-header__logo a {
  width: 57.9487179487vw;
  position: relative;
  z-index: 2;
  display: block;
}

.c-header .c-header__logo a img {
  width: 100%;
  height: auto;
}

.c-header .c-header__floating {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 1;
  overflow-y: auto;
  background-color: var(--color-black);
}

.c-header .c-header__floating.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c-header .c-header__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-header .c-header__cont {
  flex: 1;
  color: var(--color-white);
  padding-top: 21.0256410256vw;
  padding-left: 4.1025641026vw;
  padding-right: 4.1025641026vw;
}

.c-header .c-header__menu {
  width: 100%;
  padding-inline: 8.2051282051vw;
}

.c-header .c-header__info {
  margin-top: 12.5641025641vw;
  border-top: 0.2564102564vw solid var(--color-white);
  padding-top: 12.5641025641vw;
  padding-bottom: 16.6666666667vw;
}

.c-header .c-header__unit {
  display: flex;
  align-items: flex-start;
  gap: 8.9743589744vw;
}

.c-header .c-header__unit:not(:first-child) {
  margin-top: 10.2564102564vw;
}

.c-header .c-header__unit-title {
  font-weight: 800;
  font-family: var(--font-en);
  font-size: 4.6153846154vw;
}

.c-header .c-header__unit-address {
  font-size: 3.5897435897vw;
  font-family: "Noto Sans JP", sans-serif;
  opacity: 0.5;
  line-height: 1.8;
}

.c-header .c-header__unit-address .tel {
  font-family: var(--font-en);
  font-size: 2.8205128205vw;
}

.c-header .c-header__unit-address .tel .num {
  font-size: 4.6153846154vw;
  margin-left: 1.5384615385vw;
}

.c-header .c-header__drawer {
  position: relative;
  background-color: var(--color-black);
  aspect-ratio: 1/1;
  cursor: pointer;
  z-index: 2;
  transition: background-color 0.3s;
  width: 18.4615384615vw;
}

.c-header .c-header__drawer.is-open {
  background-color: var(--color-white);
}

.c-header .c-header__drawer.is-open .line {
  background-color: var(--color-black);
}

.c-header .c-header__drawer.is-open .line.first {
  transform: translateX(-50%) rotate(25deg);
  top: 40%;
}

.c-header .c-header__drawer.is-open .line.last {
  transform: translateX(-50%) rotate(-25deg);
  top: 40%;
}

.c-header .c-header__drawer.is-open .text {
  color: var(--color-black);
}

.c-header .c-header__drawer.is-open .part:first-child {
  opacity: 0;
}

.c-header .c-header__drawer.is-open .part:last-child {
  opacity: 1;
}

.c-header .c-header__drawer .line {
  display: inline-block;
  background-color: var(--color-white);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: background-color 0.3s, transform 0.3s, top 0.3s;
  width: 8.2051282051vw;
  height: 0.2564102564vw;
}

.c-header .c-header__drawer .line.first {
  top: calc(45% - 2.5641025641vw);
}

.c-header .c-header__drawer .line.last {
  top: 45%;
}

.c-header .c-header__drawer .text {
  color: var(--color-white);
  font-family: var(--font-en);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: color 0.3s;
  font-weight: 800;
  font-size: 4.1025641026vw;
  top: calc(45% + 1.2820512821vw);
}

.c-header .c-header__drawer .part {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s;
}

.c-header .c-header__drawer .part:first-child {
  opacity: 1;
}

.c-header .c-header__drawer .part:last-child {
  opacity: 0;
}

.c-footer {
  background-color: var(--color-black);
  color: var(--color-white);
}

.c-footer .c-footer__inner {
  padding-bottom: 7.4358974359vw;
}

.c-footer .c-footer__main {
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
  align-items: center;
  gap: 10.2564102564vw;
}

.c-footer .c-footer__logo {
  width: 53.0769230769vw;
}

.c-footer .c-footer__logo img {
  width: 100%;
  height: auto;
}

.c-footer .c-footer__menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 5.1282051282vw;
  padding-bottom: 9.7435897436vw;
  border-bottom: 0.2564102564vw solid var(--color-white);
  width: 100%;
}

.c-footer .c-footer__item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-footer .c-footer__item a {
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 5.641025641vw;
  display: flex;
}

.c-footer .c-footer__item a img {
  height: auto;
  display: flex;
  align-items: center;
  margin-left: 1.2820512821vw;
  width: 4.358974359vw;
}

.c-footer .c-footer__sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5.1282051282vw;
  gap: 23.0769230769vw;
}

.c-footer .c-footer__info {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 3.3333333333vw;
}

.c-footer .c-footer__address {
  display: flex;
  align-items: center;
  gap: 1.2820512821vw;
  flex-direction: column;
}

.c-footer .c-footer__title {
  font-weight: 800;
  font-family: var(--font-en);
  font-size: 4.1025641026vw;
}

.c-footer .c-footer__text {
  opacity: 0.5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.0769230769vw;
  width: 100%;
  text-align: center;
}

.c-footer .c-footer__text .tel {
  margin-left: 1em;
}

.c-footer .c-footer__cr {
  opacity: 0.5;
  font-family: "Avenir", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.0512820513vw;
  white-space: nowrap;
}

.c-global-nav {
  display: grid;
  row-gap: 8.4615384615vw;
}

.c-global-nav .c-global-nav__link {
  font-weight: 700;
  font-family: var(--font-en);
  font-size: 10vw;
  display: flex;
  align-items: center;
}

.c-global-nav .c-global-nav__link.is-open .toggle::after {
  transform: translate(-50%, -50%) rotate(0);
}

.c-global-nav .c-global-nav__link .toggle {
  border-radius: 50%;
  background-color: var(--color-white);
  width: 6.9230769231vw;
  aspect-ratio: 1/1;
  display: block;
  position: relative;
  margin-left: 3.5897435897vw;
}

.c-global-nav .c-global-nav__link .toggle::before,
.c-global-nav .c-global-nav__link .toggle::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: var(--color-black);
  width: 3.0769230769vw;
  height: 0.5128205128vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}

.c-global-nav .c-global-nav__link .toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.c-global-nav .c-global-nav__child {
  padding-left: 4.6153846154vw;
  padding-top: 5.1282051282vw;
}

.c-global-nav .c-global-nav__child-item:not(:first-child) {
  margin-top: 2.5641025641vw;
}

.c-global-nav .c-global-nav__child-item a {
  position: relative;
  font-weight: 500;
  font-size: 4.1025641026vw;
  padding-right: 4.358974359vw;
}

.c-global-nav .c-global-nav__child-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  aspect-ratio: 1/1;
  background-image: url("../img/common/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2.5641025641vw;
}

@keyframes imgslide1 {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes imgslide2 {
  0% {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-200%);
  }
}

@keyframes imgslidereverse1 {
  0% {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(100%);
  }
}

@keyframes imgslidereverse2 {
  0% {
    transform: translateX(0%);
  }

  to {
    transform: translateX(200%);
  }
}

@keyframes img-slide-y1 {
  0% {
    transform: translateY(100%);
  }

  to {
    transform: translateY(-100%);
  }
}

@keyframes img-slide-y2 {
  0% {
    transform: translateY(0%);
  }

  to {
    transform: translateY(-200%);
  }
}

@keyframes img-slidereverse-y1 {
  0% {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(100%);
  }
}

@keyframes img-slidereverse-y2 {
  0% {
    transform: translateY(-200%);
  }

  to {
    transform: translateY(0%);
  }
}

.c-scalein {
  translate: 0 100%;
  scale: 1 2.2;
  opacity: 0;
  transition: translate 1.1s cubic-bezier(0.2, 1, 0.21, 1), scale 1.1s cubic-bezier(0.2, 1, 0.21, 1), opacity 1.1s cubic-bezier(0.2, 1, 0.21, 1);
}

.c-scalein.is-on {
  opacity: 1;
  translate: 0 0;
  scale: 1 1;
}

.c-fadein {
  translate: 0 20px;
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.2, 1, 0.21, 1), translate 1.2s cubic-bezier(0.2, 1, 0.21, 1);
}

.c-fadein.is-on {
  opacity: 1;
  translate: 0 0;
}

.c-fadein.delay-none {
  transition-delay: 0s;
}

.c-overin {
  overflow: hidden;
  display: inline-block;
}

.c-overin.is-on .inner {
  opacity: 1;
  translate: 0 0;
}

.c-overin .inner {
  display: block;
  transition: 0.7s cubic-bezier(0.2, 1, 0.21, 1);
  translate: 0 100%;
  opacity: 0;
}

.c-overin .inner.delay-none {
  transition-delay: 0s;
}

.c-container {
  max-width: 90.5128205128vw;
  margin: 0 auto;
}

.c-hve-opacity {
  transition: opacity 0.3s;
}

.c-titles {
  display: flex;
  align-items: center;
}

.c-titles .c-title,
.c-titles .c-title--white,
.c-titles .c-title--small,
.c-titles .c-title--large,
.c-titles .c-title--center {
  font-weight: 700;
  font-family: var(--font-en);
  letter-spacing: -0.015em;
  line-height: 1.2;
  font-size: 17.9487179487vw;
}

.c-titles .c-title--center {
  margin-inline: auto;
}

.c-titles .c-title--large {
  font-size: 17.9487179487vw;
}

.c-titles .c-title--small {
  font-size: 12.8205128205vw;
}

.c-titles .c-title--white {
  color: var(--color-white);
}

.c-titles .c-subtitle,
.c-titles .c-subtitle--white {
  font-weight: 700;
  font-size: 5.1282051282vw;
  margin-left: 3.0769230769vw;
  padding: 1.5384615385vw 5.1282051282vw;
}

.c-titles .c-subtitle--white {
  color: var(--color-white);
  background-color: #151515;
}

.c-btn,
.c-btn--prev {
  display: flex;
}

.c-btn--prev a .arrow,
.c-btn--prev button .arrow {
  right: auto;
  left: 5.1282051282vw;
  rotate: 180deg;
}

.c-btn a,
.c-btn--prev a,
.c-btn button,
.c-btn--prev button {
  background-color: var(--color-black);
  border-radius: 100vmax;
  color: var(--color-white);
  font-weight: 800;
  font-family: var(--font-en);
  position: relative;
  font-size: 4.8717948718vw;
  padding: 2.8205128205vw 16.4102564103vw;
  text-align: center;
}

.c-btn a .arrow,
.c-btn--prev a .arrow,
.c-btn button .arrow,
.c-btn--prev button .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  width: 2.8205128205vw;
  right: 5.1282051282vw;
}

.c-btn a .arrow::before,
.c-btn--prev a .arrow::before,
.c-btn button .arrow::before,
.c-btn--prev button .arrow::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: var(--color-white);
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s;
  width: 6.4102564103vw;
}

.c-btn a .arrow img,
.c-btn--prev a .arrow img,
.c-btn button .arrow img,
.c-btn--prev button .arrow img {
  width: 100%;
  height: auto;
  position: absolute;
  transition: opacity 0.3s;
}

.c-btn a .arrow img:first-child,
.c-btn--prev a .arrow img:first-child,
.c-btn button .arrow img:first-child,
.c-btn--prev button .arrow img:first-child {
  opacity: 1;
}

.c-btn a .arrow img:last-child,
.c-btn--prev a .arrow img:last-child,
.c-btn button .arrow img:last-child,
.c-btn--prev button .arrow img:last-child {
  opacity: 0;
}

.cta {
  background-color: var(--color-black);
  color: var(--color-white);
  position: relative;
  z-index: 1;
}

.cta .cta__inner {
  padding-top: 31.2820512821vw;
  padding-bottom: 9.2307692308vw;
}

.cta .cta__title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.15;
  font-weight: 800;
  font-family: var(--font-en);
  z-index: -1;
  font-size: 16.9230769231vw;
  top: 13.8461538462vw;
  white-space: nowrap;
}

.cta .cta__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta .cta__btn a {
  font-weight: 600;
  background-color: var(--color-black);
  position: relative;
  transition: background-color 0.3s, color 0.3s;
  width: 100%;
  border: 0.2564102564vw solid var(--color-white);
  font-size: 4.8717948718vw;
  height: 15.3846153846vw;
}

.cta .cta__btn a .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cta .cta__btn a .text .part {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
  white-space: nowrap;
}

.cta .cta__btn a .text .part:first-child {
  opacity: 1;
}

.cta .cta__btn a .text .part:last-child {
  opacity: 0;
  font-family: var(--font-en);
  font-weight: 700;
}

.cta .cta__btn a .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25vw;
  display: flex;
  align-items: center;
  transition: right 0.3s;
  width: 3.5897435897vw;
  right: 5.641025641vw;
}

.cta .cta__btn a .arrow img {
  width: 100%;
  height: auto;
  position: absolute;
  transition: opacity 0.3s;
}

.cta .cta__btn a .arrow img:first-child {
  opacity: 1;
}

.cta .cta__btn a .arrow img:last-child {
  opacity: 0;
}

.c-page-header {
  position: relative;
  color: var(--color-white);
}

.c-page-header::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.32;
  background-color: var(--color-jet);
  z-index: 1;
}

.c-page-header .c-page-header__titles {
  position: absolute;
  z-index: 2;
  left: 3.8461538462vw;
  top: 35.1282051282vw;
}

.c-page-header .c-page-header__subtitle {
  font-weight: 800;
  font-family: var(--font-en);
  font-size: 17.9487179487vw;
}

.c-page-header .c-page-header__title {
  font-weight: 600;
  font-size: 5.1282051282vw;
}

.c-page-header .c-page-header__imagearea {
  width: 100%;
  aspect-ratio: 390/363;
  max-height: 93.0769230769vw;
  overflow: hidden;
}

.c-page-header .c-page-header__imagearea.service img {
  width: 160%;
  transform: translateX(-30%);
}

.c-page-header .c-page-header__imagearea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-breadcrumb {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--color-black);
  color: var(--color-white);
  z-index: 2;
}

.c-breadcrumb .c-breadcrumb__list {
  display: flex;
  align-items: center;
  padding: 3.3333333333vw 6.4102564103vw;
}

.c-breadcrumb .c-breadcrumb__item a,
.c-breadcrumb .c-breadcrumb__item span {
  font-weight: 800;
  font-family: var(--font-en);
  display: flex;
  align-items: center;
  font-size: 3.8461538462vw;
}

.c-breadcrumb .c-breadcrumb__item a {
  opacity: 0.5;
}

.c-breadcrumb .c-breadcrumb__item span .sep {
  display: inline-block;
  aspect-ratio: 1/1;
  border-radius: 50%;
  opacity: 0.5;
  background-color: var(--color-white);
  margin-inline: 3.8461538462vw;
  width: 1.0256410256vw;
}

.c-headline,
.c-headline--black {
  color: var(--color-white);
  position: relative;
  text-align: center;
}

.c-headline .c-headline__en,
.c-headline--black .c-headline__en {
  font-family: var(--font-en);
  font-weight: 700;
  opacity: 0.25;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 23.0769230769vw;
  white-space: nowrap;
}

.c-headline .c-headline__title,
.c-headline--black .c-headline__title {
  font-weight: 700;
  text-align: center;
  font-size: 7.6923076923vw;
}

.c-headline--black {
  color: var(--color-black);
}

.c-headline--black .c-headline__en {
  opacity: 0.12;
}

@media (min-width: 48.0625em) {
  main.recruit::before {
    background-image: url("../img/recruit/recruit-bg.png");
  }

  .is-pc {
    display: block !important;
  }

  .is-sp {
    display: none !important;
  }

  .is-pc-flex {
    display: none !important;
  }

  .is-sp-flex {
    display: none !important;
  }

  .is-sp-inline {
    display: none !important;
  }

  .is-pc-inline {
    display: none !important;
  }

  .c-header .c-header__inner {
    padding-left: 1.9444444444vw;
  }

  .c-header .c-header__logo.is-top a img:first-of-type {
    display: block;
  }

  .c-header .c-header__logo.is-top a img:last-of-type {
    display: none;
  }

  .c-header .c-header__logo a {
    z-index: 0;
    width: 16.3888888889vw;
  }

  .c-header .c-header__floating {
    background-color: transparent;
  }

  .c-header .c-header__img {
    width: 34.2361111111vw;
  }

  .c-header .c-header__cont {
    background-color: var(--color-black);
    padding-top: 0;
    padding-left: 7.5vw;
    padding-right: 5.9027777778vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .c-header .c-header__menu {
    padding-inline: 0;
  }

  .c-header .c-header__info {
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
    width: 100%;
    margin-top: 4.375vw;
  }

  .c-header .c-header__unit {
    background-color: var(--color-gray);
    align-items: center;
    gap: 1.4583333333vw;
    padding: 2.0138888889vw 2.7083333333vw;
  }

  .c-header .c-header__unit:not(:first-child) {
    margin-top: 1.7361111111vw;
  }

  .c-header .c-header__unit-title {
    font-size: 1.25vw;
  }

  .c-header .c-header__unit-address {
    line-height: 1.4;
    font-size: 0.9722222222vw;
    flex: 1;
  }

  .c-header .c-header__unit-address .tel {
    font-size: 0.7638888889vw;
    margin-left: 2.2222222222vw;
  }

  .c-header .c-header__unit-address .tel .num {
    font-size: 1.25vw;
    margin-left: 0.2777777778vw;
  }

  .c-header .c-header__drawer {
    width: 5.9027777778vw;
  }

  .c-header .c-header__drawer.is-open .line.first {
    top: 35%;
  }

  .c-header .c-header__drawer.is-open .line.last {
    top: 35%;
  }

  .c-header .c-header__drawer .line {
    width: 2.6388888889vw;
    height: 0.1388888889vw;
  }

  .c-header .c-header__drawer .line.first {
    top: calc(45% - 0.6944444444vw);
  }

  .c-header .c-header__drawer .text {
    font-size: 1.3194444444vw;
    top: calc(45% + 0.3472222222vw);
  }

  .c-footer .c-footer__inner {
    padding-bottom: 5.2083333333vw;
    padding-inline: 5.9027777778vw;
  }

  .c-footer .c-footer__main {
    gap: 0;
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-between;
  }

  .c-footer .c-footer__logo {
    width: 20.2777777778vw;
  }

  .c-footer .c-footer__menu {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    row-gap: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .c-footer .c-footer__item {
    justify-content: flex-start;
    margin-right: 2.9861111111vw;
  }

  .c-footer .c-footer__item:nth-last-child(2) {
    margin-right: 1.9444444444vw;
  }

  .c-footer .c-footer__item:last-child {
    margin-right: 0;
  }

  .c-footer .c-footer__item a {
    font-size: 1.3888888889vw;
  }

  .c-footer .c-footer__item a img {
    width: 1.1805555556vw;
    margin-left: 0;
  }

  .c-footer .c-footer__sub {
    flex-direction: row;
    gap: 0;
    margin-top: 1.7361111111vw;
    padding-top: 1.9444444444vw;
    border-top: 0.0694444444vw solid var(--color-white);
    justify-content: space-between;
  }

  .c-footer .c-footer__info {
    flex-direction: row;
    gap: 7.0138888889vw;
  }

  .c-footer .c-footer__address {
    gap: 1.3888888889vw;
    flex-direction: row;
  }

  .c-footer .c-footer__title {
    font-size: 1.1111111111vw;
  }

  .c-footer .c-footer__text {
    text-align: left;
    font-size: 0.8333333333vw;
  }

  .c-footer .c-footer__text .tel {
    margin-left: 0;
  }

  .c-footer .c-footer__cr {
    font-size: 0.6944444444vw;
  }

  .c-global-nav {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 2.6388888889vw;
  }

  .c-global-nav .c-global-nav__link {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 2.2222222222vw;
  }

  .c-global-nav .c-global-nav__child {
    padding-top: 0;
    margin-top: 1.5277777778vw;
    padding-left: 0;
  }

  .c-global-nav .c-global-nav__child-item:not(:first-child) {
    margin-top: 0.6944444444vw;
  }

  .c-global-nav .c-global-nav__child-item a {
    padding-right: 1.0416666667vw;
    font-size: 0.9722222222vw;
  }

  .c-global-nav .c-global-nav__child-item a::after {
    width: 0.625vw;
  }

  .c-fadein {
    transition-delay: 0.5s;
  }

  .c-overin .inner {
    transition-delay: 0.4s;
  }

  .c-container {
    max-width: 77.0833333333vw;
  }

  .c-titles .c-title,
  .c-titles .c-title--white,
  .c-titles .c-title--small,
  .c-titles .c-title--large,
  .c-titles .c-title--center {
    font-size: 4.8611111111vw;
  }

  .c-titles .c-title--large {
    font-size: 6.25vw;
  }

  .c-titles .c-title--small {
    font-size: 3.4722222222vw;
  }

  .c-titles .c-subtitle,
  .c-titles .c-subtitle--white {
    font-size: 1.5277777778vw;
    margin-left: 1.25vw;
    padding: 0.4861111111vw 1.5972222222vw;
  }

  .c-btn--prev a .arrow,
  .c-btn--prev button .arrow {
    left: 1.6666666667vw;
  }

  .c-btn a,
  .c-btn--prev a,
  .c-btn button,
  .c-btn--prev button {
    font-size: 1.6666666667vw;
    padding: 0.9027777778vw 5.2083333333vw;
  }

  .c-btn a .arrow,
  .c-btn--prev a .arrow,
  .c-btn button .arrow,
  .c-btn--prev button .arrow {
    width: 0.7638888889vw;
    right: 1.6666666667vw;
  }

  .c-btn a .arrow::before,
  .c-btn--prev a .arrow::before,
  .c-btn button .arrow::before,
  .c-btn--prev button .arrow::before {
    width: 1.7361111111vw;
  }

  .cta .cta__inner {
    padding-top: 17.2222222222vw;
    padding-bottom: 10.9722222222vw;
    display: flex;
    justify-content: center;
  }

  .cta .cta__title {
    font-size: 10.4166666667vw;
    top: 6.875vw;
  }

  .cta .cta__btn a {
    width: 29.6527777778vw;
    border: 0.0694444444vw solid var(--color-white);
    font-size: 1.3194444444vw;
    height: 4.1666666667vw;
  }

  .cta .cta__btn a .text .part:last-child {
    font-size: 1.875vw;
  }

  .cta .cta__btn a .arrow {
    right: 1.5972222222vw;
    width: 0.9722222222vw;
  }

  .c-page-header .c-page-header__titles {
    top: 50%;
    transform: translateY(-50%);
    left: 9.4444444444vw;
  }

  .c-page-header .c-page-header__subtitle {
    font-size: 11.1805555556vw;
  }

  .c-page-header .c-page-header__title {
    font-size: 2.4305555556vw;
  }

  .c-page-header .c-page-header__imagearea {
    aspect-ratio: 1280/521;
    max-height: 36.1805555556vw;
  }

  .c-page-header .c-page-header__imagearea.service img {
    width: 100%;
    transform: unset;
  }

  .c-breadcrumb .c-breadcrumb__list {
    padding: 1.3888888889vw 2.7083333333vw;
  }

  .c-breadcrumb .c-breadcrumb__item a,
  .c-breadcrumb .c-breadcrumb__item span {
    font-size: 1.6666666667vw;
  }

  .c-breadcrumb .c-breadcrumb__item span .sep {
    margin-inline: 1.6666666667vw;
    width: 0.4166666667vw;
  }

  .c-headline .c-headline__en,
  .c-headline--black .c-headline__en {
    font-size: 8.6805555556vw;
  }

  .c-headline .c-headline__title,
  .c-headline--black .c-headline__title {
    font-size: 2.8472222222vw;
  }
}

@media (any-hover: hover) and (min-width: 48.0625em) {
  .cta .cta__btn a:hover .arrow,
  .cta .cta__btn a:focus-visible .arrow {
    right: 6.9444444444vw;
  }
}

@media (min-width: 90em) {
  .c-header .c-header__inner {
    padding-left: 28px;
  }

  .c-header .c-header__logo a {
    width: 236px;
  }

  .c-header .c-header__cont {
    padding-left: 108px;
    padding-right: 85px;
  }

  .c-header .c-header__info {
    margin-top: 63px;
  }

  .c-header .c-header__unit {
    gap: 21px;
    padding: 29px 39px;
  }

  .c-header .c-header__unit:not(:first-child) {
    margin-top: 25px;
  }

  .c-header .c-header__unit-title {
    font-size: 18px;
  }

  .c-header .c-header__unit-address {
    font-size: 14px;
  }

  .c-header .c-header__unit-address .tel {
    font-size: 11px;
    margin-left: 32px;
  }

  .c-header .c-header__unit-address .tel .num {
    font-size: 18px;
    margin-left: 4px;
  }

  .c-header .c-header__drawer {
    width: 85px;
  }

  .c-header .c-header__drawer .line {
    width: 38px;
    height: 2px;
  }

  .c-header .c-header__drawer .line.first {
    top: calc(45% - 10px);
  }

  .c-header .c-header__drawer .text {
    font-size: 19px;
    top: calc(45% + 5px);
  }

  .c-footer .c-footer__inner {
    padding-bottom: 75px;
    padding-inline: 85px;
  }

  .c-footer .c-footer__logo {
    width: 292px;
  }

  .c-footer .c-footer__item {
    margin-right: 43px;
  }

  .c-footer .c-footer__item:nth-last-child(2) {
    margin-right: 20px;
  }

  .c-footer .c-footer__item a {
    font-size: 20px;
  }

  .c-footer .c-footer__item a img {
    width: 17px;
  }

  .c-footer .c-footer__sub {
    margin-top: 25px;
    padding-top: 28px;
    border-top: 1px solid var(--color-white);
  }

  .c-footer .c-footer__info {
    gap: 101px;
  }

  .c-footer .c-footer__address {
    gap: 20px;
  }

  .c-footer .c-footer__title {
    font-size: 16px;
  }

  .c-footer .c-footer__text {
    font-size: 12px;
  }

  .c-footer .c-footer__cr {
    font-size: 10px;
  }

  .c-global-nav {
    row-gap: 38px;
  }

  .c-global-nav .c-global-nav__link {
    font-size: 32px;
  }

  .c-global-nav .c-global-nav__child {
    margin-top: 22px;
  }

  .c-global-nav .c-global-nav__child-item:not(:first-child) {
    margin-top: 10px;
  }

  .c-global-nav .c-global-nav__child-item a {
    padding-right: 15px;
    font-size: 14px;
  }

  .c-global-nav .c-global-nav__child-item a::after {
    width: 9px;
  }

  .c-container {
    max-width: 1110px;
  }

  .c-titles .c-title,
  .c-titles .c-title--white,
  .c-titles .c-title--small,
  .c-titles .c-title--large,
  .c-titles .c-title--center {
    font-size: 70px;
  }

  .c-titles .c-title--large {
    font-size: 90px;
  }

  .c-titles .c-title--small {
    font-size: 50px;
  }

  .c-titles .c-subtitle,
  .c-titles .c-subtitle--white {
    font-size: 22px;
    margin-left: 18px;
    padding: 7px 23px;
  }

  .c-btn--prev a .arrow,
  .c-btn--prev button .arrow {
    left: 24px;
  }

  .c-btn a,
  .c-btn--prev a,
  .c-btn button,
  .c-btn--prev button {
    font-size: 24px;
    padding: 13px 75px;
  }

  .c-btn a .arrow,
  .c-btn--prev a .arrow,
  .c-btn button .arrow,
  .c-btn--prev button .arrow {
    width: 11px;
    right: 24px;
  }

  .c-btn a .arrow::before,
  .c-btn--prev a .arrow::before,
  .c-btn button .arrow::before,
  .c-btn--prev button .arrow::before {
    width: 25px;
  }

  .cta .cta__inner {
    padding-top: 248px;
    padding-bottom: 158px;
  }

  .cta .cta__title {
    font-size: 150px;
    top: 99px;
  }

  .cta .cta__btn a {
    width: 427px;
    border: 1px solid var(--color-white);
    font-size: 19px;
    height: 60px;
  }

  .cta .cta__btn a .text .part:last-child {
    font-size: 27px;
  }

  .cta .cta__btn a .arrow {
    right: 23px;
    width: 14px;
  }

  .c-page-header .c-page-header__subtitle {
    font-size: 161px;
  }

  .c-page-header .c-page-header__title {
    font-size: 35px;
  }

  .c-page-header .c-page-header__imagearea {
    max-height: 521px;
  }

  .c-breadcrumb .c-breadcrumb__list {
    padding: 20px 39px;
  }

  .c-breadcrumb .c-breadcrumb__item a,
  .c-breadcrumb .c-breadcrumb__item span {
    font-size: 24px;
  }

  .c-breadcrumb .c-breadcrumb__item span .sep {
    margin-inline: 24px;
    width: 6px;
  }

  .c-headline .c-headline__en,
  .c-headline--black .c-headline__en {
    font-size: 125px;
  }

  .c-headline .c-headline__title,
  .c-headline--black .c-headline__title {
    font-size: 41px;
  }
}

@media (any-hover: hover) and (min-width: 90em) {
  .cta .cta__btn a:hover .arrow,
  .cta .cta__btn a:focus-visible .arrow {
    right: 100px;
  }
}

@media (any-hover: hover) {
  .c-hve-opacity:hover,
  .c-hve-opacity:focus-visible {
    opacity: 0.7;
  }

  .c-btn a:hover .arrow::before,
  .c-btn--prev a:hover .arrow::before,
  .c-btn a:focus-visible .arrow::before,
  .c-btn--prev a:focus-visible .arrow::before,
  .c-btn button:hover .arrow::before,
  .c-btn--prev button:hover .arrow::before,
  .c-btn button:focus-visible .arrow::before,
  .c-btn--prev button:focus-visible .arrow::before {
    transform: translate(-50%, -50%) scale(1);
  }

  .c-btn a:hover .arrow img:first-child,
  .c-btn--prev a:hover .arrow img:first-child,
  .c-btn a:focus-visible .arrow img:first-child,
  .c-btn--prev a:focus-visible .arrow img:first-child,
  .c-btn button:hover .arrow img:first-child,
  .c-btn--prev button:hover .arrow img:first-child,
  .c-btn button:focus-visible .arrow img:first-child,
  .c-btn--prev button:focus-visible .arrow img:first-child {
    opacity: 0;
  }

  .c-btn a:hover .arrow img:last-child,
  .c-btn--prev a:hover .arrow img:last-child,
  .c-btn a:focus-visible .arrow img:last-child,
  .c-btn--prev a:focus-visible .arrow img:last-child,
  .c-btn button:hover .arrow img:last-child,
  .c-btn--prev button:hover .arrow img:last-child,
  .c-btn button:focus-visible .arrow img:last-child,
  .c-btn--prev button:focus-visible .arrow img:last-child {
    opacity: 1;
  }

  .cta .cta__btn a:hover,
  .cta .cta__btn a:focus-visible {
    background-color: var(--color-white);
    color: var(--color-black);
  }

  .cta .cta__btn a:hover .text .part:first-child,
  .cta .cta__btn a:focus-visible .text .part:first-child {
    opacity: 0;
  }

  .cta .cta__btn a:hover .text .part:last-child,
  .cta .cta__btn a:focus-visible .text .part:last-child {
    opacity: 1;
  }

  .cta .cta__btn a:hover .arrow img:first-child,
  .cta .cta__btn a:focus-visible .arrow img:first-child {
    opacity: 0;
  }

  .cta .cta__btn a:hover .arrow img:last-child,
  .cta .cta__btn a:focus-visible .arrow img:last-child {
    opacity: 1;
  }
}