/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../assets/scss/styles.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

:root {
  --font-yu-gothic: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  --font-shippori-mincho: "Shippori Mincho", serif;
  --font-crimson: "Crimson Pro", serif;
  --color-main: #092538;
  --header-hight: 12rem;
  --header-hight-sp: 9.8rem;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media (max-width: 768px) {
  html {
    font-size: calc(1000vw / 480);
  }
}
@media (min-width: 769px) and (max-width: 1360px) {
  html {
    font-size: calc(1000vw / 1360);
  }
}
@media (min-width: 1361px) {
  html {
    font-size: 62.5%;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  font-family: var(--font-yu-gothic);
  color: var(--color-main);
  font-weight: 500;
}
body.fixed {
  overflow: hidden;
}

main {
  overflow: hidden;
}

picture {
  display: block;
}

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

a:not(.js-menu-animate),
button {
  transition: 0.2s ease;
}

.pc {
  display: block;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .sp {
    display: block;
  }
}

:target {
  scroll-margin-top: 12rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  :target {
    scroll-margin-top: 9.8rem;
  }
}

:focus-visible {
  outline: 2px solid var(--color-main);
  outline-offset: 2px;
}

.lower main {
  margin-top: var(--header-hight);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower main {
    margin-top: var(--header-hight-sp);
  }
}
.lower main > :where(section:not(.mv), nav) {
  padding-inline: 3rem;
}
.lower main > :where(section:not(.mv), nav) h2 {
  text-align: center;
  font-family: var(--font-shippori-mincho);
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.lower .mv {
  position: relative;
  z-index: 2;
  margin-inline: auto;
  height: 69rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .mv {
    height: 61rem;
  }
}
.lower .mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 176rem;
  height: 100%;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .mv::before {
    display: none;
  }
}
.lower .mv h1 {
  padding: 30rem 0 7rem 36rem;
  color: #fff;
  font-family: var(--font-shippori-mincho);
  font-size: 5.1rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .mv h1 {
    padding: 18.6rem 0 5rem 8rem;
    font-size: 3.7rem;
    letter-spacing: 0.06em;
  }
}
.lower .mv h1::after {
  content: attr(data-en);
  display: block;
  font-family: var(--font-crimson);
  font-size: 2.7rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .mv h1::after {
    margin-bottom: 1rem;
    font-size: 2.1rem;
    line-height: 2;
  }
}
.lower .mv .description {
  width: 65.6rem;
  margin-left: auto;
  background-image: linear-gradient(to right, #c69c6d 70%, transparent);
  padding: 4.5rem 2rem 4.5rem 6rem;
  color: #fff;
  font-family: var(--font-shippori-mincho);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.12em;
  opacity: 0;
  translate: 3rem 0;
  animation: fadein 1s 0.5s ease forwards;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .mv .description {
    width: 34rem;
    padding: 2rem 0 2rem 2rem;
    background-image: linear-gradient(to right, #c69c6d 85%, transparent);
    font-size: 1.7rem;
    line-height: 1.8;
    letter-spacing: initial;
  }
}
@keyframes fadein {
  100% {
    opacity: 1;
    translate: 0;
  }
}
.lower .mv .copy {
  position: absolute;
  top: 24.4rem;
  right: 5rem;
  z-index: 1;
  writing-mode: vertical-rl;
  color: #fff;
  font-family: var(--font-crimson);
  font-size: 1.3rem;
  letter-spacing: 0.14rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .mv .copy {
    font-size: 1.6rem;
  }
}
.lower .common-nav-links {
  position: relative;
  z-index: 2;
  padding-top: 4.7rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .common-nav-links {
    padding-top: initial;
    margin-top: -6rem;
  }
}
.lower .common-nav-links ul {
  display: grid;
  grid-template-columns: repeat(3, 31rem);
  justify-content: center;
  gap: 2.3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .common-nav-links ul {
    grid-template-columns: 31rem;
  }
}
.lower .common-nav-links ul li a {
  position: relative;
  display: grid;
  place-content: center;
  height: 6rem;
  box-shadow: 0.6rem 0.5rem 0.7rem rgba(0, 0, 0, 0.3);
  background-color: #7f8791;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.13em;
}
.lower .common-nav-links ul li a:focus {
  background-color: var(--color-main);
}
@media (hover: hover) and (pointer: fine) {
  .lower .common-nav-links ul li a:where(:-moz-any-link, :enabled, summary):hover {
    background-color: var(--color-main);
  }
  .lower .common-nav-links ul li a:where(:any-link, :enabled, summary):hover {
    background-color: var(--color-main);
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .common-nav-links ul li a {
    font-size: 1.8rem;
  }
}
.lower .common-nav-links ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4rem;
  translate: 0 -50%;
  width: 1.4rem;
  aspect-ratio: 1;
  background: url(/assets/images/common/icon-arrow03.svg) no-repeat center/contain;
}
.lower .common-links {
  padding-block: 17rem 23.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .common-links {
    padding-block: 10rem 11.6rem;
  }
}
.lower .common-links ul {
  display: grid;
  grid-template-columns: repeat(2, 43.5rem);
  justify-content: center;
  gap: 4rem 5.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .common-links ul {
    grid-template-columns: 1fr;
  }
}
.lower .common-links ul li a {
  position: relative;
  display: block;
  height: 22rem;
  padding: 8.6rem 3rem 0 0;
  color: #fff;
  font-family: var(--font-shippori-mincho);
  text-align: end;
  font-size: 2.1rem;
}
.lower .common-links ul li a:focus {
  opacity: 0.8;
}
@media (hover: hover) and (pointer: fine) {
  .lower .common-links ul li a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .lower .common-links ul li a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .common-links ul li a {
    height: 18rem;
    padding-top: 7.2rem;
    font-size: 1.8rem;
  }
}
.lower .common-links ul li a::after {
  content: "";
  display: block;
  width: 3rem;
  aspect-ratio: 1;
  margin: 2rem 0 0 auto;
  background: url(/assets/images/common/icon-arrow04.svg) no-repeat center/contain;
  transition: translate 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .common-links ul li a::after {
    width: 2.4rem;
  }
}
.lower .common-links ul li a[href="/company/"] {
  background: url(/assets/images/common/link-bg03.png) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .common-links ul li a[href="/company/"] {
    background-image: url(/assets/images/common/link-bg03-sp.png);
  }
}
.lower .common-links ul li a[href="/history/"] {
  background: url(/assets/images/common/link-bg01.png) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .common-links ul li a[href="/history/"] {
    background-image: url(/assets/images/common/link-bg01-sp.png);
  }
}
.lower .common-links ul li a[href="/partners/"] {
  background: url(/assets/images/common/link-bg02.png) no-repeat center/contain;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .common-links ul li a[href="/partners/"] {
    background-image: url(/assets/images/common/link-bg02-sp.png);
  }
}
.lower#contact .policy, .lower#recruit .policy {
  margin-top: 10rem;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower#contact .policy, .lower#recruit .policy {
    margin-top: 4rem;
    font-size: 1.5rem;
  }
}
.lower#contact .policy .note a, .lower#recruit .policy .note a {
  color: #767f89;
  text-decoration: underline;
}
.lower#contact .policy .note a:focus, .lower#recruit .policy .note a:focus {
  text-decoration: initial;
}
@media (hover: hover) and (pointer: fine) {
  .lower#contact .policy .note a:where(:-moz-any-link, :enabled, summary):hover, .lower#recruit .policy .note a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: initial;
  }
  .lower#contact .policy .note a:where(:any-link, :enabled, summary):hover, .lower#recruit .policy .note a:where(:any-link, :enabled, summary):hover {
    text-decoration: initial;
  }
}
.lower#contact .policy .accept label, .lower#recruit .policy .accept label {
  position: relative;
  display: grid;
  grid-template-columns: 2.2rem auto;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1.4rem;
       column-gap: 1.4rem;
  width: min(55.6rem, 100%);
  margin: 3rem auto 0;
  border: 1px solid var(--color-main);
  padding-block: 3.4rem;
  cursor: pointer;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower#contact .policy .accept label, .lower#recruit .policy .accept label {
    grid-template-columns: 1.6rem auto;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
    margin-top: 1.6rem;
    padding-block: 2.6rem;
    font-size: 1.6rem;
  }
}
.lower#contact .policy .accept label input, .lower#recruit .policy .accept label input {
  accent-color: var(--color-main);
  aspect-ratio: 1;
}
.lower#contact .policy .accept label .error-message, .lower#recruit .policy .accept label .error-message {
  position: absolute;
  bottom: 0.3rem;
  left: 50%;
  translate: -50% 0;
  width: 100%;
}
.lower#contact #confirm-step,
.lower#contact #thanks-step, .lower#recruit #confirm-step,
.lower#recruit #thanks-step {
  scroll-margin-top: 12rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower#contact #confirm-step,
  .lower#contact #thanks-step, .lower#recruit #confirm-step,
  .lower#recruit #thanks-step {
    scroll-margin-top: 9.8rem;
  }
}
.lower#contact .confirm-button, .lower#recruit .confirm-button {
  margin-top: 11.5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower#contact .confirm-button, .lower#recruit .confirm-button {
    margin-top: 3.6rem;
  }
}
.lower#contact .confirm-button input, .lower#recruit .confirm-button input {
  display: grid;
  width: min(62.8rem, 100%);
  height: 11.6rem;
  margin-inline: auto;
  border-radius: calc(infinity * 1px);
  border: 1px solid var(--color-main);
  background-color: var(--color-main);
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  transition: 0.2s ease;
}
.lower#contact .confirm-button input:focus, .lower#recruit .confirm-button input:focus {
  background-color: #fff;
  color: var(--color-main);
}
@media (hover: hover) and (pointer: fine) {
  .lower#contact .confirm-button input:where(:-moz-any-link, :enabled, summary):hover, .lower#recruit .confirm-button input:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #fff;
    color: var(--color-main);
  }
  .lower#contact .confirm-button input:where(:any-link, :enabled, summary):hover, .lower#recruit .confirm-button input:where(:any-link, :enabled, summary):hover {
    background-color: #fff;
    color: var(--color-main);
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower#contact .confirm-button input, .lower#recruit .confirm-button input {
    width: 31.9rem;
    height: 6.5rem;
    font-size: 1.8rem;
  }
}
.lower#contact .confirm-button input:disabled, .lower#recruit .confirm-button input:disabled {
  border-color: #acacac;
  background-color: #acacac;
}
.lower#contact .form-step .intro, .lower#recruit .form-step .intro {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower#contact .form-step .intro, .lower#recruit .form-step .intro {
    font-size: 1.8rem;
    letter-spacing: 0.07em;
  }
}
.lower#contact .form-step .form-buttons, .lower#recruit .form-step .form-buttons {
  display: grid;
  grid-template-columns: repeat(2, 36.6rem);
  justify-content: center;
  gap: 3rem 4rem;
  margin-top: 14.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower#contact .form-step .form-buttons, .lower#recruit .form-step .form-buttons {
    grid-template-columns: 32rem;
    margin-top: 5rem;
  }
}
.lower#contact .form-step .form-buttons button, .lower#recruit .form-step .form-buttons button {
  display: grid;
  place-content: center;
  width: 100%;
  height: 7.8rem;
  margin-inline: auto;
  border-radius: calc(infinity * 1px);
  border: 1px solid var(--color-main);
  background-color: var(--color-main);
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower#contact .form-step .form-buttons button, .lower#recruit .form-step .form-buttons button {
    width: 31.9rem;
    height: 6.5rem;
    font-size: 1.8rem;
  }
}
.lower#contact .form-step.confirm .form-buttons .back, .lower#recruit .form-step.confirm .form-buttons .back {
  background-color: #fff;
  color: var(--color-main);
}
.lower#contact .form-step.confirm .form-buttons .back:focus, .lower#recruit .form-step.confirm .form-buttons .back:focus {
  background-color: var(--color-main);
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .lower#contact .form-step.confirm .form-buttons .back:where(:-moz-any-link, :enabled, summary):hover, .lower#recruit .form-step.confirm .form-buttons .back:where(:-moz-any-link, :enabled, summary):hover {
    background-color: var(--color-main);
    color: #fff;
  }
  .lower#contact .form-step.confirm .form-buttons .back:where(:any-link, :enabled, summary):hover, .lower#recruit .form-step.confirm .form-buttons .back:where(:any-link, :enabled, summary):hover {
    background-color: var(--color-main);
    color: #fff;
  }
}
.lower#contact .form-step.confirm .form-buttons .submit:focus, .lower#recruit .form-step.confirm .form-buttons .submit:focus {
  background-color: #fff;
  color: var(--color-main);
}
@media (hover: hover) and (pointer: fine) {
  .lower#contact .form-step.confirm .form-buttons .submit:where(:-moz-any-link, :enabled, summary):hover, .lower#recruit .form-step.confirm .form-buttons .submit:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #fff;
    color: var(--color-main);
  }
  .lower#contact .form-step.confirm .form-buttons .submit:where(:any-link, :enabled, summary):hover, .lower#recruit .form-step.confirm .form-buttons .submit:where(:any-link, :enabled, summary):hover {
    background-color: #fff;
    color: var(--color-main);
  }
}
.lower#contact .wpcf7-list-item, .lower#recruit .wpcf7-list-item {
  margin: initial;
  width: 100%;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  padding-inline: 10rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header {
    padding-inline: 4rem 3rem;
  }
}
.site-header > .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: var(--header-hight);
  transition: 0.3s ease-out;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header > .inner {
    height: var(--header-hight-sp);
  }
}
.site-header > .inner .logo {
  width: 22.3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header > .inner .logo {
    position: relative;
    z-index: 2;
    width: 4.1rem;
  }
}
.site-header .drawer-button {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-button {
    position: relative;
    z-index: 2;
    display: block;
  }
  .site-header .drawer-button button {
    position: relative;
    padding: 0.6rem;
  }
  .site-header .drawer-button button .line {
    position: relative;
    display: block;
    width: 3.6rem;
    height: 1px;
    background-color: #fff;
    transition: 0.3s ease;
  }
  .site-header .drawer-button button .line::before, .site-header .drawer-button button .line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transition: 0.3s ease;
  }
  .site-header .drawer-button button .line::before {
    top: -1rem;
  }
  .site-header .drawer-button button .line::after {
    top: 1rem;
  }
  .site-header .drawer-button button[aria-expanded=true] {
    border: none;
  }
  .site-header .drawer-button button[aria-expanded=true] .line {
    background-color: transparent;
    height: 1px;
  }
  .site-header .drawer-button button[aria-expanded=true] .line::before, .site-header .drawer-button button[aria-expanded=true] .line::after {
    top: 0;
    background-color: #fff;
    height: 1px;
  }
  .site-header .drawer-button button[aria-expanded=true] .line::before {
    transform: rotate(45deg);
  }
  .site-header .drawer-button button[aria-expanded=true] .line::after {
    width: 100%;
    transform: rotate(-45deg);
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100lvh;
    overflow: auto;
    background-color: var(--color-main);
    visibility: hidden;
    opacity: 0;
    translate: 100% 0;
    transition: 0.4s ease-in-out;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu[data-expanded=true] {
    visibility: visible;
    opacity: 1;
    translate: 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav {
    padding: 14.5rem 7.6rem 5rem;
  }
}
@media screen and (min-width: 769px) {
  .site-header .drawer-menu nav .menu-list {
    display: flex;
    -moz-column-gap: 5.5rem;
         column-gap: 5.5rem;
  }
  .site-header .drawer-menu nav .menu-list li a {
    position: relative;
    padding-block: 0.2rem;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
  .site-header .drawer-menu nav .menu-list li a::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -0.5rem;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: width 0.2s ease;
  }
  .site-header .drawer-menu nav .menu-list li a:focus::before {
    left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .site-header .drawer-menu nav .menu-list li a:where(:-moz-any-link, :enabled, summary):hover::before {
    left: 0;
    width: 100%;
  }
  .site-header .drawer-menu nav .menu-list li a:where(:any-link, :enabled, summary):hover::before {
    left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .site-header .drawer-menu nav .menu-list li a[aria-current=page] {
    border: 1px solid #fff;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .sp-menu-list {
    color: #fff;
  }
}
.site-header .drawer-menu nav .sp-menu-list a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.site-header .drawer-menu nav .sp-menu-list a + a {
  margin-top: 1.6rem;
}
.site-header .drawer-menu nav .sp-menu-list a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  aspect-ratio: 15/16;
  margin-left: 0.6rem;
  background: url(/assets/images/common/icon-link-blank01.svg) no-repeat center/contain;
}
.site-header .drawer-menu nav .sp-menu-list dt {
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .sp-menu-list dt {
    font-size: 2.1rem;
  }
}
.site-header .drawer-menu nav .sp-menu-list dt:not(:first-of-type) {
  margin-top: 3.5rem;
}
.site-header .drawer-menu nav .sp-menu-list dd {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .sp-menu-list dd {
    font-size: 1.7rem;
  }
}
.site-header .drawer-menu nav .contact {
  margin-top: 3.5rem;
}
.site-header .drawer-menu nav .contact a {
  position: relative;
  display: grid;
  place-content: center;
  width: 23.9rem;
  height: 4rem;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .contact a {
    font-size: 1.7rem;
  }
}
.site-header .drawer-menu nav .contact a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.4rem;
  width: 0.8rem;
  aspect-ratio: 1;
  border-top: 1px solid var(--color-main);
  border-right: 1px solid var(--color-main);
  transform: translateY(-50%) rotate(45deg);
}
.site-header .drawer-menu nav .access {
  margin-top: 2.2rem;
  color: #84929b;
  font-size: 1.3rem;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .access {
    font-size: 1.6rem;
  }
}
.site-header .drawer-menu nav .sub-menu {
  margin-top: 3.6rem;
}
.site-header .drawer-menu nav .sub-menu a {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-header .drawer-menu nav .sub-menu a {
    font-size: 1.6rem;
  }
}
.site-header .drawer-menu nav .js-menu-animate {
  opacity: 0;
}

.lower .site-header {
  background-color: var(--color-main);
}
.lower .site-header .logo {
  width: 20rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .lower .site-header .logo {
    width: 5rem;
  }
}

.site-footer {
  padding-block: 10rem 12rem;
  background-color: var(--color-main);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer {
    padding: 9rem 6rem;
  }
}
.site-footer .inner {
  display: grid;
  grid-template-columns: 27.6rem auto;
  grid-template-rows: 9.5rem auto auto;
  -moz-column-gap: 20rem;
       column-gap: 20rem;
  width: min(110rem, 100%);
  margin-inline: auto;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .inner {
    grid-template-columns: 1fr;
    grid-template-rows: initial;
  }
}
.site-footer .logo {
  display: block;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .logo {
    grid-row: 5;
    width: 15.6rem;
    margin: 10rem auto 0;
  }
}
.site-footer .access {
  grid-column: 1;
  color: #84929b;
  font-size: 1.3rem;
  line-height: 2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .access {
    grid-row: 4;
    margin-top: 2.2rem;
    font-size: 1.6rem;
  }
}
.site-footer .sub-menu {
  grid-column: 1;
  margin-top: 1.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .sub-menu {
    grid-row: 3;
    margin-top: 3.6rem;
  }
}
.site-footer .sub-menu a {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.site-footer .sub-menu a:focus {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .site-footer .sub-menu a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: underline;
  }
  .site-footer .sub-menu a:where(:any-link, :enabled, summary):hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .sub-menu a {
    font-size: 1.6rem;
    font-weight: 700;
  }
}
.site-footer dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 5rem auto;
  grid-column: 2;
  grid-row: 1;
  justify-content: space-between;
  width: 61rem;
  color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer dl {
    display: block;
    grid-column: 1;
    width: 100%;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer dl div + div {
    margin-top: 3.5rem;
  }
}
.site-footer dl div a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.site-footer dl div a:focus {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .site-footer dl div a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: underline;
  }
  .site-footer dl div a:where(:any-link, :enabled, summary):hover {
    text-decoration: underline;
  }
}
.site-footer dl div a + a {
  margin-top: 1.6rem;
}
.site-footer dl div a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  aspect-ratio: 15/16;
  margin-left: 0.6rem;
  background: url(/assets/images/common/icon-link-blank01.svg) no-repeat center/contain;
}
.site-footer dl div dt {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer dl div dt {
    font-size: 2.1rem;
  }
}
.site-footer dl div dd {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer dl div dd {
    font-size: 1.7rem;
  }
}
.site-footer dl div:nth-of-type(1) {
  grid-column: 1;
  grid-row: 1;
}
.site-footer dl div:nth-of-type(2) {
  grid-column: 1;
  grid-row: 2;
}
.site-footer dl div:nth-of-type(3) {
  grid-column: 2;
  grid-row: 1;
}
.site-footer dl div:nth-of-type(4) {
  grid-column: 3;
  grid-row: 1;
}
.site-footer .contact {
  margin-top: 3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .contact {
    grid-row: 2;
    margin-top: 3.5rem;
  }
}
.site-footer .contact a {
  position: relative;
  display: grid;
  place-content: center;
  width: 23.9rem;
  height: 4rem;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.site-footer .contact a:focus {
  opacity: 0.8;
}
@media (hover: hover) and (pointer: fine) {
  .site-footer .contact a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .site-footer .contact a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .site-footer .contact a {
    font-size: 1.7rem;
  }
}
.site-footer .contact a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.4rem;
  width: 0.8rem;
  aspect-ratio: 1;
  border-top: 1px solid var(--color-main);
  border-right: 1px solid var(--color-main);
  transform: translateY(-50%) rotate(45deg);
}

#top main section:not(.mv) {
  padding-inline: 3rem;
}
#top main section:not(.mv) :where(h2) {
  font-family: var(--font-shippori-mincho);
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main section:not(.mv) :where(h2) {
    font-size: 2.9rem;
  }
}
#top main section:not(.mv) :where(h2)::before {
  content: attr(data-en);
  display: block;
  margin-bottom: 1.8rem;
  font-family: var(--font-crimson);
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main section:not(.mv) :where(h2)::before {
    margin-bottom: 1rem;
    font-size: 2.1rem;
  }
}
#top main .mv {
  position: relative;
}
#top main .mv h1 {
  position: absolute;
  left: min(11rem, 11%);
  bottom: 17rem;
  z-index: 2;
  color: #fff;
  font-family: var(--font-shippori-mincho);
  font-size: 6.4rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .mv h1 {
    left: 3rem;
    bottom: 28lvh;
    font-size: 3.6rem;
  }
}
#top main .mv h1::before {
  content: attr(data-en);
  display: block;
  margin-bottom: 1.8rem;
  font-family: var(--font-crimson);
  font-size: 3.1rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .mv h1::before {
    margin-bottom: 0.2rem;
    font-size: 2rem;
  }
}
#top main .mv .splide {
  width: 100vw;
}
#top main .mv .splide .splide__slide {
  height: min(100rem, 100svh);
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .mv .splide .splide__slide {
    height: 100svh;
  }
}
#top main .mv .splide .splide__slide picture {
  height: 100%;
}
#top main .mv .splide .splide__slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1.05);
  transition: 10s 1s ease-out;
}
#top main .mv .splide .splide__slide.is-active img {
  transform: scale(1);
}
#top main .mv .copy {
  position: absolute;
  right: 10rem;
  bottom: 16rem;
  z-index: 2;
  writing-mode: vertical-rl;
  color: #fff;
  font-family: var(--font-crimson);
  font-size: 1.3rem;
  letter-spacing: 0.14rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .mv .copy {
    font-size: 1.6rem;
  }
}
#top main .mv::after {
  content: "";
  display: block;
  width: 100%;
  height: 3.3rem;
  background-image: linear-gradient(to right, #c69c6d, #fff);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .mv::after {
    display: none;
  }
}
#top main .intro {
  padding-block: 9rem 11rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .intro {
    padding-block: 6.6rem 8rem;
  }
}
#top main .intro::before {
  content: "";
  display: block;
  width: 6.1rem;
  aspect-ratio: 61/68;
  margin-inline: auto;
  background: url(/assets/images/top/head-decoration.svg) no-repeat center/contain;
}
#top main .intro h2 {
  text-align: center;
}
#top main .intro h2::before {
  margin-top: 1.7rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .intro h2::before {
    margin-top: 3.5rem;
  }
}
#top main .intro p {
  margin-top: 5rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3.15;
  letter-spacing: 0.13em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .intro p {
    text-align: initial;
    font-size: 1.7rem;
    line-height: 2;
  }
}
#top main > .wrapper {
  position: relative;
  display: grid;
  grid-template-columns: min(67%, 124.6rem) 1fr;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .wrapper {
    grid-template-columns: 1fr;
  }
}
#top main > .wrapper::after {
  content: "";
  margin-left: -100%;
  background: url(/assets/images/top/company-img.png) no-repeat center/cover;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .wrapper::after {
    display: none;
  }
}
#top main > .wrapper .inner {
  clip-path: polygon(0 0, 77% 0, 100% 100%, 0% 100%);
  background: url(/assets/images/common/decoration-bg.svg) repeat center/124.6rem auto, linear-gradient(45deg, #b5bcc3, #dbdfe2, #f6f7f8);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .wrapper .inner {
    clip-path: initial;
  }
}
#top main > .wrapper section {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  width: 72%;
  padding-block: 9rem;
  padding-left: 12%;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .wrapper section {
    width: 100%;
    padding: 6rem 3rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .wrapper section::after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 421/128;
    margin-top: 4.6rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .wrapper section h2 {
    margin-inline: auto;
    text-align: center;
  }
}
#top main > .wrapper section .body {
  margin-top: 3rem;
  width: min(55rem, 100%);
}
#top main > .wrapper section .body p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.13em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .wrapper section .body p {
    font-size: 1.7rem;
  }
}
#top main > .wrapper section .body a {
  display: grid;
  grid-template-columns: auto 4.4rem;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.5rem 0 0 auto;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .wrapper section .body a {
    grid-template-columns: auto 2.8rem;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    font-size: 1.5rem;
  }
}
#top main > .wrapper section .body a::after {
  content: "";
  aspect-ratio: 1;
  background: url(/assets/images/common/icon-arrow02.svg) no-repeat center/contain;
  transition: translate 0.2s ease;
}
#top main > .wrapper section .body a:focus {
  text-decoration: underline;
  text-underline-offset: 1rem;
}
#top main > .wrapper section .body a:focus::after {
  translate: 0.4rem 0;
}
@media (hover: hover) and (pointer: fine) {
  #top main > .wrapper section .body a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: underline;
    text-underline-offset: 1rem;
  }
  #top main > .wrapper section .body a:where(:any-link, :enabled, summary):hover {
    text-decoration: underline;
    text-underline-offset: 1rem;
  }
  #top main > .wrapper section .body a:where(:-moz-any-link, :enabled, summary):hover::after {
    translate: 0.4rem 0;
  }
  #top main > .wrapper section .body a:where(:any-link, :enabled, summary):hover::after {
    translate: 0.4rem 0;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .wrapper section.company::after {
    background: url(/assets/images/top/company-img-sp.png) no-repeat center/cover;
  }
}
#top main > .wrapper section.business {
  position: relative;
}
#top main > .wrapper section.business::before {
  content: "";
  position: absolute;
  top: 0;
  left: -9%;
  width: 120%;
  height: 3px;
  background-image: linear-gradient(to right, var(--color-main), transparent);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .wrapper section.business::before {
    left: 0;
    width: 90%;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main > .wrapper section.business::after {
    background: url(/assets/images/top/business-img-sp.png) no-repeat center/cover;
  }
}
#top main .recruit {
  width: min(171rem, 100%);
  height: 45.5rem;
  margin: 8.6rem auto;
  background: url(/assets/images/top/recruit-bg.png) no-repeat center/cover;
  color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .recruit {
    height: 37.7rem;
    margin-block: initial;
    background-image: url(/assets/images/top/recruit-bg-sp.png);
  }
}
#top main .recruit .inner {
  text-align: end;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding: 10rem 12.5rem 0 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .recruit .inner {
    padding: 6rem 0 0;
  }
}
#top main .recruit .inner p {
  margin-top: 2.4rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.13em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .recruit .inner p {
    font-size: 1.7rem;
    line-height: 1.6;
  }
}
#top main .recruit .inner a {
  display: grid;
  grid-template-columns: auto 4.4rem;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem 0 0 auto;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .recruit .inner a {
    grid-template-columns: auto 2.8rem;
    margin-top: 5rem;
    font-size: 1.5rem;
  }
}
#top main .recruit .inner a::after {
  content: "";
  aspect-ratio: 1;
  background: url(/assets/images/common/icon-arrow01.svg) no-repeat center/contain;
  transition: translate 0.2s ease;
}
#top main .recruit .inner a:focus {
  text-decoration: underline;
  text-underline-offset: 1rem;
}
#top main .recruit .inner a:focus::after {
  translate: 0.4rem 0;
}
@media (hover: hover) and (pointer: fine) {
  #top main .recruit .inner a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: underline;
    text-underline-offset: 1rem;
  }
  #top main .recruit .inner a:where(:any-link, :enabled, summary):hover {
    text-decoration: underline;
    text-underline-offset: 1rem;
  }
  #top main .recruit .inner a:where(:-moz-any-link, :enabled, summary):hover::after {
    translate: 0.4rem 0;
  }
  #top main .recruit .inner a:where(:any-link, :enabled, summary):hover::after {
    translate: 0.4rem 0;
  }
}
#top main .csr {
  background-color: #e4e7e9;
  padding-block: 6rem;
}
#top main .csr > .inner {
  display: grid;
  grid-template-columns: 1fr 55%;
  -moz-column-gap: 7.7rem;
       column-gap: 7.7rem;
  width: min(110rem, 100%);
  margin-inline: auto;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .csr > .inner {
    grid-template-columns: 1fr;
  }
}
#top main .csr .body h2 {
  font-size: 3.1rem;
  letter-spacing: initial;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .csr .body h2 {
    text-align: center;
    font-size: 2.8rem;
  }
}
#top main .csr .body p {
  margin-top: 3rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .csr .body p {
    font-size: 1.7rem;
  }
}
#top main .csr .body .logo {
  width: 35.2rem;
  margin-inline: auto;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .csr .body .logo {
    width: 37.1rem;
    margin-top: 1rem;
  }
}
#top main .csr .splide {
  width: min(62rem, 100%);
  margin-top: 5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .csr .splide {
    margin-top: 5rem;
    overflow: hidden;
    padding-left: 3rem;
  }
}
#top main .csr .splide .inner {
  position: relative;
}
#top main .csr .splide .splide__arrow {
  overflow: visible;
  width: 3.2rem;
  height: 3.2rem;
  opacity: 1;
  background-color: var(--color-main);
  transition: opacity 0.2s ease;
}
#top main .csr .splide .splide__arrow:focus {
  opacity: 0.8;
}
@media (hover: hover) and (pointer: fine) {
  #top main .csr .splide .splide__arrow:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  #top main .csr .splide .splide__arrow:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .csr .splide .splide__arrow {
    width: 3rem;
    height: 3rem;
  }
}
#top main .csr .splide .splide__arrow::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 0.8rem;
  aspect-ratio: 1;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#top main .csr .splide .splide__arrow--prev {
  left: -1.7rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .csr .splide .splide__arrow--prev {
    left: -1.4rem;
  }
}
#top main .csr .splide .splide__arrow--prev::before {
  transform: translateX(0.1rem) rotate(-135deg);
}
#top main .csr .splide .splide__arrow--next {
  right: 20rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #top main .csr .splide .splide__arrow--next {
    right: 4rem;
  }
}
#top main .csr .splide .splide__arrow--next::before {
  transform: translateX(-0.1rem) rotate(45deg);
}
#top main .csr .splide .splide__arrow svg {
  display: none;
}
#top main .csr .splide .splide__slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  #company main .mv {
    background: url(/assets/images/company/mv-bg-sp.png) no-repeat center/cover;
  }
}
#company main .mv::before {
  background: url(/assets/images/company/mv-bg.png) no-repeat center/cover;
}
#company main .summary {
  padding-top: 21rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #company main .summary {
    padding-top: 11rem;
  }
}
#company main .summary dl {
  display: grid;
  grid-template-columns: 17.2rem 1fr;
  width: min(88.7rem, 100%);
  margin: 5rem auto 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #company main .summary dl {
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }
}
#company main .summary dl dt {
  border-bottom: 1px solid #1b2a3a;
  padding-block: 4rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #company main .summary dl dt {
    padding: 3rem 2rem 0 2rem;
    text-align: initial;
    border-bottom: initial;
    font-size: 2.1rem;
  }
}
#company main .summary dl dd {
  border-bottom: 1px solid #767f89;
  padding: 4rem 2rem 4rem 10rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #company main .summary dl dd {
    padding: 2rem 2rem 3rem 2rem;
    border-bottom-color: #1b2a3a;
    font-size: 1.7rem;
  }
}
#company main .summary dl dd:last-of-type {
  line-height: 2.5;
}
#company main .access {
  padding-top: 15rem;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #company main .access {
    padding-top: 9rem;
    text-align: initial;
  }
}
#company main .access iframe {
  display: block;
  width: min(136rem, 100%);
  height: 52.6rem;
  margin: 8rem auto 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #company main .access iframe {
    width: 100vw;
    height: 34.3rem;
    margin: 2.9rem calc(50% - 50vw) 0;
  }
}
#company main .access p {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #company main .access p {
    font-size: 1.7rem;
  }
}
#company main .access p.address {
  margin-top: 4rem;
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #company main .access p.address {
    margin-top: 3rem;
  }
}
#company main .access p.train {
  margin-top: 0.8rem;
  color: #868687;
}
#company main .media {
  padding-block: 16.5rem 9.3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #company main .media {
    padding-block: 10rem 1.3rem;
  }
}
#company main .media ul {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
  width: min(92.4rem, 100%);
  margin: 6rem auto 0;
  row-gap: 3.1rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #company main .media ul {
    margin-top: 4rem;
    row-gap: 2.4rem;
  }
}
#company main .media ul li {
  display: contents;
}
#company main .media ul li a {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  pointer-events: none;
  -moz-column-gap: 2.7rem;
       column-gap: 2.7rem;
  border: 1px solid var(--color-main);
  padding: 4.5rem;
}
#company main .media ul li a:focus::after {
  translate: 0.6rem 0;
}
#company main .media ul li a:focus h3 {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  #company main .media ul li a:where(:-moz-any-link, :enabled, summary):hover::after {
    translate: 0.6rem 0;
  }
  #company main .media ul li a:where(:any-link, :enabled, summary):hover::after {
    translate: 0.6rem 0;
  }
  #company main .media ul li a:where(:-moz-any-link, :enabled, summary):hover h3 {
    text-decoration: underline;
  }
  #company main .media ul li a:where(:any-link, :enabled, summary):hover h3 {
    text-decoration: underline;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #company main .media ul li a {
    gap: 1.4rem;
    padding: 2.8rem;
  }
}
#company main .media ul li a::after {
  display: none;
  content: "";
  grid-column: 3;
  grid-row: span 2;
  align-self: center;
  width: 3rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--color-main) url(/assets/images/common/icon-arrow04.svg) no-repeat center/contain;
  transition: translate 0.2s ease;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #company main .media ul li a::after {
    grid-row: span 3;
  }
}
#company main .media ul li a .category {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  min-width: 11.3rem;
  padding-inline: 1rem;
  text-align: center;
  font-size: 1.3rem;
  background-color: var(--color-main);
  color: #fff;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #company main .media ul li a .category {
    font-size: 1.4rem;
  }
}
#company main .media ul li a time {
  grid-column: 1;
  grid-row: 2;
  margin-top: 1.4rem;
  text-align: center;
  color: #707070;
  font-size: 1.3rem;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #company main .media ul li a time {
    grid-column: 2;
    grid-row: 1;
    margin-top: initial;
    text-align: initial;
    font-size: 1.5rem;
  }
}
#company main .media ul li a time::before {
  content: "掲載日｜";
}
#company main .media ul li a h3 {
  grid-column: 2;
  grid-row: 1;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #company main .media ul li a h3 {
    grid-column: span 2;
    grid-row: 2;
    font-size: 1.8rem;
  }
}
#company main .media ul li a p {
  grid-column: 2;
  grid-row: 2;
  margin-top: 1.5rem;
  color: #000;
  font-size: 1.3rem;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #company main .media ul li a p {
    grid-column: span 2;
    grid-row: 3;
    margin-top: initial;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  #history main .mv {
    background: url(/assets/images/history/mv-bg-sp.png) no-repeat center/cover;
  }
}
#history main .mv::before {
  background: url(/assets/images/history/mv-bg.png) no-repeat center/cover;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #history main .mv h1 {
    padding-top: 15rem;
  }
}
#history main .content {
  padding-top: 19rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #history main .content {
    padding-top: 11rem;
  }
}
#history main .content dl {
  position: relative;
  display: grid;
  grid-template-columns: 9.2rem 1fr;
  align-items: center;
  gap: 6.5rem 11.3rem;
  width: min(84rem, 100%);
  margin: 4.5rem auto 0;
  padding: 9.5rem 12.3rem;
  background-color: #f4f4f5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #history main .content dl {
    grid-template-columns: 1fr;
    gap: 1.2rem 0;
    margin-top: 5.5rem;
    padding: 5.5rem 3rem 5.5rem 7rem;
  }
}
#history main .content dl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 26.1rem;
  translate: 0 -50%;
  width: 1px;
  height: calc(100% - 23.5rem);
  background-color: #1b2a3a;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #history main .content dl::before {
    top: 6rem;
    left: 4.1rem;
    height: calc(100% - 22rem);
    translate: initial;
  }
}
#history main .content dl dt {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #history main .content dl dt {
    font-size: 1.8rem;
    font-weight: 700;
  }
}
#history main .content dl dt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 4rem);
  translate: 0 -50%;
  width: 1.4rem;
  aspect-ratio: 1;
  background-color: #1b2a3a;
  border-radius: 50%;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #history main .content dl dt::before {
    left: -3.5rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #history main .content dl dt:not(:first-of-type) {
    margin-top: 2.3rem;
  }
}
#history main .content dl dd {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #history main .content dl dd {
    font-size: 1.8rem;
  }
}
#history main .about {
  padding-top: 14rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #history main .about {
    padding-top: 6.5rem;
  }
}
#history main .about section:first-of-type {
  padding-top: 9.5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #history main .about section:first-of-type {
    padding-top: 5.6rem;
  }
}
#history main .about section:not(:first-of-type) {
  padding-top: 15rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #history main .about section:not(:first-of-type) {
    padding-top: 9.2rem;
  }
}
#history main .about section h3 {
  padding-bottom: 5.5rem;
  text-align: center;
  font-family: var(--font-shippori-mincho);
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #history main .about section h3 {
    padding-bottom: 3rem;
    font-size: 2rem;
  }
}
#history main .about section picture {
  margin-inline: auto;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #history main .about section:nth-of-type(1) h3 {
    padding-bottom: 7rem;
  }
}
#history main .about section:nth-of-type(1) picture {
  width: min(85.6rem, 100%);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #history main .about section:nth-of-type(2) h3 {
    padding-bottom: 4rem;
  }
}
#history main .about section:nth-of-type(2) picture {
  width: min(61.6rem, 100%);
}
#history main .about section:nth-of-type(3) ul {
  -moz-column-count: 4;
       column-count: 4;
  width: min(84rem, 100%);
  margin-inline: auto;
  padding: 6rem 9rem 6rem 12.5rem;
  height: 27rem;
  background-color: #f4f4f5;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #history main .about section:nth-of-type(3) ul {
    -moz-column-count: 2;
         column-count: 2;
    height: 38rem;
    padding: 5rem 3rem 5rem 8rem;
  }
}
#history main .about section:nth-of-type(3) ul li {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
#history main .about section:nth-of-type(3) ul li + li:not(:nth-of-type(5n + 1)) {
  margin-top: 1.3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #history main .about section:nth-of-type(3) ul li + li:not(:nth-of-type(5n + 1)) {
    margin-top: initial;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #history main .about section:nth-of-type(3) ul li + li:not(:nth-of-type(10n + 1)) {
    margin-top: 1.4rem;
  }
}
#history main .common-links {
  padding-block: 16rem 15rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #history main .common-links {
    padding-block: 9.5rem 13rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  #partners main .mv {
    background: url(/assets/images/partners/mv-bg-sp.png) no-repeat center/cover;
  }
}
#partners main .mv::before {
  background: url(/assets/images/partners/mv-bg.png) no-repeat center/cover;
}
#partners main .content {
  width: min(66.8rem, 100%);
  margin-inline: auto;
  padding-top: 19rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #partners main .content {
    padding-top: 10.6rem;
  }
}
#partners main .content dl {
  display: grid;
  grid-template-columns: 22rem 1fr;
  margin-top: 7rem;
  border-bottom: 1px solid #1b2a3a;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #partners main .content dl {
    grid-template-columns: 14.4rem 1fr;
    margin-top: 5.5rem;
  }
}
#partners main .content dl dt {
  border-top: 1px solid #1b2a3a;
  padding: 4.5rem 1rem 4.5rem 4.5rem;
  background-color: #e8eaeb;
  line-height: 1.41;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #partners main .content dl dt {
    padding: 3.4rem 1rem 3.4rem 2.2rem;
  }
}
#partners main .content dl dt .pc {
  display: inline-block;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #partners main .content dl dt .pc {
    display: none;
  }
}
#partners main .content dl dd {
  border-top: 1px solid #1b2a3a;
  padding: 4.5rem 1rem 4.5rem 7.8rem;
  line-height: 1.91;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #partners main .content dl dd {
    padding: 3.4rem 1rem 3.4rem 3.6rem;
  }
}
#partners main .content p {
  margin-top: 3.4rem;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #partners main .content p {
    margin-top: 2rem;
  }
}
#partners main .member {
  padding-top: 18.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #partners main .member {
    padding-top: 7.3rem;
  }
}
#partners main .member ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 2rem;
  justify-content: center;
  width: min(100rem, 100%);
  margin: 5rem auto 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #partners main .member ul {
    flex-direction: column;
    row-gap: 1.2rem;
    margin-top: 2rem;
    padding-block: 2.6rem 3rem;
    background-color: #f4f4f5;
  }
}
#partners main .member ul li {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #partners main .member ul li {
    font-size: 1.6rem;
  }
}
#partners main .member ul li + li:not(:nth-of-type(5)):before {
  content: "/";
  margin-inline: 0.5em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #partners main .member ul li + li:not(:nth-of-type(5)):before {
    display: none;
  }
}
#partners main .member ul li:nth-of-type(-n + 4) {
  translate: 4rem 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #partners main .member ul li:nth-of-type(-n + 4) {
    translate: initial;
  }
}
#partners main .member ul li:nth-of-type(4) {
  margin-right: 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #partners main .member ul li:nth-of-type(4) {
    margin-right: initial;
  }
}
#partners main .common-links {
  padding-block: 19.4rem 19.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #partners main .common-links {
    padding-block: 8.1rem 12.1rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  #business main .mv {
    background: url(/assets/images/business/mv-bg-sp.png) no-repeat center/cover;
  }
}
#business main .mv::before {
  background: url(/assets/images/business/mv-bg.png) no-repeat center/cover;
}
#business main .content {
  padding: 19rem 0 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #business main .content {
    padding-top: 8rem;
  }
}
#business main .content h2 {
  margin-bottom: 8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #business main .content h2 {
    margin-bottom: 5rem;
  }
}
#business main .content .wrapper {
  position: relative;
  z-index: -2;
  background-color: #dddfe1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #business main .content .wrapper {
    z-index: 1;
    background: url(/assets/images/common/decoration-bg.svg) repeat center/124.6rem auto, linear-gradient(to right, #d1d4d8, #e8eaeb, #e8eaeb);
    padding-bottom: 2.7rem;
  }
}
#business main .content section {
  position: relative;
  display: grid;
  align-items: center;
  height: 37.4rem;
  scroll-margin-top: 30rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #business main .content section {
    height: initial;
    scroll-margin-top: 20rem;
    padding: 7.8rem 3rem 7.3rem;
  }
}
#business main .content section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #business main .content section::after {
    position: relative;
    z-index: 1;
    display: block;
    height: 12.9rem;
    margin-top: 5rem;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #business main .content section:not(:first-of-type)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 3px;
    background-image: linear-gradient(to right, var(--color-main), transparent);
  }
}
#business main .content section + section {
  margin-top: 3rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #business main .content section + section {
    margin-top: initial;
  }
}
#business main .content section .body {
  width: 67rem;
  margin-inline: auto;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #business main .content section .body {
    width: 100%;
  }
}
#business main .content section .body h3 {
  margin-bottom: 2.8rem;
  font-family: var(--font-shippori-mincho);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #business main .content section .body h3 {
    text-align: center;
    font-size: 2.6rem;
  }
}
#business main .content section .body p {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #business main .content section .body p {
    font-size: 1.9rem;
    letter-spacing: 0.02em;
  }
}
#business main .content section:nth-of-type(2n - 1) .body {
  padding-right: 20rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #business main .content section:nth-of-type(2n - 1) .body {
    padding-right: initial;
  }
}
#business main .content section:nth-of-type(2n) .body {
  padding-left: 20rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #business main .content section:nth-of-type(2n) .body {
    padding-left: initial;
  }
}
#business main .content section:nth-of-type(1)::after {
  background: #dddfe1 url(/assets/images/business/content-img01.png) no-repeat center/cover;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #business main .content section:nth-of-type(1)::after {
    background: url(/assets/images/business/content-img01-sp.png) no-repeat center/100% auto;
  }
}
#business main .content section:nth-of-type(2)::after {
  background: #dddfe1 url(/assets/images/business/content-img02.png) no-repeat center/cover;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #business main .content section:nth-of-type(2)::after {
    background: url(/assets/images/business/content-img02-sp.png) no-repeat center/100% auto;
  }
}
#business main .content section:nth-of-type(3)::after {
  background: #dddfe1 url(/assets/images/business/content-img03.png) no-repeat center/cover;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #business main .content section:nth-of-type(3)::after {
    background: url(/assets/images/business/content-img03-sp.png) no-repeat center/100% auto;
  }
}
#business main .store {
  padding-block: 22rem 17.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #business main .store {
    padding-block: 7.7rem 14.2rem;
  }
}
#business main .store h2 {
  margin-bottom: 7rem;
}
#business main .store section {
  width: min(104.7rem, 100%);
  margin-inline: auto;
}
#business main .store section + section {
  margin-top: 10rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #business main .store section + section {
    margin-top: 7rem;
  }
}
#business main .store section h3 {
  border-left: 3px solid var(--color-main);
  margin-bottom: 2rem;
  padding-inline: 0.9rem;
  font-family: var(--font-shippori-mincho);
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #business main .store section h3 {
    font-size: 2.6rem;
  }
}
#business main .store section dl + dl {
  margin-top: 6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #business main .store section dl + dl {
    margin-top: 7rem;
  }
}
#business main .store section dl dt {
  margin-bottom: 1.6rem;
  font-family: var(--font-shippori-mincho);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #business main .store section dl dt {
    font-size: 1.7rem;
  }
}
#business main .store section dl dt::before {
  content: "■";
}
#business main .store section dl dd ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 4rem;
  color: #000;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #business main .store section dl dd ul {
    grid-template-columns: 1fr;
    gap: 2.8rem;
  }
}
#business main .store section dl dd ul li {
  position: relative;
  z-index: 1;
  height: 18.9rem;
  padding: 4.5rem 1rem 0 28rem;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto calc(100% - 1px);
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #business main .store section dl dd ul li {
    height: 15.7rem;
    padding: 4rem 1rem 0 20.5rem;
    background-size: auto calc(100% - 1px);
  }
}
#business main .store section dl dd ul li::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  z-index: -1;
  width: 31.5rem;
  height: 100%;
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: #dddfe1;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #business main .store section dl dd ul li::after {
    width: 26.6rem;
  }
}
#business main .store section dl dd ul li a {
  display: grid;
  grid-template-columns: auto 0.8rem;
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  font-family: var(--font-shippori-mincho);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
}
#business main .store section dl dd ul li a:focus {
  text-decoration: initial;
}
@media (hover: hover) and (pointer: fine) {
  #business main .store section dl dd ul li a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: initial;
  }
  #business main .store section dl dd ul li a:where(:any-link, :enabled, summary):hover {
    text-decoration: initial;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #business main .store section dl dd ul li a {
    grid-template-columns: auto 0.7rem;
    font-size: 1.9rem;
  }
}
#business main .store section dl dd ul li a:not([href=""])::after {
  content: "";
  aspect-ratio: 1;
  background: url(/assets/images/common/icon-link-blank02.svg) no-repeat center/contain;
  translate: 0 0.2rem;
}
#business main .store section dl dd ul li a[href=""] {
  text-decoration: initial;
  pointer-events: none;
}
#business main .store section dl dd ul li p {
  margin-top: 3rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #business main .store section dl dd ul li p {
    margin-top: 2.4rem;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
#business main .store section dl.roppongi ul li:nth-of-type(1) {
  background-image: url(/assets/images/business/store-roppongi01.png);
}
#business main .store section dl.kitashinchi ul li:nth-of-type(1) {
  background-image: url(/assets/images/business/store-kitashinchi01.png);
}
#business main .store section dl.kitashinchi ul li:nth-of-type(2) {
  background-image: url(/assets/images/business/store-kitashinchi02.png);
}
#business main .store section dl.kitashinchi ul li:nth-of-type(3) {
  background-image: url(/assets/images/business/store-kitashinchi03.png);
}
#business main .store section dl.kitashinchi ul li:nth-of-type(4) {
  background-image: url(/assets/images/business/store-kitashinchi04.png);
}
#business main .store section dl.minami ul li:nth-of-type(1) {
  background-image: url(/assets/images/business/store-minami01.png);
}
#business main .store section dl.minami ul li:nth-of-type(2) {
  background-image: url(/assets/images/business/store-minami02.png);
}
#business main .store section dl.minami ul li:nth-of-type(3) {
  background-image: url(/assets/images/business/store-minami03.png);
}
#business main .store section dl.umeda ul li:nth-of-type(1) {
  background-image: url(/assets/images/business/store-umeda01.png);
}
#business main .store section dl.umeda ul li:nth-of-type(2) {
  background-image: url(/assets/images/business/store-umeda02.png);
}
#business main .store section dl.umeda ul li:nth-of-type(3) {
  background-image: url(/assets/images/business/store-umeda03.png);
}
#business main .store section dl.kyobashi ul li:nth-of-type(1) {
  background-image: url(/assets/images/business/store-kyobashi01.png);
}
#business main .store section dl.gion ul li:nth-of-type(1) {
  background-image: url(/assets/images/business/store-gion01.png);
}
#business main .store section dl.gion ul li:nth-of-type(2) {
  background-image: url(/assets/images/business/store-gion02.png);
}
#business main .store section dl.gion ul li:nth-of-type(3) {
  background-image: url(/assets/images/business/store-gion03.png);
}
#business main .store section dl.gion ul li:nth-of-type(4) {
  background-image: url(/assets/images/business/store-gion04.png);
}
#business main .store section dl.miyakojima ul li:nth-of-type(1) {
  background-image: url(/assets/images/business/store-miyakojima01.png);
}
#business main .store section dl.miyakojima ul li:nth-of-type(2) {
  background-image: url(/assets/images/business/store-miyakojima02.png);
}
#business main .store section dl.miyakojima ul li:nth-of-type(3) {
  background-image: url(/assets/images/business/store-miyakojima03.png);
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  #policy main .mv {
    background: url(/assets/images/policy/mv-bg-sp.png) no-repeat center/cover;
  }
}
#policy main .mv::before {
  background: url(/assets/images/policy/mv-bg.png) no-repeat center/cover;
}
#policy main .content {
  padding-block: 20.9rem 35rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #policy main .content {
    padding-block: 8rem 14rem;
  }
}
#policy main .content h2 {
  margin-bottom: 16rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #policy main .content h2 {
    margin-bottom: 7rem;
  }
}
#policy main .content section {
  width: min(92rem, 100%);
  margin-inline: auto;
}
#policy main .content section + section {
  margin-top: 6.3rem;
}
#policy main .content section h3 {
  border-left: 2px solid var(--color-main);
  margin-bottom: 1.6rem;
  padding-inline: 0.9rem;
  font-family: var(--font-shippori-mincho);
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #policy main .content section h3 {
    font-size: 2.3rem;
  }
}
#policy main .content section :where(p, ul li) {
  color: #000;
  font-feature-settings: initial;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #policy main .content section :where(p, ul li) {
    font-size: 1.7rem;
  }
}
#policy main .content section ul {
  margin-block: 1.5em;
}

#contact main {
  /* エラーメッセージのアニメーション */
  /* エラー状態のフィールド */
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .mv {
    background: url(/assets/images/contact/mv-bg-sp.png) no-repeat center/cover;
  }
}
#contact main .mv::before {
  background: url(/assets/images/contact/mv-bg.png) no-repeat center/cover;
}
#contact main dl.required dt::after {
  content: "*";
  display: inline-block;
}
#contact main h2 {
  text-align: center;
  font-family: var(--font-shippori-mincho);
  font-size: 3.3rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main h2 {
    font-size: 2.8rem;
    letter-spacing: 0.04em;
  }
}
#contact main .form {
  width: min(88.8rem, 100%);
  margin-inline: auto;
  padding-block: 12rem 29.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .form {
    padding: 8.4rem 3rem 13.1rem;
  }
}
#contact main .form .intro {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .form .intro {
    font-size: 1.7rem;
    letter-spacing: 0.05em;
  }
}
#contact main .form .description {
  margin-top: 12.1rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .form .description {
    margin-top: 7rem;
    font-size: 1.6rem;
  }
}
#contact main .form .form-list {
  padding-top: 2.8rem;
}
#contact main .form .form-list .wpcf7-not-valid-tip {
  display: none;
}
#contact main .form .form-list dl {
  display: grid;
  row-gap: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .form .form-list dl {
    row-gap: 0.6rem;
    font-size: 1.8rem;
  }
}
#contact main .form .form-list dl + dl {
  margin-top: 5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .form .form-list dl + dl {
    margin-top: 4rem;
  }
}
#contact main .form .form-list dl dt {
  display: flex;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .form .form-list dl dd {
    font-size: 1.6rem;
  }
}
#contact main .form .form-list dl :is(input, textarea) {
  width: 100%;
  background-color: #e8eaeb;
  padding: 2.4rem 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .form .form-list dl :is(input, textarea) {
    padding: 1.6rem 2rem;
  }
}
#contact main .form textarea {
  resize: vertical;
}
#contact main .form textarea[name=your-message] {
  height: 27.5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .form textarea[name=your-message] {
    height: 22rem;
  }
}
#contact main .confirm {
  width: min(80rem, 100%);
  margin-inline: auto;
  padding: 18rem 0 22rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .confirm {
    padding: 8.4rem 3rem 13rem;
  }
}
#contact main .confirm .confirm-content {
  margin-top: 9rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .confirm .confirm-content {
    margin-top: 8rem;
  }
}
#contact main .confirm .confirm-list {
  margin-top: 11.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .confirm .confirm-list {
    margin-top: 7rem;
  }
}
#contact main .confirm .confirm-list dl {
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
#contact main .confirm .confirm-list dl + dl {
  margin-top: 7rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .confirm .confirm-list dl + dl {
    margin-top: 4rem;
  }
}
#contact main .confirm .confirm-list dl dt {
  font-size: 1.7rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .confirm .confirm-list dl dt {
    font-size: 1.8rem;
  }
}
#contact main .confirm .confirm-list dl dd {
  padding-block: 1.4rem;
  border-bottom: 1px solid var(--color-main);
  font-size: 1.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .confirm .confirm-list dl dd {
    padding-block: 1rem;
    font-size: 1.8rem;
  }
}
#contact main .thanks {
  width: min(57rem, 100%);
  margin-inline: auto;
  text-align: center;
  padding: 18rem 0 21rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .thanks {
    padding: 8rem 3rem 14rem;
  }
}
#contact main .thanks h3 {
  margin-block: 12rem 3.7rem;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .thanks h3 {
    margin-block: 8rem 3.7rem;
    font-size: 1.8rem;
  }
}
#contact main .thanks p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .thanks p {
    font-size: 1.8rem;
  }
}
#contact main .thanks p + p {
  margin-top: 1.5em;
}
#contact main .error-message {
  position: absolute;
  padding-block: 0.5rem;
  color: #e74c3c;
  font-size: 1.4rem;
  font-weight: 700;
  opacity: 0;
  animation: slideIn 0.2s ease-out forwards;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #contact main .error-message {
    font-size: 1.7rem;
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#contact main .form-list input.error,
#contact main .form-list textarea.error {
  box-shadow: 0 0 0 1px rgb(231, 76, 60);
}

#recruit main {
  /* エラーメッセージのアニメーション */
  /* エラー状態のフィールド */
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recruit main .mv {
    background: url(/assets/images/recruit/mv-bg-sp.png) no-repeat center/cover;
  }
}
#recruit main .mv::before {
  background: url(/assets/images/recruit/mv-bg.png) no-repeat center/cover;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recruit main .mv .description {
    letter-spacing: initial;
  }
}
#recruit main form .intro {
  padding-top: 19.1rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recruit main form .intro {
    padding-top: 9.5rem;
    font-size: 1.8rem;
  }
}
#recruit main h2 {
  text-align: center;
  font-family: var(--font-shippori-mincho);
  font-size: 3.3rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recruit main h2 {
    font-size: 2.8rem;
    letter-spacing: 0.04em;
  }
}
#recruit main .content {
  width: min(88.8rem, 100%);
  margin-inline: auto;
  padding: 13.5rem 0 0;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recruit main .content {
    padding: 8rem 3rem 0;
  }
}
#recruit main .content .recruit-list {
  margin-top: 8.6rem;
  border-top: 1px solid #1b2a3a;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recruit main .content .recruit-list {
    margin-top: 3.5rem;
  }
}
#recruit main .content .recruit-list dl {
  display: grid;
  grid-template-columns: 16.7rem 1fr;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recruit main .content .recruit-list dl {
    grid-template-columns: 9.4rem 1fr;
  }
}
#recruit main .content .recruit-list dl dt {
  border-bottom: 1px solid #1b2a3a;
  padding: 4rem 0 4rem 3rem;
  background-color: #e8eaeb;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recruit main .content .recruit-list dl dt {
    padding: 3rem 0 3rem 1.5rem;
  }
}
#recruit main .content .recruit-list dl dd {
  border-bottom: 1px solid #1b2a3a;
  padding: 4rem 0 4rem 6rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recruit main .content .recruit-list dl dd {
    padding: 3rem 3rem 3rem 3.2rem;
  }
}
#recruit main .content .recruit-list dl dd p + p {
  margin-top: 2rem;
}
#recruit main .content .recruit-list dl dd ul + p {
  margin-top: 3rem;
}
#recruit main .content .recruit-list dl dd ul {
  margin-top: 1rem;
}
#recruit main dl.required dt::after {
  content: "*";
  display: inline-block;
}
#recruit main .form {
  width: min(88.8rem, 100%);
  margin-inline: auto;
  padding-block: 12rem 29.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recruit main .form {
    padding: 8.4rem 3rem 13.1rem;
  }
}
#recruit main .form .intro {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recruit main .form .intro {
    font-size: 2.1rem;
  }
}
#recruit main .form .description {
  margin-top: 4rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recruit main .form .description {
    margin-top: 7rem;
  }
}
#recruit main .form .form-list {
  padding-top: 3.2rem;
}
#recruit main .form .form-list .wpcf7-not-valid-tip {
  display: none;
}
#recruit main .form .form-list dl {
  display: grid;
  row-gap: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recruit main .form .form-list dl {
    row-gap: 0.6rem;
  }
}
#recruit main .form .form-list dl + dl {
  margin-top: 5rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recruit main .form .form-list dl + dl {
    margin-top: 4rem;
  }
}
#recruit main .form .form-list dl dt {
  display: flex;
  font-size: 1.8rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recruit main .form .form-list dl dt {
    font-size: 1.8rem;
  }
}
#recruit main .form .form-list dl dd {
  font-size: 1.6rem;
  line-height: 1.8;
}
#recruit main .form .form-list dl :is(input, textarea) {
  width: 100%;
  background-color: #e8eaeb;
  padding: 2.4rem 4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recruit main .form .form-list dl :is(input, textarea) {
    padding: 1.6rem 2rem;
  }
}
#recruit main .form textarea {
  resize: vertical;
}
#recruit main .form textarea[name=your-pr] {
  height: 20rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recruit main .form textarea[name=your-pr] {
    height: 22rem;
  }
}
#recruit main .form textarea[name=your-message] {
  height: 28rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recruit main .form textarea[name=your-message] {
    height: 22rem;
  }
}
#recruit main .confirm {
  width: min(80rem, 100%);
  margin-inline: auto;
  padding: 17rem 0 22rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recruit main .confirm {
    padding-block: 8.4rem 13rem;
  }
}
#recruit main .confirm .confirm-content {
  margin-top: 9rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recruit main .confirm .confirm-content {
    margin-top: 8rem;
  }
}
#recruit main .confirm .confirm-list {
  margin-top: 11.2rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recruit main .confirm .confirm-list {
    margin-top: 7rem;
  }
}
#recruit main .confirm .confirm-list dl {
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
}
#recruit main .confirm .confirm-list dl + dl {
  margin-top: 7rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recruit main .confirm .confirm-list dl + dl {
    margin-top: 4rem;
  }
}
#recruit main .confirm .confirm-list dl dt {
  font-size: 1.7rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recruit main .confirm .confirm-list dl dt {
    font-size: 1.8rem;
  }
}
#recruit main .confirm .confirm-list dl dd {
  padding-block: 1.4rem;
  border-bottom: 1px solid var(--color-main);
  font-size: 1.4rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recruit main .confirm .confirm-list dl dd {
    padding-block: 1rem;
    font-size: 1.8rem;
  }
}
#recruit main .thanks {
  width: min(57rem, 100%);
  margin-inline: auto;
  text-align: center;
  padding: 18rem 0 21rem;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recruit main .thanks {
    padding: 8rem 3rem 14rem;
  }
}
#recruit main .thanks h3 {
  margin-block: 12rem 3.7rem;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recruit main .thanks h3 {
    margin-block: 8rem 3.7rem;
    font-size: 2.1rem;
  }
}
#recruit main .thanks p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recruit main .thanks p {
    font-size: 1.7rem;
  }
}
#recruit main .thanks p + p {
  margin-top: 1.5em;
}
#recruit main .error-message {
  position: absolute;
  padding-block: 0.5rem;
  color: #e74c3c;
  font-size: 1.4rem;
  font-weight: 700;
  opacity: 0;
  animation: slideIn 0.2s ease-out forwards;
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  #recruit main .error-message {
    font-size: 1.7rem;
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#recruit main .form-list input.error,
#recruit main .form-list textarea.error {
  box-shadow: 0 0 0 1px rgb(231, 76, 60);
}

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