@charset "UTF-8";
/*! destyle.css v3.0.0 | 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%; /* 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) */
/* ============================================ */
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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-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 {
  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;
}

/**
 * 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;
}

/**
 * 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 */
}

/**
 * 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 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

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

/**
 * Body
*/
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  color: #444453;
  font-size: 1.6rem;
  font-family: "Inter", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-wrap: break-word;
  min-height: 100svh;
  font-feature-settings: "palt";
}
@media screen and (max-width: 991px) {
  body {
    font-size: 1.4rem;
  }
}

/**
 * common
*/
.baseW {
  width: min(90.3636363636vw, 994px);
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .baseW {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .baseW {
    width: calc(100% - 7vw);
  }
}

img, svg {
  width: 100%;
  max-width: 100%;
}

/**
 * Header
*/
/**
 * Footer
*/
body::before, body::after {
  content: "";
  width: 100lvw;
  height: 100lvh;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: -1;
}
body::before {
  background: linear-gradient(180deg, #57bde2 0%, #6bc6e2 30.55%, #90dce5 47.98%, #afdbd7 61.09%, #efc7bc 73.46%, #f3b9ad 81.71%, #ffc689 92.62%);
}
body::after {
  background: url(../images/bg_noise.png) repeat center center;
  background-size: 500px 500px;
  mix-blend-mode: screen;
  opacity: 0.5;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 991px) {
  .is-sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.js-fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 0.5s ease;
}
.js-fadein.js-fadein-left {
  transform: translate(-100px, 0);
}
.js-fadein.js-fadein-right {
  transform: translate(100px, 0);
}
.js-fadein.js-fadein-up {
  transform: translate(0, -100px);
}
.js-fadein.js-fadein-bottom {
  transform: translate(0, 100px);
}
.js-fadein.js-scrollin {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.6s ease;
}

.menu-btn {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 80px;
  height: 80px;
  text-align: center;
  cursor: pointer;
  z-index: 999;
}
@media screen and (max-width: 991px) {
  .menu-btn {
    width: 64px;
    height: 64px;
    top: 16px;
    right: 16px;
  }
}
.menu-btn::before {
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 0 1px #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.3s, box-shadow 0.3s;
}
@media screen and (max-width: 991px) {
  .menu-btn::before {
    width: 64px;
    height: 64px;
  }
}
@media (hover: hover) {
  .menu-btn:hover::before {
    transform: scale(1.1);
  }
}
.menu-btn__text {
  color: #fff;
  font-size: 12px;
  font-family: "Geist", sans-serif;
  font-weight: 600;
  line-height: 80px;
  transition: color 0.3s;
}
@media screen and (max-width: 991px) {
  .menu-btn__text {
    font-size: 1.1rem;
    line-height: 64px;
  }
}

.is-menu-dark .menu-btn--header::before {
  box-shadow: inset 0 0 0 1px #444453;
}
.is-menu-dark .menu-btn--header .menu-btn__text {
  color: #444453;
}

.loading {
  background: #fff;
  width: 100lvw;
  height: 100lvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.loading.is-loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loading__inner {
  width: 100lvw;
  height: 100lvh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading__inner img {
  width: 198px;
  opacity: 0;
  -webkit-animation: loadingLogoIn 0.6s ease 0.6s forwards;
  animation: loadingLogoIn 0.6s ease 0.6s forwards;
}
@media screen and (max-width: 991px) {
  .loading__inner img {
    width: 173px;
  }
}

@-webkit-keyframes loadingLogoIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loadingLogoIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  z-index: 1000;
}
body.menu-open .header {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.header::before, .header::after {
  content: "";
  width: 100lvw;
  height: 100lvh;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: -1;
}
.header::before {
  background: linear-gradient(180deg, #ffba93 0%, #fc8c94 75.32%);
}
.header::after {
  background: url(../images/bg_noise.png) repeat center center;
  background-size: 500px 500px;
  mix-blend-mode: screen;
  opacity: 0.4;
}
.header__inner {
  width: 100vw;
  height: 100svh;
  padding-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .header__inner {
    padding-bottom: 21.333vw;
  }
}
.header__logo {
  width: 172px;
  height: 223px;
}
@media screen and (max-width: 991px) {
  .header__logo {
    width: 115px;
    height: 148px;
  }
}
.header__nav-list {
  margin-top: 96px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  padding: 0 80px;
}
@media screen and (max-width: 991px) {
  .header__nav-list {
    margin-top: clamp(32px, 5vh, 64px);
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
}
.header__nav-link {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  transition: opacity 0.3s;
  display: block;
  position: relative;
}
.header__nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s;
}
@media (hover: hover) {
  .header__nav-link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
}
@media screen and (max-width: 991px) {
  .header__nav-link {
    font-size: 1.6rem;
    padding: clamp(10px, 1.2vh, 12px) 12px;
  }
}
@media screen and (max-width: 991px) {
  .header__foot {
    position: absolute;
    bottom: clamp(24px, 3svh, 40px);
  }
}
.header__foot-list {
  margin-top: 171px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .header__foot-list {
    margin-top: 0;
  }
}
.header__foot-link {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .header__foot-link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 991px) {
  .header__foot-link {
    font-size: 1.2rem;
  }
}
.header__copyright {
  margin-top: 24px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .header__copyright {
    margin-top: clamp(16px, 2svh, 24px);
    font-size: 1.1rem;
  }
}

.kv {
  position: relative;
  z-index: 0;
  color: #fff;
}
.kv--footer {
  overflow: hidden;
}
.kv--footer .kv__deco--footer {
  position: absolute;
  bottom: 0;
  opacity: 0;
  filter: saturate(0.7) brightness(1.15);
  will-change: transform, opacity, filter;
  transition: opacity 1.4s cubic-bezier(0.22, 1, 0.36, 1), transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), filter 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.kv--footer .kv__deco--footer.kv__deco--left {
  left: 50%;
  transform: translateX(calc(-50% - max(80vw, 1000px)));
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .kv--footer .kv__deco--footer.kv__deco--left {
    width: 59.199vw;
    transform: translateX(calc(-50% - max(80vw, 320px)));
  }
}
.kv--footer .kv__deco--footer.kv__deco--right {
  left: 50%;
  transform: translateX(calc(-50% + max(80vw, 1000px)));
}
@media screen and (max-width: 991px) {
  .kv--footer .kv__deco--footer.kv__deco--right {
    width: 44.8vw;
    transform: translateX(calc(-50% + max(80vw, 320px)));
  }
}
.kv--footer.is-visible .kv__deco--footer {
  opacity: 1;
  filter: saturate(1) brightness(1);
}
.kv--footer.is-visible .kv__deco--footer.kv__deco--left {
  transform: translateX(calc(-50% - 21.388vw));
}
@media (max-width: 1439px) {
  .kv--footer.is-visible .kv__deco--footer.kv__deco--left {
    transform: translateX(calc(-50% - 18vw));
  }
}
@media screen and (max-width: 991px) {
  .kv--footer.is-visible .kv__deco--footer.kv__deco--left {
    transform: translateX(calc(-50% - 20.4vw));
  }
}
.kv--footer.is-visible .kv__deco--footer.kv__deco--right {
  transform: translateX(calc(-50% + 21.388vw));
}
@media (max-width: 1439px) {
  .kv--footer.is-visible .kv__deco--footer.kv__deco--right {
    transform: translateX(calc(-50% + 24.5vw));
  }
}
@media screen and (max-width: 991px) {
  .kv--footer.is-visible .kv__deco--footer.kv__deco--right {
    transform: translateX(calc(-50% + 27.5vw));
  }
}
.kv--footer .kv__logo {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.kv__inner {
  min-height: 100svh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.kv__logo, .kv__copy {
  position: relative;
  z-index: 2;
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}
.kv__logo {
  width: 198px;
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .kv__logo {
    width: 173px;
  }
}
.kv__copy {
  margin-top: 56px;
  padding-bottom: 192px;
  font-size: 2.2rem;
  transform: translateY(0);
  opacity: 1;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .kv__copy {
    font-size: 1.8rem;
    margin-top: 48px;
    padding-bottom: 32vw;
  }
}
.kv__deco {
  position: fixed;
  bottom: 0;
  z-index: 0;
  opacity: 1;
  pointer-events: none;
  transition: transform 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.kv__deco img {
  display: block;
  width: 100%;
  height: auto;
}
.kv__deco--left {
  left: 50%;
  width: min(53.333vw, 768px);
  width: 53.333vw;
  transform: translateX(calc(-50% - 21.388vw));
  transform: translateX(calc(-50% - 21.388vw));
  z-index: 1;
}
@media (max-width: 1439px) {
  .kv__deco--left {
    transform: translateX(calc(-50% - 18vw));
  }
}
@media screen and (max-width: 991px) {
  .kv__deco--left {
    width: 59.199vw;
    transform: translateX(calc(-50% - 20.4vw));
  }
}
.kv__deco--right {
  left: 50%;
  width: min(40.416vw, 582px);
  width: 40.416vw;
  transform: translateX(calc(-50% + 21.388vw));
  transform: translateX(calc(-50% + 21.388vw));
}
@media (max-width: 1439px) {
  .kv__deco--right {
    transform: translateX(calc(-50% + 24.5vw));
  }
}
@media screen and (max-width: 991px) {
  .kv__deco--right {
    width: 44.8vw;
    transform: translateX(calc(-50% + 27.5vw));
  }
}
.kv__foot {
  padding-bottom: 15.972vw;
}
@media screen and (max-width: 991px) {
  .kv__foot {
    padding-bottom: 32vw;
  }
}
.kv__foot-list {
  margin-top: 64px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .kv__foot-list {
    margin-top: 29.866vw;
  }
}
.kv__foot-link {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .kv__foot-link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 991px) {
  .kv__foot-link {
    font-size: 1.2rem;
  }
}
.kv__copyright {
  margin-top: 24px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .kv__copyright {
    font-size: 1.1rem;
  }
}

.hero {
  padding: 120px 0 80px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 3;
  opacity: 0;
  transform: translateY(48px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}
@media screen and (max-width: 991px) {
  .hero {
    padding: 80px 0 0;
  }
}
.hero__inner {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8.888vw;
  padding-left: 8.888vw;
  box-sizing: content-box;
}
@media screen and (max-width: 991px) {
  .hero__inner {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.hero__copy {
  font-size: 3.6rem;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 991px) {
  .hero__copy {
    font-size: 2.4rem;
  }
}
.hero__text-wrap {
  margin-top: 64px;
}
@media screen and (max-width: 991px) {
  .hero__text-wrap {
    margin-top: 32px;
  }
}
.hero__text {
  font-size: 1.8rem;
  line-height: 2.4;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 991px) {
  .hero__text {
    font-size: 1.5rem;
  }
}
.hero__text + .hero__text {
  margin-top: 2em;
}

body {
  /* 表示（中央基準） */
  /* 退場（外へ） */
}
body.is-intro-ready .kv__deco {
  opacity: 1;
}
body.is-intro-ready .kv__deco--left {
  transform: translateX(calc(-50% - 21.388vw));
}
@media (max-width: 1439px) {
  body.is-intro-ready .kv__deco--left {
    transform: translateX(calc(-50% - 18vw));
  }
}
@media screen and (max-width: 991px) {
  body.is-intro-ready .kv__deco--left {
    transform: translateX(calc(-50% - 20.4vw));
  }
}
body.is-intro-ready .kv__deco--right {
  transform: translateX(calc(-50% + 21.388vw));
}
@media (max-width: 1439px) {
  body.is-intro-ready .kv__deco--right {
    transform: translateX(calc(-50% + 24.5vw));
  }
}
@media screen and (max-width: 991px) {
  body.is-intro-ready .kv__deco--right {
    transform: translateX(calc(-50% + 27.5vw));
  }
}
body.is-hero .kv__deco {
  opacity: 1;
}
body.is-hero .kv__deco--left {
  transform: translateX(calc(-50% - max(80vw, 1000px)));
}
@media screen and (max-width: 991px) {
  body.is-hero .kv__deco--left {
    transform: translateX(calc(-50% - max(80vw, 320px)));
  }
}
body.is-hero .kv__deco--right {
  transform: translateX(calc(-50% + max(80vw, 1000px)));
}
@media screen and (max-width: 991px) {
  body.is-hero .kv__deco--right {
    transform: translateX(calc(-50% + max(80vw, 320px)));
  }
}
body.is-hero .hero {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.12s;
}
body.is-kv .kv__logo {
  transform: translateY(0);
  opacity: 1;
}
body.is-kv .kv__copy {
  transform: translateY(0);
  opacity: 1;
}
body.is-kv .hero {
  opacity: 0;
  transform: translateY(48px);
  transition-delay: 0s;
}

.section-title--message .section-title__ja {
  margin-top: 24px;
}
@media screen and (max-width: 991px) {
  .section-title--message .section-title__ja {
    font-size: 2.4rem;
    margin-top: 8px;
  }
}
.section-title--center {
  text-align: center;
}
.section-title__en {
  color: #ef3340;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  line-height: 1;
}
.section-title__ja {
  margin-top: 16px;
  font-size: 3.6rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .section-title__ja {
    font-size: 2.8rem;
    margin-top: 8px;
  }
}

.message {
  padding-top: 120px;
  padding-bottom: 104px;
  position: relative;
  z-index: 3;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .message {
    padding-top: 80px;
    padding-bottom: 86px;
  }
}
.message__inner {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8.888vw;
  padding-left: 8.888vw;
  box-sizing: content-box;
  display: flex;
  gap: 0 clamp(40px, 5.416vw, 78px);
}
@media screen and (max-width: 991px) {
  .message__inner {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 991px) {
  .message__inner {
    flex-direction: column;
  }
}
.message__head {
  width: 330px;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .message__head {
    width: 100%;
    margin: 0 auto;
  }
}
.message__body {
  flex: 1;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .message__body {
    margin-top: 32px;
  }
}
.message__text {
  line-height: 2;
  letter-spacing: 0.08em;
}
.message__text + .message__text {
  margin-top: 2em;
}
.message__foot {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 0 24px;
}
@media screen and (max-width: 991px) {
  .message__foot {
    margin-top: 8px;
  }
}
@media screen and (max-width: 991px) {
  .message__foot--pc {
    display: none;
    justify-content: flex-start;
  }
}
.message__foot--sp {
  display: none;
}
@media screen and (max-width: 991px) {
  .message__foot--sp {
    display: flex;
    justify-content: flex-end;
  }
}
.message__profile {
  line-height: 1.4;
}
.message__position {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 991px) {
  .message__position {
    font-size: 1.2rem;
  }
}
.message__name {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .message__name {
    font-size: 2rem;
  }
}
.message__image {
  width: 160px;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .message__image {
    width: 120px;
  }
}

.main-content {
  position: relative;
  padding-top: 9.333vw;
  padding-bottom: 9.333vw;
}
.main-content::before, .main-content::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 9.333vw;
  pointer-events: none;
}
.main-content::before {
  top: 1px;
  background: url(../images/bg_round_top.png) no-repeat center bottom;
  background-size: cover;
}
.main-content::after {
  bottom: 1px;
  background: url(../images/bg_round_bottom.png) no-repeat center top;
  background-size: cover;
}
.main-content__inner {
  background: linear-gradient(180deg, #fffbf4 0%, #ffdfd8 100%);
  position: relative;
}
.main-content__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/bg_noise_red.png) repeat;
  background-size: 500px 500px;
  mix-blend-mode: multiply;
  opacity: 0.25;
  pointer-events: none;
}

.history {
  padding-top: 120px;
}
@media screen and (max-width: 991px) {
  .history {
    padding-top: 80px;
  }
}
.history__inner {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8.888vw;
  padding-left: 8.888vw;
  box-sizing: content-box;
}
@media screen and (max-width: 991px) {
  .history__inner {
    padding-right: 24px;
    padding-left: 24px;
  }
}

.timeline {
  margin-top: 64px;
  position: relative;
}
.timeline .splide__track {
  width: calc(100% - 128px);
  margin: 0 auto;
  overflow-x: hidden;
}
@media screen and (max-width: 991px) {
  .timeline .splide__track {
    width: 100%;
  }
}
.timeline .timeline__arrows {
  width: 100%;
  height: 64px;
  position: absolute;
  top: 62px;
}
@media screen and (max-width: 991px) {
  .timeline .timeline__arrows {
    height: 40px;
  }
}
.timeline .timeline__arrows::before {
  content: "";
  width: calc(100% - 128px);
  height: 1px;
  background: #faa599;
  display: block;
  position: absolute;
  top: 50%;
  left: 64px;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .timeline .timeline__arrows::before {
    width: calc(100% - 64px);
    left: 32px;
  }
}
@-webkit-keyframes arrowPokeLeft {
  0%, 18%, 36%, 100% {
    transform: translate(-50%, -50%) translateX(0);
  }
  8% {
    transform: translate(-50%, -50%) translateX(-2px);
  }
  26% {
    transform: translate(-50%, -50%) translateX(-2px);
  }
}
@keyframes arrowPokeLeft {
  0%, 18%, 36%, 100% {
    transform: translate(-50%, -50%) translateX(0);
  }
  8% {
    transform: translate(-50%, -50%) translateX(-2px);
  }
  26% {
    transform: translate(-50%, -50%) translateX(-2px);
  }
}
@-webkit-keyframes arrowPokeRight {
  0%, 18%, 36%, 100% {
    transform: translate(-50%, -50%) translateX(0);
  }
  8% {
    transform: translate(-50%, -50%) translateX(2px);
  }
  26% {
    transform: translate(-50%, -50%) translateX(2px);
  }
}
@keyframes arrowPokeRight {
  0%, 18%, 36%, 100% {
    transform: translate(-50%, -50%) translateX(0);
  }
  8% {
    transform: translate(-50%, -50%) translateX(2px);
  }
  26% {
    transform: translate(-50%, -50%) translateX(2px);
  }
}
.timeline .splide__arrow {
  width: 64px;
  height: 64px;
  border: 0;
  opacity: 1;
  background: none;
  position: absolute;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .timeline .splide__arrow:hover::before {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 991px) {
  .timeline .splide__arrow {
    width: 40px;
    height: 40px;
  }
}
.timeline .splide__arrow::before, .timeline .splide__arrow::after {
  content: "";
  display: block;
}
.timeline .splide__arrow::before {
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 50%;
  background: #ef3340;
  transition: transform 0.3s;
}
@media screen and (max-width: 991px) {
  .timeline .splide__arrow::before {
    width: 40px;
    height: 40px;
  }
}
.timeline .splide__arrow::after {
  width: 16px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .timeline .splide__arrow::after {
    width: 9px;
    height: 8px;
  }
}
.timeline .splide__arrow--prev {
  left: 0;
}
@media screen and (max-width: 991px) {
  .timeline .splide__arrow--prev {
    left: -8px;
  }
}
.timeline .splide__arrow--prev::after {
  background: url(../images/arrow_prev.svg) no-repeat center center;
  background-size: cover;
  -webkit-animation: arrowPokeLeft 2.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: arrowPokeLeft 2.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.timeline .splide__arrow--next {
  right: 0;
}
@media screen and (max-width: 991px) {
  .timeline .splide__arrow--next {
    right: -8px;
  }
}
.timeline .splide__arrow--next::after {
  background: url(../images/arrow_next.svg) no-repeat center center;
  background-size: cover;
  -webkit-animation: arrowPokeRight 2.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  animation: arrowPokeRight 2.4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.timeline .splide__arrow:hover:not(:disabled) {
  opacity: 1;
}
.timeline .splide__arrow.is-disabled {
  opacity: 0.1;
  pointer-events: none;
}
.timeline .splide__arrow.is-disabled:hover::before {
  transform: scale(1);
}
.timeline__list {
  align-items: flex-start;
}
.timeline__item {
  position: relative;
  width: 90px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .timeline__item {
    width: 60px;
  }
}
.timeline__item.is-current, .timeline__item.is-entering, .timeline__item.is-show {
  z-index: 2;
}
.timeline__item.is-current .timeline__year span, .timeline__item.is-entering .timeline__year span, .timeline__item.is-show .timeline__year span {
  color: #ef3340;
  transform: translateX(-50%) scale(1);
}
.timeline__item.is-current .timeline__year::before, .timeline__item.is-entering .timeline__year::before, .timeline__item.is-show .timeline__year::before {
  opacity: 1;
  transform: translate(-50%, 28px) scale(3);
}
.timeline__item.is-current .timeline__year::after, .timeline__item.is-entering .timeline__year::after, .timeline__item.is-show .timeline__year::after {
  transform: translate(-50%, 40px) scale(1.333);
  border-color: #ef3340;
  background-color: #ef3340;
}
.timeline__item.is-leaving {
  z-index: 2;
}
.timeline__item.is-leaving .timeline__year span {
  color: rgba(239, 51, 64, 0.2);
  transform: translateX(-50%) scale(0.5);
}
@media screen and (max-width: 991px) {
  .timeline__item.is-leaving .timeline__year span {
    transform: translateX(-50%) scale(0.42);
  }
}
.timeline__item.is-leaving .timeline__year::before {
  opacity: 0;
  transform: translate(-50%, 40px) scale(1);
}
.timeline__item.is-leaving .timeline__year::after {
  transform: translate(-50%, 40px) scale(1);
  border-color: #faa599;
  background-color: #fff;
}
.timeline__item.is-current .timeline__content, .timeline__item.is-entering .timeline__content, .timeline__item.is-leaving .timeline__content, .timeline__item.is-show .timeline__content {
  visibility: visible;
}
.timeline__item.is-current .timeline__content, .timeline__item.is-entering .timeline__content, .timeline__item.is-show .timeline__content {
  opacity: 1;
  pointer-events: auto;
}
.timeline__item.is-leaving .timeline__content {
  opacity: 0;
  pointer-events: none;
}
.timeline__item:not(.is-current):not(.is-entering):not(.is-show) .timeline__content {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.timeline__head {
  padding-top: 28px;
  display: flex;
  justify-content: center;
  width: 90px;
}
@media screen and (max-width: 991px) {
  .timeline__head {
    width: 60px;
  }
}
.timeline__year {
  width: 90px;
  position: relative;
  bottom: -32px;
}
@media screen and (max-width: 991px) {
  .timeline__year {
    width: 60px;
    bottom: -20px;
  }
}
.timeline__year span {
  color: rgba(239, 51, 64, 0.2);
  font-size: 6.4rem;
  line-height: 1;
  transition: color 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  white-space: nowrap;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scale(0.5);
  transform-origin: center bottom;
}
@media screen and (max-width: 991px) {
  .timeline__year span {
    font-size: 4.8rem;
    transform: translateX(-50%) scale(0.42);
  }
}
.timeline__year::before, .timeline__year::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 40px);
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s, border-color 0.3s;
}
.timeline__year::before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(245, 51, 63, 0.16);
  opacity: 0;
  bottom: -12px;
}
.timeline__year::after {
  width: 12px;
  height: 12px;
  border: 2px solid #faa599;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
}
.timeline__content {
  position: absolute;
  top: 149px;
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 800px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: opacity 0.5s;
  will-change: opacity;
  display: flex;
  justify-content: center;
  flex-direction: column;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  .timeline__content {
    width: calc(100vw - 96px);
  }
}
.timeline__image {
  width: 160px;
  margin: 0 auto 24px;
}
.timeline__content-item {
  position: relative;
  padding-left: 1.5em;
}
.timeline__content-item + .timeline__content-item {
  margin-top: 1em;
}
.timeline__content-item::before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 2px;
  background: #444453;
  position: absolute;
  top: 10px;
  left: 10px;
}

.growth {
  padding: 120px 80px 0;
}
@media screen and (max-width: 991px) {
  .growth {
    padding: 80px 0 0;
  }
}
.growth__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 96px;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .growth__inner {
    padding: 80px 24px;
  }
}
.growth__list {
  width: 100%;
  max-width: 704px;
  margin: 80px auto 0;
  display: flex;
  flex-direction: column;
  gap: 80px 0;
}
@media screen and (max-width: 991px) {
  .growth__list {
    margin-top: 64px;
    max-width: 327px;
    gap: 64px 0;
  }
}

.product {
  padding-top: 120px;
  padding-bottom: 120px;
  margin-top: 40px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 991px) {
  .product {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.product::after {
  content: "";
  width: calc(100% - 17.776vw);
  max-width: 1024px;
  height: 1px;
  display: block;
  background: #faa599;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .product::after {
    width: calc(100% - 48px);
    max-width: none;
  }
}
.product__inner {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8.888vw;
  padding-left: 8.888vw;
  box-sizing: content-box;
}
@media screen and (max-width: 991px) {
  .product__inner {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.product__lead {
  margin-top: 40px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 991px) {
  .product__lead {
    font-size: 1.5rem;
    text-align: left;
    line-height: 2;
  }
}

.product-list {
  padding-left: clamp(7.5px, 4.027vw, 58px);
  padding-right: clamp(7.5px, 4.027vw, 58px);
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .product-list {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}
.product-list__item {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.6s, transform 0.6s, visibility 0.6s;
}
.product-list__item + .product-list__item {
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .product-list__item + .product-list__item {
    margin-top: 64px;
  }
}
.product-list__item:nth-child(n+2) {
  opacity: 0;
  visibility: hidden;
  transform: translateY(24px);
  pointer-events: none;
}
.product-list__item.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.product-list__year {
  height: 91px;
  font-size: 4.8rem;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 991px) {
  .product-list__year {
    height: 74px;
    font-size: 3.2rem;
  }
}
.product-list__year::before, .product-list__year::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #444453;
}
.product-list__year::before {
  width: 1px;
  height: 34px;
}
.product-list__year::after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.product-list__icons {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px 12px;
}
@media screen and (max-width: 991px) {
  .product-list__icons {
    gap: 16px 8px;
    padding-left: 0;
    padding-right: 0;
  }
}
.product-list__icon {
  width: 80px;
}
@media screen and (max-width: 991px) {
  .product-list__icon {
    width: 72px;
  }
}
.product-list__icon img {
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 991px) {
  .product-list__icon img {
    width: 56px;
    height: 56px;
  }
}
.product-list__icon span {
  margin-top: 10px;
  display: block;
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .product-list__icon span {
    font-size: 1.1rem;
  }
}

.service-list {
  margin-top: 48px;
  display: flex;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .service-list {
    margin-top: 32px;
    gap: 24px;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}
.service-list__item {
  flex: 1;
}
@media screen and (max-width: 991px) {
  .service-list__item {
    width: 250px;
  }
}
.service-list__item span {
  margin-top: 16px;
  display: block;
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .service-list__item span {
    margin-top: 10px;
  }
}
.service-list__logo {
  border-radius: 4px;
  overflow: hidden;
  display: block;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .service-list__logo:hover {
    opacity: 0.7;
  }
}

.solution {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .solution {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.solution__inner {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8.888vw;
  padding-left: 8.888vw;
  box-sizing: content-box;
}
@media screen and (max-width: 991px) {
  .solution__inner {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.solution__lead {
  margin-top: 40px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 991px) {
  .solution__lead {
    font-size: 1.5rem;
    text-align: left;
    line-height: 2;
  }
}
.solution__contents {
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .solution__contents {
    margin-top: 40px;
  }
}
.solution__content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.6s, transform 0.6s, visibility 0.6s;
}
.solution__content + .solution__content {
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .solution__content + .solution__content {
    margin-top: 60px;
  }
}
.solution__content:nth-child(n+2) {
  opacity: 0;
  visibility: hidden;
  transform: translateY(24px);
  pointer-events: none;
}
.solution__content.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.solution__content--2016 .solution__year::before {
  height: 5.694vw;
}
.solution__content--2016 .solution__year::after {
  bottom: calc((5.694vw + 8px) * -1);
}
.solution__content--2016 .solution__image {
  margin-top: 6.041vw;
}
.solution__content--2016 .solution__image img {
  width: calc(clamp(631.5px, 71.11vw, 1024px) * 0.296875);
}
@media screen and (max-width: 991px) {
  .solution__content--2016 .solution__image img {
    width: 240px;
  }
}
.solution__content--2026 .solution__year::before {
  height: 9.722vw;
}
.solution__content--2026 .solution__year::after {
  bottom: calc((9.722vw + 8px) * -1);
}
.solution__content--2026 .solution__image {
  margin-top: -2.361vw;
}
.solution__content--2026 .solution__image img {
  width: clamp(631.5px, 71.11vw, 1024px);
}
@media screen and (max-width: 991px) {
  .solution__content--2026 .solution__image img {
    width: 327px;
  }
}
.solution__year {
  font-size: 4.8rem;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 991px) {
  .solution__year {
    font-size: 3.2rem;
  }
}
.solution__year::before, .solution__year::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #444453;
}
.solution__year::before {
  width: 1px;
  top: 56px;
}
@media screen and (max-width: 991px) {
  .solution__year::before {
    height: 32px !important;
    top: 40px !important;
  }
}
.solution__year::after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .solution__year::after {
    bottom: -44px !important;
  }
}
.solution__image {
  display: block;
}
@media screen and (max-width: 991px) {
  .solution__image {
    margin-top: 42px !important;
  }
}

.next {
  padding-top: 9.333vw;
  padding-bottom: 160px;
  margin-top: -9.333vw;
  background: #1e1f28;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .next {
    padding-bottom: 80px;
  }
}
.next__inner {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8.888vw;
  padding-left: 8.888vw;
  box-sizing: content-box;
  padding-top: 120px;
}
@media screen and (max-width: 991px) {
  .next__inner {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 991px) {
  .next__inner {
    padding-top: 80px;
  }
}
.next__logo {
  width: 198px;
  margin: 96px auto 0;
}
@media screen and (max-width: 991px) {
  .next__logo {
    width: 151px;
  }
}
.next__lead-wrap {
  margin-top: 40px;
}
.next__lead {
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 991px) {
  .next__lead {
    text-align: left;
    font-size: 1.5rem;
  }
}
.next__lead + .next__lead {
  margin-top: 1em;
}
.next__image {
  padding-left: 5vw;
  padding-right: 5vw;
  margin-top: 40px;
  display: block;
}
@media screen and (max-width: 991px) {
  .next__image {
    padding-left: 0;
    padding-right: 0;
    width: 231px;
    margin: 40px auto 0;
  }
}
.next__btn {
  width: 328px;
  padding: 16px;
  margin: 96px auto 0;
  display: block;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.08em;
  border: 1px solid #fff;
  border-radius: 4px;
  background: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .next__btn {
    width: 100%;
    font-size: 1.4rem;
    margin-top: 64px;
  }
}
.next__btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #85f8ff 0%, #2ca7f2 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}
@media (hover: hover) {
  .next__btn:hover::before {
    opacity: 1;
  }
}

.recruitment {
  background: #202535;
  color: #fff;
  text-align: center;
  padding-top: 40px;
}
@media screen and (max-width: 991px) {
  .recruitment {
    padding-top: 0;
  }
}
.recruitment__inner {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8.888vw;
  padding-left: 8.888vw;
  box-sizing: content-box;
  max-width: 880px;
  padding-top: 120px;
  padding-bottom: 160px;
}
@media screen and (max-width: 991px) {
  .recruitment__inner {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 991px) {
  .recruitment__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.recruitment__lead {
  margin-top: 40px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 991px) {
  .recruitment__lead {
    text-align: left;
    font-size: 1.5rem;
  }
}
.recruitment__pickup {
  margin-top: 80px;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .recruitment__pickup {
    margin-top: 40px;
  }
}
.recruitment__pickup-title {
  font-weight: 600;
  position: relative;
  font-size: 1.8rem;
}
@media screen and (max-width: 991px) {
  .recruitment__pickup-title {
    font-size: 1.6rem;
  }
}
.recruitment__pickup-title::before {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.recruitment__pickup-title span {
  padding-right: 16px;
  background: #202535;
  position: relative;
}
.recruitment__pickup-list {
  margin-top: 64px;
  display: flex;
  flex-wrap: wrap;
  gap: 64px 96px;
}
@media screen and (max-width: 991px) {
  .recruitment__pickup-list {
    margin-top: 32px;
    gap: 32px 0;
    flex-direction: column;
  }
}
.recruitment__pickup-item {
  width: calc(50% - 48px);
  padding-bottom: 32px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 991px) {
  .recruitment__pickup-item {
    width: 100%;
    padding-bottom: 24px;
  }
}
.recruitment__pickup-tag {
  color: #202535;
  font-size: 1.2rem;
  font-weight: 600;
  background: #fff;
  padding: 6px 10px;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .recruitment__pickup-tag {
    font-size: 1rem;
    padding: 7px 13px;
  }
}
.recruitment__pickup-item-title {
  margin-top: 16px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: opacity 0.3s;
  display: block;
}
@media (hover: hover) {
  .recruitment__pickup-item-title:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 991px) {
  .recruitment__pickup-item-title {
    font-size: 1.6rem;
  }
}
.recruitment__pickup-text {
  margin-top: 24px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 991px) {
  .recruitment__pickup-text {
    margin-top: 16px;
    font-size: 1.3rem;
  }
}
.recruitment__btn {
  width: 328px;
  padding: 16px;
  margin: 96px auto 0;
  display: block;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.08em;
  border: 1px solid #fff;
  border-radius: 4px;
  background: none;
  color: #fff;
  position: relative;
  transition: background 0.4s ease, color 0.4s ease;
}
@media screen and (max-width: 991px) {
  .recruitment__btn {
    width: 100%;
    font-size: 1.4rem;
    margin-top: 64px;
  }
}
@media (hover: hover) {
  .recruitment__btn:hover {
    background: #fff;
    color: #202535;
  }
}

.footer-kv {
  position: relative;
  z-index: 2;
}
.footer-kv__inner {
  min-height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.footer-kv__copy {
  position: relative;
  z-index: 2;
}