@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 {
  scrollbar-gutter: stable;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  margin: 0;
}

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

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

/* 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,
em {
  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] {
  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 */
  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;
}

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

@font-face {
  font-family: dnp-shuei-mincho-pr6n;
  font-display: swap;
}
@font-face {
  font-family: noto-sans-cjk-jp;
  font-display: swap;
}
@font-face {
  font-family: Georgia;
  font-display: swap;
}
/* Typekitフォントを%placeholderにセットする */
.error-section__heading, .section__title-group .section__title, .section__title-group--h3 .section__title, .cta .cta__heading-title, .cta .cta__link .cta__link-title, .footer .footer-logo__text--upper, .footer .footer-links__link span, .numbers-page .numbers__section .numbers-item__title, .numbers-page .numbers__section .text, .recruit-page .recruit-toc__link, .recruit-page .recruit-sidenav__link, .recruit-page .recruit-message__title, .recruit-page .recruit-persona__title, .recruit-page .recruit-guidelines__term, .recruit-page .recruit-faq__question-text, .recruit-page .recruit-flow__title, .environment__section .environment__tab-button, .environment__section .environment-item__title span, .interview-fv__title, .interview-offtime__title, .interview-other__title, .people__section .people-item__title, .people__section .people-interview-item__title, .people-card__title, .numbers__section .numbers-item__title, .numbers__section .text, .culture__section .culture-value__title, .culture__section .culture-interview__title, .culture__section .culture-interview__link span, .top .company__section .company__content--white .section__title--h3, .key-visual .key-visual__heading-text--large, .key-visual .key-visual__header-link, .key-visual .key-visual__text.key-visual__text--large, .header .header__heading-text--upper, .header .header-menu__link, .drawer-menu .drawer-menu__link-text, .drawer-menu .drawer-menu__bottom-link .drawer-menu__bottom-link-title {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.error-section__text, .footer .footer__lower-content-link span, .interview-fv__tag, .interview-fv__date, .interview-qa__question-text, .interview-qa__answer, .interview-qa__text, .interview-offtime__text, .interview-back__text, .people__section .people-interview-item__position, .people__section .people-interview-item-meta__date span, .people-card__tag, .people-card__date, .top .company__section .company__text, .key-visual .key-visual__text, .drawer-menu .drawer-menu__corporate-link span, body {
  font-family: noto-sans-cjk-jp, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.error-section__title, .error-section__subtitle, .error-section__button span, .section__title-group .section__title-group-text, .section__title-group--h3 .section__title-group-text, .view-more__link span, .cta .cta__heading-text, .cta .cta__link .cta__link-text, .footer .footer-logo__text--lower, .footer .footer__top-link span, .footer .footer__copyright, .numbers-page .numbers__section .numbers__contents.company::before, .numbers-page .numbers__section .numbers__contents.environment::before, .numbers-page .numbers__section .number, .recruit-page .recruit-page__decoration, .recruit-page .recruit-persona__label, .recruit-page .recruit-persona__number, .recruit-page .recruit-faq__icon, .recruit-page .recruit-flow__step, .recruit__section::before, .environment__section::before, .interview-page .breadcrumb__link.top, .interview-page .breadcrumb__text, .interview-fv__subtitle, .interview-fv__name, .interview-fv__decoration, .interview-qa__q, .interview-offtime__label, .interview-other__label, .interview-other__decoration, .people__section.top::before, .people__section .people-item__name, .people__section .people-item__qa-title::before, .people__section .people-interview-item-meta__name, .people-card__name, .numbers__section::before, .numbers__section .numbers__contents.company::before, .numbers__section .numbers__contents.environment::before, .numbers__section .number, .culture__section::before, .culture__section .culture-value__inner::before, .culture__section .culture-value__inner::after, .culture__section .culture-interview__name, .top .company__section::before, .key-visual .key-visual__header-link.key-visual__header-link--button, .key-visual .key-visual__scroll-button .key-visual__scroll-button-text, .breadcrumb__link, .header .header__heading-text--lower, .header .header-menu__link.header-menu__link--button, .drawer-menu .drawer-menu__link-text--small, .drawer-menu .drawer-menu__bottom-link .drawer-menu__bottom-link-text {
  font-family: Georgia, serif;
  -webkit-font-smoothing: antialiased;
}

:root {
  --design-width: 375;
  --fluid-scale: calc(100vw / var(--design-width));
}

html,
body {
  overscroll-behavior-y: none;
}

html {
  scroll-padding-top: 18.1333333333svw;
  font-size: 2.6666666667svw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
    scroll-padding-top: 80px;
  }
}

body {
  background-color: #fff;
  color: #474747;
  transition: opacity 0.3s ease-out;
}
body.is-drawer-open {
  overflow: hidden;
}

main {
  position: relative;
  z-index: 1;
  max-width: 100vw;
  overflow: hidden;
  padding: 0;
}
@media screen and (min-width: 768px) {
  main {
    padding: 0;
  }
}

.svg-fluid {
  width: calc(var(--base-size) * var(--fluid-scale));
  height: auto;
  display: block;
}

.lg-none {
  display: block;
}
@media screen and (min-width: 1024px) {
  .lg-none {
    display: none;
  }
}

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

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

[data-aos=fade-up] {
  transform: translate3d(0, 20px, 0);
}

.section__text {
  text-align: justify;
}

.inner {
  width: 100%;
  padding: 0 2.4rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1172px;
    padding: 0 40px;
  }
}
.inner.sp-narrow {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .inner.sp-narrow {
    max-width: 1172px;
    padding: 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .inner.people__inner {
    max-width: 1171px;
  }
}
@media screen and (min-width: 768px) {
  .inner.footer__inner {
    max-width: initial;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  .inner.footer__inner {
    max-width: initial;
    padding: 0 100px;
  }
}

@keyframes line-top-shrink {
  from {
    transform: translateX(calc(100vw - 50%)) scaleX(1);
  }
  to {
    transform: translateX(-130%) scaleX(0);
  }
}
@keyframes line-bottom-shrink {
  from {
    transform: translateX(calc(-100vw + 50%)) scaleX(1);
  }
  to {
    transform: translateX(130%) scaleX(0);
  }
}
@keyframes line-left-shrink {
  from {
    transform: translateY(calc(100vh - 50%)) scaleY(1);
  }
  to {
    transform: translateY(-130%) scaleY(0);
  }
}
@keyframes line-right-shrink {
  from {
    transform: translateY(calc(-100vh + 50%)) scaleY(1);
  }
  to {
    transform: translateY(130%) scaleY(0);
  }
}
@keyframes logo-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes loading-fade-out {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(0);
  }
}
.loading-animation {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  padding-bottom: env(safe-area-inset-bottom, 0);
  background-color: #ecf5ff;
  z-index: 10000;
  will-change: opacity, transform;
}
.loading-animation.is-loaded {
  opacity: 0;
  transform: translateX(100%);
}
.loading-animation.not-show {
  display: none;
}
.loading-animation.is-animating {
  animation: loading-fade-out 0.8s ease-in-out 2.8s forwards;
}
.loading-animation.is-animating .loading-animation__image {
  animation: logo-fade-in 1.2s ease-in-out 1s forwards;
}
.loading-animation.is-animating .loading-animation__line--top {
  animation: line-top-shrink 1s ease-in-out 1s forwards;
}
.loading-animation.is-animating .loading-animation__line--bottom {
  animation: line-bottom-shrink 1s ease-in-out 1s forwards;
}
.loading-animation.is-animating .loading-animation__line--left {
  animation: line-left-shrink 1s ease-in-out 1s forwards;
}
.loading-animation.is-animating .loading-animation__line--right {
  animation: line-right-shrink 1s ease-in-out 1s forwards;
}
@media screen and (min-width: 1000px) {
  .loading-animation.is-animating {
    animation: loading-fade-out 0.9s ease-in-out 4.3s forwards;
  }
  .loading-animation.is-animating .loading-animation__image {
    animation: logo-fade-in 1.8s ease-in-out 1.5s forwards;
  }
  .loading-animation.is-animating .loading-animation__line--top {
    animation: line-top-shrink 1.8s ease-in-out 1.5s forwards;
  }
  .loading-animation.is-animating .loading-animation__line--bottom {
    animation: line-bottom-shrink 1.8s ease-in-out 1.5s forwards;
  }
  .loading-animation.is-animating .loading-animation__line--left {
    animation: line-left-shrink 1.8s ease-in-out 1.5s forwards;
  }
  .loading-animation.is-animating .loading-animation__line--right {
    animation: line-right-shrink 1.8s ease-in-out 1.5s forwards;
  }
}

.loading-animation__image-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: auto;
  aspect-ratio: 150/29;
}

.loading-animation__image {
  position: relative;
  opacity: 0;
  width: 100%;
  height: 100%;
  will-change: opacity;
}
.loading-animation__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.loading-animation__line {
  position: absolute;
  display: block;
  background-color: #158fdb;
  will-change: transform;
}

.loading-animation__line--top,
.loading-animation__line--bottom {
  width: max(750px, 65vw);
  height: 1px;
}

.loading-animation__line--top {
  top: -16px;
  left: 50%;
  transform: translateX(calc(100vw - 50%)) scaleX(1);
  transform-origin: right center;
}

.loading-animation__line--bottom {
  bottom: -16px;
  right: 50%;
  transform: translateX(calc(-100vw + 50%)) scaleX(1);
  transform-origin: left center;
}

.loading-animation__line--left,
.loading-animation__line--right {
  width: 1px;
  height: max(500px, 65vh);
}

.loading-animation__line--left {
  left: -16px;
  top: 50%;
  transform: translateY(calc(100vh - 50%)) scaleY(1);
  transform-origin: center bottom;
}

.loading-animation__line--right {
  right: -16px;
  bottom: 50%;
  transform: translateY(calc(-100vh + 50%)) scaleY(1);
  transform-origin: center top;
}

.header {
  height: 6rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: white;
  transition: background-color 0.6s ease-in-out;
  backdrop-filter: blur(4px);
}
.header.is-scrolled {
  background-color: rgba(255, 255, 255, 0.8);
}
.header.is-scrolled .drawer-close-button {
  display: none;
}
@media screen and (min-width: 1000px) {
  .header.is-scrolled .drawer-close-button {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .header {
    height: auto;
    translate: 0 -100%;
    background-color: rgba(255, 255, 255, 0);
    padding: 12px 0;
    transition: translate 0.6s ease-in-out, background-color 0.6s ease-in-out;
  }
  .header.is-scrolled {
    translate: 0 0;
  }
  .header.is-scrolled .drawer-menu {
    translate: 100% 0;
  }
  .header.is-scrolled .drawer-menu.is-active {
    translate: 0 0;
  }
  .header.is-scrolled .backdrop-bg {
    translate: 100% 0;
  }
  .header.is-scrolled .backdrop-bg.is-active {
    translate: 0 0;
  }
  .header:has(.drawer-menu.is-active) {
    opacity: 1;
  }
}
.header .header__inner {
  height: 100%;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (min-width: 1000px) {
  .header .header__inner {
    height: auto;
    padding: 0 24px;
    max-width: initial;
  }
}
.header .header__logo-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.8rem;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .header .header__logo-wrapper {
    gap: 10px;
  }
}
.header .header__logo {
  width: 5.3rem;
  height: auto;
  aspect-ratio: 53/39;
}
@media screen and (min-width: 768px) {
  .header .header__logo {
    width: 3.3125rem;
  }
}
@media screen and (min-width: 1000px) {
  .header .header__logo {
    width: 3.3125rem;
  }
}
.header .header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header .header__heading-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.header .header__heading-text--upper {
  color: #158fdb;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .header .header__heading-text--upper {
    font-size: 13px;
  }
}
.header .header__heading-text--lower {
  color: #158fdb;
  font-size: 0.9rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (min-width: 1000px) {
  .header .header__heading-text--lower {
    font-size: 9px;
  }
}
.header .header-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
}
@media screen and (min-width: 1000px) {
  .header .header-menu {
    display: grid;
    grid-template-columns: auto auto 40px;
  }
}
.header .header-menu__link {
  display: none;
}
@media screen and (min-width: 1000px) {
  .header .header-menu__link {
    display: block;
    color: #158fdb;
    text-align: justify;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.15em;
    transition: color 0.18s ease-in-out;
  }
}
@media (any-hover: hover) {
  .header .header-menu__link:hover {
    color: #a3d6ff;
  }
}
.header .header-menu__link.header-menu__link--button {
  display: none;
}
@media screen and (min-width: 1000px) {
  .header .header-menu__link.header-menu__link--button {
    display: block;
    padding: 7px 30px;
    background-color: #158fdb;
    border: 1px solid #158fdb;
    border-radius: 2px;
    color: #fff;
    text-transform: capitalize;
    transition: color 0.18s ease-in-out;
  }
}
@media (any-hover: hover) {
  .header .header-menu__link.header-menu__link--button:hover {
    color: #a3d6ff;
  }
}
.header .header-menu__button {
  width: 4rem;
  height: 4rem;
  border: 1px solid #158fdb;
  border-radius: 50%;
  position: relative;
  transition: border-color 0.18s;
  z-index: 1004;
}
@media screen and (min-width: 1000px) {
  .header .header-menu__button {
    width: 40px;
    height: 40px;
  }
}
.header .header-menu__button span {
  position: absolute;
  width: 1.4rem;
  height: 1px;
  background-color: #158fdb;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  transform-origin: 0 center;
}
@media screen and (min-width: 1000px) {
  .header .header-menu__button span {
    width: 14px;
    height: 1px;
  }
}
.header .header-menu__button span:first-child {
  translate: -50% calc(-50% - 0.5rem);
  transition: rotate 0.3s, translate 0.3s, width 0.3s, background-color 0.18s;
}
@media screen and (min-width: 1000px) {
  .header .header-menu__button span:first-child {
    translate: -50% calc(-50% - 5px);
  }
}
.header .header-menu__button span:nth-of-type(2) {
  transition: opacity 0.3s, background-color 0.18s;
}
.header .header-menu__button span:last-child {
  translate: -50% calc(-50% + 0.5rem);
  transition: rotate 0.3s, translate 0.3s, width 0.3s, background-color 0.18s;
}
@media screen and (min-width: 1000px) {
  .header .header-menu__button span:last-child {
    translate: -50% calc(-50% + 5px);
  }
}
@media screen and (max-width: 1000px) {
  .header .header-menu__button.is-active {
    position: fixed;
    top: 50%;
    right: 1rem;
    width: 4rem;
    height: 4rem;
    translate: 0 -50%;
    border-color: #fff;
  }
  .header .header-menu__button.is-active span {
    background-color: #fff;
  }
  .header .header-menu__button.is-active span:first-child {
    width: 1.8439rem;
    rotate: 40.601deg;
    translate: -36% calc(-50% - 0.58rem);
  }
  .header .header-menu__button.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .header .header-menu__button.is-active span:last-child {
    width: 1.8439rem;
    rotate: -40.601deg;
    translate: -36% calc(-50% + 0.58rem);
  }
}
@media screen and (min-width: 1000px) {
  .header .header-menu__button.is-active {
    pointer-events: none;
  }
}
@media (any-hover: hover) {
  .header .header-menu__button:hover {
    border-color: #a3d6ff;
  }
  .header .header-menu__button:hover span {
    background-color: #a3d6ff;
  }
}

.drawer-menu {
  translate: 100% 0;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: url("../images/top/common/bg-mask.webp") 0 0/80px 80px repeat, #1c5988;
  background-blend-mode: screen, normal;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  scrollbar-width: none;
  -ms-overflow-style: none;
  z-index: 1001;
  transition: translate 0.3s ease-in-out, opacity 0.15s ease-in-out;
}
.drawer-menu::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1000px) {
  .drawer-menu {
    translate: 100% 65px;
    max-width: 386px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 1004;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    overflow: hidden;
  }
}
.drawer-menu.is-active {
  transition: translate 0.3s ease-in-out, opacity 0.15s ease-in-out 0.15s;
  opacity: 1;
  translate: 0 0;
}
@media screen and (min-width: 1000px) {
  .drawer-menu.is-active {
    translate: 0 65px;
  }
  .drawer-menu.is-active.is-scrolled {
    translate: 0 0;
  }
}
.drawer-menu .drawer-menu__content-wrapper {
  position: relative;
  padding-top: 107px;
  min-height: 100vh;
  min-height: 100dvh;
  height: auto;
  flex: 0 0 auto;
}
@media screen and (min-width: 1000px) {
  .drawer-menu .drawer-menu__content-wrapper {
    flex: 1;
    padding: 120px 0 80px 56px;
    height: 100%;
    min-height: auto;
    overflow-y: hidden;
  }
}
@media screen and (min-width: 1000px) and (max-height: 720px) {
  .drawer-menu .drawer-menu__content-wrapper {
    overflow-y: auto;
    padding-bottom: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .drawer-menu .drawer-menu__content-wrapper::-webkit-scrollbar {
    display: none;
  }
}
.drawer-menu .drawer-menu__content {
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .drawer-menu .drawer-menu__content {
    width: 218px;
  }
}
.drawer-menu .drawer-menu__nav {
  max-width: 228px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 1000px) {
  .drawer-menu .drawer-menu__nav {
    gap: 20px;
  }
}
.drawer-menu .drawer-menu__link {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .drawer-menu .drawer-menu__link {
    align-items: flex-start;
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .drawer-menu .drawer-menu__link--top .drawer-menu__link-text {
    margin-left: -5px;
  }
}
.drawer-menu .drawer-menu__link .drawer-menu__link-text-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.drawer-menu .drawer-menu__link.is-active .drawer-menu__link-text {
  translate: 0 0;
}
.drawer-menu .drawer-menu__link.is-active .drawer-menu__link-text-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.drawer-menu .drawer-menu__link.is-active .drawer-menu__link-text--small {
  translate: 0 0;
}
.drawer-menu .drawer-menu__link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% + 3rem);
  left: 0;
  top: 0;
  background: url("../images/top/common/bg-mask.webp") 0 0/80px 80px repeat, #1c5988;
  background-blend-mode: screen, normal;
  clip-path: inset(0);
  backface-visibility: hidden;
  transition: clip-path 0s ease-in-out 0.3s;
  z-index: 2;
}
.drawer-menu .drawer-menu__link.is-active::before {
  clip-path: inset(-1px -1px calc(100% + 1px) -1px);
  transition: clip-path 0.8s cubic-bezier(0.99, 0.25, 0.35, 0.35) -0.2s;
}
.drawer-menu .drawer-menu__link svg {
  display: none;
}
.drawer-menu .drawer-menu__link svg path {
  transition: fill 0.18s ease-in-out;
}
@media screen and (min-width: 1000px) {
  .drawer-menu .drawer-menu__link svg {
    display: block;
    z-index: 1;
  }
}
@media (any-hover: hover) {
  .drawer-menu .drawer-menu__link:hover .drawer-menu__link-text {
    color: #a3d6ff;
  }
  .drawer-menu .drawer-menu__link:hover .drawer-menu__link-text--small {
    color: #a3d6ff;
  }
  .drawer-menu .drawer-menu__link:hover svg path {
    fill: #a3d6ff;
  }
}
.drawer-menu .drawer-menu__link-text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  translate: 0 1.5rem;
  transition: color 0.18s ease-in-out, translate 0.8s ease-in-out;
}
@media screen and (min-width: 1000px) {
  .drawer-menu .drawer-menu__link-text {
    font-size: 16px;
  }
}
.drawer-menu .drawer-menu__link-text--small {
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  translate: 0 1.5rem;
  transition: color 0.18s ease-in-out, translate 0.8s ease-in-out;
}
@media screen and (min-width: 1000px) {
  .drawer-menu .drawer-menu__link-text--small {
    font-size: 10px;
  }
}
.drawer-menu .drawer-menu__bottom-links {
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: 212px;
  height: 71px;
  margin: 39px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media (max-height: 720px) {
  .drawer-menu .drawer-menu__bottom-links {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1000px) {
  .drawer-menu .drawer-menu__bottom-links {
    margin: 57px 0 70px;
    gap: 10px;
  }
}
.drawer-menu .drawer-menu__bottom-link {
  position: relative;
  width: 100%;
  height: 71px;
  padding: 10px;
  border-radius: 1.736px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .drawer-menu .drawer-menu__bottom-link {
    height: 71px;
    padding: 10px;
    border-radius: 1.736px;
  }
}
.drawer-menu .drawer-menu__bottom-link .drawer-menu__bottom-link-text {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  transition: color 0.18s ease-in-out;
  text-transform: capitalize;
}
@media screen and (min-width: 1000px) {
  .drawer-menu .drawer-menu__bottom-link .drawer-menu__bottom-link-text {
    font-size: 12px;
  }
}
.drawer-menu .drawer-menu__bottom-link .drawer-menu__bottom-link-title {
  text-align: justify;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  transition: color 0.18s ease-in-out;
}
@media screen and (min-width: 1000px) {
  .drawer-menu .drawer-menu__bottom-link .drawer-menu__bottom-link-title {
    font-size: 16px;
  }
}
.drawer-menu .drawer-menu__bottom-link svg {
  position: absolute;
  z-index: 2;
  right: 1.6rem;
  bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .drawer-menu .drawer-menu__bottom-link svg {
    right: 1rem;
    bottom: 1rem;
  }
}
.drawer-menu .drawer-menu__bottom-link svg path,
.drawer-menu .drawer-menu__bottom-link svg rect {
  transition: stroke 0.18s ease-in-out;
}
.drawer-menu .drawer-menu__bottom-link.drawer-menu__bottom-link--white {
  background-color: #fff;
  display: grid;
  justify-content: center;
  align-items: center;
}
.drawer-menu .drawer-menu__bottom-link.drawer-menu__bottom-link--white .drawer-menu__bottom-link-text,
.drawer-menu .drawer-menu__bottom-link.drawer-menu__bottom-link--white .drawer-menu__bottom-link-title {
  color: #158fdb;
}
.drawer-menu .drawer-menu__bottom-link.drawer-menu__bottom-link--blue {
  background-color: #158fdb;
}
.drawer-menu .drawer-menu__bottom-link.drawer-menu__bottom-link--blue .drawer-menu__bottom-link-text,
.drawer-menu .drawer-menu__bottom-link.drawer-menu__bottom-link--blue .drawer-menu__bottom-link-title {
  color: #fff;
}
@media (any-hover: hover) {
  .drawer-menu .drawer-menu__bottom-link:hover .drawer-menu__bottom-link-text,
  .drawer-menu .drawer-menu__bottom-link:hover .drawer-menu__bottom-link-title {
    color: #a3d6ff;
  }
  .drawer-menu .drawer-menu__bottom-link:hover svg rect,
  .drawer-menu .drawer-menu__bottom-link:hover svg path {
    stroke: #a3d6ff;
  }
}
.drawer-menu .drawer-menu__other-links {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 50%;
  translate: -50% 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.4rem;
}
@media (max-height: 720px) {
  .drawer-menu .drawer-menu__other-links {
    bottom: -150px;
    padding-bottom: 20px;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1000px) {
  .drawer-menu .drawer-menu__other-links {
    position: absolute;
    bottom: 0;
    padding: 0 23px 21px;
    margin: 0;
  }
}
@media screen and (min-width: 1000px) and (max-height: 720px) {
  .drawer-menu .drawer-menu__other-links {
    position: static;
    width: calc(100% + 110px);
    margin-left: -56px;
    padding: 0 24px 20px 24px;
    translate: 0 0;
    margin-top: 70px;
  }
}
.drawer-menu .drawer-menu__sns-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.149rem;
}
@media screen and (min-width: 1000px) {
  .drawer-menu .drawer-menu__sns-links {
    gap: 11.636px;
  }
}
.drawer-menu .drawer-menu__sns-link {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 1000px) {
  .drawer-menu .drawer-menu__sns-link {
    width: 17px;
    height: 17px;
  }
}
.drawer-menu .drawer-menu__sns-link svg {
  display: block;
  width: 100%;
  height: 100%;
}
.drawer-menu .drawer-menu__sns-link svg path {
  transition: fill 0.18s ease-in-out;
}
.drawer-menu .drawer-menu__sns-link--x {
  width: 26px;
  height: 26px;
}
@media screen and (min-width: 1000px) {
  .drawer-menu .drawer-menu__sns-link--x {
    width: 15px;
    height: 15px;
  }
}
@media (any-hover: hover) {
  .drawer-menu .drawer-menu__sns-link:hover svg path {
    fill: #a3d6ff;
  }
}
.drawer-menu .drawer-menu__corporate-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (min-width: 1000px) {
  .drawer-menu .drawer-menu__corporate-link {
    gap: 6.4px;
  }
}
.drawer-menu .drawer-menu__corporate-link span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: color 0.18s ease-in-out;
}
@media screen and (min-width: 1000px) {
  .drawer-menu .drawer-menu__corporate-link span {
    font-size: 11.2px;
  }
}
.drawer-menu .drawer-menu__corporate-link svg {
  width: 1.6rem;
  height: 1.2rem;
}
@media screen and (min-width: 1000px) {
  .drawer-menu .drawer-menu__corporate-link svg {
    width: 12.804px;
    height: 9.6px;
  }
}
.drawer-menu .drawer-menu__corporate-link svg path,
.drawer-menu .drawer-menu__corporate-link svg rect {
  transition: stroke 0.18s ease-in-out;
}
@media (any-hover: hover) {
  .drawer-menu .drawer-menu__corporate-link:hover span {
    color: #a3d6ff;
  }
  .drawer-menu .drawer-menu__corporate-link:hover svg path,
  .drawer-menu .drawer-menu__corporate-link:hover svg rect {
    stroke: #a3d6ff;
  }
}
.drawer-menu .drawer-close-button {
  display: none;
}
@media screen and (min-width: 1000px) {
  .drawer-menu .drawer-close-button {
    position: relative;
    display: block;
    width: 56px;
    height: 100vh;
  }
  .drawer-menu .drawer-close-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.drawer-menu .drawer-close-button span {
  position: absolute;
  display: block;
  background-color: #fff;
  width: 31.241px;
  height: 1px;
  left: 50%;
  translate: -50% -50%;
  transition: background-color 0.18s ease-in-out;
}
.drawer-menu .drawer-close-button span:first-child {
  rotate: 39.806deg;
}
.drawer-menu .drawer-close-button span:last-child {
  rotate: -39.806deg;
}
@media (any-hover: hover) {
  .drawer-menu .drawer-close-button:hover span {
    background-color: #a3d6ff;
  }
}

.backdrop-bg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  translate: 100% 0;
  opacity: 0;
  z-index: 1001;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out, translate 0s ease-in-out 0.3s;
}
@media screen and (min-width: 1000px) {
  .backdrop-bg {
    translate: 100% 65px;
  }
}
.backdrop-bg.is-active {
  transition: opacity 0.3s ease-in-out;
  translate: 0 0;
  opacity: 1;
}
@media screen and (min-width: 1000px) {
  .backdrop-bg.is-active {
    translate: 0 65px;
  }
  .backdrop-bg.is-active.is-scrolled {
    translate: 0 0;
  }
}

.fv {
  position: relative;
  background-color: #ecf5ff;
  padding-top: 6rem;
}
@media screen and (min-width: 1000px) {
  .fv {
    padding-top: 64px;
  }
}
@media screen and (min-width: 1024px) {
  .fv {
    padding-top: 0;
  }
}

.fv__image-wrapper {
  position: relative;
  padding-bottom: 17px;
}
@media screen and (min-width: 1024px) {
  .fv__image-wrapper {
    align-items: center;
    gap: 1px;
    display: grid;
    grid-template-columns: 286px 2.73fr;
    padding-left: 100px;
    grid-template-areas: "text image";
  }
}
.fv__image-wrapper::after {
  animation: fv-line 1s ease forwards;
  animation-delay: 0.75s;
}

@keyframes fv-line {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.fv__image-contents {
  width: 100%;
  grid-area: image;
  position: relative;
  overflow: hidden;
}
.fv__image-contents img {
  animation: image-scale 1s ease both;
  animation-delay: 0.5s;
}
@media screen and (min-width: 1024px) {
  .fv__image-contents img {
    object-fit: cover;
  }
}
.fv__image-contents::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150%;
  clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0% 100%);
  height: 100%;
  background-color: #158fdb;
  transform-origin: left;
  z-index: 10;
  transition: translate 0.7s ease-in-out 0.5s;
  animation: image-shatter 1s ease forwards;
  animation-delay: 0.5s;
}

@keyframes image-scale {
  from {
    scale: 1.2;
  }
  to {
    scale: 1;
  }
}
@keyframes image-shatter {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(150%);
  }
}
.fv__content-contents {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .fv__content-contents {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .fv__content-contents {
    margin-left: 0px;
  }
}

.fv__content-wrapper {
  padding: 8px 0 0 24px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .fv__content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    grid-area: text;
    padding: 80px 0 0 0;
  }
}

.fv__image {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .fv__image {
    margin-left: auto;
  }
}

.fv__decoration-text {
  position: absolute;
  bottom: 4.5rem;
  left: unset;
  top: -2rem;
  right: -1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 7.2rem;
  font-weight: 400;
  color: rgba(0, 157, 255, 0.1);
  line-height: 1;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .fv__decoration-text {
    font-size: 9.8vw;
    top: unset;
    bottom: -5.5vw;
    right: 1.7vw;
    left: auto;
  }
}

.fv__title-group {
  margin-top: 3.2rem;
}
@media screen and (min-width: 1024px) {
  .fv__title-group {
    margin-top: 0;
    flex-shrink: 0;
  }
}
.fv__title-group br {
  display: none;
}
@media screen and (min-width: 1024px) {
  .fv__title-group br {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .fv__title-group {
    min-height: 20vw;
  }
}

.fv__subtitle {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #158FDB;
  display: flex;
  align-items: center;
  gap: 1px;
}
@media screen and (min-width: 1024px) {
  .fv__subtitle {
    font-size: 1.375rem;
    gap: 2px;
  }
}

.fv__subtitle-slash {
  color: #158fdb;
}

.fv__title {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
}
@media screen and (min-width: 1024px) {
  .fv__title {
    font-size: 2.375rem;
    height: 112px;
    line-height: 1.5;
  }
}

.fv__scroll {
  display: none;
}
@media screen and (min-width: 1024px) {
  .fv__scroll {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    transition: opacity 0.3s ease-out;
    align-items: center;
    max-width: fit-content;
    position: absolute;
    bottom: 0;
  }
}
.fv__scroll.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.fv__scroll-text {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #158fdb;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .fv__scroll-text {
    font-size: 0.875rem;
  }
}

.fv__scroll-icon {
  width: 3.2rem;
  height: 3.2rem;
}
@media screen and (min-width: 768px) {
  .fv__scroll-icon {
    width: 2rem;
    height: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .breadcrumb-nav {
    left: 0;
    top: 0;
  }
}

.breadcrumb {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  gap: 3.2rem;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    gap: 2rem;
  }
}

.breadcrumb__item {
  position: relative;
}
.breadcrumb__item:not(:first-child)::before {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  background-image: url("../images/common/breadcrumb-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: -2rem;
  top: 0;
  bottom: 0;
  margin: auto auto 0.7rem auto;
}
@media screen and (min-width: 768px) {
  .breadcrumb__item:not(:first-child)::before {
    width: 0.5rem;
    height: 0.5rem;
    left: -1.25rem;
    top: 0.125rem;
    margin: auto auto auto auto;
  }
}

.breadcrumb__link {
  color: #158fdb;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .breadcrumb__link {
    font-size: 0.875rem;
  }
}

.breadcrumb__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .breadcrumb__text {
    font-size: 0.875rem;
  }
}

@keyframes kvFadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.kv-fade-up {
  opacity: 0;
  animation: kvFadeUp 0.8s cubic-bezier(0.5, 1, 0.89, 1) forwards;
}

.key-visual__text--large.kv-fade-up {
  animation-delay: 0.5s;
}
@media screen and (min-width: 1000px) {
  .key-visual__text--large.kv-fade-up {
    animation-delay: 1.5s;
  }
}

.key-visual__text.kv-fade-up:not(.key-visual__text--large) {
  animation-delay: 1.5s;
}
@media screen and (min-width: 1000px) {
  .key-visual__text.kv-fade-up:not(.key-visual__text--large) {
    animation-delay: 0.5s;
  }
}

.key-visual {
  position: relative;
  padding: 9.8rem 0 7.2rem;
  background: url("../images/top/common/bg-mask.webp") 0 0/80px 80px repeat, linear-gradient(114deg, #2a618e 27.45%, #1c5380 67.96%);
  background-blend-mode: screen, normal;
}
@media screen and (min-width: 1000px) {
  .key-visual {
    padding: 193px 0 116px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: flex-start;
    gap: 37px;
    height: 100vh;
  }
}
.key-visual .key-visual__header {
  display: none;
}
@media screen and (min-width: 1000px) {
  .key-visual .key-visual__header {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    padding: 23px 81px 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.key-visual .key-visual__heading-wrapper {
  display: flex;
  justify-content: flex-start;
  text-decoration: none;
  gap: 1.8rem;
}
@media screen and (min-width: 1000px) {
  .key-visual .key-visual__heading-wrapper {
    gap: 1.5rem;
    align-items: center;
  }
}
.key-visual .key-visual__logo {
  height: 60px;
  object-fit: cover;
}
.key-visual .key-visual__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.key-visual .key-visual__heading-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.key-visual .key-visual__heading-text--large {
  color: rgba(0, 0, 0, 0.7);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.key-visual .key-visual__heading-text--small {
  color: rgba(0, 0, 0, 0.7);
  font-family: Georgia;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.key-visual .key-visual__header-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.key-visual .key-visual__header-link {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.15em;
  transition: color 0.18s ease-in-out;
}
.key-visual .key-visual__header-link.key-visual__header-link--button {
  padding: 7px 30px;
  background-color: #158fdb;
  border: 1px solid #158fdb;
  border-radius: 2px;
  text-transform: capitalize;
}
@media (any-hover: hover) {
  .key-visual .key-visual__header-link:hover {
    color: #a3d6ff;
  }
}
.key-visual .key-visual__button {
  display: none;
}
@media screen and (min-width: 1000px) {
  .key-visual .key-visual__button {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 56px;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    z-index: 1004;
  }
  .key-visual .key-visual__button::before {
    display: none;
    content: "";
    position: absolute;
    width: 1px;
    height: 100vh;
    top: 0;
    left: -1px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.key-visual .key-visual__button span {
  position: absolute;
  width: 24px;
  height: 1px;
  background-color: #fff;
  left: 50%;
  top: min(50vh, 50%);
  translate: -50% -50%;
  transform-origin: 0 center;
}
.key-visual .key-visual__button span:first-child {
  transition: rotate 0.3s, translate 0.3s, width 0.3s, background-color 0.18s;
  translate: -50% calc(-50% - 9px);
}
.key-visual .key-visual__button span:nth-of-type(2) {
  transition: opacity 0.3s, background-color 0.18s;
}
.key-visual .key-visual__button span:last-child {
  transition: rotate 0.3s, translate 0.3s, width 0.3s, background-color 0.18s;
  translate: -50% calc(-50% + 9px);
}
.key-visual .key-visual__button.is-active {
  border-color: #fff;
}
.key-visual .key-visual__button.is-active::before {
  display: block;
}
.key-visual .key-visual__button.is-active span {
  background-color: #fff;
}
.key-visual .key-visual__button.is-active span:first-child {
  width: 31.241px;
  rotate: 39.806deg;
  translate: -36% calc(-50% - 10px);
}
.key-visual .key-visual__button.is-active span:nth-of-type(2) {
  opacity: 0;
}
.key-visual .key-visual__button.is-active span:last-child {
  width: 31.241px;
  rotate: -39.806deg;
  translate: -36% calc(-50% + 10px);
}
@media (any-hover: hover) {
  .key-visual .key-visual__button:hover span {
    background-color: #a3d6ff;
  }
}
.key-visual .key-visual__swiper {
  position: absolute;
  width: 100%;
  height: 50.5rem;
  top: 16.9rem;
}
@media screen and (min-width: 1000px) {
  .key-visual .key-visual__swiper {
    top: 0;
    width: 60.8333333333vw;
    height: 100%;
    margin: 0;
    z-index: 1;
  }
}
@media (max-width: 1490px) {
  .key-visual .key-visual__swiper {
    width: calc(100vw - 580px);
  }
}
@media (max-width: 1000px) {
  .key-visual .key-visual__swiper {
    width: 100%;
  }
}
.key-visual .key-visual__swiper::before {
  position: absolute;
  top: -0.1rem;
  left: 0;
  content: "";
  width: 100%;
  height: 27.5rem;
  background: linear-gradient(180deg, rgba(36, 99, 148, 0.65) 0%, rgba(36, 99, 148, 0.25) 40%, rgba(36, 99, 148, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 1000px) {
  .key-visual .key-visual__swiper::before {
    top: 0;
    left: initial;
    right: 0;
    width: 487px;
    height: 100%;
    background: linear-gradient(91.34deg, rgba(36, 99, 148, 0) 57.85%, rgba(36, 99, 148, 0.25) 85.53%, rgba(36, 99, 148, 0.55) 97.54%);
  }
}
.key-visual .key-visual__swiper-wrapper {
  transition-timing-function: linear !important;
}
.key-visual .key-visual__slide {
  width: 35.5rem;
  height: 100%;
}
@media screen and (min-width: 1000px) {
  .key-visual .key-visual__slide {
    width: 50.3472222222vw;
  }
}
.key-visual .key-visual__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1.1;
}
.key-visual .key-visual__slide.swiper-slide-active img, .key-visual .key-visual__slide.swiper-slide-prev img {
  scale: 1;
  transition: scale 10s ease-out;
}
.key-visual .key-visual__contents-wrapper {
  display: block;
  padding: 0 1.8rem 0 2.4rem;
  width: 100%;
  position: relative;
  z-index: 999;
}
@media screen and (min-width: 1000px) {
  .key-visual .key-visual__contents-wrapper {
    width: 39.1667vw;
    min-width: 36.25rem;
    max-width: 50rem;
    padding: 0;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: auto;
  }
}
.key-visual .key-visual__contents {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 49.5rem;
}
@media screen and (min-width: 1000px) {
  .key-visual .key-visual__contents {
    position: relative;
    padding: 0 135px 0 0;
    display: flex;
    max-width: initial;
    width: 100%;
    margin: 0 auto;
    flex-direction: column-reverse;
    align-items: flex-end;
    height: 75vh;
  }
}
.key-visual .key-visual__text {
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5;
}
@media screen and (min-width: 1000px) {
  .key-visual .key-visual__text {
    font-size: 14px;
    line-height: 2.3;
    text-align: left;
  }
  .key-visual .key-visual__text .key-visual__text-br {
    display: none;
  }
}
.key-visual .key-visual__text.key-visual__text--large {
  font-feature-settings: "palt" on;
  color: #fff;
  font-size: 3.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.115em;
  margin-bottom: 51rem;
}
@media screen and (min-width: 1000px) {
  .key-visual .key-visual__text.key-visual__text--large {
    margin-bottom: 0;
    font-size: 50px;
    text-align: left;
    white-space: nowrap;
    position: absolute;
    bottom: -110px;
  }
}
.key-visual .key-visual__stripe-svg-wrapper {
  position: absolute;
  top: 65.4rem;
  left: 4.8rem;
  width: 7rem;
  height: 4rem;
  z-index: 2;
}
@media screen and (min-width: 1000px) {
  .key-visual .key-visual__stripe-svg-wrapper {
    left: initial;
    width: 136px;
    height: 80px;
    right: 478px;
    top: 64px;
    z-index: 1;
  }
}
.key-visual .key-visual__scroll-button {
  display: none;
}
@media screen and (min-width: 1000px) {
  .key-visual .key-visual__scroll-button {
    pointer-events: none;
    position: absolute;
    right: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 78%;
    z-index: 999;
  }
}
.key-visual .key-visual__scroll-button .key-visual__scroll-button-text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}
.key-visual .key-visual__scroll-button svg {
  margin-top: -4px;
}

.top .company__section {
  position: relative;
  margin-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .top .company__section {
    margin-bottom: 0;
    padding: 0 0 140px;
    margin-bottom: 100px;
  }
}
.top .company__section::before {
  content: "company";
  position: absolute;
  text-transform: capitalize;
  color: rgba(0, 157, 255, 0.1);
  font-size: 7.8rem;
  line-height: 1.6;
  right: 0;
  bottom: -6.4rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top .company__section::before {
    font-size: 148px;
    bottom: 0;
  }
}
.top .company__section .company__stripe-svg-wrapper {
  position: absolute;
  top: -8.8rem;
  right: 2.4rem;
  width: 10.9rem;
  height: 6.4rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .top .company__section .company__stripe-svg-wrapper {
    top: -240px;
    right: 100px;
    width: 275px;
    height: 160px;
  }
}
.top .company__section .company__inner {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .top .company__section .company__inner .section__heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
  }
  .top .company__section .company__inner .section__heading .section__text {
    max-width: 456px;
  }
}
@media screen and (min-width: 768px) {
  .top .company__section .company__contents {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
  }
}
.top .company__section .company__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.4rem;
}
.top .company__section .company__main-content {
  display: grid;
  grid-template-columns: 560px 1fr;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .top .company__section .company__main-content {
    align-items: flex-start;
    gap: 74px;
  }
}
.top .company__section .company__image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 327/208;
}
@media screen and (min-width: 768px) {
  .top .company__section .company__image-wrapper {
    flex-shrink: 0;
  }
}
.top .company__section .company__image-wrapper::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #158fdb;
  top: 10.4rem;
  left: 50%;
  translate: -50% 0;
  transition: width 1s ease-in-out 0.6s, margin-left 1s ease-in-out 0.6s;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .top .company__section .company__image-wrapper::after {
    height: 1px;
    top: 50%;
  }
}
.top .company__section .company__image-wrapper.company__content--white::after {
  top: 11.6rem;
}
@media screen and (min-width: 768px) {
  .top .company__section .company__image-wrapper.company__content--white::after {
    top: 50%;
    width: 100vw;
    margin-left: calc(50% - 50dvw);
    margin-right: calc(50% - 50dvw);
  }
}
.top .company__section .company__image-wrapper.is-open::after {
  width: 100dvw;
  margin-left: calc(50% + 2.4rem - 50dvw);
  margin-right: calc(50% + 2.4rem - 50dvw);
}
@media screen and (min-width: 768px) {
  .top .company__section .company__image-wrapper.is-open::after {
    width: 70dvw;
  }
}
.top .company__section .company__image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0.4rem;
}
.top .company__section .company__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top .company__section .company-content__stripe-svg-wrapper {
  position: absolute;
  width: 6.9rem;
  height: 4rem;
  top: -2rem;
  right: 0;
  z-index: 3;
}
.top .company__section .company__text {
  text-align: justify;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .top .company__section .company__text {
    font-size: 16px;
  }
}
.top .company__section .company__content--white {
  margin: 4rem 0 0;
  border-radius: 0.4rem;
  background: #fff;
  box-shadow: 0 0.2rem 1.5rem 0 rgba(0, 157, 255, 0.2);
  padding: 1.6rem 1.6rem 4rem;
}
@media screen and (min-width: 768px) {
  .top .company__section .company__content--white {
    margin: 40px 0 0;
    padding: 41px 31px 32px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 70px;
  }
}
.top .company__section .company__content--white .company__image {
  width: 100%;
  height: auto;
  border-radius: 0.4rem;
  aspect-ratio: 295/200;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top .company__section .company__content--white .company__image {
    width: 300px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  .top .company__section .company__content--white .company__image {
    width: 354px;
    flex-shrink: 0;
  }
}
.top .company__section .company__content--white .company__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top .company__section .company__content--white .company__text-content {
  margin: 1.6rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .top .company__section .company__content--white .company__text-content {
    margin: 8px 0 0;
    max-width: 530px;
    gap: 15px;
  }
  .top .company__section .company__content--white .company__text-content .company__text {
    margin: 0;
  }
}
.top .company__section .company__content--white .section__title--h3 {
  color: #158fdb;
  font-feature-settings: "palt" on;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .top .company__section .company__content--white .section__title--h3 {
    font-size: 24px;
  }
}
.top .company__section .company__slider-wrapper {
  margin: 6.4rem 0 0;
  width: 100%;
  height: 19.4rem;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: flex-start;
  gap: 1.6rem;
  z-index: 2;
}
.top .company__section .company__slider-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #158fdb;
  transform: translateY(-50%);
  z-index: -1;
}
.top .company__section .company__slider {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  width: 147.2rem;
  flex-shrink: 0;
  padding: 0 1.6rem 0 0;
}
.top .company__section .company__slider:nth-of-type(odd) {
  animation: company-slide-animation 70s linear -35s infinite;
}
.top .company__section .company__slider:nth-of-type(even) {
  animation: company-slide-animation2 70s linear infinite;
}
.top .company__section .company__slide {
  position: relative;
  z-index: 1;
}
.top .company__section .company__slide:nth-of-type(odd) {
  width: 14.2rem;
  height: 19.4rem;
}
.top .company__section .company__slide:nth-of-type(even) {
  width: 19.4rem;
  height: 14.2rem;
}
.top .company__section .company__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.2rem;
}
@keyframes company-slide-animation {
  from {
    transform: translateX(calc(100% + 1.6rem));
  }
  to {
    transform: translateX(calc(-100% + 1.6rem));
  }
}
@keyframes company-slide-animation2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.culture__section {
  position: relative;
  padding: 0 0 11.2rem;
}
@media screen and (min-width: 768px) {
  .culture__section {
    overflow: hidden;
  }
}
.culture__section::before {
  content: "culture";
  position: absolute;
  text-transform: capitalize;
  color: rgba(0, 157, 255, 0.1);
  font-size: 7.8rem;
  line-height: 1.6;
  right: 0;
  bottom: 4.8rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .culture__section::before {
    font-size: 148px;
    bottom: 32px;
  }
}
.culture__section .culture__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 6.4rem;
}
@media screen and (min-width: 768px) {
  .culture__section .culture__inner {
    flex-direction: row-reverse;
    align-items: center;
    gap: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .culture__section .culture__inner {
    flex-direction: row-reverse;
    align-items: center;
    gap: 74px;
  }
}
@media screen and (min-width: 768px) {
  .culture__section .culture__text-contents {
    max-width: 456px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    translate: 0 -10px;
  }
}
.culture__section .culture__contents {
  margin: 5.8rem 0 0;
}
@media screen and (min-width: 768px) {
  .culture__section .culture__contents {
    margin: 40px 0 0;
  }
}
.culture__section .culture__content + .culture__content {
  padding: 5.6rem 0 8rem;
}
@media screen and (min-width: 768px) {
  .culture__section .culture__content + .culture__content {
    padding: 56px 0 120px;
  }
}
.culture__section .culture-value__list {
  position: relative;
  margin: 3.2rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6rem;
  z-index: 2;
  counter-reset: num;
}
@media screen and (min-width: 768px) {
  .culture__section .culture-value__list {
    margin: 74.2px 0 0;
    gap: 60px;
  }
}
.culture__section .culture-value__item {
  width: 100%;
  border-radius: 0.8rem;
  overflow: hidden;
  border: 1px solid #158fdb;
}
.culture__section .culture-value__item:nth-of-type(odd) {
  background-image: url("../images/top/culture/culture-bg01.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .culture__section .culture-value__item:nth-of-type(odd) {
    background-image: url("../images/top/culture/culture-bg01-pc.webp");
  }
}
.culture__section .culture-value__item:nth-of-type(even) {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  background-image: url("../images/top/culture/culture-bg02.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .culture__section .culture-value__item:nth-of-type(even) {
    background-image: url("../images/top/culture/culture-bg02-pc.webp");
  }
}
.culture__section .culture-value__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3.2rem;
  padding: 7.2rem 1.6rem 6.4rem;
  counter-increment: num;
  position: relative;
}
@media screen and (min-width: 768px) {
  .culture__section .culture-value__inner {
    padding: 124px 40px;
    gap: 24px;
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .culture__section .culture-value__inner {
    gap: 123px;
  }
}
.culture__section .culture-value__inner::before {
  position: absolute;
  content: "Values ";
  top: -0.8rem;
  right: 6rem;
  color: rgba(21, 143, 219, 0.2);
  font-size: 4rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.culture__section .culture-value__inner::after {
  top: -0.8rem;
  right: 0.8rem;
  position: absolute;
  content: counter(num, decimal-leading-zero);
  color: rgba(21, 143, 219, 0.2);
  font-size: 4rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.culture__section .culture-value__title {
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .culture__section .culture-value__title {
    font-size: 30px;
    flex-shrink: 0;
  }
}
.culture__section .culture-value__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1;
}
@media screen and (min-width: 768px) {
  .culture__section .culture-value__text {
    font-size: 16px;
    width: 429px;
  }
}
.culture__section .culture--interview {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.culture__section .culture-interview__list {
  margin: 2.4rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7.2rem;
}
.culture__section .culture-interview__item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .culture__section .culture-interview__item::before {
    content: "";
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: #ecf5ff;
  }
}
@media screen and (min-width: 768px) {
  .culture__section .culture-interview__item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .culture__section .culture-interview__item:nth-of-type(odd) .border__image-wrapper::after {
    translate: -100% 0;
  }
}
@media screen and (min-width: 768px) {
  .culture__section .culture-interview__item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .culture__section .culture-interview__item:nth-of-type(even) .border__image-wrapper::after {
    transition: width 0.5s ease-in-out 0.6s, margin-right 0.5s ease-in-out 0.6s;
    translate: 0 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .culture__section .culture-interview__item:nth-of-type(even) .border__image-wrapper.is-open::after {
    top: 50%;
    width: 50vw;
    margin-right: calc(50% + 2.4rem - 50dvw);
  }
}
@media screen and (min-width: 768px) {
  .culture__section .culture-interview__item:nth-of-type(even) .border__image-wrapper.is-open::before {
    content: "";
    top: 50%;
    height: 1px;
    width: 100%;
    right: 0;
    translate: -100% 0;
    position: absolute;
    background-color: #ecf5ff;
  }
}
@media screen and (min-width: 768px) {
  .culture__section .culture-interview__content-heading {
    width: 212px;
    flex-shrink: 0;
  }
}
.culture__section .culture__image-wrapper.border__image-wrapper.is-open::after {
  top: 8.1rem;
}
@media screen and (min-width: 768px) {
  .culture__section .culture__image-wrapper.border__image-wrapper.is-open::after {
    top: 50%;
    width: 50vw;
    left: 0;
  }
}
.culture__section .culture__image-wrapper.border__image-wrapper.is-open::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .culture__section .culture__image-wrapper.border__image-wrapper.is-open::before {
    content: "";
    top: 50%;
    height: 1px;
    width: 100%;
    left: 0;
    translate: 100px 0;
    position: absolute;
    background-color: #ecf5ff;
  }
}
.culture__section .culture__image {
  margin: 0 auto;
  width: 16.2rem;
  height: 16.2rem;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .culture__section .culture__image {
    width: 212px;
    height: 212px;
  }
}
.culture__section .culture-interview__post {
  position: relative;
  z-index: 5;
  margin: 1.6rem auto 0;
  width: fit-content;
  padding: 0.2rem 1.2rem 0.2rem;
  border-radius: 0.2rem;
  background: #158fdb;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .culture__section .culture-interview__post {
    margin: 16px auto 0;
    padding: 2px 12px 3px;
    border-radius: 2px;
    font-size: 12px;
  }
}
.culture__section .culture-interview__name {
  margin: 0.6rem auto 0;
  color: #158fdb;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .culture__section .culture-interview__name {
    margin: 6px 0 0;
    font-size: 24px;
  }
}
.culture__section .culture-interview__content-body {
  margin: 1.6rem 0 0;
  padding: 3.2rem 1.6rem 4rem;
  border-radius: 0.3rem;
  background: #c7e0f6;
}
@media screen and (min-width: 768px) {
  .culture__section .culture-interview__content-body {
    margin: 0;
    padding: 38px 48px 32px;
    border-radius: 3px;
  }
}
.culture__section .culture-interview__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .culture__section .culture-interview__title {
    font-size: 26px;
  }
}
.culture__section .culture-interview__text {
  text-align: justify;
  margin: 1.6rem 0 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .culture__section .culture-interview__text {
    margin: 16px 0 0;
    font-size: 16px;
  }
}
.culture__section .culture-interview__link {
  margin: 4rem auto 0;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  padding: 1.6rem 2.4rem 1.8rem;
  gap: 1rem;
  border: 1px solid #158fdb;
  background-color: #158fdb;
  border-radius: 0.16rem;
  box-shadow: 0 0.1rem 1.2rem 0 rgba(18, 119, 182, 0.3);
  transition: background-color 0.18s ease-in-out, border-color 0.18s ease-in-out;
}
@media screen and (min-width: 768px) {
  .culture__section .culture-interview__link {
    margin: 32px auto 0 0;
    height: 50px;
    padding: 16px 24px 18px;
    border-radius: 1.6px;
  }
}
.culture__section .culture-interview__link span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .culture__section .culture-interview__link span {
    font-size: 14px;
  }
}
.culture__section .culture-interview__link svg {
  margin-top: 0.3rem;
  width: 8.419px;
  height: 8.117px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .culture__section .culture-interview__link svg {
    margin-top: 3px;
  }
}
.culture__section .culture-interview__link svg path {
  transition: fill 0.18s ease-in-out;
}
@media (any-hover: hover) {
  .culture__section .culture-interview__link:hover {
    background-color: #fff;
    border-color: #158fdb;
  }
  .culture__section .culture-interview__link:hover span {
    color: #158fdb;
  }
  .culture__section .culture-interview__link:hover svg {
    animation: arrowMove 0.56s ease-in-out forwards;
  }
  .culture__section .culture-interview__link:hover svg path {
    fill: #158fdb;
  }
}
.culture__section .culture__image-contents-wrapper {
  position: relative;
  width: 32.7rem;
  height: 22rem;
  z-index: 1;
  overflow: visible !important;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .culture__section .culture__image-contents-wrapper {
    width: 50%;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .culture__section .culture__image-contents-wrapper {
    width: 35.125rem;
  }
}
.culture__section .culture__image-contents-wrapper::before {
  display: none !important;
}
.culture__section .culture__image-contents-wrapper::after {
  width: 0;
  height: 1px;
  top: 50%;
  right: 50%;
  translate: 50% 0;
  background-color: #158fdb;
  content: "";
  position: absolute;
  transition: width 0.5s ease-in-out 0.6s;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .culture__section .culture__image-contents-wrapper::after {
    translate: initial;
  }
}
.culture__section .culture__image-contents-wrapper.is-active::after {
  width: 100dvw;
}
@media screen and (min-width: 768px) {
  .culture__section .culture__image-contents-wrapper.is-active::after {
    width: 50dvw;
  }
}
.culture__section .culture__image-contents {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0.4rem;
  overflow: hidden;
  z-index: 2;
}
.culture__section .culture__image-contents::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150%;
  clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0% 100%);
  height: 100%;
  background-color: #158fdb;
  transform-origin: left;
  z-index: 10;
  transition: translate 0.7s ease-in-out 0.5s;
}
.culture__section .culture__image-contents img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1.1;
  transition: scale 0.7s ease-in-out 0.5s;
}
.culture__section .culture__image-contents-wrapper.is-active .culture__image-contents::before {
  translate: 150% 0;
}
.culture__section .culture__image-contents-wrapper.is-active .culture__image-contents img {
  scale: 1;
}

.numbers__section {
  position: relative;
  padding: 5.6rem 0 11.2rem;
  background: url("../images/top/common/bg-mask.webp") 0 0/80px 80px repeat, #1c5988;
  background-blend-mode: screen, normal;
}
.numbers__section .section__title br {
  display: none;
}
@media screen and (min-width: 768px) {
  .numbers__section .section__title br {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .numbers__section .section__title br {
    display: none;
  }
}
.numbers__section::before {
  content: "Numbers";
  position: absolute;
  color: rgba(0, 157, 255, 0.1);
  font-size: 7.8rem;
  line-height: 1.6;
  right: 0;
  bottom: 4.8rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .numbers__section::before {
    font-size: 9.25rem;
    bottom: 30px;
  }
}
.numbers__section.lower {
  background: #ecf5ff;
}
.numbers__section.lower::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .numbers__section.lower .numbers__inner {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .numbers__section {
    padding: 10.875rem 0;
  }
}
.numbers__section .numbers-section__stripe-svg-wrapper {
  position: absolute;
  width: 10.9rem;
  height: 6.4rem;
  top: -3.2rem;
  right: 2.4rem;
}
@media screen and (min-width: 768px) {
  .numbers__section .numbers-section__stripe-svg-wrapper {
    width: 136.999px;
    height: 80px;
    top: -40px;
    right: 100px;
  }
}
.numbers__section .numbers__inner {
  position: relative;
  z-index: 2;
  flex-direction: column;
  display: flex;
  grid-template-columns: 1fr;
  justify-content: space-between;
  gap: 6.4rem;
}
@media screen and (min-width: 768px) {
  .numbers__section .numbers__inner {
    gap: 2rem;
    flex-direction: row;
  }
}
.numbers__section .numbers__inner .lower {
  gap: 20rem;
}
@media screen and (min-width: 768px) {
  .numbers__section .numbers__text-contents {
    max-height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .numbers__section .numbers__text-contents {
    max-width: 456px;
  }
}
.numbers__section .section__text {
  color: #fff;
}
.numbers__section .numbers__contents {
  position: relative;
  margin: 4rem 0 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .numbers__section .numbers__contents {
    margin: 96px 0 0;
  }
}
.numbers__section .numbers__contents.company::before {
  content: "company";
  position: absolute;
  text-transform: capitalize;
  color: rgba(0, 157, 255, 0.1);
  font-size: 7.8rem;
  line-height: 1.6;
  left: 1rem;
  bottom: -8rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .numbers__section .numbers__contents.company::before {
    font-size: 148px;
    bottom: -122px;
    right: -182px;
    left: auto;
  }
}
.numbers__section .numbers__contents.environment::before {
  content: "environment";
  position: absolute;
  text-transform: capitalize;
  color: rgba(0, 157, 255, 0.1);
  font-size: 7.8rem;
  line-height: 1.6;
  right: 0;
  bottom: 4.8rem;
  z-index: 1;
  left: -2rem;
  bottom: -7rem;
}
@media screen and (min-width: 768px) {
  .numbers__section .numbers__contents.environment::before {
    bottom: -90px;
    right: -54px;
    left: auto;
  }
}
.numbers__section .numbers__list {
  margin: 0 -0.1rem 0 0;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem 0.8rem;
}
@media screen and (min-width: 768px) {
  .numbers__section .numbers__list {
    max-width: 1038px;
    margin: 0 auto;
    grid-template-columns: repeat(3, min(18.6111111111vw, 268px));
    gap: min(3.75vw, 54px) min(8.125vw, 117px);
    margin-top: 72px;
  }
}
.numbers__section .numbers__item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0.4rem;
  z-index: 2;
}
.numbers__section .numbers__item::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #158fdb;
  top: 10.8rem;
  z-index: -1;
  transition: width 0.5s ease-in-out 0.6s;
}
@media screen and (min-width: 768px) {
  .numbers__section .numbers__item::before {
    height: 1px;
  }
}
.numbers__section .numbers__item:nth-of-type(odd)::before {
  transform-origin: center center;
  width: 0;
  left: calc(100% + 0.4rem);
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .numbers__section .numbers__item:nth-of-type(odd)::before {
    display: none;
  }
}
.numbers__section .numbers__item:nth-of-type(odd).is-open::before {
  width: 100vw;
}
.numbers__section .numbers__item:last-child::before {
  left: 0;
  width: 0;
  transform-origin: 100% center;
  transition: width 0.5s ease-in-out 0.6s;
}
@media screen and (min-width: 768px) {
  .numbers__section .numbers__item:last-child::before {
    display: none;
  }
}
.numbers__section .numbers__item:last-child.is-open::before {
  width: calc(50vw - 0.4rem);
}
@media screen and (min-width: 768px) {
  .numbers__section .numbers__item:nth-of-type(3n-2)::before {
    transform-origin: 50% center;
    display: block;
    width: 0;
    top: min(13.1944444444vw, 190px);
    left: calc(150% + min(8.125vw, 117px));
    translate: -50% 0;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
  .numbers__section .numbers__item:nth-of-type(3n-2).is-open::before {
    width: 100vw;
  }
}
.numbers__section .numbers-item__title {
  text-align: center;
  justify-self: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #474747;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .numbers__section .numbers-item__title {
    font-size: min(2.0833333333vw, 30px);
  }
}
.numbers__section .numbers-item__image {
  padding: 2.7rem 3.2rem 3.7rem;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 0.2403rem;
  box-shadow: 0px 2px 15px 0px rgba(0, 157, 255, 0.2);
  background: white;
  background-blend-mode: screen, normal;
}
@media screen and (min-width: 768px) {
  .numbers__section .numbers-item__image {
    padding: min(3.0555555556vw, 44px) min(3.75vw, 54px) min(4.4444444444vw, 64px);
  }
}
.numbers__section .numbers-item__image img {
  max-width: 9.6rem;
  max-height: 9.6rem;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .numbers__section .numbers-item__image img {
    max-width: 160px;
    max-height: 160px;
  }
}
.numbers__section .numbers-item__text-wrapper {
  position: relative;
  z-index: 3;
  margin: -3.2rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .numbers__section .numbers-item__text-wrapper {
    margin: max(-4.3055555556vw, -62px) 0 0;
  }
}
.numbers__section .numbers-item__text {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.4rem;
  color: #158fdb;
}
@media screen and (min-width: 768px) {
  .numbers__section .numbers-item__text {
    gap: min(0.5555555556vw, 8px);
  }
}
.numbers__section .number {
  text-align: center;
  font-size: 4rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .numbers__section .number {
    font-size: min(5.5555555556vw, 80px);
  }
}
.numbers__section .text {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .numbers__section .text {
    font-size: min(2.3611111111vw, 34px);
  }
}
.numbers__section .numbers-item__text--sub-text {
  color: #474747;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .numbers__section .numbers-item__text--sub-text {
    margin: min(-0.3472222222vw, -5px) 0 0;
    font-size: min(1.1111111111vw, 16px);
  }
}
.numbers__section .numbers__image-contents-wrapper {
  position: relative;
  width: 32.7rem;
  height: 22rem;
  z-index: 1;
  overflow: visible !important;
}
@media screen and (min-width: 768px) {
  .numbers__section .numbers__image-contents-wrapper {
    justify-self: center;
    max-width: 456px;
    flex-shrink: 0;
    width: 50%;
    aspect-ratio: 456/304;
    max-height: fit-content;
  }
}
.numbers__section .numbers__image-contents-wrapper::before {
  display: none !important;
}
.numbers__section .numbers__image-contents-wrapper::after {
  width: 0;
  height: 1px;
  top: 50%;
  left: 50%;
  translate: -50% 0;
  background-color: #fff;
  content: "";
  position: absolute;
  transition: width 0.5s ease-in-out 0.6s;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .numbers__section .numbers__image-contents-wrapper::after {
    translate: initial;
  }
}
.numbers__section .numbers__image-contents-wrapper.is-active::after {
  width: 100dvw;
}
@media screen and (min-width: 768px) {
  .numbers__section .numbers__image-contents-wrapper.is-active::after {
    width: 50dvw;
  }
}
.numbers__section .numbers__image-contents {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  border-radius: 0.4rem;
}
@media screen and (min-width: 768px) {
  .numbers__section .numbers__image-contents {
    border-radius: 4px;
  }
}
.numbers__section .numbers__image-contents::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150%;
  clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0% 100%);
  height: 100%;
  background-color: #158fdb;
  transform-origin: left;
  z-index: 10;
  transition: translate 0.7s ease-in-out 0.5s;
}
.numbers__section .numbers__image-contents img {
  width: 100%;
  object-fit: cover;
  scale: 1.1;
  transition: scale 0.7s ease-in-out 0.5s;
}
.numbers__section .numbers__image-contents-wrapper.is-active .numbers__image-contents::before {
  translate: 150% 0;
}
.numbers__section .numbers__image-contents-wrapper.is-active .numbers__image-contents img {
  scale: 1;
}

.separate-slider {
  width: 100%;
  height: 20rem;
}
@media screen and (min-width: 768px) {
  .separate-slider {
    height: 400px;
  }
}
.separate-slider .separate-slider__wrapper {
  width: 100%;
  height: 100%;
}
.separate-slider .separate-slider__slide {
  width: 100%;
  height: 100%;
}
.separate-slider .separate-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.separate-slider .separate-slider__slide.swiper-slide-active img, .separate-slider .separate-slider__slide.swiper-slide-prev img {
  animation: scaleUp 10s linear -3s infinite;
}
@keyframes scaleUp {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}

.people__section {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (min-width: 1024px) {
  .people__section {
    margin-bottom: 170px;
  }
}
.people__section.lower {
  background-color: #ecf5ff;
  padding-top: 9rem;
  padding-bottom: 12rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .people__section.lower {
    padding-block: 240px;
  }
}
.people__section.top::before {
  content: "people";
  position: absolute;
  text-transform: capitalize;
  color: rgba(0, 157, 255, 0.1);
  font-size: 7.8rem;
  line-height: 1.6;
  right: 0;
  top: 25.3rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .people__section.top::before {
    font-size: 148px;
    top: 110px;
    margin-bottom: 160px;
  }
}
.people__section .people__stripe-svg-wrapper {
  top: -8.8rem;
  right: 2.4rem;
  position: absolute;
  width: 10.9rem;
  height: 6.4rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .people__section .people__stripe-svg-wrapper {
    width: 275px;
    height: 160px;
    right: 100px;
    top: -240px;
  }
}
.people__section .people__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 6.4rem;
}
@media screen and (min-width: 768px) {
  .people__section .people__inner {
    gap: 32px;
  }
}
.people__section .people__text-contents {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .people__section .people__text-contents {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
  }
  .people__section .people__text-contents .view-more__link {
    flex-shrink: 0;
  }
}
.people__section .people__text-contents .view-more__link {
  margin: 32px 0 0;
}
@media screen and (min-width: 768px) {
  .people__section .people__text-contents .view-more__link {
    margin: 130px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .people__section .section__heading {
    max-width: 563px;
  }
}
.people__section .people__list {
  position: relative;
  margin: 4rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 3.2rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .people__section .people__list {
    margin: 80px 0 0;
    gap: 64px;
  }
}
.people__section .people__item {
  position: relative;
  padding: 3.2rem 0 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 72px;
  border-top: 1px solid #158fdb;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .people__section .people__item {
    padding: 0;
    border-top: none;
    flex-wrap: wrap-reverse;
  }
  .people__section .people__item::before {
    content: "";
    position: absolute;
    top: 158px;
    left: 50%;
    translate: -50% 0;
    width: 0;
    height: 1px;
    background-color: #158fdb;
    transform-origin: center;
    z-index: -1;
    transition: width 0.5s ease-in-out 0.6s;
  }
  .people__section .people__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .people__section .people__item:nth-child(even)::before {
    left: auto;
    right: 50%;
    translate: 50% 0;
    transform-origin: center;
  }
  .people__section .people__item:has(.people-item__image.is-active)::before {
    width: 100vw;
  }
}
@media screen and (min-width: 1024px) {
  .people__section .people__item {
    padding: 0;
    border-top: none;
    flex-wrap: wrap-reverse;
  }
  .people__section .people__item::before {
    content: "";
    position: absolute;
    top: 158px;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: #158fdb;
    transform-origin: 0 center;
    translate: initial;
    z-index: -1;
    transition: width 0.5s ease-in-out 0.6s;
  }
  .people__section .people__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .people__section .people__item:nth-child(even)::before {
    left: initial;
    right: 50%;
    translate: initial;
    transform-origin: 100% center;
  }
  .people__section .people__item:has(.people-item__image.is-active)::before {
    width: 50vw;
  }
}
@media screen and (min-width: 1024px) {
  .people__section .people__item {
    flex-wrap: nowrap;
  }
  .people__section .people__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #ecf5ff;
    z-index: -1;
  }
}
@media screen and (min-width: 1024px) {
  .people__section .people-item__content {
    width: clamp(28.5625rem, 12.5625rem + 25vw, 35.0625rem);
    flex-grow: 1;
  }
}
.people__section .people-item__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .people__section .people-item__title {
    font-size: 34px;
  }
}
.people__section .people-item__meta {
  margin: 2rem 0 0;
}
@media screen and (min-width: 768px) {
  .people__section .people-item__meta {
    margin: 0;
    flex-shrink: 1;
  }
}
.people__section .people-item__image {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  aspect-ratio: 109/80;
  border-radius: 0.4rem;
}
@media screen and (min-width: 768px) {
  .people__section .people-item__image {
    border-radius: 4px;
    width: clamp(24.5625rem, 14.8702rem + 15.1442vw, 28.5rem);
    flex-shrink: 0;
    aspect-ratio: 456/335;
  }
}
.people__section .people-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.people__section .people-item__info {
  margin: 1.6rem 0 0;
}
@media screen and (min-width: 768px) {
  .people__section .people-item__info {
    margin: 24px 0 0;
  }
}
.people__section .people-item__position {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  width: fit-content;
  padding: 0.2rem 1.2rem;
  border-radius: 0.2rem;
  background: #158fdb;
}
@media screen and (min-width: 768px) {
  .people__section .people-item__position {
    padding: 2px 12px 3px 12px;
    font-size: 12px;
  }
}
.people__section .people-item__name {
  color: #158fdb;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .people__section .people-item__name {
    font-size: 28px;
  }
}
.people__section .people-item__date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .people__section .people-item__date {
    gap: 5px;
  }
}
.people__section .people-item__date span {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .people__section .people-item__date span {
    font-size: 14px;
  }
}
.people__section .people-item__qa {
  margin: 4rem 0 0;
}
@media screen and (min-width: 768px) {
  .people__section .people-item__qa {
    margin: 32px 0 0;
  }
}
.people__section .people-item__qa-title {
  color: #158fdb;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .people__section .people-item__qa-title {
    font-size: 18px;
    gap: 8px;
  }
}
.people__section .people-item__qa-title::before {
  content: "q";
  text-transform: uppercase;
  color: #158fdb;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .people__section .people-item__qa-title::before {
    font-size: 32px;
  }
}
.people__section .people-item__qa-answer {
  margin: 1.6rem 0 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .people__section .people-item__qa-answer {
    font-size: 26px;
  }
}
.people__section .people-item__qa-text {
  margin: 1.4rem 0 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .people__section .people-item__qa-text {
    margin: 22px 0 0;
    font-size: 16px;
    letter-spacing: 0;
  }
}
.people__section .people-interview__list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 5.6rem;
}
@media screen and (min-width: 768px) {
  .people__section .people-interview__list {
    max-width: 324px;
  }
}
@media screen and (min-width: 1170px) {
  .people__section .people-interview__list {
    max-width: none;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 59px;
  }
}
.people__section .people-interview-item {
  width: 100%;
}
@media screen and (min-width: 1170px) {
  .people__section .people-interview-item {
    width: 324px;
  }
}
@media screen and (min-width: 1170px) {
  .people__section .people-interview-item:nth-of-type(2) .people-interview-item__image-wrapper::after {
    display: block;
  }
}
.people__section .people-interview-item__link {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .people__section .people-interview-item__link {
    gap: 24px;
  }
}
@media screen and (any-hover: hover) and (max-width: 1169px) {
  .people__section .people-interview-item__link:hover .people-interview-item__image img {
    transform: scale(1.05);
  }
}
@media (any-hover: hover) {
  .people__section .people-interview-item__link:hover .people-interview-item-meta__wrapper > svg circle {
    stroke: #a3d6ff;
  }
  .people__section .people-interview-item__link:hover .people-interview-item-meta__wrapper > svg path {
    fill: #a3d6ff;
    stroke: #a3d6ff;
  }
}
.people__section .people-interview-item__link .people-interview-item-meta__wrapper > svg circle,
.people__section .people-interview-item__link .people-interview-item-meta__wrapper > svg path {
  transition: all 0.3s ease-in-out;
}
.people__section .people-interview-item__image-wrapper {
  position: relative;
  width: 32.7rem;
  height: 22.4rem;
  border-radius: 0.4rem;
}
@media screen and (min-width: 768px) {
  .people__section .people-interview-item__image-wrapper {
    width: 100%;
    height: 400px;
    border-radius: 4px;
  }
}
.people__section .people-interview-item__image-wrapper::after {
  width: 0;
  height: 1px;
  top: 50%;
  left: 50%;
  translate: -50% 0;
  background-color: #158fdb;
  content: "";
  position: absolute;
  transition: width 0.5s ease-in-out 0.6s;
}
@media screen and (min-width: 1170px) {
  .people__section .people-interview-item__image-wrapper::after {
    display: none;
  }
}
.people__section .people-interview-item__image-wrapper:has(> .people-interview-item__image.is-active)::after {
  width: 100dvw;
}
.people__section .people-interview-item__image {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.4rem;
}
.people__section .people-interview-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out, scale 0.7s ease-in-out;
}
@media screen and (min-width: 1170px) {
  .people__section .people-interview-item__image img {
    transform: scale(1.1);
  }
}
.people__section .people-interview-item__image.is-visible img {
  transform: scale(1);
}
@media screen and (any-hover: hover) and (min-width: 1170px) {
  .people__section .people-interview-item__image.is-visible:hover img {
    transform: scale(1.05);
  }
}
.people__section .people-interview-item__content {
  width: 100%;
}
.people__section .people-interview-item__position {
  width: fit-content;
  padding: 0.2rem 1.2rem 0.3rem 1.2rem;
  border-radius: 0.2rem;
  background-color: #158fdb;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .people__section .people-interview-item__position {
    padding: 2px 12px 3px 12px;
    font-size: 12px;
  }
}
.people__section .people-interview-item__title {
  padding: 1.2rem 0;
  border-bottom: 1px solid #158fdb;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .people__section .people-interview-item__title {
    font-size: 24px;
    padding: 12px 0;
  }
}
.people__section .people-interview-item-meta__wrapper {
  margin: 0.8rem 0 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .people__section .people-interview-item-meta__wrapper {
    margin: 12px 0 0;
  }
}
.people__section .people-interview-item-meta__name {
  color: #158fdb;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .people__section .people-interview-item-meta__name {
    font-size: 24px;
  }
}
.people__section .people-interview-item-meta__date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.people__section .people-interview-item-meta__date span {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .people__section .people-interview-item-meta__date span {
    font-size: 14px;
  }
}
.people__section .people-interview-item-meta__date svg {
  width: 10px;
  height: 13px;
}

.people-section {
  background-color: #ecf5ff;
  padding: 9rem 0 12rem;
}
@media screen and (min-width: 768px) {
  .people-section {
    padding: 240px 0;
  }
}
.people-section .people__inner {
  max-width: 1172px;
  margin: 0 auto;
  padding: 0 2.4rem;
}
.people-section .people__list {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
@media screen and (min-width: 768px) {
  .people-section .people__list {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
  }
}
.people-section .people__item {
  width: 100%;
}

.people-card {
  text-decoration: none;
  color: inherit;
  display: block;
}
@media screen and (min-width: 768px) {
  .people-card {
    flex-direction: row;
    align-items: flex-start;
    gap: 2.4rem;
  }
}
.people-card__image-wrapper {
  width: 100%;
  border-radius: 0.4rem;
  margin-bottom: 16px;
  position: relative;
}
.people-card__image-wrapper::after {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #158fdb;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .people-card__image-wrapper {
    margin-bottom: 16px;
  }
}
.people-card__image {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  border-radius: 0.4rem;
}
.people-card__image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), scale 0.7s ease-in-out;
}
@media (any-hover: hover) {
  .people-card:hover .people-card__image img {
    transform: scale(1.05);
  }
}
.people-card__tag {
  display: inline-block;
  padding: 0.2rem 1.2rem 0.3rem 1.2rem;
  background-color: #158fdb;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  border-radius: 0.2rem;
  z-index: 1;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .people-card__tag {
    top: 12px;
    left: 12px;
    padding: 2px 8px 3px 8px;
    font-size: 12px;
    border-radius: 2px;
  }
}
.people-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .people-card__content {
    gap: 12px;
  }
}
.people-card__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #474747;
  padding-bottom: 16px;
  border-bottom: 1px solid #158fdb;
}
@media screen and (min-width: 768px) {
  .people-card__title {
    font-size: 24px;
    padding-bottom: 12px;
  }
}
.people-card__meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
}
.people-card__info {
  display: flex;
  flex-direction: column;
}
.people-card__name {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6;
  color: #158fdb;
}
@media screen and (min-width: 768px) {
  .people-card__name {
    font-size: 24px;
  }
}
.people-card__date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  color: #474747;
}
@media screen and (min-width: 768px) {
  .people-card__date {
    font-size: 14px;
    gap: 5px;
  }
}
.people-card__date svg {
  width: 10px;
  height: 13px;
  flex-shrink: 0;
}
.people-card__play-icon {
  width: 3.2rem;
  height: 3.2rem;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .people-card__play-icon {
    width: 32px;
    height: 32px;
  }
}
@media (any-hover: hover) {
  .people-card:hover .people-card__play-icon {
    transform: scale(1.1);
  }
}

.interview-page {
  padding-top: 6rem;
  background-color: #ecf5ff;
}

@media screen and (min-width: 768px) {
  .interview-page {
    padding-top: 0px;
    margin-top: 96px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1000px) {
  .interview-page {
    margin-top: 65px;
  }
}
.interview-page .breadcrumb-nav {
  margin-bottom: 32.5em;
}

.interview-page .breadcrumb__link {
  font-size: 1.4rem;
  font-family: dnp-shuei-mincho-pr6n, serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  .interview-page .breadcrumb__link {
    font-size: 14px;
  }
}

.interview-page .breadcrumb__text {
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .interview-page .breadcrumb__text {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .interview-page .interview-other__list {
    display: grid;
    grid-template-columns: repeat(2, 324px);
    place-content: center;
    place-items: center;
  }
}
.interview-page .sp-none {
  display: none;
}

@media screen and (min-width: 1024px) {
  .interview-page .sp-none {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .interview-page .pc-none {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .interview-page .pc-none {
    display: none;
  }
}

.interview-fv {
  position: relative;
  background-color: #ecf5ff;
  margin-top: 24px;
}

@media screen and (min-width: 1024px) {
  .interview-fv {
    padding-bottom: 240px;
    margin-top: 0;
  }
}
.interview-fv .breadcrumb-nav {
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 768px) {
  .interview-fv .breadcrumb-nav {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .interview-fv .breadcrumb-nav {
    margin-top: 15px;
    margin-bottom: 16px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .interview-fv .breadcrumb-nav {
    padding-left: 100px;
  }
}
.interview-fv__inner {
  display: grid;
  padding: 0 2.4rem;
  gap: 10px;
}

@media screen and (min-width: 768px) {
  .interview-fv__inner {
    justify-content: space-between;
    padding: 0 24px;
    gap: 0.625rem;
  }
}
@media screen and (min-width: 1024px) {
  .interview-fv__inner {
    grid-template-columns: minmax(0, 392px) 2.8fr;
    padding: 0 100px;
  }
}
.interview-fv__content {
  order: 2;
  margin-top: 0;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .interview-fv__content {
    order: 1;
    flex: 1;
    max-width: 396px;
  }
}
.interview-fv__text {
  margin-bottom: 2rem;
}

@media screen and (min-width: 1024px) {
  .interview-fv__text {
    margin-top: 7vw;
    margin-bottom: 2vw;
  }
}
.interview-fv__subtitle {
  display: flex;
  gap: 1px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  color: #158fdb;
  margin-bottom: 0.4rem;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .interview-fv__subtitle {
    font-size: 1.375rem;
    margin-bottom: 0;
    gap: 0.125rem;
  }
}
.interview-fv__subtitle-slash-icon {
  vertical-align: baseline;
  width: 0.8rem;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .interview-fv__subtitle-slash-icon {
    width: 0.6875rem;
  }
}

.interview-fv__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #474747;
}

@media screen and (min-width: 768px) {
  .interview-fv__title {
    font-feature-settings: "palt" on;
  }
}
@media screen and (min-width: 1024px) {
  .interview-fv__title {
    font-size: 2.375rem;
  }
}
.interview-fv__tag {
  display: inline-block;
  padding: 0.2rem 1.2rem 0.3rem 1.2rem;
  background-color: #158fdb;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  border-radius: 0.2rem;
  margin-bottom: 0.4rem;
}

@media screen and (min-width: 768px) {
  .interview-fv__tag {
    padding: 2px 12px 3px 12px;
    font-size: 12px;
    border-radius: 2px;
    margin-bottom: 1.2vw;
  }
}
@media screen and (min-width: 768px) {
  .interview-fv__meta {
    margin-bottom: 0;
  }
}
.interview-fv__name {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6;
  color: #158fdb;
  margin-bottom: 0.4rem;
}

@media screen and (min-width: 768px) {
  .interview-fv__name {
    font-size: 1.75rem;
    margin-bottom: 0;
  }
}
.interview-fv__date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  color: #474747;
}

@media screen and (min-width: 768px) {
  .interview-fv__date {
    font-size: 14px;
    gap: 5px;
  }
}
.interview-fv__date svg {
  width: 10px;
  height: 13px;
  flex-shrink: 0;
}

.interview-fv__scroll {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
  transition: opacity 0.3s ease-out;
}

@media screen and (min-width: 1024px) {
  .interview-fv__scroll {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    transition: opacity 0.3s ease-out;
    align-items: center;
    max-width: fit-content;
    margin-top: 4px;
    position: absolute;
    bottom: 0;
    margin-top: 0;
  }
}
.interview-fv__scroll.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.interview-fv__scroll-text {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #158fdb;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .interview-fv__scroll-text {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 768px) {
  .interview-fv__scroll-text {
    font-size: 14px;
  }
}
.interview-fv__scroll-icon {
  width: 3.2rem;
  height: 3.2rem;
}
@media screen and (min-width: 768px) {
  .interview-fv__scroll-icon {
    width: 2rem;
    height: 2rem;
  }
}

.interview-fv__image-wrapper {
  position: relative;
  order: 1;
  max-height: fit-content;
}
.interview-fv__image-wrapper::after {
  animation: fv-line 1.25s ease forwards;
  animation-delay: 0.75s;
}

.interview-fv__image-contents {
  position: relative;
  overflow: hidden;
  border-radius: 0.4rem;
}
.interview-fv__image-contents::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150%;
  clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0% 100%);
  height: 100%;
  background-color: #158fdb;
  transform-origin: left;
  z-index: 10;
  animation: image-shatter 1s ease forwards;
  animation-delay: 0.5s;
}
.interview-fv__image-contents img {
  animation: image-scale 1s ease both;
  animation-delay: 0.5s;
}

@keyframes image-scale {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
@keyframes fv-line {
  from {
    width: 0;
  }
  to {
    width: 130%;
  }
}
@keyframes image-shatter {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(150%);
  }
}
@media screen and (min-width: 768px) {
  .interview-fv__image-wrapper {
    border-radius: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .interview-fv__image-wrapper {
    order: 2;
    flex: 1;
  }
}
.interview-fv__image {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 0.4rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .interview-fv__image {
    border-radius: 4px;
  }
}
.interview-fv__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1024px) {
  .interview-fv__image img {
    min-height: 490px;
    width: 100%;
  }
}
.interview-fv__image-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  height: 1px;
  background-color: #158fdb;
  z-index: 0;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .interview-fv__image-wrapper::after {
    top: 50%;
    left: 50%;
    right: auto;
    translate: 0 -50%;
    height: 1px;
    width: 0%;
  }
}
.interview-fv__decoration {
  position: absolute;
  bottom: -5.4rem;
  right: -2.4rem;
  font-size: 7.8rem;
  font-weight: 400;
  line-height: 1;
  color: rgba(0, 157, 255, 0.1);
  text-transform: capitalize;
  pointer-events: none;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .interview-fv__decoration {
    font-size: 10.4vw;
    bottom: -7vw;
    right: -7.3vw;
  }
}
.interview-qa {
  background-color: #ecf5ff;
  padding: 9.2rem 0 12rem;
}

@media screen and (min-width: 768px) {
  .interview-qa {
    padding: 5.75rem 0 7.5rem;
  }
}
.interview-qa__inner {
  max-width: 1172px;
  margin: 0 auto;
  padding: 0 2.4rem;
}

@media screen and (min-width: 768px) {
  .interview-qa__inner {
    padding: 0 24px;
  }
}
@media screen and (min-width: 1024px) {
  .interview-qa__inner {
    padding: 0 40px;
  }
}
.interview-qa__item {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-bottom: 6.4rem;
}
@media screen and (min-width: 768px) {
  .interview-qa__item {
    gap: 2.5rem;
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .interview-qa__item {
    flex-direction: row;
    align-items: flex-start;
    gap: 74px;
    margin-bottom: 140px;
  }
}
.interview-qa__item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .interview-qa__item--reverse {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .interview-qa__item--reverse .interview-qa__image::after {
    left: auto;
    right: 50%;
    translate: 0 -50%;
  }
}
@media screen and (min-width: 768px) {
  .interview-qa__content {
    flex: 1;
  }
}

.interview-qa__question {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .interview-qa__question {
    gap: 16px;
    margin-bottom: 12px;
  }
}
.interview-qa__q {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  color: #158fdb;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .interview-qa__q {
    font-size: 32px;
  }
}
.interview-qa__question-text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #158fdb;
}

@media screen and (min-width: 768px) {
  .interview-qa__question-text {
    font-size: 18px;
  }
}
.interview-qa__answer {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
  color: #474747;
  margin-bottom: 22px;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .interview-qa__answer {
    font-size: 26px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}
.interview-qa__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  color: #474747;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .interview-qa__text {
    font-size: 16px;
    line-height: 2;
  }
}
.interview-qa__image-wrapper {
  position: relative;
}
.interview-qa__image-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  height: 1px;
  background-color: #158fdb;
  z-index: 0;
  pointer-events: none;
  width: 0;
  transition: width 0.5s ease-in-out 0.6s;
}
.interview-qa__image-wrapper.is-active::after {
  width: 100dvw;
}

@media screen and (min-width: 768px) {
  .interview-qa__image-wrapper {
    flex: 1;
    max-width: 456px;
  }
  .interview-qa__image-wrapper::after {
    top: 50%;
    left: 50%;
    right: auto;
    translate: 0 -50%;
    height: 1px;
    width: 0%;
  }
  .interview-qa__image-wrapper.is-active::after {
    width: 50vw;
  }
  .interview-qa__item--reverse .interview-qa__image-wrapper::after {
    left: auto;
    right: 50%;
    translate: 0 -50%;
  }
  .interview-qa__item--reverse .interview-qa__image-wrapper.is-active::after {
    width: 50vw;
  }
}
.interview-qa__image-inner {
  position: relative;
  z-index: 2;
  border-radius: 0.4rem;
  overflow: hidden;
}

.interview-qa__image {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}

.interview-qa__image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.interview-qa__image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100vw;
  height: 1px;
  background-color: #158fdb;
  z-index: 1;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .interview-qa__image::after {
    top: 50%;
    left: 50%;
    right: auto;
    translate: 0 -50%;
    width: 50vw;
    height: 1px;
  }
}
.interview-offtime {
  position: relative;
  padding-inline: 24px;
}

.interview-offtime__inner {
  position: relative;
  max-width: 1092px;
  margin: 0 auto;
  background: url("../images/top/common/bg-mask.webp") 0 0/80px 80px repeat, #1c5988;
  background-blend-mode: screen, normal;
  padding: 2rem 2rem 3rem;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 5.6rem;
}

@media screen and (min-width: 768px) {
  .interview-offtime__inner {
    padding: 74px;
    flex-direction: row;
    align-items: flex-start;
    gap: 70px;
    margin-bottom: 140px;
  }
}
.interview-offtime__inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100vw;
  height: 1px;
  background-color: #158fdb;
  z-index: -1;
  pointer-events: none;
}

.interview-offtime .stripe-svg-wrapper {
  width: 104px;
  height: 60px;
  position: absolute;
  top: -30px;
  right: 0;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .interview-offtime .stripe-svg-wrapper {
    width: 200px;
    height: 117px;
    top: -59px;
    right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .interview-offtime__content {
    flex: 1;
  }
}

.interview-offtime__label {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  color: #a3d6ff;
}

@media screen and (min-width: 768px) {
  .interview-offtime__label {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.interview-offtime__title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 1.1rem;
}

@media screen and (min-width: 768px) {
  .interview-offtime__title {
    font-size: 26px;
    margin-bottom: 18px;
  }
}
.interview-offtime__text {
  text-align: justify;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .interview-offtime__text {
    font-size: 16px;
  }
}
.interview-offtime__image-wrapper {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .interview-offtime__image-wrapper {
    flex: 1;
    max-width: 382px;
    margin-bottom: 0;
  }
}

.interview-offtime__image {
  display: block;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .interview-offtime__image {
    border-radius: 4px;
  }
}
.interview-offtime__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.interview-offtime .view-more__link {
  margin: 0 auto;
}

.interview-offtime .view-more__link .text-transform-none {
  text-transform: none;
}

@media screen and (min-width: 768px) {
  .interview-offtime .view-more__link {
    padding: 18px 24px;
  }
}
@media (any-hover: hover) {
  .interview-offtime .view-more__link:hover svg {
    animation: interview-arrowMove 0.56s ease-in-out forwards;
  }
}
@keyframes interview-arrowMove {
  0% {
    translate: 0 0;
    opacity: 1;
  }
  50% {
    translate: -1rem 0;
    opacity: 0;
  }
  51% {
    translate: 1rem 0;
    opacity: 0;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
.interview-back {
  background-color: #ecf5ff;
  padding: 4rem 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .interview-back {
    padding: 60px 0;
  }
}
.interview-back__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 3.2rem;
  background-color: #fff;
  border: 1px solid #158fdb;
  border-radius: 0.4rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
  .interview-back__link {
    padding: 16px 48px;
    border-radius: 4px;
  }
}
@media (any-hover: hover) {
  .interview-back__link:hover {
    background-color: #158fdb;
  }
  .interview-back__link:hover .interview-back__text {
    color: #fff;
  }
}
.interview-back__text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #158fdb;
  transition: color 0.3s ease;
}

@media screen and (min-width: 768px) {
  .interview-back__text {
    font-size: 16px;
  }
}
.interview-other {
  position: relative;
  background-color: #ecf5ff;
  padding: 8rem 0 12rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .interview-other {
    padding: 140px 0 240px;
  }
}
.interview-other__inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 2.4rem;
}

@media screen and (min-width: 768px) {
  .interview-other__inner {
    padding: 0 40px;
  }
}
.interview-other__header {
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 768px) {
  .interview-other__header {
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .interview-other__header {
    margin-bottom: 60px;
  }
}
.interview-other__label {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .interview-other__label {
    font-size: 1.125rem;
    margin-bottom: 0px;
  }
}
.interview-other__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #158fdb;
}

@media screen and (min-width: 768px) {
  .interview-other__title {
    font-size: 1.875rem;
  }
}
.interview-other__list {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

@media screen and (min-width: 768px) {
  .interview-other__list {
    flex-direction: row;
    gap: 60px;
  }
  .interview-other .people-card__image-wrapper::after {
    display: none;
  }
  .interview-other .people-card__image {
    aspect-ratio: 648/800;
  }
  .interview-other__item:first-child {
    position: relative;
  }
  .interview-other__item:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(100% + 30px);
    translate: -50% 0;
    margin-top: 61.73%;
    width: 0;
    height: 1px;
    background-color: #158fdb;
    z-index: 1;
    transition: width 0.5s ease-in-out 0.6s;
  }
  .interview-other__item:first-child:has(.shutter-image--fv.is-active)::after {
    width: 100vw;
  }
}
@media screen and (min-width: 768px) {
  .interview-other__item {
    flex: 1;
  }
}

.interview-other__decoration {
  position: absolute;
  bottom: 3.6rem;
  right: -20.6rem;
  font-size: 7.8rem;
  font-weight: 400;
  line-height: 1;
  color: rgba(0, 157, 255, 0.1);
  pointer-events: none;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .interview-other__decoration {
    font-size: 9.25rem;
    right: 0px;
    top: 817px;
  }
}
.interview-other .people-card__play-icon {
  width: 3.2rem;
  height: 3.2rem;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .interview-other .people-card__play-icon {
    width: 32px;
    height: 32px;
  }
}
.interview-other .people-card__play-icon circle,
.interview-other .people-card__play-icon path {
  transition: all 0.3s ease-in-out;
}

.interview-other .people-card__image-wrapper {
  overflow: visible;
}
.interview-other .people-card__image-wrapper::before {
  display: none;
}
.interview-other .people-card__image-wrapper::after {
  width: 0;
  transition: width 0.5s ease-in-out 0.6s;
}
.interview-other .people-card__image-wrapper.is-active::after {
  width: 100vw;
}

.interview-other .people-card__image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150%;
  clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0% 100%);
  height: 100%;
  background-color: #158fdb;
  transform-origin: left;
  z-index: 10;
  transition: translate 0.7s ease-in-out;
}

.interview-other .people-card__image-wrapper.is-active .people-card__image::before {
  translate: 150% 0;
}

.interview-other .people-card__image img {
  scale: 1.1;
  transition: transform 0.3s ease-in-out, scale 0.7s ease-in-out;
}

.interview-other .people-card__image-wrapper.is-active .people-card__image img {
  scale: 1;
}

@media (any-hover: hover) {
  .interview-other .people-card:hover .people-card__play-icon circle {
    stroke: #a3d6ff;
  }
  .interview-other .people-card:hover .people-card__play-icon path {
    fill: #a3d6ff;
    stroke: #a3d6ff;
  }
  .interview-other .people-card:hover .people-card__image img {
    transform: scale(1.05);
  }
}
.environment__section + .environment__section {
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .environment__section + .environment__section {
    margin-top: 100px;
  }
}

.environment__section {
  overflow: hidden;
  position: relative;
  padding: 0 0 8rem;
}
@media screen and (min-width: 768px) {
  .environment__section {
    padding: 0 0 200px;
  }
}
.environment__section::before {
  content: "environment";
  position: absolute;
  text-transform: capitalize;
  color: rgba(0, 157, 255, 0.1);
  font-size: 7.8rem;
  line-height: 1.6;
  left: 4.8rem;
  bottom: 1.5rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .environment__section::before {
    font-size: 9.25rem;
    left: initial;
    right: 0;
    bottom: 60px;
  }
}
.environment__section .environment__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 6.4rem;
}
@media screen and (min-width: 768px) {
  .environment__section .environment__inner {
    gap: 32px;
  }
}
@media screen and (min-width: 768px) {
  .environment__section .environment__text-contents {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
  }
  .environment__section .environment__text-contents .view-more__link {
    margin: 131px 0 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 768px) {
  .environment__section .section__heading {
    max-width: 563px;
  }
}
.environment__section .environment__image-contents-wrapper {
  position: relative;
  width: 32.7rem;
  height: 15.6rem;
}
@media screen and (min-width: 768px) {
  .environment__section .environment__image-contents-wrapper {
    width: 100%;
    height: auto;
    border-radius: 8px;
    aspect-ratio: 1092/324;
  }
}
.environment__section .environment__image-contents-wrapper::after {
  width: 0;
  height: 1px;
  top: 50%;
  left: 50%;
  translate: -50% 0;
  background-color: #158fdb;
  content: "";
  position: absolute;
  transition: width 0.5s ease-in-out 0.6s;
}
.environment__section .environment__image-contents-wrapper:has(> .environment__image-contents.is-active)::after {
  width: 100dvw;
}
.environment__section .environment__image-contents {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0.4rem;
  overflow: hidden;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .environment__section .environment__image-contents {
    border-radius: 4px;
    aspect-ratio: 1092/324;
  }
}
.environment__section .environment__image-contents img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.environment__section .environment__tabs {
  position: relative;
  margin: 4rem auto 0;
  padding: 0 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .environment__section .environment__tabs {
    margin: 80px auto 0;
    padding: 0 24px;
    max-width: 680px;
    gap: 16px;
  }
}
.environment__section .environment__tabs::after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 1px;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  border-bottom: 1px solid #158fdb;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .environment__section .environment__tabs::after {
    border-bottom-width: 1px;
  }
}
.environment__section .environment__tab-indicator {
  position: absolute;
  bottom: -1px;
  left: 2.4rem;
  width: 10.3666666667rem;
  height: 100%;
  border: 1px solid #158fdb;
  border-bottom-color: #ecf5ff;
  border-bottom-width: 3px;
  border-radius: 4px 4px 0 0;
  transition: left 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .environment__section .environment__tab-indicator {
    bottom: -1px;
    left: 24px;
    width: 200px;
    border-width: 1px;
    border-bottom-width: 3px;
    border-radius: 4px 4px 0 0;
  }
}
.environment__section .environment__tab-indicator::before, .environment__section .environment__tab-indicator::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
}
@media screen and (min-width: 768px) {
  .environment__section .environment__tab-indicator::before, .environment__section .environment__tab-indicator::after {
    width: 4px;
    height: 4px;
  }
}
.environment__section .environment__tab-indicator::before {
  bottom: -2px;
  left: -4px;
  border-bottom: 1px solid #158fdb;
  border-right: 1px solid #158fdb;
  border-bottom-right-radius: 4px;
  z-index: 2;
  box-shadow: 1px 1px 0 #ecf5ff;
}
@media screen and (min-width: 768px) {
  .environment__section .environment__tab-indicator::before {
    bottom: -2px;
    left: -4px;
    border-bottom: 1px solid #158fdb;
    border-right: 1px solid #158fdb;
    border-bottom-right-radius: 4px;
    z-index: 2;
    box-shadow: 1px 1px 0 #ecf5ff;
  }
}
.environment__section .environment__tab-indicator::after {
  bottom: -2px;
  right: -4px;
  border-bottom: 1px solid #158fdb;
  border-left: 1px solid #158fdb;
  border-bottom-left-radius: 4px;
  z-index: 2;
  box-shadow: -1px 1px 0 #ecf5ff;
}
@media screen and (min-width: 768px) {
  .environment__section .environment__tab-indicator::after {
    bottom: -2px;
    right: -4px;
    border-bottom: 1px solid #158fdb;
    border-left: 1px solid #158fdb;
    border-bottom-left-radius: 4px;
    z-index: 2;
    box-shadow: -1px 1px 0 #ecf5ff;
  }
}
.environment__section .environment__tab {
  position: relative;
  z-index: 0;
  border-radius: 0.4rem 0.4rem 0 0;
  width: calc((100% - 1.6rem) / 3);
}
@media screen and (min-width: 768px) {
  .environment__section .environment__tab {
    border-radius: 4px 4px 0 0;
    width: 200px;
  }
}
.environment__section .environment__tab.is-active {
  z-index: 2;
}
@media (any-hover: hover) {
  .environment__section .environment__tab:not(.is-active):hover .environment__tab-button {
    color: #a3d6ff;
  }
}
.environment__section .environment__tab:not(.is-active) .environment__tab-button {
  cursor: pointer;
}
.environment__section .environment__tab-button {
  padding: 1.2rem 1rem 0.5rem;
  width: 100%;
  color: #158fdb;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.04em;
  cursor: default;
  transition: color 0.18s ease-in-out;
}
@media screen and (min-width: 768px) {
  .environment__section .environment__tab-button {
    padding: 8px 12px 10px;
    font-size: 24px;
    width: 100%;
  }
}
.environment__section .environment__content {
  position: relative;
  z-index: 2;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
}
.environment__section .environment__content.is-active {
  opacity: 1;
  max-height: 100rem;
}
.environment__section .environment__list {
  padding: 3.5rem 0 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.6rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .environment__section .environment__list {
    padding: 40px 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.environment__section .environment__item {
  border-radius: 0.4rem;
  border: 0.1rem solid #a3d6ff;
  background: #fff;
  padding: 2rem 1.6rem 2.4rem;
}
@media screen and (min-width: 768px) {
  .environment__section .environment__item {
    border-radius: 4px;
    border: 1px solid #158fdb;
    padding: 24px;
  }
}
.environment__section .environment-item__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .environment__section .environment-item__title {
    gap: 12px;
  }
}
.environment__section .environment-item__title svg {
  flex-shrink: 0;
}
.environment__section .environment-item__title span {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .environment__section .environment-item__title span {
    font-size: 20px;
  }
}
.environment__section .environment-item__text {
  margin: 0.6rem 0 0;
  text-align: justify;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .environment__section .environment-item__text {
    margin: 8px 0 0;
    font-size: 16px;
  }
}

.recruit__section {
  position: relative;
  padding: 0 0 10.4rem;
}
@media screen and (min-width: 768px) {
  .recruit__section {
    padding: 0 0 140px;
  }
}

.recruit__section::before {
  content: "recruit";
  position: absolute;
  text-transform: capitalize;
  color: rgba(0, 157, 255, 0.1);
  font-size: 7.8rem;
  line-height: 1.6;
  right: 0;
  bottom: 2.4rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .recruit__section::before {
    font-size: 148px;
    bottom: 0;
  }
}

.recruit__section .recruit__content-wrapper {
  container-type: inline-size;
  container-name: recruit-content-wrapper;
}

.recruit__section .recruit__content {
  padding: 1.6rem 3.4rem 4rem;
  border-radius: 0.4rem;
  background-color: #158fdb;
  box-shadow: 0 0.1rem 1rem 0 rgba(18, 119, 182, 0.3);
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 5.6rem;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 625px) {
  .recruit__section .recruit__content {
    padding: 40px 40px 46px 64px;
  }
}
@media screen and (min-width: 768px) {
  .recruit__section .recruit__content {
    border-radius: 0.25rem;
  }
}

.recruit__section .section__text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .recruit__section .section__text {
    font-size: 16px;
  }
}

.recruit__section .view-more__link {
  margin: 0;
}

@media screen and (min-width: 768px) {
  /* 625px以上 */
  @container recruit-content-wrapper (min-width: 625px) {
    .recruit__section .recruit__content {
      margin: 0 auto;
      max-width: 880px;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      gap: 90px;
    }
    .recruit__section .view-more__link {
      margin: 0;
      flex-shrink: 0;
    }
  }
  /* 804px以上 */
  @container recruit-content-wrapper (min-width: 804px) {
    .recruit__section .recruit__content {
      gap: 133px;
    }
  }
}
main.recruit-page {
  overflow: clip;
}

.recruit-page {
  position: relative;
  background-color: #ecf5ff;
}
.recruit-page .recruit-page__decoration {
  position: absolute;
  font-size: 7.8rem;
  line-height: 1.6;
  color: rgba(0, 157, 255, 0.1);
  z-index: -1;
  pointer-events: none;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-page__decoration {
    font-size: 148px;
  }
}
.recruit-page .recruit-page__decoration--message {
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-page__decoration--message {
    bottom: 76px;
  }
}
.recruit-page .recruit-page__decoration--persona {
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-page__decoration--persona {
    left: auto;
    right: 0;
    bottom: 50px;
  }
}
.recruit-page .recruit-page__decoration--guidelines {
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-page__decoration--guidelines {
    left: auto;
    right: 0;
    bottom: 24px;
  }
}
.recruit-page .recruit-page__decoration--faq {
  right: 0;
  bottom: 0;
}
.recruit-page .recruit-page__decoration--flow {
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-page__decoration--flow {
    left: auto;
    right: 0;
    bottom: 16px;
  }
}
.recruit-page .recruit-toc {
  padding: 9rem 2.4rem 0;
}
.recruit-page .recruit-toc__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 3.2rem 2.4rem;
  background-color: #fff;
  border: 1px solid #40a3e2;
  border-radius: 4px;
}
.recruit-page .recruit-toc__link {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  color: #474747;
  font-feature-settings: "palt" on;
  text-decoration: none;
}
.recruit-page .recruit-toc__arrow {
  width: 0.8rem;
  height: 1.5rem;
  flex-shrink: 0;
  margin-top: 0.3rem;
}
.recruit-page .recruit-content-area {
  position: relative;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-content-area {
    display: grid;
    grid-template-columns: 0 1fr;
  }
  .recruit-page .recruit-content-area > * {
    grid-column: 2;
  }
}
.recruit-page .recruit-sidenav {
  position: sticky;
  top: 100px;
  left: 0;
  z-index: 100;
  width: 206px;
  height: fit-content;
  grid-column: 1;
  grid-row: 1/-1;
  margin-top: 100px;
  margin-bottom: 180px;
}
.recruit-page .recruit-sidenav__inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 32px 40px;
  background-color: #fff;
  border: 1px solid #158FDB;
  border-left: none;
  border-radius: 0 4px 4px 0;
}
.recruit-page .recruit-sidenav__link {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: #474747;
  font-feature-settings: "palt" on;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media (any-hover: hover) {
  .recruit-page .recruit-sidenav__link:hover {
    color: #158fdb;
  }
}
.recruit-page .recruit-sidenav__arrow {
  width: 8px;
  height: 15px;
  flex-shrink: 0;
  margin-top: 2px;
}
.recruit-page .recruit-message {
  position: relative;
  padding: 8.6rem 2.4rem 8rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-message {
    padding: 100px 0 180px;
  }
}
.recruit-page .recruit-message__inner {
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-message__inner {
    gap: 56px;
    max-width: 989px;
    margin: 0 0 0 280px;
  }
}
@media screen and (min-width: 1600px) {
  .recruit-page .recruit-message__inner {
    margin: 0 auto;
  }
}
.recruit-page .recruit-message__content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (min-width: 1024px) {
  .recruit-page .recruit-message__content {
    padding-right: 24px;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .recruit-page .recruit-message__content {
    flex-direction: row;
    gap: 74px;
    align-items: flex-start;
  }
}
.recruit-page .recruit-message__image-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
}
.recruit-page .recruit-message__image-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 0;
  height: 1px;
  background-color: #158fdb;
  z-index: -1;
  pointer-events: none;
  transition: width 1s ease-in-out 0.6s;
}
.recruit-page .recruit-message__image-wrapper.is-open::after {
  width: 100dvw;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-message__image-wrapper {
    width: 275px;
    flex-shrink: 0;
  }
  .recruit-page .recruit-message__image-wrapper::after {
    left: auto;
    right: 50%;
    translate: 0 -50%;
  }
  .recruit-page .recruit-message__image-wrapper.is-open::after {
    width: 60dvw;
  }
}
@media screen and (min-width: 1280px) {
  .recruit-page .recruit-message__image-wrapper {
    width: 350px;
    flex-shrink: 0;
  }
}
.recruit-page .recruit-message__image-wrapper picture {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.recruit-page .recruit-message__image-wrapper picture img {
  scale: 1.2;
  animation: image-scale 1s ease forwards;
  animation-play-state: paused;
}
.recruit-page .recruit-message__image-wrapper picture::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150%;
  clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0% 100%);
  height: 100%;
  background-color: #158fdb;
  transform-origin: left;
  z-index: 10;
  animation: image-shatter 1s ease forwards;
  animation-play-state: paused;
}
.recruit-page .recruit-message__image-wrapper.is-animated picture img {
  animation-play-state: running;
}
.recruit-page .recruit-message__image-wrapper.is-animated picture::before {
  animation-play-state: running;
}
.recruit-page .recruit-message__body {
  flex: 1;
}
.recruit-page .recruit-message__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #158fdb;
  font-feature-settings: "palt" on;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-message__title {
    font-size: 24px;
    margin-bottom: 2rem;
  }
}
.recruit-page .recruit-message__text {
  font-size: 1.4rem;
  text-align: justify;
  line-height: 2.3;
  color: #515151;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-message__text {
    font-size: 16px;
  }
}
.recruit-page .recruit-persona {
  position: relative;
  padding: 0rem 2.4rem 8rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-persona {
    padding: 0 0 180px;
  }
}
.recruit-page .recruit-persona__inner {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-persona__inner {
    gap: 56px;
    max-width: 989px;
    margin: 0 24px 0 280px;
  }
}
@media screen and (min-width: 1600px) {
  .recruit-page .recruit-persona__inner {
    margin: 0 auto;
  }
}
.recruit-page .recruit-persona__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-persona__list {
    gap: 20px;
  }
}
.recruit-page .recruit-persona__item {
  background-color: #fff;
  border: 1px solid #158fdb;
  border-radius: 4px;
  padding: 2rem 3rem 2.8rem;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-persona__item {
    padding: 20px 56px 28px;
  }
}
.recruit-page .recruit-persona__header {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 2px 0;
}
.recruit-page .recruit-persona__label {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #bfbfbf;
  padding-top: 6px;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-persona__label {
    font-size: 18px;
    font-feature-settings: "palt" on;
  }
}
.recruit-page .recruit-persona__number {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #bfbfbf;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-persona__number {
    font-size: 24px;
    font-feature-settings: "palt" on;
  }
}
.recruit-page .recruit-persona__title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #158fdb;
  font-feature-settings: "palt" on;
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-persona__title {
    font-size: 24px;
    margin-bottom: 14px;
  }
}
.recruit-page .recruit-persona__text {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #515151;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-persona__text {
    font-size: 16px;
  }
}
.recruit-page .recruit-separator {
  width: 100%;
  height: 25rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-separator {
    height: 400px;
  }
}
.recruit-page .recruit-separator__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit-page .recruit-guidelines {
  position: relative;
  padding: 9rem 2.4rem 8rem;
  z-index: 1;
  scroll-margin-top: 14.4rem;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-guidelines {
    padding: 180px 0;
    scroll-margin-top: 9rem;
  }
}
.recruit-page .recruit-guidelines__inner {
  display: flex;
  flex-direction: column;
  gap: 3.6rem;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-guidelines__inner {
    gap: 56px;
    max-width: 989px;
    margin: 0 24px 0 280px;
  }
}
@media screen and (min-width: 1600px) {
  .recruit-page .recruit-guidelines__inner {
    margin: 0 auto;
  }
}
.recruit-page .recruit-guidelines__list {
  width: 100%;
}
.recruit-page .recruit-guidelines__item {
  border-top: 1px solid #bfbfbf;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-guidelines__item {
    padding: 32px;
  }
}
.recruit-page .recruit-guidelines__item:last-child {
  border-bottom: 1px solid #bfbfbf;
}
.recruit-page .recruit-guidelines__term {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #158fdb;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-guidelines__term {
    font-size: 22px;
    margin-bottom: 16px;
  }
}
.recruit-page .recruit-guidelines__desc {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #474747;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-guidelines__desc {
    font-size: 16px;
  }
}
.recruit-page .recruit-guidelines__salary {
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-guidelines__salary {
    margin-bottom: 16px;
  }
}
.recruit-page .recruit-guidelines__salary:last-child {
  margin-bottom: 0;
}
.recruit-page .recruit-guidelines__salary-label {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-guidelines__salary-label {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
.recruit-page .recruit-guidelines__salary-value {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-guidelines__salary-value {
    font-size: 16px;
  }
}
.recruit-page .recruit-faq {
  position: relative;
  padding: 0 2.4rem 8rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-faq {
    padding: 0 0 132px;
  }
}
.recruit-page .recruit-faq__inner {
  display: flex;
  flex-direction: column;
  gap: 3.6rem;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-faq__inner {
    gap: 56px;
    max-width: 989px;
    margin: 0 24px 0 280px;
  }
}
@media screen and (min-width: 1600px) {
  .recruit-page .recruit-faq__inner {
    margin: 0 auto;
  }
}
.recruit-page .recruit-faq__list {
  width: 100%;
}
.recruit-page .recruit-faq__item {
  border-top: 1px solid #bfbfbf;
  padding: 2.4rem 0;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-faq__item {
    padding: 32px;
  }
}
.recruit-page .recruit-faq__item:last-child {
  border-bottom: 1px solid #bfbfbf;
}
.recruit-page .recruit-faq__question,
.recruit-page .recruit-faq__answer {
  display: flex;
  gap: 1.6rem;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-faq__question,
  .recruit-page .recruit-faq__answer {
    gap: 30px;
  }
}
.recruit-page .recruit-faq__question {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-faq__question {
    margin-bottom: 26px;
  }
}
.recruit-page .recruit-faq__icon {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #a3d6ff;
  width: 2.4rem;
  text-align: center;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-faq__icon {
    font-size: 32px;
    width: 30px;
  }
}
.recruit-page .recruit-faq__question-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #158fdb;
  text-align: justify;
  padding: 1px 0;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-faq__question-text {
    font-size: 20px;
  }
}
.recruit-page .recruit-faq__answer-text {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #474747;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-faq__answer-text {
    font-size: 16px;
  }
}
.recruit-page .recruit-flow {
  position: relative;
  padding: 0 2.4rem 10rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-flow {
    padding: 0 0 180px;
  }
}
.recruit-page .recruit-flow__inner {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-flow__inner {
    gap: 56px;
    max-width: 958px;
    margin: 0 24px 0 280px;
  }
}
@media screen and (min-width: 1600px) {
  .recruit-page .recruit-flow__inner {
    margin: 0 auto;
  }
}
.recruit-page .recruit-flow__timeline {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #158fdb;
  border-radius: 4px;
  padding: 5.2rem 2rem 4rem 2rem;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-flow__timeline {
    padding: 80px 78px 71px 71px;
  }
}
.recruit-page .recruit-flow__item {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: flex-start;
  position: relative;
  padding-bottom: 5.8rem;
}
.recruit-page .recruit-flow__item.recruit-flow__item--last {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-flow__item {
    gap: 24px;
    padding-bottom: 56px;
  }
  .recruit-page .recruit-flow__item.recruit-flow__item--last {
    padding-bottom: 0;
  }
}
.recruit-page .recruit-flow__step {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #474747;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 3.2rem;
  margin-right: 7px;
}
.recruit-page .recruit-flow__step span {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-flow__step {
    flex-direction: row;
    align-items: baseline;
    gap: 4px;
    font-size: 16px;
    width: 72px;
    margin-right: 0;
  }
  .recruit-page .recruit-flow__step span {
    font-size: 20px;
  }
}
.recruit-page .recruit-flow__dot {
  width: 0.9rem;
  height: 0.9rem;
  background-color: #158fdb;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  margin-top: 0.8rem;
}
.recruit-page .recruit-flow__dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0.9rem;
  transform: translateX(-50%);
  width: 1px;
  height: 500px;
  background-color: #158fdb;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-flow__dot {
    width: 9px;
    height: 9px;
    margin-top: 12px;
  }
  .recruit-page .recruit-flow__dot::after {
    top: 9px;
    height: 500px;
  }
}
.recruit-page .recruit-flow__item--last .recruit-flow__dot::after {
  display: none;
}
.recruit-page .recruit-flow__item {
  overflow: clip;
  margin-top: -16px;
}
.recruit-page .recruit-flow__item--last {
  overflow: visible;
}
.recruit-page .recruit-flow__content {
  display: flex;
  flex-direction: column;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-flow__content {
    gap: 0;
    padding-left: 0;
  }
}
.recruit-page .recruit-flow__title {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #158fdb;
  font-feature-settings: "palt" on;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-flow__title {
    font-size: 24px;
  }
}
.recruit-page .recruit-flow__text {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #474747;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-flow__text {
    font-size: 16px;
    margin-top: 8px;
  }
}
.recruit-page .recruit-flow__note {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #474747;
  opacity: 0.4;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .recruit-page .recruit-flow__note {
    font-size: 16px;
    margin-top: 8px;
  }
}

@keyframes image-shatter {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(150%);
  }
}
@keyframes image-scale {
  from {
    scale: 1.2;
  }
  to {
    scale: 1;
  }
}
.numbers-page .section__title-group.section__title--company {
  margin-bottom: 40px;
}
.numbers-page .numbers__section {
  position: relative;
  padding: 20px 0 11.2rem;
  background: url("../images/top/common/bg-mask.webp") 0 0/80px 80px repeat, #1c5988;
  background-blend-mode: screen, normal;
}
.numbers-page .numbers__section.lower {
  background: #ecf5ff;
}
@media screen and (min-width: 768px) {
  .numbers-page .numbers__section.lower .numbers__inner {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .numbers-page .numbers__section {
    padding: 80px 0 252px;
  }
}
.numbers-page .numbers__section .numbers-section__stripe-svg-wrapper {
  position: absolute;
  width: 10.9rem;
  height: 6.4rem;
  top: -3.2rem;
  right: 2.4rem;
}
@media screen and (min-width: 768px) {
  .numbers-page .numbers__section .numbers-section__stripe-svg-wrapper {
    width: 136.999px;
    height: 80px;
    top: -40px;
    right: 100px;
  }
}
.numbers-page .numbers__section .numbers__inner {
  position: relative;
  z-index: 2;
  flex-direction: column;
  display: flex;
  grid-template-columns: 1fr;
  justify-content: space-between;
  gap: 64px;
}
@media screen and (min-width: 768px) {
  .numbers-page .numbers__section .numbers__inner {
    gap: 32px;
    flex-direction: row;
  }
}
.numbers-page .numbers__section .numbers__inner .lower {
  gap: 200px;
}
@media screen and (min-width: 768px) {
  .numbers-page .numbers__section .numbers__text-contents {
    max-width: 456px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
  }
}
.numbers-page .numbers__section .section__text {
  color: #fff;
}
.numbers-page .numbers__section .numbers__contents {
  position: relative;
  margin: 50px 0 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .numbers-page .numbers__section .numbers__contents.company {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .numbers-page .numbers__section .numbers__contents.company {
    margin: 6.25rem 0 0;
  }
}
.numbers-page .numbers__section .numbers__contents.environment .section__title {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .numbers-page .numbers__section .numbers__contents.environment .section__title {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .numbers-page .numbers__section .numbers__contents.environment {
    margin: 200px 0 0;
  }
}
.numbers-page .numbers__section .numbers__contents.company::before {
  content: "company";
  position: absolute;
  text-transform: capitalize;
  color: rgba(0, 157, 255, 0.1);
  font-size: 7.8rem;
  line-height: 1.6;
  left: 1rem;
  bottom: -8rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .numbers-page .numbers__section .numbers__contents.company::before {
    font-size: 148px;
    bottom: -122px;
    right: -152px;
    left: auto;
  }
}
.numbers-page .numbers__section .numbers__contents.environment::before {
  content: "environment";
  position: absolute;
  text-transform: capitalize;
  color: rgba(0, 157, 255, 0.1);
  font-size: 9.25rem;
  line-height: 1.6;
  right: 0;
  bottom: 4.8rem;
  z-index: 1;
  left: -2rem;
  bottom: -7rem;
}
@media screen and (min-width: 768px) {
  .numbers-page .numbers__section .numbers__contents.environment::before {
    bottom: -130px;
    right: -160px;
    left: auto;
  }
}
.numbers-page .numbers__section .numbers__list {
  margin: 0 -0.1rem 0 0;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem 0.8rem;
}
@media screen and (min-width: 768px) {
  .numbers-page .numbers__section .numbers__list {
    justify-content: space-between;
    grid-template-columns: repeat(3, 180px);
    margin-top: 4.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .numbers-page .numbers__section .numbers__list {
    max-width: 1038px;
    grid-template-columns: repeat(3, 268px);
    gap: 54px 0;
    margin-inline: auto;
  }
}
.numbers-page .numbers__section .numbers__item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0.4rem;
  z-index: 2;
}
.numbers-page .numbers__section .numbers__item::before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #158fdb;
  top: 10.8rem;
  z-index: -1;
  transition: width 0.5s ease-in-out 0.6s;
}
@media screen and (min-width: 768px) {
  .numbers-page .numbers__section .numbers__item::before {
    height: 1px;
  }
}
.numbers-page .numbers__section .numbers__item:nth-of-type(odd)::before {
  transform-origin: center center;
  width: 0;
  left: calc(100% + 0.4rem);
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .numbers-page .numbers__section .numbers__item:nth-of-type(odd)::before {
    display: none;
  }
}
.numbers-page .numbers__section .numbers__item:nth-of-type(odd).is-open::before {
  width: 100vw;
}
.numbers-page .numbers__section .numbers__item:last-child::before {
  left: 0;
  width: 0;
  transform-origin: 100% center;
  transition: width 0.5s ease-in-out 0.6s;
}
@media screen and (min-width: 768px) {
  .numbers-page .numbers__section .numbers__item:last-child::before {
    display: none;
  }
}
.numbers-page .numbers__section .numbers__item:last-child.is-open::before {
  width: calc(50vw - 0.4rem);
}
@media screen and (min-width: 768px) {
  .numbers-page .numbers__section .numbers__item:nth-of-type(3n-2)::before {
    transform-origin: 50% center;
    display: block;
    width: 0;
    top: 128px;
    left: calc(50vw - 40px);
    translate: -50% 0;
    z-index: -1;
  }
}
@media screen and (min-width: 1024px) {
  .numbers-page .numbers__section .numbers__item:nth-of-type(3n-2)::before {
    top: 190px;
    left: min(519px, 50vw - 40px);
  }
}
@media screen and (min-width: 768px) {
  .numbers-page .numbers__section .numbers__item:nth-of-type(3n-2).is-open::before {
    width: 100vw;
  }
}
.numbers-page .numbers__section .numbers-item__title {
  text-align: center;
  justify-self: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #474747;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .numbers-page .numbers__section .numbers-item__title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .numbers-page .numbers__section .numbers-item__title {
    font-size: 30px;
  }
}
.numbers-page .numbers__section .numbers-item__image {
  padding: 2.7rem 3.2rem 3.7rem;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 0.2403rem;
  box-shadow: 0px 2px 15px 0px rgba(0, 157, 255, 0.2);
  background: white;
  background-blend-mode: screen, normal;
}
@media screen and (min-width: 768px) {
  .numbers-page .numbers__section .numbers-item__image {
    padding: 30px 36px 42px;
  }
}
@media screen and (min-width: 1024px) {
  .numbers-page .numbers__section .numbers-item__image {
    padding: 44px 54px 64px;
  }
}
.numbers-page .numbers__section .numbers-item__image img {
  max-width: 9.6rem;
  max-height: 9.6rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .numbers-page .numbers__section .numbers-item__image img {
    max-width: 160px;
    max-height: 160px;
  }
}
.numbers-page .numbers__section .numbers-item__text-wrapper {
  position: relative;
  z-index: 3;
  margin: -3.2rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .numbers-page .numbers__section .numbers-item__text-wrapper {
    margin: -42px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .numbers-page .numbers__section .numbers-item__text-wrapper {
    margin: -62px 0 0;
  }
}
.numbers-page .numbers__section .numbers-item__text {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.4rem;
  color: #158fdb;
}
@media screen and (min-width: 768px) {
  .numbers-page .numbers__section .numbers-item__text {
    gap: 6px;
  }
}
@media screen and (min-width: 1024px) {
  .numbers-page .numbers__section .numbers-item__text {
    gap: 8px;
  }
}
.numbers-page .numbers__section .number {
  text-align: center;
  font-size: 4rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .numbers-page .numbers__section .number {
    font-size: 54px;
  }
}
@media screen and (min-width: 1024px) {
  .numbers-page .numbers__section .number {
    font-size: 80px;
  }
}
.numbers-page .numbers__section .text {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .numbers-page .numbers__section .text {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) {
  .numbers-page .numbers__section .text {
    font-size: 34px;
  }
}
.numbers-page .numbers__section .numbers-item__text--sub-text {
  color: #474747;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .numbers-page .numbers__section .numbers-item__text--sub-text {
    margin: -4px 0 0;
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .numbers-page .numbers__section .numbers-item__text--sub-text {
    margin: -5px 0 0;
    font-size: 16px;
  }
}
.numbers-page .numbers__section .numbers__image-contents-wrapper {
  position: relative;
  width: 32.7rem;
  height: 22rem;
  z-index: 1;
  overflow: visible !important;
}
@media screen and (min-width: 768px) {
  .numbers-page .numbers__section .numbers__image-contents-wrapper {
    justify-self: center;
    width: 100%;
    max-width: 456px;
    height: 304px;
    margin: 0 auto;
    aspect-ratio: 456/304;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1024px) {
  .numbers-page .numbers__section .numbers__image-contents-wrapper {
    margin: 0;
  }
}
.numbers-page .numbers__section .numbers__image-contents-wrapper::before {
  display: none !important;
}
.numbers-page .numbers__section .numbers__image-contents-wrapper::after {
  width: 0;
  height: 1px;
  top: 50%;
  left: 50%;
  translate: -50% 0;
  background-color: #fff;
  content: "";
  position: absolute;
  transition: width 0.5s ease-in-out 0.6s;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .numbers-page .numbers__section .numbers__image-contents-wrapper::after {
    translate: initial;
  }
}
.numbers-page .numbers__section .numbers__image-contents-wrapper.is-active::after {
  width: 100dvw;
}
@media screen and (min-width: 768px) {
  .numbers-page .numbers__section .numbers__image-contents-wrapper.is-active::after {
    width: 50dvw;
  }
}
.numbers-page .numbers__section .numbers__image-contents {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  border-radius: 0.4rem;
}
@media screen and (min-width: 768px) {
  .numbers-page .numbers__section .numbers__image-contents {
    border-radius: 4px;
  }
}
.numbers-page .numbers__section .numbers__image-contents::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150%;
  clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0% 100%);
  height: 100%;
  background-color: #158fdb;
  transform-origin: left;
  z-index: 10;
  transition: translate 0.7s ease-in-out 0.5s;
}
.numbers-page .numbers__section .numbers__image-contents img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  scale: 1.1;
  transition: scale 0.7s ease-in-out 0.5s;
}
.numbers-page .numbers__section .numbers__image-contents-wrapper.is-active .numbers__image-contents::before {
  translate: 150% 0;
}
.numbers-page .numbers__section .numbers__image-contents-wrapper.is-active .numbers__image-contents img {
  scale: 1;
}

.cta {
  position: relative;
  z-index: 1;
  padding: 3.387em 0 80px;
  background: url("../images/top/common/bg-mask.webp") 0 0/4rem 4rem repeat, linear-gradient(144deg, #2a618e 23.35%, #1c5380 87.15%);
  background-blend-mode: screen, normal;
}
@media screen and (min-width: 768px) {
  .cta {
    padding: 60.17px 0 141.4px;
  }
}
.cta .cta__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cta .cta__heading-text {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .cta .cta__heading-text {
    font-size: 22px;
  }
}
.cta .cta__heading-title {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: justify;
  font-feature-settings: "palt" on;
  margin-top: -6px;
}
@media screen and (min-width: 768px) {
  .cta .cta__heading-title {
    margin: -6px 0 0;
    font-size: 44px;
    font-feature-settings: normal;
    margin-top: -4px;
  }
}
.cta .cta__links {
  margin: 2.8rem auto 0;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cta .cta__links {
    margin: 25.83px auto 0;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
}
.cta .cta__link-wrapper {
  position: relative;
}
.cta .cta__link-wrapper::before {
  content: "";
  position: absolute;
  top: 5.8rem;
  left: 50%;
  translate: -50% 0;
  width: 0;
  height: 1px;
  background-color: #d2dde6;
  z-index: -1;
  transition: width 0.5s ease-in-out 0.6s;
  transform-origin: center;
}
@media screen and (min-width: 768px) {
  .cta .cta__link-wrapper::before {
    top: 82.36px;
    width: 0;
    height: 1px;
    left: 50%;
    translate: -50% 0;
  }
}
.cta .cta__link-wrapper.is-open::before {
  width: calc(100% + 4.9rem);
}
@media screen and (min-width: 768px) {
  .cta .cta__link-wrapper.is-open::before {
    width: 100vw;
  }
}
.cta .cta__link {
  position: relative;
  width: 32.6rem;
  height: 11.6rem;
  border-radius: 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0.1rem 1rem 0 rgba(18, 119, 182, 0.3);
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .cta .cta__link {
    width: 680px;
    height: 164px;
    border-radius: 0.25rem;
  }
}
.cta .cta__link .cta__link-text {
  margin: -0.2rem 0 0;
  text-align: center;
  text-transform: capitalize;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  transition: color 0.18s ease-in-out;
}
@media screen and (min-width: 768px) {
  .cta .cta__link .cta__link-text {
    margin: 0;
    font-size: 20px;
  }
}
.cta .cta__link .cta__link-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  transition: color 0.18s ease-in-out;
}
@media screen and (min-width: 768px) {
  .cta .cta__link .cta__link-title {
    font-size: 30px;
  }
}
.cta .cta__link svg {
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .cta .cta__link svg {
    width: 1.25rem;
    height: 1rem;
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
.cta .cta__link svg path, .cta .cta__link svg rect {
  transition: stroke 0.18s ease-in-out;
}
.cta .cta__link.cta__link--white {
  background-color: #fff;
}
.cta .cta__link.cta__link--white .cta__link-text,
.cta .cta__link.cta__link--white .cta__link-title {
  color: #158fdb;
}
.cta .cta__link.cta__link--blue {
  background-color: #158fdb;
}
.cta .cta__link.cta__link--blue .cta__link-text,
.cta .cta__link.cta__link--blue .cta__link-title {
  color: #fff;
}
@media (any-hover: hover) {
  .cta .cta__link:hover .cta__link-text,
  .cta .cta__link:hover .cta__link-title {
    color: #a3d6ff;
  }
  .cta .cta__link:hover svg path, .cta .cta__link:hover svg rect {
    stroke: #a3d6ff;
  }
}

.footer {
  background: url("../images/top/common/bg-mask.webp") 0 0/80px 80px repeat, #0f3f5f;
  background-blend-mode: screen, normal;
}
.footer .footer__upper-content {
  padding: 3rem 0 2.1rem;
}
@media screen and (min-width: 768px) {
  .footer .footer__upper-content {
    padding: 56px 0 156px;
  }
}
.footer .footer__upper-content .footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .footer .footer__upper-content .footer__inner {
    gap: 84px;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer-contents {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.footer .footer-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .footer .footer-logo {
    gap: 28px;
  }
}
.footer .footer-logo img {
  width: 7.1rem;
  height: auto;
  aspect-ratio: 112/83;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .footer .footer-logo img {
    width: 90px;
  }
}
.footer .footer-logo__text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.footer .footer-logo__text--upper {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .footer .footer-logo__text--upper {
    font-size: 1.125rem;
  }
}
.footer .footer-logo__text--lower {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .footer .footer-logo__text--lower {
    font-size: 0.75rem;
  }
}
.footer .footer__top-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 -1.1rem;
  align-self: end;
}
@media screen and (min-width: 768px) {
  .footer .footer__top-link {
    align-self: flex-start;
  }
}
.footer .footer__top-link svg circle {
  transition: stroke 0.18s ease-in-out;
}
.footer .footer__top-link svg path {
  transition: stroke 0.18s ease-in-out, fill 0.18s ease-in-out;
}
.footer .footer__top-link span {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.05em;
  transition: color 0.18s ease-in-out;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .footer .footer__top-link span {
    font-size: 15px;
  }
}
@media (any-hover: hover) {
  .footer .footer__top-link:hover svg circle {
    stroke: #a3d6ff;
  }
  .footer .footer__top-link:hover svg path {
    stroke: #a3d6ff;
    fill: #a3d6ff;
  }
  .footer .footer__top-link:hover span {
    color: #a3d6ff;
  }
}
.footer .footer__lower-content {
  border-top: 0.1rem solid #d2dde6;
  padding: 3.5rem 0 3.8rem;
}
@media screen and (min-width: 768px) {
  .footer .footer__lower-content {
    border-top: 1px solid #d2dde6;
    padding: 40px 0 50px;
  }
}
.footer .footer__lower-content .footer__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4.7rem;
}
@media screen and (min-width: 768px) {
  .footer .footer__lower-content .footer__inner {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.footer .footer__lower-content-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .footer .footer__lower-content-link {
    gap: 8px;
  }
}
.footer .footer__lower-content-link span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: color 0.18s ease-in-out;
}
@media screen and (min-width: 768px) {
  .footer .footer__lower-content-link span {
    font-size: 14px;
  }
}
.footer .footer__lower-content-link svg {
  width: 1.6001rem;
  height: 1.2rem;
}
@media screen and (min-width: 768px) {
  .footer .footer__lower-content-link svg {
    width: 16.003px;
    height: 12.002px;
  }
}
.footer .footer__lower-content-link svg path,
.footer .footer__lower-content-link svg rect {
  transition: stroke 0.18s ease-in-out;
}
@media (any-hover: hover) {
  .footer .footer__lower-content-link:hover span {
    color: #a3d6ff;
  }
  .footer .footer__lower-content-link:hover svg path,
  .footer .footer__lower-content-link:hover svg rect {
    stroke: #a3d6ff;
  }
}
.footer .footer__copyright {
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .footer .footer__copyright {
    margin: 0 0 0 auto;
    font-size: 14px;
  }
}
.footer .footer-links {
  width: 18.4rem;
  margin: 5.6rem 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .footer .footer-links {
    width: 186px;
    margin: 0;
    gap: 16px;
  }
}
.footer .footer-links__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer .footer-links__item--top .footer-links__link span {
    margin-left: -4px;
  }
}
.footer .footer-links__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.footer .footer-links__link span {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  transition: color 0.18s ease-in-out;
}
@media screen and (min-width: 768px) {
  .footer .footer-links__link span {
    font-size: 16px;
  }
}
.footer .footer-links__link svg {
  flex-shrink: 0;
  margin-top: 0.15em;
}
.footer .footer-links__link svg path {
  transition: fill 0.18s ease-in-out;
}
@media (any-hover: hover) {
  .footer .footer-links__link:hover span {
    color: #a3d6ff;
  }
  .footer .footer-links__link:hover svg path {
    fill: #a3d6ff;
  }
}
.footer .footer__sns-links {
  margin: 7.4rem 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.8618rem;
}
@media screen and (min-width: 768px) {
  .footer .footer__sns-links {
    position: absolute;
    bottom: -120px;
    left: 0;
    gap: 23.237px;
  }
}
.footer .footer__sns-link {
  width: 2.7rem;
  height: 2.7rem;
  display: grid;
  place-items: center;
  transition: opacity 0.18s ease-in-out;
}
@media screen and (min-width: 768px) {
  .footer .footer__sns-link {
    width: 32px;
    height: 32px;
  }
}
.footer .footer__sns-link svg {
  width: 100%;
  height: 100%;
}
.footer .footer__sns-link svg path {
  transition: fill 0.18s ease-in-out;
}
.footer .footer__sns-link--x {
  width: 2.3rem;
  height: 2.3rem;
}
@media screen and (min-width: 768px) {
  .footer .footer__sns-link--x {
    width: 27px;
    height: 27px;
  }
}
@media (any-hover: hover) {
  .footer .footer__sns-link:hover svg path {
    fill: #a3d6ff;
  }
}

.stripe-svg-wrapper {
  overflow: hidden;
}

.stripe-svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.stripe-svg g {
  fill: #158fdb;
  animation: stripe-loop 5s cubic-bezier(0.81, 0.08, 0.58, 1) infinite;
}

.stripe-svg g:nth-of-type(2n) {
  animation-delay: 0.25s;
}

.stripe-svg g:nth-of-type(3n) {
  animation-delay: 0.5s;
}

@keyframes stripe-loop {
  0% {
    transform: translate(52%, -130%);
  }
  30% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 768px) {
  .section.people-section + .section.environment__section {
    margin: 169px 0 0;
  }
}

.section.environment__section + .section.recruit__section {
  margin: 0 0 -8rem;
}
@media screen and (min-width: 768px) {
  .section.environment__section + .section.recruit__section {
    margin: 0 0 0;
  }
}

.section__wrapper {
  padding: 5.6rem 0 8rem;
  background-color: #ecf5ff;
}
.section__wrapper:has(> .culture__section) {
  padding: 5.6rem 0 0;
}
@media screen and (min-width: 768px) {
  .section__wrapper:has(> .culture__section) {
    padding: 160px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .section__wrapper {
    padding: 160px 0 120px;
  }
  .section__wrapper:has(> .people-section) {
    padding: 120px 0 60px;
  }
}

.fv__image-wrapper {
  position: relative;
}
.fv__image-wrapper::after {
  width: 0%;
  height: 1px;
  top: 48%;
  right: 0;
  translate: 0 -50%;
  margin: auto;
  background-color: #158fdb;
  content: "";
  position: absolute;
  transition: width 0.5s ease-in-out 0.6s;
  z-index: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .fv__image-wrapper::after {
    top: 35%;
  }
}
.fv__image-wrapper.is-active::after {
  width: 100dvw;
}
@media screen and (min-width: 768px) {
  .fv__image-wrapper.is-active::after {
    width: 100dvw;
  }
}

.shutter-image--fv {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.shutter-image--fv::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 150%;
  clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0% 100%);
  height: 100%;
  background-color: #158fdb;
  transform-origin: left;
  z-index: 10;
  transition: translate 0.7s ease-in-out;
}
.shutter-image--fv.is-active::before {
  translate: 150% 0;
}
.shutter-image--fv.key-visual__image::before, .shutter-image--fv.company__image.delay::before {
  transition: translate 0.7s ease-in-out 0.3s;
}
.shutter-image--fv img {
  scale: 1.1;
  transition: scale 0.7s ease-in-out;
}
.shutter-image--fv.is-active img {
  scale: 1;
}

.section__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1.6rem;
}
@media screen and (min-width: 768px) {
  .section__heading {
    gap: 24px;
  }
}
.section__heading.section__heading--white .section__title-group-text {
  color: #a3d6ff;
}
.section__heading.section__heading--white .section__title {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .section__heading.section__heading--true-white {
    width: 100%;
    gap: 5px;
  }
  .section__heading.section__heading--true-white .section__title-group .section__title {
    margin: -4px 0 0;
  }
}
.section__heading.section__heading--true-white .section__title-group-text {
  color: #fff;
}
.section__heading.section__heading--true-white .section__title {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .section__heading.section__heading--true-white .section__title {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
}

.section__title-group .section__title-group-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.1rem;
  color: #158fdb;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .section__title-group .section__title-group-text {
    gap: 2px;
    font-size: 22px;
  }
  .section__title-group .section__title-group-text svg {
    width: 11px;
    height: 15px;
  }
}
.section__title-group .section__title {
  font-feature-settings: "palt" on;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .section__title-group .section__title {
    font-size: 44px;
  }
}

.section__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .section__text {
    font-size: 16px;
  }
}

.section__title-group--h3 .section__title-group-text {
  color: #474747;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .section__title-group--h3 .section__title-group-text {
    font-size: 18px;
  }
}
.section__title-group--h3 .section__title {
  color: #158fdb;
  font-feature-settings: "palt" on;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .section__title-group--h3 .section__title {
    font-size: 30px;
    margin-bottom: 0;
  }
}

.border__image-wrapper {
  position: relative;
}
.border__image-wrapper::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #158fdb;
  top: 10.4rem;
  left: 50%;
  translate: -50% 0;
  transition: width 0.5s ease-in-out 0.6s, margin-left 0.5s ease-in-out 0.6s;
  z-index: -1;
  transform-origin: center;
}
@media screen and (min-width: 768px) {
  .border__image-wrapper::after {
    height: 1px;
    top: 50%;
  }
}
.border__image-wrapper.company__content--white::after {
  top: 11.6rem;
}
@media screen and (min-width: 768px) {
  .border__image-wrapper.company__content--white::after {
    top: 50%;
  }
}
.border__image-wrapper.is-open::after {
  width: 100vw;
  margin-left: calc(50% + 2.4rem - 50dvw);
  margin-right: calc(50% + 2.4rem - 50dvw);
}
@media screen and (min-width: 768px) {
  .border__image-wrapper.is-open::after {
    margin-left: initial;
    margin-right: initial;
  }
}

.view-more__link {
  position: relative;
  z-index: 2;
  margin: 3.2rem auto 0 0;
  display: flex;
  width: 16rem;
  height: 5rem;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1.6rem;
  border-radius: 0.2rem;
  background-color: #158fdb;
  box-shadow: 0 0.2rem 1rem 0 rgba(18, 119, 182, 0.302);
  border: 1px solid #158fdb;
  transition: background-color 0.18s ease-in-out, border-color 0.18s ease-in-out;
}
@media screen and (min-width: 768px) {
  .view-more__link {
    margin: 0;
    padding: 17px 26px 18px 26px;
    width: 160px;
    height: 50px;
    gap: 15px;
    border-radius: 1.6px;
  }
}
.view-more__link span {
  color: #fff;
  text-transform: capitalize;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  transition: color 0.18s ease-in-out;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .view-more__link span {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .view-more__link svg {
    width: 8px;
    height: 8px;
  }
}
.view-more__link svg path {
  transition: fill 0.18s ease-in-out;
}
@media (any-hover: hover) {
  .view-more__link:hover {
    background-color: #fff;
    border-color: #158fdb;
  }
  .view-more__link:hover span {
    color: #158fdb;
  }
  .view-more__link:hover svg {
    animation: arrowMove 0.56s ease-in-out forwards;
  }
  .view-more__link:hover svg path {
    fill: #158fdb;
  }
}
.view-more__link.sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .view-more__link.sp-none {
    display: flex;
  }
}
.view-more__link.pc-none {
  display: flex;
}
@media screen and (min-width: 768px) {
  .view-more__link.pc-none {
    display: none;
  }
}
.view-more__link.view-more__link--white {
  background-color: #fff;
  border-color: #fff;
}
.view-more__link.view-more__link--white span {
  color: #158fdb;
}
.view-more__link.view-more__link--white svg path {
  fill: #158fdb;
}
@media (any-hover: hover) {
  .view-more__link.view-more__link--white:hover {
    background-color: #158fdb;
    border-color: #fff;
  }
  .view-more__link.view-more__link--white:hover span {
    color: #fff;
  }
  .view-more__link.view-more__link--white:hover svg {
    animation: arrowMove 0.56s ease-in-out forwards;
  }
  .view-more__link.view-more__link--white:hover svg path {
    fill: #fff;
  }
}
@keyframes arrowMove {
  0% {
    translate: 0 0;
    opacity: 1;
  }
  50% {
    translate: 1rem 0;
    opacity: 0;
  }
  51% {
    translate: -1rem 0;
    opacity: 0;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}

.fade-up-out {
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
}
.fade-up-out.is-hidden {
  opacity: 0;
}

.fade-right-out {
  opacity: 1;
  transition: opacity 0.6s ease-in-out, translate 0.6s ease-in-out;
}
.fade-right-out.is-hidden {
  opacity: 0;
  translate: 100% 0;
}

.error-page {
  background: #ecf5ff;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 118px;
}
@media screen and (min-width: 768px) {
  .error-page {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  .error-page {
    padding-top: 64px;
  }
}

.error-breadcrumb {
  padding-top: 1.6rem;
  padding-left: 24px;
}
@media screen and (min-width: 768px) {
  .error-breadcrumb {
    padding-top: 16px;
    padding-left: 100px;
  }
}

.error-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 26px;
}
@media screen and (min-width: 768px) {
  .error-section {
    padding: 80px 40px 240px;
  }
}
.error-section__inner {
  max-width: 600px;
  margin: 0 auto;
}
.error-section .view-more__link {
  width: 174px;
  height: 50px;
  padding: 18px 24px;
  margin: 0 auto;
}
.error-section .view-more__link > span {
  text-transform: none;
}
.error-section .view-more__link .text-transform-none {
  text-transform: none;
}
@media (any-hover: hover) {
  .error-section .view-more__link:hover svg {
    animation: error-arrowMove 0.56s ease-in-out forwards;
  }
}
@keyframes error-arrowMove {
  0% {
    translate: 0 0;
    opacity: 1;
  }
  50% {
    translate: -1rem 0;
    opacity: 0;
  }
  51% {
    translate: 1rem 0;
    opacity: 0;
  }
  100% {
    translate: 0 0;
    opacity: 1;
  }
}
.error-section__title {
  font-size: 120px;
  font-weight: 400;
  line-height: 1.4;
  color: #a3d6ff;
  margin-bottom: 0;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}
@media screen and (min-width: 768px) {
  .error-section__title {
    font-size: 140px;
  }
}
.error-section__title.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.error-section__subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #a3d6ff;
  margin-bottom: 51px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}
@media screen and (min-width: 768px) {
  .error-section__subtitle {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.error-section__subtitle.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.error-section__heading {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #158fdb;
  margin-bottom: 24px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}
@media screen and (min-width: 768px) {
  .error-section__heading {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.error-section__heading.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.error-section__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #474747;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}
@media screen and (min-width: 768px) {
  .error-section__text {
    font-size: 16px;
    margin-bottom: 48px;
  }
}
.error-section__text.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .error-section__text .sp-only {
    display: none;
  }
}
.error-section__text .pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .error-section__text .pc-only {
    display: block;
  }
}
.error-section__button {
  width: 174px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0;
  background-color: #158fdb;
  border: 1px solid #158fdb;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0px 1px 12px rgba(18, 119, 182, 0.3);
  transition: background-color 0.3s ease, color 0.3s ease;
}
.error-section__button svg {
  width: 8px;
  min-width: 8px;
  max-width: 8px;
  height: 8px;
  min-height: 8px;
  max-height: 8px;
  flex-shrink: 0;
}
.error-section__button svg path {
  transition: fill 0.3s ease;
}
.error-section__button span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media (any-hover: hover) {
  .error-section__button:hover {
    background-color: #fff;
    color: #158fdb;
  }
  .error-section__button:hover svg path {
    fill: #158fdb;
  }
}
.error-section .view-more__link {
  gap: 10px;
}
.error-section .view-more__link svg {
  width: 9px !important;
  min-width: 9px !important;
  max-width: 9px !important;
  height: 9px !important;
  min-height: 9px !important;
  max-height: 9px !important;
}
.error-section .view-more__link span {
  font-size: 16px;
}