@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set border-box */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* Sections */
body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

/* Grouping content */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* Text-level semantics */
address {
  font-style: normal;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

img,
video {
  max-width: 100%;
  height: auto;
}

/* Forms */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  padding: 0;
  border-radius: 0;
  color: inherit;
  background-color: transparent;
  text-transform: none;
}

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

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

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

/* Form accessibility */
[aria-disabled=true] {
  cursor: default;
}

/* Hidden */
[hidden] {
  display: none;
}

/* =========================================================================
   Variables: Fonts
   ========================================================================= */
:root {
  --color-black: #040000;
  --color-white: #ffffff;
  --color-red: #E60012;
  --shadow-base: 6px 6px 40px 0px rgba(0, 0, 0, 0.06);
}

/* =========================================================================
   Base
   ========================================================================= */
@font-face {
  font-family: "MMCOFFICE";
  src: url("../font/MMCOFFICE-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "MMCOFFICE";
  src: url("../font/MMCOFFICE-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "MMCOFFICE";
  src: url("../font/MMCOFFICE-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* =========================================================================
   Layout: INNER
   ========================================================================= */
.l-inner {
  max-width: 1280px;
  margin-inline: auto;
}
@media (max-width: 1280px) {
  .l-inner {
    padding-inline: 20px;
  }
}
.l-inner--narrow {
  max-width: 900px;
}
.l-inner--medium {
  max-width: 1000px;
}

/* =========================================================================
   Layout: HEADER
   ========================================================================= */
.l-header {
  background: var(--color-white);
  position: fixed;
  height: 80px;
  z-index: 995;
  width: 100%;
  -webkit-transition: background-color 0.3s, opacity 0.4s, visibility 0.4s;
  transition: background-color 0.3s, opacity 0.4s, visibility 0.4s;
}
@media (max-width: 768px) {
  .l-header {
    background-color: transparent;
  }
}
.l-header.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.l-header.is-transparent {
  background-color: transparent;
}
.l-header.is-transparent .l-header__name {
  opacity: 0;
  pointer-events: none;
}
.l-header__inner {
  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;
  width: 100%;
  height: 100%;
  padding-left: 170px;
}
@media (max-width: 768px) {
  .l-header__inner {
    padding-left: 120px;
  }
}
.l-header__logo {
  position: absolute;
  top: 0;
  left: 0;
}
.l-header__logo a {
  background: var(--color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 140px;
  height: 130px;
}
@media (max-width: 768px) {
  .l-header__logo a {
    width: 100px;
    height: 93px;
  }
}
@media (max-width: 768px) {
  .l-header__logo a img {
    width: 60px;
  }
}
.l-header__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 1000px) {
  .l-header__name {
    display: none;
  }
}
.l-header__name-ja {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2px;
}
.l-header__name-en {
  font-size: 14px;
  color: var(--color-red);
  font-weight: 500;
}
.l-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-right: 20px;
}
.l-header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  border-radius: 20px;
  color: var(--color-white);
  text-decoration: none;
  position: relative;
  width: 206px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .l-header__btn:hover {
    opacity: 0.8;
  }
}
.l-header__btn--black {
  background: var(--color-black);
  border: 1px solid var(--color-black);
  font-size: 14px;
  font-weight: 700;
}
.l-header__btn--black::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 8px;
  background-color: var(--color-white);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
@media (max-width: 768px) {
  .l-header__btn--black {
    display: none;
  }
}
.l-header__btn--red {
  background: var(--color-red);
  border: 1px solid var(--color-red);
  font-weight: 500;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 768px) {
  .l-header__btn--red {
    max-width: 160px;
  }
}
.l-header__btn--red::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background 0.3s;
  transition: transform 0.3s, background 0.3s, -webkit-transform 0.3s;
  width: 8px;
  height: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-white)), to(var(--color-white))) no-repeat center/100% 2px, -webkit-gradient(linear, left top, left bottom, from(var(--color-white)), to(var(--color-white))) no-repeat center/2px 100%;
  background: linear-gradient(var(--color-white), var(--color-white)) no-repeat center/100% 2px, linear-gradient(var(--color-white), var(--color-white)) no-repeat center/2px 100%;
}
.l-header__btn--red.is-active {
  background-color: var(--color-white);
  color: var(--color-red);
}
.l-header__btn--red.is-active::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  background: -webkit-gradient(linear, left top, left bottom, from(var(--color-red)), to(var(--color-red))) no-repeat center/100% 2px, -webkit-gradient(linear, left top, left bottom, from(var(--color-red)), to(var(--color-red))) no-repeat center/2px 100%;
  background: linear-gradient(var(--color-red), var(--color-red)) no-repeat center/100% 2px, linear-gradient(var(--color-red), var(--color-red)) no-repeat center/2px 100%;
}
.l-header__toggle {
  width: 60px;
  height: 30px;
  background: var(--color-white);
  border: 1px solid var(--color-black);
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-color 0.3s;
}
@media (hover: hover) {
  .l-header__toggle:hover {
    opacity: 0.8;
  }
}
.l-header__toggle.is-active {
  background-color: var(--color-black);
  border-color: var(--color-white);
}
.l-header__toggle.is-active span {
  background-color: var(--color-white);
}
.l-header__toggle.is-active span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.l-header__toggle.is-active span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.l-header__toggle span {
  display: block;
  width: 16px;
  height: 1px;
  background: var(--color-black);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: top 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, transform 0.3s, background-color 0.3s;
  transition: top 0.3s, transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}
.l-header__toggle span:nth-child(1) {
  top: 12px;
}
.l-header__toggle span:nth-child(2) {
  top: 16px;
}

.l-entry-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 994;
  background: var(--color-black) url("../../assets/img/common/bg_footer.jpg") no-repeat center center;
  background-size: cover;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  overflow-y: auto;
  padding-top: 150px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .l-entry-modal {
    background: var(--color-black) url("../../assets/img/common/bg_footer_sp.jpg") no-repeat center top;
    background-size: cover;
  }
}
.l-entry-modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

.l-nav-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 994;
  background: var(--color-black) url("../../assets/img/top/bg_vision.jpg") no-repeat center center;
  background-size: cover;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  overflow-y: auto;
  padding-top: 150px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .l-nav-modal {
    padding-top: 130px;
    background: var(--color-black) url("../../assets/img/top/bg_vision_sp.jpg") no-repeat center top;
    background-size: cover;
  }
}
.l-nav-modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.l-nav-modal__nav {
  width: 100%;
}
.l-nav-modal__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;
  min-height: 100%;
}
.l-nav-modal__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.06);
  position: relative;
}
@media (max-width: 768px) {
  .l-nav-modal__nav-item {
    -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;
  }
}
.l-nav-modal__nav-item a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 80px;
  font-weight: 700;
  color: var(--color-white);
  text-decoration: none;
}
@media (max-width: 768px) {
  .l-nav-modal__nav-item a {
    padding: 25px 30px;
    width: 100%;
  }
}
.l-nav-modal__nav-item a::before {
  content: "";
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--color-red);
}
@media (max-width: 768px) {
  .l-nav-modal__nav-item a::before {
    display: none;
  }
}
.l-nav-modal__nav-item a::after {
  content: "";
  position: absolute;
  left: 48px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--color-white);
}
@media (max-width: 768px) {
  .l-nav-modal__nav-item a::after {
    display: none;
  }
}
@media (hover: hover) {
  .l-nav-modal__nav-item a:hover .c-arrow {
    background-color: var(--color-red);
  }
  .l-nav-modal__nav-item a:hover .c-arrow::before {
    background-color: var(--color-white);
  }
}
.l-nav-modal__nav-item .c-arrow {
  right: 20px;
}
@media (max-width: 768px) {
  .l-nav-modal__nav-item .c-arrow {
    border: none;
    right: 0;
  }
}
.l-nav-modal__nav-item:has(.l-nav-modal__child-list) > a {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-right: 0;
}
.l-nav-modal__nav-item:has(.l-nav-modal__child-list) > a .c-arrow {
  display: none;
}
.l-nav-modal__nav-main {
  display: grid;
  padding-top: 10px;
  grid-template-columns: 1fr;
  color: var(--color-white);
}
.l-nav-modal__nav-main a {
  color: inherit;
  text-decoration: none;
}
.l-nav-modal__nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .l-nav-modal__nav-list {
    grid-template-columns: 1fr;
  }
}
.l-nav-modal__nav-list:nth-of-type(2) {
  grid-template-columns: 1fr;
}
.l-nav-modal__child-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-left: 100px;
}
@media (max-width: 768px) {
  .l-nav-modal__child-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 40px;
    gap: 20px;
    margin-left: 50px;
  }
}
.l-nav-modal__child-list .l-nav-modal__child-item a {
  padding: 0;
  background: transparent;
  font-weight: 400;
}
.l-nav-modal__child-list .l-nav-modal__child-item a::before, .l-nav-modal__child-list .l-nav-modal__child-item a::after {
  display: none;
}
.l-nav-modal__child-item {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .l-nav-modal .c-catchphrase {
    display: none;
  }
}
@media (max-width: 768px) {
  .l-nav-modal .l-footer__copyright {
    display: none;
  }
}
@media (max-width: 768px) {
  .l-nav-modal .l-footer__external {
    padding-top: 40px;
    margin: 0 auto;
  }
}

/* =========================================================================
   Layout: Footer
   ========================================================================= */
.l-footer {
  background: transparent url("../../assets/img/common/bg_footer.jpg") no-repeat center center;
  background-size: cover;
  /*
  background-attachment: fixed;
  */
  padding-top: 170px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .l-footer {
    background: transparent url("../../assets/img/common/bg_footer_sp.jpg") no-repeat center 550px;
  }
  body:not(.home) .l-footer {
    background-position: center top;
  }
  .l-footer {
    background-size: cover;
    padding-top: 0;
  }
}
.l-footer__recruitment {
  background: transparent url("../../assets/img/top/bg_recruit.jpg") no-repeat center center;
  background-size: cover;
  margin-bottom: 160px;
  height: 460px;
  margin-left: calc(50% - 1280px / 2);
  width: calc(50% + 1280px / 2);
  -webkit-margin-before: -400px;
          margin-block-start: -400px;
  padding-left: 140px;
  color: var(--color-white);
}
@media (max-width: 1020px) {
  .l-footer__recruitment {
    width: 100%;
    padding: 0 20px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .l-footer__recruitment {
    padding: 0;
    -webkit-margin-before: 0;
            margin-block-start: 0;
    background: transparent url("../../assets/img/top/bg_recruit_sp.jpg") no-repeat center center;
    background-size: cover;
    height: 600px;
  }
}
@media (max-width: 768px) {
  .l-footer__recruitment-top {
    width: 100%;
  }
}
.l-footer__recruitment-inner {
  height: 100%;
  padding-inline: 0;
  margin-inline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(18vw, 330px);
}
@media (max-width: 1020px) {
  .l-footer__recruitment-inner {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .l-footer__recruitment-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
    padding-top: 130px;
    gap: 0;
  }
}
@media (max-width: 768px) {
  .l-footer__recruitment-main {
    margin: 0;
    width: 100%;
  }
}
.l-footer__recruitment-sub-title.c-ttl-sub {
  margin-bottom: 35px;
  padding: 0;
}
.l-footer__recruitment-sub-title.c-ttl-sub::before {
  display: none;
}
@media (max-width: 768px) {
  .l-footer__recruitment-sub-title.c-ttl-sub {
    margin-bottom: 40px;
  }
}
.l-footer__recruitment-nav {
  width: 220px;
}
@media (max-width: 768px) {
  .l-footer__recruitment-text {
    margin-bottom: 60px;
  }
}
@media (max-width: 1000px) {
  .l-footer__inner {
    padding-top: 120px;
  }
}
.l-footer__news {
  display: none;
}
.home .l-footer__news {
  display: block;
}
.l-footer__news {
  padding-bottom: 140px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
@media (max-width: 768px) {
  .l-footer__news {
    padding-bottom: 100px;
  }
}
.l-footer__news .c-ttl {
  font-size: 40px;
}
@media (max-width: 768px) {
  .l-footer__news .c-ttl {
    margin-bottom: 0;
  }
}
.l-footer__news-inner {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 70px;
}
@media (max-width: 768px) {
  .l-footer__news-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .l-footer__news-list {
    margin-bottom: 40px;
  }
}
.l-footer__news-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .l-footer__news-head {
    margin-bottom: 0;
  }
}
.l-footer__news-title {
  color: var(--color-red);
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
}
.l-footer__news-sub-title {
  color: var(--color-white);
  font-weight: 700;
  margin-bottom: 20px !important;
}
@media (max-width: 768px) {
  .l-footer__news-sub-title {
    margin-bottom: 0 !important;
  }
}
.l-footer__news-nav {
  width: 220px;
}
@media (max-width: 768px) {
  .l-footer__news-nav {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .l-footer__news-nav .c-btn {
    --btn-color: var(--color-white);
    --btn-text-color: var(--color-white);
    --btn-arrow-color: var(--color-white);
  }
}
.l-footer__news-item {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.l-footer__news-item::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: var(--color-red);
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  z-index: 1;
}
@media (hover: hover) {
  .l-footer__news-item:hover::before {
    width: 100%;
  }
}
.l-footer__news-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
  font-weight: 400;
  color: var(--color-white);
}
@media (max-width: 768px) {
  .l-footer__news-item a {
    padding: 30px 0;
    -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;
    gap: 10px;
  }
}
@media (hover: hover) {
  .l-footer__news-item a:hover {
    color: var(--color-red);
  }
  .l-footer__news-item a:hover .c-arrow {
    background-color: var(--color-red);
  }
  .l-footer__news-item a:hover .c-arrow::before {
    background-color: var(--color-white);
  }
}
.l-footer__news-date {
  width: 80px;
  font-size: 12px;
  font-weight: 400;
  color: var(--color-white);
}
.l-footer__news-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-weight: 400;
  padding-right: 80px;
}
@media (max-width: 768px) {
  .l-footer__news-text {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .l-footer__news .c-arrow {
    display: none;
  }
}
@media (max-width: 768px) {
  .l-footer__logo-img img {
    margin: 0 auto;
  }
}
.l-footer__top {
  padding: 70px 0 100px;
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1000px) {
  .l-footer__top {
    -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;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .l-footer__top {
    padding-top: 60px;
    padding-bottom: 100px;
    gap: 0;
  }
}
.l-footer__head {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 30px;
}
@media (max-width: 768px) {
  .l-footer__head {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 20px;
    margin-bottom: 60px;
  }
}
.l-footer__name {
  font-size: 20px;
  font-weight: 700;
}
.l-footer__logo-text {
  padding-top: 10px;
}
.l-footer__eng {
  color: var(--color-red);
  font-weight: 500;
  font-size: 16px;
  padding-top: 3px;
}
.l-footer__nav-main {
  display: grid;
  padding-top: 10px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .l-footer__nav-main {
    grid-template-columns: 6fr 4fr;
    gap: 40px 15px;
  }
  .l-footer__nav-main > :nth-child(3) {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 6fr 4fr;
    gap: 30px 15px;
  }
  .l-footer__nav-main > :nth-child(3) > :nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .l-footer__nav-main > :nth-child(3) > :nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.l-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.l-footer__child-list {
  padding: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.l-footer__child-item {
  color: rgba(255, 255, 255, 0.5);
}
.l-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1000px) {
  .l-footer__bottom {
    -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;
  }
}
.l-nav-modal .l-footer__bottom {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .l-nav-modal .l-footer__bottom {
    padding-top: 0;
  }
}
.l-footer__external {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-footer__external-top {
  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;
  gap: 30px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .l-footer__external-top {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 40px;
  }
}
.l-footer__corporate-link {
  font-size: 12px;
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.l-footer__corporate-link::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--color-red);
  mask: url("../../assets/img/common/icon_link.svg") no-repeat center/contain;
  -webkit-mask: url("../../assets/img/common/icon_link.svg") no-repeat center/contain;
}
.l-footer__copyright {
  color: var(--color-white);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  display: block;
  text-align: right;
}
@media (max-width: 1000px) {
  .l-footer__copyright {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .l-footer__copyright {
    text-align: left;
  }
}

.lower-mv {
  background: var(--color-black) url("../../assets/img/common/bg_lower.jpg") no-repeat center center;
  background-size: cover;
  padding: 190px 0 0;
  height: 580px;
}
@media (max-width: 768px) {
  .lower-mv {
    background: var(--color-black) url("../../assets/img/common/bg_lower_sp.jpg") no-repeat center center;
    background-size: cover;
    height: auto;
    padding-bottom: 20px;
    height: 480px;
  }
}
.lower-mv--min {
  height: auto;
  padding-bottom: 90px;
}
@media (max-width: 768px) {
  .lower-mv--min {
    padding-bottom: 20px;
    height: 480px;
  }
}
@media (max-width: 768px) {
  .lower-mv--splong {
    height: 660px;
  }
}
.lower-mv__title {
  font-weight: 700;
  color: var(--color-white);
  font-size: 16px;
}
@media (max-width: 768px) {
  .lower-mv__title {
    margin-bottom: 0;
  }
}
.lower-mv__title--big {
  font-size: 40px;
}
.lower-mv__sub {
  color: var(--color-red);
  font-weight: 700;
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .lower-mv__sub {
    margin-bottom: 20px;
  }
}
.lower-mv__sub--min {
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .lower-mv__sub--min {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .lower-mv .l-inner {
    position: relative;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .lower-main.people .l-inner {
    margin-top: -160px;
  }
}
.lower-main .l-inner {
  max-width: 900px;
  margin-top: -200px;
  padding-bottom: 370px;
}
@media (max-width: 768px) {
  .lower-main .l-inner {
    margin-top: 0;
    padding-bottom: 100px;
  }
}
.lower-main .l-inner--min {
  margin-top: 120px;
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .lower-main .l-inner--min {
    margin-top: 110px;
    padding-bottom: 0;
  }
}
.lower-main .l-inner--medium {
  max-width: 1000px;
}
.lower-main .l-inner--wide {
  max-width: 1280px;
}

@media (max-width: 768px) {
  .breadcrumbs {
    position: absolute;
    bottom: 0px;
    left: 20px;
  }
}
@media (max-width: 768px) {
  .lower-mv--splong .breadcrumbs {
    bottom: 160px;
  }
}
.breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  .breadcrumbs-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.breadcrumbs-list__item {
  font-size: 12px;
  color: var(--color-white);
}
.breadcrumbs-list__item::after {
  content: "・";
  color: var(--color-white);
  padding: 0 10px;
}
.breadcrumbs-list__item:last-child::after {
  display: none;
}
.breadcrumbs-list__item a {
  color: var(--color-white);
  font-size: 13px;
}

.c-ttl {
  color: var(--color-red);
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .c-ttl {
    margin-bottom: 20px;
  }
}
.c-ttl--white {
  color: var(--color-white);
}

.c-ttl-sub {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  padding-left: 20px;
  position: relative;
}
.c-ttl-sub::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-red);
  -webkit-box-shadow: 4px 0 0 0 var(--color-black);
          box-shadow: 4px 0 0 0 var(--color-black);
  margin-right: 20px;
  position: absolute;
  top: 10px;
  left: 0;
}
@media (max-width: 768px) {
  .c-ttl-sub::before {
    top: 8px;
  }
}
.c-ttl-sub--white {
  color: var(--color-white);
}
.c-ttl-sub--black {
  color: var(--color-black);
  left: -3px;
}
.home .c-ttl-sub {
  padding: 0;
}
.home .c-ttl-sub::before {
  display: none;
}

.c-btn {
  --btn-color: var(--color-red);
  --btn-text-color: var(--color-red);
  --btn-arrow-color: var(--color-red);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--btn-color);
  border-radius: 60px;
  color: var(--btn-text-color);
  font-weight: 500;
  padding: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
}
@media (max-width: 768px) {
  .c-btn {
    padding: 5px;
  }
}
@media (hover: hover) {
  .c-btn:hover {
    background-color: var(--btn-color);
    color: var(--color-white);
  }
  .c-btn:hover::after {
    background-color: var(--color-white);
  }
}
.c-btn::after {
  content: "";
  position: absolute;
  right: 25px;
  width: 6px;
  height: 8px;
  background-color: var(--btn-arrow-color);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn--back::after {
  right: auto;
  left: 25px;
  clip-path: polygon(100% 0, 100% 100%, 0 50%);
}
.c-btn--white {
  --btn-color: var(--color-white);
  --btn-text-color: var(--color-white);
  --btn-arrow-color: var(--color-white);
}
@media (hover: hover) {
  .c-btn--white:hover, .c-btn--white.is-hover {
    background-color: var(--btn-color);
    color: var(--color-red);
  }
  .c-btn--white:hover::after, .c-btn--white.is-hover::after {
    background-color: var(--color-red);
  }
}

/* =========================================================================
   Component: CATCHPHRASE
   ========================================================================= */
@media (max-width: 768px) {
  .c-catchphrase {
    margin-bottom: 60px;
  }
}
.p-top-mv .c-catchphrase {
  margin-bottom: 0;
}
.c-catchphrase-en {
  font-size: 78px;
  font-weight: 700;
  color: var(--color-white);
  line-height: 1.4;
  font-family: "MMCOFFICE", sans-serif;
}
@media (max-width: 768px) {
  .c-catchphrase-en {
    line-height: 1.1;
    margin-bottom: 20px;
  }
}
.c-catchphrase-ja {
  font-size: 18px;
  font-weight: 700;
  color: var(--color-white);
  letter-spacing: 0.05px;
}

/* =========================================================================
   Component: Entry
   ========================================================================= */
.c-entry {
  padding-bottom: 150px;
}
.l-entry-modal .c-entry {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .l-entry-modal .c-entry {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .c-entry {
    padding-bottom: 110px;
  }
  body:not(.home) .c-entry {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  body:not(.home) .l-entry-modal .c-entry {
    border-bottom: none;
  }
}
.c-entry__inner {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 150px;
  counter-reset: entry-num;
}
@media (max-width: 1000px) {
  .c-entry__inner {
    gap: 90px;
  }
}
@media (max-width: 768px) {
  .c-entry__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.l-entry-modal .c-entry__title {
  text-align: center;
  font-size: 60px;
}
@media (max-width: 768px) {
  .l-entry-modal .c-entry__title {
    font-size: 40px;
  }
}
.c-entry__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media (max-width: 768px) {
  .c-entry__main {
    gap: 40px;
  }
}
.c-entry__label {
  color: var(--color-white);
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 22px;
}
@media (max-width: 768px) {
  .c-entry__label {
    font-size: 16px;
  }
}
.c-entry__list {
  display: grid;
  gap: 10px;
}
.c-entry__sub-title {
  padding: 0;
}
@media (max-width: 768px) {
  .l-entry-modal .c-entry__sub-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-entry__sub-title::before {
  display: none;
}
.c-entry__item {
  counter-increment: entry-num;
}
.c-entry__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.06);
  padding: 40px 40px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  font-weight: 700;
  color: var(--color-white);
  position: relative;
}
@media (max-width: 768px) {
  .c-entry__item a {
    padding: 20px 30px 35px;
    -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;
  }
  .c-entry__item a .c-arrow {
    border: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
}
.c-entry__item a::before {
  content: counter(entry-num, decimal-leading-zero);
  color: var(--color-red);
  font-weight: 700;
  margin-right: 30px;
  font-family: "MMCOFFICE", sans-serif;
  font-size: 12px;
}
@media (hover: hover) {
  .c-entry__item a:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  .c-entry__item a:hover .c-arrow {
    background-color: var(--color-red);
  }
  .c-entry__item a:hover .c-arrow::before {
    background-color: var(--color-white);
  }
}

.c-arrow {
  position: absolute;
  right: 20px;
  width: 55px;
  height: 25px;
  border: 1px solid var(--color-red);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-arrow::before {
  content: "";
  width: 6px;
  height: 8px;
  background-color: var(--color-red);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.c-q-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2px;
  font-weight: 700;
  margin-bottom: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 768px) {
  .c-q-title {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    line-height: 1.4;
  }
}
.c-q-title__label {
  background-color: var(--color-red);
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "MMCOFFICE", sans-serif;
}
@media (max-width: 768px) {
  .c-q-title__label {
    padding: 2px 6px 3px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 1px;
  }
}
.c-q-title__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 769px) {
  .c-q-title__text {
    background: transparent;
    padding: 0;
    line-height: 1;
  }
  .c-q-title__text span {
    display: inline;
    background-color: var(--color-black);
    color: var(--color-white);
    padding: 5px 20px;
    line-height: 2.2;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}
@media (max-width: 768px) {
  .c-q-title__text {
    display: inline;
    background-color: var(--color-black);
    color: var(--color-white);
    padding: 4px 15px;
    line-height: 2.1;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
}

.p-interview {
  padding: 390px 0 160px;
  position: relative;
  z-index: 1;
  container-type: inline-size;
}
@media (max-width: 768px) {
  .p-interview {
    padding-bottom: 100px;
    padding-top: 930px;
  }
}
.p-interview__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-interview__head {
    margin-bottom: 60px;
  }
}
.p-interview__head-set .p-interview__sub-title {
  margin-bottom: 0;
}
.p-interview__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 40px;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .p-interview__wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.p-interview__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media (max-width: 768px) {
  .p-interview__arrows {
    margin-bottom: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-interview__arrow {
  width: 60px;
  height: 30px;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  border: 1px solid var(--color-black);
  background: var(--color-white);
  position: relative;
}
.p-interview__arrow::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: var(--color-black);
  -webkit-mask: url("../../assets/img/common/icon_arrow.svg") no-repeat center center;
          mask: url("../../assets/img/common/icon_arrow.svg") no-repeat center center;
  mask-size: contain;
  -webkit-mask: url("../../assets/img/common/icon_arrow.svg") no-repeat center center;
  -webkit-mask-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .p-interview__arrow:hover {
    background: var(--color-black);
  }
  .p-interview__arrow:hover::before {
    background-color: var(--color-white);
  }
}
.p-interview__arrow--next::before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.p-interview__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-interview__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}
.p-interview__side {
  padding-top: 20px;
  width: 210px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .p-interview__side {
    padding-top: 30px;
    width: 100%;
  }
}
.p-interview__slider-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden;
  margin-right: calc(50% - 50cqw);
}
@media (max-width: 768px) {
  .p-interview__slider-wrap {
    margin: 0;
    max-width: 100%;
  }
}
.p-interview__slider .slick-list {
  overflow: visible;
  padding: 0 !important;
  width: 100%;
}
@media (max-width: 768px) {
  .p-interview__slider .slick-list {
    overflow: hidden;
  }
}
.p-interview__slider .slick-slide {
  margin-right: 40px;
  opacity: 1 !important;
  -webkit-transition: none;
  transition: none;
}
@media (max-width: 768px) {
  .p-interview__slider .slick-slide {
    margin-right: 0;
  }
}
.p-interview__item {
  max-width: 386px;
}
@media (max-width: 768px) {
  .p-interview__item {
    max-width: 100%;
  }
}
.p-interview__item a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .p-interview__item a:hover {
    opacity: 1;
  }
}
.p-interview__item-figure {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-interview__item-figure {
    margin-bottom: 20px;
  }
}
.p-interview__item-figure img {
  width: 100%;
  height: auto;
}
.p-interview__item-caption {
  position: absolute;
  left: 0;
  bottom: 60px;
  color: var(--color-white);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  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;
  gap: 6px;
  z-index: 2;
}
.p-interview__item-catch {
  background: rgba(18, 12, 10, 0.9);
  padding: 5px 15px;
  display: table;
}
.p-interview__item-detail {
  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;
  gap: 20px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .p-interview__item-detail {
    padding: 0px 0 10px 20px;
    gap: 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home .p-interview__item-detail {
    padding-top: 10px;
  }
}
.p-interview__item-name {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-red);
  line-height: 1;
}
.p-interview__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-weight: 700;
}
.p-interview__item-date {
  font-size: 14px;
  font-weight: 50;
}
.p-interview__item-post {
  font-size: 14px;
  font-weight: 500;
  border: 1px solid var(--color-black);
  padding: 3px 20px;
  border-radius: 40px;
}

.p-interview-detail__image {
  position: relative;
}
.p-interview-detail__image .p-interview__item-caption {
  font-size: 34px;
  bottom: 80px;
  left: 80px;
}
@media (max-width: 768px) {
  .p-interview-detail__image .p-interview__item-caption {
    font-size: 20px;
    left: 0;
    bottom: 60px;
  }
}
.p-interview-detail__image .p-interview__item-detail {
  background: var(--color-white);
  position: absolute;
  right: 0;
  bottom: 0;
  padding-top: 40px;
  padding-left: 60px;
}
@media (max-width: 768px) {
  .p-interview-detail__image .p-interview__item-detail {
    position: relative;
    padding: 30px 0;
  }
}
.p-interview-detail__main.l-inner.l-inner {
  padding-top: 80px;
  margin-top: 0;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .p-interview-detail__main.l-inner.l-inner {
    margin-top: 0;
    padding-inline: 0;
  }
}
.p-interview-detail__set {
  margin-bottom: 60px;
  display: grid;
}
.p-interview-detail__set--type01 {
  grid-template-columns: 1fr;
}
.p-interview-detail__set--type02 {
  grid-template-columns: 360px 1fr;
  gap: 40px 100px;
}
@media (max-width: 1024px) {
  .p-interview-detail__set--type02 {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .p-interview-detail__set--type02 .p-interview-detail__picture {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-interview-detail__set--type02 .p-interview-detail__main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-interview-detail__set--type03 {
  grid-template-columns: 1fr 360px;
  gap: 40px 100px;
}
@media (max-width: 1024px) {
  .p-interview-detail__set--type03 {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.p-interview-detail__picture {
  max-width: 360px;
  width: 100%;
}
@media (max-width: 768px) {
  .p-interview-detail__picture {
    max-width: 450px;
    margin: 0 auto;
  }
}
.p-interview-detail__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
.p-interview-detail__lead {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-interview-detail__lead {
    margin-bottom: 30px;
  }
}
.p-interview-detail__after {
  margin-top: 60px;
  margin-bottom: 60px;
}
.p-interview-detail__back {
  max-width: 220px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-interview-detail__back {
    max-width: 375px;
  }
}

.p-top-mv {
  overflow: hidden;
  position: relative;
  padding-top: 80px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .p-top-mv {
    padding-top: 5px;
  }
}
.p-top-mv__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-height: 680px;
  position: relative;
  z-index: 1;
}
.p-top-mv__slider-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 5px;
  -webkit-animation: loop-left 120s linear infinite;
          animation: loop-left 120s linear infinite;
}
.p-top-mv__slider-image {
  width: calc(50vw - 2.5px);
  max-height: 680px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 600px;
}
@media (max-width: 768px) {
  .p-top-mv__slider-image {
    width: 100vw;
  }
}
.p-top-mv__slider-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-mv__inner {
  position: absolute;
  top: 80px;
  left: 40px;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 80px;
  pointer-events: none;
}
@media (max-width: 768px) {
  .p-top-mv__inner {
    padding-bottom: 10px;
    right: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    left: 0;
    bottom: 20px;
    top: auto;
  }
}
.p-top-mv__inner > * {
  pointer-events: auto;
}
.p-top-mv__news {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 15;
  background-color: var(--color-white);
  padding: 30px 40px;
  width: 100%;
  max-width: 430px;
  -webkit-box-shadow: var(--shadow-base);
          box-shadow: var(--shadow-base);
}
@media (max-width: 1000px) {
  .p-top-mv__news {
    max-width: 380px;
  }
}
@media (max-width: 768px) {
  .p-top-mv__news {
    display: none;
  }
}
.p-top-mv__news-info {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.p-top-mv__news-category {
  color: var(--color-red);
}
.p-top-mv__news-date {
  font-size: 12px;
  font-weight: 400;
}
.p-top-mv__news-text {
  font-weight: 500;
  line-height: 1.6;
  color: var(--color-black);
}

@-webkit-keyframes loop-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p-top-vision {
  background: transparent url("../../assets/img/top/bg_vision.jpg") no-repeat center center;
  background-size: cover;
  padding: 160px 0;
  container-type: inline-size;
  position: relative;
  z-index: 99;
}
@media (max-width: 768px) {
  .p-top-vision {
    padding: 110px 0;
    background: transparent url("../../assets/img/top/bg_vision_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.p-top-vision__inner {
  position: relative;
}
.p-top-vision__title {
  text-align: center;
  font-size: 60px;
  color: var(--color-red);
  font-weight: 700;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .p-top-vision__title {
    margin-bottom: 40px;
  }
}
.p-top-vision__textarea {
  text-align: center;
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-top-vision__textarea {
    text-align: left;
    margin-bottom: 100px;
  }
}
.p-top-vision__text {
  font-size: 18px;
  line-height: 2.2;
  font-weight: 500;
}
.p-top-vision__text-big {
  font-size: 32px;
  font-weight: 700;
  line-height: 2;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .p-top-vision__text-big {
    padding-top: 20px;
    text-align: center;
  }
}
.p-top-vision__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 250px;
  margin-bottom: -390px;
  position: relative;
  z-index: 10;
  gap: 5px;
  width: auto;
  margin-right: calc(50% - 50cqw);
}
@media (max-width: 768px) {
  .p-top-vision__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-right: 0;
    margin-top: 80px;
    margin-bottom: -930px;
  }
}
.p-top-vision__nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 460px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-top-vision__nav-item {
    height: 100%;
    aspect-ratio: 336/536;
  }
}
@media (hover: hover) {
  .p-top-vision__nav-item:hover .p-top-vision__nav-bg {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-top-vision__nav-item:hover::after {
    opacity: 0.1;
  }
  .p-top-vision__nav-item:hover .c-btn {
    background-color: var(--color-white);
    color: var(--color-red);
  }
  .p-top-vision__nav-item:hover .c-btn::after {
    background-color: var(--color-red);
  }
}
.p-top-vision__nav-item--message .p-top-vision__nav-bg {
  background-image: url("../../assets/img/top/img_message.jpg");
}
@media (max-width: 768px) {
  .p-top-vision__nav-item--message .p-top-vision__nav-bg {
    background-image: url("../../assets/img/top/img_message_sp.jpg");
    background-size: cover;
  }
}
.p-top-vision__nav-item--job .p-top-vision__nav-bg {
  background-image: url("../../assets/img/top/img_job.jpg");
}
@media (max-width: 768px) {
  .p-top-vision__nav-item--job .p-top-vision__nav-bg {
    background-image: url("../../assets/img/top/img_job_sp.jpg");
    background-size: cover;
  }
}
.p-top-vision__nav-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 12, 10, 0)), to(rgba(18, 12, 10, 0.4)));
  background: linear-gradient(180deg, rgba(18, 12, 10, 0) 0%, rgba(18, 12, 10, 0.4) 100%);
  z-index: 1;
  pointer-events: none;
}
.p-top-vision__nav-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1;
  pointer-events: none;
}
.p-top-vision__nav-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 60px 60px;
  position: relative;
  z-index: 2;
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}
@media (max-width: 1000px) {
  .p-top-vision__nav-item a {
    padding: 60px 40px;
  }
}
@media (max-width: 768px) {
  .p-top-vision__nav-item a {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.p-top-vision__nav-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  z-index: -1;
}
.p-top-vision__nav-head {
  padding-top: 100px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.p-top-vision__nav-title {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .p-top-vision__nav-title {
    line-height: 1;
    margin-bottom: 30px;
  }
}
.p-top-vision__nav-sub {
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-top-vision__nav-sub {
    margin-bottom: 40px;
  }
}
.p-top-vision__nav .p-top-vision__link-btn {
  width: 230px;
  position: absolute;
  bottom: 60px;
  left: 60px;
  z-index: 1;
}
@media (max-width: 1000px) {
  .p-top-vision__nav .p-top-vision__link-btn {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 220px;
  }
}
.p-top-vision__nav .p-top-vision__link-btn .c-btn {
  padding: 5px;
}
.p-top-vision__nav .p-top-vision__link-btn .c-btn::after {
  right: 20px;
}
.p-top-vision__image {
  display: contents;
}
@media (max-width: 900px) {
  .p-top-vision__image {
    display: none;
  }
}
.p-top-vision__image-img {
  position: absolute;
}
@media (max-width: 900px) {
  .p-top-vision__image-img {
    display: none;
  }
}
.p-top-vision__image-img01 {
  max-width: 260px;
  top: -30px;
  left: max(-20px, 50% - 50cqw);
}
@media (max-width: 768px) {
  .p-top-vision__image-img01 {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin: 40px auto 0;
  }
}
.p-top-vision__image-img02 {
  max-width: 200px;
  top: 80px;
  left: max(-90px, 50% - 50cqw);
}
@media (max-width: 768px) {
  .p-top-vision__image-img02 {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin: 40px auto 0;
  }
}
.p-top-vision__image-img03 {
  max-width: 160px;
  top: 380px;
  left: 120px;
}
@media (max-width: 1000px) {
  .p-top-vision__image-img03 {
    left: 20px;
  }
}
.p-top-vision__image-img04 {
  max-width: 140px;
  top: 20px;
  right: 30px;
}
.p-top-vision__image-img05 {
  max-width: 160px;
  right: max(-80px, 50% - 50cqw);
  top: 340px;
  z-index: 2;
}
.p-top-vision__image-img06 {
  max-width: 260px;
  top: 530px;
  right: max(-40px, 50% - 50cqw);
}

.p-top-work {
  background: transparent url("../../assets/img/top/bg_work.jpg") no-repeat center center;
  background-size: cover;
  padding: 160px 0;
}
@media (max-width: 1000px) {
  .p-top-work {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .p-top-work {
    padding: 110px 0 100px;
    background: transparent url("../../assets/img/top/bg_work_sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.p-top-work__main {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 150px;
  margin-bottom: 100px;
}
@media (max-width: 1000px) {
  .p-top-work__main {
    grid-template-columns: 1fr;
    gap: 70px;
  }
}
@media (max-width: 768px) {
  .p-top-work__main {
    gap: 0;
  }
}
.p-top-work__head {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .p-top-work__head {
    margin-bottom: 60px;
  }
}
.p-top-work__sub-title {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .p-top-work__sub-title {
    margin-bottom: 0;
  }
}
.p-top-work__label {
  color: var(--color-red);
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 5px;
}
.p-top-work__label span {
  margin-right: 10px;
}
.p-top-work__group-title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 35px;
}
.p-top-work__group-text {
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 768px) {
  .p-top-work__group-text {
    margin-bottom: 40px;
  }
}
.p-top-work__group-img {
  max-width: 210px;
  position: absolute;
  top: 30px;
  right: -70px;
}
@media (max-width: 1000px) {
  .p-top-work__group-img {
    left: 300px;
    right: auto;
  }
}
@media (max-width: 768px) {
  .p-top-work__group-img {
    position: relative;
    top: 0;
    left: auto;
    right: 0;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    margin: 10px auto;
  }
}
.p-top-work__btn {
  max-width: 360px;
}
@media (max-width: 768px) {
  .p-top-work__btn {
    max-width: 100%;
  }
}
.p-top-work__grid {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 10px;
}
@media (max-width: 768px) {
  .p-top-work__grid {
    grid-template-columns: 1fr;
  }
}
.p-top-work__item {
  background: var(--color-white);
  padding: 15px 20px 20px;
  position: relative;
}
@media (max-width: 768px) {
  .p-top-work__item {
    height: 200px;
  }
}
.p-top-work__item-head {
  margin-bottom: 60px;
}
.p-top-work__item-pl {
  padding-left: 30px;
}
.p-top-work__item-label {
  padding-left: 20px;
  padding-top: 5px;
  font-weight: 700;
  position: relative;
}
.p-top-work__item-label::before, .p-top-work__item-label::after {
  content: "";
  position: absolute;
  top: 3px;
  border-radius: 50%;
}
.p-top-work__item-label::before {
  width: 6px;
  height: 6px;
  background-color: var(--color-red);
  left: 0;
}
.p-top-work__item-label::after {
  width: 6px;
  height: 6px;
  background-color: var(--color-black);
  left: 10px;
}
.p-top-work__item-icon {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 42px;
}
.p-top-work__item-icon img {
  width: 100%;
  height: auto;
}
.p-top-work__item-wrap {
  grid-column: 1/2;
  align-self: end;
}
.p-top-work__item-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 5px;
  font-weight: 700;
  padding-left: 15px;
}
.p-top-work__item-data--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top-work__item-num {
  font-size: 50px;
  color: var(--color-red);
  line-height: 1;
}
.p-top-work__item-per {
  font-size: 24px;
}
.p-top-work__item-text {
  text-align: right;
  line-height: 1.6;
  font-size: 12px;
}
@media (max-width: 768px) {
  .p-top-work__item-text {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}
.p-top-work__bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-bottom: 220px;
}
@media (max-width: 1000px) {
  .p-top-work__bottom {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .p-top-work__bottom {
    grid-template-columns: 1fr;
    margin-bottom: 0;
    gap: 20px;
  }
}
.p-top-work__bottom-item {
  background: var(--color-white);
  -webkit-box-shadow: var(--shadow-base);
          box-shadow: var(--shadow-base);
  position: relative;
}
@media (max-width: 768px) {
  .p-top-work__bottom-item {
    height: 160px;
  }
}
.p-top-work__bottom-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: var(--color-red);
}
.p-top-work__bottom-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  gap: 40px;
  color: var(--color-black);
  position: relative;
}
@media (max-width: 768px) {
  .p-top-work__bottom-item a {
    height: 100%;
    padding: 0 80px 0 40px;
  }
}
@media (hover: hover) {
  .p-top-work__bottom-item a:hover .p-top-work__bottom-arrow {
    background-color: var(--color-red);
  }
  .p-top-work__bottom-item a:hover .p-top-work__bottom-arrow::before {
    background-color: var(--color-white);
  }
}
.p-top-work__bottom-thum {
  width: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 820px) {
  .p-top-work__bottom-thum {
    display: none;
  }
}
.p-top-work__bottom-thum img {
  width: 100%;
  height: auto;
}
.p-top-work__bottom-set {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-work__bottom-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.p-top-work__bottom-arrow {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 55px;
  height: 25px;
  border: 1px solid var(--color-red);
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top-work__bottom-arrow::before {
  content: "";
  width: 6px;
  height: 8px;
  background-color: var(--color-red);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

body.is-loading > *:not(.p-top-loading) {
  visibility: hidden;
}

.p-top-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #070709 url("../../assets/img/top/bg_loading.jpg") no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 1s ease, visibility 1s;
  transition: opacity 1s ease, visibility 1s;
}
.p-top-loading.is-loaded {
  opacity: 0;
  visibility: hidden;
}
.p-top-loading__inner {
  width: 390px;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation: fadeInBottom 0.5s ease forwards 0.3s;
          animation: fadeInBottom 0.5s ease forwards 0.3s;
}
@media (max-width: 768px) {
  .p-top-loading__inner {
    width: 296px;
  }
}
.p-top-loading__title {
  margin-bottom: 20px;
}
.p-top-loading__title img {
  width: 100%;
}
.p-top-loading__logo img {
  margin: 0 auto;
  width: 80px;
  height: 78px;
}

@-webkit-keyframes fadeInBottom {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInBottom {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* =========================================================================
   JS Fade / Vision Image Animation
   ========================================================================= */
.js-fade,
.p-top-vision__image-img {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease, -webkit-transform 1.2s ease;
}
.js-fade.is-active,
.p-top-vision__image-img.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 768px) {
  .message .lower-mv__title {
    margin-bottom: 60px;
  }
}
.message-figure {
  margin-bottom: 60px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.message-figure::after {
  content: "";
  width: 12px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  display: inline-block;
  z-index: 5;
  background: var(--color-red);
}
@media (max-width: 768px) {
  .message-figure {
    margin-inline: -20px;
  }
  .message-figure img {
    width: 100%;
  }
}
.message-name {
  text-align: right;
  padding-top: 20px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .message-name {
    padding: 0 20px;
    padding-bottom: 40px;
  }
}
.message-name__bold {
  font-weight: 700;
  font-size: 20px;
}
.message-text {
  margin-bottom: 40px;
}
.message-text-bottom {
  padding-top: 60px;
  margin-bottom: 0;
}
.message-head {
  padding-bottom: 60px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.message-head::after {
  content: "";
  width: 12px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  display: inline-block;
  z-index: 5;
  background: var(--color-red);
}
.message-head__title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
}
.message-head__sub {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 40px;
}
.message-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.message-textarea__bold {
  font-weight: 700;
}
.message-thum {
  max-width: 360px;
}
@media (max-width: 768px) {
  .message-thum {
    margin: 0 auto;
    max-width: 500px;
  }
}
.message-set {
  padding: 60px 0;
}
.message-set:not(:last-child) {
  border-bottom: 1px solid #eee;
  position: relative;
}
.message-set:not(:last-child)::after {
  content: "";
  width: 12px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  display: inline-block;
  z-index: 5;
  background: var(--color-red);
}
.message-set:last-child {
  padding-bottom: 0;
}
.message-grid {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 100px;
}
@media (max-width: 768px) {
  .message-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.message-grid--reverse {
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
}
@media (max-width: 768px) {
  .message-grid--reverse {
    grid-template-columns: 1fr;
  }
}
.message-grid--reverse .message-thum {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.message-grid--reverse .message-detail {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.message-list__title {
  background-color: var(--color-black);
  color: var(--color-white);
  font-weight: 700;
  padding: 5px 20px;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  margin-left: 12px;
  letter-spacing: 0.1em;
}
.message-list__title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -6px;
  width: 4px;
  background-color: var(--color-red);
}
.message-list__detail {
  margin-bottom: 30px;
}
.message-list__detail:last-child {
  margin-bottom: 0;
}
.message-list__detail .c-ttl-sub {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .message-list__detail .c-ttl-sub:has(.message-list__detail--min) {
    -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;
  }
}
.message-list__detail--min {
  font-size: 14px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .message-list__detail--min {
    padding-left: 0;
    margin-top: 5px;
  }
}
.message-list__detail-wrap {
  display: grid;
  grid-template-columns: 140px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
}
@media (max-width: 768px) {
  .message-list__detail-wrap {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.message-list__detail-wrap .c-ttl-sub {
  width: 140px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .message-list__detail-wrap .c-ttl-sub {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .message-list__detail-wrap .c-ttl-sub:has(.message-list__detail--min) {
    -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;
  }
}
.message-list__text {
  margin: 0;
  padding: 0;
}
.message-label {
  font-weight: 700;
  margin-bottom: 40px;
}
.message-num {
  counter-reset: message-counter;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-bottom: 40px;
}
.message-num__item {
  counter-increment: message-counter;
}
.message-num__title {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}
.message-num__title::before {
  content: counter(message-counter);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
  background-color: var(--color-red);
  color: var(--color-white);
  font-family: "MMCOFFICE", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.message-photo {
  margin: 60px 0 0;
}

.recruitment-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 200px;
}
@media (max-width: 1300px) {
  .recruitment-wrap {
    gap: 5vw;
  }
}
@media (max-width: 768px) {
  .recruitment-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
  }
}
.recruitment .l-inner--min {
  padding-bottom: 140px;
}
.recruitment-aside {
  width: 255px;
  counter-reset: recruitment-counter;
  position: sticky;
  top: 150px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .recruitment-aside {
    display: none;
  }
}
.recruitment-aside__sub {
  color: var(--color-red);
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 10px;
}
.recruitment-aside__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 50px;
}
.recruitment-aside__menu {
  margin-bottom: 50px;
}
.recruitment-aside__label {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.recruitment-aside__label::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--color-red);
  -webkit-box-shadow: 6px 0 0 0 var(--color-black);
          box-shadow: 6px 0 0 0 var(--color-black);
  margin-right: 6px;
  position: relative;
  top: -12px;
}
.recruitment-aside__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.recruitment-aside__item {
  font-weight: 500;
  counter-increment: recruitment-counter;
}
.recruitment-aside__item.is-current a {
  color: var(--color-red);
}
.recruitment-aside__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.recruitment-aside__item a::before {
  content: counter(recruitment-counter, decimal-leading-zero);
  color: var(--color-red);
  font-size: 12px;
  font-family: "MMCOFFICE", sans-serif;
  font-weight: 700;
}
.recruitment-aside__item a:hover {
  color: var(--color-red);
}
.recruitment-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  counter-reset: recruitment-main-counter;
  width: 100%;
}
.recruitment-main__group {
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  .recruitment-main__group {
    padding-bottom: 50px;
  }
}
.recruitment-main__group:last-child {
  padding-bottom: 0;
}
.recruitment-main__group:last-child .recruitment-main__wrap:last-child .recruitment-nav {
  margin-bottom: 0;
}
.recruitment-main__group:last-child .recruitment-main__wrap:last-child .recruitment-main__inner.is-open {
  padding-bottom: 0;
}
.recruitment-main__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
}
.recruitment-main__title::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-red);
  -webkit-box-shadow: 8px 0 0 0 var(--color-black);
          box-shadow: 8px 0 0 0 var(--color-black);
  margin-right: 15px;
  position: relative;
  top: -30px;
}
.recruitment-main__wrap {
  scroll-margin-top: 150px;
  position: relative;
  background: linear-gradient(to right, var(--color-red) 12px, #e0e0e0 12px) no-repeat left top/100% 1px;
  margin-bottom: 20px;
  padding-top: 40px;
}
.recruitment-main__btn {
  padding: 0 60px 25px 40px;
  cursor: pointer;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: none;
}
.recruitment-main__btn::before {
  counter-increment: recruitment-main-counter;
  content: counter(recruitment-main-counter, decimal-leading-zero);
  color: var(--color-red);
  font-family: "MMCOFFICE", sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  left: 0;
}
.recruitment-main__btn::after {
  content: "";
  position: absolute;
  right: 0;
  width: 24px;
  height: 24px;
  background-color: var(--color-red);
  border-radius: 50%;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--color-white)), to(var(--color-white))), -webkit-gradient(linear, left top, right top, color-stop(0, var(--color-white)), to(var(--color-white)));
  background-image: linear-gradient(to bottom, var(--color-white) 0, var(--color-white) 100%), linear-gradient(to right, var(--color-white) 0, var(--color-white) 100%);
  background-position: center center, center center;
  background-size: 10px 2px, 2px 10px;
  background-repeat: no-repeat, no-repeat;
}
.recruitment-main__btn.is-active::after {
  background-color: var(--color-black);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, var(--color-white)), to(var(--color-white)));
  background-image: linear-gradient(to right, var(--color-white) 0, var(--color-white) 100%);
  background-size: 10px 2px;
}
.recruitment-main__inner {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.4s ease-out, opacity 0.3s ease-out;
  transition: max-height 0.4s ease-out, opacity 0.3s ease-out;
  padding: 0;
}
.recruitment-main__inner.is-open {
  opacity: 1;
  padding: 0;
  margin-bottom: -10px;
}
.recruitment-main__set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding: 20px 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='1'%3E%3Ccircle cx='0.5' cy='0.5' r='0.5' fill='%23000'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 8px 1px;
}
@media (max-width: 768px) {
  .recruitment-main__set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.recruitment-main__label {
  width: 140px;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .recruitment-main__label {
    width: 100%;
  }
}
.recruitment-main__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 5px;
}
.recruitment-main__item {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.recruitment-main__item:last-child {
  margin-bottom: 0;
}
.recruitment-main__item::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--color-black);
  position: absolute;
  left: 0;
  top: 10px;
}
.recruitment-main__item-label {
  display: block;
  font-weight: 700;
  margin-bottom: 0;
}
.recruitment-main__detail {
  margin: 0;
}
@media (max-width: 768px) {
  .recruitment-main__detail {
    padding-left: 10px;
  }
}
.recruitment-nav {
  max-width: 220px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-questions .main {
  background-image: url("../img/common/bg_main.jpg");
  background-repeat: repeat;
  background-position: top center;
  background-size: cover;
  background-color: #040000;
}
@media (max-width: 768px) {
  .page-questions .lower-mv__title {
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .page-questions > .l-inner {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .page-questions .lower-main .l-inner--min {
    margin-top: 80px;
  }
}

.questions {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .questions {
    padding-bottom: 1px;
  }
}
.questions-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .questions-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .questions-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (max-width: 520px) {
  .questions-list {
    grid-template-columns: 1fr;
  }
}
.questions-list__item {
  background-color: var(--color-white);
  aspect-ratio: 3/2;
  position: relative;
  -webkit-box-shadow: var(--shadow-base);
          box-shadow: var(--shadow-base);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 768px) {
  .questions-list__item {
    aspect-ratio: auto;
    min-height: 140px;
  }
}
@media (hover: hover) {
  .questions-list__item:hover .questions-list__arrow {
    background-color: var(--color-red);
  }
  .questions-list__item:hover .questions-list__arrow::before {
    background-color: var(--color-white);
  }
}
.questions-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: var(--color-black);
}
.questions-list__num {
  position: absolute;
  top: 10px;
  left: 10px;
  color: var(--color-red);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.questions-list__ttl {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 768px) {
  .questions-list__ttl {
    padding: 20px 0;
  }
}
.questions-list__arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20px;
  height: 20px;
  border: 1px solid var(--color-red);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.questions-list__arrow::before {
  content: "";
  width: 4px;
  height: 6px;
  position: relative;
  left: 1px;
  background-color: var(--color-red);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.questions-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1000;
}
.questions-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.questions-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 0, 0, 0.8);
}
.questions-modal__content {
  position: relative;
  background-color: var(--color-white);
  width: 90%;
  max-width: 900px;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 1;
  padding: 60px 60px 80px;
}
@media (max-width: 768px) {
  .questions-modal__content {
    padding: 40px 20px 60px;
  }
}
.questions-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: var(--color-black);
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .questions-modal__close:hover {
    background-color: var(--color-red);
  }
}
.questions-modal__close span {
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: var(--color-white);
}
.questions-modal__close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.questions-modal__close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.questions-modal__item {
  padding: 60px 40px;
}
@media (max-width: 768px) {
  .questions-modal__item {
    padding: 40px 20px;
  }
}
.questions-modal__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .questions-modal__head {
    -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;
  }
}
.questions-modal__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--color-red);
  color: var(--color-white);
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 3px 6px;
  margin-right: 2px;
}
.questions-modal__ttl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #231815;
  color: var(--color-white);
  font-weight: 700;
  padding: 3px 20px;
}
@media (max-width: 768px) {
  .questions-modal__ttl {
    margin-top: 2px;
  }
}
.questions-modal__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.page-movies .lower-main .l-inner--min {
  padding-bottom: 370px;
}
@media (max-width: 768px) {
  .page-movies .lower-main .l-inner--min {
    padding-bottom: 100px;
  }
}

.movies__lead {
  text-align: center;
  margin-bottom: 60px;
}
.movies__iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: 100%;
}
.movies__video {
  width: 100%;
  aspect-ratio: 16/9;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.movies__set {
  margin-bottom: 60px;
}
.movies__set:last-child {
  margin-bottom: 0;
}
.movies__set .c-ttl-sub {
  font-size: 20px;
}

.page-numbers main {
  background-image: url("../img/common/bg_main.jpg");
  background-repeat: repeat;
  background-position: top center;
  background-size: cover;
  background-color: #040000;
  padding-bottom: 170px;
}

.numbers__lead {
  text-align: center;
  margin-bottom: 60px;
}
.numbers__grid {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .numbers__grid {
    grid-template-columns: 1fr;
  }
}
.numbers__item {
  background: var(--color-white);
  padding: 15px 20px 20px;
  position: relative;
  min-height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.numbers__item-head {
  margin-bottom: 50px;
}
.numbers__item-label {
  padding-left: 20px;
  padding-top: 5px;
  font-weight: 700;
  position: relative;
}
.numbers__item-label::before, .numbers__item-label::after {
  content: "";
  position: absolute;
  top: 3px;
  border-radius: 50%;
}
.numbers__item-label::before {
  width: 6px;
  height: 6px;
  background-color: var(--color-red);
  left: 0;
}
.numbers__item-label::after {
  width: 6px;
  height: 6px;
  background-color: var(--color-black);
  left: 10px;
}
.numbers__item-icon {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 42px;
}
.numbers__item-icon img {
  width: 100%;
  height: auto;
}
.numbers__item-wrap {
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.numbers__item-wrap:not(:has(.numbers__item-text)) {
  margin: 10px auto 0;
}
.numbers__item-wrap:has(.numbers__item-data-column) {
  margin-top: -10px;
}
.numbers__item-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  font-weight: 700;
  font-size: 24px;
  width: 100%;
}
@media (max-width: 768px) {
  .numbers__item-data {
    font-size: 20px;
  }
}
.numbers__item-data-18 {
  font-size: 18px;
}
@media (max-width: 768px) {
  .numbers__item-data-18 {
    font-size: 16px;
  }
}
.numbers__item-data-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.numbers__item-space {
  margin-left: 1.5em;
}
.numbers__item-num {
  font-size: 60px;
  color: var(--color-red);
  line-height: 1;
}
@media (max-width: 768px) {
  .numbers__item-num {
    font-size: 50px;
  }
}
.numbers__item-num-56 {
  font-size: 56px;
}
@media (max-width: 768px) {
  .numbers__item-num-56 {
    font-size: 50px;
  }
}
.numbers__item-num-70 {
  font-size: 70px;
}
@media (max-width: 768px) {
  .numbers__item-num-70 {
    font-size: 60px;
  }
}
.numbers__item-per {
  font-size: 24px;
}
@media (max-width: 768px) {
  .numbers__item-per {
    font-size: 18px;
  }
}
.numbers__item-text {
  line-height: 1.6;
  font-size: 12px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.job-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 200px;
}
@media (max-width: 1300px) {
  .job-wrap {
    gap: 10vw;
  }
}
@media (max-width: 768px) {
  .job-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .job .l-inner--min {
    margin-top: 40px;
  }
}
.job-aside {
  width: 250px;
  counter-reset: job-counter;
  position: sticky;
  top: 150px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .job-aside {
    position: relative;
    top: 0;
    width: 100%;
  }
}
.job-aside__sub {
  color: var(--color-red);
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .job-aside__sub {
    display: none;
  }
}
.job-aside__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .job-aside__title {
    display: none;
  }
}
.job-aside__menu {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .job-aside__menu {
    margin-bottom: 0;
  }
}
.job-aside__label {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.job-aside__label::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--color-red);
  -webkit-box-shadow: 6px 0 0 0 var(--color-black);
          box-shadow: 6px 0 0 0 var(--color-black);
  margin-right: 6px;
  position: relative;
  top: -12px;
}
.job-aside__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media (max-width: 768px) {
  .job-aside__list {
    gap: 10px;
  }
}
.job-aside__item {
  font-weight: 500;
  counter-increment: job-counter;
}
.job-aside__item.is-current a {
  color: var(--color-red);
}
.job-aside__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 768px) {
  .job-aside__item a {
    width: 100%;
    gap: 20px;
  }
  .job-aside__item a::after {
    content: "";
    width: 34px;
    height: 34px;
    border: 1px solid var(--color-red);
    border-radius: 50%;
    margin-left: auto;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath d='M4 6L0 0H8L4 6Z' fill='%23E60012'/%3E%3C/svg%3E") no-repeat center center;
    background-size: 6px 4px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .job-aside__item a::after {
    width: 16px;
    height: 16px;
  }
}
.job-aside__item a::before {
  content: counter(job-counter, decimal-leading-zero);
  color: var(--color-red);
  font-size: 12px;
  font-family: "MMCOFFICE", sans-serif;
  font-weight: 700;
}
.job-aside__item a:hover {
  color: var(--color-red);
}
.job-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  counter-reset: job-main-counter;
  width: 100%;
  padding-bottom: 60px;
}
.job-main__group {
  padding-bottom: 20px;
  margin-bottom: 80px;
  scroll-margin-top: 60px;
}
.job-main__group:not(:last-child) {
  border-bottom: 1px solid #eee;
  position: relative;
}
.job-main__group:not(:last-child)::after {
  content: "";
  width: 12px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  display: inline-block;
  z-index: 5;
  background: var(--color-red);
}
@media (max-width: 768px) {
  .job-main__group {
    padding-bottom: 50px;
  }
}
.job-main__group:last-child {
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .job-main__group:last-child {
    margin-bottom: 0;
  }
}
.job-main__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .job-main__head {
    -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;
    gap: 30px;
  }
}
.job-main__head-img {
  width: 100%;
  max-width: 560px;
}
@media (max-width: 768px) {
  .job-main__head-img {
    max-width: 100%;
  }
}
.job-main__head-img img {
  width: 100%;
  height: auto;
}
.job-main__title {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.job-main__title-en {
  color: var(--color-red);
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
}
.job-main__title-ja {
  font-size: 30px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 22px;
}
.job-main__title-ja::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-red);
  -webkit-box-shadow: 8px 0 0 0 var(--color-black);
          box-shadow: 8px 0 0 0 var(--color-black);
  margin-right: 20px;
  position: absolute;
  top: -4px;
  left: 0;
}
.job-main__lead {
  margin-bottom: 40px;
}
.job-main__wrap {
  position: relative;
}
.job-main__inner {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='1'%3E%3Ccircle cx='0.5' cy='0.5' r='0.5' fill='%23000'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 8px 1px;
}
.job-main__set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding: 20px 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='1'%3E%3Ccircle cx='0.5' cy='0.5' r='0.5' fill='%23000'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 8px 1px;
}
@media (max-width: 768px) {
  .job-main__set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.job-main__label {
  width: 140px;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .job-main__label {
    width: 100%;
  }
}
.job-main__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 5px;
}
.job-main__item {
  position: relative;
  padding-left: 15px;
  margin-bottom: 2px;
}
.job-main__item:last-child {
  margin-bottom: 0;
}
.job-main__item::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--color-black);
  position: absolute;
  left: 0;
  top: 10px;
}
.job-main__item-label {
  display: block;
  font-weight: 700;
  margin-bottom: 0;
}
.job-main__detail {
  margin: 0;
}
@media (max-width: 768px) {
  .job-main__detail {
    padding-left: 10px;
  }
}
.job-nav {
  max-width: 220px;
  margin-top: 50px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .job-nav {
    max-width: 336px;
    margin-inline: auto;
  }
}

/* =========================================================================
   Utilities: Typography
   ========================================================================= */
.font-noto {
  font-family: "Noto Sans JP", sans-serif;
}

.font-hiragino {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
}

.font-mmc {
  font-family: "MMCOFFICE", sans-serif;
}

.u-font-mmc {
  font-family: "MMCOFFICE", sans-serif !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

/* =========================================================================
   Utilities: Color
   ========================================================================= */
.u-color-black {
  color: var(--color-black) !important;
}

.u-color-white {
  color: var(--color-white) !important;
}

.u-color-red {
  color: var(--color-red) !important;
}

.u-bg-black {
  background-color: var(--color-black) !important;
}

.u-bg-white {
  background-color: var(--color-white) !important;
}

.u-bg-red {
  background-color: var(--color-red) !important;
}

/* =========================================================================
   Utilities: Display
   ========================================================================= */
.u-sp-only {
  display: none !important;
}
@media (max-width: 768px) {
  .u-sp-only {
    display: block !important;
  }
}

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

.u-pc-only {
  display: block !important;
}
@media (max-width: 768px) {
  .u-pc-only {
    display: none !important;
  }
}

.u-pc-inline {
  display: inline !important;
}
@media (max-width: 768px) {
  .u-pc-inline {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */