@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-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;
}

[tabindex="-1"]:focus-visible {
  outline: none !important;
}

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

/* Lists (definition) */
/* ============================================ */
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: 700;
}

/**
 * 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.1em;
}

sup {
  top: -0.3em;
}

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

/* 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 {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  white-space: normal;
}

button {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/**
 * 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;
}

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

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

[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 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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: 700;
}

/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font-size */
/* ============================================ */
/* font-family */
/* ============================================ */
/* common */
/* ============================================ */
body {
  background: #fff;
  color: #525252;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: clamp(0.875rem, 0.8237rem + 0.2105vw, 1rem);
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  min-height: 100dvh;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
}

a {
  color: currentColor;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

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

.reading {
  display: block;
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

.tabonly {
  display: none;
}
@media all and (max-width: 1025px) {
  .tabonly {
    display: block;
  }
}

@media all and (max-width: 1025px) {
  .tabnone {
    display: none;
  }
}

.mdonly {
  display: none;
}
@media all and (max-width: 600px) {
  .mdonly {
    display: block;
  }
}

@media all and (max-width: 600px) {
  .mdnone {
    display: none;
  }
}

.span_br {
  display: inline-block;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}
@media all and (max-width: 896px) {
  .mt10 {
    margin-top: 8px !important;
  }
}

.mt16 {
  margin-top: 16px !important;
}
@media all and (max-width: 896px) {
  .mt16 {
    margin-top: 12px !important;
  }
}

.mt24 {
  margin-top: 24px !important;
}
@media all and (max-width: 896px) {
  .mt24 {
    margin-top: 16px !important;
  }
}

.mt32 {
  margin-top: 32px !important;
}
@media all and (max-width: 896px) {
  .mt32 {
    margin-top: 20px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media all and (max-width: 896px) {
  .mt40 {
    margin-top: 24px !important;
  }
}

.mt48 {
  margin-top: 48px !important;
}
@media all and (max-width: 896px) {
  .mt48 {
    margin-top: 32px !important;
  }
}

.width {
  max-width: 1340px;
  width: calc(100% - 6.25vw);
  margin-inline: auto;
}
@media all and (max-width: 480px) {
  .width {
    width: calc(100% - 30px);
  }
}

.outer {
  overflow: hidden;
}

/* parts */
/* ============================================ */
.common-entry {
  padding: 140px 0 200px;
  position: relative;
}
@media all and (max-width: 896px) {
  .common-entry {
    padding: 80px 0;
  }
}
.common-entry__wrapper {
  position: relative;
  z-index: 20;
}
.common-entry__btn.--nolink .common-entry__btn__link {
  pointer-events: none;
  background: #ccc;
  border-color: #ddd;
}
.common-entry__btn__link {
  display: grid;
  place-content: center;
  padding: 64px 32px;
  background: #807365;
  color: #fff;
  border: 4px solid #E3DFDB;
}
@media all and (max-width: 896px) {
  .common-entry__btn__link {
    padding: 40px 24px;
  }
}
@media (hover: hover) {
  .common-entry__btn__link:hover {
    opacity: 1;
    background: #C8C1B9;
    color: #525252;
  }
}
.common-entry__btn__link:hover .common-entry__btn__en::after {
  background-image: url("../images/common/arrow_right.svg");
}
.common-entry__btn__txt {
  word-break: keep-all;
  text-align: center;
  font-size: 1.5rem;
  padding-bottom: 24px;
  border-bottom: 1px solid currentColor;
  margin-bottom: 32px;
}
.common-entry__btn__en {
  text-align: center;
  padding: 0 24px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  position: relative;
}
.common-entry__btn__en::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/common/arrow_right_white.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  transition: all 0.3s ease-out;
}

/* move */
/* ============================================ */
.moveTop {
  opacity: 0;
  transition: 0.5s;
  transform: translate(0, 80px);
}
.moveTop.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveNone {
  opacity: 0;
  transition: 0.5s;
}
.moveNone.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveRight {
  opacity: 0;
  transition: 0.5s;
  transform: translate(-80px, 0);
}
.moveRight.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveLeft {
  opacity: 0;
  transition: 0.5s;
  transform: translate(80px, 0);
}
.moveLeft.current {
  opacity: 1;
  transform: translate(0, 0);
}

/* blockskip */
/* ============================================ */
#blockskip {
  overflow: hidden;
  height: 0;
  background: #ddd;
  text-align: center;
}

/* header */
/* ============================================ */
.header {
  width: 100%;
  position: relative;
  top: 0;
  z-index: 800;
  transition: all 0.3s ease-out;
}
.header-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  padding: 3.125vw 60px;
}
@media all and (max-width: 1367px) {
  .header-wrapper {
    padding: 3.125vw 32px;
  }
}
@media all and (max-width: 896px) {
  .header-wrapper {
    padding: 0 0 0 15px;
    gap: 16px;
  }
}
@media all and (max-width: 480px) {
  .header-wrapper {
    gap: 0;
  }
}
.header-logo__link {
  display: flex;
  align-items: flex-end;
  gap: 32px;
}
@media all and (max-width: 896px) {
  .header-logo__link {
    gap: 8px;
  }
}
@media all and (max-width: 896px) {
  .header-logo__img img {
    width: 198px;
  }
}
.header-logo__txt {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #525252;
  padding-bottom: 8px;
}
@media all and (max-width: 896px) {
  .header-logo__txt {
    font-size: 0.875rem;
    padding-bottom: 2px;
  }
}
@media all and (max-width: 480px) {
  .header-logo__txt {
    font-size: 3vw;
    padding-bottom: 0.2em;
  }
}
.header-hamburger {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  position: relative;
  z-index: 800;
}
.header-hamburger.active .header-hamburger__txt {
  color: #525252;
}
.header-hamburger.active .header-hamburger__box {
  background: #fff;
}
.header-hamburger.active .header-hamburger__line {
  width: 40px;
  background: #525252;
}
@media all and (max-width: 896px) {
  .header-hamburger.active .header-hamburger__line {
    width: 18px;
  }
}
.header-hamburger.active .header-hamburger__line:nth-of-type(1) {
  translate: 0 0;
  rotate: 30deg;
}
@media all and (max-width: 896px) {
  .header-hamburger.active .header-hamburger__line:nth-of-type(1) {
    rotate: 45deg;
  }
}
.header-hamburger.active .header-hamburger__line:nth-of-type(2) {
  translate: 0 0;
  rotate: -30deg;
}
@media all and (max-width: 896px) {
  .header-hamburger.active .header-hamburger__line:nth-of-type(2) {
    rotate: -45deg;
  }
}
.header-hamburger__txt {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #525252;
}
@media all and (max-width: 896px) {
  .header-hamburger__txt {
    display: none;
  }
}
.header-hamburger__box {
  width: 60px;
  height: 60px;
  transition: all 0.3s ease-out;
  position: relative;
}
.header-hamburger__line {
  display: block;
  width: 60px;
  height: 2px;
  background: #525252;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: rotate 0.3s ease-out;
}
@media all and (max-width: 896px) {
  .header-hamburger__line {
    width: 20px;
  }
}
.header-hamburger__line:nth-of-type(1) {
  translate: 0 -4px;
}
.header-hamburger__line:nth-of-type(2) {
  translate: 0 4px;
}
.header-nav {
  width: 100%;
  height: 100dvh;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 400;
  translate: 100% 0;
  transition: all 0.5s;
  overflow: auto;
}
@media all and (max-width: 896px) {
  .header-nav {
    max-width: 600px;
  }
}
.header-nav.open {
  translate: 0 0;
}
.header-nav__wrapper {
  overflow: hidden;
  padding: calc(6.25vw + 60px) 0 64px;
  position: relative;
  z-index: 20;
}
@media all and (max-width: 896px) {
  .header-nav__wrapper {
    padding: 120px 0 40px;
  }
}
@media all and (max-width: 480px) {
  .header-nav__wrapper {
    padding-top: 100px;
  }
}
.header-nav__container {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 8%;
  width: calc(100% - 6.25vw);
  max-width: 1340px;
  margin-inline: auto;
}
@media all and (max-width: 896px) {
  .header-nav__container {
    flex-direction: column;
    width: calc(100% - 64px);
  }
}
.header-nav__navigation {
  flex-grow: 1;
}
@media all and (max-width: 896px) {
  .header-nav__navigation {
    width: 100%;
  }
}
.header-nav__inner {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media all and (max-width: 896px) {
  .header-nav__inner {
    display: contents;
  }
}
@media all and (max-width: 896px) {
  .header-nav__logo {
    width: calc(100% - 75px);
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 20;
  }
}
@media all and (max-width: 480px) {
  .header-nav__logo {
    top: 10px;
  }
}
.header-nav__logo__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px 12px;
}
@media all and (max-width: 896px) {
  .header-nav__logo__link {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media all and (max-width: 1367px) {
  .header-nav__logo__img img {
    width: 340px;
  }
}
.header-nav__logo__txt {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media all and (max-width: 896px) {
  .header-nav__logo__txt {
    flex-shrink: 0;
    font-size: 0.875rem;
    padding-bottom: 10px;
  }
}
@media all and (max-width: 480px) {
  .header-nav__logo__txt {
    font-size: 2.917vw;
    padding-bottom: 0.5em;
  }
}
.header-nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4%;
}
@media all and (max-width: 896px) {
  .header-nav__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.header-nav__list__item {
  border-bottom: 1px solid #E3DFDB;
}
.header-nav__list__item:first-of-type {
  border-top: 1px solid #E3DFDB;
}
.header-nav__list__item:nth-of-type(2) {
  border-top: 1px solid #E3DFDB;
}
@media all and (max-width: 896px) {
  .header-nav__list__item:nth-of-type(2) {
    border-top: none;
  }
}
.header-nav__list__link {
  word-break: keep-all;
  font-size: clamp(1rem, 0.8974rem + 0.4211vw, 1.25rem);
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 32px 20px;
}
@media all and (max-width: 896px) {
  .header-nav__list__link {
    padding: 16px 10px;
  }
}
.header-nav__list__link::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/awr/recruit/assets/images/common/arrow_right.svg") center center/contain no-repeat;
}
@media (hover: hover) {
  .header-nav__list__link:hover {
    opacity: 1;
    background: #807365;
    color: #fff;
  }
  .header-nav__list__link:hover::after {
    background-image: url("/awr/recruit/assets/images/common/arrow_right_white.svg");
  }
}
.header-nav__detail {
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px 20px;
  margin: 12px 0 32px;
}
@media all and (max-width: 1367px) {
  .header-nav__detail {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media all and (max-width: 896px) {
  .header-nav__detail {
    padding: 0;
    margin: 8px 0 16px;
    gap: 2px 16px;
  }
}
.header-nav__detail__link {
  word-break: keep-all;
  font-size: clamp(0.875rem, 0.7724rem + 0.4211vw, 1.125rem);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0 4px;
  border-bottom: 1px solid transparent;
}
@media all and (max-width: 896px) {
  .header-nav__detail__link {
    padding: 4px 10px 2px;
  }
}
.header-nav__detail__link::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/awr/recruit/assets/images/common/arrow_right.svg") center center/contain no-repeat;
}
@media (hover: hover) {
  .header-nav__detail__link:hover {
    opacity: 1;
    border-bottom-color: currentColor;
  }
}
.header-nav__entry {
  margin-top: 32px;
  max-width: 420px;
}
@media all and (max-width: 1367px) {
  .header-nav__entry {
    max-width: 340px;
  }
}
@media all and (max-width: 896px) {
  .header-nav__entry {
    margin-top: 16px;
    max-width: none;
  }
}
.header-nav__entry.--nolink .header-nav__entry__link {
  pointer-events: none;
  background: #ccc;
  border-top-color: #ddd;
  border-bottom-color: #ddd;
}
.header-nav__entry__link {
  display: grid;
  place-content: center;
  padding: 32px;
  background: #807365;
  color: #fff;
  border-top: 4px solid #E3DFDB;
  border-bottom: 4px solid #E3DFDB;
}
@media all and (max-width: 896px) {
  .header-nav__entry__link {
    padding: 24px;
  }
}
@media (hover: hover) {
  .header-nav__entry__link:hover {
    opacity: 1;
    background: #C8C1B9;
    color: #525252;
  }
}
.header-nav__entry__link:hover .header-nav__entry__en::after {
  background-image: url("../images/common/arrow_right.svg");
}
.header-nav__entry__txt {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(1rem, 0.9487rem + 0.2105vw, 1.125rem);
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid currentColor;
}
@media all and (max-width: 896px) {
  .header-nav__entry__txt {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.header-nav__entry__en {
  text-align: center;
  padding: 0 24px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  position: relative;
}
.header-nav__entry__en::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/common/arrow_right_white.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  transition: all 0.3s ease-out;
}
.header-nav__en {
  margin-top: 6.25vw;
  margin-inline: auto;
  max-width: 1500px;
  width: calc(100% - 6.25vw);
}
@media all and (max-width: 896px) {
  .header-nav__en {
    width: calc(100% - 30px);
    margin-top: 48px;
  }
}
.header-nav__en img {
  width: 100%;
  max-width: none;
}
.header .overlay {
  display: block;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  opacity: 0;
  transition: opacity 0.3s;
}
.header .overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

/* footer */
/* ============================================ */
.footer {
  padding: 100px 0 120px;
  background: #fff;
  border-top: 1px solid #E3DFDB;
  position: -webkit-sticky;
  position: sticky;
  top: 100dvh;
  z-index: 400;
}
@media all and (max-width: 896px) {
  .footer {
    padding: 80px 0 100px;
  }
}
.footer-wrapper {
  width: calc(100% - 12.5vw);
  margin-inline: auto;
}
@media all and (max-width: 1367px) {
  .footer-wrapper {
    width: calc(100% - 6.25vw);
  }
}
.footer-container {
  display: flex;
  justify-content: space-between;
  gap: 48px 40px;
}
@media all and (max-width: 1367px) {
  .footer-container {
    flex-direction: column;
  }
}
@media all and (max-width: 1367px) {
  .footer-inner {
    width: 100%;
  }
}
.footer-logo__link {
  display: flex;
  align-items: flex-end;
  gap: 4px 32px;
}
@media all and (max-width: 896px) {
  .footer-logo__link {
    flex-direction: column;
    align-items: center;
  }
}
.footer-logo__txt {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #C8C1B9;
  padding-bottom: 8px;
}
.footer-address {
  font-size: 0.875rem;
  line-height: 2.2;
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .footer-address {
    text-align: center;
    word-break: keep-all;
  }
}
.footer-banner {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .footer-banner {
    margin-top: 32px;
    text-align: center;
  }
}
.footer-nav {
  display: flex;
  gap: 40px;
}
@media all and (max-width: 896px) {
  .footer-nav {
    display: none;
  }
}
.footer-nav__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer-nav__list__link {
  font-size: 1rem;
  font-weight: 700;
}
@media (hover: hover) {
  .footer-nav__list__link:hover {
    opacity: 1;
    text-decoration: underline;
    text-underline-offset: 0.4em;
  }
}
.footer-nav__detail {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-nav__detail__link {
  font-size: 0.875rem;
}
@media (hover: hover) {
  .footer-nav__detail__link:hover {
    opacity: 1;
    text-decoration: underline;
    text-underline-offset: 0.4em;
  }
}
.footer-img {
  max-width: 1340px;
  margin-inline: auto;
  margin-top: 32px;
}
.footer-copyright {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(0.625rem, 0.5737rem + 0.2105vw, 0.75rem);
  font-weight: 600;
  margin-top: 16px;
}
.footer .pagetop {
  cursor: pointer;
  width: 90px;
  height: 90px;
  background: #C8C1B9;
  display: grid;
  place-content: center;
  position: fixed;
  right: 24px;
  bottom: 0;
  z-index: 600;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 896px) {
  .footer .pagetop {
    width: 48px;
    height: 48px;
    right: 15px;
  }
}
@media (hover: hover) {
  .footer .pagetop:hover {
    background: #807365;
  }
}
.footer .pagetop img {
  width: 20px;
}
@media all and (max-width: 896px) {
  .footer .pagetop img {
    width: 16px;
  }
}

/* second */
/* ============================================ */
.second-main {
  padding-top: 48px;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .second-main {
    padding-top: 40px;
  }
}
.second-main__ttl {
  word-break: keep-all;
  flex-shrink: 0;
  font-size: clamp(1.875rem, 1.4132rem + 1.8947vw, 3rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .second-main__ttl {
    width: 100%;
  }
}

.second-breadcrumb {
  font-size: clamp(0.75rem, 0.6987rem + 0.2105vw, 0.875rem);
  color: #272727;
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 1.14em;
}
@media all and (max-width: 896px) {
  .second-breadcrumb {
    margin-top: 40px;
  }
}
.second-breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 1.14em;
}
.second-breadcrumb__item:last-of-type::after {
  content: none;
}
.second-breadcrumb__item a {
  color: #929292;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.second-breadcrumb__item::after {
  content: "";
  display: inline-block;
  width: 0.357em;
  height: 0.357em;
  border-top: 2px solid #929292;
  border-right: 2px solid #929292;
  rotate: 45deg;
}

/* top */
/* ============================================ */
.top .header {
  position: absolute;
}
.top .header-logo__img img {
  filter: brightness(0) invert(1);
}
.top .header-logo__txt {
  color: #fff;
}
.top .header-hamburger__txt {
  color: #fff;
}
.top .header-hamburger__line {
  background: #fff;
}

.top-mainvisual {
  height: 100vh;
  min-height: 600px;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .top-mainvisual {
    min-height: 400px;
  }
}
.top-mainvisual__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top-mainvisual__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 24% 50%;
     object-position: 24% 50%;
}
.top-mainvisual__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-mainvisual__wrapper {
  max-width: 1500px;
  position: absolute;
  bottom: 220px;
  left: 50%;
  z-index: 20;
  translate: -50% 0;
}
@media all and (max-width: 896px) {
  .top-mainvisual__wrapper {
    bottom: 200px;
  }
}
@media all and (max-width: 480px) {
  .top-mainvisual__wrapper {
    width: calc(100% - 40px);
    bottom: 180px;
  }
}
.top-mainvisual__ttl {
  text-align: center;
}
@media all and (max-width: 480px) {
  .top-mainvisual__ttl {
    text-align: left;
  }
}
.top-mainvisual__ttl img {
  width: max(50vw, 800px);
}
@media all and (max-width: 480px) {
  .top-mainvisual__ttl img {
    width: max(60vw, 300px);
  }
}
.top-mainvisual__news {
  width: calc(100% - 3.125vw);
  max-width: 680px;
  padding: 20px 48px 20px 3.125vw;
  background: #C8C1B9;
  border-radius: 0 100px 100px 0;
  position: absolute;
  bottom: 80px;
  left: 0;
  z-index: 40;
}
@media all and (max-width: 896px) {
  .top-mainvisual__news {
    width: calc(100% - 15px);
    padding: 16px 32px 16px 3.125vw;
    bottom: 64px;
  }
}
@media all and (max-width: 480px) {
  .top-mainvisual__news {
    padding: 10px 24px 10px 15px;
  }
}
.top-mainvisual__news__item {
  display: flex;
  align-items: center;
}
@media all and (max-width: 600px) {
  .top-mainvisual__news__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.top-mainvisual__news__ttl {
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1rem, 0.9487rem + 0.2105vw, 1.125rem);
  padding-right: 24px;
  position: relative;
}
@media all and (max-width: 896px) {
  .top-mainvisual__news__ttl {
    padding-right: 16px;
  }
}
@media all and (max-width: 600px) {
  .top-mainvisual__news__ttl {
    padding-right: 0;
  }
}
.top-mainvisual__news__ttl::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 50%;
  background: #525252;
  position: absolute;
  top: 25%;
  right: 0;
}
@media all and (max-width: 600px) {
  .top-mainvisual__news__ttl::after {
    content: none;
  }
}
.top-mainvisual__news__contents {
  display: flex;
  gap: 16px;
  padding-top: 0.08em;
  margin-left: 24px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  border-bottom: 1px solid transparent;
}
@media all and (max-width: 896px) {
  .top-mainvisual__news__contents {
    gap: 12px;
    margin-left: 16px;
  }
}
@media all and (max-width: 600px) {
  .top-mainvisual__news__contents {
    padding-top: 4px;
    margin-left: 0;
  }
}
@media (hover: hover) {
  .top-mainvisual__news__contents:hover {
    opacity: 1;
    border-bottom-color: #525252;
  }
}
.top-mainvisual__news__contents.--nolink {
  pointer-events: none;
}
.top-mainvisual__news__date {
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  padding-top: 0.1em;
}
.top-mainvisual__news__txt {
  flex-grow: 1;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.top-intro__wrapper {
  padding: 200px 0;
  position: relative;
}
@media all and (max-width: 896px) {
  .top-intro__wrapper {
    padding: 80px 0 20px;
  }
}
.top-intro__bg01 {
  width: 23.958vw;
  position: absolute;
  top: -1.25vw;
  left: 10.87vw;
}
@media all and (max-width: 896px) {
  .top-intro__bg01 {
    width: 60vw;
    top: -17.067vw;
    left: -8vw;
  }
}
.top-intro__bg01 img {
  width: 100%;
  max-width: none;
}
.top-intro__bg02 {
  width: 29.167vw;
  position: absolute;
  right: 7.917vw;
  bottom: -8.333vw;
}
@media all and (max-width: 896px) {
  .top-intro__bg02 {
    width: 90vw;
    right: 4vw;
    bottom: -19.2vw;
  }
}
.top-intro__bg02 img {
  width: 100%;
  max-width: none;
}
.top-intro__inner {
  position: relative;
  z-index: 20;
}
.top-intro__ttl {
  font-size: clamp(2rem, 1.5895rem + 1.6842vw, 3rem);
}
.top-intro__catch {
  font-size: clamp(1.125rem, 0.8171rem + 1.2632vw, 1.875rem);
  line-height: 2;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .top-intro__catch {
    margin-top: 16px;
  }
}
.top-intro__contents {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .top-intro__contents {
    margin-top: 48px;
  }
}
.top-intro__txt {
  font-size: clamp(1rem, 0.8461rem + 0.6316vw, 1.375rem);
  line-height: 2;
}
.top-intro__txt + .top-intro__txt {
  margin-top: 16px;
}
.top-intro__btn {
  margin-top: 100px;
  max-width: 360px;
}
@media all and (max-width: 896px) {
  .top-intro__btn {
    margin-top: 48px;
  }
}
.top-intro__btn__link {
  padding: 28px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: clamp(1rem, 0.9487rem + 0.2105vw, 1.125rem);
  font-weight: 500;
  border-top: 1px solid #C8C1B9;
}
@media all and (max-width: 896px) {
  .top-intro__btn__link {
    padding: 24px 10px;
  }
}
.top-intro__btn__link::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("/awr/recruit/assets/images/common/arrow_right.svg") center center/contain no-repeat;
}
@media (hover: hover) {
  .top-intro__btn__link:hover {
    opacity: 1;
    color: #fff;
    background: #807365;
  }
  .top-intro__btn__link:hover::after {
    background-image: url("../images/common/arrow_right_white.svg");
  }
}
.top-intro__person {
  width: min(38vw, 550px);
  position: absolute;
  right: 6.667vw;
  bottom: 20px;
}
@media all and (max-width: 896px) {
  .top-intro__person {
    width: 100%;
    text-align: center;
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 24px;
  }
}
.top-intro__person img {
  width: 100%;
  max-width: none;
}
@media all and (max-width: 896px) {
  .top-intro__person img {
    width: 400px;
    max-width: 100%;
  }
}
.top-intro__photo {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 20;
}
.top-intro__photo__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 638/385;
}
@media all and (max-width: 480px) {
  .top-intro__photo__img img {
    aspect-ratio: 1/1;
  }
}

.top-interview {
  padding: 140px 0;
  position: relative;
}
@media all and (max-width: 896px) {
  .top-interview {
    padding: 80px 0;
  }
}
.top-interview__bg01 {
  width: 32.292vw;
  position: absolute;
  top: -3.125vw;
  left: -2.5vw;
}
@media all and (max-width: 896px) {
  .top-interview__bg01 {
    width: 100vw;
    top: -21.333vw;
    left: -30vw;
  }
}
.top-interview__bg01 img {
  width: 100%;
  max-width: none;
}
.top-interview__bg02 {
  width: 44.792vw;
  position: absolute;
  right: -9.375vw;
  bottom: -3.333vw;
}
@media all and (max-width: 896px) {
  .top-interview__bg02 {
    width: 120vw;
    right: -40vw;
    bottom: -60vw;
  }
}
.top-interview__bg02 img {
  width: 100%;
  max-width: none;
}
.top-interview__wrapper {
  position: relative;
  z-index: 20;
}
.top-interview__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media all and (max-width: 896px) {
  .top-interview__container {
    gap: 32px;
  }
}
.top-interview__ttl__en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1rem;
  font-weight: 600;
  color: #807365;
}
.top-interview__ttl__jp {
  word-break: keep-all;
  font-size: clamp(2rem, 1.5895rem + 1.6842vw, 3rem);
  letter-spacing: 0.08em;
  margin-top: 8px;
}
.top-interview__txt {
  font-size: 1.125rem;
  line-height: 2;
}
.top-interview__txt + .top-interview__txt {
  margin-top: 8px;
}
.top-interview__slide {
  margin-top: 100px;
}
@media all and (max-width: 896px) {
  .top-interview__slide {
    margin-inline: calc(50% - 50vw);
    margin-top: 40px;
  }
}
.top-interview__slide__link {
  display: block;
  position: relative;
}
@media all and (max-width: 480px) {
  .top-interview__slide__link {
    margin: 0 44px;
  }
}
@media (hover: hover) {
  .top-interview__slide__link:hover {
    opacity: 1;
    color: #203E4B;
  }
}
.top-interview__slide__link.--khaki .top-interview__slide__inner {
  background-image: url("../images/top/interview_bg_khaki.svg");
}
.top-interview__slide__link.--khaki .top-interview__slide__btn {
  background: #4C531F;
}
@media (hover: hover) {
  .top-interview__slide__link.--khaki:hover {
    color: #4C531F;
  }
}
.top-interview__slide__link.--pink .top-interview__slide__inner {
  background-image: url("../images/top/interview_bg_pink.svg");
}
.top-interview__slide__link.--pink .top-interview__slide__btn {
  background: #6E4149;
}
@media (hover: hover) {
  .top-interview__slide__link.--pink:hover {
    color: #6E4149;
  }
}
.top-interview__slide__link.--purple .top-interview__slide__inner {
  background-image: url("../images/top/interview_bg_purple.svg");
}
.top-interview__slide__link.--purple .top-interview__slide__btn {
  background: #4d4559;
}
@media (hover: hover) {
  .top-interview__slide__link.--purple:hover {
    color: #4d4559;
  }
}
.top-interview__slide__link.--lbrown .top-interview__slide__inner {
  background-image: url("../images/top/interview_bg_lbrown.svg");
}
.top-interview__slide__link.--lbrown .top-interview__slide__btn {
  background: #614A30;
}
@media (hover: hover) {
  .top-interview__slide__link.--lbrown:hover {
    color: #614A30;
  }
}
.top-interview__slide__link.--bgreen .top-interview__slide__inner {
  background-image: url("../images/top/interview_bg_bgreen.svg");
}
.top-interview__slide__link.--bgreen .top-interview__slide__btn {
  background: #1b565f;
}
@media (hover: hover) {
  .top-interview__slide__link.--bgreen:hover {
    color: #1b565f;
  }
}
.top-interview__slide__order {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.top-interview__slide__order__number {
  font-size: 0.875rem;
  padding-bottom: 8px;
  border-bottom: 1px solid #525252;
}
@media all and (max-width: 1025px) {
  .top-interview__slide__order__number {
    font-size: 0.75rem;
  }
}
@media all and (max-width: 896px) {
  .top-interview__slide__order__number {
    font-size: 0.625rem;
  }
}
.top-interview__slide__order__en {
  white-space: nowrap;
  font-size: 0.875rem;
  transform-origin: top left;
  translate: 1.1em 0;
  rotate: 90deg;
  position: absolute;
  top: 32px;
  left: 0;
}
@media all and (max-width: 1025px) {
  .top-interview__slide__order__en {
    font-size: 0.75rem;
    top: 28px;
  }
}
@media all and (max-width: 896px) {
  .top-interview__slide__order__en {
    font-size: 0.625rem;
    top: 26px;
  }
}
.top-interview__slide__inner {
  padding: 0 0 0 28px;
  background: url("../images/top/interview_bg_blue.svg") bottom left/74.524% auto no-repeat;
}
@media all and (max-width: 896px) {
  .top-interview__slide__inner {
    padding: 0 0 0 16px;
  }
}
.top-interview__slide__contents {
  width: 10em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(0.75rem, 0.6474rem + 0.4211vw, 1rem);
  font-weight: 600;
  line-height: 1.8;
  position: absolute;
  top: 140px;
  left: 0;
  z-index: 10;
}
@media all and (max-width: 1025px) {
  .top-interview__slide__contents {
    top: 100px;
  }
}
@media all and (max-width: 896px) {
  .top-interview__slide__contents {
    top: 120px;
  }
}
.top-interview__slide__work {
  font-size: clamp(0.625rem, 0.5224rem + 0.4211vw, 0.875rem);
  text-shadow: 0 0 1em #fff, 0 0 0.75em #fff, 0 0 0.375em #fff, 0 0 0.25em #fff;
}
.top-interview__slide__initial {
  text-shadow: 0 0 1em #fff, 0 0 0.75em #fff, 0 0 0.375em #fff, 0 0 0.25em #fff;
}
.top-interview__slide__initial .txt_large {
  font-size: 1.14em;
}
.top-interview__slide__btn {
  width: 64px;
  height: 64px;
  display: grid;
  place-content: center;
  margin-top: 24px;
  background: #203E4B;
  border-radius: 50%;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 896px) {
  .top-interview__slide__btn {
    width: 42px;
    height: 42px;
    margin-top: 16px;
  }
}
@media all and (max-width: 480px) {
  .top-interview__slide__btn {
    display: none;
  }
}
.top-interview__slide__btn::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/common/arrow_right_white.svg") center center/contain no-repeat;
}
.top-interview__slide__img {
  aspect-ratio: 404/546;
  position: relative;
}
.top-interview__slide__img img {
  width: auto;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s ease-out;
}
@media all and (max-width: 896px) {
  .top-interview__slide__img img {
    transition-delay: 2s;
  }
}
.top-interview__slide__img .img_active {
  opacity: 0;
}
.top-interview__slide__detail {
  display: none;
}
@media all and (max-width: 480px) {
  .top-interview__slide__detail {
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    font-size: clamp(1rem, 0.9487rem + 0.2105vw, 1.125rem);
    font-weight: 500;
    border-top: 1px solid #C8C1B9;
    margin-top: 12px;
    margin-inline: auto;
    max-width: 360px;
  }
}
.top-interview__slide__detail::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/common/arrow_right.svg") center center/contain no-repeat;
  transition: all 0.3s ease-out;
}
.top-interview__slide__navigation {
  display: none;
}
@media all and (max-width: 896px) {
  .top-interview__slide__navigation {
    display: block;
    width: calc(100% - 6.25vw);
    max-width: 1340px;
    margin-top: 32px;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media all and (max-width: 480px) {
  .top-interview__slide__navigation {
    width: calc(100% - 30px);
  }
}
.top-interview__slide .splide {
  visibility: visible;
}
.top-interview__slide .splide__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px 40px;
}
@media all and (max-width: 896px) {
  .top-interview__slide .splide__list {
    display: flex;
    gap: 0;
  }
}
@media all and (max-width: 896px) {
  .top-interview__slide .splide__slide.is-active .img_active {
    opacity: 1;
  }
}
@media all and (max-width: 896px) {
  .top-interview__slide .splide__slide.is-active .img_default {
    opacity: 0;
  }
}
@media all and (max-width: 896px) {
  .top-interview__slide .splide__slide.is-next .img_active {
    opacity: 0;
  }
}
@media all and (max-width: 896px) {
  .top-interview__slide .splide__slide.is-next .img_default {
    opacity: 1;
  }
}
.top-interview__slide .splide__arrows {
  display: flex;
  align-items: center;
}
.top-interview__slide .splide__arrow {
  position: static;
  width: 64px;
  height: 64px;
  background: #fff;
  border-radius: 0;
  opacity: 1;
  transform: translateY(0);
}
@media all and (max-width: 896px) {
  .top-interview__slide .splide__arrow {
    width: 42px;
    height: 42px;
  }
}
@media all and (max-width: 480px) {
  .top-interview__slide .splide__arrow {
    width: 36px;
    height: 56px;
    background: #807365;
    position: absolute;
    left: 0;
    transform: translateY(calc(-50% - 65px));
  }
}
.top-interview__slide .splide__arrow svg {
  display: none;
}
.top-interview__slide .splide__arrow::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/common/arrow_left.svg") center center/contain no-repeat;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 480px) {
  .top-interview__slide .splide__arrow::before {
    background-image: url("../images/common/arrow_left_white.svg");
  }
}
@media (hover: hover) {
  .top-interview__slide .splide__arrow:hover {
    opacity: 1;
    background: #807365;
  }
  .top-interview__slide .splide__arrow:hover::before {
    background-image: url("../images/common/arrow_left_white.svg");
  }
}
.top-interview__slide .splide__arrow--next {
  border-left: 1px solid #E3DFDB;
}
@media all and (max-width: 480px) {
  .top-interview__slide .splide__arrow--next {
    left: auto;
    right: 0;
    border: none;
  }
}
.top-interview__slide .splide__arrow--next::before {
  background-image: url("../images/common/arrow_right.svg");
}
@media all and (max-width: 480px) {
  .top-interview__slide .splide__arrow--next::before {
    background-image: url("../images/common/arrow_right_white.svg");
  }
}
@media (hover: hover) {
  .top-interview__slide .splide__arrow--next:hover::before {
    background-image: url("../images/common/arrow_right_white.svg");
  }
}
.top-interview__slide .my-carousel-progress {
  background: #E3DFDB;
  width: calc(100% - 188px);
}
@media all and (max-width: 896px) {
  .top-interview__slide .my-carousel-progress {
    width: calc(100% - 104px);
  }
}
@media all and (max-width: 480px) {
  .top-interview__slide .my-carousel-progress {
    width: 100%;
  }
}
.top-interview__slide .my-carousel-progress-bar {
  background: #807365;
  height: 3px;
  transition: width 400ms ease;
  width: 0;
}
@media all and (max-width: 896px) {
  .top-interview__slide .my-carousel-progress-bar {
    height: 2px;
  }
}
.top-interview__btn {
  margin-top: 40px;
  margin-inline: auto;
  max-width: 360px;
}
@media all and (max-width: 896px) {
  .top-interview__btn {
    margin-top: 24px;
  }
}
@media all and (max-width: 600px) {
  .top-interview__btn {
    margin-top: 32px;
  }
}
.top-interview__btn__link {
  padding: 28px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: clamp(1rem, 0.9487rem + 0.2105vw, 1.125rem);
  font-weight: 500;
  border-top: 1px solid #C8C1B9;
}
@media all and (max-width: 896px) {
  .top-interview__btn__link {
    padding: 24px 10px;
  }
}
.top-interview__btn__link::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/common/arrow_right.svg") center center/contain no-repeat;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .top-interview__btn__link:hover {
    opacity: 1;
    color: #fff;
    background: #807365;
  }
  .top-interview__btn__link:hover::after {
    background-image: url("../images/common/arrow_right_white.svg");
  }
}

.top-link__wrapper {
  position: relative;
  z-index: 20;
}
.top-link__container {
  margin-inline: calc(50% - 50vw);
  padding-inline: 6.25vw;
}
@media all and (max-width: 1367px) {
  .top-link__container {
    padding-inline: 3.125vw;
  }
}
@media all and (max-width: 480px) {
  .top-link__container {
    padding-inline: 15px;
  }
}
.top-link__pattern01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media all and (max-width: 896px) {
  .top-link__pattern01 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2px;
  }
}
.top-link__pattern01__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
  position: relative;
}
.top-link__pattern01__item:nth-of-type(even) .top-link__pattern01__inner {
  background: #E3DFDB;
}
@media (hover: hover) {
  .top-link__pattern01__item:nth-of-type(even) .top-link__pattern01__inner:hover {
    background: #fff;
  }
}
.top-link__pattern01__inner {
  display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
  gap: inherit;
  background: #C8C1B9;
}
@media (hover: hover) {
  .top-link__pattern01__inner:hover {
    opacity: 1;
    background: #F6F6F5;
  }
}
.top-link__pattern01__contents {
  padding: 40px 40px 40px 96px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media all and (max-width: 1367px) {
  .top-link__pattern01__contents {
    padding: 32px 32px 32px 64px;
  }
}
.top-link__pattern01__block {
  margin-top: 80px;
}
@media all and (max-width: 1367px) {
  .top-link__pattern01__block {
    margin-top: 40px;
  }
}
.top-link__pattern01__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 835/300;
}
@media all and (max-width: 896px) {
  .top-link__pattern01__img img {
    aspect-ratio: 390/195;
  }
}
.top-link__pattern02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .top-link__pattern02 {
    grid-template-columns: repeat(1, 1fr);
    gap: 2px;
    margin-top: 2px;
  }
}
.top-link__pattern02__item:nth-of-type(even) .top-link__pattern02__inner {
  background: #C8C1B9;
}
@media (hover: hover) {
  .top-link__pattern02__item:nth-of-type(even) .top-link__pattern02__inner:hover {
    background: #F6F6F5;
  }
}
.top-link__pattern02__inner {
  display: flex;
  background: #E3DFDB;
  height: 100%;
  position: relative;
}
@media all and (max-width: 896px) {
  .top-link__pattern02__inner {
    flex-direction: column;
  }
}
@media (hover: hover) {
  .top-link__pattern02__inner:hover {
    opacity: 1;
    background: #fff;
  }
}
.top-link__pattern02__contents {
  flex-grow: 1;
  padding: 40px 40px 40px 96px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media all and (max-width: 1367px) {
  .top-link__pattern02__contents {
    padding: 32px 32px 32px 64px;
  }
}
@media all and (max-width: 896px) {
  .top-link__pattern02__contents {
    width: 100%;
  }
}
.top-link__pattern02__block {
  margin-top: 80px;
}
@media all and (max-width: 1367px) {
  .top-link__pattern02__block {
    margin-top: 40px;
  }
}
.top-link__pattern02__img {
  flex-shrink: 0;
  width: 35%;
}
@media all and (max-width: 896px) {
  .top-link__pattern02__img {
    width: 100%;
  }
}
.top-link__pattern02__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
@media all and (max-width: 896px) {
  .top-link__pattern02__img img {
    aspect-ratio: 390/195;
  }
}
.top-link__en {
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  transform-origin: top left;
  rotate: 90deg;
  position: absolute;
  top: 48px;
  left: 58px;
}
@media all and (max-width: 1367px) {
  .top-link__en {
    font-size: 0.875rem;
    top: 38px;
    left: 38px;
  }
}
.top-link__ttl {
  word-break: keep-all;
  font-size: clamp(2rem, 1.7947rem + 0.8421vw, 2.5rem);
  line-height: 1.4;
}
.top-link__txt {
  font-size: 1rem;
  line-height: 1.75;
}
.top-link__btn {
  width: 64px;
  height: 64px;
  display: grid;
  place-content: center;
  border-top: 1px solid #525252;
  margin-top: 32px;
}
.top-link__btn::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/common/arrow_right.svg") center center/contain no-repeat;
}

/* benefits */
/* ============================================ */
.benefits-main {
  margin-top: 100px;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .benefits-main {
    margin-top: 48px;
  }
}
.benefits-main__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 80px 40px;
}
@media all and (max-width: 896px) {
  .benefits-main__list {
    gap: 40px 24px;
  }
}
@media all and (max-width: 480px) {
  .benefits-main__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.benefits-main__list__item {
  padding: 32px;
  background: #fff;
  border-top: 1px solid #807365;
}
@media all and (max-width: 896px) {
  .benefits-main__list__item {
    padding: 24px;
  }
}
.benefits-main__list__img {
  text-align: center;
}
.benefits-main__list__ttl {
  text-align: center;
  word-break: keep-all;
  font-size: clamp(1.25rem, 1.1474rem + 0.4211vw, 1.5rem);
  font-weight: 500;
  color: #807365;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .benefits-main__list__ttl {
    margin-top: 16px;
  }
}
.benefits-main__list__ttl .txt_small {
  display: block;
  font-size: clamp(0.875rem, 0.8237rem + 0.2105vw, 1rem);
}
.benefits-main__list__txt {
  margin-top: 20px;
  margin-inline: auto;
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  line-height: 1.75;
}
@media all and (max-width: 896px) {
  .benefits-main__list__txt {
    margin-top: 16px;
  }
}

/* guide */
/* ============================================ */
.guide-main {
  margin-top: 100px;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .guide-main {
    margin-top: 48px;
  }
}
.guide-main__wrapper {
  container-type: inline-size;
}
.guide-main__list {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  font-size: clamp(1rem, 0.8974rem + 0.4211vw, 1.25rem);
  line-height: 1.8;
}
.guide-main__list__item {
  padding: 40px 0;
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  gap: 16px 7.46cqw;
  border-top: 1px solid #807365;
}
@media all and (max-width: 896px) {
  .guide-main__list__item {
    padding: 24px 0;
    display: flex;
    flex-direction: column;
  }
}
.guide-main__list__item > dt {
  font-size: clamp(1.125rem, 0.9711rem + 0.6316vw, 1.5rem);
  font-weight: 500;
  color: #807365;
  line-height: 1.4;
}
.guide-main__list__item > dt .txt_small {
  font-size: 0.67em;
}
.guide-main__list__item > dd > *:first-child {
  margin-top: 0;
}
.guide-main__list__txt {
  font-weight: 500;
}
.guide-main__list__detail__item {
  padding-left: 1.6em;
  position: relative;
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .guide-main__list__detail__item {
    margin-top: 8px;
  }
}
.guide-main__list__detail__item:first-of-type {
  margin-top: 0;
}
.guide-main__list__detail__item::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background: #807365;
  position: absolute;
  top: 0.52em;
  left: 0;
}
.guide-main__list__detail__name {
  font-weight: 500;
}
.guide-main__list__detail__txt {
  margin-top: 4px;
}
@media all and (max-width: 896px) {
  .guide-main__list__detail__txt {
    margin-top: 2px;
  }
}

/* data */
/* ============================================ */
.data-main {
  margin-top: 100px;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .data-main {
    margin-top: 48px;
  }
}
.data-main__container {
  display: flex;
  flex-wrap: wrap;
  gap: 64px 40px;
}
@media all and (max-width: 896px) {
  .data-main__container {
    gap: 40px 24px;
  }
}
.data-main__inner {
  width: calc((100% - 40px) / 2);
  padding: 32px 12px;
  border-top: 1px solid #807365;
}
@media all and (max-width: 896px) {
  .data-main__inner {
    width: calc((100% - 24px) / 2);
    padding: 24px 8px;
  }
}
@media all and (max-width: 600px) {
  .data-main__inner {
    width: 100%;
  }
}
.data-main__inner.--third {
  width: calc((100% - 80px) / 3);
}
@media all and (max-width: 896px) {
  .data-main__inner.--third {
    width: calc((100% - 24px) / 2);
  }
}
@media all and (max-width: 600px) {
  .data-main__inner.--third {
    width: 100%;
  }
}
.data-main__ttl {
  text-align: center;
  word-break: keep-all;
  font-size: clamp(1.5rem, 1.2947rem + 0.8421vw, 2rem);
  font-weight: 500;
  margin-bottom: 40px;
}
@media all and (max-width: 896px) {
  .data-main__ttl {
    margin-bottom: 24px;
  }
}
.data-main__ttl .txt_small {
  font-size: 0.56em;
}
.data-main__txt {
  text-align: center;
  margin-top: 16px;
  font-weight: 500;
}
@media all and (max-width: 896px) {
  .data-main__txt {
    margin-top: 12px;
  }
}
.data-main__block {
  container-type: inline-size;
  position: relative;
  margin-inline: auto;
}
.data-main__block .data-main__data {
  margin-top: 24px;
}
.data-main__flex {
  container-type: inline-size;
  position: relative;
  margin-inline: auto;
}
.data-main__flex .data-main__data {
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
@media all and (max-width: 896px) {
  .data-main__flex .data-main__data {
    position: static;
    translate: 0 0;
    margin-top: 12px;
  }
}
.data-main__flex .data-main__img {
  width: 58cqw;
  margin: 0 0 0 auto;
}
@media all and (max-width: 896px) {
  .data-main__flex .data-main__img {
    width: 100%;
    margin: 0 auto;
  }
}
.data-main__img {
  text-align: center;
  margin-inline: auto;
}
.data-main__img.--shareholder__img {
  max-width: 296px;
}
.data-main__img.--start__img {
  max-width: 329px;
}
.data-main__img.--money__img {
  max-width: 228px;
}
.data-main__img.--person__img {
  max-width: 138px;
}
.data-main__img.--sales__img {
  max-width: 170px;
}
.data-main__img.--vacation__img {
  max-width: 206px;
}
.data-main__img.--childcare__img {
  max-width: 125px;
}
.data-main__img.--holiday__img {
  max-width: 204px;
}
.data-main__img.--fixing__img {
  max-width: 117px;
}
.data-main__img.--overtime__img {
  max-width: 219px;
}
.data-main__data {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #807365;
  font-size: clamp(1.125rem, 0.9711rem + 0.6316vw, 1.5rem);
  line-height: 1;
  white-space: nowrap;
  text-shadow: -2px -1px 0 #fff, -2px 0 0 #fff, -2px 1px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, 0 -2px 0 #fff, 0 -1px 0 #fff, 0 0 0 #fff, 0 1px 0 #fff, 0 2px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 2px -1px 0 #fff, 2px 0 0 #fff, 2px 1px 0 #fff;
}
.data-main__data__number {
  font-size: clamp(4.125rem, 3.5092rem + 2.5263vw, 5.625rem);
}
.data-main__data .txt_jp {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-weight: 900;
}
.data-main__data.--wrap {
  white-space: normal;
}
.data-main__data.--small .data-main__data__number {
  font-size: clamp(3.25rem, 2.5829rem + 2.7368vw, 4.875rem);
}
.data-main__data.--large {
  font-size: clamp(1.5rem, 1.0895rem + 1.6842vw, 2.5rem);
}
@media all and (max-width: 896px) {
  .data-main__data.--large {
    font-size: clamp(1.125rem, 0.9711rem + 0.6316vw, 1.5rem);
  }
}
.data-main__data.--large .data-main__data__number {
  font-size: clamp(2.5rem, -0.0658rem + 10.5263vw, 8.75rem);
}
@media all and (max-width: 896px) {
  .data-main__data.--large .data-main__data__number {
    font-size: clamp(4.125rem, 3.5092rem + 2.5263vw, 5.625rem);
  }
}
.data-main .--shareholder__ttl {
  font-size: clamp(0.9375rem, 0.8605rem + 0.3158vw, 1.125rem);
  font-weight: 500;
  color: #807365;
  text-shadow: -2px -1px 0 #fff, -2px 0 0 #fff, -2px 1px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, 0 -2px 0 #fff, 0 -1px 0 #fff, 0 0 0 #fff, 0 1px 0 #fff, 0 2px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 2px -1px 0 #fff, 2px 0 0 #fff, 2px 1px 0 #fff;
}
.data-main .--shareholder__block {
  container-type: inline-size;
  max-width: 440px;
  margin-inline: auto;
  margin-top: 40px;
  position: relative;
}
.data-main .--shareholder__data01 {
  position: absolute;
  top: 4.54cqw;
}
.data-main .--shareholder__data02 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.data-main .--shareholder .data-main__data {
  text-align: left;
  font-size: clamp(1.375rem, 1.0671rem + 1.2632vw, 2.125rem);
}
.data-main .--start .data-main__flex {
  max-width: 580px;
}
.data-main .--vacation .data-main__flex {
  max-width: 580px;
}
.data-main .--vacation .data-main__img {
  width: 38cqw;
}
@media all and (max-width: 896px) {
  .data-main .--vacation .data-main__img {
    width: 100%;
  }
}
.data-main .--childcare .data-main__flex {
  max-width: 460px;
}
.data-main .--childcare .data-main__img {
  width: 22cqw;
}
@media all and (max-width: 896px) {
  .data-main .--childcare .data-main__img {
    width: 100%;
  }
}
.data-main__note {
  text-align: center;
  font-weight: 500;
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .data-main__note {
    margin-top: 40px;
  }
}

/* interview */
/* ============================================ */
.interview-main {
  margin-top: 100px;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .interview-main {
    margin-top: 48px;
  }
}
.interview-main__wrapper {
  container-type: inline-size;
}
.interview-main__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px 2.99cqw;
}
@media all and (max-width: 896px) {
  .interview-main__list {
    gap: 24px;
  }
}
@media all and (max-width: 480px) {
  .interview-main__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.interview-main__list__link {
  display: block;
  height: 100%;
  position: relative;
  background: #DEE8ED;
}
.interview-main__list__link.--blue {
  background: #DEE8ED;
}
.interview-main__list__link.--khaki {
  background: #ECEDDE;
}
.interview-main__list__link.--pink {
  background: #EDDEE0;
}
.interview-main__list__link.--purple {
  background: #DEE1ED;
}
.interview-main__list__link.--lbrown {
  background: #ebe1d8;
}
.interview-main__list__link.--bgreen {
  background: #D8E7E8;
}
.interview-main__list__link.--gray {
  background: #dbdbdb;
}
.interview-main__list__link::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/common/arrow_bottom.svg") center center/contain no-repeat;
  position: absolute;
  left: 50%;
  bottom: 20px;
  translate: -50% 0;
}
@media (hover: hover) {
  .interview-main__list__link:hover {
    opacity: 1;
  }
}
.interview-main__list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 305/152;
}
.interview-main__list__block {
  padding: 20px 24px 56px 50px;
  min-height: 192px;
  position: relative;
}
.interview-main__list__order {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
}
.interview-main__list__order__number {
  font-size: 0.875rem;
  padding-bottom: 8px;
  border-bottom: 1px solid #525252;
}
.interview-main__list__order__en {
  white-space: nowrap;
  font-size: 1rem;
  transform-origin: top left;
  translate: 0.9em 0;
  rotate: 90deg;
  position: absolute;
  top: 32px;
  left: 0;
}
.interview-main__list__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 600;
}
.interview-main__list__txt .txt_middle {
  font-size: 1.14em;
}
.interview-main__list__txt .txt_large {
  font-size: 1.29em;
}
.interview-main__list__txt + .interview-main__list__txt {
  margin-top: 8px;
}

.interview-anchor {
  margin-top: 100px;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .interview-anchor {
    margin-top: 48px;
  }
}
.interview-anchor__wrapper {
  container-type: inline-size;
}
@media all and (max-width: 600px) {
  .interview-anchor__slide .splide__track {
    margin-right: calc(50% - 80vw);
  }
}
.interview-anchor__list {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 2.99cqw;
}
@media all and (max-width: 896px) {
  .interview-anchor__list {
    display: flex !important;
    gap: 0;
  }
}
.interview-anchor__list__link {
  display: block;
  height: 100%;
  position: relative;
  background: #DEE8ED;
}
.interview-anchor__list__link.--blue {
  background: #DEE8ED;
}
.interview-anchor__list__link.--khaki {
  background: #ECEDDE;
}
.interview-anchor__list__link.--pink {
  background: #EDDEE0;
}
.interview-anchor__list__link.--purple {
  background: #DEE1ED;
}
.interview-anchor__list__link.--lbrown {
  background: #ebe1d8;
}
.interview-anchor__list__link.--bgreen {
  background: #D8E7E8;
}
.interview-anchor__list__link.--gray {
  background: #dbdbdb;
}
.interview-anchor__list__link::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/common/arrow_bottom.svg") center center/contain no-repeat;
  position: absolute;
  left: 50%;
  bottom: 20px;
  translate: -50% 0;
}
@media all and (max-width: 896px) {
  .interview-anchor__list__link::after {
    width: 18px;
    height: 18px;
    bottom: 16px;
  }
}
@media all and (max-width: 480px) {
  .interview-anchor__list__link::after {
    width: 14px;
    height: 14px;
    bottom: 10px;
  }
}
@media (hover: hover) {
  .interview-anchor__list__link:hover {
    opacity: 1;
  }
}
.interview-anchor__list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 305/152;
}
.interview-anchor__list__block {
  padding: 20px 24px 56px 48px;
  min-height: 192px;
  position: relative;
}
@media all and (max-width: 896px) {
  .interview-anchor__list__block {
    padding: 12px 12px 48px 32px;
    min-height: 170px;
  }
}
@media all and (max-width: 480px) {
  .interview-anchor__list__block {
    padding-bottom: 32px;
  }
}
.interview-anchor__list__order {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media all and (max-width: 896px) {
  .interview-anchor__list__order {
    top: 14px;
    left: 12px;
  }
}
.interview-anchor__list__order__number {
  font-size: 0.875rem;
  padding-bottom: 8px;
  border-bottom: 1px solid #525252;
}
@media all and (max-width: 896px) {
  .interview-anchor__list__order__number {
    font-size: 0.5625rem;
    padding-bottom: 5px;
  }
}
.interview-anchor__list__order__en {
  white-space: nowrap;
  font-size: 1rem;
  transform-origin: top left;
  translate: 0.9em 0;
  rotate: 90deg;
  position: absolute;
  top: 32px;
  left: 0;
}
@media all and (max-width: 896px) {
  .interview-anchor__list__order__en {
    font-size: 0.625rem;
    top: 22px;
  }
}
.interview-anchor__list__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(0.6875rem, 0.6105rem + 0.3158vw, 0.875rem);
  font-weight: 600;
}
.interview-anchor__list__txt .txt_middle {
  font-size: 1.14em;
}
.interview-anchor__list__txt .txt_large {
  font-size: 1.29em;
}
.interview-anchor__list__txt + .interview-anchor__list__txt {
  margin-top: 8px;
}
@media all and (max-width: 896px) {
  .interview-anchor__list__txt + .interview-anchor__list__txt {
    margin-top: 6px;
  }
}

.interview-detail {
  margin-top: 100px;
  padding-top: 50px;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .interview-detail {
    margin-top: 40px;
    padding-top: 24px;
  }
}
.interview-detail.--interview02 .interview-detail__main__inner::before {
  background-image: url("../images/interview/interview_main_bg_khaki.svg");
}
.interview-detail.--interview02 .interview-detail__main__number {
  color: #4C531F;
}
.interview-detail.--interview02 .interview-detail__main__en {
  color: #4C531F;
}
.interview-detail.--interview02 .interview-detail__two .interview-detail__inner:nth-of-type(1) {
  border-top-color: #7E8359;
}
.interview-detail.--interview02 .interview-detail__two .interview-detail__inner:nth-of-type(1) .interview-detail__block__name {
  color: #7E8359;
}
.interview-detail.--interview02 .interview-detail__two .interview-detail__inner:nth-of-type(1) .interview-detail__schedule__inner {
  background: #7E8359;
}
.interview-detail.--interview02 .interview-detail__two .interview-detail__inner:nth-of-type(1) .interview-detail__schedule__list {
  color: #7E8359;
}
.interview-detail.--interview02 .interview-detail__inner {
  border-top-color: #4C531F;
}
.interview-detail.--interview02 .interview-detail__schedule__ttl__en {
  color: #4C531F;
}
.interview-detail.--interview02 .interview-detail__block__name {
  color: #4C531F;
}
.interview-detail.--interview02 .interview-detail__schedule__inner {
  background: #4C531F;
}
.interview-detail.--interview02 .interview-detail__schedule__list {
  color: #4C531F;
}
.interview-detail.--interview02 .interview-detail__schedule__list__item dt {
  background: #ECEDDE;
}
.interview-detail.--interview02 .interview-detail__contents__catch {
  color: #4C531F;
}
.interview-detail.--interview03 .interview-detail__main__inner::before {
  background-image: url("../images/interview/interview_main_bg_pink.svg");
}
.interview-detail.--interview03 .interview-detail__main__number {
  color: #6E4149;
}
.interview-detail.--interview03 .interview-detail__main__en {
  color: #6E4149;
}
.interview-detail.--interview03 .interview-detail__main__profile__ttl {
  color: #6E4149;
}
.interview-detail.--interview03 .interview-detail__inner {
  border-top-color: #6E4149;
}
.interview-detail.--interview03 .interview-detail__schedule__ttl__en {
  color: #6E4149;
}
.interview-detail.--interview03 .interview-detail__block__name {
  color: #6E4149;
}
.interview-detail.--interview03 .interview-detail__schedule__inner {
  background: #6E4149;
}
.interview-detail.--interview03 .interview-detail__schedule__list {
  color: #6E4149;
}
.interview-detail.--interview03 .interview-detail__schedule__list__item dt {
  background: #EDDEE0;
}
.interview-detail.--interview03 .interview-detail__contents__catch {
  color: #6E4149;
}
.interview-detail.--interview04 .interview-detail__main__inner::before {
  background-image: url("../images/interview/interview_main_bg_purple.svg");
}
.interview-detail.--interview04 .interview-detail__main__number {
  color: #4d4559;
}
.interview-detail.--interview04 .interview-detail__main__en {
  color: #4d4559;
}
.interview-detail.--interview04 .interview-detail__main__profile__ttl {
  color: #4d4559;
}
.interview-detail.--interview04 .interview-detail__inner {
  border-top-color: #4d4559;
}
.interview-detail.--interview04 .interview-detail__schedule__ttl__en {
  color: #4d4559;
}
.interview-detail.--interview04 .interview-detail__block__name {
  color: #4d4559;
}
.interview-detail.--interview04 .interview-detail__schedule__inner {
  background: #4d4559;
}
.interview-detail.--interview04 .interview-detail__schedule__list {
  color: #4d4559;
}
.interview-detail.--interview04 .interview-detail__schedule__list__item dt {
  background: #DEE1ED;
}
.interview-detail.--interview04 .interview-detail__contents__catch {
  color: #4d4559;
}
.interview-detail.--interview05 .interview-detail__main__inner::before {
  background-image: url("../images/interview/interview_main_bg_lbrown.svg");
}
.interview-detail.--interview05 .interview-detail__main__number {
  color: #614A30;
}
.interview-detail.--interview05 .interview-detail__main__en {
  color: #614A30;
}
.interview-detail.--interview05 .interview-detail__main__profile__ttl {
  color: #614A30;
}
.interview-detail.--interview05 .interview-detail__inner {
  border-top-color: #614A30;
}
.interview-detail.--interview05 .interview-detail__schedule__ttl__en {
  color: #614A30;
}
.interview-detail.--interview05 .interview-detail__block__name {
  color: #614A30;
}
.interview-detail.--interview05 .interview-detail__schedule__inner {
  background: #614A30;
}
.interview-detail.--interview05 .interview-detail__schedule__list {
  color: #614A30;
}
.interview-detail.--interview05 .interview-detail__schedule__list__item dt {
  background: #ebe1d8;
}
.interview-detail.--interview05 .interview-detail__contents__catch {
  color: #614A30;
}
.interview-detail.--interview06 .interview-detail__main__inner::before {
  background-image: url("../images/interview/interview_main_bg_bgreen.svg");
}
.interview-detail.--interview06 .interview-detail__main__number {
  color: #1b565f;
}
.interview-detail.--interview06 .interview-detail__main__en {
  color: #1b565f;
}
.interview-detail.--interview06 .interview-detail__main__profile__ttl {
  color: #1b565f;
}
.interview-detail.--interview06 .interview-detail__inner {
  border-top-color: #1b565f;
}
.interview-detail.--interview06 .interview-detail__schedule__ttl__en {
  color: #1b565f;
}
.interview-detail.--interview06 .interview-detail__block__name {
  color: #1b565f;
}
.interview-detail.--interview06 .interview-detail__schedule__inner {
  background: #1b565f;
}
.interview-detail.--interview06 .interview-detail__schedule__list {
  color: #1b565f;
}
.interview-detail.--interview06 .interview-detail__schedule__list__item dt {
  background: #D8E7E8;
}
.interview-detail.--interview06 .interview-detail__contents__catch {
  color: #1b565f;
}
@media all and (max-width: 896px) {
  .interview-detail.--interview07 .interview-detail__main__profile {
    right: 40px;
  }
}
@media all and (max-width: 480px) {
  .interview-detail.--interview07 .interview-detail__main__profile {
    right: 0;
  }
}
.interview-detail.--interview07 .interview-detail__main__inner::before {
  background-image: url("../images/interview/interview_main_bg_gray.svg");
}
.interview-detail.--interview07 .interview-detail__main__number {
  color: #2d2d2d;
}
.interview-detail.--interview07 .interview-detail__main__en {
  color: #2d2d2d;
}
.interview-detail.--interview07 .interview-detail__main__profile__ttl {
  color: #2d2d2d;
}
.interview-detail.--interview07 .interview-detail__inner {
  border-top-color: #2d2d2d;
}
.interview-detail.--interview07 .interview-detail__schedule__ttl__en {
  color: #2d2d2d;
}
.interview-detail.--interview07 .interview-detail__block__name {
  color: #2d2d2d;
}
.interview-detail.--interview07 .interview-detail__schedule__inner {
  background: #2d2d2d;
}
.interview-detail.--interview07 .interview-detail__schedule__list {
  color: #2d2d2d;
}
.interview-detail.--interview07 .interview-detail__schedule__list__item dt {
  background: #dbdbdb;
}
.interview-detail.--interview07 .interview-detail__contents__catch {
  color: #2d2d2d;
}
.interview-detail__wrapper {
  container-type: inline-size;
}
.interview-detail__main {
  display: flex;
  justify-content: center;
  position: relative;
}
@media all and (max-width: 896px) {
  .interview-detail__main {
    flex-direction: column;
  }
}
.interview-detail__main.--double {
  gap: 3cqw;
}
@media all and (max-width: 896px) {
  .interview-detail__main.--double {
    gap: 0;
  }
}
.interview-detail__main__bg {
  width: 230px;
  position: absolute;
  top: 0;
  left: -100px;
}
@media all and (max-width: 896px) {
  .interview-detail__main__bg {
    left: 50%;
    translate: -50% 0;
  }
}
.interview-detail__main__inner {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 124px;
  position: relative;
}
@media all and (max-width: 896px) {
  .interview-detail__main__inner {
    width: 100%;
    padding-top: 56px;
  }
}
.interview-detail__main__inner::before {
  content: "";
  display: block;
  width: 230px;
  height: 224px;
  background: url("../images/interview/interview_main_bg_blue.svg") center center/contain no-repeat;
  position: absolute;
  top: 0;
  left: -104px;
}
@media all and (max-width: 896px) {
  .interview-detail__main__inner::before {
    left: 50%;
    translate: -50% 0;
  }
}
.interview-detail__main__ttl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .interview-detail__main__ttl {
    text-align: center;
    align-items: center;
  }
}
.interview-detail__main__number {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 600;
  color: #203E4B;
  padding-bottom: 6px;
  border-bottom: 1px solid currentColor;
}
.interview-detail__main__en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  color: #203E4B;
  margin-top: 16px;
}
@media all and (max-width: 896px) {
  .interview-detail__main__en {
    margin-top: 12px;
  }
}
.interview-detail__main__jp {
  font-size: clamp(0.875rem, 0.7211rem + 0.6316vw, 1.25rem);
  font-weight: 500;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .interview-detail__main__jp {
    margin-top: 12px;
  }
}
.interview-detail__main__catch {
  margin-top: 40px;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .interview-detail__main__catch {
    word-break: keep-all;
    text-align: center;
  }
}
.interview-detail__main__catch > span {
  padding: 0.1em 0.4em;
  background: #203E4B;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  font-size: clamp(1.25rem, 0.7368rem + 2.1053vw, 2.5rem);
  font-weight: 500;
  line-height: 1.85;
}
.interview-detail__main__contents {
  display: contents;
}
@media all and (max-width: 896px) {
  .interview-detail__main__contents {
    display: block;
    position: relative;
    margin-top: 20px;
    padding-top: 32px;
  }
}
.interview-detail__main__img {
  position: relative;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .interview-detail__main__img {
    text-align: center;
    width: 100%;
  }
}
.interview-detail__main__profile {
  flex-shrink: 0;
  text-align: center;
  display: flex;
  align-items: flex-end;
}
@media all and (max-width: 896px) {
  .interview-detail__main__profile {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
  }
}
.interview-detail__main__profile__ttl {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1rem, 0.5895rem + 1.6842vw, 2rem);
  font-weight: 600;
  line-height: 1.4;
  color: #203E4B;
  padding-bottom: 0.2em;
  border-bottom: 1px solid currentColor;
  margin-bottom: 0.2em;
}
.interview-detail__main__profile__name {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.25rem, 1.0447rem + 0.8421vw, 1.75rem);
  font-weight: 600;
}
.interview-detail__main__profile__name .txt_large {
  font-size: 1.14em;
}
.interview-detail__main__profile__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(0.875rem, 0.7211rem + 0.6316vw, 1.25rem);
  font-weight: 600;
  margin-top: 0.2em;
}
.interview-detail__one .interview-detail__work {
  display: flex;
  gap: 24px 4.18cqw;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .interview-detail__one .interview-detail__work {
    flex-direction: column;
    margin-top: 20px;
  }
}
.interview-detail__one .interview-detail__work__catch {
  text-align: left;
}
@media all and (max-width: 896px) {
  .interview-detail__one .interview-detail__work__catch {
    text-align: center;
  }
}
.interview-detail__one .interview-detail__work__block {
  flex-shrink: 0;
  width: 45.8%;
  margin-top: 0;
}
@media all and (max-width: 896px) {
  .interview-detail__one .interview-detail__work__block {
    width: 100%;
  }
}
.interview-detail__one .interview-detail__work__img {
  flex-grow: 1;
  margin-top: 0;
}
@media all and (max-width: 896px) {
  .interview-detail__one .interview-detail__work__img {
    width: 100%;
  }
}
.interview-detail__one .interview-detail__schedule__contents {
  height: 350px;
}
.interview-detail__two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 4.48cqw;
}
@media all and (max-width: 896px) {
  .interview-detail__two {
    grid-template-columns: repeat(1, 1fr);
  }
}
.interview-detail__two .interview-detail__inner {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 0;
}
@media all and (max-width: 896px) {
  .interview-detail__two .interview-detail__inner {
    display: block;
  }
}
.interview-detail__two .interview-detail__inner:nth-of-type(1) {
  border-top-color: #5D99B3;
}
.interview-detail__two .interview-detail__inner:nth-of-type(1) .interview-detail__block__name {
  color: #5D99B3;
}
.interview-detail__two .interview-detail__inner:nth-of-type(1) .interview-detail__schedule__inner {
  background: #5D99B3;
}
.interview-detail__two .interview-detail__inner:nth-of-type(1) .interview-detail__schedule__list {
  color: #5D99B3;
}
.interview-detail__inner {
  margin-top: 100px;
  padding-top: 24px;
  border-top: 1px solid #203E4B;
}
@media all and (max-width: 896px) {
  .interview-detail__inner {
    margin-top: 40px;
    padding-top: 20px;
  }
}
.interview-detail__block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media all and (max-width: 896px) {
  .interview-detail__block {
    gap: 16px;
  }
}
.interview-detail__block__img {
  flex-shrink: 0;
  width: 98px;
}
@media all and (max-width: 896px) {
  .interview-detail__block__img {
    width: 80px;
  }
}
.interview-detail__block__name {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.25rem, 1.0447rem + 0.8421vw, 1.75rem);
  font-weight: 600;
  color: #203E4B;
}
.interview-detail__block__name .txt_large {
  font-size: 1.14em;
}
.interview-detail__work {
  display: contents;
}
.interview-detail__work__block {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .interview-detail__work__block {
    margin-top: 20px;
  }
}
.interview-detail__work__block > *:first-child {
  margin-top: 0;
}
.interview-detail__work__catch {
  text-align: center;
  word-break: keep-all;
  font-size: clamp(1.375rem, 1.1184rem + 1.0526vw, 2rem);
}
.interview-detail__work__txt {
  font-size: clamp(1rem, 0.9487rem + 0.2105vw, 1.125rem);
  line-height: 1.75;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .interview-detail__work__txt {
    margin-top: 12px;
  }
}
.interview-detail__work__img {
  text-align: center;
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .interview-detail__work__img {
    margin-top: 20px;
  }
}
.interview-detail__schedule {
  margin-top: 64px;
  padding-top: 48px;
  position: relative;
}
@media all and (max-width: 896px) {
  .interview-detail__schedule {
    margin-top: 56px;
  }
}
.interview-detail__schedule__bg {
  width: 180px;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
.interview-detail__schedule__ttl {
  text-align: center;
  word-break: keep-all;
  position: relative;
  z-index: 10;
}
.interview-detail__schedule__ttl__en {
  color: #203E4B;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1rem;
  font-weight: 600;
}
@media all and (max-width: 896px) {
  .interview-detail__schedule__ttl__en {
    font-size: 0.875rem;
  }
}
.interview-detail__schedule__ttl__jp {
  font-size: clamp(1.375rem, 1.1184rem + 1.0526vw, 2rem);
  margin-top: 10px;
}
.interview-detail__schedule__inner {
  position: relative;
  z-index: 10;
  background: #203E4B;
  max-width: 1000px;
  margin-top: 80px;
  margin-inline: auto;
  padding: 40px 24px;
}
@media all and (max-width: 896px) {
  .interview-detail__schedule__inner {
    margin-top: 72px;
    padding: 24px 20px;
  }
}
.interview-detail__schedule__name {
  text-align: center;
  word-break: keep-all;
  font-size: clamp(1.125rem, 0.8684rem + 1.0526vw, 1.75rem);
  color: #fff;
  margin-bottom: 8px;
}
.interview-detail__schedule__contents {
  padding: 24px;
  background: #fff;
  height: 200px;
  overflow: auto;
}
@media all and (max-width: 896px) {
  .interview-detail__schedule__contents {
    padding: 16px;
  }
}
.interview-detail__schedule__contents.--default {
  height: 350px;
}
.interview-detail__schedule__list {
  color: #203E4B;
  position: relative;
}
.interview-detail__schedule__list::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: currentColor;
  position: absolute;
  top: 0;
  left: 28px;
}
.interview-detail__schedule__list__item {
  display: flex;
  align-items: flex-start;
  gap: 1.79cqw;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .interview-detail__schedule__list__item {
    gap: 12px;
  }
}
.interview-detail__schedule__list__item:last-of-type dt {
  margin-bottom: 0;
}
.interview-detail__schedule__list__item dt {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid currentColor;
  display: grid;
  place-content: center;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1rem;
  font-weight: 600;
  background: #EEF3F5;
  margin-bottom: 20px;
}
.interview-detail__schedule__list__item dd {
  flex-grow: 1;
  padding: 14px 0;
  font-size: clamp(1rem, 0.9487rem + 0.2105vw, 1.125rem);
  border-bottom: 1px dashed currentColor;
}
.interview-detail__area {
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .interview-detail__area {
    margin-top: 36px;
  }
}
.interview-detail__area > *:first-child {
  margin-top: 0;
}
.interview-detail__contents {
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .interview-detail__contents {
    margin-top: 18px;
  }
}
.interview-detail__contents__catch {
  font-size: clamp(1.25rem, 1.1474rem + 0.4211vw, 1.5rem);
  font-weight: 500;
  color: #203E4B;
  margin-bottom: 12px;
}
@media all and (max-width: 896px) {
  .interview-detail__contents__catch {
    margin-bottom: 8px;
  }
}
.interview-detail__contents__txt {
  font-size: 1rem;
  line-height: 1.75;
}

/* qa */
/* ============================================ */
.qa-main {
  margin-top: 64px;
  padding: 100px 0;
  background: #C8C1B9;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .qa-main {
    margin-top: 32px;
    padding: 48px 0;
  }
}
.qa-main__item {
  border-top: 1px solid #C8C1B9;
}
.qa-main__item:first-of-type {
  border-top: none;
}
.qa-main__item.is-opened .qa-main__question__mark::before {
  content: none;
}
.qa-main__question {
  cursor: pointer;
  display: block;
  padding: 32px 72px 32px 80px;
  background: #fff;
  font-size: clamp(1rem, 0.8974rem + 0.4211vw, 1.25rem);
  font-weight: 500;
  position: relative;
}
@media all and (max-width: 896px) {
  .qa-main__question {
    padding: 20px 44px 20px 46px;
  }
}
.qa-main__question::before {
  content: "Q";
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #807365;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 32px;
  left: 32px;
}
@media all and (max-width: 896px) {
  .qa-main__question::before {
    font-size: 1.375rem;
    top: calc(20px + 0.1em);
    left: 14px;
  }
}
.qa-main__question::-webkit-details-marker {
  display: none;
}
.qa-main__question__mark {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 32px;
  translate: 0 -50%;
}
@media all and (max-width: 896px) {
  .qa-main__question__mark {
    width: 16px;
    height: 16px;
    right: 16px;
  }
}
.qa-main__question__mark::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 24px;
  background: #807365;
  position: absolute;
  top: 0;
  left: 11px;
}
@media all and (max-width: 896px) {
  .qa-main__question__mark::before {
    height: 16px;
    left: 7px;
  }
}
.qa-main__question__mark::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 2px;
  background: #807365;
  position: absolute;
  top: 11px;
  left: 0;
}
@media all and (max-width: 896px) {
  .qa-main__question__mark::after {
    width: 16px;
    top: 7px;
  }
}
.qa-main__answer__inner {
  padding: 0 32px 32px 80px;
  background: #fff;
  font-size: clamp(0.9375rem, 0.8605rem + 0.3158vw, 1.125rem);
  font-weight: 500;
  line-height: 2;
  position: relative;
}
@media all and (max-width: 896px) {
  .qa-main__answer__inner {
    padding: 0 20px 20px 46px;
  }
}
.qa-main__answer__inner::before {
  content: "A";
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #A84C4D;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0.18em;
  left: 34px;
}
@media all and (max-width: 896px) {
  .qa-main__answer__inner::before {
    font-size: 1.375rem;
    top: 0.26em;
    left: 15px;
  }
}
.qa-main__answer__inner p + p {
  margin-top: 10px;
}
@media all and (max-width: 896px) {
  .qa-main__answer__inner p + p {
    margin-top: 8px;
  }
}

/* business */
/* ============================================ */
.business-main {
  margin-top: 64px;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .business-main {
    margin-top: 32px;
  }
}