@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
  border-bottom: none; /* 1 */
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
          appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
          appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* @ 要素リセット
 * ------------------------------------------------------------ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #4e4e4e;
  background-color: #fffdfb;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 767px) {
  body.is-fixed {
    height: 100%;
    overflow: hidden;
  }
}

ul,
ol,
dd {
  padding: 0;
  margin: 0;
}

ul,
ol {
  list-style-type: none;
}

p {
  margin: 0;
}

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

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

a {
  color: #296bd0;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #296bd0;
  text-decoration: underline;
}
@media (hover: none) {
  a:hover {
    color: #296bd0;
    text-decoration: none;
  }
}

/* PCでは電話リンクは無効にしてスマホのみでタップさせる（768px以上） */
@media (768px <= width) and (hover: hover) {
  a[href^="tel:"] {
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
}
.is-tablet a[href^="tel:"] {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

.no-link {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

.container {
  position: relative;
  overflow: clip;
}

/* ルビ */
rt,
rt.rubyfuljs-insert {
  margin-bottom: 1px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-optical-sizing: auto;
  color: #333;
}

a rt,
a rt.rubyfuljs-insert {
  color: inherit;
}

.rt-ios,
.rt-safari {
  margin-top: 0;
  transform: translateY(0.5em);
}

@media only screen and (min-width: 768px) {
  #rubyful-button-container {
    max-width: 1394px;
    margin: 0 auto;
  }
}

.rubyfuljs-tooltip-container {
  right: inherit !important;
  bottom: 11px !important;
  left: 15px !important;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .rubyfuljs-tooltip-container {
    position: static !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-top: -143px;
    text-align: right;
  }
}

button.rubyfuljs-button.is-customized {
  width: 127px;
  height: 38px;
  overflow: hidden;
  color: transparent;
  background-color: transparent;
  background-image: url("../../assets/images/common/btn_rubyful_on.png");
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.16));
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  border: none;
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  button.rubyfuljs-button.is-customized {
    width: 162px;
    height: 50px;
  }
}

button.rubyfuljs-button.is-customized.is-ruby-off {
  background-image: url("../../assets/images/common/btn_rubyful_off.png");
}

.rubyfuljs-tooltip {
  display: none !important;
}

/* @ 1カラム
 * ------------------------------------------------------------ */
.l-container {
  max-width: 1230px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.l-container_primary-full {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* @ メイン
 * ------------------------------------------------------------ */
.l-main {
  width: 100%;
}

/* @ コンテンツ
 * ------------------------------------------------------------ */
/* @ フッタ レイアウト
 * ------------------------------------------------------------ */
.l-footer {
  position: relative;
  padding-top: 40px;
  padding-bottom: 0;
  background-color: #f1f1e9;
  border-top: 5px solid #0f3e81;
}
@media only screen and (min-width: 768px) {
  .l-footer {
    padding-top: 60px;
    overflow: visible;
    border-top: 15px solid #fff;
  }
}

.l-footer::before {
  position: absolute;
  top: 13px;
  right: 0;
  width: 119px;
  height: 245px;
  content: "";
  background-image: url("../../assets/images/common/bg_footer_circle_sp.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 245px auto;
  mix-blend-mode: multiply;
}
@media only screen and (min-width: 768px) {
  .l-footer::before {
    display: none;
    background-image: none;
  }
}

.l-footer__inner {
  padding-right: 15px;
  padding-bottom: 40px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .l-footer__inner {
    position: relative;
    display: flex;
    gap: 10.2083333333vw;
    max-width: 1330px;
    padding-bottom: 46px;
  }
}
@media screen and (min-width: 1920px) {
  .l-footer__inner {
    gap: 196px;
  }
}

@media only screen and (max-width: 767px) {
  .l-footer__primary {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .l-footer__secondary {
    flex-grow: 1;
    padding-right: 178px;
  }
}
.l-footer__logo {
  display: block;
  max-width: 340px;
  margin: 0 auto 10px;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .l-footer__logo {
    max-width: 477px;
    margin: 0 0 30px;
  }
}

.l-footer__address {
  margin-bottom: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1rem;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-footer__address {
    font-size: 1.25rem;
    text-align: left;
  }
}

.l-footer__tel {
  margin-bottom: 5px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-footer__tel {
    text-align: left;
  }
}

.l-footer__tel-link {
  position: relative;
  display: inline-block;
  padding-left: 26px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  color: #4e4e4e;
}
@media only screen and (min-width: 768px) {
  .l-footer__tel-link {
    padding-left: 38px;
    font-size: 2rem;
  }
}

.l-footer__tel-link::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("../../assets/images/common/icon_tel.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .l-footer__tel-link::before {
    width: 24px;
    height: 24px;
  }
}

.l-footer__tel-link:hover {
  color: #4e4e4e;
  text-decoration: none;
}
@media (hover: none) {
  .l-footer__tel-link:hover {
    color: #4e4e4e;
    text-decoration: none;
  }
}

.l-footer__time {
  margin-bottom: 40px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-footer__time {
    padding-left: 3.5em;
    margin-bottom: 50px;
    font-size: 1.25rem;
    text-align: left;
    text-indent: -3.5em;
  }
}

.l-footer__copy {
  display: block;
  max-width: 162px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .l-footer__copy {
    max-width: 350px;
    margin: 0;
  }
}

.l-footer__bottom {
  height: 110px;
}
@media only screen and (min-width: 768px) {
  .l-footer__bottom {
    height: 60px;
    background-color: #002a63;
  }
}

.l-footer__copyright {
  height: 110px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 50px;
  color: #cdd6dd;
  text-align: center;
  background-color: #0f3e81;
}
@media only screen and (min-width: 768px) {
  .l-footer__copyright {
    max-width: 1330px;
    height: 60px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    line-height: 60px;
    text-align: right;
    background: none;
  }
}

.l-footer__pagetop {
  position: fixed;
  right: 15px;
  bottom: 11px;
  z-index: 100;
  display: none;
  width: 56px;
  height: 56px;
  background: #f1f1e9;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.16));
  border-radius: 50%;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .l-footer__pagetop {
    display: none;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    opacity: 0;
  }
}
@media screen and (min-width: 1330px) {
  .l-footer__pagetop {
    right: -1180px;
    left: 0;
  }
}

/* is-stopped クラスが付与された場合のスタイル */
@media only screen and (min-width: 768px) {
  .l-footer__pagetop.is-stopped {
    position: absolute;
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  }
}

.l-footer__pagetop-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #4e4e4e;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-footer__pagetop-link {
    transition: all 0.3s ease;
  }
}

@media only screen and (max-width: 767px) {
  .l-footer__pagetop-link-inner {
    transform: translateY(7px);
  }
}

.l-footer__pagetop-link::before {
  position: absolute;
  top: 6px;
  left: 50%;
  width: 12px;
  height: 12px;
  content: "";
  background-color: #3c0d98;
  -webkit-mask-image: url("../../assets/images/common/icon_pagetop.svg");
          mask-image: url("../../assets/images/common/icon_pagetop.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 12px auto;
          mask-size: 12px auto;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .l-footer__pagetop-link::before {
    top: 25px;
    width: 16px;
    height: 16px;
    -webkit-mask-size: 16px auto;
            mask-size: 16px auto;
    transition: all 0.3s ease;
  }
}

.l-footer__pagetop-link:hover {
  color: #4e4e4e;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .l-footer__pagetop-link:hover {
    color: #296bd0;
    background-position: 50% 15px;
  }
}
@media (hover: none) {
  .l-footer__pagetop-link:hover {
    color: #4e4e4e;
    text-decoration: none;
  }
}

.l-footer__pagetop-link rt {
  color: #333;
}
@media only screen and (min-width: 768px) {
  .l-footer__pagetop-link rt {
    color: #333;
  }
}

@media only screen and (min-width: 768px) {
  .l-footer__pagetop-link:hover rt {
    color: inherit;
  }
}
@media (hover: none) {
  .l-footer__pagetop-link:hover rt {
    color: #333;
  }
}

@media only screen and (min-width: 768px) {
  .l-footer__pagetop-link:hover::before {
    top: 15px;
    background-color: #296bd0;
  }
}

.l-footer__pagetop-text-pc-only {
  display: none;
}
@media only screen and (min-width: 768px) {
  .l-footer__pagetop-text-pc-only {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) {
  .l-footer__nav-list {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .l-footer__nav-item:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .l-footer__nav-link {
    padding-right: 30px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    color: #4e4e4e;
    letter-spacing: 0.03em;
    background-image: url("../../assets/images/common/icon_arrow_right_s.svg");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 22px auto;
    transition: all 0.3s ease;
  }
}

@media only screen and (min-width: 768px) {
  .l-footer__nav-link ruby {
    letter-spacing: 0.03em;
  }
}

@media only screen and (min-width: 768px) {
  .l-footer__nav-link rt {
    color: #333;
    letter-spacing: 0;
  }
}

@media (hover: none) {
  .l-footer__nav-link:hover {
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) {
  .l-footer__nav-link:hover {
    color: #296bd0;
    text-decoration: none;
  }
}

.l-footer__nav-link:hover rt {
  color: #333;
}
@media only screen and (min-width: 768px) {
  .l-footer__nav-link:hover rt {
    color: inherit;
  }
}
@media (hover: none) {
  .l-footer__nav-link:hover rt {
    color: #333;
  }
}

@media only screen and (max-width: 767px) {
  .l-footer__nav-item02 {
    text-align: center;
  }
}

.l-footer__nav-link02 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #4e4e4e;
  letter-spacing: 0.01em;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .l-footer__nav-link02 {
    font-size: 1rem;
    font-weight: 700;
  }
}

.l-footer__nav-link02:hover {
  color: #4e4e4e;
  text-decoration: none;
}
@media (hover: none) {
  .l-footer__nav-link02:hover {
    color: #4e4e4e;
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) {
  .l-footer__nav-link02:hover {
    color: #296bd0;
    text-decoration: none;
  }
}

.l-footer__nav-link02 rt {
  color: #333;
  letter-spacing: 0;
}

.l-footer__nav-link02:hover rt {
  color: #333;
}
@media only screen and (min-width: 768px) {
  .l-footer__nav-link02:hover rt {
    color: inherit;
  }
}
@media (hover: none) {
  .l-footer__nav-link02:hover rt {
    color: #333;
  }
}

@media only screen and (max-width: 767px) {
  .l-footer__bottom-sp {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: none;
    width: 100%;
    height: 60px;
    background-color: rgba(217, 218, 246, 0.5);
    opacity: 0;
  }
}

/* @ ヘッダ レイアウト
 * ------------------------------------------------------------ */
.l-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 110px;
  padding-bottom: 0;
  background-color: #fffdfb;
  border-top: 10px solid #0f3e81;
}
@media only screen and (min-width: 768px) {
  .l-header {
    height: 100px;
    background: none;
    border-top: 7px solid #0f3e81;
  }
}

.l-header__inner {
  margin-right: auto;
  margin-left: auto;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .l-header__inner {
    display: flex;
    gap: 1em;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    height: 100%;
    padding-right: 2.6041666667vw;
    padding-left: 2.6041666667vw;
    background-color: #fffdfb;
    border-radius: 0 0 20px 20px;
  }
}
@media (min-width: 1920px) {
  .l-header__inner {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .l-header.is-changed .l-header__inner {
    border-radius: 0 0 20px 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
}

.l-header__logo {
  height: 50px;
  border-bottom: 1px solid #f1f1e9;
}
@media only screen and (min-width: 768px) {
  .l-header__logo {
    height: auto;
    border: none;
  }
}

.l-header__logo-link {
  display: grid;
  place-content: center;
  max-width: 342px;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .l-header__logo-link {
    max-width: 528px;
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}

.l-header__nav-container {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dedcdc;
}
@media only screen and (min-width: 768px) {
  .l-header__nav-container {
    display: block;
    border: none;
  }
}

.l-header__nav {
  flex-grow: 1;
}
@media only screen and (min-width: 768px) {
  .l-header__nav {
    flex-grow: 0;
  }
}

.l-header__nav-list {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .l-header__nav-list {
    gap: 2.0833333333vw;
    height: auto;
  }
}
@media (min-width: 1920px) {
  .l-header__nav-list {
    gap: 40px;
  }
}

.l-header__nav-item {
  width: 33.3333333333%;
  height: 100%;
  border-right: 1px solid #f1f1e9;
}
@media only screen and (min-width: 768px) {
  .l-header__nav-item {
    width: auto;
    height: auto;
    border: none;
  }
}

.l-header__nav-link {
  position: relative;
  display: grid;
  place-content: center;
  height: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1;
  color: #4e4e4e;
  letter-spacing: 0.1em;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .l-header__nav-link {
    display: block;
    font-size: 1.375rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    white-space: nowrap;
  }
}

.l-header__nav-link ruby {
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .l-header__nav-link ruby {
    letter-spacing: 0.03em;
  }
}

.l-header__nav-link rt {
  color: #333;
  letter-spacing: 0;
}

.l-header__nav-link:hover {
  color: #4e4e4e;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .l-header__nav-link:hover {
    color: #4e4e4e;
    text-decoration: none;
  }
}
@media (hover: none) {
  .l-header__nav-link:hover {
    color: #4e4e4e;
    text-decoration: none;
  }
}

@media only screen and (min-width: 768px) {
  .l-header__nav-link::after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    display: block;
    width: 0;
    height: 3px;
    content: "";
    background-color: #ffb2b2;
    transition: all 0.3s ease;
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 768px) {
  .l-header__nav-link:hover::after {
    width: 85px;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__nav-link.is-active {
    background-color: #f9f5f1;
  }
}

.l-header__nav-link.is-active::after {
  position: absolute;
  bottom: 3px;
  left: 50%;
  display: block;
  width: 66px;
  height: 3px;
  content: "";
  background-color: #3c0d98;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .l-header__nav-link.is-active::after {
    bottom: -10px;
    width: 85px;
  }
}

.l-header__hamburger {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 62px;
  height: 49px;
  padding: 0;
  cursor: pointer;
  background-color: #fffdfb;
  border: 0;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .l-header__hamburger {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__hamburger[aria-expanded=true] {
    background-color: #e6dde9;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__hamburger-line {
    position: relative;
    top: 18px;
    width: 20px;
    height: 3px;
    background-color: #d6cab8;
    border-radius: 999px;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__hamburger-line::before,
  .l-header__hamburger-line::after {
    position: absolute;
    display: block;
    width: 20px;
    height: 3px;
    content: "";
    background-color: #d6cab8;
    border-radius: 999px;
    transition: all 0.3s ease;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__hamburger-line::before {
    top: -8px;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__hamburger-line::after {
    bottom: -8px;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__hamburger[aria-expanded=true] .l-header__hamburger-line {
    background: transparent;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__hamburger[aria-expanded=true] .l-header__hamburger-line::before {
    top: 0;
    background-color: #3c0d98;
    transform: rotate(45deg);
  }
}

@media only screen and (max-width: 767px) {
  .l-header__hamburger[aria-expanded=true] .l-header__hamburger-line::after {
    bottom: 0;
    background-color: #3c0d98;
    transform: rotate(-45deg);
  }
}

@media only screen and (max-width: 767px) {
  .l-header__hamburger-text {
    position: absolute;
    bottom: 6px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 0.625rem;
    line-height: 1;
    color: #7d7666;
    text-transform: uppercase;
    transition: all 0.3s ease;
  }
}

.l-header__hamburger[aria-expanded=true] .l-header__hamburger-text {
  color: #3c0d98;
}

@media only screen and (max-width: 767px) {
  .l-header__nav-sp {
    position: relative;
    z-index: 1;
  }
}

.l-header__nav-container-sp {
  position: fixed;
  top: 110px;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0;
  background-color: #e6dde9;
}
@media only screen and (min-width: 768px) {
  .l-header__nav-container-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  #gnav-sp {
    height: 0;
    overflow-y: scroll;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
  }
}

@media only screen and (max-width: 767px) {
  #gnav-sp.is-active {
    height: auto;
    visibility: visible;
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__nav-sp-list {
    padding: 10px 15px;
    text-align: center;
    border-bottom: 1px solid #efecff;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__nav-sp-item:not(:last-child) {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__nav-sp-link {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #4e4e4e;
    letter-spacing: 0.1em;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__nav-sp-link ruby {
    letter-spacing: 0.1em;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__nav-sp-link rt {
    color: #333;
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__nav-sp-link:hover {
    color: #4e4e4e;
    text-decoration: none;
  }
}
@media (hover: none) {
  .l-header__nav-sp-link:hover {
    color: #4e4e4e;
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__nav-sp-list02 {
    padding: 16px 15px 20px;
    margin-left: 1.25em;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__nav-sp-item02 {
    position: relative;
    list-style: disc;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__nav-sp-item02::marker {
    color: #b49ce3;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__nav-sp-link02 {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #4e4e4e;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__nav-sp-link02:hover {
    color: #4e4e4e;
    text-decoration: none;
  }
}
@media (hover: none) {
  .l-header__nav-sp-link02:hover {
    color: #4e4e4e;
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__nav-sp-link02 rt {
    color: #333;
    letter-spacing: 0;
  }
}

.l-header__overlay {
  display: none;
}
@media only screen and (max-width: 767px) {
  .l-header__overlay {
    position: fixed;
    top: 110px;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: calc(100% - 110px);
    visibility: hidden;
    background-color: #000;
    opacity: 0;
    transition: 0.3s ease;
  }
}

@media only screen and (max-width: 767px) {
  .is-open.l-header__overlay {
    visibility: visible;
    opacity: 0.5;
  }
}

/* ==========================================================================
    # button
   ========================================================================== */
.e-button {
  line-height: 1;
  text-align: center;
}

.e-button--p01 {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .e-button--p01 {
    max-width: 300px;
  }
}

.e-button--p02 {
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .e-button--p02 {
    max-width: 350px;
  }
}

a.e-button__link {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10px 38px 10px 12px;
  margin: 0 auto;
  overflow: hidden;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.125rem;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(90deg, #0f3e81 0%, #2a2a9b 53.14%, #55079b 100%);
  border-radius: 999px;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  a.e-button__link {
    padding: 19px 48px 19px 20px;
    font-size: 1.375rem;
  }
}

a.e-button__link--arrow::before {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  width: 25px;
  height: 25px;
  content: "";
  background-image: url("../../assets/images/common/icon_arrow02_right.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  transition: all 0.3s ease;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  a.e-button__link--arrow::before {
    right: 20px;
    width: 28px;
    height: 28px;
  }
}

.e-button__txt {
  position: relative;
  z-index: 1;
  display: block;
  transform: translateY(-2px);
}

a.e-button__link::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, #2a67cf 0%, #2578d6 53.14%, #368dff 100%);
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.3s ease;
}

a.e-button__link:hover::after {
  opacity: 0;
}
@media (hover: none) {
  a.e-button__link:hover::after {
    opacity: 0;
  }
}
@media only screen and (min-width: 768px) {
  a.e-button__link:hover::after {
    opacity: 1;
  }
}

.e-button rt,
.e-button rt.rubyfuljs-insert {
  color: inherit;
}

/* ==========================================================================
   タイトル
   ========================================================================== */
.e-heading01 {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .e-heading01 {
    margin-bottom: 50px;
  }
}

.e-heading01-ja {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .e-heading01-ja {
    font-size: 2rem;
  }
}

.e-heading01-en {
  display: block;
  margin-top: -5px;
  font-family: "Capriola", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  color: #ffb2b2;
}
@media only screen and (min-width: 768px) {
  .e-heading01-en {
    font-size: 1.125rem;
  }
}

.e-heading01::after {
  position: absolute;
  bottom: -7px;
  left: 50%;
  display: block;
  width: 150px;
  height: 7px;
  content: "";
  background-color: #e1edf9;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .e-heading01::after {
    width: 200px;
    height: 10px;
  }
}

.e-heading02 {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .e-heading02 {
    font-size: 2rem;
  }
}

.e-heading02::after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  display: block;
  width: 80px;
  height: 3px;
  content: "";
  background-color: #3c0d98;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .e-heading02::after {
    width: 100px;
    height: 4px;
  }
}

.e-heading03 {
  padding: 0 0 0 30px;
  background-image: url("../../assets/images/common/bg_title01_sp.png");
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: auto 31px;
}
@media only screen and (min-width: 768px) {
  .e-heading03 {
    padding: 0 0 0 48px;
    background-image: url("../../assets/images/common/bg_title01.png");
    background-size: auto 40px;
  }
}

.e-heading03-txt {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .e-heading03-txt {
    font-size: 1.5rem;
  }
}

.e-heading04 {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0f3e81;
}
@media only screen and (min-width: 768px) {
  .e-heading04 {
    font-size: 1.375rem;
  }
}

.e-heading04 rt {
  color: inherit;
}

/* ==========================================================================
   テキスト
   ========================================================================== */
.e-pinchin-text {
  position: relative;
  margin-top: 16px;
  font-size: 0.875rem;
  text-align: center;
}

.e-pinchin-text::before {
  display: inline-block;
  width: 19px;
  height: 16px;
  margin-right: 4px;
  vertical-align: -2px;
  content: "";
  background-image: url("../../assets/images/common/icon_pinchin.svg");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
}

.e-text-center {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .e-text-center-sp {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .e-text-center-pc {
    text-align: center;
  }
}

.e-text-left {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .e-text-left-sp {
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .e-text-left-pc {
    text-align: left;
  }
}

.e-text-right {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .e-text-right-sp {
    text-align: right;
  }
}

@media only screen and (min-width: 768px) {
  .e-text-right-pc {
    text-align: right;
  }
}

/* ==========================================================================
   ローカルナビゲーション
   ========================================================================== */
.c-lnav {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f9f5f1;
}
@media only screen and (min-width: 768px) {
  .c-lnav {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fffdfb;
  }
}

.c-lnav__inner {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .c-lnav__inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .c-lnav__inner--p02 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.c-lnav__inner::before {
  position: absolute;
  top: -165px;
  right: -140px;
  width: 234px;
  height: 234px;
  content: "";
  background: url("../../assets/images/common/bg_header_circle01.png") no-repeat center center;
  background-size: cover;
  mix-blend-mode: multiply;
}
@media only screen and (min-width: 768px) {
  .c-lnav__inner::before {
    top: -25.6222547584vw;
    right: -49.121522694vw;
    width: 38.7994143485vw;
    height: 38.7994143485vw;
    background-size: cover;
  }
}
@media only screen and (min-width: 1366px) {
  .c-lnav__inner::before {
    top: -350px;
    right: -671px;
    width: 530px;
    height: 530px;
  }
}

@media only screen and (max-width: 767px) {
  .c-lnav__inner::after {
    position: absolute;
    top: 47px;
    left: -130px;
    width: 190px;
    height: 180px;
    content: "";
    background: url("../../assets/images/common/img_lnav_circle.png") no-repeat center center;
    background-size: cover;
  }
}

.c-lnav__heading {
  margin-bottom: 5px;
  margin-left: 13px;
}
@media only screen and (min-width: 768px) {
  .c-lnav__heading {
    position: relative;
    flex-shrink: 0;
    width: 34.0409956076vw;
    height: 16.1054172767vw;
    margin-bottom: 0;
    margin-left: 0;
    text-align: center;
    background-image: url("../../assets/images/common/img_lnav_circle.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 34.0409956076vw auto;
  }
}
@media only screen and (min-width: 1366px) {
  .c-lnav__heading {
    width: 465px;
    height: 220px;
    background-size: 465px auto;
  }
}

.c-lnav__heading02 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .c-lnav__heading02 {
    flex-shrink: 0;
    width: 100%;
    height: 16.1054172767vw;
    margin-bottom: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 1366px) {
  .c-lnav__heading02 {
    height: 220px;
  }
}

@media only screen and (min-width: 768px) {
  .c-lnav__heading-inner {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
  }
}

.c-lnav__heading-ja {
  margin-right: 12px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .c-lnav__heading-ja {
    display: block;
    margin-right: 0;
    font-size: 2rem;
  }
}

.c-lnav__heading02 .c-lnav__heading-ja {
  margin-right: 0;
}

.c-lnav__heading-en {
  margin-top: -10px;
  font-family: "Capriola", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #ffb2b2;
  letter-spacing: 0.01em;
}
@media only screen and (min-width: 768px) {
  .c-lnav__heading-en {
    display: block;
    font-size: 1.125rem;
  }
}

.c-lnav__body {
  position: relative;
  z-index: 1;
  margin-left: 65px;
}
@media only screen and (min-width: 768px) {
  .c-lnav__body {
    flex-grow: 1;
    padding-top: 0.3660322108vw;
    padding-bottom: 0.3660322108vw;
    margin-left: 3.6603221083vw;
  }
}
@media only screen and (min-width: 1366px) {
  .c-lnav__body {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 50px;
  }
}

.c-lnav__title {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  margin-left: -50px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .c-lnav__title {
    margin-left: 0;
    font-size: 1.5rem;
  }
}

.c-lnav__title::before {
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
  transform: translateY(2px);
}

.c-lnav__title--staff {
  padding-bottom: 5px;
  border-bottom: 1px dashed #0081cc;
}

.c-lnav__title--staff::before {
  background-image: url("../../assets/images/recruit/staff/icon_circle_blue01.svg");
}

.c-lnav__title--leader {
  padding-bottom: 5px;
  border-bottom: 1px dashed #ec6666;
}

.c-lnav__title--leader::before {
  background-image: url("../../assets/images/recruit/leader/icon_circle_red01.svg");
}

.c-lnav__title--voice {
  padding-bottom: 5px;
  border-bottom: 1px dashed #b49ce3;
}

.c-lnav__title--voice::before {
  background-image: url("../../assets/images/recruit/voice/icon_circle_purple01.svg");
}

@media only screen and (min-width: 768px) {
  .c-lnav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3660322108vw 1.9765739385vw;
    width: 100%;
    padding-top: 0.3660322108vw;
    padding-bottom: 0.3660322108vw;
  }
}
@media only screen and (min-width: 1366px) {
  .c-lnav__list {
    gap: 5px 27px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.c-lnav__item {
  position: relative;
  list-style: disc;
}
@media only screen and (min-width: 768px) {
  .c-lnav__item {
    display: inline-block;
  }
}

.c-lnav__item:not(:last-child) {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .c-lnav__item:not(:last-child) {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .c-lnav__item-full-pc {
    width: 100%;
  }
}

.c-lnav__item::marker {
  color: #b49ce3;
}

.c-lnav__link {
  font-size: 1rem;
  font-weight: 500;
  color: #4e4e4e;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .c-lnav__link {
    font-size: 1.25rem;
  }
}

.c-lnav__link rt {
  color: #333;
}

.c-lnav__link::after {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 9px;
  vertical-align: -4px;
  content: "";
  background-image: url("../../assets/images/common/icon_arrow_bottom_s.svg");
  background-position: 0 50%;
  background-size: contain;
  transition: all 0.3s ease;
}

.c-lnav__link--p02::after {
  transform: rotate(-90deg);
}

.c-lnav__link:hover {
  color: #4e4e4e;
  text-decoration: none;
}
@media (hover: none) {
  .c-lnav__link:hover {
    color: #4e4e4e;
    text-decoration: none;
  }
}

@media only screen and (min-width: 768px) {
  .c-lnav__link:hover::after {
    background-image: url("../../assets/images/common/icon_arrow_bottom02_s.svg");
    background-size: contain;
    opacity: 1;
  }
}

/* ==========================================================================
   社員のお仕事について（カード）
   ========================================================================== */
@media only screen and (min-width: 768px) {
  .c-work-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 2.9282576867vw;
         column-gap: 2.9282576867vw;
  }
}
@media only screen and (min-width: 1366px) {
  .c-work-card {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}

.c-work-card02 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-top: 17px;
}
@media only screen and (min-width: 768px) {
  .c-work-card02 {
    margin-top: 2.196193265vw;
  }
}
@media only screen and (min-width: 1366px) {
  .c-work-card02 {
    margin-top: 30px;
  }
}

.c-work-card-item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  padding: 7px 12px 12px;
  overflow: hidden;
  color: inherit;
  background-color: #f9f5f1;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .c-work-card-item {
    padding-top: 18px;
  }
}

.c-work-card-item:not(:last-child) {
  margin-bottom: 17px;
}
@media only screen and (min-width: 768px) {
  .c-work-card-item:not(:last-child) {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .c-work-card02 .c-work-card-item {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 2;
    gap: 0;
    place-items: center center;
    padding-top: 1.4641288433vw;
    padding-right: 3.8067349927vw;
    padding-bottom: 1.4641288433vw;
  }
}
@media only screen and (min-width: 1366px) {
  .c-work-card02 .c-work-card-item {
    padding-top: 20px;
    padding-right: 52px;
    padding-bottom: 20px;
  }
}

.c-work-card02 .c-work-card-item:not(:last-child) {
  margin-bottom: 17px;
}
@media only screen and (min-width: 768px) {
  .c-work-card02 .c-work-card-item:not(:last-child) {
    margin-bottom: 2.196193265vw;
  }
}
@media only screen and (min-width: 1366px) {
  .c-work-card02 .c-work-card-item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.c-work-card-item:nth-child(1)::before {
  position: absolute;
  top: -75px;
  left: -75px;
  width: 140px;
  height: 140px;
  content: "";
  background-color: #a6cff2;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .c-work-card-item:nth-child(1)::before {
    top: -128px;
    left: -128px;
    width: 234px;
    height: 234px;
  }
}

.c-work-card02 .c-work-card-item:nth-child(1)::before {
  background-color: #d9daf6;
}

.c-work-card-item:nth-child(2)::before {
  position: absolute;
  top: -75px;
  left: -75px;
  width: 140px;
  height: 140px;
  content: "";
  background-color: #f7c9dd;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .c-work-card-item:nth-child(2)::before {
    top: -128px;
    left: -128px;
    width: 234px;
    height: 234px;
  }
}

.c-work-card02 .c-work-card-item:nth-child(2)::before {
  background-color: #c4ecd8;
}

.c-work-card-item:hover {
  color: inherit;
  text-decoration: none;
}
@media (hover: none) {
  .c-work-card-item:hover {
    text-decoration: none;
  }
}
.c-work-card-item::after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 20px;
  transition: all 0.3s ease;
}

.c-work-card-item:hover::after {
  border: none;
}
@media (hover: none) {
  .c-work-card-item:hover::after {
    border: none;
  }
}
@media only screen and (min-width: 768px) {
  .c-work-card-item:hover::after {
    border: 3px solid #296bd0;
  }
}

.c-work-card-head {
  position: relative;
  z-index: 1;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 2px solid #fff;
}
@media only screen and (min-width: 768px) {
  .c-work-card-head {
    margin-bottom: -6px;
  }
}

.c-work-card-head--p02 {
  padding-bottom: 0;
  margin-bottom: 15px;
  border: none;
}
@media only screen and (min-width: 768px) {
  .c-work-card-head--p02 {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .c-work-card-item:nth-child(2) .c-work-card-head {
    margin-bottom: 0;
  }
}

.c-work-card-head-title {
  display: inline-block;
  padding-right: 35px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  background-image: url("../../assets/images/common/icon_arrow_right_l.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 26px auto;
}
@media only screen and (min-width: 768px) {
  .c-work-card-head-title {
    padding-right: 56px;
    font-size: 1.75rem;
    background-size: 35px auto;
  }
}

.c-work-card-head-txt {
  margin-top: -5px;
}

.c-work-card-body {
  display: grid;
  align-content: space-between;
  background-repeat: no-repeat;
}

.c-work-card-item:nth-child(1) .c-work-card-body {
  background-image: url("../../assets/images/common/img_work01.png");
  background-position: right 25px top 8px;
  background-size: 56px auto;
}
@media only screen and (min-width: 768px) {
  .c-work-card-item:nth-child(1) .c-work-card-body {
    position: relative;
    z-index: 1;
    min-height: 23.0600292826vw;
    padding-top: 1.756954612vw;
    background-position: right 4.39238653vw top 0;
    background-size: 6.8814055637vw auto;
  }
}
@media only screen and (min-width: 1366px) {
  .c-work-card-item:nth-child(1) .c-work-card-body {
    min-height: 315px;
    padding-top: 24px;
    background-position: right 60px top 0;
    background-size: 94px auto;
  }
}

.c-work-card02 .c-work-card-item:nth-child(1) .c-work-card-body {
  background: none;
}
@media only screen and (min-width: 768px) {
  .c-work-card02 .c-work-card-item:nth-child(1) .c-work-card-body {
    width: 36.1639824305vw;
    min-height: inherit;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1366px) {
  .c-work-card02 .c-work-card-item:nth-child(1) .c-work-card-body {
    width: 494px;
  }
}

.c-work-card-item:nth-child(2) .c-work-card-body {
  background-image: url("../../assets/images/common/img_work02.png");
  background-position: right 26px top 12px;
  background-size: 54px auto;
}
@media only screen and (min-width: 768px) {
  .c-work-card-item:nth-child(2) .c-work-card-body {
    position: relative;
    z-index: 1;
    min-height: 23.0600292826vw;
    padding-top: 1.756954612vw;
    background-position: right 4.2459736457vw top 0.5124450952vw;
    background-size: 6.588579795vw auto;
  }
}
@media only screen and (min-width: 1366px) {
  .c-work-card-item:nth-child(2) .c-work-card-body {
    min-height: 315px;
    padding-top: 24px;
    background-position: right 58px top 7px;
    background-size: 90px auto;
  }
}

.c-work-card02 .c-work-card-item:nth-child(2) .c-work-card-body {
  background: none;
}
@media only screen and (min-width: 768px) {
  .c-work-card02 .c-work-card-item:nth-child(2) .c-work-card-body {
    width: 38.7994143485vw;
    min-height: inherit;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1366px) {
  .c-work-card02 .c-work-card-item:nth-child(2) .c-work-card-body {
    width: 530px;
  }
}

.c-work-card-list {
  min-height: 190px;
  padding-left: 13px;
  margin-bottom: 16px;
  margin-left: 1.25em;
}
@media only screen and (min-width: 768px) {
  .c-work-card-list {
    width: 70%;
    min-height: auto;
  }
}
.c-work-card-list-item {
  position: relative;
  list-style: disc;
}

.c-work-card-item:nth-child(1) .c-work-card-list-item::marker {
  color: #a6cff2;
}

.c-work-card-item:nth-child(2) .c-work-card-list-item::marker {
  color: #f7c9dd;
}

.c-work-card-img01 {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-work-card-img01 {
    aspect-ratio: 635/172;
  }
}

.c-work-card-img02 {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .c-work-card-img02 {
    aspect-ratio: 640/172;
  }
}

/* ==========================================================================
  ヘッダライン
   ========================================================================== */
.c-headline {
  margin-top: 0;
  margin-bottom: 0;
}

.c-headline__item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedcdc;
}
@media only screen and (min-width: 768px) {
  .c-headline__item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
  }
}

.c-headline__item--no-border {
  border-bottom: none;
}

.c-headline__date {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
}
@media only screen and (min-width: 768px) {
  .c-headline__date {
    flex-basis: 7.5em;
    flex-shrink: 0;
  }
}

.c-headline__txt {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
}
@media only screen and (min-width: 768px) {
  .c-headline__txt {
    flex-grow: 1;
    font-size: 1.25rem;
  }
}

.c-headline__link {
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .c-headline__link {
    font-size: 1.25rem;
  }
}

.c-headline__link:hover {
  text-decoration: none;
}
@media (hover: none) {
  .c-headline__link:hover {
    color: #333;
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) {
  .c-headline__link:hover {
    color: #296bd0;
    text-decoration: none;
  }
}

.c-headline__link--pdf::after {
  display: inline-block;
  padding: 0 5px;
  margin-left: 3px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 20px;
  color: #e54a2a;
  text-align: center;
  content: "PDF";
  background: #fff;
  border: 1px solid #e54a2a;
  border-radius: 3px;
}

.c-headline__link--external::after {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  vertical-align: -2px;
  content: "";
  background-image: url("../../assets/images/common/icon_external.svg");
  background-position: left top;
  background-size: contain;
}

.c-headline__link--internal::after {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 5px;
  vertical-align: -4px;
  content: "";
  background-image: url("../../assets/images/common/icon_arrow_right_s.svg");
  background-position: left top;
  background-size: contain;
}

/* ==========================================================================
    トップ
  ========================================================================== */
/* MV */
.top-section-mv {
  padding-top: 10px;
  padding-bottom: 33px;
  background: linear-gradient(#fffdfb 0%, #f7f6fe 100%);
  border-bottom: 15px solid #fffdfb;
}
@media only screen and (min-width: 768px) {
  .top-section-mv {
    padding-top: 0;
    padding-bottom: 48px;
  }
}

.top-mv {
  position: relative;
  height: 461px;
  min-height: 461px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .top-mv {
    height: 40.6295754026vw;
    min-height: 40.6295754026vw;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1366px) {
  .top-mv {
    height: 555px;
    min-height: 555px;
  }
}

.top-mv__inner {
  position: relative;
  max-width: 375px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .top-mv__inner {
    max-width: 1460px;
  }
}

.top-mv__inner::before {
  position: absolute;
  top: -155px;
  right: -125px;
  width: 234px;
  height: 234px;
  content: "";
  background: url("../../assets/images/common/bg_header_circle01.png") no-repeat center center;
  background-size: cover;
  mix-blend-mode: multiply;
}
@media only screen and (min-width: 768px) {
  .top-mv__inner::before {
    top: -24.1581259151vw;
    right: -40.7027818448vw;
    width: 38.7994143485vw;
    height: 38.7994143485vw;
    background-size: cover;
  }
}
@media only screen and (min-width: 1366px) {
  .top-mv__inner::before {
    top: -330px;
    right: -556px;
    width: 530px;
    height: 530px;
  }
}

.top-mv__inner::after {
  position: absolute;
  top: 360px;
  right: -55px;
  width: 158px;
  height: 158px;
  content: "";
  background: url("../../assets/images/top/bg_top_mv_circle01.png") no-repeat center center;
  background-size: cover;
  mix-blend-mode: multiply;
}
@media only screen and (min-width: 768px) {
  .top-mv__inner::after {
    top: 22.7672035139vw;
    right: inherit;
    left: -25.6222547584vw;
    width: 30.5270863836vw;
    height: 30.5270863836vw;
  }
}
@media only screen and (min-width: 1366px) {
  .top-mv__inner::after {
    top: 311px;
    left: -350px;
    width: 417px;
    height: 417px;
  }
}

.top-mv__content {
  position: relative;
  max-width: 375px;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .top-mv__content {
    max-width: 1460px;
  }
}

.top-mv__content-slide {
  position: absolute;
}

#top-mv-set01.top-mv__content-slide {
  top: 0;
  left: -18px;
  width: 212px;
  height: 212px;
}
@media only screen and (min-width: 768px) {
  #top-mv-set01.top-mv__content-slide {
    left: -2.196193265vw;
    width: 40.6295754026vw;
    height: 40.6295754026vw;
  }
}
@media only screen and (min-width: 1366px) {
  #top-mv-set01.top-mv__content-slide {
    left: -30px;
    width: 555px;
    height: 555px;
  }
}

#top-mv-set02.top-mv__content-slide {
  top: 260px;
  left: 30px;
  width: 191px;
  height: 191px;
  will-change: transform;
}
@media only screen and (min-width: 768px) {
  #top-mv-set02.top-mv__content-slide {
    top: 0;
    right: -2.196193265vw;
    left: inherit;
    width: 36.6032210835vw;
    height: 36.6032210835vw;
  }
}
@media only screen and (min-width: 1366px) {
  #top-mv-set02.top-mv__content-slide {
    top: 0;
    right: -30px;
    width: 500px;
    height: 500px;
  }
}

#top-mv-set02.top-mv__content-slide.employee-button-visible::before {
  z-index: 0;
  opacity: 0;
  transform: translateY(15px);
}

@media only screen and (min-width: 768px) {
  #top-mv-set02.top-mv__content-slide::before {
    position: absolute;
    right: 1.4641288433vw;
    bottom: -6.7349926794vw;
    z-index: 1;
    width: 10.980966325vw;
    height: 10.980966325vw;
    content: "";
    background: url("../../assets/images/top/bg_top_mv_circle02.png") no-repeat center center;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
    transform: translateY(15px);
  }
}
@media only screen and (min-width: 1366px) {
  #top-mv-set02.top-mv__content-slide::before {
    position: absolute;
    right: 20px;
    bottom: -92px;
    width: 150px;
    height: 150px;
    content: "";
  }
}

#top-mv-set02.top-mv__content-slide.animate::before {
  z-index: 2;
  opacity: 1;
  transform: translateY(0);
}

.top-mv__content-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  will-change: transform;
}

.top-mv__content-slide img.is-active {
  z-index: 1;
  opacity: 1;
}

.top-mv__rotate-cont {
  position: absolute;
  top: 78px;
  right: -15px;
  width: 260px;
  height: 246px;
  margin: 0;
  opacity: 0;
  will-change: transform;
}
@media only screen and (min-width: 768px) {
  .top-mv__rotate-cont {
    top: 1.1713030747vw;
    right: inherit;
    left: calc(50% - 18.1551976574vw);
    width: 40.2635431918vw;
    height: 38.0673499268vw;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1366px) {
  .top-mv__rotate-cont {
    top: 16px;
    left: calc(50% - 248px);
    width: 550px;
    height: 520px;
    margin: 0 auto;
  }
}

.top-mv__rotate-img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 138px;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) {
  .top-mv__rotate-img {
    width: 21.5226939971vw;
  }
}
@media only screen and (min-width: 1366px) {
  .top-mv__rotate-img {
    width: 294px;
  }
}

.top-mv__rotate-float {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: rotate 12s infinite linear;
  will-change: transform;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.top-mv__employee-button {
  position: absolute;
  top: 340px;
  right: 15px;
  z-index: 1;
  width: 94px;
  height: 94px;
  overflow: hidden;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(135deg, #0f3e81 0%, #2a2a9b 50%, #55079b 100%);
  border-radius: 999px;
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transform: translateY(15px);
}
@media only screen and (min-width: 768px) {
  .top-mv__employee-button {
    top: 32.2108345534vw;
    right: 10px;
    width: 11.7130307467vw;
    height: 11.7130307467vw;
    font-size: 2.196193265vw;
  }
}
@media only screen and (min-width: 1366px) {
  .top-mv__employee-button {
    top: 440px;
    right: 10px;
    width: 160px;
    height: 160px;
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 1520px) {
  .top-mv__employee-button {
    right: -10px;
  }
}

.top-mv__employee-button.animate {
  opacity: 1;
  transform: translateY(0);
}

.top-mv__employee-button__link {
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}

.top-mv__employee-button__link:hover {
  color: #fff;
  text-decoration: none;
}

.top-mv__employee-button__link::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(135deg, #2a67cf 0%, #2578d6 50%, #368dff 100%);
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.top-mv__employee-button__link:hover::after {
  opacity: 0;
}
@media (hover: none) {
  .top-mv__employee-button__link:hover::after {
    opacity: 0;
  }
}
@media only screen and (min-width: 768px) {
  .top-mv__employee-button__link:hover::after {
    opacity: 1;
  }
}

.top-mv__employee-button__txt {
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 25px;
  line-height: 1.5;
  background-image: url("../../assets/images/common/icon_arrow02_bottom.svg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 18px auto;
}
@media only screen and (min-width: 1366px) {
  .top-mv__employee-button__txt {
    padding-bottom: 30px;
    background-size: 20px auto;
  }
}

.top-mv__employee-button__txt01 {
  display: block;
  font-size: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .top-mv__employee-button__txt01 {
    font-size: 1.4641288433vw;
  }
}
@media only screen and (min-width: 1366px) {
  .top-mv__employee-button__txt01 {
    font-size: 1.25rem;
  }
}

/* シンシアスタッフとは */
@media only screen and (min-width: 768px) {
  .top-about__content {
    padding: 50px 25px 46px;
    margin-top: -30px;
    background-color: #fff;
    border-radius: 20px;
  }
}

.top-about__txt {
  margin-bottom: 22px;
}
@media only screen and (min-width: 768px) {
  .top-about__txt {
    max-width: 1000px;
    margin: 0 auto 32px;
  }
}

/* 業務内容 */
.top-service {
  padding-top: 30px;
  padding-bottom: 36px;
  background-color: #eef6fe;
  border-bottom: 15px solid #fff4e2;
}

.top-service__inner {
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .top-service__inner {
    position: relative;
    max-width: 1230px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 768px) {
  .top-service__inner::before {
    position: absolute;
    top: 1.4641288433vw;
    left: -47.5841874085vw;
    width: 35.1390922401vw;
    height: 35.1390922401vw;
    content: "";
    background: url("../../assets/images/common/bg_circle01.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .top-service__inner::before {
    top: 20px;
    left: -650px;
    width: 480px;
    height: 480px;
  }
}

@media only screen and (min-width: 768px) {
  .top-service__inner::after {
    position: absolute;
    top: 20.4978038067vw;
    right: -38.4333821376vw;
    width: 30.4538799414vw;
    height: 30.4538799414vw;
    content: "";
    background: url("../../assets/images/common/bg_circle02.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .top-service__inner::after {
    top: 280px;
    right: -525px;
    width: 416px;
    height: 416px;
  }
}

.top-service__content {
  padding: 20px 12px 30px;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .top-service__content {
    padding: 50px 50px 48px;
  }
}

.top-service__txt01 {
  margin-bottom: 22px;
}
@media only screen and (min-width: 768px) {
  .top-service__txt01 {
    max-width: 1000px;
    margin: 0 auto 55px;
  }
}

@media only screen and (min-width: 768px) {
  .top-service__card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.196193265vw 2.9282576867vw;
  }
}
@media only screen and (min-width: 1366px) {
  .top-service__card {
    gap: 30px 40px;
  }
}

@media only screen and (min-width: 768px) {
  .top-service__card-item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 1;
  }
}

@media only screen and (max-width: 767px) {
  .top-service__card-item:not(:last-child) {
    margin-bottom: 15px;
  }
}

.top-service__card-link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-content: center;
  align-items: center;
  min-height: 150px;
  padding: 5px;
  color: #4e4e4e;
  background-color: #f9f5f1;
  border: 3px solid #f9f5f1;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .top-service__card-link {
    min-height: 240px;
  }
}

.top-service__card-link:hover {
  color: #4e4e4e;
  text-decoration: none;
}
@media (hover: none) {
  .top-service__card-link:hover {
    color: #4e4e4e;
    text-decoration: none;
  }
}
@media only screen and (min-width: 768px) {
  .top-service__card-link:hover {
    border: 3px solid #296bd0;
  }
}

.top-service__card-secondary {
  flex-grow: 1;
  padding-bottom: 35px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  background-image: url("../../assets/images/common/icon_arrow_right_l.svg");
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 26px auto;
}
@media only screen and (min-width: 768px) {
  .top-service__card-secondary {
    padding-bottom: 40px;
    font-size: 1.75rem;
    background-size: 35px auto;
  }
}

/* 社員のお仕事について */
.top-work {
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: #fff;
  border-bottom: 15px solid #f1ecf0;
}
@media only screen and (min-width: 768px) {
  .top-work {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

.top-work__inner {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .top-work__inner::before {
    position: absolute;
    top: 27.0863836018vw;
    left: -40.2635431918vw;
    width: 30.5270863836vw;
    height: 30.5270863836vw;
    content: "";
    background: url("../../assets/images/common/bg_circle02.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .top-work__inner::before {
    top: 370px;
    left: -550px;
    width: 417px;
    height: 417px;
  }
}

@media only screen and (min-width: 768px) {
  .top-work__inner::after {
    position: absolute;
    top: 2.196193265vw;
    right: -47.5841874085vw;
    width: 35.1390922401vw;
    height: 35.1390922401vw;
    content: "";
    background: url("../../assets/images/common/bg_circle03.png") no-repeat center center;
    background-size: cover;
  }
}
@media only screen and (min-width: 1366px) {
  .top-work__inner::after {
    top: 30px;
    right: -650px;
    width: 480px;
    height: 480px;
  }
}

.top-work__txt01 {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .top-work__txt01 {
    margin-bottom: 25px;
    text-align: center;
  }
}

/* お知らせ */
.top-information {
  padding-top: 30px;
  padding-bottom: 36px;
  background-color: #f7f6fe;
}
@media only screen and (min-width: 768px) {
  .top-information {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

.top-information__inner {
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .top-information__inner {
    position: relative;
    max-width: 1230px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 768px) {
  .top-information__inner::before {
    position: absolute;
    top: 1.4641288433vw;
    left: -47.5841874085vw;
    width: 35.1390922401vw;
    height: 35.1390922401vw;
    content: "";
    background: url("../../assets/images/common/bg_circle01.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .top-information__inner::before {
    top: 20px;
    left: -650px;
    width: 480px;
    height: 480px;
  }
}

.top-information__heading {
  padding-bottom: 5px;
  margin-bottom: 0;
  border-bottom: 1px solid #d6cab8;
}

.top-information__heading::after {
  display: none;
}

.top-information__content {
  padding: 20px 5px 25px;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .top-information__content {
    padding: 20px 0 50px;
  }
}

.top-information__headline-wrap {
  padding-right: 5px;
  padding-left: 5px;
}
@media only screen and (min-width: 768px) {
  .top-information__headline-wrap {
    max-width: 1010px;
    margin: 0 auto;
  }
}

/* 社員の方へのお知らせ */
.top-information-employee {
  padding-top: 30px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .top-information-employee {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.top-information-employee__inner {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  .top-information-employee__inner {
    max-width: 1230px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

.top-information-employee__item {
  position: relative;
  padding: 25px 8px;
  overflow: hidden;
  color: inherit;
  cursor: pointer;
  background-color: #f9f5f1;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  .top-information-employee__item {
    padding: 40px 8px;
  }
}

.top-information-employee__item.is-active {
  cursor: inherit;
}

.top-information-employee__item::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 20px;
  transition: all 0.3s ease;
}

.top-information-employee__item:hover::after {
  border: none;
}
@media (hover: none) {
  .top-information-employee__item:hover::after {
    border: none;
  }
}
@media only screen and (min-width: 768px) {
  .top-information-employee__item:hover::after {
    border: 3px solid #296bd0;
  }
}

.top-information-employee__item.is-active::after {
  display: none;
}

.top-information-employee__item::before {
  position: absolute;
  top: -75px;
  left: -75px;
  width: 140px;
  height: 140px;
  content: "";
  background-color: #e3dacc;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .top-information-employee__item::before {
    top: -128px;
    left: -128px;
    width: 234px;
    height: 234px;
  }
}

.top-information-employee__head {
  position: relative;
  z-index: 1;
  text-align: center;
}
.top-information-employee__head-title {
  display: inline-block;
  padding-right: 35px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  background-image: url("../../assets/images/common/icon_arrow_bottom03_l.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 26px auto;
}
@media only screen and (min-width: 768px) {
  .top-information-employee__head-title {
    padding-right: 56px;
    font-size: 1.75rem;
    background-size: 35px auto;
  }
}

.top-information-employee__head-title.is-active {
  padding-right: 0;
  background: none;
}

.top-information-employee__body {
  position: relative;
  z-index: 1;
  display: none;
  height: 0;
  padding-bottom: 15px;
  margin-top: 22px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  transition: height 0.4s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .top-information-employee__body {
    max-width: 1000px;
    padding: 30px 50px;
    margin: 30px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .top-information-employee__body:has(.c-headline__item--no-border) {
    padding-bottom: 0;
  }
}
.top-information-employee__body.is-opening {
  display: block;
  height: var(--content-height);
}

.top-information-employee__body.is-opened {
  display: block;
  height: auto;
  overflow: visible;
}

.top-information___item--employee {
  padding-right: 12px;
  padding-left: 12px;
}

/* ==========================================================================
    会社情報
  ========================================================================== */
.corporate-section-philosophy {
  position: relative;
  padding-top: 43px;
  padding-bottom: 38px;
  background-color: #eef6fe;
}
@media only screen and (min-width: 768px) {
  .corporate-section-philosophy {
    padding-top: 83px;
    padding-bottom: 60px;
  }
}

.corporate-section-philosophy::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 15px;
  content: "";
  background-color: #e1edf9;
  mix-blend-mode: multiply;
}

.corporate-section-philosophy__inner {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .corporate-section-philosophy__inner {
    max-width: 1230px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 768px) {
  .corporate-section-philosophy__inner::before {
    position: absolute;
    top: -3.6603221083vw;
    left: -48.8286969253vw;
    width: 35.1390922401vw;
    height: 35.1390922401vw;
    content: "";
    background: url("../../assets/images/common/bg_circle01.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .corporate-section-philosophy__inner::before {
    top: -50px;
    left: -667px;
    width: 480px;
    height: 480px;
  }
}

@media only screen and (min-width: 768px) {
  .corporate-section-philosophy__inner::after {
    position: absolute;
    top: 23.2064421669vw;
    right: -39.3118594436vw;
    width: 30.5270863836vw;
    height: 30.5270863836vw;
    content: "";
    background: url("../../assets/images/common/bg_circle02.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .corporate-section-philosophy__inner::after {
    top: 317px;
    right: -537px;
    width: 417px;
    height: 417px;
  }
}

.corporate-section-philosophy__content {
  padding: 27px 0 42px;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .corporate-section-philosophy__content {
    padding: 47px 50px 38px;
  }
}

/* 企業理念 */
.corporate-philosophy {
  position: relative;
  padding-top: 0;
  padding-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  .corporate-philosophy {
    padding-bottom: 66px;
    border-bottom: 2px dashed #d6cab8;
  }
}

@media only screen and (max-width: 767px) {
  .corporate-philosophy::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 88vw;
    height: 0;
    content: "";
    border-bottom: 2px dashed #d6cab8;
    transform: translateX(-50%);
  }
}

.corporate-philosophy__heading {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .corporate-philosophy__heading {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .corporate-philosophy__content {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.corporate-philosophy__box {
  padding-top: 45px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 37px;
}
@media only screen and (min-width: 768px) {
  .corporate-philosophy__box {
    padding-top: 0;
    background-position: 0 50%;
    background-size: auto 4.9780380673vw;
  }
}
@media only screen and (min-width: 1366px) {
  .corporate-philosophy__box {
    background-size: auto 68px;
  }
}

.corporate-philosophy__box:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .corporate-philosophy__box:not(:last-child) {
    margin-bottom: 3.6603221083vw;
  }
}
@media only screen and (min-width: 1366px) {
  .corporate-philosophy__box:not(:last-child) {
    margin-bottom: 50px;
  }
}

.corporate-philosophy__box--01 {
  background-image: url("../../assets/images/corporate/bg_corporate-philosophy01_sp.png");
}
@media only screen and (min-width: 768px) {
  .corporate-philosophy__box--01 {
    padding-left: 14.2020497804vw;
    background-image: url("../../assets/images/corporate/bg_corporate-philosophy01.png");
  }
}
@media only screen and (min-width: 1366px) {
  .corporate-philosophy__box--01 {
    padding-left: 194px;
  }
}

.corporate-philosophy__box--02 {
  background-image: url("../../assets/images/corporate/bg_corporate-philosophy02_sp.png");
}
@media only screen and (min-width: 768px) {
  .corporate-philosophy__box--02 {
    padding-left: 26.7203513909vw;
    background-image: url("../../assets/images/corporate/bg_corporate-philosophy02.png");
  }
}
@media only screen and (min-width: 1366px) {
  .corporate-philosophy__box--02 {
    padding-left: 365px;
  }
}

.corporate-philosophy__box--03 {
  background-image: url("../../assets/images/corporate/bg_corporate-philosophy03_sp.png");
}
@media only screen and (min-width: 768px) {
  .corporate-philosophy__box--03 {
    padding-left: 14.2020497804vw;
    background-image: url("../../assets/images/corporate/bg_corporate-philosophy03.png");
  }
}
@media only screen and (min-width: 1366px) {
  .corporate-philosophy__box--03 {
    padding-left: 194px;
  }
}

.corporate-philosophy__box--04 {
  background-image: url("../../assets/images/corporate/bg_corporate-philosophy04_sp.png");
}
@media only screen and (min-width: 768px) {
  .corporate-philosophy__box--04 {
    padding-left: 26.7203513909vw;
    background-image: url("../../assets/images/corporate/bg_corporate-philosophy04.png");
  }
}
@media only screen and (min-width: 1366px) {
  .corporate-philosophy__box--04 {
    padding-left: 365px;
  }
}

.corporate-philosophy__txt {
  padding-right: 20px;
  padding-left: 17px;
}
@media only screen and (min-width: 768px) {
  .corporate-philosophy__txt {
    padding-right: 0;
    padding-left: 0;
  }
}

/* 社名の由来 */
.corporate-name {
  padding-top: 22px;
}
@media only screen and (min-width: 768px) {
  .corporate-name {
    padding-top: 38px;
  }
}

.corporate-name__heading {
  margin-bottom: 29px;
}
@media only screen and (min-width: 768px) {
  .corporate-name__heading {
    margin-bottom: 57px;
  }
}

.corporate-name__content {
  padding-right: 12px;
  padding-left: 12px;
}
@media only screen and (min-width: 768px) {
  .corporate-name__content {
    max-width: 1000px;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
  }
}
.corporate-name__txt01 {
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) {
  .corporate-name__txt01 {
    margin-bottom: 30px;
  }
}

.corporate-name__box {
  padding: 20px 10px 40px;
  background: linear-gradient(0deg, #fffdfb 0%, #f7f6fe 100%);
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .corporate-name__box {
    padding: 30px 64px;
  }
}

@media only screen and (min-width: 768px) {
  .corporate-name__container {
    display: flex;
    gap: 2.196193265vw;
    align-items: center;
  }
}
@media only screen and (min-width: 1366px) {
  .corporate-name__container {
    gap: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .corporate-name__container:nth-child(2) {
    margin-top: -3.6603221083vw;
    margin-left: 7.3206442167vw;
  }
}
@media only screen and (min-width: 1366px) {
  .corporate-name__container:nth-child(2) {
    margin-top: -50px;
    margin-left: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .corporate-name__container:nth-child(3) {
    margin-top: -3.6603221083vw;
    margin-left: 14.6412884334vw;
  }
}
@media only screen and (min-width: 1366px) {
  .corporate-name__container:nth-child(3) {
    margin-top: -50px;
    margin-left: 200px;
  }
}

.corporate-name__container:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .corporate-name__container:not(:last-child) {
    margin-bottom: 0;
  }
}

.corporate-name__primary {
  display: grid;
  place-items: center;
  width: 220px;
  height: 220px;
  margin: 0 auto 12px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  mix-blend-mode: multiply;
}
@media only screen and (min-width: 768px) {
  .corporate-name__primary {
    flex-shrink: 0;
    width: 20.4978038067vw;
    height: 20.4978038067vw;
    margin: 0;
    font-size: 1.756954612vw;
  }
}
@media only screen and (min-width: 1366px) {
  .corporate-name__primary {
    width: 280px;
    height: 280px;
    font-size: 1.5rem;
  }
}

.corporate-name__primary--01 {
  position: relative;
  background-image: url("../../assets/images/corporate/bg_corporate_name_circle01.png");
}

.corporate-name__primary--01::before {
  position: absolute;
  top: 47px;
  right: -38px;
  width: 54px;
  height: 162px;
  content: "";
  background-image: url("../../assets/images/corporate/img_corporate_name_illust01.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .corporate-name__primary--01::before {
    top: 33.5285505124vw;
    right: inherit;
    left: 0.6588579795vw;
    width: 6.8814055637vw;
    height: 19.9121522694vw;
  }
}
@media only screen and (min-width: 1366px) {
  .corporate-name__primary--01::before {
    top: 458px;
    left: 9px;
    width: 94px;
    height: 272px;
  }
}

.corporate-name__primary--02 {
  background-image: url("../../assets/images/corporate/bg_corporate_name_circle02.png");
}

.corporate-name__primary--03 {
  background-image: url("../../assets/images/corporate/bg_corporate_name_circle03.png");
}

.corporate-name__emphasis01 {
  color: #f35959;
}

.corporate-name__emphasis01 rt {
  color: inherit;
}

.corporate-name__emphasis02 {
  color: #3e9ff2;
}

.corporate-name__emphasis02 rt {
  color: inherit;
}

.corporate-name__emphasis03 {
  color: #35b773;
}

.corporate-name__emphasis03 rt {
  color: inherit;
}

@media only screen and (min-width: 768px) {
  .corporate-name__secondary {
    margin: 1em 0;
  }
}

.corporate-name__illust01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
}

/* 社長メッセージ */
.corporate-message {
  position: relative;
  padding-top: 44px;
  padding-bottom: 48px;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .corporate-message {
    padding-top: 66px;
    padding-bottom: 60px;
  }
}

.corporate-message::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 15px;
  content: "";
  background-color: #fff4e2;
}

.corporate-message__inner {
  position: relative;
  max-width: 1030px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 768px) {
  .corporate-message__inner::before {
    position: absolute;
    top: 26.5007320644vw;
    left: -46.2664714495vw;
    width: 30.5270863836vw;
    height: 30.5270863836vw;
    content: "";
    background: url("../../assets/images/common/bg_circle02.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .corporate-message__inner::before {
    top: 362px;
    left: -632px;
    width: 417px;
    height: 417px;
  }
}

@media only screen and (min-width: 768px) {
  .corporate-message__inner::after {
    position: absolute;
    top: 2.4890190337vw;
    right: -53.4407027818vw;
    width: 35.1390922401vw;
    height: 35.1390922401vw;
    content: "";
    background: url("../../assets/images/common/bg_circle03.png") no-repeat center center;
    background-size: cover;
  }
}
@media only screen and (min-width: 1366px) {
  .corporate-message__inner::after {
    top: 34px;
    right: -730px;
    width: 480px;
    height: 480px;
  }
}

.corporate-message__heading {
  margin-bottom: 27px;
}
@media only screen and (min-width: 768px) {
  .corporate-message__heading {
    margin-bottom: 58px;
  }
}

.corporate-message__box > p:not(:last-child) {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .corporate-message__box > p:not(:last-child) {
    margin-bottom: 2em;
  }
}

.corporate-message__bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: 1em;
}
@media only screen and (min-width: 768px) {
  .corporate-message__bottom {
    margin-top: 38px;
  }
}

.corporate-message___president {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .corporate-message___president {
    clear: both;
  }
}

.corporate-message__name {
  font-size: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .corporate-message__name {
    font-size: 1.5rem;
  }
}

/* 当社の特性・魅力 */
.corporate-characteristics {
  position: relative;
  padding-top: 44px;
  padding-bottom: 20px;
  background-color: #f7f6fe;
}
@media only screen and (min-width: 768px) {
  .corporate-characteristics {
    padding-top: 55px;
    padding-bottom: 45px;
  }
}

.corporate-characteristics::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 15px;
  content: "";
  background-color: #f9f5f1;
  mix-blend-mode: multiply;
}

.corporate-characteristics__inner {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .corporate-characteristics__inner {
    max-width: 1230px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 768px) {
  .corporate-characteristics__inner::before {
    position: absolute;
    top: 2.5622254758vw;
    left: -46.486090776vw;
    width: 35.1390922401vw;
    height: 35.1390922401vw;
    content: "";
    background: url("../../assets/images/common/bg_circle01.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .corporate-characteristics__inner::before {
    top: 35px;
    left: -635px;
    width: 480px;
    height: 480px;
  }
}

@media only screen and (min-width: 768px) {
  .corporate-characteristics__inner::after {
    position: absolute;
    top: 45.0219619327vw;
    right: -35.065885798vw;
    width: 30.5270863836vw;
    height: 30.5270863836vw;
    content: "";
    background: url("../../assets/images/common/bg_circle02.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .corporate-characteristics__inner::after {
    top: 615px;
    right: -479px;
    width: 417px;
    height: 417px;
  }
}

.corporate-characteristics__content {
  padding: 30px 12px 10px;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .corporate-characteristics__content {
    padding: 34px 15px 26px;
  }
}

.corporate-characteristics__heading {
  margin-bottom: 17px;
}
@media only screen and (min-width: 768px) {
  .corporate-characteristics__heading {
    margin-bottom: 58px;
  }
}

.corporate-characteristics__box {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .corporate-characteristics__box {
    max-width: 1000px;
    margin: 0 auto 48px;
  }
}

.corporate-characteristics__box > p:not(:last-child) {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .corporate-characteristics__box > p:not(:last-child) {
    margin-bottom: 2em;
  }
}

.corporate-characteristics__bottom {
  max-width: 1000px;
  margin: 0 auto;
}

.corporate-characteristics__img01 {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .corporate-characteristics__img01 {
    aspect-ratio: 800/420;
  }
}

/* 支援体制 */
.corporate-support {
  position: relative;
  padding-top: 40px;
  padding-bottom: 32px;
  background-color: #eef6fe;
}
@media only screen and (min-width: 768px) {
  .corporate-support {
    padding-top: 64px;
    padding-bottom: 50px;
  }
}

.corporate-support::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 15px;
  content: "";
  background-color: #e1edf9;
  mix-blend-mode: multiply;
}

.corporate-support__inner {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .corporate-support__inner {
    max-width: 1230px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 768px) {
  .corporate-support__inner::before {
    position: absolute;
    top: -0.6588579795vw;
    left: -46.486090776vw;
    width: 35.1390922401vw;
    height: 35.1390922401vw;
    content: "";
    background: url("../../assets/images/common/bg_circle01.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .corporate-support__inner::before {
    top: -9px;
    left: -635px;
    width: 480px;
    height: 480px;
  }
}

@media only screen and (min-width: 768px) {
  .corporate-support__inner::after {
    position: absolute;
    top: 28.1844802343vw;
    right: -37.3352855051vw;
    width: 30.5270863836vw;
    height: 30.5270863836vw;
    content: "";
    background: url("../../assets/images/common/bg_circle02.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .corporate-support__inner::after {
    top: 385px;
    right: -510px;
    width: 417px;
    height: 417px;
  }
}

.corporate-support__content {
  padding: 30px 12px 26px;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .corporate-support__content {
    padding: 42px 50px 45px;
  }
}

.corporate-support__heading {
  margin-bottom: 19px;
}
@media only screen and (min-width: 768px) {
  .corporate-support__heading {
    margin-bottom: 58px;
  }
}

.corporate-support__box {
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) {
  .corporate-support__box {
    max-width: 1000px;
    margin: 0 auto 30px;
  }
}

.corporate-support__box > p:not(:last-child) {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .corporate-support__box > p:not(:last-child) {
    margin-bottom: 2em;
  }
}

.corporate-support__bottom {
  max-width: 1000px;
  margin: 0 auto;
}

/* 職場紹介 */
.corporate-workplace {
  position: relative;
  padding-top: 27px;
  padding-bottom: 40px;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .corporate-workplace {
    padding-top: 66px;
    padding-bottom: 42px;
  }
}

.corporate-workplace::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 15px;
  content: "";
  background-color: #fff4e2;
}

.corporate-workplace__inner {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .corporate-workplace__inner {
    max-width: 1230px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 768px) {
  .corporate-workplace__inner::before {
    position: absolute;
    top: 26.3543191801vw;
    left: -39.1654465593vw;
    width: 30.5270863836vw;
    height: 30.5270863836vw;
    content: "";
    background: url("../../assets/images/common/bg_circle02.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .corporate-workplace__inner::before {
    top: 360px;
    left: -535px;
    width: 417px;
    height: 417px;
  }
}

@media only screen and (min-width: 768px) {
  .corporate-workplace__inner::after {
    position: absolute;
    top: 2.196193265vw;
    right: -46.1200585652vw;
    width: 35.1390922401vw;
    height: 35.1390922401vw;
    content: "";
    background: url("../../assets/images/common/bg_circle03.png") no-repeat center center;
    background-size: cover;
  }
}
@media only screen and (min-width: 1366px) {
  .corporate-workplace__inner::after {
    top: 30px;
    right: -630px;
    width: 480px;
    height: 480px;
  }
}

.corporate-workplace__content {
  padding: 15px 12px 13px;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .corporate-workplace__content {
    padding: 0 50px;
  }
}

.corporate-workplace__heading {
  margin-bottom: 29px;
}
@media only screen and (min-width: 768px) {
  .corporate-workplace__heading {
    margin-bottom: 58px;
  }
}

.corporate-workplace__box {
  margin-bottom: 34px;
}
@media only screen and (min-width: 768px) {
  .corporate-workplace__box {
    max-width: 1000px;
    margin: 0 auto 70px;
  }
}

.corporate-workplace__box > p:not(:last-child) {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .corporate-workplace__box > p:not(:last-child) {
    margin-bottom: 2em;
  }
}

.corporate-workplace__heading02 {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .corporate-workplace__heading02 {
    margin-bottom: 20px;
  }
}

.corporate-workplace__station {
  max-width: 330px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .corporate-workplace__station {
    max-width: 1000px;
  }
}

@media only screen and (max-width: 767px) {
  .corporate-workplace__station-img01 {
    aspect-ratio: 990/2286;
  }
}

/* 会社概要・沿革 */
.corporate-section-outline {
  position: relative;
  padding-top: 45px;
  padding-bottom: 33px;
  background-color: #f7f6fe;
}
@media only screen and (min-width: 768px) {
  .corporate-section-outline {
    padding-top: 57px;
    padding-bottom: 95px;
  }
}

.corporate-section-outline::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 15px;
  content: "";
  background-color: #f9f5f1;
  mix-blend-mode: multiply;
}

.corporate-section-outline__inner {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .corporate-section-outline__inner {
    max-width: 1230px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 768px) {
  .corporate-section-outline__inner::before {
    position: absolute;
    top: 2.5622254758vw;
    left: -46.486090776vw;
    width: 35.1390922401vw;
    height: 35.1390922401vw;
    content: "";
    background: url("../../assets/images/common/bg_circle01.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .corporate-section-outline__inner::before {
    top: 35px;
    left: -635px;
    width: 480px;
    height: 480px;
  }
}

@media only screen and (min-width: 768px) {
  .corporate-section-outline__inner::after {
    position: absolute;
    top: 62.5915080527vw;
    right: -34.4070278184vw;
    width: 30.5270863836vw;
    height: 30.5270863836vw;
    content: "";
    background: url("../../assets/images/common/bg_circle02.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .corporate-section-outline__inner::after {
    top: 855px;
    right: -470px;
    width: 417px;
    height: 417px;
  }
}

.corporate-section-outline__content {
  padding: 17px 15px 70px;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .corporate-section-outline__content {
    padding: 47px 50px 86px;
  }
}

.corporate-outline {
  padding-bottom: 32px;
  border-bottom: 2px dashed #d6cab8;
}
@media only screen and (min-width: 768px) {
  .corporate-outline {
    padding-bottom: 60px;
  }
}

.corporate-outline__heading {
  margin-bottom: 31px;
}
@media only screen and (min-width: 768px) {
  .corporate-outline__heading {
    margin-bottom: 51px;
  }
}

.corporate-outline__box {
  max-width: 800px;
  margin: 0 auto;
}

.corporate-outline__list {
  margin: 0;
  border-top: 1px solid #d6cab8;
}
.corporate-outline__item:not(:first-child) {
  border-top: 1px solid #d6cab8;
}
.corporate-outline__item {
  padding: 7px 0;
}
@media only screen and (min-width: 768px) {
  .corporate-outline__item {
    display: flex;
    padding: 0;
  }
}

.corporate-outline__item:last-child {
  padding-bottom: 0;
}

.corporate-outline__title {
  font-weight: 700;
  color: #0f3e81;
}
@media only screen and (min-width: 768px) {
  .corporate-outline__title {
    position: relative;
    flex-shrink: 0;
    width: 200px;
    padding: 16px 0 16px 8px;
    color: #4e4e4e;
  }
}

.corporate-outline__title rt {
  color: inherit;
}

@media only screen and (min-width: 768px) {
  .corporate-outline__item:last-child .corporate-outline__title {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .corporate-outline__title::before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 200px;
    height: 1px;
    content: "";
    background-color: #b49ce3;
  }
}

@media only screen and (min-width: 768px) {
  .corporate-outline__title::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 200px;
    height: 1px;
    content: "";
    background-color: #b49ce3;
  }
}

.corporate-outline__item:last-child .corporate-outline__title::after {
  display: none;
}

.corporate-outline__description {
  padding-left: 14px;
}
@media only screen and (min-width: 768px) {
  .corporate-outline__description {
    flex-grow: 1;
    padding: 16px 0 16px 50px;
  }
}

@media only screen and (min-width: 768px) {
  .corporate-outline__item:last-child .corporate-outline__description {
    padding-bottom: 0;
  }
}

.corporate-history {
  padding-top: 23px;
}
@media only screen and (min-width: 768px) {
  .corporate-history {
    padding-top: 38px;
  }
}

.corporate-history__heading {
  margin-bottom: 23px;
}
@media only screen and (min-width: 768px) {
  .corporate-history__heading {
    margin-bottom: 68px;
  }
}

@media only screen and (min-width: 768px) {
  .corporate-history__box {
    max-width: 1000px;
    margin: 0 auto;
  }
}

.corporate-history__list {
  position: relative;
  padding-left: 17px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .corporate-history__list {
    padding-left: 27px;
  }
}

.corporate-history__list::before {
  position: absolute;
  top: 18px;
  left: 0;
  width: 4px;
  height: calc(100% - 18px);
  content: "";
  background-color: #d9daf6;
}
@media only screen and (min-width: 768px) {
  .corporate-history__list::before {
    left: 12px;
    width: 10px;
  }
}

.corporate-history__list::after {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 4px;
  height: 18px;
  content: "";
  background-image: url("../../assets/images/corporate/bg_corporate_history_bottom.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
@media only screen and (min-width: 768px) {
  .corporate-history__list::after {
    bottom: -44px;
    left: 12px;
    width: 10px;
    height: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .corporate-history__item {
    display: flex;
    align-items: flex-start;
  }
}

.corporate-history__item:not(:last-child) {
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .corporate-history__item--p02 {
    padding-left: 4.1em;
  }
}

.corporate-history__title {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .corporate-history__title {
    flex-direction: row;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.corporate-history__title::before {
  position: absolute;
  top: 50%;
  left: -25px;
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("../../assets/images/corporate/bg_corporate_history_circle.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .corporate-history__title::before {
    width: 29px;
    height: 29px;
  }
}

.corporate-history__item--p02 > .corporate-history__title::before {
  display: none;
}

.corporate-history__title-year {
  font-size: 1.125rem;
  font-weight: 700;
  color: #0f3e81;
}
@media only screen and (min-width: 768px) {
  .corporate-history__title-year {
    font-size: 1.25rem;
  }
}

.corporate-history__title-year rt {
  color: inherit;
}

.corporate-history__title-month {
  position: relative;
  color: #0f3e81;
}
@media only screen and (min-width: 768px) {
  .corporate-history__title-month {
    width: 2.5em;
    text-align: right;
  }
}

.corporate-history__title-month rt {
  color: inherit;
}

.corporate-history__title-month::before {
  position: absolute;
  top: 17px;
  left: -16px;
  width: 12px;
  height: 2px;
  content: "";
  background-color: #d9daf6;
}
@media only screen and (min-width: 768px) {
  .corporate-history__title-month::before {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .corporate-history__description {
    position: relative;
    padding-left: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .corporate-history__description::before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 1px;
    height: calc(100% - 12px);
    content: "";
    background-color: #d9daf6;
  }
}

.corporate-outline__description-item {
  padding: 0;
  margin: 0;
}

/* ==========================================================================
    共通
  ========================================================================== */
.service-section {
  position: relative;
  padding-top: 43px;
  padding-bottom: 38px;
  background-color: #eef6fe;
}
@media only screen and (min-width: 768px) {
  .service-section {
    padding-top: 90px;
    padding-bottom: 120px;
  }
}

.service-section::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 15px;
  content: "";
  background-color: #e1edf9;
  mix-blend-mode: multiply;
}

.service-section__inner {
  position: relative;
}

.service-box01 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .service-box01 {
    display: flex;
    flex-direction: row-reverse;
    gap: 2.196193265vw;
    align-items: flex-start;
    max-width: 1000px;
    margin: 0 auto 40px;
  }
}
@media only screen and (min-width: 1366px) {
  .service-box01 {
    gap: 30px;
  }
}

.service-box01__img {
  display: block;
  margin-bottom: 15px;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .service-box01__img {
    width: 26.3543191801vw;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1366px) {
  .service-box01__img {
    width: 360px;
  }
}

.service-box01__text {
  padding-right: 7px;
  padding-left: 7px;
}
@media only screen and (min-width: 768px) {
  .service-box01__text {
    padding-right: 0;
    padding-left: 0;
  }
}

.service-box02 {
  padding-right: 5px;
  padding-left: 5px;
}
@media only screen and (min-width: 768px) {
  .service-box02 {
    max-width: 1000px;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
  }
}

.service-box02__heading01 {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .service-box02__heading01 {
    margin-bottom: 15px;
  }
}

.service-box02__text01 {
  margin-bottom: 22px;
}
@media only screen and (min-width: 768px) {
  .service-box02__text01 {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .service-box02__img-list {
    display: flex;
    gap: 2.196193265vw;
  }
}
@media only screen and (min-width: 1366px) {
  .service-box02__img-list {
    gap: 20px;
  }
}

.service-box02__img-item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .service-box02__img-item {
    width: 33.3333333333%;
  }
}

.service-box02__img-item:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .service-box02__img-item:not(:last-child) {
    margin-bottom: 0;
  }
}

.service-box02__img-img {
  border-radius: 20px;
}

.service-box-bottom {
  padding: 20px 0;
  margin-top: 24px;
  background-color: #f1f1e9;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .service-box-bottom {
    max-width: 1000px;
    padding: 30px 25px;
    margin: 50px auto 0;
  }
}

@media only screen and (min-width: 768px) {
  .service-box-bottom__list {
    display: flex;
    gap: 1.756954612vw;
    justify-content: center;
    width: 100%;
  }
}
@media only screen and (min-width: 1366px) {
  .service-box-bottom__list {
    gap: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .service-box-bottom__item {
    width: 300px;
  }
}

.service-box-bottom__item:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .service-box-bottom__item:not(:last-child) {
    margin-bottom: 0;
  }
}

/* ==========================================================================
    清掃
  ========================================================================== */
.service-cleaning {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .service-cleaning {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .service-cleaning::before {
    position: absolute;
    top: -3.6603221083vw;
    left: -46.7789165447vw;
    width: 35.1390922401vw;
    height: 35.1390922401vw;
    content: "";
    background: url("../../assets/images/common/bg_circle01.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .service-cleaning::before {
    top: -50px;
    left: -639px;
    width: 480px;
    height: 480px;
  }
}

@media only screen and (min-width: 768px) {
  .service-cleaning::after {
    position: absolute;
    top: 13.2503660322vw;
    right: -36.9692532943vw;
    width: 30.5270863836vw;
    height: 30.5270863836vw;
    content: "";
    background: url("../../assets/images/common/bg_circle02.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .service-cleaning::after {
    top: 181px;
    right: -505px;
    width: 417px;
    height: 417px;
  }
}

.service-cleaning__content {
  padding: 28px 5px 20px;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .service-cleaning__content {
    padding: 39px 50px 37px;
  }
}

.service-cleaning__heading {
  margin-bottom: 27px;
}
@media only screen and (min-width: 768px) {
  .service-cleaning__heading {
    margin-bottom: 70px;
  }
}

/* ==========================================================================
    ベッドメイキング
  ========================================================================== */
.service-bed-making {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .service-bed-making {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .service-bed-making::before {
    position: absolute;
    top: -11.5666178624vw;
    left: -46.7789165447vw;
    width: 35.1390922401vw;
    height: 35.1390922401vw;
    content: "";
    background: url("../../assets/images/common/bg_circle01.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .service-bed-making::before {
    top: -158px;
    left: -639px;
    width: 480px;
    height: 480px;
  }
}

@media only screen and (min-width: 768px) {
  .service-bed-making::after {
    position: absolute;
    top: 28.9165446559vw;
    right: -36.9692532943vw;
    width: 30.5270863836vw;
    height: 30.5270863836vw;
    content: "";
    background: url("../../assets/images/common/bg_circle02.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .service-bed-making::after {
    top: 395px;
    right: -505px;
    width: 417px;
    height: 417px;
  }
}

.service-bed-making__content {
  padding: 28px 5px 20px;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .service-bed-making__content {
    padding: 39px 50px 37px;
  }
}

.service-bed-making__heading {
  margin-bottom: 28px;
}
@media only screen and (min-width: 768px) {
  .service-bed-making__heading {
    margin-bottom: 70px;
  }
}

/* ==========================================================================
    軽作業
  ========================================================================== */
.service-light-work {
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .service-light-work {
    margin-bottom: 50px;
  }
}

.service-light-work__content {
  padding: 28px 5px 20px;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .service-light-work__content {
    padding: 39px 50px 37px;
  }
}

.service-light-work__heading {
  margin-bottom: 27px;
}
@media only screen and (min-width: 768px) {
  .service-light-work__heading {
    margin-bottom: 70px;
  }
}

/* ==========================================================================
    名刺製作
  ========================================================================== */
.service-business-card {
  position: relative;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .service-business-card::before {
    position: absolute;
    top: -4.9780380673vw;
    left: -46.7789165447vw;
    width: 35.1390922401vw;
    height: 35.1390922401vw;
    content: "";
    background: url("../../assets/images/common/bg_circle01.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .service-business-card::before {
    top: -68px;
    left: -639px;
    width: 480px;
    height: 480px;
  }
}

@media only screen and (min-width: 768px) {
  .service-business-card::after {
    position: absolute;
    top: 12.4450951684vw;
    right: -36.9692532943vw;
    width: 30.5270863836vw;
    height: 30.5270863836vw;
    content: "";
    background: url("../../assets/images/common/bg_circle02.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .service-business-card::after {
    top: 170px;
    right: -505px;
    width: 417px;
    height: 417px;
  }
}

.service-business-card__content {
  padding: 28px 5px 20px;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .service-business-card__content {
    padding: 39px 50px 37px;
  }
}

.service-business-card__heading {
  margin-bottom: 27px;
}
@media only screen and (min-width: 768px) {
  .service-business-card__heading {
    margin-bottom: 70px;
  }
}

/* ==========================================================================
    採用情報
  ========================================================================== */
.recruit-work {
  position: relative;
  padding-top: 46px;
  padding-bottom: 34px;
  background-color: #eef6fe;
}
@media only screen and (min-width: 768px) {
  .recruit-work {
    padding-top: 90px;
    padding-bottom: 56px;
  }
}

.recruit-work::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 15px;
  content: "";
  background-color: #e1edf9;
  mix-blend-mode: multiply;
}

.recruit-work__inner {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .recruit-work__inner {
    max-width: 1230px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 768px) {
  .recruit-work__inner::before {
    position: absolute;
    top: -3.953147877vw;
    left: -46.6325036603vw;
    width: 35.1390922401vw;
    height: 35.1390922401vw;
    content: "";
    background: url("../../assets/images/common/bg_circle01.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .recruit-work__inner::before {
    top: -54px;
    left: -637px;
    width: 480px;
    height: 480px;
  }
}

@media only screen and (min-width: 768px) {
  .recruit-work__inner::after {
    position: absolute;
    top: 16.6178623719vw;
    right: -38.2137628111vw;
    width: 30.5270863836vw;
    height: 30.5270863836vw;
    content: "";
    background: url("../../assets/images/common/bg_circle02.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .recruit-work__inner::after {
    top: 227px;
    right: -522px;
    width: 417px;
    height: 417px;
  }
}

.recruit-work__content {
  padding: 28px 5px 26px;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .recruit-work__content {
    padding: 40px 50px 48px;
  }
}

.recruit-work__heading {
  margin-bottom: 27px;
}
@media only screen and (min-width: 768px) {
  .recruit-work__heading {
    margin-bottom: 70px;
  }
}

.recruit-work__txt01 {
  padding-right: 7px;
  padding-left: 7px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .recruit-work__txt01 {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 25px;
    text-align: center;
  }
}

/* ==========================================================================
    スタッフのお仕事
  ========================================================================== */
/* お仕事の内容 */
.staff-job {
  position: relative;
  padding-top: 46px;
  padding-bottom: 34px;
  background-color: #eef6fe;
}
@media only screen and (min-width: 768px) {
  .staff-job {
    padding-top: 90px;
    padding-bottom: 56px;
  }
}

.staff-job::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 15px;
  content: "";
  background-color: #e1edf9;
  mix-blend-mode: multiply;
}

.staff-job__inner {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .staff-job__inner {
    max-width: 1230px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 768px) {
  .staff-job__inner::before {
    position: absolute;
    top: -3.953147877vw;
    left: -46.6325036603vw;
    width: 35.1390922401vw;
    height: 35.1390922401vw;
    content: "";
    background: url("../../assets/images/common/bg_circle01.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .staff-job__inner::before {
    top: -54px;
    left: -637px;
    width: 480px;
    height: 480px;
  }
}

@media only screen and (min-width: 768px) {
  .staff-job__inner::after {
    position: absolute;
    top: 16.6178623719vw;
    right: -38.2137628111vw;
    width: 30.5270863836vw;
    height: 30.5270863836vw;
    content: "";
    background: url("../../assets/images/common/bg_circle02.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .staff-job__inner::after {
    top: 227px;
    right: -522px;
    width: 417px;
    height: 417px;
  }
}

.staff-job__content {
  padding: 28px 5px 26px;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .staff-job__content {
    padding: 40px 50px 48px;
  }
}

.staff-job__heading {
  margin-bottom: 27px;
}
@media only screen and (min-width: 768px) {
  .staff-job__heading {
    margin-bottom: 70px;
  }
}

.staff-job__box {
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) {
  .staff-job__box {
    max-width: 1000px;
    margin: 0 auto 30px;
  }
}

.staff-job__box02 {
  padding-right: 7px;
  padding-left: 7px;
}
@media only screen and (min-width: 768px) {
  .staff-job__box02 {
    padding-right: 0;
    padding-left: 0;
  }
}

.staff-job__box02 > p:not(:last-child) {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .staff-job__box02 > p:not(:last-child) {
    margin-bottom: 2em;
  }
}

.staff-job__img01 {
  display: block;
  margin-bottom: 15px;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .staff-job__img01 {
    float: right;
    width: 26.3543191801vw;
    margin-bottom: 30px;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .staff-job__img01 {
    width: 360px;
  }
}

.staff-job-bottom {
  padding: 20px 0;
  margin-top: 24px;
  clear: both;
  background-color: #f1f1e9;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .staff-job-bottom {
    max-width: 1000px;
    padding: 30px 25px;
    margin: 50px auto 0;
  }
}

@media only screen and (min-width: 768px) {
  .staff-job-bottom__list {
    display: flex;
    gap: 1.756954612vw;
    justify-content: center;
    width: 100%;
  }
}
@media only screen and (min-width: 1366px) {
  .staff-job-bottom__list {
    gap: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .staff-job-bottom__item {
    width: 300px;
  }
}

.staff-job-bottom__item:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .staff-job-bottom__item:not(:last-child) {
    margin-bottom: 0;
  }
}

/* 一日の流れ */
.staff-flow {
  position: relative;
  padding-top: 43px;
  padding-bottom: 28px;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .staff-flow {
    padding-top: 66px;
    padding-bottom: 52px;
  }
}

.staff-flow::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 15px;
  content: "";
  background-color: #fff4e2;
}

.staff-flow__inner {
  position: relative;
  max-width: 1130px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 768px) {
  .staff-flow__inner::before {
    position: absolute;
    top: 26.7203513909vw;
    left: -46.2664714495vw;
    width: 30.5270863836vw;
    height: 30.5270863836vw;
    content: "";
    background: url("../../assets/images/common/bg_circle02.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .staff-flow__inner::before {
    top: 365px;
    left: -632px;
    width: 417px;
    height: 417px;
  }
}

@media only screen and (min-width: 768px) {
  .staff-flow__inner::after {
    position: absolute;
    top: 2.4890190337vw;
    right: -42.8257686676vw;
    width: 35.1390922401vw;
    height: 35.1390922401vw;
    content: "";
    background: url("../../assets/images/common/bg_circle03.png") no-repeat center center;
    background-size: cover;
  }
}
@media only screen and (min-width: 1366px) {
  .staff-flow__inner::after {
    top: 34px;
    right: -585px;
    width: 480px;
    height: 480px;
  }
}

@media only screen and (min-width: 768px) {
  .staff-flow__content {
    position: relative;
  }
}

@media only screen and (min-width: 768px) {
  .staff-flow__content::before {
    position: absolute;
    bottom: 19.4729136164vw;
    left: -46.2664714495vw;
    width: 30.5270863836vw;
    height: 30.5270863836vw;
    content: "";
    background: url("../../assets/images/common/bg_circle02.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .staff-flow__content::before {
    bottom: 266px;
    left: -632px;
    width: 417px;
    height: 417px;
  }
}

@media only screen and (min-width: 768px) {
  .staff-flow__content::after {
    position: absolute;
    right: -42.8257686676vw;
    bottom: 38.7994143485vw;
    width: 35.1390922401vw;
    height: 35.1390922401vw;
    content: "";
    background: url("../../assets/images/common/bg_circle03.png") no-repeat center center;
    background-size: cover;
  }
}
@media only screen and (min-width: 1366px) {
  .staff-flow__content::after {
    right: -585px;
    bottom: 530px;
    width: 480px;
    height: 480px;
  }
}

.staff-flow__heading {
  margin-bottom: 27px;
}
@media only screen and (min-width: 768px) {
  .staff-flow__heading {
    margin-bottom: 58px;
  }
}

.staff-flow__box {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .staff-flow__box {
    max-width: 1000px;
    margin: 0 auto 40px;
  }
}

.staff-flow__box > p:not(:last-child) {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .staff-flow__box > p:not(:last-child) {
    margin-bottom: 2em;
  }
}

.staff-flow__timeline {
  padding: 40px 5px 15px;
  background-color: #f9f5f1;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .staff-flow__timeline {
    padding: 80px 50px 12px;
  }
}

.staff-flow__timeline-list {
  position: relative;
  margin: 0;
}

.staff-flow__timeline-time {
  position: absolute;
  top: 0;
  left: -62px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.125;
  color: #fff;
  text-align: center;
  background-color: #0081cc;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .staff-flow__timeline-time {
    left: -118px;
    width: 100px;
    height: 100px;
    font-size: 1.25rem;
  }
}

.staff-flow__timeline-time-hiragana {
  font-weight: 400;
}

.staff-flow__timeline-time--first::before {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 9px;
  height: 20px;
  content: "";
  background-color: #a6cff2;
  border-radius: 8px 8px 0 0;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .staff-flow__timeline-time--first::before {
    top: -50px;
    width: 15px;
    height: 50px;
  }
}

.staff-flow__timeline-time--last::after {
  position: absolute;
  bottom: -25px;
  left: 50%;
  width: 9px;
  height: 25px;
  content: "";
  background-color: #a6cff2;
  border-radius: 0 0 8px 8px;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .staff-flow__timeline-time--last::after {
    bottom: -80px;
    width: 15px;
    height: 80px;
  }
}

.staff-flow__timeline-move {
  position: absolute;
  top: 0;
  left: -55px;
  width: 48px;
  height: 48px;
}
@media only screen and (min-width: 768px) {
  .staff-flow__timeline-move {
    left: -103px;
    width: 70px;
    height: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .staff-flow__timeline-move__img {
    aspect-ratio: 96/96;
  }
}

.staff-flow__timeline-box {
  position: relative;
  margin-left: 62px;
}
@media only screen and (min-width: 768px) {
  .staff-flow__timeline-box {
    display: flex;
    gap: 3.6603221083vw;
    justify-content: space-between;
    margin-left: 118px;
  }
}
@media only screen and (min-width: 1366px) {
  .staff-flow__timeline-box {
    gap: 50px;
  }
}

.staff-flow__timeline-box:not(:last-child) {
  padding-bottom: 37px;
}
@media only screen and (min-width: 768px) {
  .staff-flow__timeline-box:not(:last-child) {
    padding-bottom: 28px;
  }
}

.staff-flow__timeline-box::before {
  position: absolute;
  top: 5px;
  left: -35px;
  width: 9px;
  height: calc(100% + 5px);
  content: "";
  background-color: #0081cc;
}
@media only screen and (min-width: 768px) {
  .staff-flow__timeline-box::before {
    left: -75px;
    width: 15px;
  }
}

.staff-flow__timeline-box:last-of-type::before {
  display: none;
}

@media only screen and (min-width: 768px) {
  .staff-flow__timeline-title {
    flex-grow: 1;
  }
}

.staff-flow__timeline-title01 {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0f3e81;
  border-bottom: 1px dotted #0081cc;
}
@media only screen and (min-width: 768px) {
  .staff-flow__timeline-title01 {
    padding-left: 3px;
    font-size: 1.375rem;
  }
}

.staff-flow__timeline-title01 rt {
  color: inherit;
}

.staff-flow__timeline-list01 {
  margin-bottom: 5px;
  margin-left: 1.25em;
}

.staff-flow__timeline-item01 {
  position: relative;
  font-size: 1rem;
  list-style: disc;
}
@media only screen and (min-width: 768px) {
  .staff-flow__timeline-item01 {
    font-size: 1.25rem;
  }
}

.staff-flow__timeline-item01::marker {
  color: #a6cff2;
}

@media only screen and (min-width: 768px) {
  .staff-flow__timeline-desc {
    flex-shrink: 0;
  }
}

.staff-flow__timeline-img {
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .staff-flow__timeline-img {
    width: 21.2298682284vw;
  }
}
@media only screen and (min-width: 1366px) {
  .staff-flow__timeline-img {
    width: 290px;
  }
}

.staff-flow__timeline-bottom {
  margin-top: 25px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .staff-flow__timeline-bottom {
    width: calc(100% - 24.8901903367vw);
  }
}
@media only screen and (min-width: 1366px) {
  .staff-flow__timeline-bottom {
    width: calc(100% - 340px);
  }
}

.staff-flow__timeline-bottom-text {
  font-size: 1rem;
  font-weight: 700;
  color: #f35959;
}
@media only screen and (min-width: 768px) {
  .staff-flow__timeline-bottom-text {
    font-size: 1.375rem;
  }
}

.staff-flow__timeline-bottom-text rt {
  color: inherit;
}

@media only screen and (min-width: 768px) {
  .staff-flow__timeline-bottom-img {
    display: block;
    width: 36.6032210835vw;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1366px) {
  .staff-flow__timeline-bottom-img {
    width: 500px;
  }
}

/* 人材育成 */
.staff-human-resource-development {
  position: relative;
  padding-top: 44px;
  padding-bottom: 20px;
  background-color: #f7f6fe;
}
@media only screen and (min-width: 768px) {
  .staff-human-resource-development {
    padding-top: 55px;
    padding-bottom: 45px;
  }
}

.staff-human-resource-development::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 15px;
  content: "";
  background-color: #f9f5f1;
  mix-blend-mode: multiply;
}

.staff-human-resource-development__inner {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .staff-human-resource-development__inner {
    max-width: 1230px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 768px) {
  .staff-human-resource-development__inner::before {
    position: absolute;
    top: 2.196193265vw;
    left: -46.486090776vw;
    width: 35.1390922401vw;
    height: 35.1390922401vw;
    content: "";
    background: url("../../assets/images/common/bg_circle01.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .staff-human-resource-development__inner::before {
    top: 30px;
    left: -635px;
    width: 480px;
    height: 480px;
  }
}

@media only screen and (min-width: 768px) {
  .staff-human-resource-development__inner::after {
    position: absolute;
    top: 40.2635431918vw;
    right: -34.3338213763vw;
    width: 30.5270863836vw;
    height: 30.5270863836vw;
    content: "";
    background: url("../../assets/images/common/bg_circle02.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .staff-human-resource-development__inner::after {
    top: 550px;
    right: -469px;
    width: 417px;
    height: 417px;
  }
}

.staff-human-resource-development__content {
  padding: 30px 12px 20px;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .staff-human-resource-development__content {
    padding: 63px 15px 65px;
  }
}

.staff-human-resource-development__heading {
  margin-bottom: 27px;
}
@media only screen and (min-width: 768px) {
  .staff-human-resource-development__heading {
    margin-bottom: 56px;
  }
}

.staff-human-resource-development__box {
  margin-bottom: 37px;
}
@media only screen and (min-width: 768px) {
  .staff-human-resource-development__box {
    max-width: 1000px;
    margin: 0 auto 48px;
  }
}

.staff-human-resource-development__box > p:not(:last-child) {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .staff-human-resource-development__box > p:not(:last-child) {
    margin-bottom: 2em;
  }
}

.staff-human-resource-development__indent-1em {
  padding-left: 1em;
}

.staff-human-resource-development__indent-2em {
  padding-left: 2em;
}

.staff-human-resource-development__list {
  position: relative;
  margin: 0;
}

.staff-human-resource-development__item {
  list-style: disc;
}

.staff-human-resource-development__item::marker {
  color: #a6cff2;
}

.staff-human-resource-development__box02 {
  max-width: 1000px;
  margin: 0 auto;
}

.staff-human-resource-development__table {
  width: 100%;
  margin-bottom: 20px;
  table-layout: fixed;
  border-collapse: collapse;
  border-bottom: 1px solid #d6cab8;
}
@media only screen and (min-width: 768px) {
  .staff-human-resource-development__table {
    margin-bottom: 40px;
    border: none;
  }
}

.staff-human-resource-development__th,
.staff-human-resource-development__td {
  display: block;
}
@media only screen and (min-width: 768px) {
  .staff-human-resource-development__th,
  .staff-human-resource-development__td {
    display: table-cell;
  }
}

.staff-human-resource-development__th {
  padding: 10px 5px;
  font-weight: 700;
  background-color: #eef6fe;
  border-top: 1px solid #d6cab8;
  border-bottom: 1px solid #d6cab8;
}
@media only screen and (min-width: 768px) {
  .staff-human-resource-development__th {
    width: 200px;
    padding: 15px 20px;
    vertical-align: top;
  }
}

.staff-human-resource-development__td {
  padding: 10px 5px 25px;
}
@media only screen and (min-width: 768px) {
  .staff-human-resource-development__td {
    padding: 15px 20px;
    vertical-align: top;
    border-top: 1px solid #d6cab8;
    border-bottom: 1px solid #d6cab8;
  }
}

.staff-human-resource-development__title {
  font-weight: 700;
  color: #0f3e81;
}

.staff-human-resource-development__title rt {
  color: inherit;
}

.staff-human-resource-development__title02 {
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .staff-human-resource-development__img-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4641288433vw;
  }
}
@media only screen and (min-width: 1366px) {
  .staff-human-resource-development__img-box {
    gap: 20px;
  }
}

.staff-human-resource-development__img {
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  .staff-human-resource-development__img:not(:last-child) {
    display: block;
    margin-bottom: 20px;
  }
}

/* 関連コンテンツ */
.staff-related {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .staff-related {
    padding: 60px 0;
  }
}

.staff-related__inner {
  max-width: 1230px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.staff-related-card {
  margin-top: 0;
}

/* 求人情報 */
.staff-recruit {
  position: relative;
  padding-top: 48px;
  padding-bottom: 45px;
  background-color: #eef6fe;
}
@media only screen and (min-width: 768px) {
  .staff-recruit {
    padding-top: 73px;
    padding-bottom: 66px;
  }
}

.staff-recruit::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 15px;
  content: "";
  background-color: #e1edf9;
  mix-blend-mode: multiply;
}

.staff-recruit__inner {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .staff-recruit__inner {
    max-width: 1230px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 768px) {
  .staff-recruit__inner::before {
    position: absolute;
    top: -1.756954612vw;
    left: -46.486090776vw;
    width: 35.1390922401vw;
    height: 35.1390922401vw;
    content: "";
    background: url("../../assets/images/common/bg_circle01.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .staff-recruit__inner::before {
    top: -24px;
    left: -635px;
    width: 480px;
    height: 480px;
  }
}

@media only screen and (min-width: 768px) {
  .staff-recruit__inner::after {
    position: absolute;
    top: 27.6720351391vw;
    right: -37.3352855051vw;
    width: 30.5270863836vw;
    height: 30.5270863836vw;
    content: "";
    background: url("../../assets/images/common/bg_circle02.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .staff-recruit__inner::after {
    top: 378px;
    right: -510px;
    width: 417px;
    height: 417px;
  }
}

.staff-recruit__content {
  padding: 14px 12px 40px;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .staff-recruit__content {
    padding: 32px 50px 50px;
  }
}

.staff-recruit__heading {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .staff-recruit__heading {
    margin-bottom: 59px;
  }
}

.staff-recruit__box {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .staff-recruit__box {
    max-width: 1000px;
    margin: 0 auto 58px;
  }
}

.staff-recruit__box > p:not(:last-child) {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .staff-recruit__box > p:not(:last-child) {
    margin-bottom: 2em;
  }
}

.staff-recruit__box02 {
  max-width: 800px;
  margin: 0 auto;
}

.staff-recruit__list {
  margin: 0;
  border-top: 1px solid #d6cab8;
}

.staff-recruit__item:not(:first-child) {
  border-top: 1px solid #d6cab8;
}

.staff-recruit__item:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .staff-recruit__item:last-child {
    border-bottom: 1px solid #d6cab8;
  }
}

.staff-recruit__item {
  padding: 7px 0;
}
@media only screen and (min-width: 768px) {
  .staff-recruit__item {
    display: flex;
    padding: 0;
  }
}

.staff-recruit__title {
  font-weight: 700;
  color: #0f3e81;
}
@media only screen and (min-width: 768px) {
  .staff-recruit__title {
    position: relative;
    flex-shrink: 0;
    width: 200px;
    padding: 16px 0 16px 8px;
    color: #4e4e4e;
  }
}

@media only screen and (min-width: 768px) {
  .staff-recruit__title::before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 200px;
    height: 1px;
    content: "";
    background-color: #b49ce3;
  }
}

@media only screen and (min-width: 768px) {
  .staff-recruit__title::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 200px;
    height: 1px;
    content: "";
    background-color: #b49ce3;
  }
}

.staff-recruit__description {
  padding-left: 14px;
}
@media only screen and (min-width: 768px) {
  .staff-recruit__description {
    flex-grow: 1;
    padding: 16px 0 16px 50px;
  }
}

.staff-recruit__description-list {
  margin-left: 1.25em;
}

.staff-recruit__description-item {
  list-style: disc;
}

.staff-recruit__description-item::marker {
  color: #a6cff2;
}

.staff-recruit__button {
  margin-top: 1em;
}
@media only screen and (min-width: 768px) {
  .staff-recruit__button {
    margin: 30px 0 0;
  }
}

/* ==========================================================================
    指導員のお仕事
  ========================================================================== */
/* お仕事の内容 */
.leader-job__section {
  position: relative;
  padding-top: 0;
  padding-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  .leader-job__section {
    padding-bottom: 66px;
    border-bottom: 2px dashed #d6cab8;
  }
}

@media only screen and (max-width: 767px) {
  .leader-job__section::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 88vw;
    height: 0;
    content: "";
    border-bottom: 2px dashed #d6cab8;
    transform: translateX(-50%);
  }
}

.leader-job {
  position: relative;
  padding-top: 46px;
  padding-bottom: 34px;
  background-color: #eef6fe;
}
@media only screen and (min-width: 768px) {
  .leader-job {
    padding-top: 90px;
    padding-bottom: 56px;
  }
}

.leader-job::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 15px;
  content: "";
  background-color: #e1edf9;
  mix-blend-mode: multiply;
}

.leader-job__inner {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .leader-job__inner {
    max-width: 1230px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 768px) {
  .leader-job__inner::before {
    position: absolute;
    top: -3.953147877vw;
    left: -46.6325036603vw;
    width: 35.1390922401vw;
    height: 35.1390922401vw;
    content: "";
    background: url("../../assets/images/common/bg_circle01.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .leader-job__inner::before {
    top: -54px;
    left: -637px;
    width: 480px;
    height: 480px;
  }
}

@media only screen and (min-width: 768px) {
  .leader-job__inner::after {
    position: absolute;
    top: 16.6178623719vw;
    right: -38.2137628111vw;
    width: 30.5270863836vw;
    height: 30.5270863836vw;
    content: "";
    background: url("../../assets/images/common/bg_circle02.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .leader-job__inner::after {
    top: 227px;
    right: -522px;
    width: 417px;
    height: 417px;
  }
}

.leader-job__content {
  padding: 28px 5px 26px;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .leader-job__content {
    padding: 40px 50px 48px;
  }
}

.leader-job__heading {
  margin-bottom: 27px;
}
@media only screen and (min-width: 768px) {
  .leader-job__heading {
    margin-bottom: 70px;
  }
}

.leader-job__box {
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) {
  .leader-job__box {
    max-width: 1000px;
    margin: 0 auto 30px;
  }
}

.leader-job__box02 {
  padding-right: 7px;
  padding-left: 7px;
}
@media only screen and (min-width: 768px) {
  .leader-job__box02 {
    padding-right: 0;
    padding-left: 0;
  }
}

.leader-job__box02 > p:not(:last-child) {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .leader-job__box02 > p:not(:last-child) {
    margin-bottom: 2em;
  }
}

.leader-job__img01 {
  display: block;
  margin-bottom: 15px;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .leader-job__img01 {
    float: right;
    width: 26.3543191801vw;
    margin-bottom: 30px;
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1366px) {
  .leader-job__img01 {
    width: 360px;
  }
}

.leader-job-bottom {
  padding: 20px 0;
  margin-top: 24px;
  clear: both;
  background-color: #f1f1e9;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .leader-job-bottom {
    max-width: 1000px;
    padding: 30px 25px;
    margin: 50px auto 0;
  }
}

@media only screen and (min-width: 768px) {
  .leader-job-bottom__list {
    display: flex;
    gap: 1.756954612vw;
    justify-content: center;
    width: 100%;
  }
}
@media only screen and (min-width: 1366px) {
  .leader-job-bottom__list {
    gap: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .leader-job-bottom__item {
    width: 300px;
  }
}

.leader-job-bottom__item:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .leader-job-bottom__item:not(:last-child) {
    margin-bottom: 0;
  }
}

/* ==========================================================================
    求める人物像
  ========================================================================== */
.leader-person__section {
  padding-top: 22px;
}
@media only screen and (min-width: 768px) {
  .leader-person__section {
    padding-top: 38px;
  }
}

.leader-person__heading {
  margin-bottom: 29px;
}
@media only screen and (min-width: 768px) {
  .leader-person__heading {
    margin-bottom: 57px;
  }
}

@media only screen and (min-width: 768px) {
  .leader-person__box {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    max-width: 1000px;
    margin: 0 auto;
  }
}

.leader-person__img {
  display: block;
  margin: 0 auto 20px;
}

/* 一日の流れ */
.leader-flow {
  position: relative;
  padding-top: 43px;
  padding-bottom: 28px;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .leader-flow {
    padding-top: 66px;
    padding-bottom: 52px;
  }
}

.leader-flow::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 15px;
  content: "";
  background-color: #fff4e2;
}

.leader-flow__inner {
  position: relative;
  max-width: 1130px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 768px) {
  .leader-flow__inner::before {
    position: absolute;
    top: 26.7203513909vw;
    left: -46.2664714495vw;
    width: 30.5270863836vw;
    height: 30.5270863836vw;
    content: "";
    background: url("../../assets/images/common/bg_circle02.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .leader-flow__inner::before {
    top: 365px;
    left: -632px;
    width: 417px;
    height: 417px;
  }
}

@media only screen and (min-width: 768px) {
  .leader-flow__inner::after {
    position: absolute;
    top: 2.4890190337vw;
    right: -42.8257686676vw;
    width: 35.1390922401vw;
    height: 35.1390922401vw;
    content: "";
    background: url("../../assets/images/common/bg_circle03.png") no-repeat center center;
    background-size: cover;
  }
}
@media only screen and (min-width: 1366px) {
  .leader-flow__inner::after {
    top: 34px;
    right: -585px;
    width: 480px;
    height: 480px;
  }
}

@media only screen and (min-width: 768px) {
  .leader-flow__content {
    position: relative;
  }
}

@media only screen and (min-width: 768px) {
  .leader-flow__content::before {
    position: absolute;
    bottom: 19.4729136164vw;
    left: -46.2664714495vw;
    width: 30.5270863836vw;
    height: 30.5270863836vw;
    content: "";
    background: url("../../assets/images/common/bg_circle02.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .leader-flow__content::before {
    bottom: 266px;
    left: -632px;
    width: 417px;
    height: 417px;
  }
}

@media only screen and (min-width: 768px) {
  .leader-flow__content::after {
    position: absolute;
    right: -42.8257686676vw;
    bottom: 38.7994143485vw;
    width: 35.1390922401vw;
    height: 35.1390922401vw;
    content: "";
    background: url("../../assets/images/common/bg_circle03.png") no-repeat center center;
    background-size: cover;
  }
}
@media only screen and (min-width: 1366px) {
  .leader-flow__content::after {
    right: -585px;
    bottom: 530px;
    width: 480px;
    height: 480px;
  }
}

.leader-flow__heading {
  margin-bottom: 27px;
}
@media only screen and (min-width: 768px) {
  .leader-flow__heading {
    margin-bottom: 58px;
  }
}

.leader-flow__box {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .leader-flow__box {
    max-width: 1000px;
    margin: 0 auto 40px;
  }
}

.leader-flow__box > p:not(:last-child) {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .leader-flow__box > p:not(:last-child) {
    margin-bottom: 2em;
  }
}

.leader-flow__timeline {
  padding: 40px 5px 15px;
  background-color: #f9f5f1;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .leader-flow__timeline {
    padding: 80px 50px 12px;
  }
}

.leader-flow__timeline-list {
  position: relative;
  margin: 0;
}

.leader-flow__timeline-time {
  position: absolute;
  top: 0;
  left: -62px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.125;
  color: #fff;
  text-align: center;
  background-color: #ec6666;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .leader-flow__timeline-time {
    left: -118px;
    width: 100px;
    height: 100px;
    font-size: 1.25rem;
  }
}

.leader-flow__timeline-time-hiragana {
  font-weight: 400;
}

.leader-flow__timeline-time--first::before {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 9px;
  height: 20px;
  content: "";
  background-color: #f6c5c5;
  border-radius: 8px 8px 0 0;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .leader-flow__timeline-time--first::before {
    top: -50px;
    width: 15px;
    height: 50px;
  }
}

.leader-flow__timeline-time--last::after {
  position: absolute;
  bottom: -25px;
  left: 50%;
  width: 9px;
  height: 25px;
  content: "";
  background-color: #f6c5c5;
  border-radius: 0 0 8px 8px;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .leader-flow__timeline-time--last::after {
    bottom: -80px;
    width: 15px;
    height: 80px;
  }
}

.leader-flow__timeline-move {
  position: absolute;
  top: 0;
  left: -55px;
  width: 48px;
  height: 48px;
}
@media only screen and (min-width: 768px) {
  .leader-flow__timeline-move {
    left: -103px;
    width: 70px;
    height: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .leader-flow__timeline-move__img {
    aspect-ratio: 96/96;
  }
}

.leader-flow__timeline-box {
  position: relative;
  margin-left: 62px;
}
@media only screen and (min-width: 768px) {
  .leader-flow__timeline-box {
    display: flex;
    gap: 3.6603221083vw;
    justify-content: space-between;
    margin-left: 118px;
  }
}
@media only screen and (min-width: 1366px) {
  .leader-flow__timeline-box {
    gap: 50px;
  }
}

.leader-flow__timeline-box:not(:last-child) {
  padding-bottom: 37px;
}
@media only screen and (min-width: 768px) {
  .leader-flow__timeline-box:not(:last-child) {
    padding-bottom: 28px;
  }
}

.leader-flow__timeline-box::before {
  position: absolute;
  top: 5px;
  left: -35px;
  width: 9px;
  height: calc(100% + 5px);
  content: "";
  background-color: #ec6666;
}
@media only screen and (min-width: 768px) {
  .leader-flow__timeline-box::before {
    left: -75px;
    width: 15px;
  }
}

.leader-flow__timeline-box:last-of-type::before {
  display: none;
}

@media only screen and (min-width: 768px) {
  .leader-flow__timeline-title {
    flex-grow: 1;
  }
}

.leader-flow__timeline-title01 {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #c5006d;
  border-bottom: 1px dotted #ec6666;
}
@media only screen and (min-width: 768px) {
  .leader-flow__timeline-title01 {
    padding-left: 3px;
    font-size: 1.375rem;
  }
}

.leader-flow__timeline-title01 rt {
  color: inherit;
}

.leader-flow__timeline-list01 {
  margin-bottom: 5px;
  margin-left: 1.25em;
}

.leader-flow__timeline-item01 {
  position: relative;
  font-size: 1rem;
  list-style: disc;
}
@media only screen and (min-width: 768px) {
  .leader-flow__timeline-item01 {
    font-size: 1.25rem;
  }
}

.leader-flow__timeline-item01::marker {
  color: #f7c9dd;
}

@media only screen and (min-width: 768px) {
  .leader-flow__timeline-desc {
    flex-shrink: 0;
  }
}

.leader-flow__timeline-img {
  display: block;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .leader-flow__timeline-img {
    width: 21.2298682284vw;
  }
}
@media only screen and (min-width: 1366px) {
  .leader-flow__timeline-img {
    width: 290px;
  }
}

.leader-flow__timeline-img:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .leader-flow__timeline-img:not(:last-child) {
    margin-bottom: 14px;
  }
}

.leader-flow__timeline-bottom {
  margin-top: 25px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .leader-flow__timeline-bottom {
    width: calc(100% - 24.8901903367vw);
  }
}
@media only screen and (min-width: 1366px) {
  .leader-flow__timeline-bottom {
    width: calc(100% - 340px);
  }
}

.leader-flow__timeline-bottom-text {
  font-size: 1rem;
  font-weight: 700;
  color: #f35959;
}
@media only screen and (min-width: 768px) {
  .leader-flow__timeline-bottom-text {
    font-size: 1.375rem;
  }
}

.leader-flow__timeline-bottom-text rt {
  color: inherit;
}

@media only screen and (min-width: 768px) {
  .leader-flow__timeline-bottom-img {
    display: block;
    width: 36.6032210835vw;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1366px) {
  .leader-flow__timeline-bottom-img {
    width: 500px;
  }
}

/* 人材育成 */
.leader-human-resource-development {
  position: relative;
  padding-top: 44px;
  padding-bottom: 20px;
  background-color: #f7f6fe;
}
@media only screen and (min-width: 768px) {
  .leader-human-resource-development {
    padding-top: 55px;
    padding-bottom: 45px;
  }
}

.leader-human-resource-development::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 15px;
  content: "";
  background-color: #f9f5f1;
  mix-blend-mode: multiply;
}

.leader-human-resource-development__inner {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .leader-human-resource-development__inner {
    max-width: 1230px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 768px) {
  .leader-human-resource-development__inner::before {
    position: absolute;
    top: 2.196193265vw;
    left: -46.486090776vw;
    width: 35.1390922401vw;
    height: 35.1390922401vw;
    content: "";
    background: url("../../assets/images/common/bg_circle01.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .leader-human-resource-development__inner::before {
    top: 30px;
    left: -635px;
    width: 480px;
    height: 480px;
  }
}

@media only screen and (min-width: 768px) {
  .leader-human-resource-development__inner::after {
    position: absolute;
    top: 40.2635431918vw;
    right: -34.3338213763vw;
    width: 30.5270863836vw;
    height: 30.5270863836vw;
    content: "";
    background: url("../../assets/images/common/bg_circle02.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .leader-human-resource-development__inner::after {
    top: 550px;
    right: -469px;
    width: 417px;
    height: 417px;
  }
}

.leader-human-resource-development__content {
  padding: 30px 12px 20px;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .leader-human-resource-development__content {
    padding: 63px 15px 65px;
  }
}

.leader-human-resource-development__heading {
  margin-bottom: 27px;
}
@media only screen and (min-width: 768px) {
  .leader-human-resource-development__heading {
    margin-bottom: 56px;
  }
}

.leader-human-resource-development__box {
  margin-bottom: 37px;
}
@media only screen and (min-width: 768px) {
  .leader-human-resource-development__box {
    max-width: 1000px;
    margin: 0 auto 48px;
  }
}

.leader-human-resource-development__box > p:not(:last-child) {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .leader-human-resource-development__box > p:not(:last-child) {
    margin-bottom: 2em;
  }
}

.leader-human-resource-development__indent-1em {
  padding-left: 1em;
}

.leader-human-resource-development__indent-2em {
  padding-left: 2em;
}

.leader-human-resource-development__list {
  position: relative;
  margin: 0;
}

.leader-human-resource-development__item {
  list-style: disc;
}

.leader-human-resource-development__item::marker {
  color: #f7c9dd;
}

.leader-human-resource-development__box02 {
  max-width: 1000px;
  margin: 0 auto;
}

.leader-human-resource-development__table {
  width: 100%;
  margin-bottom: 20px;
  table-layout: fixed;
  border-collapse: collapse;
  border-bottom: 1px solid #d6cab8;
}
@media only screen and (min-width: 768px) {
  .leader-human-resource-development__table {
    margin-bottom: 40px;
    border: none;
  }
}

.leader-human-resource-development__th,
.leader-human-resource-development__td {
  display: block;
}
@media only screen and (min-width: 768px) {
  .leader-human-resource-development__th,
  .leader-human-resource-development__td {
    display: table-cell;
  }
}

.leader-human-resource-development__th {
  padding: 10px 5px;
  font-weight: 700;
  background-color: #fff5f5;
  border-top: 1px solid #d6cab8;
  border-bottom: 1px solid #d6cab8;
}
@media only screen and (min-width: 768px) {
  .leader-human-resource-development__th {
    width: 200px;
    padding: 15px 20px;
    vertical-align: top;
  }
}

.leader-human-resource-development__td {
  padding: 10px 5px 25px;
}
@media only screen and (min-width: 768px) {
  .leader-human-resource-development__td {
    padding: 15px 20px;
    vertical-align: top;
    border-top: 1px solid #d6cab8;
    border-bottom: 1px solid #d6cab8;
  }
}

.leader-human-resource-development__title {
  font-weight: 700;
  color: #c5006d;
}

.leader-human-resource-development__title rt {
  color: inherit;
}

.leader-human-resource-development__title02 {
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .leader-human-resource-development__img-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4641288433vw;
  }
}
@media only screen and (min-width: 1366px) {
  .leader-human-resource-development__img-box {
    gap: 20px;
  }
}

.leader-human-resource-development__img {
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  .leader-human-resource-development__img:not(:last-child) {
    display: block;
    margin-bottom: 20px;
  }
}

/* 関連コンテンツ */
.leader-related {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .leader-related {
    padding: 60px 0;
  }
}

.leader-related__inner {
  max-width: 1230px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.leader-related-card {
  margin-top: 0;
}

/* 求人情報 */
.leader-recruit {
  position: relative;
  padding-top: 48px;
  padding-bottom: 45px;
  background-color: #eef6fe;
}
@media only screen and (min-width: 768px) {
  .leader-recruit {
    padding-top: 73px;
    padding-bottom: 66px;
  }
}

.leader-recruit::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 15px;
  content: "";
  background-color: #e1edf9;
  mix-blend-mode: multiply;
}

.leader-recruit__inner {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .leader-recruit__inner {
    max-width: 1230px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 768px) {
  .leader-recruit__inner::before {
    position: absolute;
    top: -1.756954612vw;
    left: -46.486090776vw;
    width: 35.1390922401vw;
    height: 35.1390922401vw;
    content: "";
    background: url("../../assets/images/common/bg_circle01.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .leader-recruit__inner::before {
    top: -24px;
    left: -635px;
    width: 480px;
    height: 480px;
  }
}

@media only screen and (min-width: 768px) {
  .leader-recruit__inner::after {
    position: absolute;
    top: 27.6720351391vw;
    right: -37.3352855051vw;
    width: 30.5270863836vw;
    height: 30.5270863836vw;
    content: "";
    background: url("../../assets/images/common/bg_circle02.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .leader-recruit__inner::after {
    top: 378px;
    right: -510px;
    width: 417px;
    height: 417px;
  }
}

.leader-recruit__content {
  padding: 14px 12px 40px;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .leader-recruit__content {
    padding: 32px 50px 50px;
  }
}

.leader-recruit__heading {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .leader-recruit__heading {
    margin-bottom: 59px;
  }
}

.leader-recruit__box {
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .leader-recruit__box {
    max-width: 1000px;
    margin: 0 auto 58px;
  }
}

.leader-recruit__box > p:not(:last-child) {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .leader-recruit__box > p:not(:last-child) {
    margin-bottom: 2em;
  }
}

.leader-recruit__box02 {
  max-width: 800px;
  margin: 0 auto;
}

.leader-recruit__list {
  margin: 0;
  border-top: 1px solid #d6cab8;
}

.leader-recruit__item:not(:first-child) {
  border-top: 1px solid #d6cab8;
}

.leader-recruit__item:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .leader-recruit__item:last-child {
    border-bottom: 1px solid #d6cab8;
  }
}

.leader-recruit__item {
  padding: 7px 0;
}
@media only screen and (min-width: 768px) {
  .leader-recruit__item {
    display: flex;
    padding: 0;
  }
}

.leader-recruit__title {
  font-weight: 700;
  color: #c5006d;
}
@media only screen and (min-width: 768px) {
  .leader-recruit__title {
    position: relative;
    flex-shrink: 0;
    width: 200px;
    padding: 16px 0 16px 8px;
    color: #4e4e4e;
  }
}

.leader-recruit__title rt {
  color: inherit;
}

@media only screen and (min-width: 768px) {
  .leader-recruit__title::before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 200px;
    height: 1px;
    content: "";
    background-color: #b49ce3;
  }
}

@media only screen and (min-width: 768px) {
  .leader-recruit__title::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 200px;
    height: 1px;
    content: "";
    background-color: #b49ce3;
  }
}

.leader-recruit__description {
  padding-left: 14px;
}
@media only screen and (min-width: 768px) {
  .leader-recruit__description {
    flex-grow: 1;
    padding: 16px 0 16px 50px;
  }
}

.leader-recruit__description-list {
  margin-left: 1.25em;
}

.leader-recruit__description-item {
  list-style: disc;
}

.leader-recruit__description-item::marker {
  color: #f7c9dd;
}

.leader-recruit-bottom {
  padding: 20px 0;
  margin-top: 24px;
  clear: both;
  background-color: #f1f1e9;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) {
  .leader-recruit-bottom {
    max-width: 1000px;
    padding: 30px 25px;
    margin: 50px auto 0;
  }
}

@media only screen and (min-width: 768px) {
  .leader-recruit-bottom__list {
    display: flex;
    gap: 1.756954612vw;
    justify-content: center;
    width: 100%;
  }
}
@media only screen and (min-width: 1366px) {
  .leader-recruit-bottom__list {
    gap: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .leader-recruit-bottom__item {
    width: 300px;
  }
}

.leader-recruit-bottom__item:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .leader-recruit-bottom__item:not(:last-child) {
    margin-bottom: 0;
  }
}

/* ==========================================================================
    イベント紹介
  ========================================================================== */
.event-introduction {
  position: relative;
  padding-top: 43px;
  padding-bottom: 38px;
  background-color: #eef6fe;
}
@media only screen and (min-width: 768px) {
  .event-introduction {
    padding-top: 90px;
    padding-bottom: 120px;
  }
}

.event-introduction::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 15px;
  content: "";
  background-color: #e1edf9;
  mix-blend-mode: multiply;
}

.event-introduction::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .event-introduction::after {
    position: absolute;
    top: 1.4641288433vw;
    left: 50%;
    display: block;
    width: 171.8155197657vw;
    height: 100%;
    content: "";
    background-image: url("../../assets/images/common/bg_circle_set01.png");
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100% auto;
    mix-blend-mode: multiply;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1366px) {
  .event-introduction::after {
    top: 20px;
    width: 2347px;
  }
}

.event-introduction__inner {
  position: relative;
}

.event-introduction__content {
  padding: 28px 5px;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .event-introduction__content {
    position: relative;
    z-index: 1;
    padding: 38px 50px 62px;
  }
}

.event-introduction__heading {
  margin-bottom: 27px;
}
@media only screen and (min-width: 768px) {
  .event-introduction__heading {
    margin-bottom: 70px;
  }
}

.event-introduction__box {
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .event-introduction__box {
    max-width: 1000px;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto 60px;
  }
}

.event-introduction__box:first-of-type {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .event-introduction__box:first-of-type {
    margin-bottom: 45px;
  }
}

.event-introduction__box:last-child {
  margin-bottom: 0;
}

.event-introduction__group {
  padding-right: 5px;
  padding-left: 5px;
}
@media only screen and (min-width: 768px) {
  .event-introduction__group {
    max-width: 1000px;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
  }
}

.event-introduction__group__heading01 {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .event-introduction__group__heading01 {
    margin-bottom: 15px;
  }
}

.event-introduction__group__text01 {
  margin-bottom: 22px;
}
@media only screen and (min-width: 768px) {
  .event-introduction__group__text01 {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .event-introduction__group__img-list {
    display: flex;
    gap: 2.196193265vw;
  }
}
@media only screen and (min-width: 1366px) {
  .event-introduction__group__img-list {
    gap: 20px;
  }
}

.event-introduction__group__img-item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .event-introduction__group__img-item {
    width: 33.3333333333%;
  }
}

.event-introduction__group__img-item:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .event-introduction__group__img-item:not(:last-child) {
    margin-bottom: 0;
  }
}

.event-introduction__group__img-img {
  border-radius: 20px;
}

/* ==========================================================================
    社員の声
  ========================================================================== */
.recruit-voice {
  position: relative;
  padding-top: 43px;
  padding-bottom: 38px;
  background-color: #eef6fe;
}
@media only screen and (min-width: 768px) {
  .recruit-voice {
    padding-top: 83px;
    padding-bottom: 60px;
  }
}

.recruit-voice::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 15px;
  content: "";
  background-color: #e1edf9;
  mix-blend-mode: multiply;
}

.recruit-voice::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .recruit-voice::after {
    position: absolute;
    top: 1.4641288433vw;
    left: 50%;
    display: block;
    width: 171.8155197657vw;
    height: 100%;
    content: "";
    background-image: url("../../assets/images/common/bg_circle_set01.png");
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100% auto;
    mix-blend-mode: multiply;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1366px) {
  .recruit-voice::after {
    top: 20px;
    width: 2347px;
  }
}

.recruit-voice__inner {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .recruit-voice__inner {
    max-width: 1230px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

.recruit-voice__content {
  position: relative;
  z-index: 1;
  padding: 27px 0 42px;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .recruit-voice__content {
    padding: 47px 50px 68px;
  }
}

.recruit-voice__card {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

@media only screen and (min-width: 768px) {
  .recruit-voice__card--staff {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.196193265vw 2.9282576867vw;
  }
}
@media only screen and (min-width: 1366px) {
  .recruit-voice__card--staff {
    gap: 30px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .recruit-voice__card--leader {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .recruit-voice__card--leader {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.196193265vw;
  }
}
@media only screen and (min-width: 1366px) {
  .recruit-voice__card--leader {
    gap: 30px;
  }
}

.recruit-voice__card-item {
  position: relative;
  display: grid;
  padding: 20px;
  background-color: #f9f5f1;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .recruit-voice__card-item {
    display: grid;
    grid-template-rows: subgrid;
    padding: 1.8301610542vw;
  }
}
@media only screen and (min-width: 1366px) {
  .recruit-voice__card-item {
    padding: 25px;
  }
}

.recruit-voice__card-item--staff {
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  .recruit-voice__card-item--staff {
    grid-row: span 2;
    gap: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .recruit-voice__card-item--leader {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .recruit-voice__card-item--leader {
    grid-template-columns: 120px 1fr;
    grid-row: span 1;
    gap: 1.4641288433vw;
  }
}
@media only screen and (min-width: 1366px) {
  .recruit-voice__card-item--leader {
    gap: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .recruit-voice__card-item--leader:not(:last-child) {
    margin-bottom: 20px;
  }
}

.recruit-voice__card-head {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 20px;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .recruit-voice__card-head {
    grid-template-columns: 120px 1fr;
    gap: 1.4641288433vw;
  }
}
@media only screen and (min-width: 1366px) {
  .recruit-voice__card-head {
    gap: 20px;
  }
}

.recruit-voice__card-head--leader {
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .recruit-voice__card-head--leader {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.recruit-voice__card-head-img-wrap {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .recruit-voice__card-head-img-wrap--leader {
    width: 90px;
  }
}

.recruit-voice__card-head-img-wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 50%;
}

.recruit-voice__card-head-img-wrap--staff::before {
  border: 5px solid #a6cff2;
}

.recruit-voice__card-head-img-wrap--leader::before {
  border: 5px solid #f7c9dd;
}

.recruit-voice__card-head-img {
  border-radius: 50%;
  transform: scale(0.99);
}

@media only screen and (max-width: 767px) {
  .recruit-voice__card-head-txt--leader {
    position: absolute;
    top: 20px;
    left: 130px;
    display: flex;
    align-items: center;
    min-height: 90px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .recruit-voice__card-head-txt--leader {
    margin-bottom: 30px;
  }
}

/* スタッフの声 */
.staff-voice {
  position: relative;
  padding-top: 0;
  padding-bottom: 48px;
}
@media only screen and (min-width: 768px) {
  .staff-voice {
    padding-bottom: 66px;
    border-bottom: 2px dashed #d6cab8;
  }
}

@media only screen and (max-width: 767px) {
  .staff-voice::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 88vw;
    height: 0;
    content: "";
    border-bottom: 2px dashed #d6cab8;
    transform: translateX(-50%);
  }
}

.staff-voice__heading {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .staff-voice__heading {
    margin-bottom: 60px;
  }
}

.staff-voice__content {
  padding-right: 12px;
  padding-left: 12px;
}
@media only screen and (min-width: 768px) {
  .staff-voice__content {
    max-width: 1000px;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
  }
}

.staff-voice__txt01 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .staff-voice__txt01 {
    margin-bottom: 45px;
  }
}

/* 指導員の声 */
.leader-voice {
  padding-top: 22px;
}
@media only screen and (min-width: 768px) {
  .leader-voice {
    padding-top: 38px;
  }
}

.leader-voice__heading {
  margin-bottom: 29px;
}
@media only screen and (min-width: 768px) {
  .leader-voice__heading {
    margin-bottom: 57px;
  }
}

.leader-voice__content {
  padding-right: 12px;
  padding-left: 12px;
}
@media only screen and (min-width: 768px) {
  .leader-voice__content {
    max-width: 1000px;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
  }
}

.leader-voice__txt01 {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .leader-voice__txt01 {
    margin-bottom: 45px;
  }
}

/* ==========================================================================
    採用情報
  ========================================================================== */
.contact {
  position: relative;
  padding-top: 46px;
  padding-bottom: 34px;
  background-color: #eef6fe;
}
@media only screen and (min-width: 768px) {
  .contact {
    padding-top: 90px;
    padding-bottom: 56px;
  }
}

.contact::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 15px;
  content: "";
  background-color: #e1edf9;
  mix-blend-mode: multiply;
}

.contact__inner {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .contact__inner {
    max-width: 1230px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 768px) {
  .contact__inner::before {
    position: absolute;
    top: -4.1727672035vw;
    left: -46.6325036603vw;
    width: 35.1390922401vw;
    height: 35.1390922401vw;
    content: "";
    background: url("../../assets/images/common/bg_circle01.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .contact__inner::before {
    top: -57px;
    left: -637px;
    width: 480px;
    height: 480px;
  }
}

@media only screen and (min-width: 768px) {
  .contact__inner::after {
    position: absolute;
    top: 16.6178623719vw;
    right: -37.1156661786vw;
    width: 30.5270863836vw;
    height: 30.5270863836vw;
    content: "";
    background: url("../../assets/images/common/bg_circle02.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .contact__inner::after {
    top: 227px;
    right: -507px;
    width: 417px;
    height: 417px;
  }
}

.contact__content {
  padding: 28px 12px 26px;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .contact__content {
    padding: 40px 50px 48px;
  }
}

.contact__heading {
  margin-bottom: 37px;
}
@media only screen and (min-width: 768px) {
  .contact__heading {
    margin-bottom: 64px;
  }
}

.contact__txt01 {
  padding-right: 7px;
  padding-left: 7px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .contact__txt01 {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 25px;
    text-align: center;
  }
}

.contact__box {
  max-width: 800px;
  margin: 0 auto;
}

.contact__list {
  margin: 0;
  border-top: 1px solid #d6cab8;
}
.contact__item:not(:first-child) {
  border-top: 1px solid #d6cab8;
}
.contact__item {
  padding: 7px 0;
}
@media only screen and (min-width: 768px) {
  .contact__item {
    display: flex;
    padding: 0;
  }
}

.contact__item:last-child {
  padding-bottom: 0;
}

.contact__title {
  font-weight: 700;
  color: #0f3e81;
}
@media only screen and (min-width: 768px) {
  .contact__title {
    position: relative;
    flex-shrink: 0;
    width: 200px;
    padding: 16px 0 16px 8px;
    color: #4e4e4e;
  }
}

.contact__title rt {
  color: inherit;
}

@media only screen and (min-width: 768px) {
  .contact__item:last-child .contact__title {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .contact__title::before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 200px;
    height: 1px;
    content: "";
    background-color: #b49ce3;
  }
}

@media only screen and (min-width: 768px) {
  .contact__title::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 200px;
    height: 1px;
    content: "";
    background-color: #b49ce3;
  }
}

.contact__item:last-child .contact__title::after {
  display: none;
}

.contact__description {
  padding-left: 14px;
}
@media only screen and (min-width: 768px) {
  .contact__description {
    flex-grow: 1;
    padding: 16px 0 16px 50px;
  }
}

@media only screen and (min-width: 768px) {
  .contact__item:last-child .contact__description {
    padding-bottom: 0;
  }
}

.contact__tel-link {
  color: #4e4e4e;
  text-decoration: none;
}

.contact__tel-link:hover {
  color: #4e4e4e;
  text-decoration: none;
}
@media (hover: none) {
  .contact__tel-link:hover {
    color: #4e4e4e;
    text-decoration: none;
  }
}

/* ==========================================================================
    ふりがな表示と当サイトのご利用について
  ========================================================================== */
.policy {
  position: relative;
  padding-top: 46px;
  padding-bottom: 34px;
  background-color: #eef6fe;
}
@media only screen and (min-width: 768px) {
  .policy {
    padding-top: 90px;
    padding-bottom: 56px;
  }
}

.policy::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 15px;
  content: "";
  background-color: #e1edf9;
  mix-blend-mode: multiply;
}

.policy__inner {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) {
  .policy__inner {
    max-width: 1230px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 768px) {
  .policy__inner::before {
    position: absolute;
    top: -4.1727672035vw;
    left: -46.2664714495vw;
    width: 35.1390922401vw;
    height: 35.1390922401vw;
    content: "";
    background: url("../../assets/images/common/bg_circle01.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .policy__inner::before {
    top: -57px;
    left: -632px;
    width: 480px;
    height: 480px;
  }
}

@media only screen and (min-width: 768px) {
  .policy__inner::after {
    position: absolute;
    top: 13.17715959vw;
    right: -37.701317716vw;
    width: 30.5270863836vw;
    height: 30.5270863836vw;
    content: "";
    background: url("../../assets/images/common/bg_circle02.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .policy__inner::after {
    top: 180px;
    right: -515px;
    width: 417px;
    height: 417px;
  }
}

.policy__content {
  padding: 25px 5px;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .policy__content {
    position: relative;
    padding: 40px 50px 48px;
  }
}

@media only screen and (min-width: 768px) {
  .policy__content::before {
    position: absolute;
    bottom: 16.6910688141vw;
    left: -47.364568082vw;
    width: 35.1390922401vw;
    height: 35.1390922401vw;
    content: "";
    background: url("../../assets/images/common/bg_circle01.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .policy__content::before {
    bottom: 228px;
    left: -647px;
    width: 480px;
    height: 480px;
  }
}

@media only screen and (min-width: 768px) {
  .policy__content::after {
    position: absolute;
    right: -38.7994143485vw;
    bottom: 4.0995607613vw;
    width: 30.5270863836vw;
    height: 30.5270863836vw;
    content: "";
    background: url("../../assets/images/common/bg_circle02.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .policy__content::after {
    right: -530px;
    bottom: 56px;
    width: 417px;
    height: 417px;
  }
}

.policy__heading {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .policy__heading {
    margin-bottom: 60px;
  }
}

.policy__wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.policy-heading01 {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .policy-heading01 {
    margin-bottom: 15px;
  }
}

.policy__box {
  padding-top: 22px;
  padding-right: 5px;
  padding-left: 5px;
}
@media only screen and (min-width: 768px) {
  .policy__box {
    padding-top: 70px;
  }
}

.policy__box:first-child {
  padding-top: 0;
}

.policy__box:not(:last-child) {
  padding-bottom: 64px;
  border-bottom: 2px dashed #d6cab8;
}
@media only screen and (min-width: 768px) {
  .policy__box:not(:last-child) {
    padding-bottom: 60px;
  }
}

.policy__box01:not(:last-child) {
  margin-bottom: 62px;
}
@media only screen and (min-width: 768px) {
  .policy__box01:not(:last-child) {
    margin-bottom: 73px;
  }
}

.policy__box01--s:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .policy__box01--s:not(:last-child) {
    margin-bottom: 32px;
  }
}

.policy__box01 p:not(:last-of-type) {
  margin-bottom: 1em;
}

.policy__txt01 {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .policy__txt01 {
    margin-bottom: 30px;
  }
}

.policy__table {
  width: 100%;
  margin-bottom: 20px;
  table-layout: fixed;
  border-collapse: collapse;
  border-bottom: 1px solid #d6cab8;
}
@media only screen and (min-width: 768px) {
  .policy__table {
    margin-bottom: 40px;
    border: none;
  }
}

.policy__th,
.policy__td {
  display: block;
}
@media only screen and (min-width: 768px) {
  .policy__th,
  .policy__td {
    display: table-cell;
  }
}

.policy__th {
  padding: 10px 5px;
  font-weight: 700;
  background-color: #f7f6fe;
  border-top: 1px solid #d6cab8;
  border-bottom: 1px solid #d6cab8;
}
@media only screen and (min-width: 768px) {
  .policy__th {
    width: 200px;
    padding: 15px 20px;
    vertical-align: top;
  }
}

.policy__td {
  padding: 10px 5px 25px;
}
@media only screen and (min-width: 768px) {
  .policy__td {
    padding: 15px 20px;
    vertical-align: top;
    border-top: 1px solid #d6cab8;
    border-bottom: 1px solid #d6cab8;
  }
}

.policy__acrobat {
  margin-bottom: 1em;
}

.policy__acrobat a {
  display: block;
  transition: all 0.3s ease;
}

.policy__acrobat a:hover {
  opacity: 1;
}
@media (hover: none) {
  .policy__acrobat a:hover {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  .policy__acrobat a:hover {
    opacity: 0.7;
  }
}

@media only screen and (min-width: 768px) {
  .policy-guide {
    position: relative;
  }
}

@media only screen and (min-width: 768px) {
  .policy-guide::before {
    position: absolute;
    top: 31.4787701318vw;
    left: -53.5871156662vw;
    width: 35.1390922401vw;
    height: 35.1390922401vw;
    content: "";
    background: url("../../assets/images/common/bg_circle01.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .policy-guide::before {
    top: 430px;
    left: -732px;
    width: 480px;
    height: 480px;
  }
}

@media only screen and (min-width: 768px) {
  .policy-guide::after {
    position: absolute;
    top: 49.0483162518vw;
    right: -45.0219619327vw;
    width: 30.5270863836vw;
    height: 30.5270863836vw;
    content: "";
    background: url("../../assets/images/common/bg_circle02.png") no-repeat center center;
    background-size: cover;
    mix-blend-mode: multiply;
  }
}
@media only screen and (min-width: 1366px) {
  .policy-guide::after {
    top: 670px;
    right: -615px;
    width: 417px;
    height: 417px;
  }
}

.policy__list01 {
  margin-left: 1.25em;
}

.policy__item01 {
  list-style: disc;
}

.policy__item01::marker {
  color: #a6cff2;
}

.policy__tel-link {
  color: #4e4e4e;
  text-decoration: none;
}

.policy__tel-link:hover {
  color: #4e4e4e;
  text-decoration: none;
}
@media (hover: none) {
  .policy__tel-link:hover {
    color: #4e4e4e;
    text-decoration: none;
  }
}

/* ==========================================================================
    エラー
   ========================================================================== */
.p-error {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .p-error {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.p-error__inner {
  position: relative;
  max-width: 1030px;
}

.p-error__inner::before {
  position: absolute;
  top: -155px;
  right: -125px;
  width: 234px;
  height: 234px;
  content: "";
  background: url("../../assets/images/common/bg_header_circle01.png") no-repeat center center;
  background-size: cover;
  mix-blend-mode: multiply;
}
@media only screen and (min-width: 768px) {
  .p-error__inner::before {
    top: -31.4787701318vw;
    right: -56.3689604685vw;
    width: 38.7994143485vw;
    height: 38.7994143485vw;
    background-size: cover;
  }
}
@media only screen and (min-width: 1366px) {
  .p-error__inner::before {
    top: -430px;
    right: -770px;
    width: 530px;
    height: 530px;
  }
}

.p-error__title {
  margin-bottom: 44px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p-error__title {
    margin-bottom: 95px;
    font-size: 2rem;
  }
}

.p-error__text {
  font-size: 1rem;
}
@media only screen and (min-width: 768px) {
  .p-error__text {
    font-size: 1.25rem;
  }
}

.p-error__404 {
  padding: 5px 0 10px;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
  color: #e6dde9;
}
@media only screen and (min-width: 768px) {
  .p-error__404 {
    padding: 5px 0 20px;
    font-size: 11.25rem;
  }
}

/* @ PC･SP切り替え
 * ------------------------------------------------------------ */
.sp-only {
  display: block !important;
}
@media only screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

.sp-only-inline-block {
  display: block !important;
}
@media only screen and (min-width: 768px) {
  .sp-only-inline-block {
    display: none !important;
  }
}

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

.pc-only-inline-block {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .pc-only-inline-block {
    display: inline-block !important;
  }
}

/* @ テキスト配置
 * ------------------------------------------------------------ */
.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

@media only screen and (min-width: 768px) {
  .u-text-center-pc {
    text-align: center !important;
  }
}

.u-text-center-sp {
  text-align: center !important;
}
@media only screen and (min-width: 768px) {
  .u-text-center-sp {
    text-align: inherit;
  }
}

/* @ spacing
 * ------------------------------------------------------------ */
.u-mb-0 {
  margin-bottom: 0;
}

.u-mb-20 {
  margin-bottom: 20px;
}

.u-mb-25 {
  margin-bottom: 25px;
}

.u-mb-45 {
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .u-mb-20-sp {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .u-mb-25-sp {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .u-mb-45-sp {
    margin-bottom: 45px;
  }
}

@media only screen and (min-width: 768px) {
  .u-mb-20-pc {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .u-mb-25-pc {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .u-mb-45-pc {
    margin-bottom: 45px;
  }
}

.u-ml-2_5 {
  margin-left: 2.5em;
}

/* @ span 改行
 * ------------------------------------------------------------ */
.newline {
  display: inline-block;
}

/* @ インデント
 * ------------------------------------------------------------ */
.u-indent-1em {
  padding-left: 1em;
  text-indent: -1em;
}

.u-indent-1em--p02 {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

.u-indent-1_25em {
  padding-left: 1.25em;
  text-indent: -1.25em;
}

.u-indent-1_25em--p02 {
  display: inline-block;
  padding-left: 1.25em;
  text-indent: -1.25em;
}

.u-indent-2em {
  padding-left: 2em;
  text-indent: -2em;
}

.u-indent-2em--p02 {
  display: inline-block;
  padding-left: 2em;
  text-indent: -2em;
}

.u-indent-3em {
  padding-left: 3em;
  text-indent: -3em;
}

.u-indent-3em--p02 {
  display: inline-block;
  padding-left: 3em;
  text-indent: -3em;
}

.u-indent-first-1em {
  text-indent: 1em;
}

.u-indent-first-1em--p02 {
  display: inline-block;
  text-indent: 1em;
}

.u-indent-letter-0_5em {
  letter-spacing: 0.5em;
}