@charset "UTF-8";
/* =========================================================

Foundation

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

 variables

========================================================= */
/* design-width */
/* breakpoint */
/* cubic-bezier */
/* $easeInSine: cubic-bezier(0.47, 0, 0.745, 0.715);
$easeOutSine: cubic-bezier(0.39, 0.575, 0.565, 1);
$easeInOutSine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
$easeInQuad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
$easeOutQuad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
$easeInOutQuad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
$easeInCubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
$easeOutCubic: cubic-bezier(0.215, 0.61, 0.355, 1);
$easeInOutCubic: cubic-bezier(0.645, 0.045, 0.355, 1);
$easeInQuart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
$easeOutQuart: cubic-bezier(0.165, 0.84, 0.44, 1);
$easeInOutQuart: cubic-bezier(0.77, 0, 0.175, 1);
$easeInQuint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
$easeOutQuint: cubic-bezier(0.23, 1, 0.32, 1);
$easeInOutQuint: cubic-bezier(0.86, 0, 0.07, 1);
$easeInExpo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
$easeOutExpo: cubic-bezier(0.19, 1, 0.22, 1);
$easeInOutExpo: cubic-bezier(1, 0, 0, 1);
$easeInCirc: cubic-bezier(0.6, 0.04, 0.98, 0.335);
$easeOutCirc: cubic-bezier(0.075, 0.82, 0.165, 1);
$easeInOutCirc: cubic-bezier(0.785, 0.135, 0.15, 0.86);
$easeInBack: cubic-bezier(0.6, -0.28, 0.735, 0.045);
$easeOutBack: cubic-bezier(0.175, 0.885, 0.32, 1.275);
$easeInOutBack: cubic-bezier(0.68, -0.55, 0.265, 1.55); */
/* =========================================================

 custom property

========================================================= */
:root {
  /* color */
  --color-dark: #000;
  --color-orange: #fb6b26;
  --color-purple: #af1baf;
  --color-gradient: transparent linear-gradient(126deg, var(--color-orange) 0%, var(--color-purple) 100%) 0% 0% no-repeat padding-box;
  --color-font-dark: #000;
  --color-bg-primary: #f8f7f5;
  --color-bg-light-gray: #f2eddf;
  --color-link: #000;
  --color-link-hover: #000;
  --color-facebook: #5aa8df;
  --color-instagram: #000;
  --color-twitter: #3b5998;
  --color-line: #00c600;
  /* font-size */
  --font-size-body-xl: 1.6rem;
  --font-size-body-lg: 1.5rem;
  --font-size-body-md: 1.4rem;
  --font-size-body-sm: 1.3rem;
  --font-size-body-xs: 1.2rem;
  --font-size-body-2xs: 1.1rem;
  --font-size-body-3xs: 1rem;
  --font-size-heading-2xl: 4.4rem;
  --font-size-heading-xl: 4rem;
  --font-size-heading-lg: 3.2rem;
  --font-size-heading-md: 2.4rem;
  --font-size-heading-sm: 2rem;
  --font-size-heading-xs: 1.8rem;
  --font-size-heading-2xs: 1.6rem;
  --font-size-heading-3xs: 1.4rem;
  --font-size-heading-4xs: 1.2rem;
  /* font-weight */
  --font-weight-normal: 360;
  --font-weight-medium: 500;
  /* line-height */
  --line-height-body: 2;
  --line-height-body-sm: 1.8;
  --line-height-heading: 1.6;
  --line-height-copy: 1.7;
  --line-height-heading-eng: 1.2;
  /* letter-spacing */
  --letter-spaceing-body: 0.1em;
  --letter-spaceing-heading: 0.1em;
  --letter-spacing-xxl: 0.2em;
  --letter-spacing-xl: 0.16em;
  --letter-spacing-l: 0.12em;
  --letter-spacing-m: 0.1em;
  --letter-spacing-s: 0.05em;
  --letter-spacing-no: 0;
  /* font-family */
  --font-family-sans: "DM Sans", "Noto Sans JP", hiragino-kaku-gothic-pron, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", yugothic,
    meiryo, sans-serif;
  --font-family-eng: "DM Sans", sans-serif;
  /* site-padding */
  --site-padding: 5.5555555556vw;
  /* space */
  --space-section-lg: 22rem;
  --space-section-md: 15rem;
  --space-section-sm: 10rem;
  /* header-height */
  --header-height: 8rem;
  /* kv-bottom-height */
  --kv-bottom-height: 12rem;
}
@media (max-width: 1023px) {
  :root {
    /* font-size */
    --font-size-heading-xl: 3.4rem;
    --font-size-heading-lg: 2.8rem;
    --font-size-heading-md: 2.2rem;
    --font-size-heading-sm: 1.7rem;
    --font-size-heading-xs: 1.4rem;
  }
}
@media (max-width: 767px) {
  :root {
    /* font-size */
    --font-size-heading-xl: 2.8rem;
    --font-size-heading-lg: 2.4rem;
    --font-size-heading-md: 1.8rem;
    --font-size-heading-sm: 1.6rem;
    --font-size-heading-xs: 1.4rem;
    /* site-padding */
    --site-padding: 2.5rem;
    /* header-height */
    --header-height: 6rem;
  }
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3 */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* 1 */
  appearance: none;
  background: transparent;
  border-radius: 0;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 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;
          appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button;
          appearance: button; /* 1 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          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-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

/******************************************************************************

* BASIC

*******************************************************************************/
html {
  font-size: 10px;
}
html.is-modal-show {
  overflow: hidden;
}
@media (max-width: 1500px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 1023px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 10px;
  }
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  overscroll-behavior-y: none;
  font-family: var(--font-family-sans);
  font-size: var(--font-size-body);
  font-weight: var(--font-weight-normal);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-optical-sizing: auto;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  line-height: var(--line-height-body);
  color: var(--color-font-dark);
  letter-spacing: var(--letter-spaceing-body);
  word-wrap: break-word;
  white-space: normal;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--color-bg-primary);
}
.is-unscroll body {
  overflow: hidden;
}
.has-scroll-smooth body {
  height: 100%;
  overflow: hidden;
}
body.is-invert {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-medium);
}

a {
  color: var(--color-font-dark);
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  color: var(--color-font-dark);
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}

a,
a:focus,
a:active,
a:hover,
a:visited,
:focus,
:active,
:hover,
:visited {
  text-decoration: none;
  outline: none !important;
}

blockquote {
  margin: 0;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

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

/******************************************************************************

* lenis

*******************************************************************************/
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

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

Layout

========================================================= */
.l-container {
  width: 100%;
  max-width: calc(144rem + var(--site-padding) * 2);
  padding-right: var(--site-padding);
  padding-left: var(--site-padding);
  margin: 0 auto;
}

.l-wrapper {
  position: relative;
  width: 100%;
}

/* ================================================
.l-header
================================================ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* ================================================
.l-header-logo
================================================ */
.l-header-logo {
  position: absolute;
  top: 4.5rem;
  left: 6rem;
}
@media (max-width: 1023px) {
  .l-header-logo {
    top: 4rem;
    left: 5rem;
  }
}
@media (max-width: 767px) {
  .l-header-logo {
    top: 2rem;
    left: 2rem;
  }
}

.l-header-logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #fff;
  -webkit-transition: color 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: color 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-scrolled .l-header-logo__link {
  color: #000;
}
@media (max-width: 767px) {
  .l-header-logo__link {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}

.l-header-logo__svg {
  width: 16rem;
  height: 2.12rem;
  fill: #fff;
  -webkit-transition: fill 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: fill 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
.is-scrolled .l-header-logo__svg {
  fill: #000;
}
@media (max-width: 767px) {
  .l-header-logo__svg {
    width: 13rem;
    height: 1.721rem;
  }
}

.l-header-logo__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .l-header-logo__title {
    font-size: 1.1rem;
  }
}

/* link-anim */
.c-link-anim {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-font-dark)), to(var(--color-font-dark))) 100% 100%/0 1px no-repeat;
  background: linear-gradient(var(--color-font-dark), var(--color-font-dark)) 100% 100%/0 1px no-repeat;
  -webkit-transition: background-size 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: background-size 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  will-change: background-size;
}
.c-link-anim[data-color=white], [data-color=white] .c-link-anim, .c-link-anim.is-invert, .is-invert .c-link-anim {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) 100% 100%/0 1px no-repeat;
  background: linear-gradient(#fff, #fff) 100% 100%/0 1px no-repeat;
}
.c-link-anim:hover, a:hover .c-link-anim {
  background-position: 0 100%;
  background-size: 100% 1px;
}

.c-link-anim-2 {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-font-dark)), to(var(--color-font-dark))) 0 100%/100% 1px no-repeat;
  background: linear-gradient(var(--color-font-dark), var(--color-font-dark)) 0 100%/100% 1px no-repeat;
  -webkit-transition: background-size 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: background-size 1.2s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  will-change: background-size;
}
.c-link-anim-2[data-color=white], [data-color=white] .c-link-anim-2, .c-link-anim-2.is-invert, .is-invert .c-link-anim-2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) 0 100%/100% 1px no-repeat;
  background: linear-gradient(#fff, #fff) 0 100%/100% 1px no-repeat;
}
.c-link-anim-2[data-color=green], [data-color=green] .c-link-anim-2 {
  color: var(--color-blue);
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-blue)), to(var(--color-blue))) 0 100%/100% 1px no-repeat;
  background: linear-gradient(var(--color-blue), var(--color-blue)) 0 100%/100% 1px no-repeat;
}
.c-link-anim-2:hover, a:hover .c-link-anim-2 {
  background-position: 100% 100%;
  background-size: 0 1px;
}

/* ================================================
.l-footer
================================================ */
.l-footer {
  position: relative;
  z-index: 1;
}

.l-footer__wrapper {
  padding-top: 6rem;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .l-footer__wrapper {
    padding-bottom: 8rem;
  }
}

.l-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 6rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1023px) {
  .l-footer__top {
    padding-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .l-footer__top {
    padding-bottom: 3rem;
  }
}

.l-footer__medium {
  padding-top: 6rem;
}
@media (max-width: 1023px) {
  .l-footer__medium {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .l-footer__medium {
    padding-top: 2.4rem;
  }
}

.l-footer__bottom {
  width: 100%;
  padding-top: 6rem;
}

.l-footer__bottom-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem 6rem;
}
@media (max-width: 767px) {
  .l-footer__bottom-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* ================================================
.l-footer-logo
================================================ */
.l-footer-logo__link {
  display: block;
}

.l-footer-logo__svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16rem;
  height: 2.118rem;
}
@media (max-width: 767px) {
  .l-footer-logo__svg {
    width: 12rem;
    height: 1.589rem;
  }
}

/* ================================================
.l-footer-pagetop
================================================ */
.l-footer-pagetop {
  width: 1.5rem;
  margin-left: auto;
}

.l-footer-pagetop__link {
  display: block;
  width: 100%;
  height: 100%;
}

/* ================================================
.l-footer-nav
================================================ */
.l-footer-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
@media (max-width: 1023px) {
  .l-footer-nav__menu {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}
@media (max-width: 767px) {
  .l-footer-nav__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5rem 2rem;
  }
}

.l-footer-nav__menu-item {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  .l-footer-nav__menu-item {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .l-footer-nav__menu-item {
    width: calc((100% - 2rem) / 2);
    font-size: 1.2rem;
  }
}

/* ================================================
.l-footer-link
================================================ */
.l-footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.l-footer-link__item {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
}

.l-footer-link__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.2rem;
     -moz-column-gap: 0.2rem;
          column-gap: 0.2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.l-footer-link__item-link-icon svg {
  width: 0.6rem !important;
  height: 0.6rem !important;
}

/* ================================================
.l-footer-copyright
================================================ */
.l-footer-copyright {
  margin-top: 4rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2 0;
  letter-spacing: var(--letter-spacing-m);
  font-family: var(--font-family-eng);
}

/* ================================================
.l-gnav 
================================================ */
.l-gnav {
  position: fixed;
  top: 0;
  left: -9999px;
  z-index: 20000;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
}
.is-gnav-open .l-gnav {
  left: 0;
  display: block;
  pointer-events: all;
  visibility: visible;
}

.l-gnav__wrapper {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 1023px) {
  .l-gnav__wrapper {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.l-gnav__inner {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100%;
  padding: 6.1728395062vh var(--site-padding) 6.1728395062vh;
}
@media (max-width: 767px) {
  .l-gnav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.l-gnav__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .l-gnav__header {
    padding: 0;
  }
}

.l-gnav__body {
  padding: 6rem 0;
}
@media (max-width: 767px) {
  .l-gnav__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-gnav__body-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .l-gnav__body-row {
    display: block;
  }
}

.l-gnav__body-col-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 4.1666666667vw;
}
@media (max-width: 1023px) {
  .l-gnav__body-col-menu {
    padding-right: 0;
    padding-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .l-gnav__body-col-menu {
    padding-bottom: 4rem;
  }
}

.l-gnav__body-col-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 4.1666666667vw;
  padding-left: 4.1666666667vw;
  border-left: solid 1px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1023px) {
  .l-gnav__body-col-button {
    padding: 0;
    border-left: none;
  }
}

.l-gnav__body-col-button-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1023px) {
  .l-gnav__body-col-button-footer {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .l-gnav__body-col-button-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem 0;
  }
}

/* ================================================
.l-gnav-logo 
================================================ */
.l-gnav-logo {
  width: 62.2222222222vw;
  height: 8.2375vw;
}
@media (max-width: 767px) {
  .l-gnav-logo {
    width: 84vw;
    height: 11.12vw;
  }
}

/* ================================================
.l-gnav-menu
================================================ */
.l-gnav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
}

.l-gnav-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.l-gnav-menu__label-main {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  font-family: var(--font-family-eng);
  color: var(--color-orange);
}

.l-gnav-menu__label-sub {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}

.l-gnav-menu__label-slash {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  stroke: rgba(0, 0, 0, 0.12);
}

/* ================================================
.l-gnav-button
================================================ */
.l-gnav__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 12rem;
  padding: 2rem 0 2rem 4rem;
  color: #fff;
  background: var(--color-gradient);
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.l-gnav__button:hover {
  color: #fff;
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
@media (max-width: 1023px) {
  .l-gnav__button {
    min-height: 10rem;
    padding: 1rem 0 1rem 3rem;
  }
}
@media (max-width: 767px) {
  .l-gnav__button {
    min-height: 8rem;
    padding: 1rem 0 1rem 2.5rem;
  }
}

.l-gnav__button-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.l-gnav__button-label-main {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  font-family: var(--font-family-eng);
}
@media (max-width: 767px) {
  .l-gnav__button-label-main {
    font-size: 2.4rem;
  }
}

.l-gnav__button-label-sub {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .l-gnav__button-label-sub {
    font-size: 1.2rem;
  }
}

.l-gnav__button-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 7.2rem;
  overflow: hidden;
  border-left: solid 1px rgba(255, 255, 255, 0.15);
}
.l-gnav__button-icon .c-svg-arrow-right {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
a:hover .l-gnav__button-icon .c-svg-arrow-right {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}
@media (max-width: 767px) {
  .l-gnav__button-icon {
    width: 6rem;
  }
}

/* ================================================
.l-gnav-link
================================================ */
.l-gnav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}

.l-gnav-link__item {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
}

.l-gnav-link__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.2rem;
     -moz-column-gap: 0.2rem;
          column-gap: 0.2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.l-gnav-link__item-link-icon svg {
  width: 0.6rem !important;
  height: 0.6rem !important;
}

/* ================================================
.l-gnav-bg 
================================================ */
.l-gnav-bg {
  position: fixed;
  top: 0;
  left: -9999px;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  background: #fff;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.is-gnav-open .l-gnav-bg {
  left: 0;
  visibility: visible;
}
/* ================================================
.l-gnav-toggle
================================================ */
.l-gnav-toggle {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 40000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 8rem;
  height: 8rem;
  padding: 2.4rem;
  cursor: pointer;
  background-color: var(--color-orange);
  border: solid 1px #ff8e58;
  -webkit-transition: background-color 0.3s, mix-blend-mode 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: background-color 0.3s, mix-blend-mode 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (max-width: 1023px) {
  .l-gnav-toggle {
    top: 1rem;
    right: 1rem;
  }
}
@media (max-width: 767px) {
  .l-gnav-toggle {
    top: 0.5rem;
    right: 0.5rem;
    width: 5rem;
    height: 5rem;
    padding: 1.2rem;
  }
}

.l-gnav-toggle__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 1rem;
}

.l-gnav-toggle__bar {
  position: absolute;
  width: 100%;
  height: 1px;
  overflow: hidden;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.l-gnav-toggle__bar:nth-child(1) {
  top: 0;
  left: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, -webkit-transform 0.2s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: top 0.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, -webkit-transform 0.2s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: top 0.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, transform 0.2s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: top 0.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, transform 0.2s cubic-bezier(0.32, 0, 0.67, 0) 0s, -webkit-transform 0.2s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}
.l-gnav-toggle__bar:nth-child(2) {
  bottom: 0;
  left: 0;
  -webkit-transition: bottom 0.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, -webkit-transform 0.2s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: bottom 0.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, -webkit-transform 0.2s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: bottom 0.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, transform 0.2s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: bottom 0.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, transform 0.2s cubic-bezier(0.32, 0, 0.67, 0) 0s, -webkit-transform 0.2s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}
.is-gnav-open .l-gnav-toggle__bar:nth-child(1) {
  top: calc(50% - 0.5px);
  -webkit-transition: top 0.2s cubic-bezier(0.32, 0, 0.67, 0) 0s, -webkit-transform 0.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  transition: top 0.2s cubic-bezier(0.32, 0, 0.67, 0) 0s, -webkit-transform 0.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  transition: top 0.2s cubic-bezier(0.32, 0, 0.67, 0) 0s, transform 0.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  transition: top 0.2s cubic-bezier(0.32, 0, 0.67, 0) 0s, transform 0.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, -webkit-transform 0.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.is-gnav-open .l-gnav-toggle__bar:nth-child(2) {
  bottom: calc(50% - 1px);
  -webkit-transition: bottom 0.2s cubic-bezier(0.32, 0, 0.67, 0) 0s, -webkit-transform 0.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  transition: bottom 0.2s cubic-bezier(0.32, 0, 0.67, 0) 0s, -webkit-transform 0.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  transition: bottom 0.2s cubic-bezier(0.32, 0, 0.67, 0) 0s, transform 0.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  transition: bottom 0.2s cubic-bezier(0.32, 0, 0.67, 0) 0s, transform 0.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, -webkit-transform 0.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-gnav-toggle__bar-front {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.l-gnav-toggle__bar-back {
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
}

.l-main {
  width: 100%;
}

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

Object

========================================================= */
/* ---------------------------------------------------------

Component

--------------------------------------------------------- */
[class^=c-svg-],
[class*=" c-svg-"] {
  vertical-align: initial;
  fill: #fff;
}

[class^=c-svg-][data-color=orange],
[class*=" c-svg-"][data-color=orange],
[data-color=orange] [class*=" c-svg-"] {
  fill: var(--color-orange);
}

[class^=c-svg-][data-color=dark],
[class*=" c-svg-"][data-color=dark],
[data-color=dark] [class*=" c-svg-"] {
  fill: var(--color-dark);
}

/* arrow  */
.c-svg-arrow-left {
  width: 1.2rem;
  height: 1.1rem;
}

.c-svg-arrow-right {
  width: 1.2rem;
  height: 1.1rem;
}

.c-svg-arrow-up {
  width: 1.1rem;
  height: 1.2rem;
}

.c-svg-arrow-down {
  width: 1.1rem;
  height: 1.2rem;
}

.c-svg-arrow-diagonal {
  width: 0.9rem;
  height: 0.9rem;
}

/* ================================================
.c-arrow
================================================ */
.c-arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.c-arrow__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
a:hover .c-arrow__icon {
  -webkit-animation: left-in 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: left-in 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
a:hover [data-direction=backward] .c-arrow__icon {
  -webkit-animation: right-in 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: right-in 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
a:hover [data-direction=diagonal] .c-arrow__icon {
  -webkit-animation: diagonal 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: diagonal 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
a[data-direction=backward]:hover .c-arrow__icon {
  -webkit-animation: right-in 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: right-in 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
a[data-direction=diagonal]:hover .c-arrow__icon {
  -webkit-animation: diagonal 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: diagonal 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@media (max-width: 1023px) {
  .c-arrow__icon {
    -webkit-animation: none !important;
            animation: none !important;
  }
}

.c-circle-icon {
  position: relative;
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  overflow: hidden;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .c-circle-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.c-circle-icon__wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
a:hover .c-circle-icon__wrap {
  -webkit-animation: left-in 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: left-in 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
a:hover [data-direction=backward] .c-circle-icon__wrap {
  -webkit-animation: right-in 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: right-in 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
a:hover [data-direction=diagonal] .c-circle-icon__wrap {
  -webkit-animation: diagonal 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: diagonal 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
a[data-direction=backward]:hover .c-circle-icon__wrap {
  -webkit-animation: right-in 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: right-in 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
a[data-direction=diagonal]:hover .c-circle-icon__wrap {
  -webkit-animation: diagonal 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: diagonal 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@media (max-width: 1023px) {
  .c-circle-icon__wrap {
    -webkit-animation: none !important;
            animation: none !important;
  }
}

.c-circle-icon__in {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1.6rem;
  height: 100%;
  max-height: 1.6rem;
}

.c-circle-icon__svg[class^=c-svg-],
.c-circle-icon__svg[class*=" c-svg-"] {
  fill: #fff;
  -webkit-transition: fill 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition: fill 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: fill;
}
a:hover .c-circle-icon__svg[class^=c-svg-],
a:hover .c-circle-icon__svg[class*=" c-svg-"] {
  fill: #fff;
}

.c-circle-icon__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: var(--color-orange);
  border-radius: 100%;
  -webkit-transition: 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  will-change: width, height;
}
a:hover .c-circle-icon__bg {
  width: 100%;
  height: 100%;
}
a:hover .c-circle-icon__bg::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* ================================================
.c-button
================================================ */
.c-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-button__label {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  position: relative;
  padding: 0.7rem 0;
  overflow: hidden;
  font-family: var(--font-family-eng);
}
[data-color=white] .c-button__label {
  color: #fff;
}
@media (max-width: 1023px) {
  .c-button__label {
    font-size: 1.2rem;
  }
}

/* ================================================
.c-button
================================================ */
.c-button-rect {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 32rem;
  height: 6rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 6rem;
}
@media (max-width: 1023px) {
  .c-button-rect {
    height: 5.2rem;
    border-radius: 5.2rem;
  }
}
@media (max-width: 767px) {
  .c-button-rect {
    max-width: 100%;
  }
}

.c-button-rect__label {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  position: relative;
  padding: 0.7rem 0;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  a:hover .c-button-rect__label::after {
    -webkit-animation: forward 1s cubic-bezier(0.65, 0, 0.35, 1) forwards;
            animation: forward 1s cubic-bezier(0.65, 0, 0.35, 1) forwards;
  }
}
@media (max-width: 1023px) {
  .c-button-rect__label {
    font-size: 1.4rem;
  }
}

.c-button-rect__icon {
  position: absolute;
  right: 1.5rem;
}

[class^=c-heading-][data-color=green],
[class*=" c-heading-"][data-color=green],
[data-color=green] [class*=" c-heading-"] {
  color: var(--color-blue);
}

/* ================================================
.c-heading
================================================ */
.c-heading {
  font-size: var(--font-size-heading-md);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-heading);
  letter-spacing: 0.1em;
  font-family: var(--font-family-serif);
}
.c-heading[data-size="2xl"] {
  font-size: var(--font-size-heading-2xl);
}
.c-heading[data-size=xl] {
  font-size: var(--font-size-heading-xl);
}
.c-heading[data-size=lg] {
  font-size: var(--font-size-heading-lg);
}
.c-heading[data-size=md] {
  font-size: var(--font-size-heading-md);
}
.c-heading[data-size=sm] {
  font-size: var(--font-size-heading-sm);
}
.c-heading[data-size=xs] {
  font-size: var(--font-size-heading-xs);
}
.c-heading[data-size="2xs"] {
  font-size: var(--font-size-heading-2xs);
}
.c-heading[data-size="3xs"] {
  font-size: var(--font-size-heading-3xs);
}
.c-heading[data-size="4xs"] {
  font-size: var(--font-size-heading-4xs);
}

/* ================================================
.c-heading-set
================================================ */
.c-heading-set {
  margin-bottom: 3.2rem;
}
.c-heading-set[data-margin-none] {
  margin-bottom: 0;
}

.c-heading-set__main {
  font-size: var(--font-size-heading-2xl);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-heading-eng);
  letter-spacing: 0.06em;
  display: block;
  font-family: var(--font-family-eng);
}
[data-size=sm] .c-heading-set__main {
  font-size: var(--font-size-heading-lg);
}
[data-size=xs] .c-heading-set__main {
  font-size: var(--font-size-heading-sm);
}

.c-heading-set__sub {
  font-size: 1.3rem;
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-heading);
  letter-spacing: 0.1em;
  display: block;
  padding-bottom: 0.8rem;
  margin-top: 0.6rem;
  font-family: var(--font-family-serif);
}

/* ================================================
.c-heading-section
================================================ */
.c-heading-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10rem;
}
@media (max-width: 1023px) {
  .c-heading-section {
    padding-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .c-heading-section {
    padding-bottom: 6rem;
  }
}

.c-heading-section__label {
  font-size: var(--font-size-heading-xs);
  font-weight: var(--font-weight-normal);
  line-height: var(--line-height-heading);
  letter-spacing: 0.06em;
  font-family: var(--font-family-eng);
}
[data-color=white] .c-heading-section__label {
  color: #fff;
}

.c-heading-section__border {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: var(--color-border-gray);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.is-onscreen .c-heading-section__border {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
[data-color=white] .c-heading-section__border {
  background-color: #fff;
}

/* ================================================
.c-copy
================================================ */
.c-copy {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.4em;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-copy[data-size=lg] {
  font-size: 3.2rem;
}
@media (max-width: 1023px) {
  .c-copy {
    font-size: 1.6rem;
  }
  .c-copy[data-size=lg] {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .c-copy {
    font-size: 1.6rem;
  }
  .c-copy[data-size=lg] {
    font-size: 1.6rem;
  }
}

.c-copy__item {
  padding: 0.1em 0.2em 0;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  font-family: var(--font-family-eng);
  color: #fff;
  white-space: nowrap;
  background-color: var(--color-orange);
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  will-change: clip-path, transform;
}
.is-onscreen .c-copy__item, .c-copy__item.is-onscreen {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  transition: -webkit-clip-path 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  transition: clip-path 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  transition: clip-path 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, -webkit-clip-path 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 1023px) {
  .c-copy__item {
    padding: 0.2em 0.2em 0.1em;
  }
}
@media (max-width: 767px) {
  .c-copy__item {
    padding: 0.2em 0.2em 0.1em;
  }
}

.c-typo-anim {
  -webkit-clip-path: polygon(0 -50%, 100% -50%, 100% -50%, 0 0%);
          clip-path: polygon(0 -50%, 100% -50%, 100% -50%, 0 0%);
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  will-change: clip-path, transform;
}
.is-onscreen .c-typo-anim, .c-typo-anim.is-onscreen {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  transition: -webkit-clip-path 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  transition: clip-path 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  transition: clip-path 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, -webkit-clip-path 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ================================================
.c-floating-button
================================================ */
.c-floating-button {
  position: fixed;
  right: 4rem;
  bottom: 8rem;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16rem;
  height: 16rem;
  -webkit-transition: right 0.8s cubic-bezier(0.16, 1, 0.3, 1), bottom 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: right 0.8s cubic-bezier(0.16, 1, 0.3, 1), bottom 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: right, bottom;
}
.is-scrolled .c-floating-button {
  right: 2rem;
  bottom: 2rem;
}
@media (max-width: 1023px) {
  .c-floating-button {
    right: 3rem;
    bottom: 7rem;
    width: 12rem;
    height: 12rem;
  }
  .is-scrolled .c-floating-button {
    right: 1rem;
    bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .c-floating-button {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 5rem;
  }
  .is-scrolled .c-floating-button {
    right: 0;
    bottom: 0;
  }
}

.c-floating-button__text {
  position: relative;
  z-index: 1;
  width: 11.435rem;
}
@media (max-width: 1023px) {
  .c-floating-button__text {
    width: 8rem;
  }
}
@media (max-width: 767px) {
  .c-floating-button__text {
    width: 31.5rem;
  }
}

.c-floating-button__bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: var(--color-gradient);
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-filter 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-filter 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), filter 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), filter 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-filter 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, filter;
}
a:hover .c-floating-button__bg {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* preloader-main */
.c-preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.is-page-loaded .c-preloader {
  pointer-events: none;
}

.c-preloader__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-bg-primary);
}

/* ---------------------------------------------------------

Project

--------------------------------------------------------- */
/* ================================================
.p-recruit
================================================ */
.p-recruit {
  position: relative;
}
@media (max-width: 1023px) {
  .p-recruit {
    overflow: hidden;
  }
}

/* ================================================
.p-recruit-kv
================================================ */
.p-recruit-kv {
  position: relative;
  z-index: 0;
  height: 100vh;
  height: 100lvh;
  padding: 2rem 2rem 6rem;
  color: #fff;
}
@media (max-width: 1023px) {
  .p-recruit-kv {
    padding: 1rem 1rem 5rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-kv {
    padding: 0.5rem 0.5rem 5rem;
  }
}

.p-recruit-kv__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-recruit-kv__content {
  position: absolute;
  bottom: 14.8148148148vh;
  left: 4.1666666667vw;
  z-index: 10;
  will-change: opacity, transform;
}
@media (max-width: 1023px) {
  .p-recruit-kv__content {
    bottom: 8.7890625vh;
    left: 5rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-kv__content {
    bottom: 8.9955022489vh;
    left: 2.5rem;
  }
}

.p-recruit-kv__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-recruit-kv__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5rem;
}
@media (max-width: 767px) {
  .p-recruit-kv__heading {
    row-gap: 5.3333333333vw;
  }
}

.p-recruit-kv__heading-copy {
  width: 38.904rem;
}
@media (max-width: 767px) {
  .p-recruit-kv__heading-copy {
    width: 84vw;
  }
}

.p-recruit-kv__heading-border {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.p-recruit-kv__heading-title {
  width: 21.92rem;
}
@media (max-width: 767px) {
  .p-recruit-kv__heading-title {
    width: 47.328vw;
  }
}

.p-recruit-kv__image {
  position: absolute;
  top: 0;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 27.7777777778vw;
  height: 27.7777777778vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .p-recruit-kv__image {
    width: 48vw;
    height: 72vw;
  }
}
@media (max-width: 1023px) and (orientation: landscape) {
  .p-recruit-kv__image {
    width: 23.4375vw;
    height: 23.4375vw;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .p-recruit-kv__image {
    width: 32vw;
    height: 32vw;
  }
}

.p-recruit-kv__image-item {
  position: relative;
  z-index: 0;
}

.p-recruit-kv__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.15;
  will-change: opacity;
}

.p-recruit-kv__copy {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .p-recruit-kv__copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}
@media (max-width: 1023px) and (orientation: landscape) {
  .p-recruit-kv__copy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-recruit-kv__copy-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(50% - 13.8888888889vw);
}
@media (max-width: 1023px) {
  .p-recruit-kv__copy-item {
    width: 100%;
    height: calc(50% - 36vw);
  }
}
@media (max-width: 1023px) and (orientation: landscape) {
  .p-recruit-kv__copy-item {
    width: calc(50% - 6.25vw);
    height: 100%;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .p-recruit-kv__copy-item {
    width: calc(50% - 4.1666666667vw);
  }
}

.p-recruit-kv__copy-item--1 img {
  width: 23.6111111111vw;
}
@media (max-width: 1023px) {
  .p-recruit-kv__copy-item--1 img {
    width: 39.0625vw;
  }
}
@media (max-width: 1023px) and (orientation: landscape) {
  .p-recruit-kv__copy-item--1 img {
    width: 29.296875vw;
  }
}
@media (max-width: 767px) {
  .p-recruit-kv__copy-item--1 img {
    width: 53.0933333333vw;
  }
}

.p-recruit-kv__copy-item--2 img {
  width: 17.2041666667vw;
}
@media (max-width: 1023px) {
  .p-recruit-kv__copy-item--2 img {
    width: 28.4635416667vw;
  }
}
@media (max-width: 1023px) and (orientation: landscape) {
  .p-recruit-kv__copy-item--2 img {
    width: 21.34765625vw;
  }
}
@media (max-width: 767px) {
  .p-recruit-kv__copy-item--2 img {
    width: 38.688vw;
  }
}

.p-recruit-kv__typo {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-recruit-kv__typo {
    bottom: 3rem;
  }
}

.p-recruit-kv__typo-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 0.5em;
  font-family: var(--font-family-eng);
  font-size: max(14.8148148148vh, 10rem);
  font-weight: 500;
  line-height: 1;
  color: var(--color-orange);
  letter-spacing: 0.06em;
  -webkit-animation: marquee 20s linear infinite;
          animation: marquee 20s linear infinite;
  will-change: transform;
}
@media (max-width: 1023px) {
  .p-recruit-kv__typo-item {
    font-size: 9.765625vh;
  }
}
@media (max-width: 767px) {
  .p-recruit-kv__typo-item {
    font-size: 8.9955022489vh;
  }
}

/* ================================================
.p-recruit-philosophy
================================================ */
.p-recruit-philosophy {
  padding-top: 15rem;
  padding-bottom: 10rem;
  margin-top: 8rem;
  color: #fff;
  background-color: var(--color-orange);
}
@media (max-width: 1023px) {
  .p-recruit-philosophy {
    padding-top: 12rem;
    padding-bottom: 3rem;
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-philosophy {
    padding-top: 10rem;
    padding-bottom: 1rem;
    margin-top: 0;
  }
}

.p-recruit-philosophy__inner {
  position: relative;
}

.p-recruit-philosophy__sidetext {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  position: absolute;
  top: 0;
  right: 0;
  font-family: var(--font-family-eng);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 1023px) {
  .p-recruit-philosophy__sidetext {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-philosophy__sidetext {
    top: 26rem;
    font-size: 1.1rem;
  }
}

.p-recruit-philosophy__header {
  padding-bottom: 14rem;
}
@media (max-width: 1023px) {
  .p-recruit-philosophy__header {
    padding-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-philosophy__header {
    padding-bottom: 5rem;
  }
}

.p-recruit-philosophy__sub-heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-bottom: 10rem;
  font-family: var(--font-family-eng);
}
@media (max-width: 1023px) {
  .p-recruit-philosophy__sub-heading {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-philosophy__sub-heading {
    font-size: 1.2rem;
  }
}

.p-recruit-philosophy__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4.8rem;
}
@media (max-width: 1023px) {
  .p-recruit-philosophy__heading {
    row-gap: 2.88rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-philosophy__heading {
    row-gap: 2.016rem;
  }
}

.p-recruit-philosophy__heading-item-01 {
  width: 69.735rem;
}
@media (max-width: 1023px) {
  .p-recruit-philosophy__heading-item-01 {
    width: 41.841rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-philosophy__heading-item-01 {
    width: 29.2887rem;
  }
}

.p-recruit-philosophy__heading-item-02 {
  width: 52.937rem;
}
@media (max-width: 1023px) {
  .p-recruit-philosophy__heading-item-02 {
    width: 31.7622rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-philosophy__heading-item-02 {
    width: 22.23354rem;
  }
}

.p-recruit-philosophy__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -2rem;
}
@media (max-width: 1023px) {
  .p-recruit-philosophy__body {
    display: block;
    margin: 0;
  }
}

.p-recruit-philosophy__content {
  width: max(41.6666666667%, 46rem);
  padding: 12rem 2rem;
}
@media (max-width: 1023px) {
  .p-recruit-philosophy__content {
    width: 100%;
    padding: 0;
  }
}

.p-recruit-philosophy__content-text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.25;
  letter-spacing: 0.12em;
  margin-top: 2.25em;
}
.p-recruit-philosophy__content-text:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .p-recruit-philosophy__content-text {
    font-size: 1.4rem;
  }
}

.p-recruit-philosophy__content-logo {
  width: 16rem;
  margin-top: 12rem;
}
@media (max-width: 1023px) {
  .p-recruit-philosophy__content-logo {
    margin-top: 8rem;
  }
}
@media (max-width: 1023px) {
  .p-recruit-philosophy__content-logo {
    width: 12rem;
    margin-top: 6rem;
  }
}

.p-recruit-philosophy__vis {
  position: relative;
  width: 50%;
  padding: 0 2rem;
}
@media (max-width: 1023px) {
  .p-recruit-philosophy__vis {
    width: 100%;
    height: 68rem;
    padding: 0;
    margin-top: 10rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-philosophy__vis {
    height: 40.5rem;
  }
}

.p-recruit-philosophy__vis-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .p-recruit-philosophy__vis-wrapper {
    position: static;
    width: initial;
    padding: 0;
    margin: 0 -2rem;
  }
}

.p-recruit-philosophy__vis-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0;
  -webkit-animation: marqueeUp 50s linear infinite;
          animation: marqueeUp 50s linear infinite;
  will-change: transform;
}
@media (max-width: 1023px) {
  .p-recruit-philosophy__vis-col {
    -webkit-animation: marqueeUp 30s linear infinite;
            animation: marqueeUp 30s linear infinite;
  }
}

.p-recruit-philosophy__vis-item {
  aspect-ratio: 16/9;
}

/* ================================================
.p-recruit-feature
================================================ */
.p-recruit-feature {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
@media (max-width: 1023px) {
  .p-recruit-feature {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-feature {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.p-recruit-feature__header {
  padding-bottom: 5rem;
  text-align: center;
}

.p-recruit-feature__sub-heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-bottom: 2.8rem;
  font-family: var(--font-family-eng);
  color: var(--color-orange);
}
@media (max-width: 1023px) {
  .p-recruit-feature__sub-heading {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-feature__sub-heading {
    margin-bottom: 2rem;
    font-size: 1.2rem;
  }
}

.p-recruit-feature__heading {
  width: 72rem;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .p-recruit-feature__heading {
    width: 50.4rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-feature__heading {
    width: 25.8rem;
  }
}

.p-recruit-feature__heading-item--sp {
  display: none;
}
@media (max-width: 767px) {
  .p-recruit-feature__heading-item--pc {
    display: none;
  }
  .p-recruit-feature__heading-item--sp {
    display: block;
  }
}

.p-recruit-feature__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 13rem;
}
@media (max-width: 1023px) {
  .p-recruit-feature__content {
    row-gap: 7rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-feature__content {
    row-gap: 4.5rem;
  }
}

.p-recruit-feature__content-item {
  position: relative;
  padding-top: 5rem;
}

.p-recruit-feature__content-bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 1rem;
  height: 14.8rem;
  background-color: var(--color-orange);
}
[data-reverse] .p-recruit-feature__content-bar {
  right: 0;
  left: auto;
}
@media (max-width: 1023px) {
  .p-recruit-feature__content-bar {
    width: 0.5rem;
    height: 11rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-feature__content-bar {
    height: 8rem;
  }
}

.p-recruit-feature__content-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -2rem;
}
[data-reverse] .p-recruit-feature__content-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .p-recruit-feature__content-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    max-width: 100%;
    margin: 0;
  }
  [data-reverse] .p-recruit-feature__content-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-recruit-feature__content-col-image {
  position: relative;
  z-index: 0;
  width: 50%;
  padding: 0 2rem;
}
[data-feature="2"] .p-recruit-feature__content-col-image {
  width: 41.6666666667%;
}
[data-feature="3"] .p-recruit-feature__content-col-image {
  width: 66.66666%;
}
[data-feature="4"] .p-recruit-feature__content-col-image {
  width: 41.6666666667%;
}
@media (max-width: 1023px) {
  .p-recruit-feature__content-col-image {
    width: 70%;
    padding: 0;
  }
  [data-feature="2"] .p-recruit-feature__content-col-image {
    width: 70%;
  }
  [data-feature="3"] .p-recruit-feature__content-col-image {
    width: 100%;
  }
  [data-feature="4"] .p-recruit-feature__content-col-image {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .p-recruit-feature__content-col-image {
    width: 90%;
    padding: 0;
  }
  [data-feature="2"] .p-recruit-feature__content-col-image {
    width: 80%;
  }
  [data-feature="3"] .p-recruit-feature__content-col-image {
    width: 100%;
  }
  [data-feature="4"] .p-recruit-feature__content-col-image {
    width: 90%;
  }
}

.p-recruit-feature__content-col-body {
  position: relative;
  z-index: 1;
  width: max(33.33333%, 40rem);
  padding: min(4.1666666667vw, 6rem) 2rem 0;
}
@media (max-width: 1023px) {
  .p-recruit-feature__content-col-body {
    width: 70%;
    padding: 0;
    margin-top: -3rem;
  }
  [data-feature="2"] .p-recruit-feature__content-col-body {
    width: 70%;
  }
  [data-feature="3"] .p-recruit-feature__content-col-body {
    width: 70%;
  }
  [data-feature="4"] .p-recruit-feature__content-col-body {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .p-recruit-feature__content-col-body {
    width: 90%;
    margin-top: -2rem;
  }
  [data-feature="2"] .p-recruit-feature__content-col-body {
    width: 90%;
  }
  [data-feature="3"] .p-recruit-feature__content-col-body {
    width: 90%;
  }
  [data-feature="4"] .p-recruit-feature__content-col-body {
    width: 90%;
  }
}

.p-recruit-feature__content-number {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--font-family-eng);
  color: var(--color-orange);
  -webkit-transform: translate(-5rem, -5rem);
          transform: translate(-5rem, -5rem);
}
[data-reverse] .p-recruit-feature__content-number {
  right: 0;
  left: auto;
  -webkit-transform: translate(5rem, -5rem);
          transform: translate(5rem, -5rem);
}
[data-feature="3"] .p-recruit-feature__content-number {
  -webkit-transform: translate(8rem, -5rem);
          transform: translate(8rem, -5rem);
}
@media (max-width: 1023px) {
  [data-feature="3"] .p-recruit-feature__content-number {
    -webkit-transform: translate(3rem, -5rem);
            transform: translate(3rem, -5rem);
  }
}
@media (max-width: 1023px) {
  .p-recruit-feature__content-number {
    -webkit-transform: translate(-3rem, -5rem);
            transform: translate(-3rem, -5rem);
  }
  [data-reverse] .p-recruit-feature__content-number {
    -webkit-transform: translate(3rem, -5rem);
            transform: translate(3rem, -5rem);
  }
  [data-feature="3"] .p-recruit-feature__content-number {
    -webkit-transform: translate(0, -5rem);
            transform: translate(0, -5rem);
  }
}

.p-recruit-feature__content-number-sub {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16em;
  font-size: min(0.9722222222vw, 1.4rem);
}
@media (max-width: 1023px) {
  .p-recruit-feature__content-number-sub {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-feature__content-number-sub {
    font-size: 1rem;
  }
}

.p-recruit-feature__content-number-main {
  font-size: 15rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  margin-top: -0.8rem;
  font-size: min(10.4166666667vw, 15rem);
}
@media (max-width: 1023px) {
  .p-recruit-feature__content-number-main {
    margin-top: -0.6rem;
    font-size: 9rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-feature__content-number-main {
    margin-top: -0.4rem;
    font-size: 7.5rem;
  }
}

.p-recruit-feature__content-image {
  position: relative;
  z-index: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: opacity;
}
.is-onscreen .p-recruit-feature__content-image {
  opacity: 1;
}
@media (max-width: 1023px) {
  .p-recruit-feature__content-image {
    margin-right: calc(var(--site-padding) * -1);
  }
  [data-reverse] .p-recruit-feature__content-image {
    margin-right: 0;
    margin-left: calc(var(--site-padding) * -1);
  }
  [data-feature="3"] .p-recruit-feature__content-image {
    margin-left: calc(var(--site-padding) * -1);
  }
}

.p-recruit-feature__content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: min(3.4722222222vw, 5rem);
  margin-left: -11rem;
  border-bottom: solid 3px var(--color-orange);
}
[data-reverse] .p-recruit-feature__content-header {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: -11rem;
  margin-left: 0;
}
@media (max-width: 1023px) {
  .p-recruit-feature__content-header {
    padding-bottom: 3.6rem;
    margin-left: 0;
  }
  [data-reverse] .p-recruit-feature__content-header {
    margin-right: 0;
    margin-left: 0;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .p-recruit-feature__content-header {
    padding-bottom: 2.4rem;
    font-size: 1rem;
  }
}

.p-recruit-feature__content-heading {
  font-size: 7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  top: 0;
  right: 0;
  font-family: var(--font-family-eng);
  font-size: min(4.8611111111vw, 7rem);
  color: var(--color-orange);
}
@media (max-width: 1023px) {
  .p-recruit-feature__content-heading {
    font-size: 5.6rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-feature__content-heading {
    font-size: 4.2rem;
  }
}

.p-recruit-feature__content-copy {
  margin-top: 2rem;
}
@media (max-width: 1023px) {
  .p-recruit-feature__content-copy {
    margin-top: 1.2rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-feature__content-copy {
    margin-top: 0.8rem;
  }
}

.p-recruit-feature__content-body {
  padding-top: min(3.4722222222vw, 5rem);
  padding-left: min(1.3888888889vw, 2rem);
}
[data-reverse] .p-recruit-feature__content-body {
  padding-right: min(1.3888888889vw, 2rem);
  padding-left: 0;
}
@media (max-width: 1023px) {
  .p-recruit-feature__content-body {
    padding-top: 3.6rem;
    padding-left: 0;
  }
  [data-reverse] .p-recruit-feature__content-body {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .p-recruit-feature__content-body {
    padding-top: 2.4rem;
    padding-left: 0;
  }
}

.p-recruit-feature__content-term {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.p-recruit-feature__content-term span {
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .p-recruit-feature__content-term {
    font-size: 1.8rem;
  }
  .p-recruit-feature__content-term span {
    font-size: 1.3rem;
  }
}

.p-recruit-feature__content-desc {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-top: 2.4rem;
  text-align: justify;
}
.p-recruit-feature__content-desc li {
  position: relative;
  padding-left: 1em;
}
.p-recruit-feature__content-desc li::before {
  position: absolute;
  top: 0;
  left: 0.2rem;
  font-weight: bold;
  content: "・";
}
@media (max-width: 767px) {
  .p-recruit-feature__content-desc {
    margin-top: 2rem;
  }
}

/* ================================================
.p-recruit-interview
================================================ */
.p-recruit-interview {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-color: var(--color-bg-light-gray);
}
@media (max-width: 1023px) {
  .p-recruit-interview {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-interview {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.p-recruit-interview__header {
  padding-bottom: 8rem;
  text-align: center;
}
@media (max-width: 1023px) {
  .p-recruit-interview__header {
    padding-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-interview__header {
    padding-bottom: 6rem;
  }
}

.p-recruit-interview__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.p-recruit-interview__heading-main {
  font-size: 7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 2rem;
  font-family: var(--font-family-eng);
  color: var(--color-orange);
}
@media (max-width: 1023px) {
  .p-recruit-interview__heading-main {
    margin-bottom: 1.6rem;
    font-size: 5.6rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-interview__heading-main {
    margin-bottom: 1.2rem;
    font-size: 3.2rem;
  }
}

.p-recruit-interview__heading-sub {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  .p-recruit-interview__heading-sub {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-interview__heading-sub {
    font-size: 1.6rem;
  }
}

.p-recruit-interview__body {
  max-width: 108rem;
  margin: 0 auto;
}

.p-recruit-interview__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10rem;
}
@media (max-width: 1023px) {
  .p-recruit-interview__content {
    row-gap: 8rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-interview__content {
    row-gap: 6rem;
  }
}

.p-recruit-interview__content-item {
  position: relative;
}

.p-recruit-interview__content-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -3rem;
}
[data-reverse] .p-recruit-interview__content-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .p-recruit-interview__content-row {
    margin: 0 -2rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-interview__content-row {
    display: block;
    margin: 0;
  }
}

.p-recruit-interview__content-col-image {
  position: relative;
  z-index: 0;
  width: 60%;
  padding: 0 3rem;
}
@media (max-width: 1023px) {
  .p-recruit-interview__content-col-image {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-interview__content-col-image {
    width: 100%;
    padding: 0;
  }
}

.p-recruit-interview__content-image {
  position: relative;
  z-index: 0;
  aspect-ratio: 1/1;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: opacity;
}
.is-onscreen .p-recruit-interview__content-image {
  opacity: 1;
}
@media (max-width: 1023px) {
  .p-recruit-interview__content-image {
    aspect-ratio: 1/1.2;
  }
}
@media (max-width: 767px) {
  .p-recruit-interview__content-image {
    aspect-ratio: 1/1;
    margin: 0 -1.5rem;
  }
}

.p-recruit-interview__content-image-pict {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: transform;
}
@media (hover: hover) and (pointer: fine) {
  a:hover .p-recruit-interview__content-image-pict {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-recruit-interview__content-col-body {
  width: 40%;
  padding: 4rem 7rem 0 3rem;
}
[data-reverse] .p-recruit-interview__content-col-body {
  padding: 4rem 3rem 0 7rem;
}
@media (max-width: 1023px) {
  .p-recruit-interview__content-col-body {
    padding: 0 2rem;
  }
  [data-reverse] .p-recruit-interview__content-col-body {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-interview__content-col-body {
    width: 100%;
    padding: 0;
    margin-top: -13rem;
  }
  [data-reverse] .p-recruit-interview__content-col-body {
    padding: 0;
  }
}

.p-recruit-interview__content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
[data-reverse] .p-recruit-interview__content-header {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-recruit-interview__content-number {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: var(--font-family-eng);
  color: var(--color-orange);
}

.p-recruit-interview__content-number-sub {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16em;
  font-size: min(1.3888888889vw, 2rem);
}
@media (max-width: 1023px) {
  .p-recruit-interview__content-number-sub {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-interview__content-number-sub {
    font-size: 1rem;
  }
}

.p-recruit-interview__content-number-main {
  font-size: 15rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  margin-top: -0.8rem;
  font-size: min(10.4166666667vw, 15rem);
}
@media (max-width: 1023px) {
  .p-recruit-interview__content-number-main {
    margin-top: -0.6rem;
    font-size: 9rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-interview__content-number-main {
    margin-top: -0.4rem;
    font-size: 7.5rem;
  }
}

.p-recruit-interview__content-copy {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 5rem;
}
[data-reverse] .p-recruit-interview__content-copy {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1023px) {
  .p-recruit-interview__content-copy {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-interview__content-copy {
    margin-top: 1rem;
  }
}

.p-recruit-interview__content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10rem;
}
@media (max-width: 1023px) {
  .p-recruit-interview__content-body {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-interview__content-body {
    margin-top: 3rem;
  }
}

.p-recruit-interview__content-prof-name {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 1rem;
  font-family: var(--font-family-eng);
  color: var(--color-orange);
  border-bottom: solid 1px var(--color-orange);
}
@media (max-width: 1023px) {
  .p-recruit-interview__content-prof-name {
    font-size: 1.6rem;
  }
}

.p-recruit-interview__content-prof-info {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.4rem;
  margin-top: 1.6rem;
}
@media (max-width: 767px) {
  .p-recruit-interview__content-prof-info {
    row-gap: 0.2rem;
  }
}

.p-recruit-interview__content-prof-info-term {
  width: 6rem;
  font-weight: 500 !important;
}

.p-recruit-interview__content-prof-info-desc {
  width: calc(100% - 6rem);
  font-weight: 500 !important;
}

.p-recruit-interview__content-button {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: 4rem;
}
[data-reverse] .p-recruit-interview__content-button {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 1023px) {
  .p-recruit-interview__content-button {
    margin-top: 3rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-interview__content-button {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 2rem;
  }
}

/* ================================================
.p-recruit-job
================================================ */
.p-recruit-job {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
@media (max-width: 1023px) {
  .p-recruit-job {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-job {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.p-recruit-job__header {
  padding-bottom: 10rem;
  text-align: center;
}
@media (max-width: 1023px) {
  .p-recruit-job__header {
    padding-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-job__header {
    padding-bottom: 6rem;
  }
}

.p-recruit-job__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.p-recruit-job__heading-main {
  font-size: 7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 2rem;
  font-family: var(--font-family-eng);
  color: var(--color-orange);
}
@media (max-width: 1023px) {
  .p-recruit-job__heading-main {
    margin-bottom: 1.6rem;
    font-size: 5.6rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-job__heading-main {
    margin-bottom: 1.2rem;
    font-size: 3.2rem;
  }
}

.p-recruit-job__heading-sub {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  .p-recruit-job__heading-sub {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-job__heading-sub {
    font-size: 1.6rem;
  }
}

.p-recruit-job__body {
  max-width: 108rem;
  margin: 0 auto;
}

.p-recruit-job__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10rem;
}
@media (max-width: 1023px) {
  .p-recruit-job__content {
    row-gap: 6rem;
  }
}

.p-recruit-job__content-item {
  position: relative;
}

.p-recruit-job__content-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -3rem;
}
[data-reverse] .p-recruit-job__content-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  .p-recruit-job__content-row {
    margin: 0 -1.5rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-job__content-row {
    display: block;
    margin: 0;
  }
}

.p-recruit-job__content-col-image {
  position: relative;
  z-index: 0;
  width: 50%;
  padding: 0 3rem;
}
@media (max-width: 1023px) {
  .p-recruit-job__content-col-image {
    padding: 0 1.5rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-job__content-col-image {
    width: 100%;
    padding: 0;
  }
}

.p-recruit-job__content-image {
  position: relative;
  z-index: 0;
  aspect-ratio: 3/2;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: opacity;
}
.is-onscreen .p-recruit-job__content-image {
  opacity: 1;
}
@media (max-width: 1023px) {
  .p-recruit-job__content-image {
    aspect-ratio: 1/1;
  }
}
@media (max-width: 767px) {
  .p-recruit-job__content-image {
    aspect-ratio: 3/2;
  }
}

.p-recruit-job__content-image-pict {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: transform;
}
@media (hover: hover) and (pointer: fine) {
  a:hover .p-recruit-job__content-image-pict {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.p-recruit-job__content-col-body {
  width: 50%;
  padding: 0 3rem;
}
@media (max-width: 1023px) {
  .p-recruit-job__content-col-body {
    padding: 0 1.5rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-job__content-col-body {
    width: 100%;
    padding: 2.5rem 0 0 0;
  }
}

.p-recruit-job__content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-recruit-job__content-number {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16em;
  position: relative;
  font-family: var(--font-family-eng);
  color: var(--color-orange);
}
@media (max-width: 1023px) {
  .p-recruit-job__content-number {
    font-size: 1.5rem;
  }
}

.p-recruit-job__content-copy {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2.4rem;
}
@media (max-width: 1023px) {
  .p-recruit-job__content-copy {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-job__content-copy {
    margin-top: 1rem;
  }
}

.p-recruit-job__content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 6rem;
}
@media (max-width: 1023px) {
  .p-recruit-job__content-body {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-job__content-body {
    margin-top: 3rem;
  }
}

.p-recruit-job__content-info-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
}

.p-recruit-job__content-info-category-item {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0.8rem 1rem;
  white-space: nowrap;
  border-radius: 3rem;
}
.p-recruit-job__content-info-category-item[data-type=employment] {
  color: #fff;
  background-color: #000;
}
.p-recruit-job__content-info-category-item[data-type=occupation] {
  background-color: #fff;
}
@media (max-width: 1023px) {
  .p-recruit-job__content-info-category-item {
    padding: 0.4rem 0.8rem;
    font-size: 1.1rem;
  }
}

.p-recruit-job__content-info-info {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.4rem;
  margin-top: 1.2rem;
}
@media (max-width: 1023px) {
  .p-recruit-job__content-info-info {
    row-gap: 0.3rem;
    margin-top: 1rem;
    font-size: 1.3rem;
  }
}

.p-recruit-job__content-info-info-term {
  width: 7.5rem;
  opacity: 0.5;
}
@media (max-width: 1023px) {
  .p-recruit-job__content-info-info-term {
    width: 6rem;
  }
}

.p-recruit-job__content-info-info-desc {
  width: calc(100% - 7.5rem);
}
@media (max-width: 1023px) {
  .p-recruit-job__content-info-info-desc {
    width: calc(100% - 6rem);
  }
}

.p-recruit-job__content-button {
  margin-top: 3rem;
}
@media (max-width: 1023px) {
  .p-recruit-job__content-button {
    margin-top: 2rem;
  }
}

.p-recruit-job__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8rem;
}
@media (max-width: 1023px) {
  .p-recruit-job__more {
    margin-top: 6rem;
  }
}

/* ================================================
.p-recruit-entry
================================================ */
.p-recruit-entry {
  padding: 16.5rem 0;
  background: var(--color-gradient);
}
@media (max-width: 1023px) {
  .p-recruit-entry {
    padding: 12rem 0;
  }
}
@media (max-width: 767px) {
  .p-recruit-entry {
    padding: 8rem 0;
  }
}

.p-recruit-entry__box {
  position: relative;
  max-width: 106rem;
  height: 48rem;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .p-recruit-entry__box {
    height: 36rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-entry__box {
    height: 28rem;
  }
}

.p-recruit-entry__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-bottom: 6rem;
  color: #fff;
}
.p-recruit-entry__link:hover {
  color: #fff;
}
@media (max-width: 1023px) {
  .p-recruit-entry__link {
    padding-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-entry__link {
    padding-bottom: 2.5rem;
  }
}

.p-recruit-entry__heading {
  font-size: 10rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.3em;
  margin-left: 0.3em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .p-recruit-entry__heading {
    font-size: 8rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-entry__heading {
    font-size: 6rem;
  }
}

.p-recruit-entry__button {
  position: relative;
  width: 100%;
  max-width: 66rem;
  padding-top: 0.8rem;
  padding-bottom: 2.5rem;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 1023px) {
  .p-recruit-entry__button {
    max-width: 46rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-entry__button {
    max-width: 29.5rem;
  }
}

.p-recruit-entry__button-label {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (max-width: 1023px) {
  .p-recruit-entry__button-label {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .p-recruit-entry__button-label {
    font-size: 1.6rem;
  }
}

.p-recruit-entry__button-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.p-recruit-entry__button-border {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.5rem;
  background-color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  a:hover .p-recruit-entry__button-border {
    -webkit-animation: forward 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
            animation: forward 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
}

.p-recruit-entry__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  mix-blend-mode: soft-light;
}

.p-recruit-entry__image-item {
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 1.2s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 1.2s cubic-bezier(0.33, 1, 0.68, 1);
  will-change: transform;
}
@media (hover: hover) and (pointer: fine) {
  a:hover .p-recruit-entry__image-item {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/* ---------------------------------------------------------

Utility

--------------------------------------------------------- */
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes marquee2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes marquee2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes marqueeUp {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes marqueeUp {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes marqueeDown {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes marqueeDown {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes up {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(0%, -100%);
            transform: translate(0%, -100%);
  }
  30.1% {
    -webkit-transform: translate(0%, 100%);
            transform: translate(0%, 100%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@keyframes up {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(0%, -100%);
            transform: translate(0%, -100%);
  }
  30.1% {
    -webkit-transform: translate(0%, 100%);
            transform: translate(0%, 100%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@-webkit-keyframes down {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(0%, 100%);
            transform: translate(0%, 100%);
  }
  30.1% {
    -webkit-transform: translate(0%, -100%);
            transform: translate(0%, -100%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@keyframes down {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(0%, 100%);
            transform: translate(0%, 100%);
  }
  30.1% {
    -webkit-transform: translate(0%, -100%);
            transform: translate(0%, -100%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@-webkit-keyframes forward {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(110%, 0);
            transform: translate(110%, 0);
  }
  30.1% {
    -webkit-transform: translate(-110%, 0);
            transform: translate(-110%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@keyframes forward {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(110%, 0);
            transform: translate(110%, 0);
  }
  30.1% {
    -webkit-transform: translate(-110%, 0);
            transform: translate(-110%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@-webkit-keyframes backward {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(-110%, 0);
            transform: translate(-110%, 0);
  }
  30.1% {
    -webkit-transform: translate(110%, 0);
            transform: translate(110%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@keyframes backward {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(-110%, 0);
            transform: translate(-110%, 0);
  }
  30.1% {
    -webkit-transform: translate(110%, 0);
            transform: translate(110%, 0);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@-webkit-keyframes left-in {
  0% {
    visibility: visible;
    -webkit-transform: translateX(-102%);
            transform: translateX(-102%);
  }
  100% {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes left-in {
  0% {
    visibility: visible;
    -webkit-transform: translateX(-102%);
            transform: translateX(-102%);
  }
  100% {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes left-in-out {
  0% {
    visibility: visible;
    -webkit-transform: translateX(-102%);
            transform: translateX(-102%);
  }
  49% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
}
@keyframes left-in-out {
  0% {
    visibility: visible;
    -webkit-transform: translateX(-102%);
            transform: translateX(-102%);
  }
  49% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
}
@-webkit-keyframes right-out {
  0% {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
}
@keyframes right-out {
  0% {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
}
@-webkit-keyframes right-in {
  0% {
    visibility: visible;
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
  100% {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes right-in {
  0% {
    visibility: visible;
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
  100% {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes left-out {
  0% {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-102%);
            transform: translateX(-102%);
  }
}
@keyframes left-out {
  0% {
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-102%);
            transform: translateX(-102%);
  }
}
@-webkit-keyframes up-in {
  0% {
    -webkit-transform: translateY(-102%);
            transform: translateY(-102%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes up-in {
  0% {
    -webkit-transform: translateY(-102%);
            transform: translateY(-102%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes up-out {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-102%);
            transform: translateY(-102%);
  }
}
@keyframes up-out {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-102%);
            transform: translateY(-102%);
  }
}
@-webkit-keyframes down-in {
  0% {
    -webkit-transform: translateY(102%);
            transform: translateY(102%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes down-in {
  0% {
    -webkit-transform: translateY(102%);
            transform: translateY(102%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes down-in2 {
  0% {
    -webkit-transform: translateY(102%);
            transform: translateY(102%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes down-in2 {
  0% {
    -webkit-transform: translateY(102%);
            transform: translateY(102%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes down-out {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(102%);
            transform: translateY(102%);
  }
}
@keyframes down-out {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(102%);
            transform: translateY(102%);
  }
}
@-webkit-keyframes right-fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-4rem);
            transform: translateX(-4rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes right-fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-4rem);
            transform: translateX(-4rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes right-fadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(4rem);
            transform: translateX(4rem);
  }
}
@keyframes right-fadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(4rem);
            transform: translateX(4rem);
  }
}
@-webkit-keyframes up-fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(6rem);
            transform: translateY(6rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes up-fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(6rem);
            transform: translateY(6rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes up-fadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-6rem);
            transform: translateY(-6rem);
  }
}
@keyframes up-fadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-6rem);
            transform: translateY(-6rem);
  }
}
@-webkit-keyframes circle-in {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  100% {
    stroke-dashoffset: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@keyframes circle-in {
  0% {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  100% {
    stroke-dashoffset: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@-webkit-keyframes circle-out {
  0% {
    stroke-dashoffset: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}
@keyframes circle-out {
  0% {
    stroke-dashoffset: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}
@-webkit-keyframes diagonal {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(110%, -110%);
            transform: translate(110%, -110%);
  }
  30.1% {
    -webkit-transform: translate(-110%, 110%);
            transform: translate(-110%, 110%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@keyframes diagonal {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  30% {
    -webkit-transform: translate(110%, -110%);
            transform: translate(110%, -110%);
  }
  30.1% {
    -webkit-transform: translate(-110%, 110%);
            transform: translate(-110%, 110%);
  }
  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
/* =========================================================
object-fit
========================================================= */
.u-object-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =========================================================
margin
========================================================= */
.u-m-0 {
  margin: 0 !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

/* =========================================================
justify content
========================================================= */
.u-jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* =========================================================
text-align
========================================================= */
.u-ta-l {
  text-align: left;
}

.u-ta-r {
  text-align: right;
}

.u-ta-c {
  text-align: center;
}

.u-ta-j {
  text-align: justify;
}

/* =========================================================
object-position
========================================================= */
.u-op-l {
  -o-object-position: left center;
     object-position: left center;
}

.u-op-r {
  -o-object-position: right center;
     object-position: right center;
}

.u-op-t {
  -o-object-position: top center;
     object-position: top center;
}

.u-op-b {
  -o-object-position: bottom center;
     object-position: bottom center;
}

/* =========================================================
display
========================================================= */
.u-sp-block {
  display: none;
}
@media (max-width: 767px) {
  .u-sp-block {
    display: block;
  }
}

.u-sp-tablet-block {
  display: none;
}
@media (max-width: 1023px) {
  .u-sp-tablet-block {
    display: block;
  }
}

.u-pc-block {
  display: block;
}
@media (max-width: 1023px) {
  .u-pc-block {
    display: none;
  }
}

.u-pc-tablet-block {
  display: block;
}
@media (max-width: 767px) {
  .u-pc-tablet-block {
    display: none;
  }
}

.u-tablet-block {
  display: none;
}
@media (max-width: 1023px) {
  .u-tablet-block {
    display: block;
  }
}
@media (max-width: 767px) {
  .u-tablet-block {
    display: none;
  }
}

.u-sp-inline {
  display: none !important;
}
@media (max-width: 767px) {
  .u-sp-inline {
    display: inline !important;
  }
}

.u-sp-tablet-inline {
  display: none !important;
}
@media (max-width: 1023px) {
  .u-sp-tablet-inline {
    display: inline !important;
  }
}

.u-pc-inline {
  display: inline !important;
}
@media (max-width: 1023px) {
  .u-pc-inline {
    display: none !important;
  }
}

.u-pc-tablet-inline {
  display: inline !important;
}
@media (max-width: 767px) {
  .u-pc-tablet-inline {
    display: none !important;
  }
}

.u-tablet-inline {
  display: none;
}
@media (max-width: 1023px) {
  .u-tablet-inline {
    display: inline;
  }
}
@media (max-width: 767px) {
  .u-tablet-inline {
    display: none;
  }
}

.u-sp-inlineblock {
  display: none;
}
@media (max-width: 767px) {
  .u-sp-inlineblock {
    display: inline-block;
  }
}

.u-sp-tablet-inlineblock {
  display: none;
}
@media (max-width: 1023px) {
  .u-sp-tablet-inlineblock {
    display: inline-block;
  }
}

.u-pc-inlineblock {
  display: inline-block;
}
@media (max-width: 1023px) {
  .u-pc-inlineblock {
    display: none;
  }
}

.u-pc-tablet-inlineblock {
  display: inline-block;
}
@media (max-width: 767px) {
  .u-pc-tablet-inlineblock {
    display: none;
  }
}

.u-tablet-inlineblock {
  display: none;
}
@media (max-width: 1023px) {
  .u-tablet-inlineblock {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .u-tablet-inlineblock {
    display: none;
  }
}

/* =========================================================
transition-delay
========================================================= */
.is-onscreen .u-delay-004 {
  -webkit-transition-delay: 0.04s !important;
          transition-delay: 0.04s !important;
  -webkit-animation-delay: 0.04s !important;
          animation-delay: 0.04s !important;
}
.is-onscreen .u-delay-005 {
  -webkit-transition-delay: 0.05s !important;
          transition-delay: 0.05s !important;
  -webkit-animation-delay: 0.05s !important;
          animation-delay: 0.05s !important;
}
.is-onscreen .u-delay-008 {
  -webkit-transition-delay: 0.08s !important;
          transition-delay: 0.08s !important;
  -webkit-animation-delay: 0.08s !important;
          animation-delay: 0.08s !important;
}
.is-onscreen .u-delay-010 {
  -webkit-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}
.is-onscreen .u-delay-012 {
  -webkit-transition-delay: 0.12s !important;
          transition-delay: 0.12s !important;
  -webkit-animation-delay: 0.12s !important;
          animation-delay: 0.12s !important;
}
.is-onscreen .u-delay-015 {
  -webkit-transition-delay: 0.15s !important;
          transition-delay: 0.15s !important;
  -webkit-animation-delay: 0.15s !important;
          animation-delay: 0.15s !important;
}
.is-onscreen .u-delay-016 {
  -webkit-transition-delay: 0.16s !important;
          transition-delay: 0.16s !important;
  -webkit-animation-delay: 0.16s !important;
          animation-delay: 0.16s !important;
}
.is-onscreen .u-delay-020 {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}
.is-onscreen .u-delay-024 {
  -webkit-transition-delay: 0.24s !important;
          transition-delay: 0.24s !important;
  -webkit-animation-delay: 0.24s !important;
          animation-delay: 0.24s !important;
}
.is-onscreen .u-delay-025 {
  -webkit-transition-delay: 0.25s !important;
          transition-delay: 0.25s !important;
  -webkit-animation-delay: 0.25s !important;
          animation-delay: 0.25s !important;
}
.is-onscreen .u-delay-028 {
  -webkit-transition-delay: 0.28s !important;
          transition-delay: 0.28s !important;
  -webkit-animation-delay: 0.28s !important;
          animation-delay: 0.28s !important;
}
.is-onscreen .u-delay-030 {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}
.is-onscreen .u-delay-032 {
  -webkit-transition-delay: 0.32s !important;
          transition-delay: 0.32s !important;
  -webkit-animation-delay: 0.32s !important;
          animation-delay: 0.32s !important;
}
.is-onscreen .u-delay-035 {
  -webkit-transition-delay: 0.35s !important;
          transition-delay: 0.35s !important;
  -webkit-animation-delay: 0.35s !important;
          animation-delay: 0.35s !important;
}
.is-onscreen .u-delay-036 {
  -webkit-transition-delay: 0.36s !important;
          transition-delay: 0.36s !important;
  -webkit-animation-delay: 0.36s !important;
          animation-delay: 0.36s !important;
}
.is-onscreen .u-delay-040 {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}
.is-onscreen .u-delay-044 {
  -webkit-transition-delay: 0.44s !important;
          transition-delay: 0.44s !important;
  -webkit-animation-delay: 0.44s !important;
          animation-delay: 0.44s !important;
}
.is-onscreen .u-delay-045 {
  -webkit-transition-delay: 0.45s !important;
          transition-delay: 0.45s !important;
  -webkit-animation-delay: 0.45s !important;
          animation-delay: 0.45s !important;
}
.is-onscreen .u-delay-048 {
  -webkit-transition-delay: 0.48s !important;
          transition-delay: 0.48s !important;
  -webkit-animation-delay: 0.48s !important;
          animation-delay: 0.48s !important;
}
.is-onscreen .u-delay-050 {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}
.is-onscreen .u-delay-052 {
  -webkit-transition-delay: 0.52s !important;
          transition-delay: 0.52s !important;
  -webkit-animation-delay: 0.52s !important;
          animation-delay: 0.52s !important;
}
.is-onscreen .u-delay-055 {
  -webkit-transition-delay: 0.55s !important;
          transition-delay: 0.55s !important;
  -webkit-animation-delay: 0.55s !important;
          animation-delay: 0.55s !important;
}
.is-onscreen .u-delay-056 {
  -webkit-transition-delay: 0.56s !important;
          transition-delay: 0.56s !important;
  -webkit-animation-delay: 0.56s !important;
          animation-delay: 0.56s !important;
}
.is-onscreen .u-delay-060 {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}
.is-onscreen .u-delay-064 {
  -webkit-transition-delay: 0.64s !important;
          transition-delay: 0.64s !important;
  -webkit-animation-delay: 0.64s !important;
          animation-delay: 0.64s !important;
}
.is-onscreen .u-delay-065 {
  -webkit-transition-delay: 0.65s !important;
          transition-delay: 0.65s !important;
  -webkit-animation-delay: 0.65s !important;
          animation-delay: 0.65s !important;
}
.is-onscreen .u-delay-068 {
  -webkit-transition-delay: 0.68s !important;
          transition-delay: 0.68s !important;
  -webkit-animation-delay: 0.68s !important;
          animation-delay: 0.68s !important;
}
.is-onscreen .u-delay-070 {
  -webkit-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important;
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}
.is-onscreen .u-delay-072 {
  -webkit-transition-delay: 0.72s !important;
          transition-delay: 0.72s !important;
  -webkit-animation-delay: 0.72s !important;
          animation-delay: 0.72s !important;
}
.is-onscreen .u-delay-075 {
  -webkit-transition-delay: 0.75s !important;
          transition-delay: 0.75s !important;
  -webkit-animation-delay: 0.75s !important;
          animation-delay: 0.75s !important;
}
.is-onscreen .u-delay-076 {
  -webkit-transition-delay: 0.76s !important;
          transition-delay: 0.76s !important;
  -webkit-animation-delay: 0.76s !important;
          animation-delay: 0.76s !important;
}
.is-onscreen .u-delay-080 {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}
.is-onscreen .u-delay-085 {
  -webkit-transition-delay: 0.85s !important;
          transition-delay: 0.85s !important;
  -webkit-animation-delay: 0.85s !important;
          animation-delay: 0.85s !important;
}
.is-onscreen .u-delay-090 {
  -webkit-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}
.is-onscreen .u-delay-095 {
  -webkit-transition-delay: 0.95s !important;
          transition-delay: 0.95s !important;
  -webkit-animation-delay: 0.95s !important;
          animation-delay: 0.95s !important;
}
.is-onscreen .u-delay-100 {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}
.is-onscreen .u-delay-105 {
  -webkit-transition-delay: 1.05s !important;
          transition-delay: 1.05s !important;
  -webkit-animation-delay: 1.05s !important;
          animation-delay: 1.05s !important;
}
.is-onscreen .u-delay-110 {
  -webkit-transition-delay: 1.1s !important;
          transition-delay: 1.1s !important;
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}
.is-onscreen .u-delay-105 {
  -webkit-transition-delay: 1.05s !important;
          transition-delay: 1.05s !important;
  -webkit-animation-delay: 1.05s !important;
          animation-delay: 1.05s !important;
}
.is-onscreen .u-delay-110 {
  -webkit-transition-delay: 1.1s !important;
          transition-delay: 1.1s !important;
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}
.is-onscreen .u-delay-115 {
  -webkit-transition-delay: 1.15s !important;
          transition-delay: 1.15s !important;
  -webkit-animation-delay: 1.15s !important;
          animation-delay: 1.15s !important;
}
.is-onscreen .u-delay-120 {
  -webkit-transition-delay: 1.2s !important;
          transition-delay: 1.2s !important;
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}
.is-onscreen .u-delay-125 {
  -webkit-transition-delay: 1.25s !important;
          transition-delay: 1.25s !important;
  -webkit-animation-delay: 1.25s !important;
          animation-delay: 1.25s !important;
}
.is-onscreen .u-delay-130 {
  -webkit-transition-delay: 1.3s !important;
          transition-delay: 1.3s !important;
  -webkit-animation-delay: 1.3s !important;
          animation-delay: 1.3s !important;
}
.is-onscreen .u-delay-135 {
  -webkit-transition-delay: 1.35s !important;
          transition-delay: 1.35s !important;
  -webkit-animation-delay: 1.35s !important;
          animation-delay: 1.35s !important;
}
.is-onscreen .u-delay-140 {
  -webkit-transition-delay: 1.4s !important;
          transition-delay: 1.4s !important;
  -webkit-animation-delay: 1.4s !important;
          animation-delay: 1.4s !important;
}
.is-onscreen .u-delay-145 {
  -webkit-transition-delay: 1.45s !important;
          transition-delay: 1.45s !important;
  -webkit-animation-delay: 1.45s !important;
          animation-delay: 1.45s !important;
}
.is-onscreen .u-delay-150 {
  -webkit-transition-delay: 1.5s !important;
          transition-delay: 1.5s !important;
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}
.is-onscreen .u-delay-155 {
  -webkit-transition-delay: 1.55s !important;
          transition-delay: 1.55s !important;
  -webkit-animation-delay: 1.55s !important;
          animation-delay: 1.55s !important;
}
.is-onscreen .u-delay-160 {
  -webkit-transition-delay: 1.6s !important;
          transition-delay: 1.6s !important;
  -webkit-animation-delay: 1.6s !important;
          animation-delay: 1.6s !important;
}
.is-onscreen .u-delay-165 {
  -webkit-transition-delay: 1.65s !important;
          transition-delay: 1.65s !important;
  -webkit-animation-delay: 1.65s !important;
          animation-delay: 1.65s !important;
}
.is-onscreen .u-delay-170 {
  -webkit-transition-delay: 1.7s !important;
          transition-delay: 1.7s !important;
  -webkit-animation-delay: 1.7s !important;
          animation-delay: 1.7s !important;
}

/* =========================================================
youtube
========================================================= */
.u-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.u-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* =========================================================
pointer-events
========================================================= */
.u-hover-shit {
  pointer-events: none;
}

/* =========================================================
onscreen
========================================================= */
.js-fadein {
  opacity: 0;
  -webkit-transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
  transition: all 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.3s;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
}
.js-fadein.is-onscreen {
  opacity: 1 !important;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.is-onscreen .js-fadein {
  opacity: 1 !important;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.u-fadein {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0.1s;
  transition: opacity 0.8s ease 0.1s;
}
.u-fadein.is-onscreen {
  opacity: 1;
}
.is-onscreen .u-fadein {
  opacity: 1;
}

.u-fadeinup {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  transition: opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  transition: transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, opacity 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.u-fadeinup.is-onscreen {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.is-onscreen .u-fadeinup {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}