@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap); /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-size: 1em;
  font-family: monospace, monospace;
}
a {
  background-color: transparent;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-size: 1em;
  font-family: monospace, monospace;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-size: 100%;
  line-height: 1.15;
  font-family: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.montserrat {
  font-style: normal;
  font-family: Montserrat, sans-serif;
  font-optical-sizing: auto;
}
html {
  font-size: 16px;
}
body {
  color: #000;
  font-size: 1rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", Inter, "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic", Meiryo, Verdana,
    sans-serif;
}
body * {
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  box-sizing: border-box;
  outline: 0;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  overflow-wrap: break-word;
}
form * {
  -webkit-appearance: auto;
}
a {
  color: #ee2c00;
}
a:hover {
  text-decoration: none;
}
img {
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  height: auto;
}
b,
strong {
  font-weight: 600;
}
table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  padding: 0;
  border: none;
  background: 0 0;
  cursor: pointer;
}
.l-footer {
  display: block;
  width: 100%;
  text-align: center;
}
.l-footer__inner {
  text-align: center;
}
.l-footer__logo {
  display: block;
  margin: auto;
}
.l-footer__logo img {
  display: block;
  margin: auto;
}
.l-footer__infor .ttl {
  margin: 0 0 0.5rem;
  font-weight: 700;
  font-size: 1rem;
}
.l-footer__infor p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}
.l-footer__iso {
  margin-top: 1.4375rem;
}
.l-footer__iso p {
  margin: 0 0 0.4375rem;
  font-size: 0.75rem;
}
.l-footer__iso img {
  display: block;
  width: 8.5rem;
  margin: auto;
}
.l-footer__copyright {
  display: block;
  width: 100%;
  margin: 3.3125rem 0 0.9375rem;
  font-size: 0.75rem;
  line-height: 1.6;
  text-align: center;
}
.l-header {
  -webkit-transition: 0.3s all;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s all;
}
.l-header.scrolled {
  background: #fff;
}
.l-header__inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-transition: 0.3s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 3.375rem 5rem 0 3.375rem;
  transition: 0.3s all;
}
.l-header__logo {
  display: block;
  margin: 0;
}
.l-header__logo a,
.l-header__logo img {
  display: block;
  width: 100%;
}
.l-header__menuButton {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  width: 3.9375rem;
  background-color: #0082ff;
  color: #fff;
}
.l-header__menuButton.js-active .l-header__menuButtonLabel {
  background: #0082ff;
}
.l-header__menuButton.js-active .l-header__menuButtonLabel:before {
  -webkit-transform: rotate(-35deg);
  top: 0;
  transform: rotate(-35deg);
}
.l-header__menuButton.js-active .l-header__menuButtonLabel:after {
  -webkit-transform: rotate(35deg);
  top: 0;
  transform: rotate(35deg);
}
.l-header__menuButtonLabel {
  display: block;
  position: relative;
  width: 1.875rem;
  height: 0.1875rem;
  background: #fff;
  font-size: 0;
}
.l-header__menuButtonLabel:after,
.l-header__menuButtonLabel:before {
  -webkit-transition: 0.3s all;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  transition: 0.3s all;
}
.l-header__menuButtonLabel:before {
  top: -0.5rem;
}
.l-header__menuButtonLabel:after {
  top: 0.5rem;
}
.l-header__menu.is-active {
  visibility: visible;
  opacity: 1;
}
.l-header__menuList {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-header__menuList a {
  -webkit-transition: 0.3s all;
  color: #000;
  font-weight: 400;
  font-size: 1.125rem;
  text-decoration: none;
  transition: 0.3s all;
}
.l-header__menuList a:hover {
  color: #0082ff;
}
.l-header__menuBtn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: 0.3s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.5rem;
  height: 3.5rem;
  border-radius: 0.625rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  text-decoration: none;
  transition: 0.3s all;
}
.l-header__menuBtn01 {
  border: 0.125rem solid #ff4a00;
  background: #ff4a00;
}
.l-header__menuBtn01:hover {
  background: #fff;
  color: #ff4a00;
}
.l-header__menuBtn02 {
  border: 0.125rem solid #0082ff;
  background: #0082ff;
}
.l-header__menuBtn02:hover {
  background: #fff;
  color: #0082ff;
}
.l-headline {
  display: block;
  width: 100%;
  padding: 1.5625rem 0.9375rem;
  background-color: #ccc;
  font-size: 1.375rem;
  line-height: 1.3636363636;
}
.l-container {
  display: block;
  width: calc(100% - 2.5rem);
  max-width: 62.5rem;
  margin-right: auto;
  margin-left: auto;
}
.c-button-01 {
  display: block;
  width: 100%;
  max-width: 260px;
  padding: 1.5625rem 0.75rem;
  background-color: #000;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
.c-heading-01 {
  display: block;
  width: 100%;
  text-align: center;
}
.c-heading-01_enText {
  display: block;
  color: #000;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  font-optical-sizing: auto;
}
.c-heading-01_jaText {
  color: #000;
  font-weight: 700;
  font-size: 1.125rem;
}
.modal {
  display: none;
  z-index: 95;
  position: relative;
}
.modal.is-open {
  display: block;
}
.modal__overlay {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
}
.modal__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 31.25rem;
  max-height: 100vh;
  padding: 1.875rem;
  overflow-y: auto;
  border-radius: 0.25rem;
  background-color: #fff;
}
.modal__header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  color: #00449e;
  font-weight: 600;
  font-size: 0.78125rem;
  line-height: 1.25;
}
.modal__close {
  border: 0;
  background: 0 0;
}
.modal__header .modal__close:before {
  content: "✕";
}
.modal__content {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
}
.modal__btn {
  -webkit-appearance: button;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  margin: 0;
  padding-top: 0.3125rem;
  padding-right: 0.625rem;
  padding-bottom: 0.3125rem;
  padding-left: 0.625rem;
  overflow: visible;
  transform: translateZ(0);
  border-width: 0;
  border-style: none;
  border-radius: 0.15625rem;
  backface-visibility: hidden;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.546875rem;
  line-height: 1.15;
  text-transform: none;
  cursor: pointer;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  will-change: transform;
}
.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
.modal__container {
  aspect-ratio: 16/9;
  width: auto;
  max-width: none;
  height: 35.125rem;
  max-height: calc(100svh - 12.5rem);
  padding: 0;
  overflow: visible;
  border-radius: 0;
  background-color: #fff;
}
.modal__content {
  width: 100%;
  height: 100%;
  margin: 0;
}
.modal__content iframe {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal__content .modal__close {
  display: block;
  position: absolute;
  top: -4.625rem;
  right: 0;
  aspect-ratio: 1/1;
  width: 3.125rem;
  height: auto;
  background-image: url(../img/common/ico_modal_close.svg);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  cursor: pointer;
}
.modal__overlay {
  background: rgba(0, 0, 0, 0.6);
}
.js-scrollAnimation {
  -webkit-transform: translateY(0.9375rem);
  -webkit-transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
  visibility: hidden;
  transform: translateY(0.9375rem);
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s,
    -webkit-transform 0.2s;
}
.js-scrollAnimation.is-show {
  -webkit-transform: translateY(0);
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}
.p-recruit {
  overflow: hidden;
}
.p-recruit .cm-arrow {
  -webkit-mask: url(../images/recruit/arrow.png) no-repeat center;
  -webkit-mask-size: contain;
  -webkit-mask: url(../images/recruit/arrow.png) no-repeat center;
  -webkit-animation: gradientLoop 5s linear infinite;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff4a00),
    color-stop(#0082ff),
    to(#ff4a00)
  );
  background: linear-gradient(90deg, #ff4a00, #0082ff, #ff4a00);
  background-size: 300% 100%;
  animation: gradientLoop 5s linear infinite;
  mask: url(../images/recruit/arrow.png) no-repeat center;
  mask-size: contain;
}
.p-recruit-mv {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
  /* background: url(../images/recruit/main.png) no-repeat top center;
  background-size: cover; */
}
.p-recruit-mv video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  display: block;
}
.p-recruit-mv__title {
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-align: center;
}
.p-recruit-mv__title img {
  display: block;
  width: 71.375rem;
  height: 11.5625rem;
  margin: auto;
}
/* .p-recruit-mv__title .animated-gradient-text {
  -webkit-background-clip: text;
  -webkit-animation: gradient-flow 4s linear infinite;
  display: block;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f36e35),
    color-stop(#a5499f),
    color-stop(#4899d3),
    to(#f36e35)
  );
  background-image: linear-gradient(90deg, #f36e35, #a5499f, #4899d3, #f36e35);
  background-size: 200% auto;
  background-clip: text;
  color: transparent;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
  animation: gradient-flow 4s linear infinite;
}
.p-recruit-mv__title .think-big {
  font-size: 7rem;
  line-height: 1.1;
}
.p-recruit-mv__title .vacuum-tech {
  font-size: 6.625rem;
} */
.p-recruit-mv .arrow1 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.2;
}
.p-recruit-mv .arrow2 {
  position: absolute;
}
.p-recruit-about__img {
  z-index: 9;
  position: relative;
}
.p-recruit-about__img img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-recruit-about__ct {
  z-index: 9;
  position: relative;
}
.p-recruit-about__ct p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
}
.p-recruit-about__ttl {
  font-weight: 700;
}
.p-recruit-wysiwyg h3 {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.8;
}

.p-recruit-about__sec01 {
  position: relative;
}
.p-recruit-about__sec01 .name {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 2.5625rem;
  gap: 2.1875rem;
}
.p-recruit-about__sec01 .name img {
  display: block;
  width: 10.75rem;
}
.p-recruit-about__sec01 .name p {
  margin: 0.5625rem 0 0;
}
.p-recruit-about__sec01 .cm-arrow {
  position: absolute;
}
.p-recruit-about__sec02 {
  position: relative;
}
.p-recruit-about__sec02 .cm-arrow {
  position: absolute;
  opacity: 0.2;
}
.p-recruit-about .splide__pagination {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding: 0;
  gap: 0.9375rem;
}
.p-recruit-about .splide__pagination li {
  width: 1.5rem;
  height: 1.5rem;
}
.p-recruit-about .splide__pagination li .splide__pagination__page {
  width: 1.5rem;
  height: 1.5rem;
  background: #d9d9d9;
  opacity: 1;
}
.p-recruit-about .splide__pagination li .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  background: #ff4a00;
  opacity: 1;
}
.p-recruit-business {
  position: relative;
}
.p-recruit-business__inner {
  margin: auto;
}
.p-recruit-business .title {
  margin: 0;
}
.p-recruit-business .title_en {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  font-optical-sizing: auto;
}
.p-recruit-business .title_jp {
  display: block;
  font-weight: 700;
  font-size: 1.125rem;
}
.p-recruit-business ol li {
  font-size: 1rem;
  list-style-type: decimal;
}
.p-recruit-business .tit {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.8;
  margin: 1.0625rem 0 1.3125rem;
}
.p-recruit-business p {
  margin: 0;
  font-size: 1rem;
}
.p-recruit-business__box .title_en {
  color: #ff4a00;
}
.p-recruit-business__box .tit {
  color: #ff4a00;
}
.p-recruit-business__box:nth-child(2) .title_en {
  color: #0082ff;
}
.p-recruit-business__box:nth-child(2) .tit {
  color: #0082ff;
  margin: 3.875rem 0 2.3125rem;
}
.p-recruit-business .arrow1 {
  position: absolute;
}
.p-recruit-business .arrow2 {
  position: absolute;
  opacity: 0.2;
}
.p-recruit-workflow .splide__slide .img {
  position: relative;
}
.p-recruit-workflow .splide__slide .img:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
}
.p-recruit-workflow .splide__slide .img img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-recruit-workflow .splide__slide.is-active .img:after {
  opacity: 1;
}
.p-recruit-workflow .splide__slide.is-active .slide-caption {
  opacity: 1;
}
.p-recruit-workflow .slide-caption {
  -webkit-transition: opacity 0.5s ease;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: #007bff;
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.p-recruit-workflow .slide-caption::before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
}
.p-recruit-workflow__img {
  display: block;
  width: 100%;
}
.p-recruit-workflow__inner {
  text-align: center;
}
.p-recruit-workflow__inner p {
  margin: 0;
  font-size: 1.125rem;
}
.p-recruit-workflow__ttl {
  font-weight: 700;
}
.p-recruit-jobs__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin: auto;
}
.p-recruit-jobs__listItem {
  -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.25);
  z-index: 9;
  position: relative;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.25);
}
.p-recruit-jobs__listItem img {
  display: block;
  width: 100%;
}
.p-recruit-jobs__listItem .ttl {
  margin: 1.125rem 0 1.9375rem;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.8;
  text-align: center;
}
.p-recruit-jobs__listItem .ttl span {
  display: block;
  color: #787878;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.8;
}
.p-recruit-jobs__listItem p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.8;
}
.p-recruit-jobs__list .cm-arrow {
  position: absolute;
}
.p-recruit-environment__img {
  z-index: 999;
  position: relative;
}
.p-recruit-environment__img img {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-recruit-environment__ct {
  z-index: 9;
  position: relative;
}
.p-recruit-environment__ct p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
}
.p-recruit-environment .ttl {
  font-weight: 700;
  position: relative;
  z-index: 99;
}
.p-recruit-environment .sec01 {
  position: relative;
}
.p-recruit-environment .sec01 .cm-arrow {
  position: absolute;
  opacity: 0.2;
}
.p-recruit-environment .sec02 {
  position: relative;
}
.p-recruit-environment .sec02 .cm-arrow {
  position: absolute;
  opacity: 0.2;
}
.p-recruit-environment .splide__pagination {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding: 0;
  gap: 0.9375rem;
}
.p-recruit-environment .splide__pagination li {
  width: 1.5rem;
  height: 1.5rem;
}
.p-recruit-environment .splide__pagination li .splide__pagination__page {
  width: 1.5rem;
  height: 1.5rem;
  background: #d9d9d9;
  opacity: 1;
}
.p-recruit-environment
  .splide__pagination
  li
  .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  background: #ff4a00;
  opacity: 1;
}
.p-recruit-environment__box {
  position: relative;
}
.p-recruit-environment__box .inner {
  z-index: 9;
  position: relative;
  max-width: 68.75rem;
  margin: auto;
}
.p-recruit-environment__box .ttl {
  font-weight: 700;
}
.p-recruit-environment__box p {
  max-width: 30.1875rem;
  margin: 0;
  font-size: 1rem;
}
.p-recruit-environment__box .cm-arrow {
  z-index: 2;
  position: absolute;
}
.p-recruit-information .tabs-container {
  margin: auto;
}
.p-recruit-information .tabs-container .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #a3a3a3;
  padding: 0 3.1rem;
}
.p-recruit-information .tabs-container .tabs .tab {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: 0.3s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.5rem;
  height: 3.125rem;
  border-top: 1px solid #a3a3a3;
  border-left: 1px solid #a3a3a3;
  border-radius: 0.625rem 0.625rem 0 0;
  font-weight: 700;
  font-size: 1.125rem;
  transition: 0.3s all;
}
.p-recruit-information .tabs-container .tabs .tab:last-child {
  border-right: 1px solid #a3a3a3;
}
.p-recruit-information .tabs-container .tabs .tab.active,
.p-recruit-information .tabs-container .tabs .tab:hover {
  border: 1px solid #ff4a00;
  background: #ff4a00;
  color: #fff;
}
.p-recruit-information .tabs-container .tab-content {
  -webkit-transition: all 0.3s ease;
  display: none;
  transition: all 0.3s ease;
}
.p-recruit-information .tabs-container .tab-content.active {
  display: block;
}
.p-recruit-information .tabs-container .tab-content table {
  width: 100%;
}
.p-recruit-information .tabs-container .tab-content table tr {
  border-bottom: 1px solid #b2b2b2;
}
.p-recruit-information .tabs-container .tab-content table th {
  width: 7.5625rem;
  padding: 1.1875rem 0;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
  vertical-align: top;
}
.p-recruit-information .tabs-container .tab-content table td {
  padding: 1.1875rem 0;
  font-size: 1rem;
  line-height: 1.6;
}
.p-recruit-banner {
  position: relative;
  overflow: hidden;
  background: url(../images/recruit/bg.png) no-repeat center center;
  background-size: cover;
}
.p-recruit-banner__img {
  -webkit-transform: translateX(-50%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.p-recruit-banner .arrow1 {
  position: absolute;
  opacity: 0.2;
}
.p-recruit-banner .arrow2 {
  position: absolute;
  opacity: 0.2;
}
.p-recruit-banner .inner {
  z-index: 1;
  position: relative;
  text-align: center;
}
.p-recruit-banner .ttl {
  margin: 0;
  color: #fff;
  font-weight: 700;
}
.p-recruit-banner__btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
  background: #fff;
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
@-webkit-keyframes gradient-flow {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -200% center;
  }
}
@keyframes gradient-flow {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -200% center;
  }
}
@-webkit-keyframes gradientLoop {
  0% {
    background-position: 300% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@keyframes gradientLoop {
  0% {
    background-position: 300% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.fadein {
  /* -webkit-transform: translateY(50px); */
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  /* transform: translateY(50px); */
  opacity: 0;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out,
    -webkit-transform 0.6s ease-out;
}
.fadein.fadein_on {
  /* -webkit-transform: translateY(0);
  transform: translateY(0); */
  opacity: 1;
}
.p-recruit-business__box,
.p-recruit-business__heading,
.p-recruit-business__inner {
  position: relative;
  z-index: 9;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
  a[href^="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
  .l-footer {
    margin: 3.375rem 0 0;
  }
  .l-footer__logo {
    padding-right: 3.3125rem;
  }
  .l-footer__logo img {
    width: 20.4375rem;
  }
  .l-footer__infor {
    margin-top: 1.6875rem;
  }
  .l-header.scrolled .l-header__inner {
    padding: 1.25rem;
  }
  .l-header__innerRight {
    padding-top: 0.3125rem;
  }
  .l-header__logo {
    width: 14.5625rem;
  }
  .l-header__logo a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .l-header__logo a:hover {
    opacity: 0.6;
  }
  .l-header__menuButton {
    display: none;
  }
  .l-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
  }
  .l-header__menuList {
    -webkit-column-gap: 2.5rem;
    -moz-column-gap: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    column-gap: 2.5rem;
  }
  .l-header__menuBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.8125rem;
  }
  .c-button-01 {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .c-button-01:hover {
    opacity: 0.6;
  }
  .c-heading-01_enText {
    font-size: 3.75rem;
  }
  .c-heading-01_jaText {
    margin: 0.625rem 0 0;
  }
  .modal__content .modal__close {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .modal__content .modal__close:hover {
    opacity: 0.6;
  }
  .p-recruit .cm-arrow {
    width: 32.4375rem;
    height: 16.0625rem;
  }
  .p-recruit-mv {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
  }
  .p-recruit-mvBtn {
    display: none;
  }
  .p-recruit-mv .arrow1 {
    top: 13.4375rem;
    right: -13.0625rem;
  }
  .p-recruit-mv .arrow2 {
    bottom: -6.4375rem;
    left: -5.375rem;
    width: 30.311875rem;
    height: 15.000625rem;
  }
  .p-recruit-about {
    padding-top: 4.625rem;
  }
  .p-recruit-about__heading {
    margin-bottom: 7.5rem;
  }
  .p-recruit-about__img {
    width: 50%;
    height: 40.9375rem;
  }
  .p-recruit-about__img .splide__slide {
    height: 40.9375rem;
  }
  .p-recruit-about__ct {
    width: 50%;
  }
  .p-recruit-about__ctInner {
    width: 34.375rem;
  }
  .p-recruit-about__ttl {
    margin: 0 0 3.3125rem;
    font-size: 2.8125rem;
    line-height: 1.6;
  }
  .p-recruit-wysiwyg h3 {
    margin: 0 0 1.75rem;
  }
  .p-recruit-about__sec01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-recruit-about__sec01 .p-recruit-about__ctInner {
    padding: 10.6875rem 0 0 4.1875rem;
  }
  .p-recruit-about__sec01 .cm-arrow {
    bottom: -12.625rem;
    left: -1.625rem;
    width: 30.311875rem;
    height: 15.000625rem;
  }
  .p-recruit-about__sec02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 13.8125rem;
  }
  .p-recruit-about__sec02 .p-recruit-about__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .p-recruit-about__sec02 .p-recruit-about__ct {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: flex;
    justify-content: right;
    align-items: flex-end;
  }
  .p-recruit-about__sec02 .p-recruit-about__ct:after {
    display: block;
    clear: both;
    content: "";
  }
  .p-recruit-about__sec02 .p-recruit-about__ct .p-recruit-about__ctInner {
    padding: 0 4.1875rem 0 0;
    float: right;
  }
  .p-recruit-about__sec02
    .p-recruit-about__ct
    .p-recruit-about__ctInner
    .p-recruit-about__ttl {
    margin-bottom: 0.625rem;
  }
  .p-recruit-about__sec02
    .p-recruit-about__ct
    .p-recruit-about__ctInner
    .p-recruit-wysiwyg
    h3 {
    margin-bottom: 2.6875rem;
  }
  .p-recruit-about__sec02 .cm-arrow {
    top: -7.6875rem;
    right: 5rem;
    width: 19.437875rem;
    height: 9.625rem;
  }
  .p-recruit-about .splide__pagination {
    right: 9.5625rem;
    bottom: 2.8125rem;
  }
  .p-recruit-business {
    margin-top: 8.4375rem;
    padding-top: 5rem;
  }
  .p-recruit-business__heading {
    margin-bottom: 3rem;
  }
  .p-recruit-business__heading .c-heading-01_jaText {
    margin-top: 1rem;
  }
  .p-recruit-business__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 68.75rem;
    gap: 3.0625rem;
  }
  .p-recruit-business .title_en {
    font-size: 2.625rem;
    line-height: 1.8;
  }
  .p-recruit-business ol {
    margin: 1.8125rem 0 0;
    padding: 0 0 0 1.4375rem;
  }
  .p-recruit-business__box {
    width: 31.25rem;
  }
  /* .p-recruit-business__requests .tit {
    margin: 1.0625rem 0 1.3125rem;
  }
  .p-recruit-business__solutions {
    width: 31.25rem;
  }
  .p-recruit-business__solutions .tit {
    margin: 3.875rem 0 2.3125rem;
  } */
  .p-recruit-business .arrow1 {
    top: -1.375rem;
    right: -4.3125rem;
    width: 30.3125rem;
    height: 15.000625rem;
  }
  .p-recruit-business .arrow2 {
    top: 4.0625rem;
    left: -5.625rem;
    width: 30.3125rem;
    height: 15.000625rem;
  }
  .p-recruit-business .arrow3 {
    display: none;
  }
  .p-recruit-workflow {
    margin-top: 3.5rem;
  }
  .p-recruit-workflow .splide__slide {
    width: 18.6875rem !important;
  }
  .p-recruit-workflow .splide__slide .img {
    width: 18.6875rem !important;
    height: 12.875rem;
  }
  .p-recruit-workflow .splide__slide .img:after {
    border: 0.6875rem solid #0082ff;
  }
  .p-recruit-workflow .slide-caption {
    height: 3.4375rem;
    margin: 1.8125rem 0 0;
  }
  .p-recruit-workflow .slide-caption::before {
    top: -1.8125rem;
    border-right: 1.25rem solid transparent;
    border-bottom: 2.5rem solid #007bff;
    border-left: 1.25rem solid transparent;
  }
  .p-recruit-workflow__img {
    margin-top: -5.25rem;
  }
  .p-recruit-workflow__inner {
    max-width: 68.75rem;
    margin: -4.0625rem auto 0;
  }
  .p-recruit-workflow__ttl {
    margin: 0 0 1.1875rem;
    font-size: 2rem;
    line-height: 1.8;
  }
  .p-recruit-jobs {
    margin-top: 7.6875rem;
    padding-top: 3.125rem;
  }
  .p-recruit-jobs__heading {
    margin-bottom: 4.25rem;
  }
  .p-recruit-jobs__heading .c-heading-01_jaText {
    margin-top: 1.4375rem;
  }
  .p-recruit-jobs__list {
    max-width: 68.75rem;
    gap: 3.1875rem 2.1875rem;
  }
  .p-recruit-jobs__listItem {
    width: calc(33.3333333333% - 1.4583333333rem);
    padding: 1.3125rem 1.25rem 1.875rem;
  }
  .p-recruit-jobs__listItem .ttl span {
    margin: 0.4375rem 0 0;
  }
  .p-recruit-jobs__list .cm-arrow {
    bottom: 15.5rem;
    left: 19.1875rem;
    width: 40.8133125rem;
    height: 20.1875rem;
  }
  .p-recruit-environment {
    margin-top: 4.875rem;
    padding-top: 3.125rem;
  }
  .p-recruit-environment__heading {
    margin-bottom: 6.0625rem;
  }
  .p-recruit-environment__heading .c-heading-01_jaText {
    margin-top: 1.4375rem;
  }
  .p-recruit-environment__img {
    width: 50%;
    height: 40.9375rem;
  }
  .p-recruit-environment__img .splide__slide {
    height: 40.9375rem;
  }
  .p-recruit-environment__ct {
    width: 50%;
  }
  .p-recruit-environment__ct .inner {
    max-width: 34.25rem;
  }
  .p-recruit-environment .ttl {
    margin: 0 0 4.1875rem;
    font-size: 2.8125rem;
    line-height: 1.6;
  }
  .p-recruit-environment .sec01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-recruit-environment .sec01 .inner {
    padding: 12.25rem 0 0 4.1875rem;
  }
  .p-recruit-environment .sec01 .cm-arrow {
    top: 6.875rem;
    right: -12.125rem;
    width: 40.8133125rem;
    height: 20.1875rem;
  }
  .p-recruit-environment .sec02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12rem;
  }
  .p-recruit-environment .sec02 .p-recruit-environment__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .p-recruit-environment .sec02 .p-recruit-environment__ct {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .p-recruit-environment .sec02 .p-recruit-environment__ct:after {
    display: block;
    clear: both;
    content: "";
  }
  .p-recruit-environment .sec02 .p-recruit-environment__ct .inner {
    padding: 9.9375rem 3.75rem 0 0;
    float: right;
  }
  .p-recruit-environment .sec02 .p-recruit-environment__ct .inner .ttl {
    margin-bottom: 5.3125rem;
  }
  .p-recruit-environment .sec02 .cm-arrow {
    top: 1.4375rem;
    left: -5.4375rem;
    width: 40.8133125rem;
    height: 20.1875rem;
  }
  .p-recruit-environment .splide__pagination {
    right: 9.5625rem;
    bottom: 2.8125rem;
  }
  .p-recruit-environment__box {
    margin-top: 9.25rem;
  }
  .p-recruit-environment__box:after {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 9.375rem);
    height: 100%;
    border-radius: 0 1.25rem 1.25rem 0;
    background: #ededed;
    content: "";
  }
  .p-recruit-environment__box .inner {
    padding: 3.6875rem 0 5.125rem;
  }
  .p-recruit-environment__box .ttl {
    margin: 0 0 2.0625rem;
    font-size: 1.875rem;
    line-height: 1.6;
  }
  .p-recruit-environment__box .cm-arrow {
    top: -4.375rem;
    right: -3.875rem;
    width: 40.8133125rem;
    height: 20.1875rem;
  }
  .p-recruit-information {
    margin-top: 3.125rem;
    padding-top: 5rem;
  }
  .p-recruit-information__heading {
    margin-bottom: 7.5rem;
  }
  .p-recruit-information__heading .c-heading-01_jaText {
    margin-top: 1.625rem;
  }
  .p-recruit-information .tabs-container {
    max-width: 68.75rem;
  }
  .p-recruit-information .tabs-container .tab-content {
    padding: 4.5rem 6.25rem;
  }
  .p-recruit-banner {
    padding-top: 2.3125rem;
    padding-bottom: 3.75rem;
  }
  .p-recruit-banner__img {
    bottom: 0;
    width: 71.25rem;
  }
  .p-recruit-banner .arrow1 {
    top: -5.5625rem;
    left: -12.25rem;
    width: 40.8133125rem;
    height: 20.1875rem;
  }
  .p-recruit-banner .arrow2 {
    top: 4.5rem;
    right: -16.375rem;
    width: 40.8133125rem;
    height: 20.1875rem;
  }
  .p-recruit-banner .ttl {
    font-size: 2rem;
  }
  .p-recruit-banner__btn {
    -webkit-transition: 0.3s all;
    width: 26.375rem;
    margin: 3.25rem auto 0;
    transition: 0.3s all;
  }
  .p-recruit-banner__btn:hover {
    opacity: 0.7;
  }
  .u-hidden--pc {
    display: none;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
  body.body-js-active {
    overflow: hidden;
  }
  .l-footer {
    margin: 2.8125rem 0 0;
  }
  .l-footer__logo {
    padding-right: 2rem;
  }
  .l-footer__logo img {
    width: 12.8125rem;
  }
  .l-footer__infor {
    margin-top: 2.8125rem;
  }
  .l-header.scrolled .l-header__inner {
    padding: 0 !important;
  }
  .l-header.scrolled .l-header__logo {
    margin: 0.875rem 0.625rem !important;
  }
  .l-header.scrolled .l-header__innerRight {
    display: block;
  }
  .l-header__inner {
    padding: 0.875rem 0.625rem !important;
  }
  .l-header__innerRight {
    display: none;
  }
  .l-header__logo {
    width: 9.5625rem;
  }
  .l-header__menu {
    -webkit-transition: 0.3s ease-out;
    visibility: hidden;
    position: fixed;
    top: 3.9375rem;
    left: 0;
    width: 100%;
    height: calc(100% - 3.9375rem);
    overflow-y: scroll;
    background: #fff;
    opacity: 0;
    transition: 0.3s ease-out;
  }
  .l-header__menuList {
    padding: 1.25rem;
  }
  .l-header__menuList a {
    display: block;
    padding: 0.625rem;
    border-bottom: 1px solid #000;
  }
  .l-header__menuBtn {
    margin-top: 1.25rem;
    text-align: center;
  }
  .l-header__menuBtn a {
    margin: 0.625rem auto;
  }
  .c-heading-01_enText {
    font-size: 2.5rem;
  }
  .c-heading-01_jaText {
    margin: 0.5rem 0 0;
  }
  .modal__container {
    width: calc(100% - 1.25rem);
    height: auto;
  }
  .modal__content .modal__close {
    top: -2.3125rem;
    width: 1.5625rem;
  }
  .p-recruit .cm-arrow {
    width: 17.687875rem;
    height: 8.75rem;
  }
  .p-recruit-mv {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 32.625rem;
    padding-top: 13.625rem;
  }
  .p-recruit-mvBtn {
    display: block;
    margin-top: 2.9375rem;
    text-align: center;
  }
  .p-recruit-mvBtn a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12.5rem;
    height: 2.9375rem;
    margin: auto;
    border-radius: 0.625rem;
    color: #fff;
    text-decoration: none;
  }
  .p-recruit-mvBtn .p-recruit-mvBtn01 {
    background: #ff4a00;
  }
  .p-recruit-mvBtn .p-recruit-mvBtn02 {
    margin-top: 1.4375rem;
    background: #0082ff;
  }
  .p-recruit-mv .arrow1 {
    top: 7.875rem;
    right: -6rem;
  }
  .p-recruit-mv .arrow2 {
    bottom: -3.4375rem;
    left: -4.125rem;
    width: 13.8125rem;
    height: 6.875rem;
  }
  .p-recruit-about {
    padding-top: 3.9375rem;
  }
  .p-recruit-about__heading {
    margin-bottom: 3rem;
  }
  .p-recruit-about__img {
    height: 21.875rem;
  }
  .p-recruit-about__img .splide__slide {
    height: 21.875rem;
  }
  .p-recruit-about__ct {
    margin-top: 5.1875rem;
  }
  .p-recruit-about__ttl {
    margin: 0 0 1.75rem;
    font-size: 2rem;
    line-height: 1.6;
    text-align: center;
  }
  .p-recruit-wysiwyg h3 {
    margin: 0 0 2.5625rem;
  }
  .p-recruit-about__sec01 .p-recruit-about__ctInner {
    padding: 0 1.25rem;
  }
  .p-recruit-about__sec01 .cm-arrow {
    top: 17.625rem;
    left: -1.625rem;
    width: 17.187875rem;
    height: 8.5rem;
  }
  .p-recruit-about__sec02 {
    margin-top: 7.3125rem;
  }
  .p-recruit-about__sec02 .p-recruit-about__ttl {
    margin-bottom: 1.5625rem;
  }
  .p-recruit-about__sec02 .p-recruit-about__ct {
    margin-top: 2.4375rem;
    padding: 0 1.25rem;
  }
  .p-recruit-about__sec02 .p-recruit-wysiwyg h3 {
    margin-bottom: 2.75rem;
  }
  .p-recruit-about__sec02 .cm-arrow {
    top: -17.8125rem;
    right: 0;
    width: 12.8125rem;
    height: 6.375rem;
  }
  .p-recruit-about .splide__pagination {
    right: 0.625rem;
    top: 19rem;
    bottom: auto;
  }
  .p-recruit-business {
    margin-top: 3.5rem;
    padding-top: 3rem;
  }
  .p-recruit-business__heading {
    margin-bottom: 3.875rem;
  }
  .p-recruit-business .title_en {
    font-size: 2.375rem;
    line-height: 1.6;
  }
  .p-recruit-business .title_jp {
    margin-top: 0.5625rem;
    line-height: 1.8;
  }
  .p-recruit-business ol {
    margin: 1.875rem 0 0;
    padding: 0 0 0 1.4375rem;
  }
  .p-recruit-business__box {
    padding: 0 1.25rem;
    margin-bottom: 9.3125rem;
  }
  .p-recruit-business__box:last-child {
    margin-bottom: 0;
  }
  /* .p-recruit-business__requests .tit {
    margin: 1.6875rem 0 1.3125rem;
  }
  .p-recruit-business__solutions {
    margin-top: 9.3125rem;
    padding: 0 1.25rem;
  }
  .p-recruit-business__solutions .tit {
    margin: 1.6875rem 0 1.9375rem;
  } */
  .p-recruit-business .arrow1 {
    top: -1.25rem;
    right: -7.9375rem;
    width: 21.625rem;
    height: 10.6875rem;
    opacity: 0.2;
  }
  .p-recruit-business .arrow2 {
    top: 9.6875rem;
    left: -5.625rem;
    width: 16.4375rem;
    height: 8.125rem;
  }
  .p-recruit-business .arrow3 {
    -webkit-transform: rotate(90deg);
    display: block;
    position: absolute;
    top: 53.25rem;
    right: -6.1875rem;
    width: 19.1875rem;
    height: 9.6875rem;
    transform: rotate(90deg);
  }
  .p-recruit-workflow {
    margin-top: 3.5rem;
  }
  .p-recruit-workflow .splide__slide {
    width: 8.5375rem !important;
  }
  .p-recruit-workflow .splide__slide .img {
    width: 8.5375rem !important;
    height: 5.875rem;
  }
  .p-recruit-workflow .splide__slide .img:after {
    border: 0.3125rem solid #0082ff;
  }
  .p-recruit-workflow .slide-caption {
    height: 2.8125rem;
    margin: 1.375rem 0 0;
  }
  .p-recruit-workflow .slide-caption::before {
    top: -1.375rem;
    border-right: 0.9375rem solid transparent;
    border-bottom: 1.875rem solid #007bff;
    border-left: 0.9375rem solid transparent;
  }
  .p-recruit-workflow__img {
    margin-top: -4.1875rem;
  }
  .p-recruit-workflow__inner {
    margin: -4.25rem auto 0;
  }
  .p-recruit-workflow__inner p {
    line-height: 1.8;
  }
  .p-recruit-workflow__ttl {
    margin: 0 0 1.1875rem;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .p-recruit-jobs {
    margin-top: 6.125rem;
  }
  .p-recruit-jobs__heading {
    margin-bottom: 3.125rem;
  }
  .p-recruit-jobs__list {
    padding: 0 1.25rem;
    gap: 3.75rem;
  }
  .p-recruit-jobs__listItem {
    padding: 1.25rem 1.25rem 3.5625rem;
  }
  .p-recruit-jobs__listItem .ttl span {
    margin: 0.25rem 0 0;
  }
  .p-recruit-jobs__list .cm-arrow {
    bottom: -7.375rem;
    left: 0;
    width: 23.4375rem;
    height: 11.5625rem;
  }
  .p-recruit-environment {
    margin-top: 11.8125rem;
  }
  .p-recruit-environment__heading {
    margin-bottom: 4.5rem;
  }
  .p-recruit-environment__heading .c-heading-01_enText {
    line-height: normal;
  }
  .p-recruit-environment__heading .c-heading-01_jaText {
    margin-top: 0.25rem;
  }
  .p-recruit-environment__img {
    height: 21.875rem;
  }
  .p-recruit-environment__img .splide__slide {
    height: 21.875rem;
  }
  .p-recruit-environment__ct {
    padding: 3rem 1.25rem;
  }
  .p-recruit-environment .ttl {
    margin: 0 0 3rem;
    font-size: 2rem;
    line-height: 1.6;
  }
  .p-recruit-environment .sec01 .cm-arrow {
    top: -1.3125rem;
    right: -10rem;
    width: 30.438125rem;
    height: 15.0625rem;
  }
  .p-recruit-environment .sec02 .cm-arrow {
    top: -1.3125rem;
    right: -10rem;
    width: 30.438125rem;
    height: 15.0625rem;
  }
  .p-recruit-environment .splide__pagination {
    right: 0.625rem;
    bottom: 0.9375rem;
  }
  .p-recruit-environment__box {
    padding: 0 1.25rem;
    overflow: hidden;
    background: #ededed;
  }
  .p-recruit-environment__box .inner {
    padding: 1.875rem 0;
  }
  .p-recruit-environment__box .ttl {
    margin: 0 0 1.25rem;
    font-size: 2rem;
    line-height: 1.6;
  }
  .p-recruit-environment__box .cm-arrow {
    top: -1.3125rem;
    right: -10rem;
    width: 30.438125rem;
    height: 15.0625rem;
    opacity: 0.2;
  }
  .p-recruit-information {
    /* margin-top: 3.75rem; */
    padding-top: 3rem;
  }
  .p-recruit-information .scroll_tab {
    width: 100%;
    overflow: auto;
  }
  .p-recruit-information__heading {
    margin-bottom: 4.0625rem;
  }
  .p-recruit-information__heading .c-heading-01_enText {
    line-height: normal;
  }
  .p-recruit-information__heading .c-heading-01_jaText {
    margin-top: 0.3125rem;
  }
  .p-recruit-information .tabs-container .tabs {
    width: 68.75rem;
  }
  .p-recruit-information .tabs-container .tab-content {
    padding: 3.6875rem 1.25rem;
  }
  .p-recruit-banner {
    margin-top: 6.1875rem;
    padding: 5.25rem 1.25rem 6.4375rem;
  }
  .p-recruit-banner__img {
    bottom: 10.8125rem;
    width: 100%;
  }
  .p-recruit-banner .arrow1 {
    top: -2.625rem;
    left: -6.8125rem;
    width: 20.6879375rem;
    height: 10.25rem;
  }
  .p-recruit-banner .arrow2 {
    right: -6.875rem;
    bottom: -1.8125rem;
    width: 22.2504375rem;
    height: 11rem;
  }
  .p-recruit-banner .ttl {
    font-size: 1.375rem;
  }
  .p-recruit-banner__btn {
    width: 21rem;
    height: 4.375rem;
    margin-top: 3.125rem;
    font-size: 1rem;
  }
  .u-hidden--sp {
    display: none;
  }
}
@media only screen and (max-width: 1300px) {
  .l-header__inner {
    padding: 3.375rem 1.25rem 0 1.25rem;
  }
  .l-header__menuList {
    column-gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .p-recruit-mv__title img {
    display: block;
    width: 23.4375rem;
    height: 3.8125rem;
    margin: auto;
  }
}

.p-recruit .p-recruit-about__splide {
  position: relative;
  margin-top: 13.875rem;
}
.p-recruit .p-recruit-about__splide .cm-arrow {
  top: -7.6875rem;
  right: 5rem;
  width: 19.437875rem;
  height: 9.625rem;
  position: absolute;
  opacity: 0.2;
}
@media (max-width: 768px) {
  .p-recruit .p-recruit-about__splide {
    position: relative;
    margin-top: 7.4rem;
  }
  .p-recruit .p-recruit-about__splide .cm-arrow {
    top: -17.8125rem;
    right: 0;
    width: 12.8125rem;
    height: 6.375rem;
  }
}

.img-gradient-mask {
  -webkit-animation: gradientMove 4s ease infinite;
  -webkit-mask-image: url(../images/recruit/txt_mv.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  display: inline-block;
  width: 71.375rem;
  height: 11.5625rem;
  font-size: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f36e35),
    color-stop(#a5499f),
    color-stop(#4899d3),
    to(#f36e35)
  );
  background: linear-gradient(90deg, #f36e35, #a5499f, #4899d3, #f36e35);
  background-size: 200% auto;
  animation: gradientMove 4s ease infinite;
  mask-image: url(../images/recruit/txt_mv.png);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
@media (max-width: 768px) {
  .img-gradient-mask {
    width: 23.4375rem;
    height: 3.8125rem;
  }
  .p-recruit-environment .sec02,
  .p-recruit-environment__box {
    display: none;
  }
}
@-webkit-keyframes gradientMove {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -200% center;
  }
}
@keyframes gradientMove {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -200% center;
  }
}
.workflow_splide {
  position: relative;
  z-index: 99;
}
/*# sourceMappingURL=map/style.css.map */
