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

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

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

/**
 * 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;
  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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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 {
  color: inherit; /* 2 */
  display: table; /* 1 */
  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.
 */
::-webkit-input-placeholder {
  opacity: 1;
}
::-moz-placeholder {
  opacity: 1;
}
:-ms-input-placeholder {
  opacity: 1;
}
::-ms-input-placeholder {
  opacity: 1;
}
::placeholder {
  opacity: 1;
}

label {
  cursor: pointer;
}

img,
iframe,
video {
  vertical-align: top;
}

dt {
  font-weight: inherit;
}

:where(dialog) {
  inset: 0;
  border: unset;
  padding: unset;
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  background-color: unset;
  overflow: unset;
  color: unset;
}

:focus:not(:focus-visible) {
  outline: none;
}

[role=tabpanel]:target {
  display: revert;
}

:root {
  --scrollbarW: 0;
  --negLeading: calc((1em - 1lh) / 2);
  --transEasing: ease-in-out;
  --transDur: 0.3s;
  --transVals: var(--transDur) var(--transEasing);
  --opa: .6;
  --fullW: calc(100vw - (var(--scrollbarW) * 1px));
  --designW: 1360;
  --designContW: 1360;
  --contW: min(1200px, (100% - (80px * 2)));
  --contSpace_hor: calc((var(--htmlW) * 1px - var(--contW)) / 2);
  --color_base: #413B3C;
  --color_main: #A60F16;
  --color_black: #45494D;
  --color_gray: #9EA0A3;
  --ff_notoSans: "Noto Sans JP", sans-serif;
  --ff_plusJakartaSans: "Plus Jakarta Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  :root {
    --designW: 750;
    --designContW: 375;
    --contW: calc(100% - 40px);
  }
}

:lang(en) {
  --negLeading: calc((1cap - 1lh) / 2);
}

/**
 * Base
 */
@font-face {
  font-family: "Local Noto Sans JP";
  src: local("Noto Sans JP");
}
:root {
  interpolate-size: allow-keywords;
}

html,
body {
  height: 100%;
}

html.is_locked {
  position: fixed;
  width: 100%;
}

body {
  color: var(--color_base);
  font-family: var(--ff_notoSans);
  font-size: 1rem;
  line-height: 1.4;
  overflow-wrap: anywhere;
  line-break: strict;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}

:lang(en) {
  font-family: var(--ff_plusJakartaSans);
}

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

.md-skipNav__list {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.md-skipNav__list a {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  font-size: 0;
  height: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 0;
}

.js_observe_target {
  translate: 0 40px;
  opacity: 0;
  -webkit-transition-property: translate, opacity;
  transition-property: translate, opacity;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.js_observe_target.js_observe_active {
  translate: 0 0;
  opacity: 1;
}

/**
 * Layout
 */
/**
 * Header
 */
.ly_header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media not all and (max-width: 767px), print {
  .ly_header {
    padding: 28px;
  }
}
@media screen and (max-width: 767px) {
  .ly_header {
    padding: 12px;
  }
}
.ly_header_head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
@media not all and (max-width: 767px), print {
  .ly_header_head {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ly_header_head {
    gap: 10px;
  }
}
@media not all and (max-width: 767px), print {
  .ly_header_logo {
    padding: 12px;
    border-radius: 8px;
    margin-left: -12px;
  }
}
@media screen and (max-width: 767px) {
  .ly_header_logo {
    padding: 6px;
    border-radius: 4px;
    margin-left: -6px;
  }
}
.ly_header_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media not all and (max-width: 767px), print {
  .ly_header_logo a {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .ly_header_logo a {
    gap: 8px;
  }
}
@media not all and (max-width: 767px), print {
  .ly_header_logo .site_logo {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .ly_header_logo .site_logo {
    width: 80px;
  }
}
.ly_header_logo .site_logo img {
  width: 100%;
}
.ly_header_logo .site_txt {
  color: var(--color_main);
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media not all and (max-width: 767px), print {
  .ly_header_logo .site_txt {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .ly_header_logo .site_txt {
    font-size: 0.625rem;
  }
}
.ly_header_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (max-width: 767px), print {
  .ly_header_sub {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .ly_header_sub {
    gap: 12px;
  }
}
.ly_header_entry {
  display: -ms-grid;
  display: grid;
  place-content: center;
  background-color: var(--color_main);
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3;
  -webkit-transition: opacity var(--transVals);
  transition: opacity var(--transVals);
}
@media not all and (max-width: 767px), print {
  .ly_header_entry {
    width: 168px;
    height: 80px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .ly_header_entry {
    width: 100px;
    height: 50px;
    border-radius: 6px;
  }
}
.ly_header_entry:focus-visible {
  opacity: var(--opa);
}
@media (any-hover: hover) {
  .ly_header_entry:hover {
    opacity: var(--opa);
  }
}
.ly_header_menu {
  display: -ms-grid;
  display: grid;
  place-content: center;
  place-items: center;
  height: auto;
  aspect-ratio: 1;
  border: 1px solid var(--color_main);
  background-color: #fff;
  color: var(--color_main);
  line-height: 1.3;
  letter-spacing: 0.15em;
  -webkit-transition: opacity var(--transVals);
  transition: opacity var(--transVals);
}
.ly_header_menu[aria-expanded=true] .icon:before, .ly_header_menu[aria-expanded=true] .icon:after {
  -webkit-transition: rotate var(--transVals);
  transition: rotate var(--transVals);
}
.ly_header_menu[aria-expanded=true] .icon:before {
  top: 50%;
  rotate: 20deg;
}
.ly_header_menu[aria-expanded=true] .icon:after {
  top: 50%;
  rotate: -20deg;
}
@media not all and (max-width: 767px), print {
  .ly_header_menu {
    gap: 10px;
    width: 80px;
    border-radius: 8px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .ly_header_menu {
    gap: 5px;
    width: 50px;
    border-radius: 6px;
    font-size: 0.625rem;
  }
}
.ly_header_menu:focus-visible {
  opacity: var(--opa);
}
@media (any-hover: hover) {
  .ly_header_menu:hover {
    opacity: var(--opa);
  }
}
.ly_header_menu .icon {
  position: relative;
  display: block;
}
@media not all and (max-width: 767px), print {
  .ly_header_menu .icon {
    width: 27px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .ly_header_menu .icon {
    width: 20px;
    height: 6px;
  }
}
.ly_header_menu .icon:before, .ly_header_menu .icon:after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  height: 1px;
  background-color: var(--color_main);
}
.ly_header_menu .icon:before {
  top: 0;
}
.ly_header_menu .icon:after {
  top: 100%;
}
.ly_header_body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  backdrop-filter: blur(20px);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.4) 100%);
  overflow-y: auto;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: var(--transDur);
          transition-duration: var(--transDur);
  -webkit-transition-timing-function: var(--transEasing);
          transition-timing-function: var(--transEasing);
}
@media screen and (max-width: 767px) {
  .ly_header_body {
    height: 100dvh;
  }
}
.ly_header_body[hidden] {
  display: block;
  opacity: 0;
  visibility: hidden;
}
@media not all and (max-width: 767px), print {
  .ly_header_body > div {
    padding-block: 180px 40px;
  }
}
@media screen and (max-width: 767px) {
  .ly_header_body > div {
    padding-block: 80px 40px;
  }
}
.ly_header_units {
  display: -ms-grid;
  display: grid;
}
@media not all and (max-width: 767px), print {
  .ly_header_units {
    -ms-grid-columns: 1fr 0 1fr 0 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .ly_header_units {
    gap: 30px 0;
  }
}
@media not all and (max-width: 767px), print {
  .ly_header_units > li {
    padding-inline: 40px;
    border-left: 1px solid #ccc;
  }
}
.ly_header_hdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media not all and (max-width: 767px), print {
  .ly_header_hdg {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ly_header_hdg {
    font-size: 1.125rem;
  }
}
.ly_header_hdg > a {
  position: relative;
  display: block;
  -webkit-transition: opacity var(--transVals);
  transition: opacity var(--transVals);
}
@media not all and (max-width: 767px), print {
  .ly_header_hdg > a {
    padding-right: 56px;
  }
}
@media screen and (max-width: 767px) {
  .ly_header_hdg > a {
    padding-right: 36px;
  }
}
.ly_header_hdg > a:focus-visible {
  opacity: var(--opa);
}
@media (any-hover: hover) {
  .ly_header_hdg > a:hover {
    opacity: var(--opa);
  }
}
.ly_header_hdg > a:before {
  content: "";
  position: absolute;
  right: 0;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color_main);
}
@media not all and (max-width: 767px), print {
  .ly_header_hdg > a:before {
    top: 5px;
    width: 32px;
  }
}
@media screen and (max-width: 767px) {
  .ly_header_hdg > a:before {
    top: 3px;
    width: 24px;
  }
}
.ly_header_hdg > a:after {
  content: "";
  position: absolute;
  height: auto;
  aspect-ratio: 1;
  background-color: #fff;
  -webkit-mask-image: url(../image/common/recruit_icon_arrow_01.svg);
          mask-image: url(../image/common/recruit_icon_arrow_01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
@media not all and (max-width: 767px), print {
  .ly_header_hdg > a:after {
    top: 16px;
    right: 12px;
    width: 8px;
  }
}
@media screen and (max-width: 767px) {
  .ly_header_hdg > a:after {
    top: 11px;
    right: 8px;
    width: 8px;
  }
}
@media not all and (max-width: 767px), print {
  .ly_header_list {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .ly_header_list {
    margin-top: 12px;
  }
}
@media not all and (max-width: 767px), print {
  .ly_header_list > li + li {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .ly_header_list > li + li {
    margin-top: 8px;
  }
}
.ly_header_list > li a {
  display: inline-block;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1.7;
  -webkit-transition: opacity var(--transVals);
  transition: opacity var(--transVals);
}
.ly_header_list > li a:focus-visible {
  opacity: var(--opa);
}
@media (any-hover: hover) {
  .ly_header_list > li a:hover {
    opacity: var(--opa);
  }
}
.ly_header_list > li a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: auto;
  aspect-ratio: 1;
  margin-left: 12px;
  background-color: var(--color_main);
  -webkit-mask-image: url(../image/common/recruit_icon_arrow_01.svg);
          mask-image: url(../image/common/recruit_icon_arrow_01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
@media not all and (max-width: 767px), print {
  .ly_header_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .ly_header_links {
    margin-top: 40px;
  }
}
.ly_header_corporate {
  letter-spacing: 0.05em;
  line-height: 1.7;
  -webkit-transition: opacity var(--transVals);
  transition: opacity var(--transVals);
}
@media not all and (max-width: 767px), print {
  .ly_header_corporate {
    display: block;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .ly_header_corporate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
    font-size: 1rem;
  }
}
.ly_header_corporate:focus-visible {
  opacity: var(--opa);
}
@media (any-hover: hover) {
  .ly_header_corporate:hover {
    opacity: var(--opa);
  }
}
.ly_header_corporate[target=_blank]:after {
  content: "";
  display: inline-block;
  height: auto;
  aspect-ratio: 1;
  margin-left: 4px;
  background-color: var(--color_main);
  -webkit-mask-image: url(../image/common/recruit_icon_blank.svg);
          mask-image: url(../image/common/recruit_icon_blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
@media not all and (max-width: 767px), print {
  .ly_header_corporate[target=_blank]:after {
    width: 15px;
    vertical-align: -2px;
  }
}
@media screen and (max-width: 767px) {
  .ly_header_corporate[target=_blank]:after {
    width: 13px;
    vertical-align: -1px;
  }
}
.ly_header_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (max-width: 767px), print {
  .ly_header_sns {
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .ly_header_sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}
.ly_header_sns li a {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 40px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #45494D;
  -webkit-transition: opacity var(--transVals);
  transition: opacity var(--transVals);
}
.ly_header_sns li a:focus-visible {
  opacity: var(--opa);
}
@media (any-hover: hover) {
  .ly_header_sns li a:hover {
    opacity: var(--opa);
  }
}
.ly_header_sns li a img {
  width: 17px;
}
.ly_header.is_shadow .ly_header_logo {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

/**
 * Footer
 */
.ly_entry {
  background-image: url(../image/common/recruit_entry_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media not all and (max-width: 1100px), print {
  .ly_entry {
    padding: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .ly_entry {
    padding: 40px 20px;
  }
}
.ly_entry_inner {
  border-radius: 24px;
  background-color: #fff;
}
@media not all and (max-width: 1100px), print {
  .ly_entry_inner {
    padding: 64px 59px;
  }
}
@media screen and (max-width: 1100px) {
  .ly_entry_inner {
    padding: 32px 30px;
  }
}
.ly_entry_head {
  text-align: center;
}
.ly_entry_ruby {
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.ly_entry_title {
  color: var(--color_main);
  font-weight: 100;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media not all and (max-width: 1100px), print {
  .ly_entry_title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1100px) {
  .ly_entry_title {
    font-size: 2rem;
  }
}
.ly_entry_body {
  display: -ms-grid;
  display: grid;
}
@media not all and (max-width: 1100px), print {
  .ly_entry_body {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .ly_entry_body {
    gap: 20px;
    margin-top: 30px;
  }
}
.ly_entry_body > a {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  -webkit-transition: opacity var(--transVals);
  transition: opacity var(--transVals);
}
@media not all and (max-width: 1100px), print {
  .ly_entry_body > a {
    padding: 48px 80px 48px 24px;
    border-radius: 12px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1100px) {
  .ly_entry_body > a {
    padding: 24px 56px 24px 12px;
    border-radius: 10px;
    font-size: 0.9375rem;
  }
}
.ly_entry_body > a:focus-visible {
  opacity: var(--opa);
}
@media (any-hover: hover) {
  .ly_entry_body > a:hover {
    opacity: var(--opa);
  }
}
.ly_entry_body > a:nth-child(1) {
  background-color: var(--color_main);
}
.ly_entry_body > a:nth-child(2) {
  background-color: #D4474E;
}
.ly_entry_body > a:nth-child(3) {
  background-color: #ED6D73;
}
.ly_entry_body > a .icon {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
}
@media not all and (max-width: 1100px), print {
  .ly_entry_body > a .icon {
    right: 24px;
    width: 48px;
  }
}
@media screen and (max-width: 1100px) {
  .ly_entry_body > a .icon {
    right: 12px;
    width: 36px;
  }
}
.ly_entry_body > a .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 12px;
  height: auto;
  aspect-ratio: 1;
  background-color: var(--color_main);
  -webkit-mask-image: url(../image/common/recruit_icon_arrow_01.svg);
          mask-image: url(../image/common/recruit_icon_arrow_01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}

.ly_footer_body {
  border-top: 1px solid #ddd;
}
.ly_footer_inner {
  gap: 20px;
}
@media not all and (max-width: 1100px), print {
  .ly_footer_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .ly_footer_inner {
    display: -ms-grid;
    display: grid;
    padding-top: 40px;
  }
}
.ly_footer_logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media not all and (max-width: 1100px), print {
  .ly_footer_logo {
    width: 190px;
  }
}
@media screen and (max-width: 1100px) {
  .ly_footer_logo {
    width: 140px;
  }
}
.ly_footer_logo a {
  display: block;
}
.ly_footer_logo a > div img {
  width: 100%;
}
.ly_footer_logo a .txt {
  color: var(--color_main);
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media not all and (max-width: 1100px), print {
  .ly_footer_logo a .txt {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .ly_footer_logo a .txt {
    margin-top: 8px;
  }
}
.ly_footer_units {
  display: -ms-grid;
  display: grid;
}
@media not all and (max-width: 1100px), print {
  .ly_footer_units {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (max-width: 1100px) {
  .ly_footer_units {
    gap: 20px;
  }
}
@media not all and (max-width: 1100px), print {
  .ly_footer_units > li {
    padding-right: 14px;
  }
}
@media not all and (max-width: 1100px), print {
  .ly_footer_units > li + li {
    padding-left: 20px;
    border-left: 1px solid #ddd;
  }
}
.ly_footer_hdg {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media not all and (max-width: 1100px), print {
  .ly_footer_hdg {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 1100px) {
  .ly_footer_hdg {
    font-size: 0.875rem;
  }
}
.ly_footer_hdg a {
  display: block;
  -webkit-transition: opacity var(--transVals);
  transition: opacity var(--transVals);
}
.ly_footer_hdg a:focus-visible {
  opacity: var(--opa);
}
@media (any-hover: hover) {
  .ly_footer_hdg a:hover {
    opacity: var(--opa);
  }
}
@media not all and (max-width: 1100px), print {
  .ly_footer_hdg + .ly_footer_hdg {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .ly_footer_hdg + .ly_footer_hdg {
    margin-top: 8px;
  }
}
@media not all and (max-width: 1100px), print {
  .ly_footer_list {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .ly_footer_list {
    margin-top: 8px;
  }
}
@media not all and (max-width: 1100px), print {
  .ly_footer_list > li + li {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1100px) {
  .ly_footer_list > li + li {
    margin-top: 4px;
  }
}
.ly_footer_list > li a {
  display: block;
  letter-spacing: 0.05em;
  line-height: 1.7;
  -webkit-transition: opacity var(--transVals);
  transition: opacity var(--transVals);
}
@media not all and (max-width: 1100px), print {
  .ly_footer_list > li a {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 1100px) {
  .ly_footer_list > li a {
    font-size: 0.75rem;
  }
}
.ly_footer_list > li a:focus-visible {
  opacity: var(--opa);
}
@media (any-hover: hover) {
  .ly_footer_list > li a:hover {
    opacity: var(--opa);
  }
}
@media not all and (max-width: 1100px), print {
  .ly_footer_sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 24px;
    margin-top: 98px;
  }
}
@media screen and (max-width: 1100px) {
  .ly_footer_sub {
    margin-top: 30px;
  }
}
.ly_footer_sub > li a {
  display: block;
  letter-spacing: 0.05em;
  line-height: 1.7;
  -webkit-transition: opacity var(--transVals);
  transition: opacity var(--transVals);
}
@media not all and (max-width: 1100px), print {
  .ly_footer_sub > li a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1100px) {
  .ly_footer_sub > li a {
    font-size: 0.75rem;
  }
}
.ly_footer_sub > li a:focus-visible {
  opacity: var(--opa);
}
@media (any-hover: hover) {
  .ly_footer_sub > li a:hover {
    opacity: var(--opa);
  }
}
.ly_footer_sub > li a[target=_blank]:after {
  content: "";
  display: inline-block;
  height: auto;
  aspect-ratio: 1;
  margin-left: 4px;
  vertical-align: -2px;
  background-color: var(--color_main);
  -webkit-mask-image: url(../image/common/recruit_icon_blank.svg);
          mask-image: url(../image/common/recruit_icon_blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
@media not all and (max-width: 1100px), print {
  .ly_footer_sub > li a[target=_blank]:after {
    width: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .ly_footer_sub > li a[target=_blank]:after {
    width: 13px;
  }
}
.ly_footer_foot {
  background-color: var(--color_black);
}
@media not all and (max-width: 1100px), print {
  .ly_footer_foot {
    padding-block: 19px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .ly_footer_foot {
    padding-block: 16px;
    margin-top: 18px;
  }
}
@media not all and (max-width: 1100px), print {
  .ly_footer_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ly_footer_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media not all and (max-width: 1100px), print {
  .ly_footer_sns {
    gap: 17px;
  }
}
@media screen and (max-width: 1100px) {
  .ly_footer_sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}
.ly_footer_sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (max-width: 1100px), print {
  .ly_footer_sns ul {
    gap: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .ly_footer_sns ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
}
.ly_footer_sns ul li a {
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 40px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: opacity var(--transVals);
  transition: opacity var(--transVals);
}
.ly_footer_sns ul li a:focus-visible {
  opacity: var(--opa);
}
@media (any-hover: hover) {
  .ly_footer_sns ul li a:hover {
    opacity: var(--opa);
  }
}
.ly_footer_sns ul li a img {
  width: 17px;
}
.ly_footer_snsHdg {
  color: var(--color_gray);
}
.ly_footer_copy {
  display: block;
  color: var(--color_gray);
  letter-spacing: 0.05em;
}
@media not all and (max-width: 1100px), print {
  .ly_footer_copy {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1100px) {
  .ly_footer_copy {
    margin-top: 10px;
    text-align: center;
    font-size: 0.625rem;
  }
}

/**
 * Container
 */
.ct_std {
  width: var(--contW);
  margin-inline: auto;
}

/**
 * Block
 */
.md-breadcrumb__container {
  width: var(--contW);
  margin-inline: auto;
}
@media not all and (max-width: 767px), print {
  .md-breadcrumb__container {
    padding-block: 21px;
  }
}
@media screen and (max-width: 767px) {
  .md-breadcrumb__container {
    padding-block: 12px;
  }
}
.md-breadcrumb__container ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media not all and (max-width: 767px), print {
  .md-breadcrumb__container ol {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .md-breadcrumb__container ol {
    gap: 14px;
  }
}
.md-breadcrumb__container li:last-child a {
  pointer-events: none;
}
.md-breadcrumb__container li:first-child a:before {
  content: "";
  display: inline-block;
  height: auto;
  aspect-ratio: 1;
  margin-right: 4px;
  background-image: url(../image/common/recruit_icon_home.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media not all and (max-width: 767px), print {
  .md-breadcrumb__container li:first-child a:before {
    width: 13px;
  }
}
@media screen and (max-width: 767px) {
  .md-breadcrumb__container li:first-child a:before {
    width: 10px;
  }
}
.md-breadcrumb__container li:not(:last-child) {
  position: relative;
}
.md-breadcrumb__container li:not(:last-child):after {
  content: "";
  position: absolute;
  translate: 0 -50%;
  width: 1px;
  background-color: #999;
}
@media not all and (max-width: 767px), print {
  .md-breadcrumb__container li:not(:last-child):after {
    top: calc(50% + 2px);
    left: calc(100% + 11px);
    height: 50%;
  }
}
@media screen and (max-width: 767px) {
  .md-breadcrumb__container li:not(:last-child):after {
    top: calc(50% + 1px);
    left: calc(100% + 7px);
    height: 40%;
  }
}
.md-breadcrumb__container a {
  color: #999;
  -webkit-transition: opacity var(--transVals);
  transition: opacity var(--transVals);
}
@media not all and (max-width: 767px), print {
  .md-breadcrumb__container a {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .md-breadcrumb__container a {
    font-size: 0.625rem;
  }
}
.md-breadcrumb__container a:focus-visible {
  opacity: var(--opa);
}
@media (any-hover: hover) {
  .md-breadcrumb__container a:hover {
    opacity: var(--opa);
  }
}

.bl_pageHeader {
  position: relative;
  background-image: url(../image/common/recruit_page-head_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.bl_pageHeader_inner {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
  z-index: 1;
}
@media not all and (max-width: 767px), print {
  .bl_pageHeader_inner {
    min-height: 420px;
  }
}
@media screen and (max-width: 767px) {
  .bl_pageHeader_inner {
    min-height: 320px;
  }
}
.bl_pageHeader_title {
  position: relative;
  text-align: center;
  letter-spacing: 0.29em;
}
@media not all and (max-width: 767px), print {
  .bl_pageHeader_title {
    padding-top: 24px;
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_pageHeader_title {
    padding-top: 18px;
    font-size: 1.75rem;
  }
}
.bl_pageHeader_title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 30px;
  height: 2px;
  background-color: var(--color_main);
}
.bl_pageHeader_ruby {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #DEEBEF;
  font-weight: 100;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-shadow: 0 0 8px #fff;
  z-index: 0;
}
@media not all and (max-width: 767px), print {
  .bl_pageHeader_ruby {
    bottom: -55px;
    font-size: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_pageHeader_ruby {
    bottom: -30px;
    font-size: 5rem;
  }
}

.bl_voiceHeader {
  position: relative;
  background-image: url(../image/common/recruit_voice-head_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
@media not all and (max-width: 767px), print {
  .bl_voiceHeader {
    padding-block: 160px 80px;
  }
}
@media screen and (max-width: 767px) {
  .bl_voiceHeader {
    padding-block: 100px 40px;
  }
}
.bl_voiceHeader_title {
  position: relative;
  text-align: center;
  letter-spacing: 0.29em;
  line-height: 1.5;
}
@media not all and (max-width: 767px), print {
  .bl_voiceHeader_title {
    padding-top: 24px;
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_voiceHeader_title {
    padding-top: 18px;
    font-size: 1.5rem;
  }
}
.bl_voiceHeader_title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 30px;
  height: 2px;
  background-color: var(--color_main);
}
.bl_voiceHeader_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media not all and (max-width: 767px), print {
  .bl_voiceHeader_meta {
    gap: 33px;
    margin-top: 28px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_voiceHeader_meta {
    gap: 24px;
    margin-top: 14px;
    font-size: 0.75rem;
  }
}
.bl_voiceHeader_entry {
  position: relative;
}
.bl_voiceHeader_entry:after {
  content: "/";
  position: absolute;
  top: 0;
}
@media not all and (max-width: 767px), print {
  .bl_voiceHeader_entry:after {
    right: calc(100% + 12px);
  }
}
@media screen and (max-width: 767px) {
  .bl_voiceHeader_entry:after {
    right: calc(100% + 8px);
  }
}
@media not all and (max-width: 767px), print {
  .bl_voiceHeader_thumb {
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .bl_voiceHeader_thumb {
    margin-top: 32px;
  }
}
.bl_voiceHeader_thumb img {
  width: 100%;
  aspect-ratio: 1200/540;
  -o-object-fit: cover;
     object-fit: cover;
}
@media not all and (max-width: 767px), print {
  .bl_voiceHeader_thumb img {
    border-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .bl_voiceHeader_thumb img {
    border-radius: 12px;
  }
}

.bl_anchor {
  display: -ms-grid;
  display: grid;
}
@media not all and (max-width: 767px), print {
  .bl_anchor {
    -ms-grid-columns: 1fr 0 1fr 0 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 0;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .bl_anchor {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding-bottom: 40px;
  }
}
.bl_anchor + * {
  margin-top: 0 !important;
}
.bl_anchor > li {
  position: relative;
}
@media not all and (max-width: 767px), print {
  .bl_anchor > li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
    width: 1px;
    height: 100%;
    background-color: #ddd;
  }
}
.bl_anchor > li a {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
  letter-spacing: 0.1em;
  line-height: 1.8;
  -webkit-transition: opacity var(--transVals);
  transition: opacity var(--transVals);
}
@media not all and (max-width: 767px), print {
  .bl_anchor > li a {
    padding-left: 24px;
    padding-right: 70px;
  }
}
@media screen and (max-width: 767px) {
  .bl_anchor > li a {
    padding-right: 40px;
  }
}
.bl_anchor > li a:focus-visible {
  opacity: var(--opa);
}
@media (any-hover: hover) {
  .bl_anchor > li a:hover {
    opacity: var(--opa);
  }
}
.bl_anchor > li a .icon {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color_main);
}
@media not all and (max-width: 767px), print {
  .bl_anchor > li a .icon {
    right: 24px;
    width: 32px;
  }
}
@media screen and (max-width: 767px) {
  .bl_anchor > li a .icon {
    right: 0;
    width: 26px;
  }
}
.bl_anchor > li a .icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 10px;
  height: auto;
  aspect-ratio: 1;
  background-color: #fff;
  -webkit-mask-image: url(../image/common/recruit_icon_down_01.svg);
          mask-image: url(../image/common/recruit_icon_down_01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}

.bl_faq {
  position: relative;
}
@media not all and (max-width: 767px), print {
  .bl_faq {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .bl_faq {
    padding-top: 40px;
  }
}
@media not all and (max-width: 767px), print {
  .bl_faq:last-child {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .bl_faq:last-child {
    padding-bottom: 60px;
  }
}
@media not all and (max-width: 767px), print {
  .bl_faq + .bl_faq {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .bl_faq + .bl_faq {
    padding-top: 50px;
  }
}
.bl_faq:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: var(--fullW);
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(237, 242, 244)), to(rgb(247, 250, 251)));
  background: linear-gradient(90deg, rgb(237, 242, 244) 0%, rgb(247, 250, 251) 100%);
  z-index: 0;
}
.bl_faq_inner {
  position: relative;
  z-index: 1;
}
.bl_faq_list > li {
  border: 1px solid #ddd;
  background-color: #fff;
}
@media not all and (max-width: 767px), print {
  .bl_faq_list > li {
    padding-inline: 24px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .bl_faq_list > li {
    padding-inline: 18px;
    border-radius: 6px;
  }
}
@media not all and (max-width: 767px), print {
  .bl_faq_list > li + li {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .bl_faq_list > li + li {
    margin-top: 12px;
  }
}
.bl_faq_head {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: opacity var(--transVals);
  transition: opacity var(--transVals);
}
@media not all and (max-width: 767px), print {
  .bl_faq_head {
    padding-block: 27px;
    padding-inline: 46px 57px;
  }
}
@media screen and (max-width: 767px) {
  .bl_faq_head {
    padding-block: 18px;
    padding-inline: 28px 32px;
  }
}
.bl_faq_head:focus-visible {
  opacity: var(--opa);
}
@media (any-hover: hover) {
  .bl_faq_head:hover {
    opacity: var(--opa);
  }
}
.bl_faq_head[aria-expanded=true] .icon:after {
  scale: 1 0;
}
.bl_faq_head:before {
  content: "Q";
  position: absolute;
  left: 0;
  color: var(--color_main);
  font-family: var(--ff_plusJakartaSans);
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media not all and (max-width: 767px), print {
  .bl_faq_head:before {
    top: 22px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_faq_head:before {
    top: 14px;
    font-size: 1.25rem;
  }
}
.bl_faq_head .icon {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color_main);
}
@media not all and (max-width: 767px), print {
  .bl_faq_head .icon {
    width: 32px;
  }
}
@media screen and (max-width: 767px) {
  .bl_faq_head .icon {
    width: 28px;
  }
}
.bl_faq_head .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 12px;
  height: 2px;
  background-color: #fff;
}
.bl_faq_head .icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 2px;
  height: 12px;
  background-color: #fff;
  scale: 1 1;
  -webkit-transition: scale var(--transVals);
  transition: scale var(--transVals);
}
.bl_faq_body > div {
  position: relative;
  border-top: 1px solid #ddd;
}
@media not all and (max-width: 767px), print {
  .bl_faq_body > div {
    padding-block: 24px;
    padding-left: 46px;
  }
}
@media screen and (max-width: 767px) {
  .bl_faq_body > div {
    padding-block: 18px;
    padding-left: 28px;
  }
}
.bl_faq_body > div:before {
  content: "A";
  position: absolute;
  left: 0;
  font-family: var(--ff_plusJakartaSans);
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media not all and (max-width: 767px), print {
  .bl_faq_body > div:before {
    top: 22px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_faq_body > div:before {
    top: 16px;
    font-size: 1.25rem;
  }
}

.bl_btnList {
  margin-top: 40px;
}
.bl_btnList > div + div {
  margin-top: 16px;
}

.bl_imgList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}
@media not all and (max-width: 767px), print {
  .bl_imgList {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .bl_imgList {
    gap: 20px;
  }
}
.bl_imgList > div img {
  width: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_imgList > :nth-child(1) {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}
.bl_imgList > :nth-child(1) img {
  aspect-ratio: 1200/340;
}
.bl_imgList > :nth-child(2),
.bl_imgList > :nth-child(3) {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.bl_imgList > :nth-child(2) img,
.bl_imgList > :nth-child(3) img {
  aspect-ratio: 580/340;
}
.bl_imgList > :nth-child(4),
.bl_imgList > :nth-child(5),
.bl_imgList > :nth-child(6) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.bl_imgList > :nth-child(4) img,
.bl_imgList > :nth-child(5) img,
.bl_imgList > :nth-child(6) img {
  aspect-ratio: 373/340;
}

.bl_medias {
  display: -ms-grid;
  display: grid;
}
@media not all and (max-width: 767px), print {
  .bl_medias {
    grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
    gap: 64px 40px;
  }
}
@media screen and (max-width: 767px) {
  .bl_medias {
    gap: 26px;
  }
}

.bl_dataTable > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
}
@media not all and (max-width: 767px), print {
  .bl_dataTable > div {
    gap: 40px;
    padding-block: 24px;
  }
}
@media screen and (max-width: 767px) {
  .bl_dataTable > div {
    gap: 20px;
    padding-block: 12px;
  }
}
.bl_dataTable .hdg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media not all and (max-width: 767px), print {
  .bl_dataTable .hdg {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .bl_dataTable .hdg {
    width: 100px;
  }
}
.bl_dataTable .body {
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.bl_btn {
  max-width: 439px;
  margin-inline: auto;
}
@media not all and (max-width: 767px), print {
  .bl_btn {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .bl_btn {
    margin-top: 40px;
  }
}

.bl_chatList {
  position: relative;
}
@media not all and (max-width: 767px), print {
  .bl_chatList:not(:first-child) {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .bl_chatList:not(:first-child) {
    margin-top: 50px;
  }
}
.bl_chatList:has(.bl_chatList_inner):before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: var(--fullW);
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(237, 242, 244)), to(rgb(247, 250, 251)));
  background: linear-gradient(90deg, rgb(237, 242, 244) 0%, rgb(247, 250, 251) 100%);
  z-index: 0;
}
.bl_chatList_inner {
  position: relative;
  z-index: 1;
}
@media not all and (max-width: 767px), print {
  .bl_chatList_inner {
    padding-block: 80px;
  }
}
@media screen and (max-width: 767px) {
  .bl_chatList_inner {
    padding-block: 40px;
  }
}
@media not all and (max-width: 767px), print {
  .bl_chatList_list > li + li {
    margin-top: 44px;
  }
}
@media screen and (max-width: 767px) {
  .bl_chatList_list > li + li {
    margin-top: 22px;
  }
}
.bl_chatList_list > li:nth-child(odd) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.bl_chatList_list > li:nth-child(odd) .bl_chatList_chat {
  color: #fff;
}
.bl_chatList_list > li:nth-child(odd) .bl_chatList_avatar {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.bl_chatList_list > li:nth-child(odd) .bl_chatList_txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-color: var(--color_main);
}
.bl_chatList_list > li:nth-child(odd) .bl_chatList_txt:before {
  left: 100%;
  scale: -1 1;
  background-color: var(--color_main);
  -webkit-mask-image: url(../image/common/recruit_icon_chat.svg);
          mask-image: url(../image/common/recruit_icon_chat.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.bl_chatList_list > li:nth-child(even) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bl_chatList_list > li:nth-child(even) .bl_chatList_txt {
  border: 1px solid #D9D9D9;
  background-color: #fff;
}
.bl_chatList_list > li:nth-child(even) .bl_chatList_txt:before {
  right: 100%;
  background-image: url(../image/common/recruit_icon_chat.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.bl_chatList_chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media not all and (max-width: 767px), print {
  .bl_chatList_chat {
    gap: 35px;
  }
}
@media screen and (max-width: 767px) {
  .bl_chatList_chat {
    gap: 20px;
  }
}
.bl_chatList_avatar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media not all and (max-width: 767px), print {
  .bl_chatList_avatar {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  .bl_chatList_avatar {
    width: 50px;
  }
}
.bl_chatList_avatar img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
}
.bl_chatList_txt {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  -webkit-box-shadow: 0 0 34px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 34px rgba(0, 0, 0, 0.08);
}
@media not all and (max-width: 767px), print {
  .bl_chatList_txt {
    padding: 23px 24px;
    border-radius: 16px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_chatList_txt {
    padding: 11px 12px;
    border-radius: 12px;
    font-size: 1rem;
  }
}
.bl_chatList_txt:before {
  content: "";
  position: absolute;
  height: auto;
  aspect-ratio: 20/18;
}
@media not all and (max-width: 767px), print {
  .bl_chatList_txt:before {
    top: 32px;
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bl_chatList_txt:before {
    top: 20px;
    width: 13px;
  }
}

@media not all and (max-width: 767px), print {
  .bl_img {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .bl_img {
    margin-top: 40px;
  }
}
.bl_img img {
  width: 100%;
  aspect-ratio: 1200/416;
  -o-object-fit: cover;
     object-fit: cover;
}
@media not all and (max-width: 767px), print {
  .bl_img img {
    border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .bl_img img {
    border-radius: 12px;
  }
}

.bl_flow_list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (max-width: 767px), print {
  .bl_flow_list > li {
    gap: 35px;
  }
}
@media screen and (max-width: 767px) {
  .bl_flow_list > li {
    gap: 16px;
  }
}
.bl_flow_list > li:last-child .bl_flow_body:before {
  content: none;
}
@media not all and (max-width: 767px), print {
  .bl_flow_list > li + li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .bl_flow_list > li + li {
    margin-top: 6px;
  }
}
.bl_flow_time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
  color: var(--color_main);
  letter-spacing: 0.05em;
  line-height: 1.3;
  font-weight: 500;
}
@media not all and (max-width: 767px), print {
  .bl_flow_time {
    width: 80px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_flow_time {
    width: 60px;
    font-size: 1.125rem;
  }
}
.bl_flow_body {
  position: relative;
  padding-bottom: 16px;
}
@media not all and (max-width: 767px), print {
  .bl_flow_body {
    min-height: 166px;
    padding-left: 59px;
  }
}
@media screen and (max-width: 767px) {
  .bl_flow_body {
    min-height: 130px;
    padding-left: 38px;
  }
}
.bl_flow_body:before {
  content: "";
  position: absolute;
  height: calc(100% - 10px);
  background-color: var(--color_main);
}
@media not all and (max-width: 767px), print {
  .bl_flow_body:before {
    top: 10px;
    left: 14px;
    width: 2px;
  }
}
@media screen and (max-width: 767px) {
  .bl_flow_body:before {
    top: 10px;
    left: 9px;
    width: 2px;
  }
}
.bl_flow_icon {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: rgba(166, 15, 22, 0.13);
}
@media not all and (max-width: 767px), print {
  .bl_flow_icon {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .bl_flow_icon {
    width: 20px;
  }
}
.bl_flow_icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color_main);
}
@media not all and (max-width: 767px), print {
  .bl_flow_icon:before {
    width: 12px;
  }
}
@media screen and (max-width: 767px) {
  .bl_flow_icon:before {
    width: 8px;
  }
}
.bl_flow_title {
  translate: 0 -3px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 500;
}
@media not all and (max-width: 767px), print {
  .bl_flow_title {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_flow_title {
    margin-bottom: 6px;
    font-size: 1.125rem;
  }
}

.bl_otherContent {
  border-top: 1px solid #ddd;
}
@media not all and (max-width: 767px), print {
  .bl_otherContent {
    padding-top: 40px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .bl_otherContent {
    padding-top: 20px;
    margin-top: 50px;
  }
}
.bl_otherContent_title {
  color: var(--color_main);
  font-weight: 100;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media not all and (max-width: 767px), print {
  .bl_otherContent_title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_otherContent_title {
    font-size: 2rem;
  }
}
@media not all and (max-width: 767px), print {
  .bl_otherContent_link {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .bl_otherContent_link {
    margin-top: 20px;
  }
}
.bl_otherContent_link > a {
  position: relative;
  display: block;
  border: 1px solid #ddd;
  -webkit-transition: opacity var(--transVals);
  transition: opacity var(--transVals);
}
@media not all and (max-width: 767px), print {
  .bl_otherContent_link > a {
    padding: 64px 240px 64px 64px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .bl_otherContent_link > a {
    padding: 30px 20px;
    border-radius: 12px;
  }
}
.bl_otherContent_link > a:focus-visible {
  opacity: var(--opa);
}
@media (any-hover: hover) {
  .bl_otherContent_link > a:hover {
    opacity: var(--opa);
  }
}
.bl_otherContent_link > a .txtL {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media not all and (max-width: 767px), print {
  .bl_otherContent_link > a .txtL {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_otherContent_link > a .txtL {
    font-size: 1.5rem;
  }
}
.bl_otherContent_link > a .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media not all and (max-width: 767px), print {
  .bl_otherContent_link > a .sub {
    position: absolute;
    top: 50%;
    right: 64px;
    translate: 0 -50%;
  }
}
@media screen and (max-width: 767px) {
  .bl_otherContent_link > a .sub {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 20px;
  }
}
.bl_otherContent_link > a .txt {
  display: block;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.bl_otherContent_link > a .icon {
  position: relative;
  display: block;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color_main);
}
@media not all and (max-width: 767px), print {
  .bl_otherContent_link > a .icon {
    width: 48px;
  }
}
@media screen and (max-width: 767px) {
  .bl_otherContent_link > a .icon {
    width: 36px;
  }
}
.bl_otherContent_link > a .icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 12px;
  height: auto;
  aspect-ratio: 1;
  background-color: #fff;
  -webkit-mask-image: url(../image/common/recruit_icon_arrow_01.svg);
          mask-image: url(../image/common/recruit_icon_arrow_01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.bl_otherContent_cards {
  display: -ms-grid;
  display: grid;
}
@media not all and (max-width: 767px), print {
  .bl_otherContent_cards {
    -ms-grid-columns: 1fr clamp(0px, 80 / (var(--designContW)) * (100vw - var(--scrollbarW) * 1px), 80px) 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(0px, 80 / (var(--designContW)) * (100vw - var(--scrollbarW) * 1px), 80px);
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .bl_otherContent_cards {
    gap: 26px;
    margin-top: 20px;
  }
}
.bl_otherContent_cards > li:first-child {
  position: relative;
}
@media not all and (max-width: 767px), print {
  .bl_otherContent_cards > li:first-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(clamp(0px, 40 / (var(--designContW)) * (100vw - var(--scrollbarW) * 1px), 40px) + 100%);
    width: 1px;
    height: 100%;
    background-color: #ddd;
  }
}
@media not all and (max-width: 767px), print {
  .bl_otherContent_cards__3col {
    -ms-grid-columns: 1fr clamp(0px, 40 / (var(--designContW)) * (100vw - var(--scrollbarW) * 1px), 40px) 1fr clamp(0px, 40 / (var(--designContW)) * (100vw - var(--scrollbarW) * 1px), 40px) 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(0px, 40 / (var(--designContW)) * (100vw - var(--scrollbarW) * 1px), 40px);
  }
}
.bl_otherContent_cards__3col > li:nth-child(1), .bl_otherContent_cards__3col > li:nth-child(2) {
  position: relative;
}
@media not all and (max-width: 767px), print {
  .bl_otherContent_cards__3col > li:nth-child(1):after, .bl_otherContent_cards__3col > li:nth-child(2):after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(clamp(0px, 20 / (var(--designContW)) * (100vw - var(--scrollbarW) * 1px), 20px) + 100%);
    width: 1px;
    height: 100%;
    background-color: #ddd;
  }
}
.bl_otherContent_cards__3col .bl_otherContent_thumb img {
  aspect-ratio: 373/365;
}
.bl_otherContent_cards__3col .bl_otherContent_hdg {
  margin-top: -9%;
}
@media not all and (max-width: 767px), print {
  .bl_otherContent_cards__3col .bl_otherContent_hdg {
    font-size: clamp(0px, 24 / (var(--designContW)) * (100vw - var(--scrollbarW) * 1px), 24px);
  }
}
@media screen and (max-width: 767px) {
  .bl_otherContent_cards__3col .bl_otherContent_hdg {
    font-size: calc(20 / (var(--designContW)) * (100vw - var(--scrollbarW) * 1px));
  }
}
.bl_otherContent_cards a {
  display: block;
  -webkit-transition: opacity var(--transVals);
  transition: opacity var(--transVals);
}
.bl_otherContent_cards a:focus-visible {
  opacity: var(--opa);
}
@media (any-hover: hover) {
  .bl_otherContent_cards a:hover {
    opacity: var(--opa);
  }
}
.bl_otherContent_thumb {
  position: relative;
  -webkit-mask-image: var(--mask);
          mask-image: var(--mask);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  z-index: 0;
}
.bl_otherContent_thumb img {
  width: 100%;
  aspect-ratio: 560/375;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_otherContent_body {
  position: relative;
  z-index: 1;
}
.bl_otherContent_hdg {
  margin-top: -8%;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media not all and (max-width: 767px), print {
  .bl_otherContent_hdg {
    font-size: clamp(0px, 24 / (var(--designContW)) * (100vw - var(--scrollbarW) * 1px), 24px);
  }
}
@media screen and (max-width: 767px) {
  .bl_otherContent_hdg {
    font-size: calc(14 / (var(--designContW)) * (100vw - var(--scrollbarW) * 1px));
  }
}
.bl_otherContent_txt {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media not all and (max-width: 767px), print {
  .bl_otherContent_txt {
    min-height: 48px;
    padding-right: 68px;
    margin-top: 40px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_otherContent_txt {
    min-height: 36px;
    padding-right: 50px;
    margin-top: calc(20 / (var(--designContW)) * (100vw - var(--scrollbarW) * 1px));
    font-size: 0.75rem;
  }
}
.bl_otherContent_txt .icon {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color_main);
}
@media not all and (max-width: 767px), print {
  .bl_otherContent_txt .icon {
    width: 48px;
  }
}
@media screen and (max-width: 767px) {
  .bl_otherContent_txt .icon {
    width: 36px;
  }
}
.bl_otherContent_txt .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 12px;
  height: auto;
  aspect-ratio: 1;
  background-color: #fff;
  -webkit-mask-image: url(../image/common/recruit_icon_arrow_01.svg);
          mask-image: url(../image/common/recruit_icon_arrow_01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}

.bl_entryCard {
  display: -ms-grid;
  display: grid;
}
@media not all and (max-width: 767px), print {
  .bl_entryCard {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .bl_entryCard {
    gap: 30px;
  }
}
.bl_entryCard a {
  display: block;
  -webkit-transition: opacity var(--transVals);
  transition: opacity var(--transVals);
}
.bl_entryCard a:focus-visible {
  opacity: var(--opa);
}
@media (any-hover: hover) {
  .bl_entryCard a:hover {
    opacity: var(--opa);
  }
}
.bl_entryCard_thumb {
  position: relative;
  -webkit-mask-image: url(../image/common/entry-form_entry_mask.png);
          mask-image: url(../image/common/entry-form_entry_mask.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center;
          mask-position: center;
  z-index: 0;
}
.bl_entryCard_thumb img {
  width: 100%;
  aspect-ratio: 373/361;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_entryCard_body {
  position: relative;
  z-index: 1;
}
.bl_entryCard_title {
  padding-right: 20%;
  margin-top: -10%;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media not all and (max-width: 767px), print {
  .bl_entryCard_title {
    font-size: clamp(0px, 24 / (var(--designContW)) * (100vw - var(--scrollbarW) * 1px), 24px);
  }
}
@media screen and (max-width: 767px) {
  .bl_entryCard_title {
    font-size: calc(20 / (var(--designContW)) * (100vw - var(--scrollbarW) * 1px));
  }
}
.bl_entryCard_link {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 68px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media not all and (max-width: 767px), print {
  .bl_entryCard_link {
    min-height: 48px;
    margin-top: 24px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_entryCard_link {
    min-height: 36px;
    margin-top: 20px;
    font-size: 0.75rem;
  }
}
.bl_entryCard_link .icon {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color_main);
}
@media not all and (max-width: 767px), print {
  .bl_entryCard_link .icon {
    width: 48px;
  }
}
@media screen and (max-width: 767px) {
  .bl_entryCard_link .icon {
    width: 36px;
  }
}
.bl_entryCard_link .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 12px;
  height: auto;
  aspect-ratio: 1;
  background-color: #fff;
  -webkit-mask-image: url(../image/common/recruit_icon_arrow_01.svg);
          mask-image: url(../image/common/recruit_icon_arrow_01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}

.bl_numberCard {
  display: -ms-grid;
  display: grid;
  counter-reset: number 0;
}
@media not all and (max-width: 767px), print {
  .bl_numberCard {
    grid-template-columns: repeat(auto-fill, minmax(480px, 1fr));
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .bl_numberCard {
    gap: 20px;
  }
}
.bl_numberCard > li {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgb(237, 242, 244)), to(rgb(247, 250, 251)));
  background: linear-gradient(90deg, rgb(237, 242, 244) 0%, rgb(247, 250, 251) 100%);
  counter-increment: number 1;
}
@media not all and (max-width: 767px), print {
  .bl_numberCard > li {
    padding: 48px 40px 40px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .bl_numberCard > li {
    padding: 36px 16px 20px;
    border-radius: 6px;
  }
}
.bl_numberCard > li:before {
  content: counter(number, decimal-leading-zero);
  position: absolute;
  color: var(--color_main);
  line-height: 1.3;
  letter-spacing: 0.05em;
  font-family: var(--ff_plusJakartaSans);
  font-weight: 500;
}
@media not all and (max-width: 767px), print {
  .bl_numberCard > li:before {
    top: 16px;
    left: 18px;
  }
}
@media screen and (max-width: 767px) {
  .bl_numberCard > li:before {
    top: 12px;
    left: 16px;
  }
}
.bl_numberCard_title {
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 500;
}
@media not all and (max-width: 767px), print {
  .bl_numberCard_title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_numberCard_title {
    font-size: 1.125rem;
  }
}
@media not all and (max-width: 767px), print {
  .bl_numberCard .el_txt {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .bl_numberCard .el_txt {
    margin-top: 4px;
  }
}

.bl_infoCards {
  display: -ms-grid;
  display: grid;
}
@media not all and (max-width: 767px), print {
  .bl_infoCards {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 40px;
  }
}
@media screen and (max-width: 767px) {
  .bl_infoCards {
    gap: 30px;
  }
}

.bl_desc {
  position: relative;
  z-index: 1;
}
@media not all and (max-width: 1100px), print {
  .bl_desc:before {
    content: "";
    position: absolute;
    top: -60px;
    right: -120px;
    width: 95px;
    height: auto;
    aspect-ratio: 95/105;
    background-image: url(../image/common/business-introduction_desc_01.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .bl_desc:after {
    content: "";
    position: absolute;
    top: 20px;
    left: -290px;
    width: 131px;
    height: auto;
    aspect-ratio: 131/113;
    background-image: url(../image/common/business-introduction_desc_02.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
.bl_desc_inner {
  position: relative;
}
@media not all and (max-width: 1100px), print {
  .bl_desc_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 64px;
    padding-bottom: 168px;
  }
}
@media screen and (max-width: 1100px) {
  .bl_desc_inner {
    padding-bottom: 60px;
  }
}
.bl_desc_inner:before {
  content: "";
  position: absolute;
  height: auto;
  aspect-ratio: 139/148;
  background-image: url(../image/common/business-introduction_desc_03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media not all and (max-width: 1100px), print {
  .bl_desc_inner:before {
    bottom: -56px;
    right: 220px;
    width: 139px;
  }
}
@media screen and (max-width: 1100px) {
  .bl_desc_inner:before {
    bottom: -50px;
    right: 10px;
    width: 100px;
  }
}
.bl_desc_inner:after {
  content: "";
  position: absolute;
  height: auto;
  aspect-ratio: 68/70;
  background-image: url(../image/common/business-introduction_desc_04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media not all and (max-width: 1100px), print {
  .bl_desc_inner:after {
    bottom: 25px;
    left: 92px;
    width: 68px;
  }
}
@media screen and (max-width: 1100px) {
  .bl_desc_inner:after {
    bottom: -20px;
    right: 130px;
    width: 48px;
  }
}
.bl_desc_title {
  letter-spacing: 0.2em;
  line-height: 1.6;
}
@media not all and (max-width: 1100px), print {
  .bl_desc_title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 44.41666667%;
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 1100px) {
  .bl_desc_title {
    font-size: 1.625rem;
  }
}
.bl_desc_title span {
  color: var(--color_main);
}
.bl_desc_summary {
  letter-spacing: 0.1em;
  line-height: 2.2;
}
@media not all and (max-width: 1100px), print {
  .bl_desc_summary {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1100px) {
  .bl_desc_summary {
    margin-top: 20px;
    font-size: 1rem;
  }
}

.bl_business {
  position: relative;
}
@media not all and (max-width: 1000px), print {
  .bl_business {
    padding-block: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .bl_business {
    padding-block: 40px;
  }
}
.bl_business:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: var(--fullW);
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(237, 242, 244)), to(rgb(247, 250, 251)));
  background: linear-gradient(90deg, rgb(237, 242, 244) 0%, rgb(247, 250, 251) 100%);
}
.bl_business_inner {
  position: relative;
  z-index: 1;
}
.bl_business_units {
  counter-reset: number 0;
}
@media not all and (max-width: 1000px), print {
  .bl_business_units {
    margin-top: 64px;
  }
}
@media screen and (max-width: 1000px) {
  .bl_business_units {
    margin-top: 32px;
  }
}
.bl_business_units > li {
  counter-increment: number 1;
}
@media not all and (max-width: 1000px), print {
  .bl_business_units > li + li {
    margin-top: 64px;
  }
}
@media screen and (max-width: 1000px) {
  .bl_business_units > li + li {
    margin-top: 32px;
  }
}
.bl_business_article {
  background-color: #fff;
}
@media not all and (max-width: 1000px), print {
  .bl_business_article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 63px;
    padding: 64px;
    border-radius: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .bl_business_article {
    gap: 28px;
    padding: 20px;
    border-radius: 16px;
  }
}
@media not all and (max-width: 1000px), print {
  .bl_business_thumb {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 39.5%;
  }
}
@media screen and (max-width: 1000px) {
  .bl_business_thumb {
    max-width: 500px;
    margin-inline: auto;
  }
}
.bl_business_thumb img {
  width: 100%;
  aspect-ratio: 426/380;
  -o-object-fit: cover;
     object-fit: cover;
}
@media not all and (max-width: 1000px), print {
  .bl_business_thumb img {
    border-radius: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .bl_business_thumb img {
    border-radius: 12px;
  }
}
@media not all and (max-width: 1000px), print {
  .bl_business_body {
    padding-block: 33px;
  }
}
@media screen and (max-width: 1000px) {
  .bl_business_body {
    padding-top: 20px;
  }
}
.bl_business_body:before {
  content: counter(number, decimal-leading-zero);
  display: block;
  color: var(--color_main);
  font-family: var(--ff_plusJakartaSans);
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media not all and (max-width: 1000px), print {
  .bl_business_body:before {
    padding-bottom: 16px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .bl_business_body:before {
    padding-bottom: 6px;
    font-size: 1rem;
  }
}
.bl_business_title {
  border-bottom: 1px solid var(--color_main);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media not all and (max-width: 1000px), print {
  .bl_business_title {
    padding-bottom: 16px;
    margin-bottom: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .bl_business_title {
    padding-bottom: 10px;
    margin-bottom: 12px;
    font-size: 1.125rem;
  }
}

@media not all and (max-width: 767px), print {
  .bl_profile_inner::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media not all and (max-width: 767px), print {
  .bl_profile_thumb {
    width: 47%;
    float: right;
    padding-left: 65px;
    padding-bottom: 147px;
  }
}
@media screen and (max-width: 767px) {
  .bl_profile_thumb {
    padding-bottom: 20px;
  }
}
.bl_profile_thumb img {
  width: 100%;
  aspect-ratio: 500/580;
  -o-object-fit: cover;
     object-fit: cover;
}
@media not all and (max-width: 767px), print {
  .bl_profile_thumb img {
    border-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .bl_profile_thumb img {
    border-radius: 12px;
  }
}
.bl_profile_title {
  letter-spacing: 0.2em;
  line-height: 1.6;
}
@media not all and (max-width: 767px), print {
  .bl_profile_title {
    margin-bottom: 64px;
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_profile_title {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}
.bl_profile_title span {
  color: var(--color_main);
}
@media not all and (max-width: 767px), print {
  .bl_profile .el_txt + .el_txt {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .bl_profile .el_txt + .el_txt {
    margin-top: 12px;
  }
}
.bl_profile_meta {
  text-align: right;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px), print {
  .bl_profile_meta {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .bl_profile_meta {
    margin-top: 20px;
  }
}
.bl_profile_name {
  font-weight: 700;
}
@media not all and (max-width: 767px), print {
  .bl_profile_name {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_profile_name {
    font-size: 1rem;
  }
}

.bl_message {
  position: relative;
}
@media not all and (max-width: 767px), print {
  .bl_message {
    padding-block: 80px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .bl_message {
    padding-block: 20px;
    margin-top: 40px;
  }
}
.bl_message:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: var(--fullW);
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(237, 242, 244)), to(rgb(247, 250, 251)));
  background: linear-gradient(90deg, rgb(237, 242, 244) 0%, rgb(247, 250, 251) 100%);
  z-index: 0;
}
.bl_message_inner {
  position: relative;
  background-color: #fff;
  z-index: 1;
}
@media not all and (max-width: 767px), print {
  .bl_message_inner {
    padding: 64px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .bl_message_inner {
    padding: 32px;
    border-radius: 12px;
  }
}

.bl_otherMembers {
  position: relative;
  width: var(--fullW);
  color: #fff;
  overflow: hidden;
}
@media not all and (max-width: 767px), print {
  .bl_otherMembers {
    padding-block: 120px;
    margin-top: 80px;
    margin-left: calc((var(--fullW) - min(1200px, calc(var(--fullW) - 160px))) / 2 * -1);
  }
}
@media screen and (max-width: 767px) {
  .bl_otherMembers {
    padding-block: 40px;
    margin-top: 40px;
    margin-left: -20px;
  }
}
.bl_otherMembers:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  height: 100%;
  background-color: #45494D;
  z-index: 0;
}
.bl_otherMembers:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/common/recruit_members_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.bl_otherMembers_inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bl_otherMembers_inner {
    padding-bottom: 60px;
  }
}
.bl_otherMembers_header {
  border-bottom: 1px solid #fff;
}
@media not all and (max-width: 767px), print {
  .bl_otherMembers_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .bl_otherMembers_header {
    padding-bottom: 12px;
    margin-bottom: 32px;
  }
}
@media not all and (max-width: 767px), print {
  .bl_otherMembers_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 28px;
  }
}
.bl_otherMembers_title {
  font-weight: 100;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media not all and (max-width: 767px), print {
  .bl_otherMembers_title {
    font-size: 5.625rem;
  }
}
@media screen and (max-width: 767px) {
  .bl_otherMembers_title {
    font-size: 2.375rem;
  }
}
.bl_otherMembers_ruby {
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-weight: 700;
}
@media not all and (max-width: 767px), print {
  .bl_otherMembers_ruby {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .bl_otherMembers_ruby {
    padding-top: 6px;
  }
}
@media not all and (max-width: 767px), print {
  .bl_otherMembers_link {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .bl_otherMembers_link {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.bl_otherMembers_link > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity var(--transVals);
  transition: opacity var(--transVals);
}
@media not all and (max-width: 767px), print {
  .bl_otherMembers_link > a {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .bl_otherMembers_link > a {
    gap: 8px;
  }
}
.bl_otherMembers_link > a:focus-visible {
  opacity: var(--opa);
}
@media (any-hover: hover) {
  .bl_otherMembers_link > a:hover {
    opacity: var(--opa);
  }
}
.bl_otherMembers_link .txt {
  display: block;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.bl_otherMembers_link .icon {
  position: relative;
  display: block;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color_main);
}
@media not all and (max-width: 767px), print {
  .bl_otherMembers_link .icon {
    width: 48px;
  }
}
@media screen and (max-width: 767px) {
  .bl_otherMembers_link .icon {
    width: 36px;
  }
}
.bl_otherMembers_link .icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 12px;
  height: auto;
  aspect-ratio: 1;
  background-color: #fff;
  -webkit-mask-image: url(../image/common/recruit_icon_arrow_01.svg);
          mask-image: url(../image/common/recruit_icon_arrow_01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.bl_otherMembers_body .splide__track {
  overflow: visible;
}
@media not all and (max-width: 767px), print {
  .bl_otherMembers_body .splide__slide {
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .bl_otherMembers_body .splide__slide {
    width: 280px;
  }
}
.bl_otherMembers_body .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media not all and (max-width: 767px), print {
  .bl_otherMembers_body .splide__arrows {
    gap: 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .bl_otherMembers_body .splide__arrows {
    gap: 12px;
    margin-top: 20px;
  }
}
.bl_otherMembers_body .splide__arrow {
  position: relative;
  height: auto;
  aspect-ratio: 1;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: opacity var(--transVals);
  transition: opacity var(--transVals);
}
@media not all and (max-width: 767px), print {
  .bl_otherMembers_body .splide__arrow {
    width: 48px;
  }
}
@media screen and (max-width: 767px) {
  .bl_otherMembers_body .splide__arrow {
    width: 36px;
  }
}
.bl_otherMembers_body .splide__arrow:focus-visible {
  opacity: var(--opa);
}
@media (any-hover: hover) {
  .bl_otherMembers_body .splide__arrow:hover {
    opacity: var(--opa);
  }
}
.bl_otherMembers_body .splide__arrow--prev:before {
  scale: -1 1;
}
.bl_otherMembers_body .splide__arrow[disabled] {
  opacity: var(--opa);
}
.bl_otherMembers_body .splide__arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 12px;
  height: auto;
  aspect-ratio: 1;
  background-color: #fff;
  -webkit-mask-image: url(../image/common/recruit_icon_arrow_01.svg);
          mask-image: url(../image/common/recruit_icon_arrow_01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.bl_otherMembers_body .splide__arrow svg {
  display: none !important;
}

/**
 * Element
 */
.el_hdg_XL {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media not all and (max-width: 767px), print {
  .el_hdg_XL {
    padding-top: 32px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .el_hdg_XL {
    padding-top: 24px;
    font-size: 1.5rem;
  }
}
.el_hdg_XL:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background-color: var(--color_main);
}
@media not all and (max-width: 767px), print {
  .el_hdg_XL:before {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .el_hdg_XL:before {
    width: 60px;
  }
}

.el_hdg_M {
  border-bottom: 1px solid var(--color_main);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media not all and (max-width: 767px), print {
  .el_hdg_M {
    padding-bottom: 16px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .el_hdg_M {
    padding-bottom: 12px;
    font-size: 1.25rem;
  }
}

.el_hdg_S {
  position: relative;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media not all and (max-width: 767px), print {
  .el_hdg_S {
    padding-left: 15px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .el_hdg_S {
    padding-left: 10px;
    font-size: 1rem;
  }
}
.el_hdg_S:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  width: 2px;
  height: 50%;
  background-color: var(--color_main);
}

.el_txt {
  letter-spacing: 0.1em;
  line-height: 1.8;
}

@media not all and (max-width: 767px), print {
  .el_hdg_XL {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .el_hdg_XL {
    margin-bottom: 30px;
  }
}
@media not all and (max-width: 767px), print {
  .el_hdg_XL:not(:first-child) {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .el_hdg_XL:not(:first-child) {
    margin-top: 50px;
  }
}
.el_hdg_XL + * {
  margin-top: 0 !important;
}

@media not all and (max-width: 767px), print {
  .el_hdg_M {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .el_hdg_M {
    margin-bottom: 18px;
  }
}
@media not all and (max-width: 767px), print {
  .el_hdg_M:not(:first-child) {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .el_hdg_M:not(:first-child) {
    margin-top: 40px;
  }
}
.el_hdg_M + * {
  margin-top: 0 !important;
}

@media not all and (max-width: 767px), print {
  .el_hdg_S:not(:first-child) {
    margin-top: 64px;
  }
}
@media screen and (max-width: 767px) {
  .el_hdg_S:not(:first-child) {
    margin-top: 32px;
  }
}
@media not all and (max-width: 767px), print {
  .el_hdg_S {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .el_hdg_S {
    margin-bottom: 10px;
  }
}

.el_btn > a {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  -webkit-transition: opacity var(--transVals);
  transition: opacity var(--transVals);
}
@media not all and (max-width: 767px), print {
  .el_btn > a {
    padding: 48px 80px 48px 24px;
    border-radius: 12px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .el_btn > a {
    padding: 24px 56px 24px 12px;
    border-radius: 10px;
    font-size: 0.9375rem;
  }
}
.el_btn > a:focus-visible {
  opacity: var(--opa);
}
@media (any-hover: hover) {
  .el_btn > a:hover {
    opacity: var(--opa);
  }
}
.el_btn > a .icon {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
}
@media not all and (max-width: 767px), print {
  .el_btn > a .icon {
    right: 24px;
    width: 48px;
  }
}
@media screen and (max-width: 767px) {
  .el_btn > a .icon {
    right: 12px;
    width: 36px;
  }
}
.el_btn > a .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 12px;
  height: auto;
  aspect-ratio: 1;
  -webkit-mask-image: url(../image/common/recruit_icon_arrow_01.svg);
          mask-image: url(../image/common/recruit_icon_arrow_01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.el_btn__mainColor > a {
  background-color: var(--color_main);
  color: #fff;
}
.el_btn__mainColor > a .icon {
  background-color: #fff;
}
.el_btn__mainColor > a .icon:before {
  background-color: var(--color_main);
}
.el_btn__whiteColor > a {
  border: 1px solid #ddd;
  background-color: #fff;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media not all and (max-width: 767px), print {
  .el_btn__whiteColor > a {
    padding: 26px 80px 26px 24px;
    border-radius: 8px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .el_btn__whiteColor > a {
    padding: 18px 60px 18px 18px;
    border-radius: 6px;
    font-size: 1rem;
  }
}
.el_btn__whiteColor > a .icon {
  background-color: var(--color_main);
}
.el_btn__whiteColor > a .icon:before {
  background-color: #fff;
}
.el_btn__whiteColor > a .txtL {
  display: block;
}
.el_btn__whiteColor > a .txt {
  display: block;
  font-weight: 400;
}
@media not all and (max-width: 767px), print {
  .el_btn__whiteColor > a .txt {
    margin-top: 4px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .el_btn__whiteColor > a .txt {
    margin-top: 2px;
    font-size: 0.875rem;
  }
}

.el_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (max-width: 767px), print {
  .el_media {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .el_media {
    gap: 12px;
  }
}
.el_media_thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media not all and (max-width: 767px), print {
  .el_media_thumb {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .el_media_thumb {
    width: 100px;
  }
}
.el_media_thumb img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media not all and (max-width: 767px), print {
  .el_media_thumb img {
    border-radius: 8px;
  }
}
@media screen and (max-width: 767px) {
  .el_media_thumb img {
    border-radius: 6px;
  }
}
.el_media_title {
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 500;
}
@media not all and (max-width: 767px), print {
  .el_media_title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .el_media_title {
    font-size: 1.125rem;
  }
}
@media not all and (max-width: 767px), print {
  .el_media .el_txt {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .el_media .el_txt {
    margin-top: 8px;
  }
}

.el_infoCard a {
  display: block;
}
.el_infoCard a:focus-visible .el_infoCard_thumb img {
  scale: 1.1;
}
@media (any-hover: hover) {
  .el_infoCard a:hover .el_infoCard_thumb img {
    scale: 1.1;
  }
}
.el_infoCard_thumb {
  overflow: hidden;
}
@media not all and (max-width: 767px), print {
  .el_infoCard_thumb {
    border-radius: 16px;
  }
}
@media screen and (max-width: 767px) {
  .el_infoCard_thumb {
    border-radius: 12px;
  }
}
.el_infoCard_thumb img {
  width: 100%;
  aspect-ratio: 373/460;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: scale var(--transVals);
  transition: scale var(--transVals);
}
.el_infoCard_summary {
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: 500;
}
@media not all and (max-width: 767px), print {
  .el_infoCard_summary {
    margin-top: 24px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .el_infoCard_summary {
    margin-top: 16px;
    font-size: 1rem;
  }
}
.el_infoCard_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #ddd;
}
@media not all and (max-width: 767px), print {
  .el_infoCard_meta {
    gap: 33px;
    padding-top: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .el_infoCard_meta {
    gap: 20px;
    padding-top: 10px;
    margin-top: 10px;
  }
}
.el_infoCard_job {
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media not all and (max-width: 767px), print {
  .el_infoCard_job {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .el_infoCard_job {
    font-size: 0.75rem;
  }
}
.el_infoCard_entry {
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media not all and (max-width: 767px), print {
  .el_infoCard_entry {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .el_infoCard_entry {
    font-size: 0.75rem;
  }
}

/**
 * Unique
 */
/**
 * Helper
 */
@media screen and (max-width: 767px) {
  .hp_pcOnly {
    display: none !important;
  }
}

@media not all and (max-width: 767px), print {
  .hp_spOnly {
    display: none !important;
  }
}

.hp_srOnly {
  position: absolute !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  clip: rect(0, 0, 0, 0) !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media not all and (max-width: 767px), print {
  .tp_front-page main {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .tp_front-page main {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.tp_front-page #wrapper {
  position: relative;
  overflow: hidden;
}
.tp_front-page #contents {
  position: relative;
  z-index: 2;
  will-change: transform;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  opacity: 0;
}
.tp_front-page .headArea {
  position: relative;
  z-index: 1;
  background-image: url(../image/common/front-page_top_img_00.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media not all and (max-width: 767px), print {
  .tp_front-page .headArea {
    padding-top: 158px;
    padding-bottom: 77px;
  }
}
@media screen and (max-width: 767px) {
  .tp_front-page .headArea {
    padding-top: 90px;
    padding-bottom: 38px;
  }
}
.tp_front-page .headArea_txtArea {
  position: relative;
  z-index: 0;
}
@media not all and (max-width: 767px), print {
  .tp_front-page .headArea_txtArea {
    padding-bottom: 95px;
    padding-inline: 70px;
  }
}
@media screen and (max-width: 767px) {
  .tp_front-page .headArea_txtArea {
    padding-bottom: 40px;
    padding-inline: 20px;
  }
}
.tp_front-page .headArea_txtArea:before {
  content: "";
  position: absolute;
  aspect-ratio: 1532/1083;
  background-image: url(../image/common/front-page_light.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
@media not all and (max-width: 767px), print {
  .tp_front-page .headArea_txtArea:before {
    top: -358px;
    right: -300px;
    width: 1532px;
  }
}
@media screen and (max-width: 767px) {
  .tp_front-page .headArea_txtArea:before {
    top: -158px;
    right: -200px;
    width: 600px;
  }
}
.tp_front-page .headArea_title {
  position: relative;
  letter-spacing: 0.22em;
  line-height: 1.6;
  z-index: 1;
}
@media not all and (max-width: 767px), print {
  .tp_front-page .headArea_title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .tp_front-page .headArea_title {
    font-size: 2rem;
  }
}
.tp_front-page .headArea_title span {
  color: var(--color_main);
}
.tp_front-page .headArea_en {
  position: absolute;
  left: 0;
  color: #CADEE4;
  font-weight: 100;
  line-height: 1.3;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-shadow: 0 0 19px white;
  pointer-events: none;
}
@media not all and (max-width: 767px), print {
  .tp_front-page .headArea_en {
    bottom: -70px;
    font-size: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .tp_front-page .headArea_en {
    bottom: -35px;
    font-size: 5rem;
  }
}
.tp_front-page .headArea_thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 1520/600;
  z-index: 1;
}
@media not all and (max-width: 767px), print {
  .tp_front-page .headArea_thumb {
    min-height: 450px;
    padding-inline: 70px;
  }
}
@media screen and (max-width: 767px) {
  .tp_front-page .headArea_thumb {
    min-height: 230px;
    padding-inline: 20px;
  }
}
.tp_front-page .headArea_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media not all and (max-width: 767px), print {
  .tp_front-page .headArea_thumb img {
    border-radius: 40px;
  }
}
@media screen and (max-width: 767px) {
  .tp_front-page .headArea_thumb img {
    border-radius: 20px;
  }
}
.tp_front-page .headArea_scroll {
  position: absolute;
  right: 0;
  display: -ms-grid;
  display: grid;
  place-items: center;
  -webkit-transition: opacity var(--transVals);
  transition: opacity var(--transVals);
  z-index: 1;
}
@media not all and (max-width: 767px), print {
  .tp_front-page .headArea_scroll {
    top: 0;
    gap: 8px;
    margin-right: 14.46428571%;
  }
}
@media screen and (max-width: 767px) {
  .tp_front-page .headArea_scroll {
    top: 10px;
    gap: 4px;
    margin-right: 20px;
  }
}
.tp_front-page .headArea_scroll:focus-visible {
  opacity: var(--opa);
}
@media (any-hover: hover) {
  .tp_front-page .headArea_scroll:hover {
    opacity: var(--opa);
  }
}
.tp_front-page .headArea_scroll .txt {
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media not all and (max-width: 767px), print {
  .tp_front-page .headArea_scroll .txt {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .tp_front-page .headArea_scroll .txt {
    font-size: 0.875rem;
  }
}
.tp_front-page .headArea_scroll .icon {
  position: relative;
  display: block;
  height: auto;
  aspect-ratio: 1;
  border: 1px solid var(--color_base);
  border-radius: 50%;
}
@media not all and (max-width: 767px), print {
  .tp_front-page .headArea_scroll .icon {
    width: clamp(0px, 140 / (var(--designContW)) * (100vw - var(--scrollbarW) * 1px), 140px);
  }
}
@media screen and (max-width: 767px) {
  .tp_front-page .headArea_scroll .icon {
    width: 60px;
  }
}
.tp_front-page .headArea_scroll .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  height: auto;
  aspect-ratio: 1;
  background-color: var(--color_base);
  -webkit-mask-image: url(../image/common/recruit_icon_down_02.svg);
          mask-image: url(../image/common/recruit_icon_down_02.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media not all and (max-width: 767px), print {
  .tp_front-page .headArea_scroll .icon:before {
    width: 29px;
  }
}
@media screen and (max-width: 767px) {
  .tp_front-page .headArea_scroll .icon:before {
    width: 19px;
  }
}
@media not all and (max-width: 1100px), print {
  .tp_front-page .summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 101px;
  }
}
.tp_front-page .summary_title {
  letter-spacing: 0.2em;
  line-height: 1.6;
}
@media not all and (max-width: 1100px), print {
  .tp_front-page .summary_title {
    translate: 0 -10px;
    font-size: 2.625rem;
  }
}
@media screen and (max-width: 1100px) {
  .tp_front-page .summary_title {
    font-size: 1.625rem;
  }
}
.tp_front-page .summary_title span {
  color: var(--color_main);
}
.tp_front-page .summary_txt {
  letter-spacing: 0.1em;
  line-height: 2.2;
}
@media not all and (max-width: 1100px), print {
  .tp_front-page .summary_txt {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1100px) {
  .tp_front-page .summary_txt {
    margin-top: 20px;
    font-size: 1rem;
  }
}
.tp_front-page .autoSlider {
  position: relative;
  width: var(--fullW);
}
@media not all and (max-width: 767px), print {
  .tp_front-page .autoSlider {
    margin-top: 96px;
    margin-left: calc((var(--fullW) - min(1200px, calc(var(--fullW) - 160px))) / 2 * -1);
  }
}
@media screen and (max-width: 767px) {
  .tp_front-page .autoSlider {
    margin-top: 45px;
    margin-left: -20px;
  }
}
.tp_front-page .autoSlider:before, .tp_front-page .autoSlider:after {
  content: "";
  position: absolute;
  translate: 0 -50%;
  height: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 0;
}
.tp_front-page .autoSlider:before {
  top: 30px;
  left: calc(50% + 110px);
  width: 201px;
  aspect-ratio: 201/212;
  background-image: url(../image/common/front-page_square1.svg);
}
.tp_front-page .autoSlider:after {
  top: -10px;
  left: calc(50% - 652px);
  width: 68px;
  aspect-ratio: 68/70;
  background-image: url(../image/common/front-page_square2.svg);
}
.tp_front-page .autoSlider .splide {
  position: relative;
  z-index: 2;
}
@media not all and (max-width: 767px), print {
  .tp_front-page .autoSlider .splide__slide {
    width: 467px;
  }
}
@media screen and (max-width: 767px) {
  .tp_front-page .autoSlider .splide__slide {
    width: 300px;
  }
}
@media not all and (max-width: 767px), print {
  .tp_front-page .autoSlider .splide__slide:nth-child(even) {
    margin-top: 41px;
  }
}
@media screen and (max-width: 767px) {
  .tp_front-page .autoSlider .splide__slide:nth-child(even) {
    margin-top: 20px;
  }
}
.tp_front-page .autoSlider img {
  width: 100%;
  aspect-ratio: 467/500;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tp_front-page .autoSlider_clone {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.tp_front-page .autoSlider_clone:before, .tp_front-page .autoSlider_clone:after {
  content: "";
  position: absolute;
  translate: 0 -50%;
  height: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 0;
}
.tp_front-page .autoSlider_clone:before {
  bottom: -110px;
  left: calc(50% + 510px);
  width: 108px;
  aspect-ratio: 108/120;
  background-image: url(../image/common/front-page_square3.svg);
}
.tp_front-page .autoSlider_clone:after {
  bottom: -200px;
  left: calc(50% - 552px);
  width: 162px;
  aspect-ratio: 162/139;
  background-image: url(../image/common/front-page_square4.svg);
}
.tp_front-page .about {
  position: relative;
}
@media not all and (max-width: 767px), print {
  .tp_front-page .about {
    margin-top: 210px;
  }
}
@media screen and (max-width: 767px) {
  .tp_front-page .about {
    padding-bottom: 70px;
    margin-top: 110px;
  }
}
.tp_front-page .about_header {
  border-bottom: 1px solid #ddd;
}
@media not all and (max-width: 767px), print {
  .tp_front-page .about_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .tp_front-page .about_header {
    padding-bottom: 12px;
    margin-bottom: 32px;
  }
}
@media not all and (max-width: 767px), print {
  .tp_front-page .about_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 28px;
  }
}
.tp_front-page .about_title {
  color: var(--color_main);
  font-weight: 100;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media not all and (max-width: 767px), print {
  .tp_front-page .about_title {
    font-size: 5.625rem;
  }
}
@media screen and (max-width: 767px) {
  .tp_front-page .about_title {
    font-size: 2.8125rem;
  }
}
.tp_front-page .about_ruby {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media not all and (max-width: 767px), print {
  .tp_front-page .about_ruby {
    padding-top: 23px;
  }
}
@media screen and (max-width: 767px) {
  .tp_front-page .about_ruby {
    margin-top: 4px;
  }
}
@media not all and (max-width: 767px), print {
  .tp_front-page .about_link {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .tp_front-page .about_link {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.tp_front-page .about_link > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity var(--transVals);
  transition: opacity var(--transVals);
}
@media not all and (max-width: 767px), print {
  .tp_front-page .about_link > a {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .tp_front-page .about_link > a {
    gap: 8px;
  }
}
.tp_front-page .about_link > a:focus-visible {
  opacity: var(--opa);
}
@media (any-hover: hover) {
  .tp_front-page .about_link > a:hover {
    opacity: var(--opa);
  }
}
.tp_front-page .about_link .txt {
  display: block;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.tp_front-page .about_link .icon {
  position: relative;
  display: block;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color_main);
}
@media not all and (max-width: 767px), print {
  .tp_front-page .about_link .icon {
    width: 48px;
  }
}
@media screen and (max-width: 767px) {
  .tp_front-page .about_link .icon {
    width: 36px;
  }
}
.tp_front-page .about_link .icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 12px;
  height: auto;
  aspect-ratio: 1;
  background-color: #fff;
  -webkit-mask-image: url(../image/common/recruit_icon_arrow_01.svg);
          mask-image: url(../image/common/recruit_icon_arrow_01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
@media not all and (max-width: 767px), print {
  .tp_front-page .member {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .tp_front-page .member {
    margin-top: 60px;
  }
}
.tp_front-page .member_head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ddd;
}
@media not all and (max-width: 767px), print {
  .tp_front-page .member_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    padding-bottom: 24px;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .tp_front-page .member_head {
    padding-bottom: 12px;
    margin-bottom: 32px;
  }
}
.tp_front-page .member_title {
  color: var(--color_main);
  font-weight: 100;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media not all and (max-width: 767px), print {
  .tp_front-page .member_title {
    font-size: 5.625rem;
  }
}
@media screen and (max-width: 767px) {
  .tp_front-page .member_title {
    font-size: 2.8125rem;
  }
}
.tp_front-page .member_ruby {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media not all and (max-width: 767px), print {
  .tp_front-page .member_ruby {
    padding-top: 23px;
  }
}
@media screen and (max-width: 767px) {
  .tp_front-page .member_ruby {
    margin-top: 4px;
  }
}
.tp_front-page .member_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media not all and (max-width: 767px), print {
  .tp_front-page .member_body {
    gap: clamp(0px, 24 / (var(--designContW)) * (100vw - var(--scrollbarW) * 1px), 24px) 2%;
  }
}
@media screen and (max-width: 767px) {
  .tp_front-page .member_body {
    gap: 10px;
  }
}
.tp_front-page .member_item {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media not all and (max-width: 767px), print {
  .tp_front-page .member_item {
    border-radius: 9px;
  }
  .tp_front-page .member_item:nth-child(1) {
    width: 59.75%;
  }
  .tp_front-page .member_item:nth-child(2) {
    width: 38.25%;
  }
  .tp_front-page .member_item:nth-child(3) {
    width: 38.16666667%;
  }
  .tp_front-page .member_item:nth-child(4) {
    width: 59.83333333%;
  }
  .tp_front-page .member_item:nth-child(5) {
    width: 59.75%;
  }
  .tp_front-page .member_item:nth-child(6) {
    width: 38.25%;
  }
}
@media screen and (max-width: 767px) {
  .tp_front-page .member_item {
    width: 100%;
    border-radius: 6px;
  }
}
.tp_front-page .member_item__01 {
  aspect-ratio: 717/260;
  background-image: url(../image/common/front-page_top_img_12.png);
}
@media not all and (max-width: 767px), print {
  .tp_front-page .member_item__01 .num {
    top: 35%;
    left: 5.5%;
    font-size: min(calc(137 * (var(--htmlW) - var(--scrollbarW) - 160) / 1200 * 1px), 137px);
  }
  .tp_front-page .member_item__01 .uni {
    top: 64%;
    left: 43%;
    font-size: min(calc(48 * (var(--htmlW) - var(--scrollbarW) - 160) / 1200 * 1px), 48px);
  }
}
@media screen and (max-width: 767px) {
  .tp_front-page .member_item__01 .num {
    top: 35%;
    left: 5.5%;
    font-size: calc(67 * (var(--htmlW) - var(--scrollbarW) - 40) / 375 * 1px);
  }
  .tp_front-page .member_item__01 .uni {
    top: 64%;
    left: 42%;
    font-size: calc(23 * (var(--htmlW) - var(--scrollbarW) - 40) / 375 * 1px);
  }
}
.tp_front-page .member_item__02 {
  aspect-ratio: 459/260;
  background-image: url(../image/common/front-page_top_img_13.png);
}
@media not all and (max-width: 767px), print {
  .tp_front-page .member_item__02 .num {
    top: 35%;
    left: 5.5%;
    font-size: min(calc(128 * (var(--htmlW) - var(--scrollbarW) - 160) / 1200 * 1px), 128px);
  }
  .tp_front-page .member_item__02 .num span {
    font-size: min(calc(77 * (var(--htmlW) - var(--scrollbarW) - 160) / 1200 * 1px), 77px);
  }
  .tp_front-page .member_item__02 .uni {
    top: 66%;
    left: 59%;
    font-size: min(calc(36 * (var(--htmlW) - var(--scrollbarW) - 160) / 1200 * 1px), 36px);
  }
}
@media screen and (max-width: 767px) {
  .tp_front-page .member_item__02 .num {
    top: 36%;
    left: 5.5%;
    font-size: calc(100 * (var(--htmlW) - var(--scrollbarW) - 40) / 375 * 1px);
  }
  .tp_front-page .member_item__02 .num span {
    font-size: calc(60 * (var(--htmlW) - var(--scrollbarW) - 40) / 375 * 1px);
  }
  .tp_front-page .member_item__02 .uni {
    top: 66%;
    left: 59%;
    font-size: calc(26 * (var(--htmlW) - var(--scrollbarW) - 40) / 375 * 1px);
  }
}
.tp_front-page .member_item__03 {
  aspect-ratio: 458/400;
  background-image: url(../image/common/front-page_top_img_14.png);
}
@media not all and (max-width: 767px), print {
  .tp_front-page .member_item__03 .woman {
    position: absolute;
    inset: 0;
  }
  .tp_front-page .member_item__03 .woman .num {
    top: 25%;
    left: 42%;
    font-size: min(calc(100 * (var(--htmlW) - var(--scrollbarW) - 160) / 1200 * 1px), 100px);
  }
  .tp_front-page .member_item__03 .woman .uni {
    top: 36%;
    left: 82%;
    font-size: min(calc(48 * (var(--htmlW) - var(--scrollbarW) - 160) / 1200 * 1px), 48px);
  }
  .tp_front-page .member_item__03 .man {
    position: absolute;
    inset: 0;
  }
  .tp_front-page .member_item__03 .man .num {
    top: 63%;
    left: 42%;
    font-size: min(calc(100 * (var(--htmlW) - var(--scrollbarW) - 160) / 1200 * 1px), 100px);
  }
  .tp_front-page .member_item__03 .man .uni {
    top: 74%;
    left: 66%;
    font-size: min(calc(48 * (var(--htmlW) - var(--scrollbarW) - 160) / 1200 * 1px), 48px);
  }
}
@media screen and (max-width: 767px) {
  .tp_front-page .member_item__03 .woman {
    position: absolute;
    inset: 0;
  }
  .tp_front-page .member_item__03 .woman .num {
    top: 25%;
    left: 42%;
    font-size: calc(80 * (var(--htmlW) - var(--scrollbarW) - 40) / 375 * 1px);
  }
  .tp_front-page .member_item__03 .woman .uni {
    top: 36%;
    left: 82%;
    font-size: calc(36 * (var(--htmlW) - var(--scrollbarW) - 40) / 375 * 1px);
  }
  .tp_front-page .member_item__03 .man {
    position: absolute;
    inset: 0;
  }
  .tp_front-page .member_item__03 .man .num {
    top: 63%;
    left: 42%;
    font-size: calc(80 * (var(--htmlW) - var(--scrollbarW) - 40) / 375 * 1px);
  }
  .tp_front-page .member_item__03 .man .uni {
    top: 74%;
    left: 66%;
    font-size: calc(36 * (var(--htmlW) - var(--scrollbarW) - 40) / 375 * 1px);
  }
}
.tp_front-page .member_item__04 {
  aspect-ratio: 718/400;
  background-image: url(../image/common/front-page_top_img_15.png);
}
@media not all and (max-width: 767px), print {
  .tp_front-page .member_item__04 .num {
    top: 21%;
    left: 5.5%;
    font-size: min(calc(117 * (var(--htmlW) - var(--scrollbarW) - 160) / 1200 * 1px), 117px);
  }
  .tp_front-page .member_item__04 .num .uni {
    top: 45%;
    left: 100%;
    font-size: min(calc(54 * (var(--htmlW) - var(--scrollbarW) - 160) / 1200 * 1px), 54px);
  }
  .tp_front-page .member_item__04 .num .sub {
    position: absolute;
    top: 25%;
    left: 140%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: min(calc(86 * (var(--htmlW) - var(--scrollbarW) - 160) / 1200 * 1px), 86px);
    letter-spacing: -0.05em;
  }
  .tp_front-page .member_item__04 .num .sub_uni {
    position: absolute;
    top: 54%;
    left: 304%;
    font-size: min(calc(40 * (var(--htmlW) - var(--scrollbarW) - 160) / 1200 * 1px), 40px);
    font-weight: 500;
  }
  .tp_front-page .member_item__04 .uni {
    top: 41%;
    left: 73%;
    font-size: min(calc(24 * (var(--htmlW) - var(--scrollbarW) - 160) / 1200 * 1px), 24px);
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .tp_front-page .member_item__04 .num {
    top: 21%;
    left: 5.5%;
    font-size: calc(60 * (var(--htmlW) - var(--scrollbarW) - 40) / 375 * 1px);
  }
  .tp_front-page .member_item__04 .num .uni {
    top: 45%;
    left: 100%;
    font-size: calc(28 * (var(--htmlW) - var(--scrollbarW) - 40) / 375 * 1px);
  }
  .tp_front-page .member_item__04 .num .sub {
    position: absolute;
    top: 25%;
    left: 140%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: calc(45 * (var(--htmlW) - var(--scrollbarW) - 40) / 375 * 1px);
    letter-spacing: -0.05em;
  }
  .tp_front-page .member_item__04 .num .sub_uni {
    position: absolute;
    top: 54%;
    left: 304%;
    font-size: calc(22 * (var(--htmlW) - var(--scrollbarW) - 40) / 375 * 1px);
    font-weight: 500;
  }
  .tp_front-page .member_item__04 .uni {
    top: 41%;
    left: 73%;
    font-size: calc(14 * (var(--htmlW) - var(--scrollbarW) - 40) / 375 * 1px);
    font-weight: 500;
  }
}
.tp_front-page .member_item__05 {
  aspect-ratio: 717/260;
  background-image: url(../image/common/front-page_top_img_16.png);
}
@media not all and (max-width: 767px), print {
  .tp_front-page .member_item__05 .syushi {
    position: absolute;
    inset: 0;
  }
  .tp_front-page .member_item__05 .syushi .num {
    top: 33%;
    left: 13%;
    font-size: min(calc(128 * (var(--htmlW) - var(--scrollbarW) - 160) / 1200 * 1px), 128px);
  }
  .tp_front-page .member_item__05 .syushi .uni {
    top: 56%;
    left: 31%;
    font-size: min(calc(54 * (var(--htmlW) - var(--scrollbarW) - 160) / 1200 * 1px), 54px);
  }
  .tp_front-page .member_item__05 .hakushi {
    position: absolute;
    inset: 0;
  }
  .tp_front-page .member_item__05 .hakushi .num {
    top: 33%;
    left: 76%;
    font-size: min(calc(128 * (var(--htmlW) - var(--scrollbarW) - 160) / 1200 * 1px), 128px);
  }
  .tp_front-page .member_item__05 .hakushi .uni {
    top: 56%;
    left: 86%;
    font-size: min(calc(54 * (var(--htmlW) - var(--scrollbarW) - 160) / 1200 * 1px), 54px);
  }
}
@media screen and (max-width: 767px) {
  .tp_front-page .member_item__05 .syushi {
    position: absolute;
    inset: 0;
  }
  .tp_front-page .member_item__05 .syushi .num {
    top: 33%;
    left: 13%;
    font-size: calc(70 * (var(--htmlW) - var(--scrollbarW) - 40) / 375 * 1px);
  }
  .tp_front-page .member_item__05 .syushi .uni {
    top: 57%;
    left: 32%;
    font-size: calc(30 * (var(--htmlW) - var(--scrollbarW) - 40) / 375 * 1px);
  }
  .tp_front-page .member_item__05 .hakushi {
    position: absolute;
    inset: 0;
  }
  .tp_front-page .member_item__05 .hakushi .num {
    top: 33%;
    left: 76%;
    font-size: calc(70 * (var(--htmlW) - var(--scrollbarW) - 40) / 375 * 1px);
  }
  .tp_front-page .member_item__05 .hakushi .uni {
    top: 57%;
    left: 87%;
    font-size: calc(30 * (var(--htmlW) - var(--scrollbarW) - 40) / 375 * 1px);
  }
}
.tp_front-page .member_item__06 {
  aspect-ratio: 459/260;
  background-image: url(../image/common/front-page_top_img_17.png);
}
@media not all and (max-width: 767px), print {
  .tp_front-page .member_item__06 .num {
    top: 35%;
    left: 5.5%;
    font-size: min(calc(128 * (var(--htmlW) - var(--scrollbarW) - 160) / 1200 * 1px), 128px);
  }
  .tp_front-page .member_item__06 .num span {
    font-size: min(calc(77 * (var(--htmlW) - var(--scrollbarW) - 160) / 1200 * 1px), 77px);
  }
  .tp_front-page .member_item__06 .uni {
    top: 66%;
    left: 49%;
    font-size: min(calc(36 * (var(--htmlW) - var(--scrollbarW) - 160) / 1200 * 1px), 36px);
  }
}
@media screen and (max-width: 767px) {
  .tp_front-page .member_item__06 .num {
    top: 35%;
    left: 5.5%;
    font-size: calc(100 * (var(--htmlW) - var(--scrollbarW) - 40) / 375 * 1px);
  }
  .tp_front-page .member_item__06 .num span {
    font-size: calc(60 * (var(--htmlW) - var(--scrollbarW) - 40) / 375 * 1px);
  }
  .tp_front-page .member_item__06 .uni {
    top: 66%;
    left: 49%;
    font-size: calc(28 * (var(--htmlW) - var(--scrollbarW) - 40) / 375 * 1px);
  }
}
.tp_front-page .member_item .num {
  position: absolute;
  line-height: 1;
}
.tp_front-page .member_item .uni {
  position: absolute;
  line-height: 1;
}
.tp_front-page .member_item .red {
  color: var(--color_main);
}
.tp_front-page .member_item .base {
  color: #45494D;
}
.tp_front-page .member_item .ff {
  font-family: var(--ff_plusJakartaSans);
}
.tp_front-page .linkCard {
  display: -ms-grid;
  display: grid;
  border-top: 1px solid #ddd;
}
@media not all and (max-width: 1100px), print {
  .tp_front-page .linkCard {
    -ms-grid-columns: 1fr 80px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    padding-top: 40px;
    margin-top: 120px;
  }
}
@media screen and (max-width: 1100px) {
  .tp_front-page .linkCard {
    gap: 40px;
    padding-top: 20px;
    margin-top: 60px;
  }
}
.tp_front-page .linkCard > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (max-width: 1100px), print {
  .tp_front-page .linkCard > li {
    gap: 43px;
  }
}
@media screen and (max-width: 1100px) {
  .tp_front-page .linkCard > li {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 21px;
  }
}
@media not all and (max-width: 1100px), print {
  .tp_front-page .linkCard > li:nth-child(even):before {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    width: 1px;
    height: 100%;
    background-color: #ddd;
  }
}
.tp_front-page .linkCard_thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32.14285714%;
}
.tp_front-page .linkCard_thumb img {
  width: 100%;
  aspect-ratio: 180/240;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tp_front-page .linkCard_body {
  translate: 0 -10px;
}
.tp_front-page .linkCard_title {
  color: var(--color_main);
  font-weight: 100;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media not all and (max-width: 1100px), print {
  .tp_front-page .linkCard_title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1100px) {
  .tp_front-page .linkCard_title {
    font-size: 1.875rem;
  }
}
.tp_front-page .linkCard_ruby {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media not all and (max-width: 1100px), print {
  .tp_front-page .linkCard_ruby {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1100px) {
  .tp_front-page .linkCard_ruby {
    margin-top: 4px;
  }
}
.tp_front-page .linkCard_summary {
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media not all and (max-width: 1100px), print {
  .tp_front-page .linkCard_summary {
    margin-top: 40px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1100px) {
  .tp_front-page .linkCard_summary {
    margin-top: 20px;
    font-size: 0.75rem;
  }
}
.tp_front-page .linkCard_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (max-width: 1100px), print {
  .tp_front-page .linkCard_link {
    gap: 24px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .tp_front-page .linkCard_link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-top: 15px;
  }
}
.tp_front-page .linkCard_link a {
  position: relative;
  display: block;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
  -webkit-transition: opacity var(--transVals);
  transition: opacity var(--transVals);
}
@media not all and (max-width: 1100px), print {
  .tp_front-page .linkCard_link a {
    padding-right: 63px;
  }
}
@media screen and (max-width: 1100px) {
  .tp_front-page .linkCard_link a {
    padding-right: 45px;
  }
}
.tp_front-page .linkCard_link a:focus-visible {
  opacity: var(--opa);
}
@media (any-hover: hover) {
  .tp_front-page .linkCard_link a:hover {
    opacity: var(--opa);
  }
}
.tp_front-page .linkCard_link a .icon {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color_main);
}
@media not all and (max-width: 1100px), print {
  .tp_front-page .linkCard_link a .icon {
    width: 48px;
  }
}
@media screen and (max-width: 1100px) {
  .tp_front-page .linkCard_link a .icon {
    width: 36px;
  }
}
.tp_front-page .linkCard_link a .icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 12px;
  height: auto;
  aspect-ratio: 1;
  background-color: #fff;
  -webkit-mask-image: url(../image/common/recruit_icon_arrow_01.svg);
          mask-image: url(../image/common/recruit_icon_arrow_01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}

.tp_pages main {
  overflow: hidden;
}
@media not all and (max-width: 767px), print {
  .tp_pages main {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .tp_pages main {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.tp_pages main:has(.bl_faq) {
  padding-bottom: 0;
}
.tp_pages main:has(.bl_otherMembers) {
  padding-bottom: 0;
}
.tp_pages:has(.bl_entryCard) .ly_entry {
  display: none;
}

#pageHeader {
  display: none;
}

#pageHeader-receiver #pageHeader {
  display: block;
}

.bl_contSet ul:not([class]) > li {
  position: relative;
  padding-left: 20px;
}
.bl_contSet ul:not([class]) > li + li {
  margin-top: 5px;
}
.bl_contSet ul:not([class]) > li:before {
  content: "";
  position: absolute;
  top: calc(0.5lh - 2px);
  left: 0;
  width: 4px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color_main);
}
.bl_contSet ul:not([class]) > li > ul, .bl_contSet ul:not([class]) > li ol {
  margin-top: 10px;
}
.bl_contSet ol:not([class]) {
  padding-left: 20px;
  counter-reset: number 0;
}
.bl_contSet ol:not([class]) > li {
  position: relative;
  counter-increment: number 1;
}
.bl_contSet ol:not([class]) > li + li {
  margin-top: 5px;
}
.bl_contSet ol:not([class]) > li:before {
  content: counter(number) ".";
  position: absolute;
  top: 0;
  right: 100%;
  translate: -10px 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: var(--color_main);
}
.bl_contSet ol:not([class]) > li > ul, .bl_contSet ol:not([class]) > li ol {
  margin-top: 10px;
}

.tp_form .md-form-flow__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media not all and (max-width: 767px), print {
  .tp_form .md-form-flow__list {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tp_form .md-form-flow__list {
    gap: 10px;
  }
}
.tp_form .md-form-flow__list li {
  display: -ms-grid;
  display: grid;
  place-items: center;
  border: 1px solid var(--color_main);
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
}
@media not all and (max-width: 767px), print {
  .tp_form .md-form-flow__list li {
    padding: 16px 8px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .tp_form .md-form-flow__list li {
    padding: 10px 6px;
    font-size: 0.875rem;
  }
}
.tp_form .md-form-flow__list li[aria-current=step] {
  background-color: var(--color_main);
  color: #fff;
}
@media not all and (max-width: 767px), print {
  .tp_form .md-form__intro {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .tp_form .md-form__intro {
    margin-top: 30px;
  }
}
.tp_form .md-link__btn {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: var(--color_main);
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  -webkit-transition: opacity var(--transVals);
  transition: opacity var(--transVals);
}
@media not all and (max-width: 1100px), print {
  .tp_form .md-link__btn {
    width: 200px;
    padding: 28px 80px 28px 24px;
    border-radius: 12px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1100px) {
  .tp_form .md-link__btn {
    width: 100%;
    max-width: 400px;
    padding: 20px 56px;
    border-radius: 10px;
    font-size: 0.9375rem;
  }
}
.tp_form .md-link__btn:focus-visible {
  opacity: var(--opa);
}
@media (any-hover: hover) {
  .tp_form .md-link__btn:hover {
    opacity: var(--opa);
  }
}
@media not all and (max-width: 1100px), print {
  .tp_form .md-link__btn.--cancel {
    padding: 28px 24px 28px 80px;
    border-radius: 12px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1100px) {
  .tp_form .md-link__btn.--cancel {
    padding: 20px 56px;
    border-radius: 10px;
    font-size: 0.9375rem;
  }
}
@media not all and (max-width: 1100px), print {
  .tp_form .md-link__btn.--cancel .icon {
    left: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .tp_form .md-link__btn.--cancel .icon {
    left: 12px;
  }
}
.tp_form .md-link__btn.--cancel .icon:before {
  scale: -1 1;
}
.tp_form .md-link__btn .icon {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
}
@media not all and (max-width: 1100px), print {
  .tp_form .md-link__btn .icon {
    right: 24px;
    width: 36px;
  }
}
@media screen and (max-width: 1100px) {
  .tp_form .md-link__btn .icon {
    right: 12px;
    width: 28px;
  }
}
.tp_form .md-link__btn .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 12px;
  height: auto;
  aspect-ratio: 1;
  background-color: var(--color_main);
  -webkit-mask-image: url(../image/common/recruit_icon_arrow_01.svg);
          mask-image: url(../image/common/recruit_icon_arrow_01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
@media not all and (max-width: 767px), print {
  .tp_form #contact-form .md-form__main {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .tp_form #contact-form .md-form__main {
    margin-top: 30px;
  }
}
.tp_form #contact-form .md-form__item {
  width: 100%;
  border-top: 1px solid #ddd;
}
@media not all and (max-width: 767px), print {
  .tp_form #contact-form .md-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-block: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tp_form #contact-form .md-form__item {
    padding-block: 20px;
  }
}
.tp_form #contact-form .md-form__item fieldset {
  display: contents;
}
.tp_form #contact-form .md-form__item legend {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media not all and (max-width: 767px), print {
  .tp_form #contact-form .md-form__item legend {
    width: 300px;
  }
}
.tp_form #contact-form .md-form__item .md-form__title {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 300px;
  font-weight: 700;
}
@media not all and (max-width: 767px), print {
  .tp_form #contact-form .md-form__item .md-form__title {
    padding-right: 80px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .tp_form #contact-form .md-form__item .md-form__title {
    padding-bottom: 20px;
    font-size: 0.875rem;
  }
}
.tp_form #contact-form .md-form__item .md-form__title .is-required {
  color: var(--color_main);
}
@media not all and (max-width: 767px), print {
  .tp_form #contact-form .md-form__item .md-form__title .is-required {
    position: absolute;
    top: 0;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tp_form #contact-form .md-form__item .md-form__title .is-required {
    display: inline-block;
    margin-left: 10px;
  }
}
.tp_form #contact-form .md-form__item .md-form__input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
}
.tp_form #contact-form .md-form__item .md-form__input input[type=tel] {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
}
@media not all and (max-width: 767px), print {
  .tp_form #contact-form .md-form__item .md-form__input input[type=tel] {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .tp_form #contact-form .md-form__item .md-form__input input[type=tel] {
    padding: 6px;
  }
}
.tp_form #contact-form .md-form__item .md-form__horizon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 20px;
}
.tp_form #contact-form .md-form__item .md-form__checkbox input[type=checkbox] {
  display: none;
}
.tp_form #contact-form .md-form__item .md-form__checkbox input[type=checkbox]:checked + .label:before {
  background-color: var(--color_main);
}
.tp_form #contact-form .md-form__item .md-form__checkbox .label {
  position: relative;
  display: block;
  padding-left: 33px;
  letter-spacing: 0.1em;
}
.tp_form #contact-form .md-form__item .md-form__checkbox .label:before {
  content: "";
  position: absolute;
  left: 0;
  width: 26px;
  height: auto;
  aspect-ratio: 1;
  border: 1px solid var(--color_main);
  border-radius: 4px;
}
@media not all and (max-width: 767px), print {
  .tp_form #contact-form .md-form__item .md-form__checkbox .label:before {
    top: -2px;
  }
}
@media screen and (max-width: 767px) {
  .tp_form #contact-form .md-form__item .md-form__checkbox .label:before {
    top: -4px;
  }
}
.tp_form #contact-form .md-form__item .md-form__checkbox .label:after {
  content: "";
  position: absolute;
  left: 7px;
  rotate: 45deg;
  width: 12px;
  height: 20px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
@media not all and (max-width: 767px), print {
  .tp_form #contact-form .md-form__item .md-form__checkbox .label:after {
    top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .tp_form #contact-form .md-form__item .md-form__checkbox .label:after {
    top: -4px;
  }
}
.tp_form #contact-form .md-form__item .md-form__long {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
}
@media not all and (max-width: 767px), print {
  .tp_form #contact-form .md-form__item .md-form__long {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .tp_form #contact-form .md-form__item .md-form__long {
    padding: 6px;
  }
}
.tp_form #contact-form .md-form__item .md-form__middle {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
}
@media not all and (max-width: 767px), print {
  .tp_form #contact-form .md-form__item .md-form__middle {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .tp_form #contact-form .md-form__item .md-form__middle {
    padding: 6px;
  }
}
.tp_form #contact-form .md-form__item .md-form__address + .md-form__address {
  margin-top: 20px;
}
.tp_form #contact-form .md-form__item .md-form__address .md-form__title {
  width: auto;
  padding-right: 0;
}
@media not all and (max-width: 767px), print {
  .tp_form #contact-form .md-form__item .md-form__address .md-form__title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .tp_form #contact-form .md-form__item .md-form__address .md-form__title {
    padding-bottom: 10px;
  }
}
.tp_form #contact-form .md-form__item .md-form__address .md-form__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
}
.tp_form #contact-form .md-form__item .md-form__address .md-form__input label {
  display: block;
}
.tp_form #contact-form .md-form__item .md-form__address .md-form__input .zip01,
.tp_form #contact-form .md-form__item .md-form__address .md-form__input .zip02 {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.tp_form #contact-form .md-form__item .md-form__address .md-form__input .invisible {
  display: none;
}
.tp_form #contact-form .md-form__item .md-form__address .md-form__input input[type=text] {
  width: 260px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.tp_form #contact-form .md-form__item .md-form__address .md-form__select select {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.tp_form #contact-form .md-form__item .md-form__address .md-error__txt {
  margin-top: 0;
}
.tp_form #contact-form .md-form__item .md-form__address .icon {
  position: relative;
  display: block;
}
.tp_form #contact-form .md-form__item .md-form__address .icon:after {
  content: "";
  position: absolute;
  height: auto;
  aspect-ratio: 1;
  background-color: #fff;
  -webkit-mask-image: url(../image/common/recruit_icon_blank.svg);
          mask-image: url(../image/common/recruit_icon_blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
@media not all and (max-width: 1100px), print {
  .tp_form #contact-form .md-form__item .md-form__address .icon:after {
    top: 16px;
    right: 10px;
    width: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .tp_form #contact-form .md-form__item .md-form__address .icon:after {
    top: 14px;
    right: 12px;
    width: 13px;
  }
}
.tp_form #contact-form .md-form__item .md-form__address .icon input[type=button][value=住所入力], .tp_form #contact-form .md-form__item .md-form__address .icon input[type=button][value=住所検索] {
  position: relative;
  display: block;
  border-radius: 4px;
  background-color: var(--color_main);
  color: #fff;
  -webkit-transition: opacity var(--transVals);
  transition: opacity var(--transVals);
}
@media not all and (max-width: 767px), print {
  .tp_form #contact-form .md-form__item .md-form__address .icon input[type=button][value=住所入力], .tp_form #contact-form .md-form__item .md-form__address .icon input[type=button][value=住所検索] {
    padding: 11px 33px 11px 11px;
  }
}
@media screen and (max-width: 767px) {
  .tp_form #contact-form .md-form__item .md-form__address .icon input[type=button][value=住所入力], .tp_form #contact-form .md-form__item .md-form__address .icon input[type=button][value=住所検索] {
    padding: 10px 33px 10px 10px;
  }
}
.tp_form #contact-form .md-form__item .md-form__address .icon input[type=button][value=住所入力]:focus-visible, .tp_form #contact-form .md-form__item .md-form__address .icon input[type=button][value=住所検索]:focus-visible {
  opacity: var(--opa);
}
@media (any-hover: hover) {
  .tp_form #contact-form .md-form__item .md-form__address .icon input[type=button][value=住所入力]:hover, .tp_form #contact-form .md-form__item .md-form__address .icon input[type=button][value=住所検索]:hover {
    opacity: var(--opa);
  }
}
.tp_form #contact-form .md-form__item .mail_privacypolicy {
  width: 100%;
  height: 160px;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow-y: auto;
}
.tp_form #contact-form .md-form__item .mail_privacypolicy + .md-form__horizon + .md-example__text {
  margin-top: 20px;
}
.tp_form #contact-form .md-form__item .mail_privacypolicy + .md-form__horizon + .md-example__text a {
  color: var(--color_main);
  text-decoration: underline;
}
.tp_form #contact-form .md-form__item .mail_privacypolicy + .md-form__horizon + .md-example__text a:focus-visible {
  text-decoration: none;
}
@media (any-hover: hover) {
  .tp_form #contact-form .md-form__item .mail_privacypolicy + .md-form__horizon + .md-example__text a:hover {
    text-decoration: none;
  }
}
.tp_form #contact-form .md-form__item #agreementFlg {
  display: none;
}
.tp_form #contact-form .md-form__item #agreementFlg:checked + .label:before {
  background-color: var(--color_main);
}
.tp_form #contact-form .md-form__item #agreementFlg + .label {
  position: relative;
  display: block;
  padding-left: 33px;
  letter-spacing: 0.1em;
}
.tp_form #contact-form .md-form__item #agreementFlg + .label:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 26px;
  height: auto;
  aspect-ratio: 1;
  border: 1px solid var(--color_main);
  border-radius: 4px;
}
.tp_form #contact-form .md-form__item #agreementFlg + .label:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 7px;
  rotate: 45deg;
  width: 12px;
  height: 20px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.tp_form #contact-form .md-form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media not all and (max-width: 767px), print {
  .tp_form #contact-form .md-form__btn {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tp_form #contact-form .md-form__btn {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tp_form #contact-form .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tp_form #contact-form .md-error__txt {
  color: #d00;
  margin-top: 10px;
  font-weight: 500;
}

@media not all and (max-width: 767px), print {
  .tp_form-finish .w-max-sm {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .tp_form-finish .w-max-sm {
    margin-top: 30px;
  }
}
.tp_form-finish .w-max-sm .txt-C {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media not all and (max-width: 767px), print {
  .tp_form-finish .w-max-sm .md-link__btn {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .tp_form-finish .w-max-sm .md-link__btn {
    width: 100%;
    max-width: 400px;
  }
}

/**
 * Keyframes
 */
body.dcms_editor .js_observe_target,
body[data-id=editor] .js_observe_target {
  translate: 0 0 !important;
  opacity: 1 !important;
}
body.dcms_editor #pageHeader,
body[data-id=editor] #pageHeader {
  display: block !important;
}
body.dcms_editor .bl_pageHeader_ruby,
body[data-id=editor] .bl_pageHeader_ruby {
  position: static !important;
  translate: 0 !important;
  width: auto !important;
  text-align: center !important;
  pointer-events: auto !important;
}
body.dcms_editor .bl_faq_body,
body[data-id=editor] .bl_faq_body {
  display: block !important;
}
body.dcms_editor .bl_otherMembers,
body[data-id=editor] .bl_otherMembers {
  width: 100% !important;
  margin-left: 0 !important;
}
body.dcms_editor .bl_otherMembers .splide,
body[data-id=editor] .bl_otherMembers .splide {
  visibility: visible !important;
}
body.dcms_editor .bl_otherMembers .splide__list,
body[data-id=editor] .bl_otherMembers .splide__list {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  gap: 40px !important;
}
body.dcms_editor .autoSlider,
body[data-id=editor] .autoSlider {
  width: 100% !important;
  margin-left: 0 !important;
}
body.dcms_editor .autoSlider .splide,
body[data-id=editor] .autoSlider .splide {
  visibility: visible !important;
}
body.dcms_editor .autoSlider .splide__list,
body[data-id=editor] .autoSlider .splide__list {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  gap: 40px !important;
}
body.dcms_editor .headArea,
body[data-id=editor] .headArea {
  z-index: auto !important;
}
body.dcms_editor #contents,
body[data-id=editor] #contents {
  opacity: 1 !important;
  backdrop-filter: unset !important;
  background-color: #fff !important;
  z-index: auto !important;
  will-change: unset !important;
}