@charset "UTF-8";
/*! This is reset.css based on 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%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:root {
  --header-height: 60px;
}
@media screen and (min-width: 480px) {
  :root {
    --header-height: 120px;
  }
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  color: var(--wp--preset--color--mono-ultradark);
  font-family: var(--wp--preset--font-family--system-font);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  pointer-events: none;
}
body.--overlay {
  position: relative;
}
body.--overlay::before {
  background-color: unset;
}
@media screen and (min-width: 768px) {
  body.--overlay::before {
    background-color: rgba(0, 121, 193, 0.8);
    z-index: 200;
  }
}

h1, h2, h3, h4, h5 {
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  :where(a) span {
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
    border-bottom: solid 1.5px transparent;
  }
  :where(a):hover span {
    border-color: var(--wp--preset--color--mono-ultradark);
  }
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

nav {
  white-space: nowrap;
}

.l-header {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 3;
  height: var(--header-height);
  margin-inline: auto;
  -webkit-transition: background-color 0.4s, opacity 0.4s, visibility 0.4s, -webkit-transform 0.6s;
  transition: background-color 0.4s, opacity 0.4s, visibility 0.4s, -webkit-transform 0.6s;
  transition: transform 0.6s, background-color 0.4s, opacity 0.4s, visibility 0.4s;
  transition: transform 0.6s, background-color 0.4s, opacity 0.4s, visibility 0.4s, -webkit-transform 0.6s;
  visibility: hidden;
  opacity: 0;
}
.l-header.is-fixed {
  visibility: visible;
  opacity: 1;
}
.l-header.is-hidden-upper {
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  opacity: 0;
}

.l-header__inner {
  position: relative;
  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;
}

.l-header__logo-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}
.l-header__logo-area:active, .l-header__logo-area:visited {
  color: var(--wp--custom--color--mono-ultra-dark);
}
.l-header__logo-area span {
  border: none;
}
@media screen and (min-width: 768px) {
  .l-header__logo-area {
    -webkit-column-gap: 34px;
       -moz-column-gap: 34px;
            column-gap: 34px;
  }
}

.l-header__logo {
  padding: 6px 14px 15px 10px;
  border-radius: 0 0 20px 0;
  background-color: var(--wp--custom--color--white);
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    padding: 20px 13px;
  }
}
.l-header__logo img {
  aspect-ratio: 45/39;
  max-width: 45px;
  width: 45px;
  height: 39px;
}
@media screen and (min-width: 768px) {
  .l-header__logo img {
    aspect-ratio: 92/80;
    max-width: 92px;
    width: 92px;
    height: 80px;
  }
}

.l-header__logo::before {
  position: absolute;
  display: block;
  bottom: -16px;
  left: 0;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("../img/home/subtract.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-header__logo::before {
    bottom: -24px;
    width: 24px;
    height: 24px;
  }
}

.l-header__logo::after {
  position: absolute;
  display: block;
  top: 0px;
  right: -16px;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url("../img/home/subtract.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-header__logo::after {
    right: -24px;
    width: 24px;
    height: 24px;
  }
}

.l-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-end: 12px;
          margin-inline-end: 12px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (min-width: 768px) {
  .l-header__content {
    -webkit-margin-end: 31px;
            margin-inline-end: 31px;
  }
}

.l-header__content.show {
  opacity: 1;
}

.l-header__title {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (min-width: 768px) {
  .l-header__title {
    font-size: 2.2rem;
  }
}
.l-header__title p {
  font-family: var(--wp--preset--font-family--mplus);
  font-weight: 500;
  letter-spacing: 0em;
}
.l-header__title p span {
  display: block;
  font-family: var(--wp--preset--font-family--nunito);
  font-weight: 700;
  letter-spacing: 0.08em;
  -webkit-margin-after: 4px;
          margin-block-end: 4px;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .l-header__title p span {
    font-size: 2.2rem;
  }
}

.l-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.l-header-nav__requirement-btn {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header-nav__requirement-btn {
    display: block;
    overflow: hidden;
    position: relative;
    min-width: 140px;
    border: solid 2px var(--wp--custom--color--brand);
    border-radius: 1000px;
    padding: 20px 38px;
    background-color: var(--wp--custom--color--brand);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--wp--custom--color--white);
  }
  .l-header-nav__requirement-btn:hover {
    color: var(--wp--custom--color--brand);
    border-color: var(--wp--custom--color--brand);
  }
  .l-header-nav__requirement-btn::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    content: "";
    border-radius: 1000px;
    background-color: var(--wp--custom--color--white);
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .l-header-nav__requirement-btn:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

.l-header-nav__requirement-btn-inner {
  position: relative;
  z-index: 1;
  font-family: var(--wp--preset--font-family--mplus);
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  border-bottom: unset;
}

.l-header-nav__hamburger-btn {
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: solid 2px var(--wp--custom--color--eneos-red);
  border-radius: 50%;
  background-color: var(--wp--custom--color--eneos-red);
}
@media screen and (min-width: 768px) {
  .l-header-nav__hamburger-btn {
    width: 60px;
    height: 60px;
  }
}
.l-header-nav__hamburger-btn:hover span {
  background-color: var(--wp--custom--color--eneos-red);
}
.l-header-nav__hamburger-btn::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  content: "";
  border-radius: 1000px;
  background-color: var(--wp--custom--color--white);
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.l-header-nav__hamburger-btn:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.l-header-nav__hamburger-btn span {
  display: block;
  position: absolute;
  z-index: 2;
  background-color: var(--wp--custom--color--white);
  border-radius: 1000px;
  width: 16px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media screen and (min-width: 768px) {
  .l-header-nav__hamburger-btn span {
    width: 26px;
    height: 3px;
  }
}
.l-header-nav__hamburger-btn span:nth-of-type(1) {
  top: 12px;
}
@media screen and (min-width: 768px) {
  .l-header-nav__hamburger-btn span:nth-of-type(1) {
    top: 18.5px;
  }
}
.l-header-nav__hamburger-btn span:nth-of-type(2) {
  top: 18px;
}
@media screen and (min-width: 768px) {
  .l-header-nav__hamburger-btn span:nth-of-type(2) {
    top: 27.5px;
  }
}
.l-header-nav__hamburger-btn span:nth-of-type(3) {
  top: 24px;
}
@media screen and (min-width: 768px) {
  .l-header-nav__hamburger-btn span:nth-of-type(3) {
    top: 36.5px;
  }
}

/* ==========================================================
// トップページFV専用 header
========================================================== */
.l-header.p-home-header {
  display: block;
  visibility: visible;
  opacity: 1;
  position: absolute;
  z-index: 3;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 32px);
}
@media screen and (min-width: 1024px) {
  .l-header.p-home-header {
    width: calc(100% - 40px);
  }
}

.p-home-header__content {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.p-home-header__content.show {
  opacity: 1;
}

.p-home-header__title {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.p-home-header__title.show {
  opacity: 1;
}

/* ==========================================================
// フッター
========================================================== */
/* フッター上段
---------------------------------------------------------*/
.l-footer {
  color: var(--wp--preset--color--white);
  -webkit-margin-before: 120px;
          margin-block-start: 120px;
}
.l-footer a {
  color: var(--wp--preset--color--white);
}

.l-footer__upper {
  border-radius: 40px 40px 0 0;
  background-color: var(--wp--preset--color--brand-light);
  padding-block: 80px 40px;
  padding-inline: 24px;
}
.l-footer__upper a {
  display: inline-block;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  border-bottom: solid 1.5px transparent;
}
.l-footer__upper a:hover {
  border-color: var(--wp--preset--color--white);
}
@media screen and (min-width: 768px) {
  .l-footer__upper {
    padding-block: 80px;
  }
}

.l-footer__upper-inner {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .l-footer__upper-inner {
    -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;
    -webkit-column-gap: 64px;
       -moz-column-gap: 64px;
            column-gap: 64px;
  }
}

.l-footer__title {
  font-size: 2.8rem;
  font-family: var(--wp--preset--font-family--mplus);
  font-weight: 700;
  line-height: 1.5;
  text-shadow: 0 0 8px var(--wp--preset--color--brand);
}
@media screen and (min-width: 768px) {
  .l-footer__title {
    font-size: 3.2rem;
    letter-spacing: 0.08em;
  }
}

.l-footer__nav {
  text-shadow: 0 0 8px var(--wp--preset--color--brand);
}

.l-footer__nav > ul {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 16px;
}
@media screen and (min-width: 1024px) {
  .l-footer__nav > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 64px;
       -moz-column-gap: 64px;
            column-gap: 64px;
  }
}

.l-footer__nav-block {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 16px;
}

.l-footer__nav-lv2 li a {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  .l-footer__nav-lv2 li a {
    font-size: 1.8rem;
  }
}

.l-footer__nav-lv3 {
  -webkit-margin-before: 16px;
          margin-block-start: 16px;
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 4px;
  line-height: 1.5;
}

.l-footer__nav-lv3 li a {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

/* フッター下段
---------------------------------------------------------*/
.l-footer__lower {
  background-color: var(--wp--preset--color--brand);
  padding-block: 40px;
  padding-inline: 24px;
}
@media screen and (min-width: 768px) {
  .l-footer__lower {
    padding-block: 48px;
  }
}

.l-footer__lower-inner {
  position: relative;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 24px;
}
@media screen and (min-width: 768px) {
  .l-footer__lower-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 64px;
       -moz-column-gap: 64px;
            column-gap: 64px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-footer__lower-inner::before {
  display: block;
  position: absolute;
  top: -63px;
  right: 43px;
  width: 74px;
  height: 34px;
  content: "";
  background-image: url(../img/common/ico_stand.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .l-footer__lower-inner::before {
    top: -83px;
    left: -20px;
    width: 100px;
    height: 45px;
  }
}
.l-footer__lower-inner::after {
  display: block;
  position: absolute;
  top: -36px;
  right: 10px;
  width: 50px;
  height: 20px;
  content: "";
  background-image: url(../img/common/ico_car.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .l-footer__lower-inner::after {
    top: -49px;
    left: 56px;
    width: 70px;
    height: 28px;
  }
}

.l-footer__logo {
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
  width: 100%;
  max-width: 176px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    max-width: 283px;
  }
}
.l-footer__logo:hover {
  opacity: 0.6;
}

.l-footer__info {
  white-space: nowrap;
}

.l-footer__company-name {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-footer__company-name {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

.l-footer__address {
  font-size: 1.2rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .l-footer__address {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.l-footer__external-links {
  font-size: 1.2rem;
  letter-spacing: 0;
}
.l-footer__external-links a span {
  border-bottom: solid 1px transparent;
}
.l-footer__external-links a:hover span {
  border-bottom: solid 1px var(--wp--preset--color--white);
}
@media screen and (min-width: 768px) {
  .l-footer__external-links {
    font-size: 1.4rem;
  }
}

.l-footer__external-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 8px;
}
@media screen and (min-width: 1024px) {
  .l-footer__external-links ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.l-footer__external-links ul li:not(:last-of-type) {
  position: relative;
  -webkit-padding-end: 18px;
          padding-inline-end: 18px;
}
.l-footer__external-links ul li:not(:last-of-type)::after {
  position: absolute;
  display: block;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 0.8em;
  background-color: #fff;
  content: "";
}

.l-footer__external-links ul li a {
  display: inline-block;
  position: relative;
  -webkit-padding-end: 22px;
          padding-inline-end: 22px;
}
.l-footer__external-links ul li a::after {
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(../img/common/ico_external.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.l-footer__copy {
  -webkit-margin-before: 32px;
          margin-block-start: 32px;
  font-size: 1rem;
  font-family: var(--wp--preset--font-family--nunito);
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .l-footer__copy {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-align: right;
  }
}

/* ==========================================================
// 汎用コンテナ
========================================================== */
.l-container {
  position: relative;
  margin-inline: auto;
  width: 100%;
  max-width: 1208px;
}
.l-container.--wide {
  max-width: 1528px;
}
.l-container.--narrow {
  max-width: 1120px;
}
.l-container.--ex-narrow {
  max-width: 960px;
}

.l-global-nav {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100; /* いずれの要素よりも上に表示 */
  width: 100vw;
  height: 100vh;
  background-color: var(--wp--custom--color--system-bg);
  -webkit-transition: opacity 0.4s, visibility 0s linear 0.4s;
  transition: opacity 0.4s, visibility 0s linear 0.4s;
  -webkit-padding-after: 32px;
          padding-block-end: 32px;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .l-global-nav {
    width: auto;
    opacity: unset;
    padding: 66px 98px;
    -webkit-transition: visibility 0s linear 0.4s, -webkit-transform 0.4s;
    transition: visibility 0s linear 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, visibility 0s linear 0.4s;
    transition: transform 0.4s, visibility 0s linear 0.4s, -webkit-transform 0.4s;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    border-radius: 40px 0 0 40px;
    z-index: 300;
    overflow: visible;
  }
}

.l-global-nav.is-visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.4s, visibility 0s;
  transition: opacity 0.4s, visibility 0s;
}
@media screen and (min-width: 768px) {
  .l-global-nav.is-visible {
    opacity: unset;
    -webkit-transition: visibility 0s, -webkit-transform 0.4s;
    transition: visibility 0s, -webkit-transform 0.4s;
    transition: transform 0.4s, visibility 0s;
    transition: transform 0.4s, visibility 0s, -webkit-transform 0.4s;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.l-global-nav__header {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-global-nav__header {
    display: none;
  }
}

.l-global-nav__header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-global-nav__hamburger-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: var(--wp--custom--color--eneos-red);
  border-radius: 1000px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .l-global-nav__hamburger-close {
    top: 24px;
    right: 26px;
    width: 60px;
    height: 60px;
  }
}
.l-global-nav__hamburger-close.--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-global-nav__hamburger-close.--pc {
    display: block;
  }
}
.l-global-nav__hamburger-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--wp--custom--color--white);
  width: 16px;
  height: 2px;
  border-radius: 1000px;
}
@media screen and (min-width: 768px) {
  .l-global-nav__hamburger-close span {
    width: 26px;
    height: 3px;
  }
}
.l-global-nav__hamburger-close span:nth-last-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(40deg);
          transform: translate(-50%, -50%) rotate(40deg);
}
.l-global-nav__hamburger-close span:nth-last-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-40deg);
          transform: translate(-50%, -50%) rotate(-40deg);
}

.l-global-nav__inner {
  padding: 24px 16px 24px 16px;
}
@media screen and (min-width: 768px) {
  .l-global-nav__inner {
    padding: unset;
  }
}

.l-global-nav__lv2 {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "company" "job" "system" "person" "recruit" "teacher" "faq";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 2px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-global-nav__lv2 {
        grid-template-areas: "company person" "job person" "system person" "recruit recruit" "teacher faq";
    -ms-grid-columns: 1fr 4px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 4px;
  }
}
@media screen and (min-width: 768px) {
  .l-global-nav__lv2::before {
    display: block;
    position: absolute;
    top: 178px;
    right: -47px;
    width: 71px;
    height: 200px;
    content: "";
    background-image: url(../img/common/ico_staff03.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  .l-global-nav__lv2::after {
    display: block;
    position: absolute;
    bottom: 20px;
    left: -110px;
    width: 125px;
    height: 210px;
    content: "";
    background-image: url(../img/common/ico_staff04.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
  }
}

.l-global-nav__item {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 16px 24px;
  background-color: var(--wp--custom--color--white);
  min-width: 0;
}
.l-global-nav__item.--company {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: company;
  border-radius: 16px 16px 0 0;
}
@media screen and (min-width: 768px) {
  .l-global-nav__item.--company {
    border-radius: 16px 0 0 0;
  }
}
.l-global-nav__item.--job {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: job;
}
.l-global-nav__item.--system {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: system;
}
.l-global-nav__item.--person {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: person;
}
@media screen and (min-width: 768px) {
  .l-global-nav__item.--person {
    border-radius: 0 16px 0 0;
  }
}
.l-global-nav__item.--recruit {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  grid-area: recruit;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
@media screen and (min-width: 768px) {
  .l-global-nav__item.--recruit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-global-nav__item.--teacher {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  grid-area: teacher;
}
@media screen and (min-width: 768px) {
  .l-global-nav__item.--teacher {
    border-radius: 0 0 0 16px;
  }
}
.l-global-nav__item.--faq {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  grid-area: faq;
  border-radius: 0 0 16px 16px;
}
@media screen and (min-width: 768px){
  .l-global-nav__item.--company {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-global-nav__item.--job {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .l-global-nav__item.--system {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .l-global-nav__item.--person {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 3;
  }
  .l-global-nav__item.--recruit {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .l-global-nav__item.--teacher {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .l-global-nav__item.--faq {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
  }
}
@media screen and (min-width: 768px) {
  .l-global-nav__item.--faq {
    border-radius: 0 0 16px 0;
  }
}

.l-global-nav__item > a {
  position: relative;
  -webkit-margin-start: 28px;
          margin-inline-start: 28px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: solid 1px transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  width: calc(100% - 28px);
}
@media screen and (min-width: 768px) {
  .l-global-nav__item > a {
    width: unset;
    font-size: 2rem;
  }
}
.l-global-nav__item > a span {
  position: relative;
}
.l-global-nav__item > a span::before {
  display: block;
  position: absolute;
  top: 50%;
  left: -28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  content: "";
  background-color: var(--wp--custom--color--eneos-red);
  border-radius: 1000px;
}
.l-global-nav__item > a span::after {
  display: block;
  position: absolute;
  top: 50%;
  left: -22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  content: "";
  background-image: url(../img/common/ico_arrow_white_small.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.l-global-nav__item .l-global-nav__item-accordion {
  -webkit-margin-start: unset;
          margin-inline-start: unset;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-global-nav__item .l-global-nav__item-accordion {
    -webkit-margin-start: 28px;
            margin-inline-start: 28px;
  }
}
.l-global-nav__item .l-global-nav__item-accordion span::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-global-nav__item .l-global-nav__item-accordion span::before {
    display: block;
  }
}
.l-global-nav__item .l-global-nav__item-accordion::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  content: "";
  background-color: var(--wp--custom--color--eneos-red);
  border-radius: 1000px;
}
@media screen and (min-width: 768px) {
  .l-global-nav__item .l-global-nav__item-accordion::before {
    display: none;
  }
}
.l-global-nav__item .l-global-nav__item-accordion::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  content: "";
  background-image: url(../img/common/ico_plus_white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.l-global-nav__item .l-global-nav__item-accordion.--opened:after {
  background-image: url(../img/common/ico_minus_white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.l-global-nav__lv3 {
  display: none;
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
}
@media screen and (min-width: 768px) {
  .l-global-nav__lv3 {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .l-global-nav__lv3 li + li {
    -webkit-margin-before: 4px;
            margin-block-start: 4px;
  }
}

.l-global-nav__lv3 li a {
  display: block;
  position: relative;
  -webkit-margin-start: 28px;
          margin-inline-start: 28px;
  font-size: 1.4rem;
  padding-block: 4px;
}
@media screen and (min-width: 768px) {
  .l-global-nav__lv3 li a {
    font-size: 1.6rem;
  }
}
.l-global-nav__lv3 li a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  content: "";
  background-image: url(../img/common/ico_arrow_red_small.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.l-global-nav__lv3 li a span {
  line-height: 2;
  white-space: wrap;
}

@media screen and (min-width: 768px) {
  .l-global-nav__lv3 li.l-global-nav__lv3-top-link a {
    display: none;
  }
}
.l-global-nav__lv3 li.l-global-nav__lv3-top-link a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: -28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  content: "";
  background-color: var(--wp--custom--color--eneos-red);
  border-radius: 1000px;
}
.l-global-nav__lv3 li.l-global-nav__lv3-top-link a::after {
  display: block;
  position: absolute;
  top: 50%;
  left: -22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  content: "";
  background-image: url(../img/common/ico_arrow_white_small.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.l-global-nav__btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
}
@media screen and (min-width: 768px) {
  .l-global-nav__btn-list {
    -webkit-margin-before: 0px;
            margin-block-start: 0px;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}
.l-global-nav__btn-list span {
  border-bottom: unset;
}

.l-global-nav__reqirement {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  background-color: var(--wp--custom--color--brand);
  border-radius: 1000px;
  border: solid 2px var(--wp--custom--color--brand);
  min-width: 140px;
  padding: 16px 41px;
  color: var(--wp--custom--color--white);
}
@media screen and (min-width: 768px) {
  .l-global-nav__reqirement {
    padding: 20px 38px;
  }
}
.l-global-nav__reqirement:hover {
  color: var(--wp--custom--color--brand);
  border-color: var(--wp--custom--color--brand);
}
.l-global-nav__reqirement::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  content: "";
  border-radius: 1000px;
  background-color: var(--wp--custom--color--white);
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.l-global-nav__reqirement:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

.l-global-nav__reqirement span {
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
@media screen and (min-width: 768px) {
  .l-global-nav__reqirement span {
    font-size: 2rem;
  }
}

.l-global-nav__flow {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: var(--wp--custom--color--white);
  border-radius: 1000px;
  border: solid 1px var(--wp--preset--color--mono-exlight);
  min-width: 140px;
  padding: 16px 41px;
  color: var(--wp--custom--color--brand);
}
@media screen and (min-width: 768px) {
  .l-global-nav__flow {
    padding: 20px 38px;
  }
}
.l-global-nav__flow span {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  -webkit-padding-start: 24px;
          padding-inline-start: 24px;
}
@media screen and (min-width: 768px) {
  .l-global-nav__flow span {
    font-size: 2rem;
  }
}
.l-global-nav__flow span::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(../img/common/ico_arrow_blue_small.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.l-global-nav__flow::after {
  content: "";
  position: absolute;
  inset: -2px;
  border: 2px solid var(--wp--preset--color--brand);
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
}
.l-global-nav__flow:hover::after {
  opacity: 1;
}

.l-global-nav__close-btn {
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 8px 8px 32px;
  border: solid 1px var(--wp--preset--color--mono-exlight);
  border-radius: 1000px;
  background-color: var(--wp--custom--color--white);
}
.l-global-nav__close-btn span {
  position: relative;
  -webkit-padding-end: 8px;
          padding-inline-end: 8px;
  font-size: 1.4rem;
  line-height: 2;
}
.l-global-nav__close-btn span::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url();
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .l-global-nav__close-btn {
    display: none;
  }
}

.l-global-nav__close-icon {
  position: relative;
  background-color: var(--wp--custom--color--eneos-red);
  border-radius: 1000px;
  width: 40px;
  height: 40px;
}
.l-global-nav__close-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--wp--custom--color--white);
  width: 16px;
  height: 2px;
  border-radius: 1000px;
}
@media screen and (min-width: 768px) {
  .l-global-nav__close-icon span {
    width: 26px;
    height: 3px;
  }
}
.l-global-nav__close-icon span:nth-last-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(40deg);
          transform: translate(-50%, -50%) rotate(40deg);
}
.l-global-nav__close-icon span:nth-last-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-40deg);
          transform: translate(-50%, -50%) rotate(-40deg);
}

.c-home-heading.--text-white {
  color: var(--wp--preset--color--white);
  text-shadow: 0 0 8px var(--wp--preset--color--brand);
}
.c-home-heading.--text-white .c-home-heading__en {
  color: var(--wp--preset--color--white);
}
.c-home-heading.--text-center {
  text-align: center;
}
.c-home-heading.--small .c-home-heading__ja {
  font-size: 2.4rem;
}
@media screen and (min-width: 1024px) {
  .c-home-heading.--small .c-home-heading__ja {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .c-home-heading.--small .c-home-heading__en {
    font-size: 1.6rem;
  }
}

.c-home-heading__en {
  font-size: 1.6rem;
  font-family: var(--wp--preset--font-family--nunito);
  font-weight: 700;
  line-height: 1;
  color: var(--wp--preset--color--brand);
  -webkit-margin-after: 4px;
          margin-block-end: 4px;
}
@media screen and (min-width: 1024px) {
  .c-home-heading__en {
    font-size: 2.4rem;
    -webkit-margin-after: 8px;
            margin-block-end: 8px;
  }
}

.c-home-heading__ja {
  font-size: 3.2rem;
  font-family: var(--wp--preset--font-family--mplus);
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .c-home-heading__ja {
    font-size: 4.8rem;
  }
}

/* ==========================================================
// 文字が左からフェードインする
========================================================== */
.rt-char {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(0.6rem);
          transform: translateY(0.6rem);
}

.rt-char.rt-show {
  -webkit-animation: rtFadeUp 420ms forwards cubic-bezier(0.2, 0.8, 0.2, 1);
          animation: rtFadeUp 420ms forwards cubic-bezier(0.2, 0.8, 0.2, 1);
}

@-webkit-keyframes rtFadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes rtFadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(0.6rem);
            transform: translateY(0.6rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* ==========================================================
// フェードイン
========================================================== */
.js-fade-in {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.js-fade-in.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.breadcrumb {
  max-width: 1920px;
  padding: 16px 24px;
  margin-inline: auto;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  overflow-x: scroll;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  /*Google Chrome、Safariへの対応*/
}
.breadcrumb::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    padding: 16px 40px;
  }
}
.breadcrumb > span:not(:last-of-type) {
  color: var(--wp--custom--color--mono-dark);
}
.breadcrumb span + span {
  -webkit-padding-start: 48px;
          padding-inline-start: 48px;
  position: relative;
}
.breadcrumb span + span::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 1px;
  background-color: var(--wp--custom--color--mono-light);
  content: "";
}
.breadcrumb a span {
  border: none;
}

.slider-area {
  padding: 40px 16px 152px;
  background-color: var(--wp--custom--color--brand-light);
  border-radius: 24px 40px 40px 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .slider-area {
    padding: 80px 75px;
  }
}
.slider-area::before {
  display: block;
  position: absolute;
  top: 0;
  left: -6px;
  content: "PHOTOGRAPH";
  font-size: 4rem;
  font-weight: 700;
  font-family: var(--wp--preset--font-family--nunito);
  line-height: 1;
  color: var(--wp--preset--color--white);
  text-shadow: 0 0 8px var(--wp--preset--color--brand);
}
@media screen and (min-width: 768px) {
  .slider-area::before {
    font-size: 8rem;
  }
}
.slider-area .swiper-wrapper-area {
  position: relative;
}
.slider-area .swiper-wrapper-area .swiper-main-wrapper {
  overflow: hidden;
}
.slider-area .swiper-wrapper-area .swiper-main-wrapper .swiper-container.main-swiper-container {
  border-radius: 40px;
}
.slider-area .swiper-wrapper-area .swiper-main-wrapper .swiper-container.main-swiper-container .swiper-wrapper {
  border-radius: inherit;
}
.slider-area .swiper-wrapper-area .swiper-main-wrapper .swiper-container.main-swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}
.slider-area .custom-prev,
.slider-area .custom-next {
  display: none;
}
@media screen and (min-width: 768px) {
  .slider-area .custom-prev,
  .slider-area .custom-next {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
    width: 62px;
    height: 62px;
  }
}
.slider-area .custom-prev {
  left: -17px;
}
@media screen and (min-width: 768px) {
  .slider-area .custom-prev {
    left: -31px;
  }
}
.slider-area .custom-prev::after {
  content: "";
}
.slider-area .custom-prev .wp-block-button .wp-block-button__link .button-icon::before {
  background-image: url(../img/common/ico_chevron_left_red.svg);
}
.slider-area .custom-prev .wp-block-button .wp-block-button__link .button-icon::after {
  background-image: url(../img/common/ico_chevron_left_white.svg);
}
.slider-area .custom-next {
  right: -17px;
}
@media screen and (min-width: 768px) {
  .slider-area .custom-next {
    right: -31px;
  }
}
.slider-area .custom-next::after {
  content: "";
}
.slider-area .custom-next .wp-block-button .wp-block-button__link .button-icon::before {
  background-image: url(../img/common/ico_chevron_right_red.svg);
}
.slider-area .custom-next .wp-block-button .wp-block-button__link .button-icon::after {
  background-image: url(../img/common/ico_chevron_right_white.svg);
}
.slider-area .wp-block-button .wp-block-button__link .button-icon {
  width: 34px;
  height: 34px;
  background-color: var(--wp--preset--color--white);
}
@media screen and (min-width: 768px) {
  .slider-area .wp-block-button .wp-block-button__link .button-icon {
    width: 62px;
    height: 62px;
  }
}
.slider-area .wp-block-button .wp-block-button__link .button-icon::before, .slider-area .wp-block-button .wp-block-button__link .button-icon::after {
  width: 8px;
  height: 13px;
}
@media screen and (min-width: 768px) {
  .slider-area .wp-block-button .wp-block-button__link .button-icon::before, .slider-area .wp-block-button .wp-block-button__link .button-icon::after {
    width: 14px;
    height: 24px;
  }
}
.slider-area .wp-block-button .wp-block-button__link .button-icon__inner::before {
  background-color: var(--wp--custom--color--eneos-red);
}

.swiper-container.thumb-swiper-container {
  position: relative;
  bottom: 130px;
  max-width: 80%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .swiper-container.thumb-swiper-container {
    max-width: 100%;
    bottom: 40px;
  }
}
.swiper-container.thumb-swiper-container .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 10px;
}
.swiper-container.thumb-swiper-container .swiper-slide {
  width: 20%;
  max-width: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 8px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .swiper-container.thumb-swiper-container .swiper-slide {
    width: auto;
    max-width: 80px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 0;
  }
}
.swiper-container.thumb-swiper-container .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border: 4px solid var(--wp--custom--color--eneos-red);
}
.swiper-container.thumb-swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.number-stats-parent {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  row-gap: 16px;
  white-space: nowrap;
      grid-template-areas: "income" "age" "employee" "mf_ratio" "turnover_ratio" "female_manager_ratio" "youngest" "paid_days" "childcare";
}
@media screen and (min-width: 1024px) {
  .number-stats-parent {
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 40px;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    -ms-grid-rows: auto 40px auto 40px auto 40px auto;
        grid-template-areas: "income income age" "employee mf_ratio mf_ratio" "turnover_ratio female_manager_ratio youngest" "paid_days childcare childcare";
  }
}

.number-stats-more {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  row-gap: 16px;
  white-space: nowrap;
      grid-template-areas: "sales" "ss" "employee";
}
@media screen and (min-width: 1024px) {
  .number-stats-more {
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 40px;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
        grid-template-areas: "sales ss employee";
  }
}
@media screen and (min-width: 768px) {
  .number-stats-more .number-stats__item.--sales .number-stats__title {
    min-height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .number-stats-more .number-stats__item.--employee .number-stats__title {
    min-height: 60px;
  }
}

.number-stats__item {
  padding: 24px 16px 16px 16px;
  border-radius: 40px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 4px;
  font-weight: 700;
  font-family: var(--wp--preset--font-family--mplus);
}
@media screen and (min-width: 1024px) {
  .number-stats__item {
    row-gap: 20px;
  }
}
.number-stats__item.--yellow {
  background-color: #FEFCEA;
}
.number-stats__item.--lt-blue {
  background-color: #E8F8FF;
}
.number-stats__item.--blue {
  background-color: #D6EBFD;
}
.number-stats__item.--income {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: income;
}
.number-stats__item.--age {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: age;
  row-gap: 4px;
}
@media screen and (min-width: 1024px) {
  .number-stats__item.--age {
    row-gap: 15px;
  }
}
.number-stats__item.--employee {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: employee;
  row-gap: 12px;
}
.number-stats-more > .number-stats__item.--employee {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.number-stats__item.--mf-ratio {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: mf_ratio;
}
.number-stats__item.--turnover-ratio {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  grid-area: turnover_ratio;
  row-gap: 15px;
}
.number-stats__item.--female-manager-ratio {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  grid-area: female_manager_ratio;
  row-gap: 10px;
}
.number-stats__item.--youngest {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  grid-area: youngest;
  row-gap: 10px;
}
.number-stats__item.--paid-days {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
  grid-area: paid_days;
  row-gap: 15px;
}
.number-stats__item.--childcare {
  -ms-grid-row: 17;
  -ms-grid-column: 1;
  grid-area: childcare;
}
.number-stats__item.--sales {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: sales;
}
.number-stats__item.--ss {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: ss;
}
@media screen and (min-width: 1024px){
  .number-stats__item.--income {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .number-stats__item.--age {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .number-stats__item.--employee {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .number-stats-more > .number-stats__item.--employee {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .number-stats__item.--mf-ratio {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  .number-stats__item.--turnover-ratio {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .number-stats__item.--female-manager-ratio {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .number-stats__item.--youngest {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .number-stats__item.--paid-days {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .number-stats__item.--childcare {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
  }
  .number-stats__item.--sales {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .number-stats__item.--ss {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

.number-stats__title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.number-stats__img {
  width: 116px;
  height: 100px;
}
@media screen and (min-width: 768px) {
  .number-stats__img {
    width: 140px;
    height: 120px;
  }
}

.number-stats__value-wrapper {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .number-stats__value-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .number-stats__value-wrapper.--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.number-stats__label {
  font-size: 2.4rem;
  line-height: 1;
}

.number-stats__value {
  color: var(--wp--custom--color--brand);
  font-size: 4rem;
  letter-spacing: 0;
  line-height: 1;
  font-family: var(--wp--preset--font-family--nunito);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.number-stats__value.--small {
  font-size: 2rem;
}
.number-stats__value > span {
  font-size: 2.4rem;
  font-family: var(--wp--preset--font-family--mplus);
  -webkit-padding-start: 4px;
          padding-inline-start: 4px;
}

.number-stats__pair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media screen and (min-width: 1024px) {
  .number-stats__pair {
    -webkit-column-gap: 56px;
       -moz-column-gap: 56px;
            column-gap: 56px;
  }
}

.number-stats__one {
  row-gap: 4px;
}
@media screen and (min-width: 1024px) {
  .number-stats__one {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 20px;
  }
}

.number-stats__note {
  font-size: 1.4rem;
  font-weight: 400;
}

/* ==========================================================
// INTRO
========================================================== */
.p-home-intro {
  padding-block: 240px;
  padding-inline: 24px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-home-intro {
    padding-block: 360px 240px;
  }
}

.p-home-intro__inner {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-home-intro__heading {
  -webkit-margin-after: 80px;
          margin-block-end: 80px;
  text-align: center;
}

.p-home-intro__heading-ja {
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
  font-size: 3.2rem;
  font-family: var(--wp--preset--font-family--mplus);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .p-home-intro__heading-ja {
    -webkit-margin-after: 24px;
            margin-block-end: 24px;
    font-size: 4.8rem;
    line-height: 1;
  }
}

.p-home-intro__heading-en {
  font-size: 1.6rem;
  font-family: var(--wp--preset--font-family--nunito);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: var(--wp--custom--color--brand);
}
.p-home-intro__heading-en span {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-home-intro__heading-en span {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .p-home-intro__heading-en {
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}

.p-home-intro__desc {
  max-width: 570px;
  margin-inline: auto;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-home-intro__desc {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}

.p-home-intro__desc p + p {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}

.p-home-intro__icons .icon {
  height: auto;
  position: absolute;
  z-index: -1;
  display: block;
}
.p-home-intro__icons .icon-polytank {
  width: 32px;
  top: -182px;
  left: 37px;
}
@media screen and (min-width: 1024px) {
  .p-home-intro__icons .icon-polytank {
    width: 66px;
    top: -180px;
    left: -89px;
  }
}
.p-home-intro__icons .icon-car {
  width: 50px;
  top: -107px;
  right: 59px;
}
@media screen and (min-width: 1024px) {
  .p-home-intro__icons .icon-car {
    width: 107px;
    top: 36px;
    right: -100px;
  }
}
@media screen and (min-width: 1280px) {
  .p-home-intro__icons .icon-car {
    top: 26px;
    right: -307px;
  }
}
.p-home-intro__icons .icon-japan {
  width: 180px;
  top: -146px;
  right: -18px;
}
@media screen and (min-width: 1024px) {
  .p-home-intro__icons .icon-japan {
    width: 343px;
    top: -176px;
    right: -78px;
  }
}
@media screen and (min-width: 1280px) {
  .p-home-intro__icons .icon-japan {
    top: -126px;
    right: -98px;
  }
}
.p-home-intro__icons .icon-gasoline {
  width: 29px;
  top: 125px;
  left: -6px;
}
@media screen and (min-width: 1024px) {
  .p-home-intro__icons .icon-gasoline {
    width: 60px;
    top: 138px;
    left: -83px;
  }
}
@media screen and (min-width: 1280px) {
  .p-home-intro__icons .icon-gasoline {
    top: 138px;
    left: -203px;
  }
}
.p-home-intro__icons .icon-staff {
  width: 110px;
  top: 66px;
  right: -30px;
}
@media screen and (min-width: 1024px) {
  .p-home-intro__icons .icon-staff {
    width: 179px;
    top: 175px;
    right: -80px;
  }
}
@media screen and (min-width: 1280px) {
  .p-home-intro__icons .icon-staff {
    top: 175px;
    right: -150px;
  }
}
.p-home-intro__icons .icon-key {
  width: 34px;
  bottom: 151px;
  right: -11px;
}
@media screen and (min-width: 1024px) {
  .p-home-intro__icons .icon-key {
    width: 70px;
    bottom: 185px;
    right: -182px;
  }
}
.p-home-intro__icons .icon-staff02 {
  width: 214px;
  bottom: -138px;
  left: -70px;
}
@media screen and (min-width: 1024px) {
  .p-home-intro__icons .icon-staff02 {
    width: 268px;
    bottom: 140px;
    left: -146px;
  }
}
@media screen and (min-width: 1280px) {
  .p-home-intro__icons .icon-staff02 {
    width: 268px;
    bottom: 140px;
    left: -286px;
  }
}
.p-home-intro__icons .icon-car02 {
  width: 35px;
  bottom: -22px;
  right: 19px;
}
@media screen and (min-width: 1024px) {
  .p-home-intro__icons .icon-car02 {
    width: 90px;
    bottom: -41px;
    right: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .p-home-intro__icons .icon-car02 {
    bottom: -41px;
    right: -95px;
  }
}
.p-home-intro__icons .icon-spana {
  width: 17px;
  bottom: -181px;
  left: 49px;
}
@media screen and (min-width: 1024px) {
  .p-home-intro__icons .icon-spana {
    width: 54px;
    bottom: 87px;
    left: -290px;
  }
}
.p-home-intro__icons .icon-clip {
  width: 21px;
  bottom: -120px;
  right: 72px;
}
@media screen and (min-width: 1024px) {
  .p-home-intro__icons .icon-clip {
    width: 54px;
    bottom: -80px;
    right: unset;
    left: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .p-home-intro__icons .icon-clip {
    bottom: -36px;
    right: unset;
    left: -46px;
  }
}

.js-scroll-toggle img {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.js-scroll-toggle img.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ==========================================================
// COMPANY
========================================================== */
.p-home-company {
  color: var(--wp--custom--color--white);
  text-shadow: 0 0 8px var(--wp--preset--color--brand);
  padding-inline: 24px;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media screen and (min-width: 1024px) {
  .p-home-company {
    padding-inline: 40px;
  }
}

.p-home-company__inner {
  background-color: var(--wp--custom--color--brand-light);
  border-radius: 40px;
  padding: 80px 24px 40px 24px;
}
@media screen and (min-width: 768px) {
  .p-home-company__inner {
    padding: 80px 80px 40px 80px;
  }
}
@media screen and (min-width: 1024px) {
  .p-home-company__inner {
    padding: 0px 0px 0 40px;
  }
}
@media screen and (min-width: 1280px) {
  .p-home-company__inner {
    padding: 0px 80px 0 160px;
  }
}

.p-home-company__container {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 40px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-home-company__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .p-home-company__container {
    -webkit-column-gap: 64px;
       -moz-column-gap: 64px;
            column-gap: 64px;
  }
}

.p-home-company__text-area {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-home-company__text-area {
    padding-block: 120px;
    width: 55%;
  }
}
@media screen and (min-width: 1280px) {
  .p-home-company__text-area {
    padding-block: 160px;
    width: 36%;
  }
}

.p-home-company__heading {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}

.p-home-company__desc {
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}

.p-home-company__img-area {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .p-home-company__img-area {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 1280px) {
  .p-home-company__img-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-home-company__img-area img {
  width: 130%;
}
@media screen and (min-width: 768px) {
  .p-home-company__img-area img {
    width: 100%;
    max-width: 366px;
  }
}
@media screen and (min-width: 1024px) {
  .p-home-company__img-area img {
    width: 120%;
    max-width: unset;
  }
}
@media screen and (min-width: 1280px) {
  .p-home-company__img-area img {
    width: 100%;
  }
}

/* ==========================================================
// WORK
========================================================== */
.p-home-work {
  position: relative;
  padding-inline: 24px;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media screen and (min-width: 1024px) {
  .p-home-work {
    padding-inline: 40px;
  }
}

.p-home-work__inner {
  background-color: var(--wp--preset--color--work-bg);
  padding: 80px 24px 265px 24px;
  border-radius: 40px;
}
@media screen and (min-width: 768px) {
  .p-home-work__inner {
    padding: 80px 80px 265px 80px;
  }
}
@media screen and (min-width: 1024px) {
  .p-home-work__inner {
    padding: 360px 40px 80px 40px;
  }
}
@media screen and (min-width: 1280px) {
  .p-home-work__inner {
    padding: 360px 160px 80px 160px;
  }
}

.p-home-work__container {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1024px) {
  .p-home-work__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-home-work__heading {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}

.p-home-work__btn-txt {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 24px;
}
@media screen and (min-width: 1024px) {
  .p-home-work__btn-txt {
    -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;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

.p-home-work__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-home-work__button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* splide設定（work、corporate共通）
---------------------------------------------------------*/
.splide-infinite-scroll-work {
  position: absolute !important;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
}
@media screen and (min-width: 1024px) {
  .splide-infinite-scroll-work {
    bottom: unset;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.splide img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.splide-toggle-btn {
  position: absolute !important;
  width: 32px;
  height: 32px;
  background-color: var(--wp--custom--color--white);
  border: solid 1px var(--wp--custom--color--brand);
  border-radius: 1000px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (min-width: 768px) {
  .splide-toggle-btn {
    width: 40px;
    height: 40px;
  }
}
.splide-toggle-btn.--work {
  bottom: 40px;
  right: 16px;
}
@media screen and (min-width: 1024px) {
  .splide-toggle-btn.--work {
    bottom: unset;
    top: 280px;
    right: 60px;
  }
}
.splide-toggle-btn.--corporate {
  bottom: 10px;
  right: 16px;
}
@media screen and (min-width: 1024px) {
  .splide-toggle-btn.--corporate {
    bottom: unset;
    top: 180px;
    right: 60px;
  }
}
.splide-toggle-btn:hover {
  background-color: var(--wp--custom--color--brand);
}
.splide-toggle-btn.--pause::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 12px;
  content: "";
  background-image: url(../img/home/ico_pause_blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}
@media screen and (min-width: 1024px) {
  .splide-toggle-btn.--pause::before {
    width: 12px;
    height: 16px;
  }
}
.splide-toggle-btn.--pause:hover::before {
  background-image: url(../img/home/ico_pause_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.splide-toggle-btn.--play::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  content: "";
  background-image: url(../img/home/ico_play_blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}
@media screen and (min-width: 1024px) {
  .splide-toggle-btn.--play::before {
    width: 16px;
    height: 16px;
  }
}
.splide-toggle-btn.--play:hover::before {
  background-image: url(../img/home/ico_play_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.splide-infinite-scroll-work {
  height: 200px !important; /* SP用 */
}
@media screen and (min-width: 1024px) {
  .splide-infinite-scroll-work {
    height: 400px !important; /* PC用 */
  }
}

.splide-infinite-scroll-corporate {
  height: 100px !important; /* SP用 */
}
@media screen and (min-width: 1024px) {
  .splide-infinite-scroll-corporate {
    height: 200px !important; /* PC用 */
  }
}

/* ==========================================================
// SYSTEM
========================================================== */
.p-home-system {
  padding-inline: 24px;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-home-system {
    overflow: visible;
    padding-inline: 40px;
  }
}

.p-home-system__inner {
  background-color: var(--wp--preset--color--system-bg);
  border-radius: 40px;
  padding: 80px 24px 40px 24px;
}
@media screen and (min-width: 768px) {
  .p-home-system__inner {
    padding: 80px 80px 40px 80px;
  }
}
@media screen and (min-width: 1024px) {
  .p-home-system__inner {
    padding: 0px 40px;
  }
}
@media screen and (min-width: 1280px) {
  .p-home-system__inner {
    padding: 0px 160px;
  }
}

.p-home-system__container {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 40px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-home-system__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .p-home-system__container {
    -webkit-column-gap: 64px;
       -moz-column-gap: 64px;
            column-gap: 64px;
  }
}

.p-home-system__text-area {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-home-system__text-area {
    padding-block: 80px;
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .p-home-system__text-area {
    padding-block: 87px;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-home-system__heading {
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}

.p-home-system__desc {
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}

.p-home-system__img-area {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .p-home-system__img-area {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .p-home-system__img-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-block: -50px;
    -ms-flex-preferred-size: 53.9735099338%;
        flex-basis: 53.9735099338%;
    max-width: 53.9735099338%;
  }
}

.p-home-system__img-area img {
  width: 130%;
}
@media screen and (min-width: 768px) {
  .p-home-system__img-area img {
    width: 100%;
    max-width: 376px;
  }
}
@media screen and (min-width: 1024px) {
  .p-home-system__img-area img {
    max-width: unset;
    width: 120%;
  }
}
@media screen and (min-width: 1280px) {
  .p-home-system__img-area img {
    width: 100%;
  }
}

/* ==========================================================
// PERSON
========================================================== */
.p-home-person {
  padding-inline: 24px;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-home-person {
    overflow: visible;
    padding-inline: 40px;
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
}

.p-home-person__inner {
  background-color: var(--wp--preset--color--person-bg);
  border-radius: 40px;
  padding: 80px 24px 24px 24px;
}
@media screen and (min-width: 768px) {
  .p-home-person__inner {
    padding: 80px 80px 24px 80px;
  }
}
@media screen and (min-width: 1024px) {
  .p-home-person__inner {
    padding: 0px 40px 0 40px;
  }
}
@media screen and (min-width: 1280px) {
  .p-home-person__inner {
    padding: 0px 80px 0 160px;
  }
}

.p-home-person__container {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 40px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-home-person__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 26px;
       -moz-column-gap: 26px;
            column-gap: 26px;
  }
}
@media screen and (min-width: 1280px) {
  .p-home-person__container {
    -webkit-column-gap: 64px;
       -moz-column-gap: 64px;
            column-gap: 64px;
  }
}

.p-home-person__text-area {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-home-person__text-area {
    padding-block: 80px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 1280px) {
  .p-home-person__text-area {
    padding-block: 120px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-home-person__heading {
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}

.p-home-person__desc {
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}

.p-home-person__img-area {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .p-home-person__img-area {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 1280px) {
  .p-home-person__img-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-block: -50px;
    -ms-flex-preferred-size: 53.9735099338%;
        flex-basis: 53.9735099338%;
    max-width: 53.9735099338%;
  }
}

.p-home-person__img-area img {
  width: 140%;
}
@media screen and (min-width: 768px) {
  .p-home-person__img-area img {
    width: 100%;
    max-width: 432px;
  }
}
@media screen and (min-width: 1024px) {
  .p-home-person__img-area img {
    width: 140%;
    max-width: unset;
  }
}
@media screen and (min-width: 1280px) {
  .p-home-person__img-area img {
    width: 115%;
  }
}

/* ==========================================================
// 無限スクロール画像
========================================================== */
.splide-infinite-scroll-corporate {
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
@media screen and (min-width: 768px) {
  .splide-infinite-scroll-corporate {
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
}

/* ==========================================================
// TEACHERS
========================================================== */
.p-home-teachers {
  padding-inline: 24px;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media screen and (min-width: 1024px) {
  .p-home-teachers {
    padding-inline: 40px;
  }
}

.p-home-teachers__inner {
  position: relative;
  background-color: #F9F7F6;
  border-radius: 40px;
  padding: 80px 24px 40px 24px;
  background-image: url(../img/common/ico_circle_stripe_white.svg), url(../img/common/ico_circle_dot_white.svg), url(../img/common/ico_circle_stripe_white02.svg);
  background-repeat: no-repeat;
  background-position: -6% 104%, 80% 17%, 110% 9%;
  background-size: 104px 104px, 117px 117px, 109px 109px;
}
@media screen and (min-width: 768px) {
  .p-home-teachers__inner {
    padding: 80px 80px 40px 80px;
    background-position: -6% 104%, 30% 17%, 40% 9%;
    background-size: 104px 104px, 117px 117px, 109px 109px;
  }
}
@media screen and (min-width: 1024px) {
  .p-home-teachers__inner {
    padding: 80px 40px;
  }
}
@media screen and (min-width: 1280px) {
  .p-home-teachers__inner {
    padding: 80px 160px;
    background-position: 17% 120%, 80% 0%, 87% -20%;
    background-size: 240px 240px, 223px 223px, 180px 180px;
  }
}

.p-home-teachers__container {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 40px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-home-teachers__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 64px;
       -moz-column-gap: 64px;
            column-gap: 64px;
  }
}

.p-home-teachers__text-area {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-home-teachers__text-area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-home-teachers__heading {
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}
@media screen and (min-width: 768px) {
  .p-home-teachers__heading h2.c-home-heading__ja {
    font-size: 3.2rem !important;
  }
}

.p-home-teachers__desc {
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}

.p-home-teachers__img-area {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-home-teachers__img-area {
    max-width: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .p-home-teachers__img-area {
    -ms-flex-preferred-size: 46.2962962963%;
        flex-basis: 46.2962962963%;
    max-width: 46.2962962963%;
  }
}
@media screen and (min-width: 1280px) {
  .p-home-teachers__img-area {
    -ms-flex-preferred-size: 56.0894780447%;
        flex-basis: 56.0894780447%;
    max-width: 56.0894780447%;
  }
}

/* ==========================================================
// RECRUIT
========================================================== */
.p-home-recruit {
  padding-inline: 24px;
  color: var(--wp--custom--color--white);
}
@media screen and (min-width: 1024px) {
  .p-home-recruit {
    padding-inline: 40px;
  }
}

.p-home-recruit__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px 24px;
  height: 600px;
  border-radius: 40px;
  background: url(../img/home/bg_recruit.webp) center/cover no-repeat;
  background-size: 170%;
  background-position: left -110px bottom -30px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 480px) {
  .p-home-recruit__inner {
    background-size: 100%;
    background-position: left 0px bottom 0px;
  }
}
@media screen and (min-width: 768px) {
  .p-home-recruit__inner {
    padding: 80px;
    background-size: 110%;
    background-position: left -60px bottom -240px;
  }
}
@media screen and (min-width: 1024px) {
  .p-home-recruit__inner {
    background-size: cover;
    background-position: center;
    padding: 80px 64px 80px 40px;
    height: 700px;
  }
}
@media screen and (min-width: 1280px) {
  .p-home-recruit__inner {
    padding: 80px 160px;
  }
}
.p-home-recruit__inner::before {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(color-mix(in srgb, var(--wp--preset--color--brand) 40%, transparent)), to(color-mix(in srgb, var(--wp--preset--color--brand) 40%, transparent))), -webkit-gradient(linear, left top, left bottom, from(color-mix(in srgb, var(--wp--preset--color--black) 40%, transparent)), to(color-mix(in srgb, var(--wp--preset--color--black) 40%, transparent)));
  background: linear-gradient(color-mix(in srgb, var(--wp--preset--color--brand) 40%, transparent), color-mix(in srgb, var(--wp--preset--color--brand) 40%, transparent)), linear-gradient(color-mix(in srgb, var(--wp--preset--color--black) 40%, transparent), color-mix(in srgb, var(--wp--preset--color--black) 40%, transparent));
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-home-recruit__inner::after {
  display: block;
  position: absolute;
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 110%;
  aspect-ratio: 368/475;
  content: "";
  background-image: url(../img/home/bg_recruit02_sp.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-home-recruit__inner::after {
    top: 52px;
    left: 34px;
    -webkit-transform: unset;
            transform: unset;
    aspect-ratio: 1559/636;
    background-image: url(../img/home/bg_recruit02_pc.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.p-home-recruit__container {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 40px;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-home-recruit__container {
    -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;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

.p-home-recruit .p-home-recruit__heading {
  text-shadow: unset;
}

@media screen and (min-width: 768px) {
  .p-home-recruit__link-area {
    max-width: 466px;
  }
}

.p-home-recruit__desc {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}

.p-home-recruit__icons .icon {
  height: auto;
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
}
.p-home-recruit__icons .icon-car {
  width: 55px;
  height: 22px;
  top: -22px;
  right: 78px;
}
@media screen and (min-width: 1024px) {
  .p-home-recruit__icons .icon-car {
    width: 96px;
    height: 38px;
    top: -38px;
    right: 128px;
  }
}
.p-home-recruit__icons .icon-car02 {
  width: 52px;
  height: 22px;
  top: -22px;
  right: 20px;
}
@media screen and (min-width: 1024px) {
  .p-home-recruit__icons .icon-car02 {
    width: 90px;
    height: 38px;
    top: -38px;
    right: 26px;
  }
}
.p-home-recruit__icons .icon-staff03 {
  width: 47px;
  height: 134px;
  top: 147px;
  right: -11px;
}
@media screen and (min-width: 1024px) {
  .p-home-recruit__icons .icon-staff03 {
    width: 88px;
    height: 251px;
    top: 235px;
    right: -10px;
  }
}
@media screen and (min-width: 1280px) {
  .p-home-recruit__icons .icon-staff03 {
    width: 111px;
    height: 314px;
    top: 125px;
    right: 12px;
  }
}
.p-home-recruit__icons .icon-staff04 {
  width: 81px;
  height: 136px;
  bottom: -100px;
  left: -19px;
}
@media screen and (min-width: 1024px) {
  .p-home-recruit__icons .icon-staff04 {
    width: 151px;
    height: 254px;
    bottom: -96px;
    left: -85px;
  }
}
@media screen and (min-width: 1280px) {
  .p-home-recruit__icons .icon-staff04 {
    width: 189px;
    height: 318px;
    bottom: -106px;
    left: -18px;
  }
}

/* ==========================================================
// SNS
========================================================== */
.p-home-sns {
  padding: 120px 24px;
}

.p-home-sns__container {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 62px;
}
@media screen and (min-width: 768px) {
  .p-home-sns__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 64px;
       -moz-column-gap: 64px;
            column-gap: 64px;
  }
}

.p-home-sns__heading {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media screen and (min-width: 768px) {
  .p-home-sns__heading {
    -webkit-margin-after: 80px;
            margin-block-end: 80px;
  }
}

.p-home-sns__link-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-home-sns__links {
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}

.p-home-sns__links a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  -webkit-padding-start: 56px;
          padding-inline-start: 56px;
  padding-block: 8px;
}
@media screen and (min-width: 768px) {
  .p-home-sns__links a {
    -webkit-padding-start: 76px;
            padding-inline-start: 76px;
  }
}

.p-home-sns__links a + a {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}

.p-home-sns__corporate-logo::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-home-sns__corporate-logo::before {
    width: 64px;
    height: 64px;
  }
}

.p-home-sns__corporate-logo.--instagram::before {
  background-image: url(../img/common/ico_instagram.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-home-sns__corporate-logo.--tiktok::before {
  background-image: url(../img/common/ico_tiktok.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-home-sns__enbed-area {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-home-sns__enbed-area {
    -ms-flex-preferred-size: 47.3509933775%;
        flex-basis: 47.3509933775%;
  }
}

.p-home-fv {
  padding-inline: 16px;
  position: relative;
  top: 16px;
  max-height: calc(100dvh - 40px);
  overflow: hidden;
  border-radius: 16px;
}
@media screen and (min-width: 1024px) {
  .p-home-fv {
    top: 20px;
    padding-inline: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .p-home-fv {
    max-width: 1920px;
    margin-inline: auto;
  }
}

/* ==========================================================
// ローディング
========================================================== */
.p-home-fv__loading {
  display: none;
}
.p-home-fv__loading.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  opacity: 1;
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100dvh;
  height: 100vh;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  background-color: #fff;
  padding: 16px;
}
@media screen and (min-width: 1024px) {
  .p-home-fv__loading.show {
    padding: 20px;
  }
}
.p-home-fv__loading.fade-out {
  opacity: 0;
  pointer-events: none;
}
.p-home-fv__loading.hidden {
  display: none !important;
}

.p-home-fv__loading-inner {
  width: 100%;
  height: calc(100dvh - 40px);
  height: calc(100vh - 120px);
  border-radius: 16px;
  background-color: #CBEAFF;
}
@media screen and (min-width: 768px) {
  .p-home-fv__loading-inner {
    max-width: 1880px;
    height: 100%;
  }
}

.p-home-fv__loading-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-home-fv__loading-content img {
  display: block;
  margin-inline: auto;
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .p-home-fv__loading-content img {
    width: 100%;
  }
}

.p-home-fv__skip-btn {
  position: absolute;
  bottom: 23px;
  right: 28px;
  padding: 8px 24px;
  background-color: #0079C1;
  color: #fff;
  border: none;
  border-radius: 1000px;
  cursor: pointer;
  font-size: 1.6rem;
  font-family: var(--wp--preset--font-family--mplus);
  font-weight: 700;
  line-height: 1;
}

/* ==========================================================
// FV背景画像
========================================================== */
.p-home-fv__bg {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  position: relative;
  margin-inline: auto;
}
.p-home-fv__bg.show {
  opacity: 1;
}
.p-home-fv__bg-img {
  max-height: 635px;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-home-fv__bg-img {
    aspect-ratio: 736/635;
    max-height: unset;
  }
}
@media screen and (min-width: 1024px) {
  .p-home-fv__bg-img {
    aspect-ratio: 984/760;
  }
}
@media screen and (min-width: 1280px) {
  .p-home-fv__bg-img {
    aspect-ratio: 1568/760;
    max-width: 1920px;
  }
}
.p-home-fv__bg::before {
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 625px;
  aspect-ratio: 625/704;
  max-width: 312px;
  content: "";
  background-image: url(../img/fv/staff_sp_small.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-home-fv__bg::before {
    width: 778px;
    aspect-ratio: 778/614;
    max-width: 389px;
    background-image: url(../img/fv/staff_sp.webp);
  }
}
@media screen and (min-width: 1024px) {
  .p-home-fv__bg::before {
    left: unset;
    right: 0;
    bottom: 0;
    -webkit-transform: unset;
            transform: unset;
    width: 628px;
    aspect-ratio: 628/637;
    max-width: 628px;
    background-image: url(../img/fv/staff_tab.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 1280px) {
  .p-home-fv__bg::before {
    right: 10%;
    width: 55%;
    aspect-ratio: 851/706;
    max-width: 851px;
    background-image: url(../img/fv/staff.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.p-home-fv__bg > img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-home-fv__bg > img {
    height: auto;
  }
}

/* ==========================================================
// メインコピー吹き出し
========================================================== */
.p-home-fv__main-copy {
  opacity: 0;
  position: absolute;
  top: 3%;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0.5);
          transform: translateX(-50%) scale(0.5);
  width: 719px;
  aspect-ratio: 719/694;
  max-width: 359px;
  z-index: 1; /* FVより上に */
}
@media screen and (min-width: 768px) {
  .p-home-fv__main-copy {
    top: unset;
    bottom: 210px;
    max-width: 409px;
  }
}
@media screen and (min-width: 1024px) {
  .p-home-fv__main-copy {
    width: 50%;
    max-width: unset;
    bottom: 120px;
    left: unset;
    right: 540px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@media screen and (min-width: 1280px) {
  .p-home-fv__main-copy {
    top: unset;
    width: 35%;
    bottom: 15%;
    left: 6%;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
.p-home-fv__main-copy img {
  width: 100%;
  height: auto;
}
.p-home-fv__main-copy.show {
  opacity: 1;
  -webkit-animation: bounceInSp 0.7s forwards;
          animation: bounceInSp 0.7s forwards;
}
@media screen and (min-width: 1024px) {
  .p-home-fv__main-copy.show {
    -webkit-animation: bounceInPc 0.7s forwards;
            animation: bounceInPc 0.7s forwards;
  }
}

/* バウンスインアニメーションSP */
@-webkit-keyframes bounceInSp {
  0% {
    -webkit-transform: translateX(-50%) scale(0.5);
            transform: translateX(-50%) scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.1);
            transform: translateX(-50%) scale(1.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: translateX(-50%) scale(0.9);
            transform: translateX(-50%) scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}
@keyframes bounceInSp {
  0% {
    -webkit-transform: translateX(-50%) scale(0.5);
            transform: translateX(-50%) scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(-50%) scale(1.1);
            transform: translateX(-50%) scale(1.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: translateX(-50%) scale(0.9);
            transform: translateX(-50%) scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    opacity: 1;
  }
}
/* バウンスインアニメーションPC */
@-webkit-keyframes bounceInPc {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes bounceInPc {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
body.page main#main-content {
  background-color: var(--wp--custom--color--system-bg);
  -webkit-padding-before: 60px;
          padding-block-start: 60px;
}
@media screen and (min-width: 768px) {
  body.page main#main-content {
    -webkit-padding-before: 120px;
            padding-block-start: 120px;
  }
}

.p-page__title-area {
  padding-inline: 24px;
}
@media screen and (min-width: 768px) {
  .p-page__title-area {
    padding-inline: 40px;
  }
}
.p-page__title-area--bg-text-interview {
  position: relative;
  overflow: hidden;
}
.p-page__title-area--bg-text-interview::before {
  display: block;
  position: absolute;
  bottom: -20px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  content: "INTERVIEW";
  -webkit-filter: blur(8px);
          filter: blur(8px);
  font-size: 11rem;
  font-weight: 700;
  font-family: var(--wp--preset--font-family--nunito);
  line-height: 1;
  letter-spacing: 0;
  color: var(--wp--custom--color--white);
}
@media screen and (min-width: 768px) {
  .p-page__title-area--bg-text-interview::before {
    bottom: -40px;
    font-size: 24rem;
    right: 0px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.p-page__title-area--bg-text-crosstalk {
  position: relative;
  overflow: hidden;
}
.p-page__title-area--bg-text-crosstalk::before {
  display: block;
  position: absolute;
  bottom: -20px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  content: "CROSSTALK";
  -webkit-filter: blur(8px);
          filter: blur(8px);
  font-size: 11rem;
  font-weight: 700;
  font-family: var(--wp--preset--font-family--nunito);
  line-height: 1;
  letter-spacing: 0;
  color: var(--wp--custom--color--white);
}
@media screen and (min-width: 768px) {
  .p-page__title-area--bg-text-crosstalk::before {
    bottom: -40px;
    font-size: 24rem;
    right: 0px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.p-page__title {
  position: relative;
  max-width: 1208px;
  margin-inline: auto;
  padding-block: 40px 50px;
}
@media screen and (min-width: 768px) {
  .p-page__title {
    padding-block: 79px 77px;
  }
}
.p-page__title::before {
  display: block;
  position: absolute;
  bottom: 0;
  right: 73px;
  width: 45px;
  height: 19px;
  content: "";
  background-image: url(../img/common/ico_car02.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (min-width: 768px) {
  .p-page__title::before {
    right: 70px;
    width: 65px;
    height: 27px;
  }
}
.p-page__title::after {
  display: block;
  position: absolute;
  bottom: 0;
  right: 32px;
  width: 26px;
  height: 25px;
  content: "";
  background-image: url(../img/common/ico_gasoline.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-page__title::after {
    right: 12px;
    width: 38px;
    height: 37px;
  }
}

.p-page__title-en {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: var(--wp--custom--color--brand);
  font-family: var(--wp--preset--font-family--nunito);
}
@media screen and (min-width: 768px) {
  .p-page__title-en {
    font-size: 2.4rem;
  }
}

.p-page__title-ja {
  font-size: 3.2rem;
  font-weight: 700;
  font-family: var(--wp--preset--font-family--mplus);
  -webkit-margin-before: 8px;
          margin-block-start: 8px;
}
@media screen and (min-width: 768px) {
  .p-page__title-ja {
    font-size: 6.4rem;
  }
}

.page-content {
  background-color: var(--wp--custom--color--white);
  border-radius: 40px 40px 0 0;
  padding: 64px 24px 0px 24px;
}

.p-page__title--flex {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 40px;
  padding-block: 40px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-page__title--flex {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 64px;
       -moz-column-gap: 64px;
            column-gap: 64px;
    padding-block: 40px;
  }
}
.p-page__title--flex::before {
  display: none;
}
.p-page__title--flex::after {
  display: none;
}

.p-page__title-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-page__title-img {
  max-width: 100%;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-page__title-img {
    -ms-flex-preferred-size: 47.3509933775%;
        flex-basis: 47.3509933775%;
    max-width: 47.3509933775%;
  }
}

.p-page__main-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: var(--wp--preset--font-family--mplus);
  line-height: 1;
  letter-spacing: 0px;
  color: var(--wp--custom--color--white);
  background-color: var(--wp--custom--color--brand-light);
  padding: 8px 16px;
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
  border-radius: 16px 16px 16px 0px;
}
@media screen and (min-width: 768px) {
  .p-page__main-title {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    padding: 12px 24px;
    border-radius: 24px 24px 24px 0px;
  }
}

.p-page__interview-title {
  font-family: var(--wp--preset--font-family--mplus);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-page__interview-title {
    font-size: 4.8rem;
  }
}

body.error404 .l-footer {
  -webkit-margin-before: unset;
          margin-block-start: unset;
}

.p-404 {
  background-color: var(--wp--custom--color--system-bg);
  -webkit-padding-before: 120px;
          padding-block-start: 120px;
  -webkit-padding-after: 80px;
          padding-block-end: 80px;
}
@media screen and (min-width: 768px) {
  .p-404 {
    -webkit-padding-before: 166px;
            padding-block-start: 166px;
  }
}

.p-404__inner {
  padding-inline: 24px;
  max-width: 784px;
  margin-inline: auto;
}
.p-404__inner .wp-block-group.align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-block: 80px;
}

.p-404__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 40px;
}
@media screen and (min-width: 768px) {
  .p-404__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
.p-404__container .p-404__item--img {
  -ms-flex-preferred-size: 25.5102040816%;
      flex-basis: 25.5102040816%;
  max-width: 25.5102040816%;
}
.p-404__container .p-404__item--txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-404__container h1 {
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
  font-family: var(--wp--preset--font-family--mplus);
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .p-404__container h1 {
    font-size: 3.2rem;
  }
}
.p-404__container h1 span {
  display: block;
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
  font-size: 3.2rem;
  color: var(--wp--custom--color--brand);
}
@media screen and (min-width: 768px) {
  .p-404__container h1 span {
    font-size: 6.4rem;
  }
}

/*
 * _utility.css
 */
/* ==========================================================
!Display
========================================================== */
.u-display-ib {
  display: inline-block;
}

/* ==========================================================
!親を超える子
========================================================== */
.u-exceed-parent {
  margin-inline: calc(50% - 50vw);
}

/* ==========================================================
!デバイスごとの表示・非表示
========================================================== */
@media only screen and (max-width: 767px) {
  .u-sp-none {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .u-pc-none {
    display: none !important;
  }
}