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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

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

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

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

select:disabled {
  opacity: inherit;
}

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

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

html {
  overflow: auto;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  font-size: 1.6em;
  line-height: 1.8;
  height: 100%;
  color: #000;
  letter-spacing: 0.1em;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

/* common link */
a:link {
  color: #b2e445;
  text-decoration: none;
}

a:visited {
  color: #b2e445;
  text-decoration: none;
}

a:active {
  color: #b2e445;
  text-decoration: none;
}

a:hover {
  color: #b2e445;
  text-decoration: underline;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
    text-decoration: none;
  }
}
.l-wrapper {
  position: relative;
  margin: 0 auto;
}

.l-wrapper.-recruit {
  background: #008412;
}

.l-wrapper.-group {
  background: #282828;
}

.js-fade-in,
.js-fade-up,
.js-fade-down,
.js-fade-pop {
  opacity: 0;
}

#btn_ptop {
  position: fixed;
  bottom: min(10vw, 100px);
  right: min(2vw, 20px);
  z-index: 8888;
}
#btn_ptop a:hover .arrow {
  background: #9dce34;
}
#btn_ptop .arrow {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #8fc31f;
  padding-bottom: 8px;
  height: 60px;
  width: 60px;
  border-radius: 9999px;
  transition: all 0.25s ease-in-out;
}
#btn_ptop .arrow::before {
  position: absolute;
  content: "";
  clip-path: polygon(7% 100%, 0 93%, 50% 43%, 100% 93%, 93% 100%, 50% 57%, 7% 100%);
  height: 0.8em;
  aspect-ratio: 1;
  background-color: #fff;
}

@media (max-width: 768px) {
  #btn_ptop a:hover .arrow {
    background: #8fc31f;
  }
  #btn_ptop .arrow {
    padding-bottom: 7px;
    height: 50px;
    width: 50px;
    transition: all 0s ease-in-out;
  }
  #btn_ptop .arrow::before {
    height: 0.8em;
  }
}
/* .l-header */
.l-header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  transition: background-color 0.3s ease;
}
.l-header.is-scrolled {
  background: #fff;
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.l-header.is-scrolled .p-gnav-wide__lists-list a {
  color: #000;
}
.l-header.is-scrolled .p-gnav-wide__lists-list a:hover {
  color: #8fc31f;
  background: none;
}
.l-header.is-scrolled .p-gnav-wide__lists-list a:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.l-header__logo {
  display: grid;
  padding: 15px 25px;
  border-radius: 0 0 5px 0;
}
.l-header__logo .l-header__logo-img {
  grid-area: 1/1;
  display: block;
  width: 260px;
  transition: opacity 0.25s ease;
}
.l-header__logo .l-header__logo-img--wht {
  z-index: 1;
  transition-delay: 0;
}
.l-header__logo .l-header__logo-img--default {
  z-index: 2;
  opacity: 0;
  transition-delay: 0;
}
.is-scrolled .l-header__logo .l-header__logo-img--wht {
  opacity: 0;
  pointer-events: none;
  transition-delay: 0.25s;
}
.is-scrolled .l-header__logo .l-header__logo-img--default {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0;
}

@media (max-width: 768px) {
  /* .l-header */
  .l-header__logo .l-header__logo-img {
    width: 250px;
  }
}
@media (max-width: 576px) {
  /* .l-header */
  .l-header__logo .l-header__logo-img {
    width: 240px;
  }
}
/* .l-main */
.l-main {
  position: relative;
  width: 100%;
}

.-recruit .l-main {
  margin: 0 auto;
  max-width: 1600px;
}

/* .l-contents */
.l-contents {
  position: relative;
}

/* .l-footer */
.l-footer {
  position: relative;
  background: #282828;
  z-index: 3;
}

.l-footer.-group {
  border-top: 1px solid #525252;
}

.c-title-style-1,
.c-title-style-2,
.c-title-style-3,
.c-title-style-4,
.c-title-style-5 {
  position: relative;
  margin-bottom: min(4vw, 40px);
}
.c-title-style-1__text-en,
.c-title-style-2__text-en,
.c-title-style-3__text-en,
.c-title-style-4__text-en,
.c-title-style-5__text-en {
  display: inline-block;
  margin-bottom: min(0.5vw, 5px);
  font-family: "Poppins";
  font-size: min(7.1428571429vw, 10rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
}
.c-title-style-1__text-jp,
.c-title-style-2__text-jp,
.c-title-style-3__text-jp,
.c-title-style-4__text-jp,
.c-title-style-5__text-jp {
  display: block;
  font-size: min(3vw, 4.2rem);
  font-weight: 500;
  line-height: 1.4;
}

.c-title-style-2 {
  margin-bottom: min(8vw, 80px);
}
.c-title-style-2__text-en {
  display: inline-block;
  margin-bottom: min(1vw, 10px);
  font-size: min(5vw, 7rem);
}
.c-title-style-2__text-jp {
  font-size: min(3.7142857143vw, 5.2rem);
}

.c-title-style-3 {
  margin-bottom: min(7vw, 70px);
}
.c-title-style-3__text-en {
  display: inline-block;
  margin-bottom: min(1vw, 10px);
  font-size: min(4.2857142857vw, 6rem);
}
.c-title-style-3__text-jp {
  font-size: min(3vw, 4.2rem);
}

.c-title-style-4 {
  margin-bottom: min(4vw, 40px);
}
.c-title-style-4__text-en {
  display: inline-block;
  margin-bottom: min(1vw, 10px);
  font-size: min(7.1428571429vw, 10rem);
}
.c-title-style-4__text-jp {
  font-size: min(3vw, 4.2rem);
}

.c-title-style-5 {
  margin-bottom: min(5vw, 50px);
}
.c-title-style-5__text-en {
  display: inline-block;
  margin-bottom: min(1vw, 10px);
  font-size: min(4.1095890411vw, 6rem);
}
.c-title-style-5__text-jp {
  font-size: min(2.8767123288vw, 4.2rem);
}
.c-title-style-5__text-jp span {
  font-size: min(1.3698630137vw, 2rem);
}

@media (max-width: 768px) {
  .c-title-style-1__text-en {
    font-size: 7.5vw;
  }
  .c-title-style-1__text-jp {
    font-size: 4vw;
  }
  .c-title-style-2__text-en {
    font-size: 7.5vw;
  }
  .c-title-style-2__text-jp {
    font-size: 4vw;
  }
  .c-title-style-3__text-en {
    font-size: 6.5vw;
  }
  .c-title-style-3__text-jp {
    font-size: 4vw;
  }
  .c-title-style-4__text-en {
    font-size: 8vw;
  }
  .c-title-style-4__text-jp {
    font-size: 4vw;
  }
  .c-title-style-5__text-en {
    font-size: 6.5vw;
  }
  .c-title-style-5__text-jp {
    font-size: 4vw;
  }
  .c-title-style-5__text-jp span {
    font-size: 2vw;
  }
}
@media (max-width: 576px) {
  .c-title-style-1__text-en {
    font-size: 7.5vw;
  }
  .c-title-style-1__text-jp {
    font-size: 5.5vw;
  }
  .c-title-style-2__text-en {
    font-size: 7.5vw;
  }
  .c-title-style-2__text-jp {
    font-size: 5.5vw;
  }
  .c-title-style-3__text-en {
    font-size: 7.5vw;
  }
  .c-title-style-3__text-jp {
    font-size: 5vw;
  }
  .c-title-style-4__text-en {
    font-size: 9vw;
  }
  .c-title-style-4__text-jp {
    font-size: 5.5vw;
  }
  .c-title-style-5__text-en {
    font-size: 8vw;
  }
  .c-title-style-5__text-jp {
    font-size: 5vw;
  }
  .c-title-style-5__text-jp span {
    font-size: 3vw;
  }
}
a.c-button-1,
a.c-button-2,
a.c-button-3,
a.c-button-4 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #262626;
  width: 100%;
  max-width: 450px;
  height: 60px;
  padding: 10px;
  font-size: 1.6rem;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  transition: all 0.1s linear;
}
a.c-button-1:hover,
a.c-button-2:hover,
a.c-button-3:hover,
a.c-button-4:hover {
  background: #3b3b3b;
  color: #fff;
}
a.c-button-1::before,
a.c-button-2::before,
a.c-button-3::before,
a.c-button-4::before {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: "";
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 0.8em;
  aspect-ratio: 1;
  background-color: #fff;
  transition: all 0.15s linear;
}
a.c-button-1:hover::before,
a.c-button-2:hover::before,
a.c-button-3:hover::before,
a.c-button-4:hover::before {
  right: 15px;
}

a.c-button-2 {
  background: #8fc31f;
}
a.c-button-2.-contact {
  height: 80px;
  font-size: 1.8rem;
}
a.c-button-2:hover {
  background: #9dce34;
}
a.c-button-2:hover::before {
  right: 15px;
}

a.c-button-3 {
  background: #ff6153;
}
a.c-button-3.-entry {
  height: 80px;
  font-size: 1.8rem;
}
a.c-button-3:hover {
  background: #ff7669;
}
a.c-button-3:hover::before {
  right: 15px;
}
a.c-button-3.-page-nav::before, a.c-button-3.-page-nav:hover::before {
  right: 12px;
}

a.c-button-4 {
  background: #8fc31f;
}
a.c-button-4:hover {
  background: #9dce34;
}
a.c-button-4.-blk {
  background: #262626;
}
a.c-button-4.-blk:hover {
  background: #3b3b3b;
}
a.c-button-4::before {
  top: 55%;
  right: 15px;
  transform: translateY(-50%) rotate(90deg);
  content: "";
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
}
a.c-button-4:hover::before {
  right: 15px;
}

.c-button-frame-1 {
  margin: 0 0 0 auto;
  max-width: 180px;
}

.c-button-frame-2 {
  margin: 0 auto;
  max-width: 450px;
}

.c-button-frame-3 {
  display: flex;
  justify-content: center;
  gap: min(2vw, 20px);
  margin-top: min(3vw, 30px);
}
.c-button-frame-3 li {
  width: 100%;
  max-width: 450px;
}

@media (max-width: 1240px) {
  a.c-button-3.-small {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  a.c-button-1,
  a.c-button-2,
  a.c-button-3,
  a.c-button-4 {
    width: 100%;
    max-width: inherit;
    height: 60px;
    padding: 10px;
    font-size: 1.6rem;
    transition: all 0s linear;
  }
  a.c-button-1:hover,
  a.c-button-2:hover,
  a.c-button-3:hover,
  a.c-button-4:hover {
    background: #262626;
    color: #fff;
  }
  a.c-button-1::before,
  a.c-button-2::before,
  a.c-button-3::before,
  a.c-button-4::before {
    transition: all 0s linear;
  }
  a.c-button-1:hover::before,
  a.c-button-2:hover::before,
  a.c-button-3:hover::before,
  a.c-button-4:hover::before {
    right: 20px;
  }
  a.c-button-2.-contact {
    height: 80px;
    font-size: 1.8rem;
  }
  a.c-button-2:hover {
    background: #8fc31f;
  }
  a.c-button-2:hover::before {
    right: 20px;
  }
  a.c-button-3.-entry {
    height: 80px;
    font-size: 1.8rem;
  }
  a.c-button-3:hover {
    background: #ff6153;
  }
  a.c-button-3:hover::before {
    right: 20px;
  }
  a.c-button-4:hover {
    background: #8fc31f;
  }
  a.c-button-4.-blk:hover {
    background: #262626;
  }
  a.c-button-4:hover::before {
    right: 15px;
  }
}
.c-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  left: 0;
  color: #000;
  padding: min(1vw, 10px);
  font-size: 1.4rem;
  z-index: 20;
}
.c-breadcrumb__list {
  position: relative;
  display: flex;
  align-items: center;
  padding: min(1vw, 10px) 30px min(1vw, 10px) min(1vw, 10px);
  line-height: 1.4;
}
.c-breadcrumb__list::before {
  position: absolute;
  margin-bottom: -2px;
  right: 0;
  content: "";
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 0.8em;
  aspect-ratio: 1;
  background-color: #000;
}
.c-breadcrumb__list:last-child::before {
  display: none;
}
.c-breadcrumb__list a {
  color: #000;
  text-decoration: none;
  transition: all 0.15s linear;
}
.c-breadcrumb__list a:hover {
  color: #8fc31f;
}

.-company .c-breadcrumb,
.-group .c-breadcrumb,
.-recruit .c-breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 2;
}
.-company .c-breadcrumb__list::before,
.-group .c-breadcrumb__list::before,
.-recruit .c-breadcrumb__list::before {
  background-color: #fff;
}
.-company .c-breadcrumb__list a,
.-group .c-breadcrumb__list a,
.-recruit .c-breadcrumb__list a {
  color: #fff;
}
.-company .c-breadcrumb__list a:hover,
.-group .c-breadcrumb__list a:hover,
.-recruit .c-breadcrumb__list a:hover {
  color: #d3f290;
}

.-recruit .c-breadcrumb {
  padding-left: min(3vw, 30px);
}

@media (max-width: 768px) {
  .c-breadcrumb__list {
    padding: min(1vw, 10px) 30px min(1vw, 10px) min(1vw, 10px);
    font-size: 1.4rem;
  }
  .c-breadcrumb__list::before {
    height: 0.8em;
  }
  .c-breadcrumb__list a {
    transition: all 0s linear;
  }
  .c-breadcrumb__list a:hover {
    color: #000;
  }
}
.-profile-table {
  display: grid;
  grid-template-columns: min(30vw, 300px) 1fr;
  border-top: solid 1px #e1e1e1;
  text-align: left;
}
.-profile-table__head {
  display: flex;
  align-items: center;
  font-weight: 400;
  padding: min(3vw, 30px);
  border-bottom: solid 1px #e1e1e1;
}
.-profile-table__body {
  padding: min(3vw, 30px);
  border-bottom: solid 1px #e1e1e1;
}
.-profile-table__body p {
  margin-bottom: min(2vw, 20px);
}
.-profile-table__body p:last-child {
  margin-bottom: 0;
}

.-result-table {
  display: grid;
  grid-template-columns: 7.5em 1fr;
}
.-result-table__head {
  font-weight: 400;
  padding-right: min(1.8vw, 18px);
  padding-bottom: min(0.8vw, 5px);
}
.-result-table__head p {
  display: flex;
  align-items: center;
}
.-result-table__head p:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #e1e1e1;
}
.-result-table__head p:after {
  margin-left: 0.5em;
}
.-result-table__head span {
  width: 4.2em;
}
.-result-table__body {
  padding-bottom: min(0.8vw, 5px);
}

.-schedule-table {
  display: grid;
  grid-template-columns: 8em 1fr;
}
.-schedule-table__head {
  font-weight: 400;
  padding-right: min(2.4vw, 24px);
  padding-bottom: min(2vw, 20px);
}
.-schedule-table__head p {
  display: flex;
  align-items: center;
}
.-schedule-table__head p:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: rgba(255, 255, 255, 0.4);
}
.-schedule-table__head p:after {
  margin-left: 0.5em;
}
.-schedule-table__head span {
  width: 4.2em;
}
.-schedule-table__body {
  padding-bottom: min(2vw, 20px);
}

@media (max-width: 768px) {
  .-profile-table {
    display: grid;
    grid-template-columns: 1fr;
  }
  .-profile-table__head {
    background: #f9f9f9;
    padding: 3vw;
  }
  .-profile-table__body {
    padding: 3vw;
  }
}
.c-list-style-1 > li {
  margin-bottom: min(1vw, 5px);
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.6rem;
  line-height: 1.6;
}

.c-list-style-2 > li {
  margin-bottom: min(1vw, 5px);
  text-indent: -1.5em;
  padding-left: 1.5em;
  font-size: 1.6rem;
  line-height: 1.6;
}

.p-top-hero {
  display: flex;
  align-items: center;
  position: relative;
  height: 100svh;
  min-height: 940px;
}
.p-top-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 5;
}
.p-top-hero__box-1 {
  position: absolute;
  z-index: 10;
  padding: min(6.4285714286vw, 90px);
  color: #fff;
}
.p-top-hero__company {
  margin-bottom: min(2.1428571429vw, 30px);
  font-family: "Poppins";
  font-size: min(13.2142857143vw, 18.5rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
}
.p-top-hero__company span {
  font-size: 0.784em;
}
.p-top-hero__box-2 {
  display: flex;
  gap: min(1.4285714286vw, 20px) min(2.8571428571vw, 40px);
}
.p-top-hero__symbol {
  width: min(21.4285714286vw, 300px);
}
.p-top-hero__info {
  padding-top: min(1.0714285714vw, 15px);
}
.p-top-hero__info .-info-type {
  margin-bottom: min(1.4285714286vw, 20px);
  width: min(25.7142857143vw, 360px);
}
.p-top-hero__info .-info-lead {
  margin-bottom: min(1.0714285714vw, 15px);
  font-size: min(4.2857142857vw, 6rem);
  font-weight: 500;
  line-height: 1.3;
}
.p-top-hero__info .-info-en {
  font-size: min(1.4285714286vw, 2rem);
  line-height: 1.5;
}

.p-hero-slider {
  position: absolute;
  z-index: 4;
  top: 0 !important;
  height: 100%;
  width: 100%;
}
.p-hero-slider .swiper-wrapper {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.p-hero-slider .swiper-slide,
.p-hero-slider .swiper-img {
  position: relative;
  height: 100%;
}
.p-hero-slider .swiper-slide img,
.p-hero-slider .swiper-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@keyframes blurIn {
  0% {
    filter: blur(24px);
  }
  100% {
    filter: blur(0);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1.6);
  }
  100% {
    transform: scale(1);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 10s linear 0s normal both, blurIn 1s ease-out 0s normal both;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

@media (max-width: 768px) {
  .p-top-hero {
    min-height: inherit;
  }
  .p-top-hero__box-1 {
    padding: 6vw;
  }
  .p-top-hero__company {
    margin-bottom: 3vw;
    font-size: 13vw;
  }
  .p-top-hero__box-2 {
    display: flex;
    flex-direction: column;
    gap: 2vw;
  }
  .p-top-hero__symbol {
    width: 22vw;
  }
  .p-top-hero__info {
    padding-top: 1vw;
  }
  .p-top-hero__info .-info-type {
    margin-bottom: 3.5vw;
    width: 45vw;
  }
  .p-top-hero__info .-info-lead {
    margin-bottom: 1vw;
    font-size: 6.5vw;
  }
  .p-top-hero__info .-info-en {
    font-size: 2vw;
  }
}
@media (max-width: 576px) {
  .p-top-hero__info .-info-lead {
    margin-bottom: 2vw;
  }
  .p-top-hero__info .-info-en {
    font-size: 3.2vw;
  }
}
.p-top-contents {
  margin: 0 auto;
}

.p-top-company {
  display: flex;
  align-items: center;
  position: relative;
  height: 800px;
}
.p-top-company__detail {
  position: relative;
  padding: min(1.4285714286vw, 20px) min(7.8571428571vw, 110px);
  width: 100%;
  color: #fff;
  z-index: 1;
}
.p-top-company__detail .-txt {
  margin-bottom: min(4vw, 40px);
  font-size: 1.6rem;
}
.p-top-company__detail .-button {
  width: 100%;
}
.p-top-company__ph {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.p-top-company__ph .-ph-1 {
  position: relative;
  height: 100%;
  width: 50%;
}
.p-top-company__ph .-ph-1::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(143, 195, 31, 0.8);
}
.p-top-company__ph .-ph-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top-company__ph .-ph-2 {
  height: 100%;
  width: 50%;
}
.p-top-company__ph .-ph-2::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.p-top-company__ph .-ph-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-service {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 800px;
}
.p-top-service__detail {
  position: relative;
  padding: min(1.4285714286vw, 20px) min(7.8571428571vw, 110px);
  width: 100%;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.p-top-service__detail .-txt {
  margin-bottom: min(4vw, 40px);
  font-size: 1.6rem;
}
.p-top-service__detail .-button {
  display: flex;
  justify-content: center;
  width: 100%;
}
.p-top-service__ph {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.p-top-service__ph .-ph-1,
.p-top-service__ph .-ph-2,
.p-top-service__ph .-ph-3 {
  position: relative;
  height: 100%;
  width: 33.3333333333%;
}
.p-top-service__ph .-ph-1::before,
.p-top-service__ph .-ph-2::before,
.p-top-service__ph .-ph-3::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.p-top-service__ph .-ph-1 img,
.p-top-service__ph .-ph-2 img,
.p-top-service__ph .-ph-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-group {
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
  height: 800px;
}
.p-top-group__detail {
  position: relative;
  padding: min(1.4285714286vw, 20px) min(7.8571428571vw, 110px);
  width: 100%;
  color: #fff;
  text-align: right;
  z-index: 2;
}
.p-top-group__detail .-txt {
  margin-bottom: min(4vw, 40px);
  font-size: 1.6rem;
}
.p-top-group__detail .-button {
  display: flex;
  justify-content: end;
  width: 100%;
}
.p-top-group .-logo-box {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  padding: min(6vw, 60px);
  align-items: center;
  height: 100%;
  width: 50%;
  z-index: 1;
}
.p-top-group .-logo-ymt {
  background: #fff;
  padding: min(2.4vw, 24px) min(3vw, 30px);
  border-radius: 8px;
}
.p-top-group .-logo-ymt img {
  width: 334px;
}
.p-top-group__ph {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.p-top-group__ph .-ph-1 {
  position: relative;
  height: 100%;
  width: 100%;
}
.p-top-group__ph .-ph-1::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 50%;
  background: rgba(0, 0, 0, 0.6);
}
.p-top-group__ph .-ph-1::after {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 50%;
  background: rgba(0, 132, 18, 0.9);
}
.p-top-group__ph .-ph-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-recruit {
  padding: min(12vw, 120px) min(6vw, 60px) min(16vw, 160px);
  text-align: center;
}
.p-top-recruit__detail {
  width: 100%;
}
.p-top-recruit__detail .-logo-xmhutrust {
  margin: 0 auto min(2vw, 20px);
  width: 490px;
}
.p-top-recruit__detail .-txt {
  margin-bottom: min(5vw, 50px);
}
.p-top-recruit__detail .-button {
  display: flex;
  justify-content: center;
  margin-bottom: min(7vw, 70px);
  width: 100%;
}
.p-top-recruit__ph {
  display: flex;
  flex-wrap: wrap;
  gap: min(1vw, 10px);
  margin: 0 auto;
  max-width: 1320px;
}
.p-top-recruit__ph .-ph {
  width: calc((100% - min(3vw, 30px)) / 4);
  height: 600px;
  border-radius: 10px;
  overflow: hidden;
}
.p-top-recruit__ph .-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-access__map {
  margin: 0 auto;
}

@media (max-width: 768px) {
  .p-top-company {
    align-items: normal;
    flex-direction: column;
    height: auto;
  }
  .p-top-company__detail {
    order: 2;
    background: url(/assets/img/p-top-company-1.webp) no-repeat center center;
    padding: 6vw;
  }
  .p-top-company__detail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(143, 195, 31, 0.8);
  }
  .p-top-company__detail .-txt {
    position: relative;
    margin-bottom: min(4vw, 40px);
    font-size: 1.6rem;
  }
  .p-top-company__detail .-button {
    width: 100%;
  }
  .p-top-company__ph {
    order: 1;
    position: inherit;
    height: 60vw;
    width: 100%;
  }
  .p-top-company__ph .-ph-1 {
    display: none;
  }
  .p-top-company__ph .-ph-2 {
    height: 100%;
    width: 100%;
  }
  .p-top-service {
    height: auto;
    padding: 15vw 0;
  }
  .p-top-service__detail {
    padding: 6vw;
    text-align: left;
  }
  .p-top-service__detail .-txt {
    margin-bottom: min(4vw, 40px);
    font-size: 1.6rem;
  }
  .p-top-service__detail .-button {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .p-top-group {
    justify-content: normal;
    align-items: normal;
    height: auto;
    padding-top: 60vw;
  }
  .p-top-group__detail {
    background: rgba(0, 132, 18, 0.9);
    padding: 6vw;
    text-align: left;
  }
  .p-top-group__detail .-txt {
    margin-bottom: min(4vw, 40px);
    font-size: 1.6rem;
  }
  .p-top-group__detail .-button {
    display: flex;
    justify-content: end;
    width: 100%;
  }
  .p-top-group .-logo-box {
    height: 60vw;
    width: 100%;
  }
  .p-top-group__ph .-ph-1::before {
    content: "";
    position: absolute;
    left: 0;
    height: 60vw;
    width: 100%;
  }
  .p-top-group__ph .-ph-1::after {
    display: none;
  }
  .p-top-recruit {
    text-align: left;
  }
  .p-top-recruit__detail .-logo-xmhutrust {
    margin: 0 0 min(2vw, 20px);
    width: 75vw;
  }
  .p-top-recruit__detail .-txt {
    margin-bottom: min(5vw, 50px);
  }
  .p-top-recruit__detail .-button {
    display: flex;
    justify-content: center;
    margin-bottom: min(7vw, 70px);
    width: 100%;
  }
  .p-top-recruit__ph .-ph {
    width: calc((100% - min(1vw, 10px)) / 2);
    height: 50vw;
    border-radius: 8px;
  }
  .p-top-access__map {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 70%; /* 比率を4:3に固定 */
    border-radius: 5px;
  }
  .p-top-access__map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.p-contents {
  position: relative;
  padding: 0 0 min(18vw, 180px);
}

.-group .p-contents {
  background: #282828;
}

.p-company-philosophy {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 980px;
  text-align: center;
}
.p-company-philosophy__inner {
  position: relative;
  padding: min(2vw, 20px) min(6vw, 60px);
  color: #fff;
  z-index: 1;
}
.p-company-philosophy__title {
  margin-bottom: min(3vw, 30px);
  font-size: 2.8rem;
}
.p-company-philosophy__lead {
  font-size: 1.6rem;
  line-height: 3;
}
.p-company-philosophy__mv {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.p-company-philosophy__mv-1 {
  position: relative;
  height: 100%;
  width: 100%;
}
.p-company-philosophy__mv-1::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(70, 135, 0, 0.5) 0%, rgba(26, 81, 0, 0.9) 100%);
}
.p-company-philosophy__mv-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-company-message {
  margin-bottom: min(6vw, 60px);
  padding: min(10vw, 100px) min(6vw, 60px);
  text-align: center;
}
.p-company-message__ceo {
  margin-bottom: min(11vw, 110px);
}
.p-company-message__ceo .-ceo-ph {
  margin: 0 auto min(2vw, 20px);
  width: 480px;
  border-radius: 6px;
  overflow: hidden;
}
.p-company-message__ceo .-ceo-name {
  margin: 0 auto min(2vw, 20px);
  font-size: 2rem;
}
.p-company-message__ceo .-logo {
  margin: 0 auto;
  width: 380px;
}
.p-company-message__box .-txt {
  margin-bottom: min(2vw, 20px);
  font-size: 1.6rem;
  line-height: 2;
}

.p-company-profile {
  margin-bottom: min(16vw, 160px);
  padding: 0 min(6vw, 60px);
  text-align: center;
}
.p-company-profile__inner {
  margin: 0 auto;
  max-width: 940px;
}

.p-company-sponsored {
  padding: 0 min(6vw, 60px);
  text-align: center;
}
.p-company-sponsored__inner {
  display: grid;
  gap: min(2vw, 20px);
  margin: 0 auto;
  max-width: 1180px;
}

.p-company-sponsored__box {
  background: #282828;
  border-radius: 10px;
  padding: min(5vw, 50px) min(2vw, 20px) min(2vw, 20px);
}
.p-company-sponsored__title {
  margin-bottom: min(5vw, 50px);
  color: #fff;
}
.p-company-sponsored__title .-title-sub {
  display: block;
  margin-bottom: min(1.5vw, 15px);
  font-size: 1.8rem;
  line-height: 1.4;
}
.p-company-sponsored__title .-title-main {
  display: block;
  font-size: 3.6rem;
  line-height: 1.1;
  font-weight: 500;
}
.p-company-sponsored__title .-title-en {
  display: block;
  margin-top: min(1vw, 10px);
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 500;
}
.p-company-sponsored__info {
  background: #fff;
  border-radius: 6px;
  padding: min(4vw, 40px);
  text-align: left;
}
.p-company-sponsored__info-ph {
  display: flex;
  margin-bottom: min(2vw, 20px);
  width: 100%;
}
.p-company-sponsored__info-ph .-ph-1 {
  margin: 0 auto;
  width: 60%;
  border-radius: 5px;
  overflow: hidden;
}
.p-company-sponsored__info-ph .-ph-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 40%;
}
.p-company-sponsored__info-ph .-ph-2 img {
  padding: 0 14%;
}
.p-company-sponsored__lead {
  margin-bottom: min(3vw, 30px);
  font-size: 1.6rem;
}
.p-company-sponsored__info-profile {
  display: flex;
  gap: min(3vw, 30px);
}
.p-company-sponsored__info-profile .-emblem-fckanfini {
  margin: 0 auto;
  width: 240px;
}
.p-company-sponsored__info-profile .-emblem-sapporoladies {
  margin: 0 auto;
  width: 280px;
}
.p-company-sponsored__info-profile .-profile-box {
  display: flex;
  align-items: center;
  flex: 1;
}
.p-company-sponsored__info-profile .-result-frame {
  flex: 1;
  display: flex;
  gap: min(2vw, 20px);
}
.p-company-sponsored__info-profile .-result-title {
  margin-bottom: min(1.5vw, 15px);
  text-indent: -1.5em;
  padding-left: 1.5em;
  line-height: 1.6;
}
.p-company-sponsored__info-sams {
  display: flex;
  gap: min(4vw, 40px);
  width: 100%;
}
.p-company-sponsored__info-sams .-sams-ph {
  width: 54%;
  border-radius: 5px;
  overflow: hidden;
}
.p-company-sponsored__info-sams .-sams-profile {
  flex: 1;
  padding-top: min(1.5vw, 15px);
}
.p-company-sponsored__info-sams .-sams-profile .-txt {
  margin-bottom: min(4vw, 40px);
}

@media (max-width: 1024px) {
  .p-company-sponsored__info-profile {
    flex-direction: column;
    gap: 2vw;
  }
  .p-company-sponsored__info-sams {
    display: flex;
    flex-direction: column;
    gap: 3vw;
    width: 100%;
  }
  .p-company-sponsored__info-sams .-sams-ph {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
  }
  .p-company-sponsored__info-sams .-sams-profile {
    flex: 1;
    padding-top: 0;
  }
  .p-company-sponsored__info-sams .-sams-profile .-txt {
    margin-bottom: 2vw;
  }
  .p-company-sponsored__info-sams .-sams-profile .-txt:last-of-type {
    margin-bottom: 3vw;
  }
}
@media (max-width: 768px) {
  .p-company-philosophy {
    height: auto;
    padding: 18vw 0;
  }
  .p-company-philosophy__inner {
    padding: 2vw 6vw;
  }
  .p-company-philosophy__title {
    margin-bottom: min(3vw, 30px);
    font-size: 2rem;
  }
  .p-company-philosophy__lead {
    font-size: 1.6rem;
    line-height: 3;
  }
  .p-company-message__ceo .-ceo-ph {
    width: 70vw;
  }
  .p-company-message__ceo .-ceo-name {
    font-size: 2rem;
  }
  .p-company-message__ceo .-logo {
    width: 65vw;
  }
  .p-company-message__box .-txt {
    font-size: 1.6rem;
    text-align: left;
  }
  .p-company-sponsored__title .-title-sub {
    font-size: 3.4vw;
  }
  .p-company-sponsored__title .-title-main {
    font-size: 5.2vw;
  }
  .p-company-sponsored__title .-title-en {
    font-size: 4vw;
  }
  .p-company-sponsored__info-ph {
    flex-direction: column;
    gap: 3vw;
    margin-bottom: 3vw;
  }
  .p-company-sponsored__info-ph .-ph-1 {
    width: 100%;
  }
  .p-company-sponsored__info-ph .-ph-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
  }
  .p-company-sponsored__info-ph .-ph-2 img {
    padding: 0;
  }
  .p-company-sponsored__lead {
    font-size: 1.6rem;
  }
  .p-company-sponsored__info-profile {
    display: flex;
    flex-direction: column;
    gap: 2vw;
  }
  .p-company-sponsored__info-profile .-emblem-fckanfini {
    width: 240px;
  }
  .p-company-sponsored__info-profile .-emblem-sapporoladies {
    width: 280px;
  }
  .p-company-sponsored__info-profile .-result-frame {
    display: flex;
    flex-direction: column;
    gap: 2vw;
  }
}
.p-service {
  padding: min(10vw, 100px) min(6vw, 60px) 0;
  text-align: center;
}
.p-service__lead {
  margin-bottom: min(6vw, 60px);
}
.p-service__inner {
  margin: 0 auto;
  max-width: 1300px;
}

.p-service__portfolio {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: min(4vw, 40px) min(2vw, 20px);
}
.p-service__portfolio-list {
  width: calc((100% - min(4vw, 40px)) / 3);
}
.p-service__portfolio-list .-ph {
  margin-bottom: min(1.5vw, 15px);
  border-radius: 6px;
  overflow: hidden;
}
.p-service__portfolio-list .-caption {
  font-size: 2rem;
}

@media (max-width: 768px) {
  .p-service__lead {
    text-align: left;
  }
  .p-service__portfolio {
    gap: 4vw 3vw;
  }
  .p-service__portfolio-list {
    width: calc((100% - 3vw) / 2);
  }
  .p-service__portfolio-list .-caption {
    font-size: 1.8rem;
  }
}
@media (max-width: 576px) {
  .p-service__portfolio {
    gap: 4vw 3vw;
  }
  .p-service__portfolio-list {
    width: 100%;
  }
}
.p-group-about {
  padding: min(16vw, 160px) min(6vw, 60px) min(8vw, 80px);
  text-align: center;
  color: #fff;
}
.p-group-about__box .-txt {
  margin-bottom: min(2vw, 20px);
  font-size: 1.6rem;
  line-height: 2;
}

.p-group-profile__ph {
  width: 100%;
  height: min(84vw, 840px);
}
.p-group-profile__ph img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-group-profile {
  padding: 0 min(6vw, 60px);
}
.p-group-profile__inner {
  position: relative;
  margin: max(-36vw, -360px) auto 0;
  background: #fff;
  padding: min(10vw, 100px) min(8vw, 80px);
  text-align: center;
  max-width: 1100px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .p-group-about__box {
    text-align: left;
  }
  .p-group-profile__ph {
    height: 70vw;
  }
  .p-group-profile__inner {
    margin: -34vw auto 0;
    padding: 8vw 6vw;
  }
}
.p-hero-recruit {
  position: relative;
  z-index: 3;
}
.p-hero-recruit__box {
  z-index: 10;
  padding: min(12.8571428571vw, 180px) min(4.2857142857vw, 60px) min(3.5714285714vw, 50px);
  color: #fff;
}
.p-hero-recruit__flex {
  display: flex;
  gap: min(4.2857142857vw, 60px);
}
.p-hero-recruit__symbol {
  width: min(37.1428571429vw, 520px);
}
.p-hero-recruit__info {
  flex: 1;
}
.p-hero-recruit__info .-info-type {
  width: min(21.4285714286vw, 300px);
}
.p-hero-recruit__info .-info-company {
  margin-bottom: min(1.4285714286vw, 20px);
  font-family: "Poppins";
  font-size: min(5.2857142857vw, 7.4rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
}
.p-hero-recruit__info .-info-company span {
  font-size: 0.784em;
}
.p-hero-recruit__info .-info-lead {
  margin-bottom: min(2.1428571429vw, 30px);
  font-size: min(3vw, 4.2rem);
  font-weight: 500;
  line-height: 1.4;
}
.p-hero-recruit__info .-info-txt {
  font-size: min(1.2857142857vw, 1.8rem);
}

.p-hero-recruit__nav {
  display: flex;
  flex-direction: column;
  gap: min(0.7142857143vw, 10px);
  position: absolute;
  top: min(6.875vw, 110px);
  right: min(2.8571428571vw, 40px);
  max-width: min(23.6363636364vw, 260px);
  width: 100%;
  z-index: 10;
}
.p-hero-recruit__nav-link {
  width: 100%;
}

.p-recruit-image {
  position: relative;
  margin-bottom: min(10vw, 100px);
  padding: 70px min(6vw, 60px) 0;
}
.p-recruit-image__ph {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: min(1vw, 10px);
  margin: 0 auto;
  max-width: 1320px;
  z-index: 3;
}
.p-recruit-image__ph .-ph {
  width: calc((100% - min(3vw, 30px)) / 4);
  height: 600px;
  border-radius: 10px;
  overflow: hidden;
}
.p-recruit-image__ph .-ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-recruit-job {
  position: relative;
  margin-bottom: min(10vw, 100px);
  padding: 0 min(6vw, 60px);
}
.p-recruit-job__inner-1 {
  position: relative;
  margin: 0 auto;
  background: #fff;
  margin-bottom: min(2vw, 20px);
  padding: min(10vw, 100px) min(8vw, 80px);
  text-align: center;
  max-width: 1100px;
  border-radius: 10px;
  z-index: 3;
}
.p-recruit-job__inner-1 .-btn-box {
  margin: min(8vw, 80px) auto 0;
  max-width: 450px;
}
.p-recruit-job__inner-2 {
  position: relative;
  margin: 0 auto;
  background: #282828;
  padding: min(7vw, 70px) min(6vw, 60px);
  color: #fff;
  max-width: 1100px;
  border-radius: 10px;
  z-index: 3;
}
.p-recruit-job__inner-2 .-job-box {
  margin-bottom: min(2vw, 20px);
}
.p-recruit-job__inner-2 .-job-info__title {
  margin-bottom: min(2vw, 20px);
  font-size: 2.4rem;
  font-weight: 500;
}
.p-recruit-job__inner-2 .-job-info__notice {
  padding-bottom: min(1vw, 10px);
}
.p-recruit-job__inner-2 .-job-info__support {
  display: flex;
  flex-wrap: wrap;
  gap: min(3vw, 30px) min(4vw, 40px);
}
.p-recruit-job__inner-2 .-job-info__support-mail {
  width: 100%;
  max-width: 450px;
}
.p-recruit-job__inner-2 .-job-info__support-tel .-tel-title {
  font-size: 1.8rem;
}
.p-recruit-job__inner-2 .-job-info__support-tel .-tel-number a {
  font-family: "Poppins";
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
  color: #fff;
}
.p-recruit-job__inner-2 .c-list-style-1,
.p-recruit-job__inner-2 .c-list-style-2 {
  padding-bottom: min(2vw, 20px);
}

.p-recruit-schedule {
  position: relative;
  margin: 0 auto;
  padding: 0 min(6vw, 60px);
  max-width: 1460px;
  color: #fff;
}
.p-recruit-schedule__inner {
  position: relative;
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: min(4.7945205479vw, 70px);
  z-index: 3;
}
.p-recruit-schedule__inner .-schedule-ph-1, .p-recruit-schedule__inner .-schedule-ph-2, .p-recruit-schedule__inner .-schedule-ph-3 {
  border-radius: 10px;
  overflow: hidden;
}
.p-recruit-schedule__inner .-schedule-ph-1 {
  width: min(26.0273972603vw, 380px);
}
.p-recruit-schedule__inner .-schedule-ph-2 {
  margin: max(-23.2876712329vw, -340px) 0 0 min(23.2876712329vw, 340px);
  width: min(26.0273972603vw, 380px);
}
.p-recruit-schedule__inner .-schedule-ph-3 {
  margin: max(-6.5753424658vw, -96px) 0 0 min(10.9589041096vw, 160px);
  width: min(26.0273972603vw, 380px);
}

.p-recruit-culture {
  position: relative;
  display: flex;
  justify-content: end;
  margin: max(-3.4722222222vw, -50px) auto 0;
  padding: 0 min(6vw, 60px);
  max-width: 1440px;
  color: #fff;
}
.p-recruit-culture__inner {
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 3;
}
.p-recruit-culture__inner .-culture-ph {
  margin-left: max(-9.7222222222vw, -140px);
}
.p-recruit-culture__inner .-culture-ph-1, .p-recruit-culture__inner .-culture-ph-2 {
  border-radius: 10px;
  overflow: hidden;
}
.p-recruit-culture__inner .-culture-ph-1 {
  width: min(38.8888888889vw, 560px);
}
.p-recruit-culture__inner .-culture-ph-2 {
  margin: max(-2.7777777778vw, -40px) 0 0 min(12.6388888889vw, 182px);
  width: min(36.1111111111vw, 520px);
}

.p-recruit-company {
  position: relative;
  margin: min(12vw, 120px) auto 0;
  padding: 0 min(6vw, 60px);
  max-width: 1320px;
  color: #fff;
  text-align: right;
  z-index: 3;
}
.p-recruit-company__inner .-company-logo {
  margin-bottom: min(4vw, 40px);
  margin-left: auto;
  width: 600px;
}
.p-recruit-company__inner .-company-lead {
  font-size: 2.2rem;
}

@media (max-width: 1024px) {
  .p-hero-recruit__nav {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1vw;
    position: inherit;
    top: inherit;
    right: inherit;
    max-width: inherit;
    padding: 0 6vw;
  }
  .p-hero-recruit__nav-link {
    width: calc((100% - 2vw) / 2);
  }
  .p-recruit-schedule__inner {
    flex-direction: row-reverse;
    align-items: center;
    gap: min(4.7945205479vw, 70px);
  }
  .p-recruit-schedule__inner .-schedule-ph-1 {
    width: 22vw;
  }
  .p-recruit-schedule__inner .-schedule-ph-2 {
    margin: -20vw 0 0 20vw;
    width: 22vw;
  }
  .p-recruit-schedule__inner .-schedule-ph-3 {
    margin: -5vw 0 0 9vw;
    width: 22vw;
  }
  .p-recruit-culture {
    justify-content: end;
    margin: 4vw auto 0;
  }
  .p-recruit-culture__inner .-culture-ph {
    margin-left: -10vw;
  }
  .p-recruit-culture__inner .-culture-ph-1 {
    width: 40vw;
  }
  .p-recruit-culture__inner .-culture-ph-2 {
    margin: -2vw 0 0 12vw;
    width: 36vw;
  }
  .p-recruit-company {
    text-align: right;
  }
  .p-recruit-company__inner .-company-logo {
    margin-left: auto;
    width: 60vw;
  }
  .p-recruit-company__inner .-company-lead {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .p-hero-recruit__box {
    padding: 20vw 6vw 5vw;
  }
  .p-hero-recruit__flex {
    flex-direction: column;
    gap: 6vw;
  }
  .p-hero-recruit__symbol {
    margin-top: -4vw;
    margin-left: auto;
    width: 32vw;
  }
  .p-hero-recruit__info {
    margin-top: -23vw;
  }
  .p-hero-recruit__info .-info-type {
    width: 30vw;
  }
  .p-hero-recruit__info .-info-company {
    margin-bottom: 5vw;
    font-size: 7vw;
  }
  .p-hero-recruit__info .-info-lead {
    margin-bottom: 3vw;
    font-size: 4.8vw;
  }
  .p-hero-recruit__info .-info-txt {
    font-size: 1.6rem;
  }
  .p-recruit-image__ph .-ph {
    width: calc((100% - min(1vw, 10px)) / 2);
    height: 50vw;
    border-radius: 8px;
  }
  .p-recruit-job__inner-1 {
    padding: 8vw 6vw;
  }
  .p-recruit-job__inner-1 .-btn-box {
    max-width: inherit;
  }
  .p-recruit-job__inner-2 {
    padding: 6vw;
  }
  .p-recruit-job__inner-2 .-job-info__title {
    font-size: 2.2rem;
  }
  .p-recruit-job__inner-2 .-job-info__support-mail {
    max-width: inherit;
  }
  .p-recruit-job__inner-2 .-job-info__support-tel .-tel-title {
    font-size: 1.8rem;
  }
  .p-recruit-job__inner-2 .-job-info__support-tel .-tel-number a {
    font-size: 5.2rem;
  }
  .p-recruit-schedule {
    max-width: inherit;
  }
  .p-recruit-schedule__inner {
    flex-direction: column;
    align-items: inherit;
    gap: 3vw;
  }
  .p-recruit-schedule__inner .-schedule-box {
    padding: 0 4vw;
  }
  .p-recruit-schedule__inner .-schedule-ph-1 img, .p-recruit-schedule__inner .-schedule-ph-2 img, .p-recruit-schedule__inner .-schedule-ph-3 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .p-recruit-schedule__inner .-schedule-ph-1 {
    width: 44vw;
    height: 54vw;
  }
  .p-recruit-schedule__inner .-schedule-ph-2 {
    margin: -40vw 0 0 42vw;
    width: 44vw;
    height: 54vw;
  }
  .p-recruit-schedule__inner .-schedule-ph-3 {
    margin: -25vw 0 0 29vw;
    width: 44vw;
    height: 54vw;
  }
  .p-recruit-culture {
    justify-content: normal;
    margin: 8vw auto 0;
  }
  .p-recruit-culture__inner {
    flex-direction: column;
    align-items: normal;
    gap: 3vw;
  }
  .p-recruit-culture__inner .-culture-box {
    padding: 0 4vw;
  }
  .p-recruit-culture__inner .-culture-ph {
    margin-left: 0;
  }
  .p-recruit-culture__inner .-culture-ph-1 {
    width: 64vw;
  }
  .p-recruit-culture__inner .-culture-ph-2 {
    margin: -8vw 0 0 24vw;
    width: 60vw;
  }
  .p-recruit-company {
    text-align: left;
  }
  .p-recruit-company__inner {
    padding: 0 4vw;
  }
  .p-recruit-company__inner .-company-logo {
    margin-left: 0;
    width: 70vw;
  }
  .p-recruit-company__inner .-company-lead {
    font-size: 1.6rem;
  }
}
@media (max-width: 576px) {
  .p-hero-recruit__nav-link a {
    font-size: 1.4rem;
  }
  .p-hero-recruit__nav-link:nth-child(3) a {
    text-align: center;
    line-height: 1.4;
  }
  .p-recruit-job__inner-2 {
    padding: 6vw;
  }
  .p-recruit-job__inner-2 .-job-info__title {
    font-size: 2rem;
  }
  .p-recruit-job__inner-2 .-job-info__support-tel .-tel-number a {
    font-size: 8.5vw;
  }
  .p-recruit-schedule__inner .-schedule-box {
    padding: 0 2vw;
  }
  .p-recruit-culture__inner .-culture-box {
    padding: 0 2vw;
  }
  .p-recruit-company__inner {
    padding: 0 2vw;
  }
}
.-recruit-obj {
  position: absolute;
}

.-recruit-obj-bg-1 {
  top: max(-20vw, -320px);
  right: max(-28.75vw, -460px);
  width: min(86vw, 1376px);
  z-index: 1;
}
.-recruit-obj-bg-2 {
  bottom: -340px;
  left: -380px;
  width: 1172px;
  z-index: 2;
}

.-recruit-obj-1 {
  top: min(17.5vw, 280px);
  right: max(-3.75vw, -60px);
  width: min(20.6875vw, 331px);
  z-index: 1;
}
.-recruit-obj-2 {
  top: min(30vw, 480px);
  right: max(-9.375vw, -150px);
  width: min(46.3125vw, 741px);
  z-index: 2;
}
.-recruit-obj-3 {
  top: max(-23.75vw, -380px);
  left: max(-7.5vw, -120px);
  width: min(42.875vw, 686px);
  z-index: 2;
}
.-recruit-obj-4 {
  top: min(13.75vw, 220px);
  left: min(2.5vw, 40px);
  width: min(21.4375vw, 343px);
  z-index: 1;
}
.-recruit-obj-5 {
  top: min(55.625vw, 890px);
  right: min(6.875vw, 110px);
  width: min(20.75vw, 332px);
  z-index: 1;
}
.-recruit-obj-6 {
  top: min(73.75vw, 1180px);
  right: min(1.25vw, 20px);
  width: min(32.25vw, 516px);
  z-index: 2;
}
.-recruit-obj-7 {
  top: max(-20vw, -320px);
  left: max(-1.875vw, -30px);
  width: min(74.375vw, 1190px);
  z-index: 2;
}
.-recruit-obj-8 {
  top: min(5vw, 80px);
  left: max(-12.5vw, -200px);
  width: min(39.375vw, 630px);
  z-index: 1;
}
.-recruit-obj-9 {
  top: min(11.25vw, 180px);
  right: min(19.375vw, 310px);
  width: min(40.125vw, 642px);
  z-index: 1;
}
.-recruit-obj-10 {
  top: min(13.75vw, 220px);
  right: min(1.25vw, 20px);
  width: min(17.875vw, 286px);
  z-index: 2;
}

@media (max-width: 768px) {
  .-recruit-obj-bg-1 {
    top: -20vw;
    right: -28.75vw;
    width: 94vw;
    z-index: 1;
  }
  .-recruit-obj-bg-2 {
    bottom: -21.25vw;
    left: -23.75vw;
    width: 84vw;
    z-index: 2;
  }
  .-recruit-obj-1 {
    top: 4vw;
    right: -3vw;
    width: 24vw;
    z-index: 1;
  }
  .-recruit-obj-2 {
    top: 26vw;
    right: -11vw;
    width: 54vw;
    z-index: 2;
  }
  .-recruit-obj-3 {
    top: -27vw;
    left: -9vw;
    width: 48vw;
    z-index: 2;
  }
  .-recruit-obj-4 {
    top: 15vw;
    left: 1vw;
    width: 24vw;
    z-index: 1;
  }
  .-recruit-obj-5 {
    top: 50vw;
    right: 1vw;
    width: 24vw;
    z-index: 1;
  }
  .-recruit-obj-6 {
    top: 76vw;
    right: -2vw;
    width: 35vw;
    z-index: 2;
  }
  .-recruit-obj-7 {
    top: -5vw;
    left: 23vw;
    width: 84vw;
    z-index: 1;
  }
  .-recruit-obj-8 {
    top: 36vw;
    left: 44vw;
    width: 42vw;
    z-index: 2;
  }
  .-recruit-obj-9 {
    top: 12vw;
    right: 13vw;
    width: 45vw;
    z-index: 1;
  }
  .-recruit-obj-10 {
    top: 6vw;
    right: 5vw;
    width: 24vw;
    z-index: 2;
  }
}
.p-contact {
  padding: min(10vw, 100px) min(6vw, 60px) 0;
}
.p-contact__inner {
  margin: 0 auto;
  max-width: 940px;
}
.p-contact__lead {
  margin-bottom: min(2vw, 20px);
  padding: min(2vw, 20px);
  font-size: 1.6rem;
  text-align: center;
}
.p-contact__lists {
  display: grid;
  grid-template-columns: min(33vw, 300px) 1fr;
  border-top: solid 1px #e5e5e5;
}
.p-contact__lists dt {
  display: flex;
  align-items: start;
  padding: min(5.5vw, 55px) min(2vw, 20px) min(4vw, 40px);
  font-size: 1.6rem;
  font-weight: normal;
  border-bottom: solid 1px #e5e5e5;
}
.p-contact__lists dt p {
  display: flex;
  width: 100%;
}
.p-contact__lists dd {
  padding: min(4vw, 40px) min(2vw, 20px);
  border-bottom: solid 1px #e5e5e5;
}
.p-contact__lists dd .-info-txt {
  margin-top: min(1vw, 10px);
  font-size: 1.6rem;
}
.p-contact .-hissu,
.p-contact .-hissu-agree {
  margin-left: auto;
  padding: 0.4em 1.5em 0.5em;
  background: #8fc31f;
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  border-radius: 3px;
}
.p-contact .-hissu-agree {
  margin-left: min(2vw, 15px);
}

.p-contact__agree {
  margin-top: min(4vw, 40px);
}
.p-contact__agree-txt-1 {
  margin-bottom: min(2vw, 20px);
  font-size: 1.6rem;
  text-align: center;
}
.p-contact__agree-txt-2 {
  font-size: 1.8rem;
  text-align: center;
}
.p-contact__agree a {
  color: #8fc31f;
  text-decoration: underline;
}
.p-contact__agree a:hover {
  text-decoration: none;
}

.p-contact__btn-lists {
  margin-top: min(5vw, 50px);
  display: flex;
  justify-content: center;
  gap: min(2vw, 20px);
}
.p-contact__btn-lists-list {
  width: 100%;
  max-width: 450px;
}
.p-contact__btn-lists.-wide .p-contact__btn-lists-list {
  width: 100%;
  max-width: 580px;
}

.p-contact__complete-lead {
  margin-bottom: min(4vw, 35px);
  text-align: center;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.6;
}
.p-contact__complete-txt {
  margin-bottom: min(6vw, 60px);
  text-align: center;
  font-size: 1.6rem;
}
.p-contact__complete-logo {
  margin: 0 auto min(8vw, 80px);
  width: 540px;
}
.p-contact__complete-logo a {
  transition: all 0.15s ease-out;
}
.p-contact__complete-logo a:hover {
  opacity: 0.7;
}

@media (max-width: 1024px) {
  .p-contact__complete-txt {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .p-contact__lead {
    font-size: 1.6rem;
  }
  .p-contact__lists {
    display: grid;
    grid-template-columns: 1fr;
  }
  .p-contact__lists dt {
    padding: 4vw 1vw;
    font-size: 1.6rem;
  }
  .p-contact__lists dd {
    padding: 4vw 1vw;
  }
  .p-contact__lists dd .-info-txt {
    font-size: 1.6rem;
  }
  .p-contact__btn-lists {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 3vw;
  }
  .p-contact__btn-lists-list {
    max-width: 450px;
  }
  .p-contact__btn-lists.-wide .p-contact__btn-lists-list {
    max-width: 450px;
  }
  .p-contact__btn-lists .-order-1 {
    order: 1;
  }
  .p-contact__btn-lists .-order-2 {
    order: 2;
  }
  .p-contact__complete-lead {
    text-align: center;
    font-size: 2.4rem;
  }
  .p-contact__complete-txt {
    font-size: 1.6rem;
  }
  .p-contact__complete-logo {
    width: 70vw;
  }
  .p-contact__complete-logo a {
    transition: all 0s ease-out;
  }
  .p-contact__complete-logo a:hover {
    opacity: 1;
  }
}
@media (max-width: 576px) {
  .p-contact__title {
    font-size: 2rem;
  }
  .p-contact__lead {
    text-align: left;
    font-size: 1.6rem;
  }
  .p-contact__lists {
    display: grid;
    grid-template-columns: 1fr;
  }
  .p-contact__lists dt {
    padding: 4vw 1vw;
    font-size: 1.6rem;
  }
  .p-contact__lists dd {
    padding: 4vw 1vw;
  }
  .p-contact__lists dd .-info-txt {
    font-size: 1.6rem;
  }
  .p-contact__complete-lead {
    font-size: 2rem;
    text-align: left;
  }
  .p-contact__complete-txt {
    font-size: 1.6rem;
  }
  .p-contact__complete-logo {
    width: 80vw;
  }
}
.-form input[type=submit],
.-form input[type=text],
.-form input[type=tel],
.-form input[type=email],
.-form input[type=date],
.-form select,
.-form textarea,
.-form button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}
.-form input[type=text],
.-form input[type=tel],
.-form input[type=email],
.-form input[type=date],
.-form select,
.-form textarea {
  background: #f5f5f5;
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  padding: min(2vw, 15px) min(3vw, 25px);
  width: 100%;
  transition: 0.25s;
  border: 1px solid #e5e5e5;
}
.-form input[type=text]:focus,
.-form input[type=tel]:focus,
.-form input[type=email]:focus,
.-form input[type=date]:focus,
.-form select:focus,
.-form textarea:focus {
  border: 1px solid #8fc31f;
}
.-form textarea[name=content] {
  display: inline-block;
  width: 100%;
}
.-form input::placeholder,
.-form textarea::placeholder {
  color: #ccc;
}
.-form label {
  display: inline-block;
  cursor: pointer;
}
.-form select,
.-form select:focus {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"><polygon points="0,0 10,0 5,5" fill="%23000000"/></svg>') no-repeat right 1.5em center;
  padding-right: 3em;
}

.arrow-next,
.arrow-prev {
  display: inline-block;
  position: relative;
  width: 100%;
}
.arrow-next .arrow,
.arrow-prev .arrow {
  position: absolute;
  top: 15px;
  right: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-left: 7px;
  height: 30px;
  width: 30px;
  border-radius: 9999px;
  transition: all 0.1s linear;
  z-index: 30;
}
.arrow-next .arrow::before,
.arrow-prev .arrow::before {
  position: absolute;
  content: "";
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  height: 0.8em;
  aspect-ratio: 1;
  background: #fff;
}

.arrow-prev .arrow {
  left: 15px;
  padding-left: inherit;
  padding-right: 7px;
}
.arrow-prev .arrow::before {
  clip-path: polygon(100% 7%, 93% 0, 43% 50%, 93% 100%, 100% 93%, 57% 50%, 100% 7%);
  background-color: #fff;
}
.arrow-prev:hover .arrow {
  right: inherit;
}

.c-button-next,
.c-button-prev {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff6153;
  text-align: center;
  height: 60px;
  width: 100%;
  padding: 10px;
  font-size: 1.6rem;
  line-height: 1.4;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  transition: all 0.25s linear;
}
.c-button-next:disabled,
.c-button-prev:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.c-button-next:hover,
.c-button-prev:hover {
  background: #ff7669;
}

.c-button-prev {
  background: #262626;
}
.c-button-prev:hover {
  background: #3b3b3b;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  margin-top: min(1vw, 10px);
  color: #ff4545 !important;
}

.custom-checkbox {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.custom-checkbox input[type=checkbox] {
  display: none;
}
.custom-checkbox .icon-wrapper {
  position: relative;
  font-size: 22px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.custom-checkbox .fa-regular.fa-square {
  position: absolute;
  margin-top: 10px;
  margin-right: 0;
  color: #000;
}
.custom-checkbox .fa-solid.fa-check {
  margin-top: 10px;
  margin-right: 0;
  position: absolute;
  color: #8fc31f;
  display: none;
}
.custom-checkbox input[type=checkbox]:checked + .icon-wrapper .fa-regular.fa-square {
  display: none;
}
.custom-checkbox input[type=checkbox]:checked + .icon-wrapper .fa-solid.fa-check {
  display: block;
}

@media (max-width: 768px) {
  .arrow-next .arrow,
  .arrow-prev .arrow {
    transition: all 0s linear;
  }
  .arrow-next .arrow::before,
  .arrow-prev .arrow::before {
    height: 0.8em;
    transition: all 0s linear;
  }
  .c-button-next,
  .c-button-prev {
    height: 70px;
    transition: all 0s linear;
  }
  .c-button-next:hover,
  .c-button-prev:hover {
    background: #00a1f8;
  }
  .c-button-prev:hover {
    background: #000;
  }
}
.p-pp {
  padding: min(10vw, 100px) min(6vw, 60px) 0;
}
.p-pp__inner {
  margin: 0 auto;
  padding: min(5vw, 50px) min(2vw, 20px);
  max-width: 940px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.p-pp__inner .-txt {
  margin-bottom: min(3vw, 30px);
}
.p-pp__inner .-txt-r {
  padding-top: min(2vw, 20px);
  text-align: right;
}

@media (max-width: 768px) {
  .p-pp__inner {
    padding: 7vw 2vw;
  }
}
.p-404 {
  padding-top: min(10vw, 100px);
}
.p-404__complete-en-1 {
  margin-bottom: min(0.5vw, 5px);
  font-family: "Poppins";
  font-size: 15rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.p-404__complete-en-2 {
  margin-bottom: min(3vw, 30px);
  font-family: "Poppins";
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.p-404__complete-lead {
  margin-bottom: min(6vw, 60px);
  font-size: 1.6rem;
  text-align: center;
}

@media (max-width: 768px) {
  .p-404__complete-en-1 {
    font-size: 10rem;
  }
  .p-404__complete-en-2 {
    font-size: 1.8rem;
  }
  .p-404__complete-lead {
    font-size: 1.4rem;
  }
}
.p-gnav-wide {
  margin-right: 35px;
  margin-left: auto;
}
.p-gnav-wide__lists {
  display: flex;
  align-items: center;
  gap: 5px;
}
.p-gnav-wide__lists-list a {
  display: flex;
  align-items: center;
  padding: 0 0 0 0.4em;
  position: relative;
  padding: 10px;
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 100px;
  transition: all 0.1s linear;
  font-weight: 400;
}
.p-gnav-wide__lists-list a:hover {
  color: #8fc31f;
}
.p-gnav-wide__lists-list a:before {
  position: inherit;
  content: "";
  height: 1px;
  width: 1em;
  background-color: rgba(255, 255, 255, 0.4);
}
.p-gnav-wide__lists-list a:before {
  margin-right: 0.5em;
}
.p-gnav-wide__lists-list:last-child a:before {
  display: none;
}
.p-gnav-wide__lists-list:last-child a:hover {
  fill: #8fc31f;
}

.-recruit .p-gnav-wide {
  margin-right: 35px;
  margin-left: auto;
}
.-recruit .p-gnav-wide__lists {
  display: flex;
  align-items: center;
  gap: 5px;
}
.-recruit .p-gnav-wide__lists-list a:hover {
  color: #004b0a;
}

@media (max-width: 1240px) {
  .p-gnav-wide {
    margin-right: 1.2vw;
  }
  .p-gnav-wide__lists-list a {
    font-size: 1.5rem;
  }
  .-recruit .p-gnav-wide {
    margin-right: 1.2vw;
  }
}
@media (max-width: 1024px) {
  .p-gnav-wide {
    display: none;
  }
}
.p-gnav {
  display: none;
}

/* スマホメニュー開閉ボタン */
.p-gnav__button {
  display: none;
}

.p-gnav__wrap {
  display: none;
}

.p-gnav__wrap.open {
  display: block;
}

.p-gnav__wrap.close {
  display: none;
}

@media (max-width: 1024px) {
  /* スマホメニュー開閉ボタン */
  /* nav-wrap */
  .p-gnav__wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    opacity: 0;
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100vw;
    height: 100svh;
    transition: all 0.25s;
  }
  .p-gnav__wrap.open {
    display: block;
    opacity: 1;
  }
  .p-gnav__wrap.close {
    display: none;
    opacity: 0;
    transition-delay: 0s;
  }
  /* p-gnav__button */
  .p-gnav__button {
    z-index: 60;
    position: fixed;
    background: #8fc31f;
    top: 10px;
    right: 10px;
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 9999px;
    transition: all 0.25s;
    cursor: pointer;
  }
  .p-gnav__button:hover {
    background: #9dce34;
  }
  .p-gnav__button span {
    display: inline-block;
    position: absolute;
    left: 10px;
    width: 28px;
    height: 3px;
    border-radius: 9999px;
    background-color: #fff;
    transition: all 0.25s;
  }
  .p-gnav__button span:nth-of-type(1) {
    top: 14px;
  }
  .p-gnav__button span:nth-of-type(2) {
    top: 22px;
    width: 23px;
  }
  .p-gnav__button span:nth-of-type(3) {
    top: 30px;
    width: 18px;
  }
  .p-gnav__button.active {
    position: fixed;
  }
  .p-gnav__button.active span:nth-of-type(1) {
    right: 9px;
    transform: translateY(8px) rotate(-45deg);
  }
  .p-gnav__button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .p-gnav__button.active span:nth-of-type(3) {
    right: 9px;
    transform: translateY(-8px) rotate(45deg);
    width: 28px;
  }
  .p-gnav {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100svh;
    width: 100vw;
    text-align: center;
  }
  .p-gnav__lists-list a {
    display: block;
    padding: 10px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    text-decoration: none;
  }
  .p-gnav__lists-list a .-jp {
    display: block;
    font-size: 1.6rem;
  }
  .p-gnav__lists-list a:hover {
    color: #8fc31f;
  }
}
@media (max-width: 768px) {
  .p-gnav__button:hover {
    background: #8fc31f;
  }
  .p-gnav__lists-list a:hover {
    color: #fff;
  }
}
@media (orientation: landscape) and (max-width: 768px) {
  .p-gnav__inner {
    display: flex;
    column-gap: 5vw;
    flex-direction: row;
  }
  .p-gnav__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .p-gnav__lists-list a {
    display: block;
    padding: 5px;
    font-size: 1.8rem;
    transition: all 0s;
  }
  .p-gnav__lists-list a:hover {
    color: #fff;
  }
}
.p-footer__frame {
  margin: 0 auto;
  padding: min(6vw, 60px);
  width: 100%;
  color: #fff;
}
.p-footer__inner {
  display: flex;
  flex-wrap: wrap;
  gap: min(8vw, 80px) min(4vw, 40px);
}

.p-footer__nav {
  order: 2;
}
.p-footer__nav-1-lists {
  display: flex;
  flex-wrap: wrap;
  gap: min(2vw, 20px);
}
.p-footer__nav-1-list a {
  position: relative;
  display: inline-block;
  padding: 0 1.4em;
  font-family: "Poppins";
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.1s linear;
}
.p-footer__nav-1-list a:hover {
  color: #8fc31f;
}
.p-footer__nav-1-list a::before {
  position: absolute;
  content: "●";
  top: 0;
  left: 0;
  font-weight: 900;
}
.p-footer__nav-2-lists {
  position: relative;
  line-height: 1.2;
  margin-top: 1em;
}
.p-footer__nav-2-list {
  margin-bottom: min(2vw, 15px);
}
.p-footer__nav-2-list a {
  display: flex;
  align-items: center;
  padding: 0 0 0 0.4em;
  font-size: 1.4rem;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.1s linear;
}
.p-footer__nav-2-list a:hover {
  color: #8fc31f;
}
.p-footer__nav-2-list a:before {
  position: inherit;
  content: "";
  height: 1px;
  width: 1em;
  background-color: #959595;
}
.p-footer__nav-2-list a:before {
  margin-right: 0.5em;
}

.p-footer-company {
  order: 1;
}
.p-footer-company .-logo {
  margin-bottom: min(4vw, 40px);
  width: 287px;
}
.p-footer-company .-company {
  margin-bottom: min(3vw, 30px);
}
.p-footer-company .-company-xmhutrust {
  margin-bottom: min(1vw, 10px);
  font-size: 1.8rem;
  font-weight: 500;
}
.p-footer-company .-company-add {
  font-size: 1.4rem;
}
.p-footer-company .-btn-box {
  max-width: 340px;
}
.p-footer-company__copyright {
  margin-left: auto;
  font-size: 1.4rem;
  text-align: right;
  letter-spacing: 0;
}

@media (max-width: 1240px) {
  .p-footer__inner {
    flex-direction: column;
  }
  .p-footer__nav {
    order: 1;
  }
  .p-footer-company {
    order: 2;
  }
}
@media (max-width: 768px) {
  .p-footer__nav-1-list a {
    color: #fff;
  }
  .p-footer__nav-1-list a:hover {
    color: #fff;
  }
  .p-footer__nav-2-list a:hover {
    color: #fff;
  }
  .p-footer-company .-company-add {
    font-size: 1.3rem;
  }
  .p-footer-company .-btn-box {
    max-width: inherit;
  }
  .p-footer-company__copyright {
    margin-top: 4vw;
    padding: 4vw;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .p-footer__nav-1-list:nth-child(odd) {
    width: 44%;
    font-size: 1.6rem;
  }
  .p-footer-company .-company-add {
    font-size: 1.2rem;
  }
}
.p-hero {
  display: flex;
  position: relative;
  height: 100svh;
  min-height: 940px;
}
.p-hero__box {
  position: absolute;
  top: min(10vw, 100px);
  z-index: 10;
  padding: min(7.8571428571vw, 110px);
  color: #fff;
}
.-company .p-hero__mv {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #000;
}
.-company .p-hero__mv-1, .-company .p-hero__mv-2 {
  position: relative;
  height: 100%;
  width: 50%;
}
.-company .p-hero__mv-1::before, .-company .p-hero__mv-2::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.45);
}
.-company .p-hero__mv-1 img, .-company .p-hero__mv-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.-company .p-hero__mv-2::before {
  background: rgba(0, 0, 0, 0.4);
}
.-service .p-hero__mv {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #000;
}
.-service .p-hero__mv-1, .-service .p-hero__mv-2, .-service .p-hero__mv-3, .-service .p-hero__mv-4, .-service .p-hero__mv-5 {
  position: relative;
  height: 100%;
  width: 20%;
}
.-service .p-hero__mv-1::before, .-service .p-hero__mv-2::before, .-service .p-hero__mv-3::before, .-service .p-hero__mv-4::before, .-service .p-hero__mv-5::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.-service .p-hero__mv-1 img, .-service .p-hero__mv-2 img, .-service .p-hero__mv-3 img, .-service .p-hero__mv-4 img, .-service .p-hero__mv-5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.-group .p-hero__mv {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #000;
}
.-group .p-hero__mv-1 {
  position: relative;
  height: 100%;
  width: 100%;
}
.-group .p-hero__mv-1::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
}
.-group .p-hero__mv-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-hero__nav {
  display: flex;
  justify-content: end;
  gap: min(1vw, 10px);
  position: absolute;
  bottom: min(8vw, 80px);
  right: min(6vw, 60px);
  max-width: calc(100% - min(12vw, 120px));
  width: 100%;
  z-index: 1;
}
.p-hero__nav-link {
  width: 100%;
  max-width: 260px;
}

.-group .p-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: min(10vw, 100px);
}
.-group .p-hero .-logo-ymt {
  background: #fff;
  position: relative;
  padding: min(4vw, 40px);
  width: 100%;
  max-width: 1100px;
  border-radius: 8px;
  z-index: 2;
}

.-lower .p-hero {
  display: flex;
  position: relative;
  height: min(41.4285714286vw, 580px);
  min-height: inherit;
}
.-lower .p-hero__mv {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #000;
}
.-lower .p-hero__mv-1 {
  position: relative;
  height: 100%;
  width: 100%;
}
.-lower .p-hero__mv-1::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.45);
}
.-lower .p-hero__mv-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .p-hero {
    min-height: inherit;
  }
  .p-hero__box {
    position: absolute;
    top: 15vw;
    padding: 10vw 6vw;
  }
  .-company .p-hero__mv {
    flex-direction: column;
  }
  .-company .p-hero__mv-1, .-company .p-hero__mv-2 {
    height: 50%;
    width: 100%;
  }
  .p-hero__nav {
    flex-wrap: wrap;
    gap: 2vw;
    bottom: 6vw;
    right: 6vw;
    max-width: inherit;
  }
  .p-hero__nav-link {
    width: calc((100% - 12vw - 2vw) / 2);
    max-width: inherit;
  }
  .-group .p-hero {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: min(10vw, 100px);
  }
  .-group .p-hero .-logo-ymt {
    background: #fff;
    position: relative;
    padding: min(4vw, 40px);
    width: 100%;
    max-width: 1100px;
    border-radius: 8px;
    z-index: 2;
  }
  .-lower .p-hero {
    height: 50vw;
  }
}
@media (max-width: 576px) {
  .p-hero__nav-link a {
    font-size: 1.4rem;
  }
}
.display-none {
  display: none;
}

/* display none */
.xl-none {
  display: inline-block;
}

.lg-none {
  display: inline-block;
}

.md-none {
  display: inline-block;
}

.sm-none {
  display: inline-block;
}

/* display on */
.xl-on {
  display: none;
}

.lg-on {
  display: none;
}

.md-on {
  display: none;
}

.sm-on {
  display: none;
}

@media (max-width: 1240px) {
  /* display */
  .xl-none {
    display: none;
  }
  .lg-none {
    display: inline-block;
  }
  .md-none {
    display: inline-block;
  }
  .sm-none {
    display: inline-block;
  }
  /* display on */
  .xl-on {
    display: inline-block;
  }
  .lg-on {
    display: none;
  }
  .md-on {
    display: none;
  }
  .sm-on {
    display: none;
  }
}
@media (max-width: 1024px) {
  /* display */
  .lg-none {
    display: none;
  }
  .md-none {
    display: inline-block;
  }
  .sm-none {
    display: inline-block;
  }
  /* display on */
  .lg-on {
    display: inline-block;
  }
  .md-on {
    display: none;
  }
  .sm-on {
    display: none;
  }
}
@media (max-width: 768px) {
  .md-none {
    display: none;
  }
  .sm-none {
    display: inline-block;
  }
  /* display on */
  .lg-on {
    display: inline-block;
  }
  .md-on {
    display: inline-block;
  }
  .sm-on {
    display: none;
  }
}
@media (max-width: 576px) {
  /* display */
  .sm-none {
    display: none;
  }
  .sm-on {
    display: inline-block;
  }
}

/*# sourceMappingURL=style.css.map */
