/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.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;
}

table {
  -webkit-text-size-adjust: 100%;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: 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;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  color: inherit;
  /* 2 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.mv_content, .aboutus_inner, .search_inner, .aboutjob_inner, .interview_inner, .qa_inner, .coming_inner {
  margin-inline: auto;
  padding-inline: 21px;
}

.aboutus_main {
  margin-inline: auto;
}

.search_item, .c_totop, .header_contact_inner {
  opacity: 1;
}
.search_item .c_arrow::before, .c_totop .c_arrow::before, .header_contact_inner .c_arrow::before {
  transform: translateX(-100%);
  opacity: 0;
}

/*!
foundation > base
------------------------------
*/
html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-padding-top: 30px;
}

body {
  line-height: 1.4;
  font-size: 0.875rem;
  font-weight: 400;
  color: #373737;
  font-family: "Noto Sans JP", sans-serif;
}
body > img[src^="https://metrics.baitoru.com"] {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

:where(a, .h_opacity) {
  cursor: pointer;
  transition: opacity 0.5s ease;
}
.full {
  width: 100%;
}

.h_zoom {
  overflow: hidden;
  opacity: 1;
}
.h_zoom_img {
  overflow: hidden;
}
.h_zoom_img img {
  transition: transform 0.5s ease;
}

.inview {
  visibility: hidden;
  opacity: 0;
}

.fadeUp,
.fadeIn {
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fadeUp {
  animation-name: ani_fadeup;
}

.fadeIn {
  animation-name: ani_fadein;
}

@keyframes ani_fadeup {
  0% {
    transform: translateY(60%);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes ani_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.footer {
  background-color: #005694;
  color: #fff;
  letter-spacing: 0.1em;
  font-family: "Barlow", sans-serif;
  text-align: center;
  font-weight: 500;
  /* margin-top: 50px; */
  margin-top: 0;
  font-size: 0.625rem;
  line-height: 1.3;
  padding: 16px 20px;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  border-left: 1px solid #373737;
  width: 61px;
  height: 100vh;
  height: 100dvh;
}
.header_inner {
  padding-block: 30px;
  position: relative;
  z-index: 0;
  max-height: max(100% - 60px, 763px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 15px;
}
.header_logo {
  padding-inline: 8px 6px;
}
.header_logo img {
  display: block;
}
.header_logo_desc {
  padding-top: 16px;
  font-size: 0.625rem;
  padding-left: 2px;
  display: block;
}
.header_logo_desc::after {
  content: "";
  display: block;
  height: 1px;
  background-color: currentColor;
  margin-top: 10px;
  margin-inline: -2px 2px;
}
.header_logo_txt01 {
  display: block;
  line-height: 1.3;
}
.header_logo_txt02 {
  display: block;
  margin-top: 4px;
}
.header_sologan {
  font-size: 0.9375rem;
  padding-left: 8px;
  padding-bottom: clamp(0rem, 75vh + -31.265625rem, 4.5rem);
}
.header_sologan_txt {
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.25em;
  font-weight: 700;
  white-space: nowrap;
  padding-left: 25px;
}
.header_sologan_img {
  width: 2.5333333333em;
  margin-top: -7.266667em;
  margin-left: 0px;
}
.header_contact {
  padding-inline: 4px 5px;
}
.header_contact_inner {
  display: block;
  color: #0075c9;
}
.header_contact_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: currentColor;
  border-radius: 6px;
  aspect-ratio: 51/42;
}
.header_contact_arrow {
  border-radius: 50%;
  background-color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  aspect-ratio: 36/23.5;
  width: 27px;
}
.header_contact_arrow::after, .header_contact_arrow::before {
  content: "";
  position: absolute;
  aspect-ratio: 10/12;
  -webkit-mask: url(../images/icon_arrow.svg) center/contain no-repeat;
  mask: url(../images/icon_arrow.svg) center/contain no-repeat;
  background-color: currentColor;
  width: 10px;
}
.header_contact_desc {
  font-weight: 800;
  text-align: center;
  display: block;
  font-size: 0.625rem;
  margin-top: 6px;
}
.header_hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  position: relative;
  aspect-ratio: 42/20;
  width: 40px;
  margin-top: 30px;
}
.header_hamburger > * {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: 0.5s;
  transition-property: rotate, translate, opacity;
}
.header_hamburger > *:first-child {
  translate: 0 -10px;
}
.header_hamburger > *:last-child {
  translate: 0 10px;
}
.header_hamburger.is_open > * {
  translate: 0 0;
}
.header_hamburger.is_open > *:first-child {
  rotate: 20.26deg;
}
.header_hamburger.is_open > *:nth-child(2) {
  opacity: 0;
}
.header_hamburger.is_open > *:last-child {
  rotate: -20.26deg;
}

.gnav {
  position: absolute;
  width: 270px;
  border-radius: 8px;
  background-color: #fff;
  z-index: 1;
  transform-origin: right top;
  transform: scale(0);
  transition: transform 0.5s ease;
  transition-delay: 0.5s;
  line-height: 1.4;
  bottom: 10px;
  right: calc(100% + 9px);
}
.gnav::after {
  content: "";
  inset: 0;
  border-radius: inherit;
  border: 1px solid currentColor;
  position: absolute;
  pointer-events: none;
}
.gnav.is_open {
  transform: scale(1);
  transition-delay: 0s;
}
.gnav.is_open .gnav_list {
  opacity: 1;
  transition-delay: 0.5s;
}
.gnav_list {
  transition: opacity 0.5s ease;
  opacity: 0;
  /* padding-inline: 32px; */
  padding-inline: 32px 22px;
  padding-block: 33px 32px;
}
.gnav_item:not(:last-child) {
  margin-bottom: 18px;
}
.gnav_item_link {
  display: inline-flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  gap: 5px;
  opacity: 1;
  font-size: 1rem;
  gap: 8px;
}
.gnav_item_link::before {
  flex-shrink: 0;
  aspect-ratio: 1;
  background: url(../images/icon_mark.svg) center/contain no-repeat;
  content: "";
  width: 14px;
}
.gnav_item_desc {
  position: relative;
  transition: transform 0.5s ease;
}
.gnav_item_txt {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  display: block;
  padding-block: 4px;
}
.gnav_item_txt:last-child {
  position: absolute;
  top: 100%;
  left: 0;
  color: #0075c9;
}

html.is_loading .c_loading {
  opacity: 1;
  pointer-events: all;
}

html.is_loading body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.c_loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background-color: #0075C9;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.c_loading_body {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  animation: spin 2.75s infinite linear;
}
.c_loading_body__dot {
  position: absolute;
  height: 100%;
  width: 30%;
}
.c_loading_body__dot::after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: #fff;
  border-radius: 50%;
}
.c_loading_body__dot:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
}
.c_loading_body__dot:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite ease-in-out;
  animation-delay: -0.33s;
}
.c_loading_body__dot:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
}
.c_loading_body__dot:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite -0.165s ease-in-out;
}
.c_loading_body__dot:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
}
.c_loading_body__dot:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 1.1s infinite ease-in-out;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wobble1 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}
@keyframes wobble2 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}
.c_ttl_en {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  display: inline-flex;
  letter-spacing: 0.05em;
  align-items: center;
  gap: 5px;
  font-size: 1rem;
  padding-left: 3px;
}
.c_ttl_en::before {
  content: "";
  aspect-ratio: 1;
  background: url(../images/icon_mark.svg) center/contain no-repeat;
  width: 14px;
}
.c_ttl_jp {
  display: block;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 2rem;
}

.c_totop {
  position: fixed;
  bottom: 0;
  display: block;
  z-index: 5;
  border-radius: 50%;
  border: 1px solid currentColor;
  line-height: 1;
  opacity: 1;
  color: #0075c9;
  background-color: #fff;
  bottom: 40px;
  right: 70px;
}
.c_totop_arrow {
  aspect-ratio: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  border-radius: inherit;
  transform: rotate(-90deg);
}
.c_totop_arrow::after, .c_totop_arrow::before {
  content: "";
  position: absolute;
  aspect-ratio: 10/12;
  -webkit-mask: url(../images/icon_arrow.svg) center/contain no-repeat;
  mask: url(../images/icon_arrow.svg) center/contain no-repeat;
  background-color: currentColor;
  width: 14px;
  background-color: currentColor;
}

#content {
  padding-top: 55px;
  padding-right: 61px;
}

@keyframes brands {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.mv {
  position: relative;
  z-index: 10;
  height: 200vh;
}
.mv_img {
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv_img img, .mv_img video {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  width: 100%;
}
.mv_cover {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.36;
  background-color: #373737;
}
.mv_main {
  position: absolute;
  z-index: 3;
  inset: 0;
}
.mv_header {
  position: sticky;
  top: 0;
  padding: 15px 7px;
}
.mv_header_logo {
  line-height: 1;
}
.mv_header_logo__link {
  display: inline-flex;
  align-items: center;
  color: white;
  font-weight: 700;
  line-height: 1.5;
  font-size: 0.6875rem;
  gap: 11px;
}
.mv_header_logo__img {
  background-color: #fff;
  width: 149px;
  padding: 10px 11px 7px 15px;
}
.mv_header_logo img {
  width: 100%;
}
.mv_sologan {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-weight: 700;
  font-size: 2.086875rem;
}
.mv_sologan_content {
  position: sticky;
  top: 0px;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: flex-end;
  padding-right: 14px;
  padding-bottom: 8vh;
}
.mv_sologan_txt {
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1.44;
  letter-spacing: 0.3em;
}
.mv_sologan_img {
  position: relative;
  width: 83.16px;
  left: -26px;
  margin-top: -261px;
}
.mv_sologan_img img {
  display: block;
  width: 100%;
}
.mv_content {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding-top: 28.2019704433vh;
}
.mv_desc {
  font-weight: 700;
  line-height: 1.9;
  margin-inline: auto;
  font-size: 1.125rem;
}
.mv_desc_txt:not(:last-child) {
  margin-bottom: 34px;
}
.mv_desc_txt > * {
  opacity: 0;
  transform: translateY(60%);
  transition: 0.5s;
  transition-property: opacity, transform;
}
.mv_desc_txt.is_show > * {
  opacity: 1;
  transform: translateY(0);
}

.aboutus_block {
  margin-top: 41px;
}
.aboutus_loop {
  margin-top: 21px;
  text-align: center;
}
.aboutus_loop img {
  max-width: 500px;
  width: 100%;
}
.aboutus_img {
  margin-top: 47px;
  text-align: center;
}
.aboutus_img_photo {
  position: relative;
  display: inline-block;
}
.aboutus_img_photo video{
    width: 100%;
    aspect-ratio: calc(493 / 647);
}
.aboutus_img_photo::after, .aboutus_img_photo::before {
  position: absolute;
  content: "";
  border-style: solid;
  border-color: currentColor;
}
.aboutus_img_photo::after {
  top: calc(100% - 6px);
  left: calc(100% - 1px);
  border-width: 1px 0 0 1px;
  height: 33px;
  width: 25px;
}
.aboutus_img_photo::before {
  border-width: 0 1px 1px 0;
  bottom: calc(100% - 1px);
  right: calc(100% - 1px);
  height: 17px;
  width: 21px;
}
.aboutus_img img {
  width: 100%;
  max-width: 500px;
}
.aboutus_desc {
  letter-spacing: 0.1em;
  font-size: 1rem;
  line-height: 1.82;
}

.brands {
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  margin-top: 46px;
  padding-block: 20px;
  overflow: hidden;
}
.brands_slider {
  display: flex;
}
.brands_list {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  /* animation: brands 10s linear infinite; */
  gap: 26px;
  padding-right: 26px;
}
.brands_slider .swiper-slide{
    width: auto;
}
.brands_item {
  flex-shrink: 0;
}
.brands_item img {
  display: block;
}

.search {
  margin-top: 56px;
}
.search_list {
  margin-inline: auto;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin-top: 50px;
}
.search_item {
  aspect-ratio: 272/131;
  background-color: #0075c9;
  color: #fff;
  display: flex;
  align-items: flex-end;
  border-radius: 9px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
  .search_item:last-child::after, .search_item:last-child::before {
    background-image: url(../images/img_search_pattern03_sp.svg);
  }
.search_item:nth-child(even)::after, .search_item:nth-child(even)::before {
  background-image: url(../images/img_search_pattern02_sp.svg);
}
.search_item::after, .search_item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-image: url(../images/img_search_pattern01_sp.svg);
  transition: 0.5s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition-property: transform, opacity;
}
.search_item::after {
  opacity: 0;
  mix-blend-mode: soft-light;
  mix-blend-mode: plus-lighter;
}
.search_item_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 0 20px 12px;
}
.search_item_txt {
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 1.219375rem;
}
.search_item_arrow {
  aspect-ratio: 39/25;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39px;
  left: 6px;
}
.search_item_arrow::before, .search_item_arrow::after {
  content: "";
  aspect-ratio: 24/19;
  position: absolute;
  -webkit-mask: url(../images/icon_arrow.svg) center/contain no-repeat;
  mask: url(../images/icon_arrow.svg) center/contain no-repeat;
  background-color: #373737;
  width: 13px;
}

.coming {
  /* margin-top: 60px; */
  margin-top: 0;
}
.coming::before {
  content: "";
  display: block;
  height: 32px;
  width: 100%;
  background-color: #005694;
}
.coming_desc {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 35px;
}
.coming_img {
  margin-inline: auto;
  background-color: #eff1f2;
  text-align: center;
  margin-top: 22px;
  padding-block: 40px 27px;
}
.coming_img img {
  max-width: 500px;
  width: 86.4458598726%;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .mv_content, .aboutus_inner, .search_inner, .aboutjob_inner, .interview_inner, .qa_inner, .coming_inner {
    padding-inline: 40px;
    padding-inline: clamp(1.25rem, 7.8125vw + -2.5rem, 2.5rem);
  }
  .aboutus_main {
    max-width: 1161px;
  }
  body {
    font-size: 1rem;
  }
  :where(a:hover, .h_opacity:hover) {
    opacity: 0.7;
  }
  .h_zoom:hover .h_zoom_img img {
    transform: scale(1.1);
  }
  a[href^=tel] {
    pointer-events: none;
  }
  .sp {
    display: none !important;
  }
  .footer {
    line-height: inherit;
    padding: 30px 20px;
    margin-top: 0;
    /* margin-top: 52px; */
  }
  .header {
    border-left-width: 2px;
    width: 98px;
  }
  .header_inner {
    padding-block: 30px;
    max-height: max(95.3488372093vh, 738px);
  }
  .header_logo {
    padding-inline: 9px 8px;
  }
  .header_logo_desc {
    padding-top: 18px;
    padding-left: 5px;
  }
  .header_logo_desc::after {
    margin-top: 14px;
    margin-inline: -3px 0;
  }
  .header_logo_txt02 {
    margin-top: 5px;
  }
  .header_sologan {
    font-size: clamp(0.75rem, 3vh + -0.1875rem, 0.9375rem);
    padding-left: clamp(1.4375rem, -2vh + 2.1875rem, 1.5625rem);
    padding-bottom: clamp(0rem, 2.8735632184vh + -1.0775862069rem, 0.3125rem);
  }
  .header_sologan_txt {
    padding-left: 38px;
  }
  .header_sologan_img {
    margin-left: 0.233333em;
  }
  .header_contact {
    padding-inline: 13px 15px;
  }
  .header_contact_btn {
    aspect-ratio: 68/43;
    border-radius: 8px;
  }
  .header_contact_arrow {
    width: 36px;
  }
  .header_contact_desc {
    font-weight: 700;
    margin-top: 4px;
    font-size: 0.8125rem;
  }
  .header_hamburger {
    width: 42px;
    margin-top: 33px;
  }
  .gnav {
    bottom: -13px;
    /* bottom: clamp(-0.8125rem, -91.6666666667vh + 43.53125rem, 1.25rem); */
    bottom: clamp(-1.4125rem, -94.666667vh + 40.53125rem, 1.25rem);
    right: calc(100% + 23px);
  }
  .gnav::after {
    border-width: 2px;
  }
  .gnav_list {
    padding-block: 42px 45px;
  }
  .gnav_item:not(:last-child) {
    margin-bottom: 12px;
  }
  .c_ttl_jp {
    font-size: 3rem;
  }
  .c_totop {
    border-width: 2px;
    right: 120px;
    bottom: 40px;
  }
  .c_totop_arrow {
    width: 60px;
  }
  .c_totop_arrow::after, .c_totop_arrow::before {
    width: 18px;
  }
  #content {
    padding-top: 80px;
    padding-right: 98px;
  }
  .mv {
    height: max(200vh + 200px, 100vh + 700px);
  }
  .mv_img img, .mv_img video {
    width: 100%;
  }
  .mv_header {
    padding: 13px 19px;
  }
  .mv_sologan {
    font-size: clamp(1.875rem, 6.8vh + -0.25rem, 2.725rem);
  }
  .mv_sologan_content {
    justify-content: center;
    padding-right: 37px;
    padding-bottom: clamp(0rem, 31.0810810811vh + -13.597972973rem, 1.4375rem);
  }
  .mv_sologan_img {
    width: 2.5em;
    margin-top: -7.376147em;
    left: -1.1em;
  }
  .mv_content {
    padding-top: 22.6098191214vh;
  }
  .mv_desc {
    max-width: 1127px;
    font-size: 1.5rem;
  }
  .mv_desc_txt:not(:last-child) {
    margin-bottom: 48px;
  }
  .aboutus_block {
    display: flex;
    justify-content: space-between;
    margin-top: -68px;
    gap: 30px;
  }
  .aboutus_loop {
    margin-top: 0;
    max-width: 430px;
    margin-left: 10px;
  }
  .aboutus_loop img {
    max-width: unset;
  }
  .aboutus_img {
    flex-shrink: 0;
    max-width: 493px;
    width: calc(50% - 30px);
    margin-top: 0;
  }
  .aboutus_img_photo::after {
    top: calc(100% - 5px);
    height: 61px;
    width: 47px;
  }
  .aboutus_img_photo::before {
    height: 32px;
    width: 102px;
  }
  .aboutus_img img {
    max-width: unset;
  }
  .aboutus_content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: clamp(1.25rem, 19.8863636364vw + -11.4772727273rem, 3.4375rem);
    padding-top: 100px;
    gap: 29px;
  }
  .aboutus_desc {
    line-height: 1.8;
    max-width: 508px;
    margin-bottom: 62px;
  }
  .brands {
    border-top-width: 2px;
    border-bottom-width: 2px;
    padding-block: 28px;
    margin-top: 79px;
  }
  .brands_list {
    gap: 37px;
    padding-right: 37px;
  }
  .search {
    margin-top: 127px;
  }
  .search .c_ttl_en {
    padding-left: 0;
  }
  .search_list {
    margin-top: 71px;
    grid-template-columns: 1fr 1fr 1fr;
    /* gap: clamp(1.875rem, 4.6875vw + -0.375rem, 2.625rem); */
    gap: clamp(0.875rem, 2.6875vw + -1.375rem, 1.625rem);
    max-width: 1118px;
  }
  .search_item {
    border-radius: 16px;
    aspect-ratio: 362/221;
  }
    .search_item:last-child .search_item_txt{
        position: relative;
        top: -4px;
    }
  .search_item:last-child .search_item_content{
    padding: 0 19px clamp(0.375rem, -1.0817307692vw + 1.4567307692rem, 0.9375rem) clamp(1.25rem, 6.25vw + -1.75rem, 1.6rem);
  }
  .search_item:nth-child(even)::after, .search_item:nth-child(even)::before {
    background-image: url(../images/img_search_pattern02.svg);
  }
  .search_item:last-child::after, .search_item:last-child::before {
    background-image: url(../images/img_search_pattern03.svg);

  }
  .search_item::after, .search_item::before {
    background-image: url(../images/img_search_pattern01.svg);
  }
  .search_item_content {
    /* padding: 0 19px 21px clamp(1.25rem, 6.25vw + -1.75rem, 2.25rem); */
    padding: 0 19px 21px clamp(1.25rem, 6.25vw + -1.75rem, 1.6rem);
  }
  .search_item_txt {
    /* font-size: clamp(1.875rem, 2.34375vw + 0.75rem, 2.25rem); */
    /* font-size: clamp(1rem, 1.1vw + 1rem, 2rem); */
    font-size: clamp(1.09375rem, 1.7427884615vw + 0.2572115385rem, 2rem);
    line-height: 1.2;
  }
  .search_item_arrow {
    aspect-ratio: 52/43;
    top: 3px;
    /* left: -6px;
    width: clamp(4.0625rem, 2.734375vw + 2.75rem, 4.5rem); */
    left: 0px;
    width: clamp(1.625rem, 1.734375vw + 1.75rem, 3.2rem);
    flex-shrink: 0;
  }
  .search_item_arrow::before, .search_item_arrow::after {
    width: 24px;
  }
  .coming {
    /* margin-top: 153px; */
  }
  .coming::before {
    height: 54px;
  }
  .coming_desc {
    font-size: 1.125rem;
    margin-top: 54px;
    padding-left: 20px;
  }
  .coming_img {
    max-width: min(1122px, 100% - 80px);
    margin-top: 26px;
    padding-block: 81px 66px;
    padding-inline: 20px 51px;
  }
  .coming_img img {
    width: 100%;
    max-width: 440px;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .search_item:hover .c_arrow::after, .c_totop:hover .c_arrow::after, .header_contact_inner:hover .c_arrow::after, .search_item:hover .c_arrow::before, .c_totop:hover .c_arrow::before, .header_contact_inner:hover .c_arrow::before {
    transition: 0.3s;
    transition-property: transform, opacity;
  }
  .search_item:hover .c_arrow::after, .c_totop:hover .c_arrow::after, .header_contact_inner:hover .c_arrow::after {
    opacity: 0;
    transform: translateX(100%);
  }
  .search_item:hover .c_arrow::before, .c_totop:hover .c_arrow::before, .header_contact_inner:hover .c_arrow::before {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0.3s;
  }
  .header_contact_inner {
    transition: color 0.5s ease;
  }
  .header_contact_inner:hover {
    color: #005694;
  }
  .gnav_item_link:hover .gnav_item_desc {
    transform: translateY(-100%);
  }
  .c_totop {
    transition: 0.5s;
    transition-property: color, background-color;
  }
  .c_totop:hover {
    background-color: #0075c9;
    color: white;
  }
  .search_item:hover::after, .search_item:hover::before {
    transform: scale(1.1);
  }
  .search_item:hover::after {
    opacity: 1;
  }
  .search_item:hover::before {
    opacity: 0;
  }
}
/*# sourceMappingURL=maps/style.css.map */
