@charset "UTF-8";
:root {
  --main-font-family: "Zen Kaku Gothic New", sans-serif;
  --sub-font-family: "Shippori Mincho", serif;
  --en-font-family: "Bellota Text", sans-serif;
  --main-font-size: 1rem;
  --main-font-weight: 400;
  --main-font-color: #000;
  --main-line-height: 1.87;
  --main-letter-spacing: 0.05em;
  --main-link-color: #000;
  --main-color: #000;
  --sub-color: #000;
  --main-inner-width: 71.25rem;
  --main-inner-padding: 0 1.25rem;
  --anime-speed: 750ms;
  --anime-delay: 0.6s;
}

@media (max-width: 750px) {
  :root {
    --main-font-size: 1rem;
    --main-line-height: 1.75;
    --main-letter-spacing: 0;
    --main-inner-width: 100%;
    --main-inner-padding: 0 1.875rem;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  padding: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: var(--main-font-family);
  font-size: var(--main-font-size);
  line-height: var(--main-line-height);
  font-weight: var(--main-font-weight);
  color: var(--main-font-color);
  letter-spacing: var(--main-letter-spacing);
  -webkit-text-size-adjust: 100%;
}

img,
svg {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
  line-height: 1;
}

a {
  color: var(--main-link-color);
  text-decoration: none;
}

input,
textarea,
button,
select {
  font-family: var(--main-font-family);
  font-size: var(--main-font-size);
  line-height: var(--main-line-hight);
  font-weight: var(--main-font-weight);
  color: var(--main-font-color);
}

:where(:root, body) {
  overflow-x: clip;
}

.header__inner--recruit {
  max-width: 83.75rem;
  margin-inline: auto;
  padding: 1.875rem 1.875rem 1.875rem 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FFF;
  backdrop-filter: blur(5px);
  border-radius: 0px 0px 10px 10px;
}
.header__inner--recruit .header__area {
  max-width: 50.625rem;
}

.header__recruit-logo {
  padding-right: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-right: 1px solid #1A2646;
}
.header__recruit-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5625rem;
}

.header__recruit-logo-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.1875rem;
}

.header__recruit-logo-ja {
  font-family: var(--sub-font-family);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
}

.header__recruit-logo-en {
  font-family: var(--en-font-family);
  font-size: 0.8125rem;
  line-height: 1.23;
}

/* Block: header
   ========================================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header.none {
  opacity: 0;
}

/* Element: header__inner
   ========================================================================== */
.header__inner {
  max-width: 83.75rem;
  margin-inline: auto;
  padding: 1.875rem 1.875rem 1.875rem 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
  border-radius: 0px 0px 10px 10px;
}

.header__area {
  max-width: 63.3125rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* Element: header__logo
   ========================================================================== */
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-decoration: none;
}

/* Element: header__nav
   ========================================================================== */
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.header__nav-link {
  font-family: var(--sub-font-family);
  font-weight: 600;
  letter-spacing: 0;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.header__nav-link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #333;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}

.header__nav-link:hover {
  color: #555;
}

.header__nav-link:hover::after {
  width: 100%;
}

/* Element: header__cta
   ========================================================================== */
.header__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header__cta-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  padding: 0.875rem 0.3125rem;
  border-radius: 50px;
  font-family: var(--sub-font-family);
  font-weight: 500;
  line-height: 1.43;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header__cta-btn:hover {
  opacity: 0.8;
}

.header__cta-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* Modifier: --recruit */
.header__cta-btn--recruit {
  width: 8.75rem;
  background: linear-gradient(277.27deg, #DB8087 0%, #B23E7C 100%);
  border-radius: 100px;
}

/* Modifier: --line */
.header__cta-btn--line {
  width: 8.75rem;
  background: linear-gradient(97.27deg, #9CD400 0%, #00A19E 100%);
  border-radius: 100px;
}

.header__cta-btn--entry {
  width: 8.75rem;
  background: linear-gradient(277.27deg, #DB8087 0%, #B23E7C 100%);
  border-radius: 100px;
}

.header__cta-btn--no-link {
  position: relative;
  pointer-events: none;
}
.header__cta-btn--no-link::after {
  content: "準備中";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50px;
}

/* Modifier: --contact */
.header__cta-btn--contact {
  width: 10.625rem;
  background: #1A2646;
}

/* Element: header__hamburger (モバイル用)
   ========================================================================== */
.header__hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  width: 2.25rem;
  height: 2.5rem;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.header__hamburger.active .header__hamburger-line:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__hamburger.active .header__hamburger-line:nth-child(2) {
  -webkit-transform: translateY(-0.6875rem) rotate(-45deg);
          transform: translateY(-0.6875rem) rotate(-45deg);
  top: 0;
}

.header__hamburger-line {
  display: block;
  width: 2.25rem;
  height: 2px;
  background-color: #333;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.header__hamburger-text {
  font-family: var(--en-font-family);
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1;
}

.sp-nav {
  display: none;
}

@media (max-width: 1245px) {
  .header.active .header__logo {
    display: block;
  }
  .header--recruit.active .header__recruit-logo {
    display: block;
  }
  .header__inner--recruit {
    padding: 1.875rem 1.5625rem;
    background: none;
    border-radius: 0;
    border-radius: 0;
    backdrop-filter: blur(0);
    position: relative;
    z-index: 12;
  }
  .header__inner {
    padding: 1.875rem 1.5625rem;
    background: none;
    border-radius: 0;
    border-radius: 0;
    backdrop-filter: blur(0);
    position: relative;
    z-index: 12;
  }
  .header__logo {
    display: none;
  }
  .header__recruit-logo {
    padding-right: 0;
    border-right: none;
  }
  .header__recruit-logo a {
    display: block;
  }
  .header__nav,
  .header__cta {
    display: none;
  }
  .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
  .sp-nav {
    width: 100%;
    height: 100%;
    display: block;
    background: #FFFDF5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    overflow-y: scroll;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .sp-nav.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .sp-nav.sp-nav--recruit {
    background: #FFF;
  }
  .sp-nav__inner {
    padding: 5.9375rem 1.875rem 1.6875rem;
  }
  .sp-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
  .sp-nav__item:last-child {
    margin-top: 0.125rem;
  }
  .sp-nav__item img {
    width: 100%;
  }
  .sp-sub-nav__list {
    margin-top: 1.5625rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 0.75rem;
  }
  .sp-sub-nav__item a {
    display: block;
    font-family: var(--sub-font-family);
    font-size: 1.125rem;
    border-top: 1px solid #D9D9D9;
    padding: 0.9375rem 0.3125rem 1.4375rem;
  }
  .sp-btns {
    margin-top: 0.125rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 0.75rem;
  }
  .sp-btns--full {
    margin-top: 4.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem 0;
  }
  .sp-btns__item a {
    width: 100%;
    padding: 1.125rem 0.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 100px;
    color: #fff;
    font-family: var(--sub-font-family);
    font-weight: 500;
    line-height: 1.43;
    gap: 0.3125rem;
    background: #1A2646;
  }
  .sp-btns__item.sp-btns__item--line a {
    gap: 0.5rem;
    background: linear-gradient(97.27deg, #9CD400 0%, #00A19E 100%);
  }
  .sp-btns__item.sp-btns__item--no-link a {
    position: relative;
    pointer-events: none;
  }
  .sp-btns__item.sp-btns__item--no-link a::after {
    content: "準備中";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50px;
  }
  .sp-btns__icon01 {
    width: 1.25rem;
    display: block;
    font-size: 0;
  }
  .sp-btns__icon02 {
    width: 1.6875rem;
    display: block;
    font-size: 0;
  }
  .sp-pdf-nav__list {
    margin-top: 1.875rem;
    display: grid;
    grid-template-columns: repeat(3, -webkit-max-content);
    grid-template-columns: repeat(3, max-content);
    gap: 0.625rem 1.25rem;
  }
  .sp-pdf-nav__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.3125rem;
    font-family: var(--sub-font-family);
    line-height: 1.46;
  }
  .sp-pdf-nav__item-text {
    font-size: 0.8125rem;
  }
  .sp-pdf-nav__item-icon {
    width: 0.5625rem;
    display: block;
    font-size: 0;
  }
  .sp-privacy {
    margin-top: 1.875rem;
  }
  .sp-privacy a {
    font-family: var(--sub-font-family);
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 750px) {
  .header__recruit-logo {
    display: none;
  }
}
/*　footer
----------------------------------------------- */
.footer {
  background: #FFF;
}

.footer-inner {
  max-width: 85rem;
  margin-inline: auto;
  padding: 0 1.25rem;
  position: relative;
}

/* ==========================================================================
   Element: footer__catchphrase (上部ダークセクション)
   ========================================================================== */
.footer__catchphrase {
  padding: 3.75rem 0 0.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer__catchphrase-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: var(--sub-font-family);
  font-size: 2.625rem;
  letter-spacing: 0.2em;
  line-height: 1.28;
}

/* ==========================================================================
   Element: footer__main (白背景セクション)
   ========================================================================== */
.footer__main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}

/* ==========================================================================
   Element: footer__info (左カラム - ロゴ・住所)
   ========================================================================== */
.footer__info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer__logo {
  width: 11.125rem;
  display: block;
}

.footer__org-name {
  margin-top: 1.875rem;
  font-family: var(--sub-font-family);
  font-weight: 500;
}

.footer__address {
  margin-top: 0.625rem;
  font-family: var(--sub-font-family);
  font-size: 0.8125rem;
  line-height: 1.53;
  color: #333;
}

.footer__address-zip {
  display: block;
}

.footer__address-street {
  display: block;
}

.footer__tel {
  margin-top: 0.625rem;
  font-size: 0.8125rem;
  line-height: 1.53;
}

.footer__tel-item {
  display: block;
}

/* ==========================================================================
   Element: footer__nav-area (右カラム - ナビ・ボタン)
   ========================================================================== */
.footer__nav-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.75rem;
  position: absolute;
  bottom: 4.0625rem;
  right: 0;
}

/* ナビゲーションリンク */
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem 1.5625rem;
}

.footer__nav-link {
  font-family: var(--sub-font-family);
  font-size: 0.875rem;
  font-weight: 500;
  color: #333;
  letter-spacing: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.footer__nav-link:hover {
  opacity: 0.6;
}

/* CTAボタン群 */
.footer__cta {
  margin-top: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.0625rem;
}

.footer__cta-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  padding: 0.625rem 0.3125rem;
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #FFF;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.footer__cta-btn:hover {
  opacity: 0.8;
}

/* Modifier: --recruit */
.footer__cta-btn--recruit {
  width: 16.25rem;
  background-color: #2c3055;
  font-size: 0.875rem;
  line-height: 1.25;
  background: linear-gradient(277.27deg, #DB8087 0%, #B23E7C 100%);
}

.footer__cta-btn--recruit .footer__cta-label-en {
  font-family: var(--en-font-family);
  font-size: 1.5rem;
}

.footer__cta-btn--recruit .footer__cta-label-ja {
  font-family: var(--sub-font-family);
  font-size: 0.8125rem;
}

/* Modifier: --contact */
.footer__cta-btn--contact {
  width: 13.4375rem;
  padding: 0.8125rem 0.3125rem;
  background-color: #1A2646;
}
.footer__cta-btn--contact span {
  font-family: var(--sub-font-family);
  font-size: 0.8125rem;
}

/* Modifier: --line */
.footer__cta-btn--line {
  width: 13.4375rem;
  padding: 0.8125rem 0.3125rem;
  background: linear-gradient(97.27deg, #9CD400 0%, #00A19E 100%);
}
.footer__cta-btn--line span {
  font-family: var(--sub-font-family);
  font-size: 0.8125rem;
}

.footer__cta-btn--no-link {
  position: relative;
  pointer-events: none;
}
.footer__cta-btn--no-link::after {
  content: "準備中";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: var(--sub-font-family);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50px;
}

.footer__cta-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* ==========================================================================
   Element: footer__bottom (下部リンク・コピーライト)
   ========================================================================== */
.footer__bottom {
  margin-top: 2rem;
}

.footer__doc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 1.25rem;
}

.footer__doc-link {
  padding: 0 0.875rem 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-family: var(--sub-font-family);
  font-size: 0.8125rem;
  letter-spacing: 0;
  color: #666666;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.footer__doc-link:hover {
  opacity: 0.6;
}

.footer__doc-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 9px;
  height: 10px;
}

.footer__doc-icon02 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8px;
  height: 8px;
}

.footer__copyright {
  padding: 2.5rem 0 1.25rem;
  font-family: var(--en-font-family);
  font-size: 0.8125rem;
  color: #666666;
  display: block;
}

.footer-img {
  width: 84.55%;
  position: absolute;
  top: 1.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
.footer-img img {
  width: 100%;
}

.sp-fixed-btns {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.sp-fixed-btns.is-visible {
  opacity: 1;
}

#recruit-btns:not(.is-recruit-shown),
#normal-btns.is-recruit-hidden {
  display: none !important;
}

@media (max-width: 935px) {
  /*　footer
  ----------------------------------------------- */
  .footer-inner {
    max-width: 100%;
    padding: 0;
  }
  /* ==========================================================================
  Element: footer__catchphrase (上部ダークセクション)
  ========================================================================== */
  .footer__catchphrase {
    padding: 3.75rem 0 0;
    position: relative;
    z-index: 1;
  }
  .footer__catchphrase-text {
    margin-right: 2.5rem;
    font-size: 1.625rem;
    line-height: 1.28;
  }
  /* ==========================================================================
  Element: footer__main (白背景セクション)
  ========================================================================== */
  .footer__main {
    padding: 0 1.875rem;
  }
  .footer__main-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  /* ==========================================================================
  Element: footer__info (左カラム - ロゴ・住所)
  ========================================================================== */
  .footer__info {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .footer__logo {
    width: 10rem;
  }
  .footer__org-name {
    margin-top: 1.875rem;
  }
  .footer__address {
    font-size: 1rem;
    line-height: 1.5;
  }
  .footer__address-zip {
    display: block;
  }
  .footer__address-street {
    display: block;
  }
  .footer__tel {
    margin-top: 0.625rem;
    font-size: 1rem;
    line-height: 1.5;
  }
  .footer__tel-item {
    display: block;
  }
  /* ==========================================================================
  Element: footer__nav-area (右カラム - ナビ・ボタン)
  ========================================================================== */
  .footer__nav-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0.75rem;
    position: absolute;
    bottom: 4.0625rem;
    right: 0;
  }
  /* ナビゲーションリンク */
  .footer__nav-list {
    display: none;
  }
  /* CTAボタン群 */
  .footer__cta {
    display: none;
  }
  /* Modifier: --recruit */
  .footer__cta-btn--recruit {
    display: none;
  }
  /* Modifier: --contact */
  .footer__cta-btn--contact {
    display: none;
  }
  /* Modifier: --line */
  .footer__cta-btn--line {
    display: none;
  }
  /* ==========================================================================
  Element: footer__bottom (下部リンク・コピーライト)
  ========================================================================== */
  .footer__bottom {
    margin-top: 2.5rem;
    padding: 0 1.875rem;
  }
  .footer__doc-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
  }
  .footer__doc-link:hover {
    opacity: 1;
  }
  .footer__doc-link--privacy {
    font-size: 0.875rem;
  }
  .footer__doc-icon {
    width: 0.5625rem;
    height: 0.625rem;
  }
  .footer__doc-icon02 {
    width: 0.5rem;
    height: 0.5rem;
  }
  .footer__copyright {
    padding: 1.25rem 0 6.25rem;
    font-size: 0.875rem;
  }
  .footer-img {
    width: 100%;
    position: absolute;
    top: 1.6875rem;
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    pointer-events: none;
  }
  .footer-img img {
    width: 100%;
  }
  .sp-fixed-btns.is-visible {
    display: grid;
  }
  .sp-fixed-btns {
    width: 100%;
    padding: 0 0.625rem;
    position: fixed;
    bottom: 15px;
    left: 0;
    z-index: 10;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.375rem;
  }
  .sp-fixed-btns__item {
    line-height: 1.44;
  }
  .sp-fixed-btns__item:first-child a {
    background: linear-gradient(277.27deg, #DB8087 0%, #B23E7C 100%);
  }
  .sp-fixed-btns__item:last-child a {
    background: linear-gradient(97.27deg, #9CD400 0%, #00A19E 100%);
  }
  .sp-fixed-btns__item a {
    padding: 1.375rem 0.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.5rem;
    color: #FFF;
    font-size: var, rm(18);
    font-family: var(--sub-font-family);
    border-radius: 50px;
  }
  .sp-fixed-btns__item a.sp-fixed-btns__item--no-link {
    position: relative;
    pointer-events: none;
  }
  .sp-fixed-btns__item a.sp-fixed-btns__item--no-link::after {
    content: "準備中";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50px;
  }
}
/*　フェード
----------------------------------------------- */
.view01 {
  -webkit-transform: translateY(1.875rem);
          transform: translateY(1.875rem);
  position: relative;
  opacity: 0;
  -webkit-transition: all var(--anime-speed) ease;
  transition: all var(--anime-speed) ease;
  -webkit-transition-delay: var(--anime-delay);
          transition-delay: var(--anime-delay);
}
.view01.view-on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all var(--anime-speed) ease;
  transition: all var(--anime-speed) ease;
  -webkit-transition-delay: var(--anime-delay);
          transition-delay: var(--anime-delay);
}

.view02 {
  -webkit-transform: translateX(-1.875rem);
          transform: translateX(-1.875rem);
  position: relative;
  opacity: 0;
  -webkit-transition: all var(--anime-speed) ease;
  transition: all var(--anime-speed) ease;
  -webkit-transition-delay: var(--anime-delay);
          transition-delay: var(--anime-delay);
}
.view02.view-on {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: all var(--anime-speed) ease;
  transition: all var(--anime-speed) ease;
  -webkit-transition-delay: var(--anime-delay);
          transition-delay: var(--anime-delay);
}

.view03 {
  -webkit-transform: translateX(1.875rem);
          transform: translateX(1.875rem);
  position: relative;
  opacity: 0;
  -webkit-transition: all var(--anime-speed) ease;
  transition: all var(--anime-speed) ease;
  -webkit-transition-delay: var(--anime-delay);
          transition-delay: var(--anime-delay);
}
.view03.view-on {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: all var(--anime-speed) ease;
  transition: all var(--anime-speed) ease;
  -webkit-transition-delay: var(--anime-delay);
          transition-delay: var(--anime-delay);
}

.view04 {
  -webkit-transform: translateY(-1.875rem);
          transform: translateY(-1.875rem);
  position: relative;
  opacity: 0;
  -webkit-transition: all var(--anime-speed) ease;
  transition: all var(--anime-speed) ease;
  -webkit-transition-delay: var(--anime-delay);
          transition-delay: var(--anime-delay);
}
.view04.view-on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition: all var(--anime-speed) ease;
  transition: all var(--anime-speed) ease;
  -webkit-transition-delay: var(--anime-delay);
          transition-delay: var(--anime-delay);
}

.view05 {
  position: relative;
  opacity: 0;
  -webkit-transition: all var(--anime-speed) ease;
  transition: all var(--anime-speed) ease;
  -webkit-transition-delay: var(--anime-delay);
          transition-delay: var(--anime-delay);
}
.view05.view-on {
  opacity: 1;
  -webkit-transition: all var(--anime-speed) ease;
  transition: all var(--anime-speed) ease;
  -webkit-transition-delay: var(--anime-delay);
          transition-delay: var(--anime-delay);
}

/*　スライドアニメーション
----------------------------------------------- */
.js-slide-h {
  display: grid;
  -webkit-transition: grid-template-rows 0.4s;
  transition: grid-template-rows 0.4s;
  transition: grid-template-rows 0.4s, -ms-grid-rows 0.4s;
  grid-template-rows: 0fr;
}
.js-slide-h > * {
  overflow: hidden;
}
.js-slide-h.js-active {
  grid-template-rows: 1fr;
}

/*　共通
----------------------------------------------- */
body {
  overflow-x: clip;
}
body.js-on {
  overflow: hidden;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.pc-inline {
  display: inline;
}

.sp-inline {
  display: none;
}

.inner {
  max-width: var(--main-inner-width);
  margin-inline: auto;
  padding: var(--main-inner-padding);
}

.page-ttl__en {
  font-family: var(--en-font-family);
  font-size: 4.6875rem;
  line-height: 1.25;
}

.page-ttl__main {
  margin-bottom: 0.9375rem;
  font-family: var(--sub-font-family);
  font-size: 3.375rem;
  line-height: 1.48;
}

.page-ttl__pink {
  color: #F97A8D;
}

.page-ttl__blue {
  color: #00A19E;
}

.page-ttl__icon {
  width: 2.875rem;
  font-size: 0;
}

.page-ttl__ja {
  margin-top: 0.9375rem;
  font-family: var(--sub-font-family);
}

.page-ttl__sub {
  margin-top: 0.9375rem;
  font-family: var(--en-font-family);
}

.page-ttl02__icon {
  width: 2.875rem;
  margin-top: 1.25rem;
  font-size: 0;
}

.page-ttl02__ja {
  font-size: 2.625rem;
  font-family: var(--sub-font-family);
  line-height: 1.61;
}

.page-ttl02__en {
  margin-top: 1.25rem;
  font-family: var(--en-font-family);
}

.contents-c-ttl {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}

.contents-c-ttl__ttl {
  font-family: var(--sub-font-family);
  font-size: 3.375rem;
  line-height: 1.48;
}

.contents-c-ttl__icon {
  width: 2.875rem;
  margin-inline: auto;
  font-size: 0;
}

.contents-c-ttl__ttl--pink {
  color: #F97A8D;
}

.contents-c-ttl__en {
  font-family: var(--en-font-family);
  line-height: 1.25;
}

.page-mv img {
  width: 100%;
}

.pagination {
  margin-top: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem 1.875rem;
  position: relative;
  z-index: 10;
}

.current {
  padding: 0 0.3125rem;
  display: block;
  color: #989898;
}

.cp_pagenum {
  padding: 0 0.3125rem;
  display: block;
}

.cp_next,
.cp_prev {
  width: 1.5625rem;
  height: 1.0625rem;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
}
.cp_next::after,
.cp_prev::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  background: url(../../img/common/page-arrow.svg) no-repeat center/100% auto;
}

.cp_next::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cp_prev::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.page-top-link {
  width: 6.5625rem;
  margin-inline: auto;
}
.page-top-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .page-top-link a:hover {
    letter-spacing: 0.15em;
  }
}

.page-top-link__arrow {
  font-size: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 750px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .sp-inline {
    display: inline;
  }
  .pc-inline {
    display: none;
  }
  .inner {
    margin: 0;
  }
  .page-ttl__en {
    font-size: 3rem;
  }
  .page-ttl__main {
    margin-bottom: 0.9375rem;
    font-size: 2.25rem;
    line-height: 1.5;
  }
  .page-ttl__icon {
    margin-top: 0.3125rem;
  }
  .page-ttl__sub {
    margin-top: 0.9375rem;
    font-family: var(--en-font-family);
  }
  .page-ttl02__icon {
    width: 2.875rem;
    margin-top: 1.25rem;
    font-size: 0;
  }
  .page-ttl02__ja {
    font-size: 1.75rem;
    line-height: 1.92;
  }
  .page-ttl02__en {
    margin-top: 0.9375rem;
  }
  .contents-c-ttl__ttl {
    font-size: 2.25rem;
    line-height: 1.5;
  }
  .contents-c-ttl__icon {
    margin: 0.3125rem auto 0;
  }
  .pagination {
    margin-top: 3.75rem;
  }
}
/*　投稿
----------------------------------------------- */
.post h1,
.interface-interface-skeleton__body h1 {
  font-size: 1.625rem;
  font-weight: bold;
}
.post h2,
.interface-interface-skeleton__body h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
.post h3,
.interface-interface-skeleton__body h3 {
  font-size: 1.375rem;
  font-weight: bold;
}
.post h4,
.interface-interface-skeleton__body h4 {
  font-size: 1.25rem;
  font-weight: bold;
}
.post h5,
.interface-interface-skeleton__body h5 {
  font-size: 1.125rem;
  font-weight: bold;
}
.post h6,
.interface-interface-skeleton__body h6 {
  font-size: 1rem;
  font-weight: bold;
}
.post strong,
.interface-interface-skeleton__body strong {
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .post h1,
  .interface-interface-skeleton__body h1 {
    font-size: 1.5rem;
  }
  .post h2,
  .interface-interface-skeleton__body h2 {
    font-size: 1.375rem;
  }
  .post h3,
  .interface-interface-skeleton__body h3 {
    font-size: 1.25rem;
  }
  .post h4,
  .interface-interface-skeleton__body h4 {
    font-size: 1.125rem;
  }
  .post h5,
  .interface-interface-skeleton__body h5 {
    font-size: 1rem;
  }
  .post h6,
  .interface-interface-skeleton__body h6 {
    font-size: 0.875rem;
  }
}
.not-page {
  padding: 16.875rem 0 7.5rem;
  text-align: center;
}
.not-page .message {
  margin-top: 5rem;
  line-height: 1.87;
}
.not-page .btn {
  width: 15rem;
  margin: 3.75rem auto 0;
}
.not-page .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #DB8087;
  color: #fff;
  padding: 0.9375rem 1.875rem;
  font-weight: 500;
  border-radius: 50px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .not-page .btn a:hover {
    background-color: #B23E7C;
  }
  .not-page .btn a:hover .btn__arrow {
    -webkit-transform: translateX(0.3125rem);
            transform: translateX(0.3125rem);
  }
}
.not-page .btn__arrow {
  font-size: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.not-page .form-parts {
  margin-top: 6.25rem;
}

@media screen and (max-width: 750px) {
  .not-page {
    padding: 10.625rem 0 5rem;
  }
  .not-page .message {
    margin-top: 2.5rem;
    text-align: left;
  }
  .not-page .btn a {
    -webkit-transition: background-color 0s ease;
    transition: background-color 0s ease;
  }
  .not-page .btn__arrow {
    -webkit-transition: 0s ease;
    transition: 0s ease;
  }
}
.page-top .mv {
  padding: 1.25rem;
  height: 100svh;
  position: relative;
  z-index: 3;
}
.page-top .mv .pc {
  height: 100%;
}
.page-top .mv-copy {
  width: 100%;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  top: 38.24%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 3;
}
.page-top .mv-copy__text {
  padding-left: 4.3%;
  font-size: 4.72vw;
  font-weight: 900;
  line-height: 1.47;
  color: #fff;
}
.page-top .mv-copy__logo {
  width: 11.39vw;
  margin: 1.94vw auto 0;
  font-size: 0;
}
.page-top .mv-copy__logo svg {
  width: 100%;
  height: auto;
}
.page-top .mv__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 15px;
  overflow: hidden;
}
.page-top .mv__item01-01 {
  width: 100%;
  height: 45.41%;
}
.page-top .mv__item01-02 {
  width: 100%;
  height: 54.59%;
}
.page-top .mv__item02-01 {
  width: 27.78vw;
  height: 60.35%;
}
.page-top .mv__item02-02 {
  width: 27.78vw;
  height: 39.65%;
}
.page-top .mv__item03-01 {
  width: 27.78vw;
  height: 33.41%;
}
.page-top .mv__item03-02 {
  width: 27.78vw;
  height: 33.41%;
}
.page-top .mv__item03-03 {
  width: 27.78vw;
  height: 33.18%;
}
.page-top .mv__item04-01 {
  width: 20.83vw;
  height: 69.76%;
}
.page-top .mv__item04-02 {
  width: 20.83vw;
  height: 30.34%;
}
.page-top .mv__lane {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-top .mv__item {
  position: relative;
  overflow: hidden;
}
.page-top .mv__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-top .mv__image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 101%;
  height: 101%;
  clip-path: inset(0 0 0 0);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.page-top .mv__image.is-current {
  z-index: 2;
}
.page-top .top-ttl {
  position: relative;
}
.page-top .top-ttl__icon {
  width: 2.875rem;
  margin-top: 0.9375rem;
  font-size: 0;
}
.page-top .top-ttl__icon02 {
  width: 2.875rem;
  font-size: 0;
}
.page-top .top-ttl__ja-main {
  font-family: var(--sub-font-family);
  font-size: 3.375rem;
  line-height: 1.48;
}
.page-top .top-ttl__ja-main span {
  color: #F97A8D;
}
.page-top .top-ttl__en-sub {
  margin-top: 0.9375rem;
  font-family: var(--en-font-family);
  line-height: 1.25;
}
.page-top .top-ttl__en-main {
  font-family: var(--en-font-family);
  font-size: 4.6875rem;
  line-height: 1.25;
}
.page-top .top-ttl__en-main span {
  color: #F97A8D;
}
.page-top .top-ttl__ja-sub {
  margin-top: 0.9375rem;
  font-family: var(--sub-font-family);
  line-height: 1.43;
}
.page-top .ikiru {
  padding: 10.5rem 0 11.11vw;
  position: relative;
}
.page-top .ikiru .inner {
  position: relative;
  z-index: 2;
}
.page-top .ikiru .deco01 {
  position: absolute;
  left: 0;
  top: 0;
}
.page-top .ikiru .deco02 {
  position: absolute;
  right: -3.25rem;
  top: -12.0625rem;
  z-index: -1;
}
.page-top .ikiru .deco03 {
  position: absolute;
  left: 2.8125rem;
  top: -9.5rem;
  z-index: -1;
}
.page-top .ikiru .deco04 {
  position: absolute;
  left: 0;
  bottom: 59vw;
  z-index: -1;
}
.page-top .ikiru .deco05 {
  position: absolute;
  right: 18.26vw;
  bottom: -12vw;
  z-index: -1;
}
.page-top .ikiru__flex01 {
  max-width: 1040px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-top .ikiru__img01 {
  width: 46.15%;
}
.page-top .ikiru__textarea01 {
  width: 40.38%;
  position: relative;
}
.page-top .ikiru__ttl {
  font-family: var(--sub-font-family);
  font-size: 2.625rem;
  line-height: 1.61;
}
.page-top .ikiru__ttl span {
  color: #F97A8D;
}
.page-top .ikiru__text {
  margin-top: 3.75rem;
  font-size: 1.125rem;
  line-height: 2.22;
  letter-spacing: 0;
}
.page-top .ikiru__flex02 {
  margin: 10.125rem auto 0;
  position: relative;
}
.page-top .ikiru__img02 {
  max-width: 49.8125rem;
  width: 55.35vw;
  position: absolute;
  top: -15.375rem;
  right: 0;
}
.page-top .ikiru__textarea02 {
  width: 44.23%;
  position: relative;
}
.page-top .ikiru__img03 {
  width: 50vw;
  margin: 10.875rem 0 0 0;
}
.page-top .ikiru__img03 img {
  width: 100%;
}
.page-top .ikiru__img04 {
  width: 33.33vw;
  position: absolute;
  bottom: 2.08vw;
  right: 9.72vw;
}
.page-top .ikiru__img04 img {
  width: 100%;
}
.page-top .news-section {
  padding: 0 0 10.4375rem;
  overflow: hidden;
  position: relative;
}
.page-top .news-section .inner {
  position: relative;
}
.page-top .news-section .deco06 {
  position: absolute;
  bottom: -16.5625rem;
  left: 0;
  z-index: -1;
}
.page-top .news-section .splide__arrows {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: auto;
  bottom: -2.9375rem;
  left: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  z-index: 1;
}
.page-top .news-section .splide__arrows svg {
  display: none;
}
.page-top .news-section .splide__arrow {
  width: 1.5625rem;
  height: 1.0625rem;
  background: none;
  opacity: 1;
}
.page-top .news-section .splide__arrow--prev {
  left: auto;
  right: 2.875rem;
  background: url(../../img/disability-support/prev.svg) no-repeat center/100% auto;
}
.page-top .news-section .splide__arrow--next {
  right: 0;
  background: url(../../img/disability-support/next.svg) no-repeat center/100% auto;
}
.page-top .news-ttl-gp__main-en {
  font-family: var(--en-font-family);
  font-size: 4.6875rem;
  line-height: 1.25;
}
.page-top .news-ttl-gp__icon {
  width: 2.875rem;
  font-size: 0;
}
.page-top .news-ttl-gp__sub-ja {
  margin-top: 0.9375rem;
  font-family: var(--sub-font-family);
}
.page-top .news-list__item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .page-top .news-list__item a:hover {
    opacity: 0.8;
  }
}
.page-top .news-link {
  text-align: right;
  font-weight: 500;
}
.page-top .news-link a {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .page-top .news-link a:hover {
    letter-spacing: 0.15em;
  }
}
.page-top .news-link-arrow {
  margin-left: 0.9375rem;
  font-size: 0;
  display: inline-block;
}
.page-top .news-list {
  width: calc(50% + 550px + 1.25rem);
  min-width: 1380px;
  margin: 2.5rem 0 0 auto;
}
.page-top .news-list__img {
  position: relative;
}
.page-top .news-list__img-day {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 5rem;
  padding: 0.5625rem 0.625rem 0.5rem;
  background: #FFF;
  border-radius: 20px 0 0 0;
  text-align: center;
  font-family: var(--en-font-family);
  line-height: 1.25;
}
.page-top .news-list__img-day-y {
  padding-bottom: 0.3125rem;
  font-size: 0.75rem;
  border-bottom: 1px solid #D9D9D9;
}
.page-top .news-list__img-day-m {
  margin-top: 0.1875rem;
}
.page-top .news-list__category {
  margin-left: 0;
  padding-left: 0;
  border: none;
}
.page-top .news-list__businesses {
  margin-top: 1.25rem;
}
.page-top .service {
  padding: 7.5rem 0 6.6875rem;
  background: linear-gradient(118.68deg, #FFF8F8 7.21%, #FFE5E9 61.06%, #FAF1F2 85.58%);
}
.page-top .service__flex {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: 1fr 8.4375rem;
  gap: 0 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-top .service__link a {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  white-space: nowrap;
}
@media (hover: hover) and (pointer: fine) {
  .page-top .service__link a:hover {
    letter-spacing: 0.15em;
  }
}
.page-top .service__link-arrow {
  width: 0.625rem;
  margin-left: 0.8125rem;
  font-size: 0;
}
.page-top .service__list {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5625rem 1.5625rem;
}
.page-top .service__item {
  border-radius: 15px;
  overflow: hidden;
}
.page-top .service__item a {
  display: block;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .page-top .service__item a:hover .service__item-img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.page-top .service__box {
  width: calc(100% - 5.875rem);
  padding: 2.125rem 1.875rem 1.3125rem;
  background: #fff;
  border-radius: 15px 15px 0 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.page-top .service__box-ja {
  margin-top: 0.625rem;
  font-family: var(--sub-font-family);
  font-size: 1.375rem;
  line-height: 1.45;
}
.page-top .service__box-en {
  margin-top: 0.1875rem;
  font-family: var(--en-font-family);
  font-size: 0.75rem;
  line-height: 1.25;
}
.page-top .service__box-text {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.page-top .service__box-out {
  margin-top: 1.5625rem;
}
.page-top .service__item-img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-top .service__box-link {
  margin: 1.5625rem auto 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.42;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-top .service__box-link-arrow {
  width: 0.75rem;
  margin-left: 0.625rem;
  font-size: 0;
}
.page-top .voice-section {
  padding: 7.5rem 0 5rem;
  position: relative;
}
.page-top .voice-section .inner {
  position: relative;
  z-index: 1;
}
.page-top .voice-section .deco07 {
  position: absolute;
  top: -20rem;
  right: 0;
  font-size: 0;
  pointer-events: none;
  z-index: -1;
}
.page-top .voice-section .deco08 {
  position: absolute;
  top: 13.25rem;
  right: 28.75vw;
  font-size: 0;
  pointer-events: none;
  z-index: -1;
}
.page-top .voice-section .deco09 {
  position: absolute;
  top: 28.75rem;
  left: 2.15vw;
  font-size: 0;
  pointer-events: none;
  z-index: -1;
}
.page-top .voice-list {
  margin-top: 3.9375rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 8.125rem;
}
.page-top {
  /* Block: voice-card
   ========================================================================== */
}
.page-top .voice-card:first-child, .page-top .voice-card:nth-child(3) {
  padding-top: 3.125rem;
}
.page-top {
  /* Element: voice-card__link
   ========================================================================== */
}
.page-top .voice-card__link {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .page-top .voice-card__link:hover {
    opacity: 0.8;
  }
}
.page-top .voice-card__image {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
}
.page-top .voice-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-top {
  /* Element: voice-card__body
   ========================================================================== */
}
.page-top .voice-card__body {
  margin-top: 1.625rem;
}
.page-top {
  /* Element: voice-card__name
   ========================================================================== */
}
.page-top .voice-card__name {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.08;
}
.page-top .voice-card__name span {
  font-size: 0.875rem;
}
.page-top {
  /* Element: voice-card__meta
   ========================================================================== */
}
.page-top .voice-card__meta {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
.page-top {
  /* Element: voice-card__tag
   ========================================================================== */
}
.page-top .voice-card__tag {
  display: inline-block;
  padding: 0.125rem 0.5625rem;
  font-size: 0.8125rem;
  color: #fff;
  border-radius: 3px;
  background: #f97a8d;
}
.page-top .voice-card__tag--healthcare {
  background: #c5c944;
}
.page-top .voice-card__tag--nursing-care {
  background: #f97a8d;
}
.page-top .voice-card__tag--disability-support {
  background: #00A19E;
}
.page-top {
  /* Element: voice-card__job
   ========================================================================== */
}
.page-top .voice-card__job {
  font-size: 0.875rem;
  color: #666;
}
.page-top {
  /* Element: voice-card__description
   ========================================================================== */
}
.page-top .voice-card__description {
  margin-top: 0.5rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 垂直方向に配置 */
  overflow: hidden;
  /* 溢れた部分を隠す */
  text-overflow: ellipsis;
  /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 2;
}
.page-top {
  /* Element: voice-card__more
   ========================================================================== */
}
.page-top .voice-card__more {
  margin-top: 1.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.page-top {
  /* Element: voice-card__more-arrow
   ========================================================================== */
}
.page-top .voice-card__more-arrow {
  width: 0.625rem;
  margin-left: 0.8125rem;
  font-size: 0;
}
.page-top .voice-link {
  text-align: right;
  font-weight: 500;
}
.page-top .voice-link a {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .page-top .voice-link a:hover {
    letter-spacing: 0.15em;
  }
}
.page-top .voice-link-arrow {
  margin-left: 0.9375rem;
  font-size: 0;
  display: inline-block;
}
.page-top {
  /* ==========================================================================
   Block: recruit-banner
   ========================================================================== */
}
.page-top .recruit-banner__inner {
  padding: 5.3125rem 6.25rem 4.5625rem;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr 20.625rem;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .page-top .recruit-banner__inner:hover {
    opacity: 0.7;
  }
}
.page-top .recruit-banner__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-top .recruit-banner__heading {
  font-family: var(--sub-font-family);
  font-size: 2.25rem;
  line-height: 1.66;
}
.page-top .recruit-banner__desc {
  margin-top: 1.25rem;
  line-height: 1.75;
}
.page-top .recruit-banner__cta {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
}
.page-top .recruit-banner__cta::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1/1;
  background: url(../../img/disability-support/recruit.png) no-repeat center/115% auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.page-top .recruit-banner__label {
  font-family: var(--en-font-family);
  font-size: 4.6875rem;
  color: #db8087;
  line-height: 1.25;
}
.page-top .recruit-banner__link {
  width: 100%;
  padding-right: 1.625rem;
  font-family: var(--sub-font-family);
  text-align: right;
  line-height: 1;
}
.page-top .recruit-banner__link-arrow {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.page-top .instagram {
  margin-top: 5.625rem;
  padding-bottom: 8.75rem;
  position: relative;
}
.page-top .instagram .inner {
  position: relative;
  z-index: 2;
}
.page-top .instagram .deco10 {
  position: absolute;
  top: 0.625rem;
  right: 5.69vw;
  font-size: 0;
  pointer-events: none;
  z-index: -1;
}
.page-top .instagram .deco11 {
  position: absolute;
  bottom: -19.8125rem;
  left: 0;
  font-size: 0;
  pointer-events: none;
  z-index: -1;
}
.page-top .instagram__ttl {
  font-family: var(--en-font-family);
  font-size: 3rem;
  color: #00A19E;
  line-height: 1.25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-top .instagram__ttl-icon {
  width: 2.5rem;
  margin-right: 0.9375rem;
  font-size: 0;
  display: block;
}
.page-top .instagram__text {
  margin-top: 1.25rem;
  font-family: var(--sub-font-family);
  font-size: 1.125rem;
  text-align: center;
}
.page-top .instagram__list {
  margin-top: 4.375rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
.page-top .instagram__item {
  word-break: break-all;
}
.page-top .instagram__item a {
  padding: 4rem 3.125rem 6.25rem;
  border: 1px solid #D9D9D9;
  border-radius: 15px;
  display: block;
  position: relative;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .page-top .instagram__item a:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.page-top .instagram__id {
  font-family: var(--en-font-family);
  font-size: 1.5rem;
  line-height: 1.25;
}
.page-top .instagram__cat {
  margin-top: 3.75rem;
  padding: 0.3125rem 1rem;
  font-size: 0.8125rem;
  line-height: 1.84;
  color: #FFF;
  border-radius: 3px;
  display: inline-block;
}
.page-top .instagram__cat--blue {
  background: #00A19E;
}
.page-top .instagram__cat--pink {
  background: #F97A8D;
}
.page-top .instagram__stext {
  margin-top: 1.25rem;
  font-weight: 500;
  line-height: 1.62;
}
.page-top .instagram__arrow {
  width: 2.5rem;
  font-size: 0;
  position: absolute;
  bottom: 1.875rem;
  right: 1.875rem;
}
.page-top .facility {
  padding: 8.75rem 0 7.5rem;
  background: linear-gradient(116.95deg, #ECFFFF -0.67%, #EEFAF7 56.81%, #E5FFFF 100%);
}
.page-top .facility .top-ttl__ja-main span {
  color: #00A19E;
}
.page-top .facility__flex {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-top .facility__text {
  width: 70%;
  font-size: 1.125rem;
  line-height: 1.66;
}
.page-top .facility__link a {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .page-top .facility__link a:hover {
    letter-spacing: 0.15em;
  }
}
.page-top .facility__link-arrow {
  width: 0.625rem;
  margin-left: 0.8125rem;
  font-size: 0;
}
.page-top .facility__img {
  width: 100vw;
  margin: 3.25rem calc(50% - 50vw) 0;
}
.page-top .facility__img img {
  width: 100%;
}
.page-top .company {
  padding-top: 7.5rem;
  position: relative;
}
.page-top .company .inner {
  position: relative;
  z-index: 2;
}
.page-top .company .deco12 {
  position: absolute;
  top: -1.375rem;
  left: 1.11vw;
  font-size: 0;
  pointer-events: none;
  z-index: -1;
}
.page-top .company__icon {
  width: 12.5rem;
  font-size: 0;
  position: absolute;
  top: -8.1875rem;
  right: 0;
  z-index: -1;
}
.page-top .company__textarea {
  width: 45.09%;
  margin: 0 0 0 auto;
  padding-top: 8.125rem;
}
.page-top .company__img {
  width: 40.91%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.page-top .company__text {
  margin-top: 3.75rem;
}
.page-top .company__link {
  margin-top: 5.25rem;
}
.page-top .company__link a {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .page-top .company__link a:hover {
    letter-spacing: 0.15em;
  }
}
.page-top .company__link-arrow {
  width: 0.625rem;
  margin-left: 0.8125rem;
  font-size: 0;
}
.page-top .access {
  padding: 11.25rem 0 7.5rem;
  position: relative;
}
.page-top .access .deco13 {
  position: absolute;
  top: -18.125rem;
  right: 0;
  font-size: 0;
  pointer-events: none;
  z-index: -1;
}
.page-top .access .deco14 {
  position: absolute;
  top: 14.875rem;
  left: 0;
  font-size: 0;
  pointer-events: none;
  z-index: -1;
}
.page-top .access .deco15 {
  position: absolute;
  bottom: 70.875rem;
  left: 25.14vw;
  font-size: 0;
  pointer-events: none;
  z-index: -1;
}
.page-top .access .deco16 {
  position: absolute;
  bottom: -13.125rem;
  right: 0;
  font-size: 0;
  pointer-events: none;
  z-index: 1;
}
.page-top .access__text {
  margin-top: 4rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.33;
}
.page-top .access__list {
  margin-top: 2.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 6.25rem;
}
.page-top .access__name {
  margin-top: 1.875rem;
  padding-bottom: 1.875rem;
  font-family: var(--sub-font-family);
  font-size: 1.375rem;
  line-height: 1.63;
  border-bottom: 1px solid #D9D9D9;
}
.page-top .access__flex {
  margin-top: 1.4375rem;
  display: grid;
  grid-template-columns: 1fr 7.875rem;
  gap: 0 1.25rem;
}
.page-top .access__access {
  font-weight: 500;
  line-height: 1.75;
}
.page-top .access__tel {
  margin-top: 0.9375rem;
  font-family: var(--en-font-family);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.page-top .access__tel a {
  font-family: var(--en-font-family);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.page-top .access__fax {
  font-family: var(--en-font-family);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.71;
}
.page-top .access__sub-list {
  margin-top: 1.25rem;
  font-weight: 500;
  color: #666666;
}
.page-top .access__sub-list a {
  font-weight: 500;
  color: #9EC828;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .page-top .access__sub-list a:hover {
    text-decoration: none;
  }
}
.page-top .access__r-map a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .page-top .access__r-map a:hover {
    opacity: 0.8;
  }
}
.page-top .access__r-view {
  margin-top: 1.5625rem;
}
.page-top .access__r-view a {
  padding: 0.8125rem 1.125rem 0.8125rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 500;
  border: 1px solid #333;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .page-top .access__r-view a:hover {
    color: #fff;
    background: #333;
  }
  .page-top .access__r-view a:hover line, .page-top .access__r-view a:hover path {
    stroke: #fff;
  }
}
.page-top .access__r-view-arrow {
  width: 0.6875rem;
  font-size: 0;
}
.page-top .access__r02 {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.page-top .access__sns {
  text-align: center;
}
.page-top .access__sns:nth-child(2) {
  border-left: 1px solid #D9D9D9;
}
.page-top .access__sns a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .page-top .access__sns a:hover {
    opacity: 0.8;
  }
}
.page-top .faq {
  padding: 8.75rem 0 7.5rem;
  background: #FFFBEC;
}
.page-top .faq-list__item {
  position: relative;
}
.page-top .faq-accordion__link {
  display: inline-block;
}
.page-top .faq-accordion__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  line-height: 1.43;
  position: absolute;
  right: 0;
  top: 2rem;
}
@media (hover: hover) and (pointer: fine) {
  .page-top .faq-accordion__link a:hover {
    letter-spacing: 0.15em;
  }
}
.page-top .faq-accordion__link-arrow {
  display: inline-block;
  width: 0.625rem;
  margin-left: 0.8125rem;
  font-size: 0;
}
.page-top .faq-accordion__header {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-top .faq-accordion__header--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-top .faq-accordion__ttlarea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.page-top .faq-accordion__cat {
  width: 7.0625rem;
  font-size: 0.8125rem;
  border: 1px solid var(--cat-color);
  text-align: center;
  display: inline-block;
  border-radius: 3px;
}

@media screen and (max-width: 1000px) {
  .page-top .ikiru__textarea01 {
    width: 50%;
  }
  .page-top .company__textarea {
    width: 52%;
  }
  .page-top .access__list {
    gap: 5rem 1.875rem;
  }
}
@media screen and (max-width: 900px) {
  .page-top .service__list {
    grid-template-columns: 1fr 1fr;
  }
  .page-top .voice-list {
    gap: 0 1.875rem;
  }
  .page-top .instagram__item a {
    padding: 4rem 1.25rem 6.25rem;
  }
}
@media screen and (max-width: 890px) {
  .page-top .recruit-banner__inner {
    margin: 0 20px;
    padding: 4.0625rem 1.25rem 3.3125rem;
    grid-template-columns: 1fr 17.5rem;
    gap: 1.875rem;
  }
}
@media screen and (max-width: 750px) {
  .page-top .mv .sp {
    height: 100%;
  }
  .page-top .mv-copy {
    width: 100%;
    top: 39.6%;
  }
  .page-top .mv-copy__text {
    padding-left: 7.5%;
    font-size: 10.5vw;
    line-height: 1.47;
  }
  .page-top .mv-copy__logo {
    width: 33.25vw;
    margin: 5vw auto 0;
  }
  .page-top .mv__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1);
  }
  .page-top .mv__item01-01 {
    width: 33.75vw;
    height: 100%;
  }
  .page-top .mv__item01-02 {
    width: 59.25vw;
    height: 100%;
  }
  .page-top .mv__item02-01 {
    width: 45.5vw;
    height: 100%;
  }
  .page-top .mv__item02-02 {
    width: 47.5vw;
    height: 100%;
  }
  .page-top .mv__item03-01 {
    width: 31.25vw;
    height: 100%;
  }
  .page-top .mv__item03-02 {
    width: 61.75vw;
    height: 100%;
  }
  .page-top .mv__item03-03 {
    width: 27.78vw;
    height: 100%;
  }
  .page-top .mv__item04-01 {
    width: 44.25vw;
    height: 100%;
  }
  .page-top .mv__item04-02 {
    width: 48.75vw;
    height: 100%;
  }
  .page-top .mv__lane {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .page-top .mv__lane:first-child {
    height: 21.19%;
  }
  .page-top .mv__lane:nth-child(2) {
    height: 30.07%;
  }
  .page-top .mv__lane:nth-child(3) {
    height: 27.28%;
  }
  .page-top .mv__lane:nth-child(4) {
    height: 21.06%;
  }
  .page-top .mv__item {
    position: relative;
  }
  .page-top .mv__item img {
    width: 101%;
    height: 101%;
  }
  .page-top .mv__image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 101%;
    height: 101%;
    clip-path: inset(0 0 0 0);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
  }
  .page-top .mv__image.is-current {
    z-index: 2;
  }
  .page-top .top-ttl {
    position: relative;
  }
  .page-top .top-ttl__icon {
    width: 2.875rem;
    margin-top: 0.9375rem;
    font-size: 0;
  }
  .page-top .top-ttl__icon02 {
    width: 2.875rem;
    font-size: 0;
  }
  .page-top .top-ttl__ja-main {
    font-size: 2.25rem;
    line-height: 1.5;
  }
  .page-top .top-ttl__en-main {
    font-size: 3rem;
  }
  .page-top .ikiru {
    padding: 3.75rem 0 0;
    position: relative;
  }
  .page-top .ikiru .inner {
    position: relative;
    z-index: 2;
  }
  .page-top .ikiru .deco01 {
    width: 50.25vw;
    left: 0;
    top: -41.25vw;
  }
  .page-top .ikiru .deco02 {
    width: 88.25vw;
    right: 6vw;
    top: -39.5vw;
  }
  .page-top .ikiru .deco03 {
    width: 56.75v;
    left: auto;
    right: 0;
    top: -38vw;
  }
  .page-top .ikiru .deco04 {
    width: 65.25vw;
    left: auto;
    right: 0;
    bottom: 75vw;
  }
  .page-top .ikiru .deco05 {
    width: 93.25vw;
    right: auto;
    left: 0;
    bottom: -44vw;
  }
  .page-top .ikiru__flex01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.9375rem 0;
  }
  .page-top .ikiru__img01 {
    width: 73.1%;
    margin: 0 auto;
  }
  .page-top .ikiru__textarea01 {
    width: 100%;
  }
  .page-top .ikiru__ttl {
    font-size: 2.25rem;
    line-height: 1.5;
  }
  .page-top .ikiru__text {
    margin-top: 2.625rem;
    font-size: 1rem;
    line-height: 2.25;
  }
  .page-top .ikiru__flex02 {
    margin: 1.5rem auto 0;
  }
  .page-top .ikiru__img02 {
    max-width: 100vw;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    position: static;
  }
  .page-top .ikiru__textarea02 {
    width: 100%;
    margin-top: -3rem;
  }
  .page-top .ikiru__img03 {
    width: calc(100% - 3.75rem);
    margin: 3.75rem 0 0 0;
  }
  .page-top .ikiru__img04 {
    width: 57.5%;
    margin: 1.875rem 1.875rem 0 auto;
    position: static;
  }
  .page-top .news-section {
    padding: 7.5rem 0;
  }
  .page-top .news-section .deco06 {
    width: 60.5vw;
    bottom: -56.5vw;
    left: 0;
  }
  .page-top .news-ttl-gp__main-en {
    font-size: 3rem;
  }
  .page-top .news-ttl-gp__icon {
    margin-top: 0.3125rem;
  }
  .page-top .news-list__item {
    max-width: 260px;
  }
  .page-top .news-list__item a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page-top {
    /* Block: voice-card
    ========================================================================== */
    /* Element: voice-card__link
    ========================================================================== */
    /* Element: voice-card__body
    ========================================================================== */
    /* Element: voice-card__name
    ========================================================================== */
    /* Element: voice-card__meta
    ========================================================================== */
    /* Element: voice-card__tag
    ========================================================================== */
    /* Element: voice-card__description
    ========================================================================== */
    /* Element: voice-card__more
    ========================================================================== */
  }
}
@media screen and (max-width: 750px) and (hover: hover) and (pointer: fine) {
  .page-top .news-list__item a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 750px) {
  .page-top .news-link {
    margin-top: -2.375rem;
    text-align: right;
    font-weight: 500;
  }
  .page-top .news-link a {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 750px) and (hover: hover) and (pointer: fine) {
  .page-top .news-link a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 750px) {
  .page-top .news-link-arrow {
    margin-left: 0.9375rem;
    font-size: 0;
    display: inline-block;
  }
  .page-top .news-list {
    width: calc(50% + 550px + 1.25rem);
    min-width: 1380px;
    margin: 2.5rem 0 0 auto;
  }
  .page-top .news-list__img {
    position: relative;
  }
  .page-top .news-list__img-day {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 5rem;
    padding: 0.5625rem 0.625rem 0.5rem;
    background: #FFF;
    border-radius: 20px 0 0 0;
    text-align: center;
    font-family: var(--en-font-family);
    line-height: 1.25;
  }
  .page-top .news-list__img-day-y {
    padding-bottom: 0.3125rem;
    font-size: 0.75rem;
    border-bottom: 1px solid #D9D9D9;
  }
  .page-top .news-list__img-day-m {
    margin-top: 0.1875rem;
  }
  .page-top .news-list__category {
    margin-left: 0;
    padding-left: 0;
    border: none;
  }
  .page-top .news-list__businesses {
    margin-top: 1.25rem;
  }
  .page-top .service {
    padding: 5rem 0;
  }
  .page-top .service__flex {
    margin-top: 3.125rem;
    display: block;
  }
  .page-top .service__link {
    margin-top: 2.5rem;
  }
  .page-top .service__link a {
    -webkit-transition: 0s;
    transition: 0s;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-top .service__list {
    margin-top: 1.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem 0;
  }
  .page-top .service__box {
    width: calc(100% - 5.75rem);
    padding: 2.3125rem 1.875rem 1.3125rem;
  }
  .page-top .service__item-img {
    -webkit-transition: 0s;
    transition: 0s;
  }
  .page-top .voice-section {
    padding: 5rem 0;
  }
  .page-top .voice-section .deco07 {
    width: 65.75vw;
    top: -62.5vw;
  }
  .page-top .voice-section .deco04 {
    top: 25vw;
    right: auto;
    left: -25vw;
    width: 60vw;
  }
  .page-top .voice-section .deco05 {
    display: none;
  }
  .page-top .sp-scroll {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .page-top .sp-scroll::-webkit-scrollbar {
    display: none;
  }
  .page-top .voice-list {
    width: 55.625rem;
    margin-top: 3.125rem;
    padding: 0 1.875rem;
    gap: 0 1.5625rem;
  }
  .page-top .voice-card:first-child, .page-top .voice-card:nth-child(3) {
    padding-top: 0;
  }
  .page-top .voice-card__link {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 750px) and (hover: hover) and (pointer: fine) {
  .page-top .voice-card__link:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 750px) {
  .page-top .voice-card__image {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 10px;
    overflow: hidden;
  }
  .page-top .voice-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-top .voice-card__body {
    margin-top: 1.5625rem;
  }
  .page-top .voice-card__name {
    font-size: 1.5rem;
    line-height: 1;
  }
  .page-top .voice-card__name span {
    font-size: 1rem;
  }
  .page-top .voice-card__meta {
    margin-top: 0.9375rem;
  }
  .page-top .voice-card__tag {
    padding: 0.0625rem 0.5625rem;
    font-size: 0.875rem;
  }
  .page-top .voice-card__description {
    margin-top: 0.875rem;
  }
  .page-top .voice-card__more {
    margin-top: 1.5625rem;
  }
  .page-top .voice-link {
    margin-top: -1.5625rem;
  }
  .page-top .sp-recruit-banner {
    padding: 0 1.875rem;
  }
  .page-top .sp-recruit-banner .inner {
    padding-top: 3.75rem;
    padding-bottom: 2.1875rem;
    background: #DB8087;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
  }
  .page-top .sp-recruit-banner__ttl {
    font-family: var(--en-font-family);
    font-size: 3.375rem;
    color: #fff;
    line-height: 1.25;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .page-top .sp-recruit-banner__copy {
    margin-top: 1.875rem;
    font-family: var(--sub-font-family);
    font-size: 1.625rem;
    color: #fff;
    line-height: 2.07;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .page-top .sp-recruit-banner__text {
    margin: 1.25rem 0 0;
    font-family: var(--sub-font-family);
    color: #FFF;
    position: relative;
    z-index: 2;
  }
  .page-top .sp-recruit-banner__btn {
    margin-top: 1.75rem;
    position: relative;
    z-index: 2;
  }
  .page-top .sp-recruit-banner__btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: var(--sub-font-family);
    color: #FFF;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 1.1875rem 1.25rem;
  }
  .page-top .sp-recruit-banner__btn-arrow {
    width: 0.75rem;
    margin-left: 0.625rem;
    font-size: 0;
    display: inline-block;
  }
  .page-top .sp-recruit-bg {
    width: 92.5vw;
    position: absolute;
    top: -20vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-top .sp-recruit-bg img {
    width: 100%;
  }
  .page-top .instagram {
    margin-top: 5rem;
    padding-bottom: 7.5rem;
  }
  .page-top .instagram .deco10 {
    position: absolute;
    top: 0.625rem;
    right: 5.69vw;
    font-size: 0;
    pointer-events: none;
    z-index: -1;
  }
  .page-top .instagram .deco11 {
    width: 57vw;
    bottom: -50.5vw;
    left: auto;
    right: 0;
  }
  .page-top .instagram__ttl {
    font-size: 2.25rem;
  }
  .page-top .instagram__ttl-icon {
    width: 1.875rem;
  }
  .page-top .instagram__list {
    margin-top: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
  .page-top .instagram__item a {
    padding: 3.75rem 1.875rem 6.25rem 2.5rem;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .page-top .instagram__id {
    font-size: 1.625rem;
    line-height: 1.26;
  }
  .page-top .instagram__cat {
    margin-top: 1.875rem;
    padding: 0.3125rem 0.5625rem;
    font-size: 0.875rem;
    line-height: 1.71;
  }
  .page-top .facility {
    padding: 5rem 0 4.6875rem;
  }
  .page-top .facility__flex {
    margin-top: 3.125rem;
    display: block;
  }
  .page-top .facility__text {
    width: 100%;
  }
  .page-top .facility__link {
    margin-top: 2.8125rem;
  }
  .page-top .facility__link a {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .page-top .facility__link-arrow {
    width: 0.625rem;
    margin-left: 0.8125rem;
    font-size: 0;
  }
  .page-top .facility__img {
    width: 100vw;
    margin: 3.25rem calc(50% - 50vw) 0;
  }
  .page-top .facility__img img {
    width: 100%;
  }
  .page-top .company {
    padding-top: 0;
  }
  .page-top .company .deco12 {
    width: 45.5vw;
    top: 52.25vw;
    left: 0;
  }
  .page-top .company__icon {
    width: 8.8125rem;
    top: -3.8125rem;
    right: 0;
  }
  .page-top .company__textarea {
    width: 100%;
    margin: 0 auto;
    padding-top: 8.125rem;
  }
  .page-top .company__img {
    width: 100%;
    margin-top: 3.125rem;
    position: relative;
    top: auto;
    left: auto;
  }
  .page-top .company__text {
    margin-top: 3.125rem;
  }
  .page-top .company__link {
    margin-top: 2.8125rem;
  }
  .page-top .company__link a {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .page-top .company__link-arrow {
    width: 0.625rem;
    margin-left: 0.8125rem;
    font-size: 0;
  }
  .page-top .access {
    padding: 10rem 0 6.25rem;
  }
  .page-top .access .inner {
    position: relative;
    z-index: 2;
  }
  .page-top .access .deco13 {
    width: 44.75vw;
    top: 2vw;
  }
  .page-top .access .deco14 {
    position: absolute;
    top: 14.875rem;
    left: 0;
    font-size: 0;
    pointer-events: none;
    z-index: -1;
  }
  .page-top .access .deco15 {
    position: absolute;
    bottom: 70.875rem;
    left: 25.14vw;
    font-size: 0;
    pointer-events: none;
    z-index: -1;
  }
  .page-top .access .deco16 {
    width: 47.25vw;
    bottom: -41.5vw;
  }
  .page-top .access__text {
    margin-top: 4.0625rem;
    line-height: 1.66;
  }
  .page-top .access__list {
    margin-top: 4.0625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem 0;
  }
  .page-top .access__name {
    margin-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .page-top .access__flex {
    margin-top: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5625rem 0;
  }
  .page-top .access__tel {
    margin-top: 0.625rem;
    line-height: 1.08;
  }
  .page-top .access__tel a {
    line-height: 1.08;
  }
  .page-top .access__fax {
    font-size: 1rem;
    line-height: 1.62;
  }
  .page-top .access__r {
    display: grid;
    grid-template-columns: 1fr 7.4375rem;
    gap: 0 2.6875rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .page-top .access__r-map {
    width: 7.25rem;
  }
  .page-top .access__r-map svg {
    width: 100%;
    height: auto;
  }
  .page-top .access__r-map a {
    -webkit-transition: 0s;
    transition: 0s;
  }
  .page-top .access__r-view {
    margin-top: 1.5rem;
  }
  .page-top .access__r-view a {
    padding: 0.8125rem 1.5625rem 0.8125rem 1.875rem;
    -webkit-transition: 0s;
    transition: 0s;
    line-height: 1.43;
  }
  .page-top .access__r-view-arrow {
    width: 0.6875rem;
    font-size: 0;
  }
  .page-top .access__r02 {
    margin-top: 0;
    padding-bottom: 0.625rem;
  }
  .page-top .access__sns {
    text-align: center;
  }
  .page-top .access__sns:nth-child(2) {
    border-left: 1px solid #D9D9D9;
  }
  .page-top .access__sns a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 750px) and (hover: hover) and (pointer: fine) {
  .page-top .access__sns a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 750px) {
  .page-top .faq {
    padding: 5rem 0;
  }
  .page-top .faq .page-ttl {
    text-align: center;
  }
  .page-top .faq .page-ttl__icon {
    margin-inline: auto;
  }
  .page-top .faq-accordion__link {
    margin-top: 1.875rem;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-top .faq-accordion__link a {
    position: static;
  }
  .page-top .faq-accordion__link-arrow {
    display: inline-block;
    width: 0.625rem;
    margin-left: 0.8125rem;
    font-size: 0;
  }
  .page-top .faq-accordion__header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-top .faq-accordion__header--center {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-top .faq-accordion__ttlarea {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
  .page-top .faq-accordion__cat {
    width: 7.0625rem;
    font-size: 0.8125rem;
    border: 1px solid var(--cat-color);
    text-align: center;
    display: inline-block;
    border-radius: 3px;
  }
}
.wp-block-image {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.single-news .deco01 {
  width: 25.8125rem;
  position: absolute;
  top: 0;
  left: 29.31%;
  z-index: -1;
}
.single-news .deco03 {
  width: 25.8125rem;
  position: absolute;
  top: 15.5rem;
  right: 0;
  z-index: -1;
}

.post-type-archive-news,
.tax-news-categor {
  position: relative;
  overflow: hidden;
}
.post-type-archive-news .deco01,
.tax-news-categor .deco01 {
  width: 25.8125rem;
  position: absolute;
  top: 0;
  left: 29.31%;
  z-index: -1;
}
.post-type-archive-news .deco02,
.tax-news-categor .deco02 {
  width: 10.625rem;
  position: absolute;
  top: 15.625rem;
  left: 0;
  z-index: -1;
}
.post-type-archive-news .deco03,
.tax-news-categor .deco03 {
  width: 25.8125rem;
  position: absolute;
  top: 15.5rem;
  right: 0;
  z-index: -1;
}
.post-type-archive-news .deco04,
.tax-news-categor .deco04 {
  width: 23.4375rem;
  position: absolute;
  top: 67.1875rem;
  left: 12.75rem;
  z-index: -1;
}
.post-type-archive-news .deco05,
.tax-news-categor .deco05 {
  width: 10.625rem;
  position: absolute;
  top: 107.875rem;
  left: 0;
  z-index: -1;
}
.post-type-archive-news .deco06,
.tax-news-categor .deco06 {
  width: 13.625rem;
  position: absolute;
  top: 137.5rem;
  right: 0;
  z-index: -1;
}
.post-type-archive-news .pagination,
.tax-news-categor .pagination {
  margin-top: 5rem;
}

.news-page {
  padding: 16.25rem 0 9.375rem;
}

.news-archive-header {
  margin-bottom: 5rem;
  padding-bottom: 3.75rem;
  border-bottom: 1px solid #D9D9D9;
}

.news-layout {
  display: grid;
  grid-template-columns: 8.75rem 1fr;
  gap: 0 5rem;
}
.news-layout main {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.news-layout aside {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.news-aside__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem 0;
}

.news-aside__ttl {
  margin-bottom: 1.625rem;
  padding-bottom: 0.9375rem;
  font-family: var(--en-font-family);
  font-size: 2rem;
  line-height: 1.18;
  border-bottom: 1px solid #D9D9D9;
}

.news-aside__sttl {
  margin-bottom: 0.625rem;
  font-family: var(--sub-font-family);
  line-height: 1.5;
  color: #989898;
}

.news-aside__cat01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem 0;
}
.news-aside__cat01 a {
  padding-left: 1.375rem;
  font-size: 0.875rem;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .news-aside__cat01 a:hover {
    letter-spacing: 0.15em;
  }
}
.news-aside__cat01 a::before {
  content: "";
  width: 0.75rem;
  height: 0.5625rem;
  background: url(../../img/news/side-arrow.svg) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.news-aside__cat02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem 0;
  line-height: 1.5;
}
.news-aside__cat02 li {
  width: 4.5rem;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .news-aside__cat02 li:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.news-aside__cat02 a {
  width: 100%;
  padding: 0.125rem 0;
  font-family: var(--sub-font-family);
  font-size: 0.8125rem;
  color: #FFF;
  display: block;
  text-align: center;
}

.news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem 1.875rem;
}

.news-list.splide {
  display: block;
}

@media (hover: hover) and (pointer: fine) {
  .news-list__item a:hover .news-list__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.news-list__img {
  aspect-ratio: 135/166;
  border-radius: 5px;
  overflow: hidden;
}
.news-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news-list__options {
  margin-top: 1.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.25;
}

.news-list__date {
  font-family: var(--en-font-family);
  font-size: 0.875rem;
  color: #333;
}

.news-list__category {
  margin-left: 0.9375rem;
  padding-left: 0.9375rem;
  border-left: 1px solid #989898;
  color: #989898;
}

.news-list__ttl {
  margin-top: 0.9375rem;
}

.news-list__businesses {
  margin-top: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.9375rem;
}

.news-list__business {
  padding: 0 0.5625rem;
  font-size: 0.8125rem;
  line-height: 1.84;
  border-radius: 3px;
  color: #FFF;
  display: inline-block;
}

.news-single {
  padding: 19.5625rem 0 9.375rem;
}

.news-header {
  padding-bottom: 3.75rem;
  border-bottom: 1px solid #D9D9D9;
}

.news-header__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.25;
}

.news-header__date {
  font-family: var(--en-font-family);
  color: #333;
}

.news-header__category {
  margin-left: 1.25rem;
  padding-left: 1.25rem;
  border-left: 1px solid #989898;
  color: #989898;
}

.news-header__ttl {
  margin-top: 1.25rem;
  font-size: 1.5rem;
  line-height: 1.75;
}

.news-header__businesses {
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.9375rem;
}

.news-header__business {
  padding: 0 0.5625rem;
  font-size: 0.8125rem;
  line-height: 1.84;
  border-radius: 3px;
  color: #FFF;
  display: inline-block;
}

.news-body {
  padding: 3.75rem 2.5rem;
  border-bottom: 1px solid #D9D9D9;
}

.news-back {
  margin-top: 1.25rem;
  display: inline-block;
}
.news-back a {
  padding-right: 1.6875rem;
  font-weight: 500;
  line-height: 1.43;
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .news-back a:hover {
    letter-spacing: 0.15em;
  }
}

.news-back__arrow {
  width: 0.75rem;
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 890px) {
  .news-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 750px) {
  .wp-block-image {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
  .single-news .news-aside {
    display: none;
  }
  .single-news .deco01 {
    width: 19.1875rem;
    left: 1.25rem;
  }
  .single-news .deco03 {
    width: 8.0625rem;
    top: 6.5rem;
  }
  .post-type-archive-news .deco01,
  .tax-news-category .deco01 {
    width: 21.1875rem;
    left: auto;
    right: 0;
  }
  .post-type-archive-news .deco02,
  .tax-news-category .deco02 {
    width: 7.8125rem;
    top: 14.8125rem;
  }
  .post-type-archive-news .deco03,
  .tax-news-category .deco03 {
    width: 8.0625rem;
    top: 6.125rem;
  }
  .post-type-archive-news .deco04,
  .tax-news-category .deco04 {
    width: 9.3125rem;
    top: 79.375rem;
    left: 0;
  }
  .post-type-archive-news .deco05,
  .tax-news-category .deco05 {
    width: 186.8125rem;
    top: 107.875rem;
    left: auto;
    right: 0;
  }
  .post-type-archive-news .deco06,
  .tax-news-category .deco06 {
    width: 7.1875rem;
    top: 269.625rem;
    right: auto;
    left: 0;
  }
  .post-type-archive-news .deco07,
  .tax-news-category .deco07 {
    width: 13.125rem;
    position: absolute;
    top: 347.375rem;
    right: 0;
    z-index: -1;
  }
  .post-type-archive-news .deco08,
  .tax-news-category .deco08 {
    width: 13.3125rem;
    position: absolute;
    top: 467.5rem;
    left: 0;
    z-index: -1;
  }
  .post-type-archive-news .pagination,
  .tax-news-category .pagination {
    margin-top: 3.75rem;
  }
  .news-page {
    padding: 10.625rem 0 8.75rem;
  }
  .news-archive-header {
    margin-bottom: 1.875rem;
    padding-bottom: 3.75rem;
  }
  .news-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.75rem 0;
  }
  .news-aside__body {
    gap: 1.25rem 0;
  }
  .news-aside__ttl {
    margin-bottom: 1.625rem;
    padding-bottom: 0.9375rem;
    font-family: var(--en-font-family);
    font-size: 2rem;
    line-height: 1.18;
    border-bottom: 1px solid #D9D9D9;
  }
  .sp-news-cat {
    position: relative;
  }
  .sp-news-cat select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0.625rem 1.375rem;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    line-height: 1.87;
  }
  .news-aside__cat02 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.375rem;
  }
  .news-aside__cat02 li {
    width: auto;
  }
  .news-aside__cat02 a {
    padding: 0.5rem 0;
  }
  .news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.75rem 0;
  }
  .news-list.splide {
    display: block;
  }
  .news-list__options {
    margin-top: 1.5625rem;
    line-height: 1.5;
  }
  .news-list__date {
    font-size: 1rem;
  }
  .news-list__businesses {
    margin-top: 1.25rem;
    gap: 0.625rem;
  }
  .news-list__business {
    padding: 0 0.625rem;
    font-size: 0.875rem;
    line-height: 1.84;
  }
  .news-single {
    padding: 10.625rem 0 6.25rem;
  }
  .news-single .news-archive-header {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
  .news-header {
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #D9D9D9;
  }
  .news-header__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.25;
  }
  .news-header__date {
    font-family: var(--en-font-family);
    color: #333;
  }
  .news-header__category {
    margin-left: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .news-header__ttl {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .news-header__businesses {
    margin-top: 1.875rem;
    gap: 0.625rem;
  }
  .news-header__business {
    padding: 0 0.625rem;
    font-size: 0.875rem;
  }
  .news-body {
    padding: 2.8125rem 0;
    line-height: 1.75;
  }
  .news-back {
    margin-top: 1.875rem;
  }
}
.voice-page {
  padding-bottom: 6.25rem;
}

.full-mv-img img {
  width: 100%;
}

/* Block: voice-hero
   ========================================================================== */
.voice-hero {
  padding: 6.5625rem 0 6.25rem;
}

/* Element: voice-hero__container
   ========================================================================== */
.voice-hero__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* Element: voice-hero__content
   ========================================================================== */
.voice-hero__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* Element: voice-hero__title
   ========================================================================== */
.voice-hero__title {
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: 0.3em;
  line-height: 1.6;
  margin-bottom: 20px;
  position: relative;
}

/* Element: voice-hero__title-line
   ========================================================================== */
.voice-hero__title-line {
  display: block;
}

/* Element: voice-hero__title-decoration
   ========================================================================== */
.voice-hero__title-decoration {
  display: block;
  width: 60px;
  height: 20px;
  margin-top: 10px;
  position: relative;
}

.voice-hero__title-decoration::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 25px;
  border: 2px solid #e85a71;
  border-top: none;
  border-radius: 0 0 50px 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* Element: voice-hero__label
   ========================================================================== */
.voice-hero__label {
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  color: #666;
  margin-bottom: 40px;
}

/* Element: voice-hero__description
   ========================================================================== */
.voice-hero__description {
  margin-top: 5rem;
  line-height: 1.87;
}

/* Element: voice-hero__catchcopy
   ========================================================================== */
.voice-hero__catchcopy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* Element: voice-hero__catchcopy-text
   ========================================================================== */
.voice-hero__catchcopy-text {
  font-family: var(--sub-font-family);
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5625rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* Element: voice-hero__catchcopy-column
   ========================================================================== */
.voice-hero__catchcopy-column {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 2rem;
  letter-spacing: 0.15em;
}

/* ==========================================================================
   Voice Category Section - BEM CSS
   ========================================================================== */
/* Block: voice-category
   ========================================================================== */
/* Element: voice-category__container
   ========================================================================== */
/* Element: voice-category__label
   ========================================================================== */
.voice-category__label {
  font-family: var(--en-font-family);
  line-height: 1.25;
  color: #333;
}

/* Element: voice-category__list
   ========================================================================== */
.voice-category__list {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

/* Element: voice-category__item
   ========================================================================== */
/* Element: voice-category__button
   ========================================================================== */
.voice-category__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0.8125rem 1.875rem;
  border: 1px solid #ccc;
  border-color: var(--cat-color);
  border-radius: 50px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .voice-category__button:hover {
    opacity: 0.7;
  }
}

/* Modifier: voice-category__button--active
   ========================================================================== */
.voice-category__button--active {
  background-color: var(--cat-color);
  border-color: var(--cat-color);
  color: #FFF;
}
.voice-category__button--active .voice-category__button-arrow::before {
  border-color: #fff;
}

/* Element: voice-category__button-text
   ========================================================================== */
.voice-category__button-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
}

/* Element: voice-category__button-arrow
   ========================================================================== */
.voice-category__button-arrow {
  position: relative;
  width: 8px;
  height: 8px;
  margin-left: 10px;
}

.voice-category__button-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.voice-category__button-arrow.voice-category__button-arrow--black::before {
  border-color: #333 !important;
}

/* ==========================================================================
   Voice List Section - BEM CSS
   ========================================================================== */
/* Block: voice-list
   ========================================================================== */
.voice-list {
  margin-top: 3.75rem;
}

/* Element: voice-list__grid
   ========================================================================== */
.voice-list__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.25rem 2.5rem;
}

/* ==========================================================================
   Voice Card - BEM CSS
   ========================================================================== */
/* Block: voice-card
   ========================================================================== */
.voice-card {
  display: block;
}

/* Element: voice-card__link
   ========================================================================== */
.voice-card__link {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .voice-card__link:hover .voice-card__image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/* Element: voice-card__image
   ========================================================================== */
.voice-card__image {
  width: 100%;
  aspect-ratio: 57.725/42.275;
  border-radius: 10px;
  overflow: hidden;
}
.voice-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* Element: voice-card__body
   ========================================================================== */
.voice-card__body {
  margin-top: 1.625rem;
}

/* Element: voice-card__name
   ========================================================================== */
.voice-card__name {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.08;
}
.voice-card__name span {
  font-size: 0.875rem;
}

/* Element: voice-card__meta
   ========================================================================== */
.voice-card__meta {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}

/* Element: voice-card__tag
   ========================================================================== */
.voice-card__tag {
  display: inline-block;
  padding: 0.125rem 0.5625rem;
  font-size: 0.8125rem;
  color: #fff;
  border-radius: 3px;
  background: #F97A8D;
}
.voice-card__tag--healthcare {
  background: #c5c944;
}
.voice-card__tag--nursing-care {
  background: #F97A8D;
}
.voice-card__tag--disability-support {
  background: #00A19E;
}

/* Element: voice-card__job
   ========================================================================== */
.voice-card__job {
  font-size: 0.875rem;
  color: #666;
}

/* Element: voice-card__description
   ========================================================================== */
.voice-card__description {
  margin-top: 1.375rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 垂直方向に配置 */
  overflow: hidden;
  /* 溢れた部分を隠す */
  text-overflow: ellipsis;
  /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 2;
}

/* Element: voice-card__more
   ========================================================================== */
.voice-card__more {
  margin-top: 1.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}

/* Element: voice-card__more-arrow
   ========================================================================== */
.voice-card__more-arrow {
  width: 0.625rem;
  margin-left: 0.8125rem;
  font-size: 0;
}

/* Block: voice-profile
   ========================================================================== */
.voice-bg {
  padding: 13.5rem 0 0;
  background: url(../../img/voice/bg.png) repeat-y top -250px center/100% auto;
}

/* Element: voice-profile__container
   ========================================================================== */
.voice-profile__container {
  min-height: 550px;
  margin-bottom: 6.25rem;
  position: relative;
}

/* Element: voice-profile__image
   ========================================================================== */
.voice-profile__image {
  width: 51.39%;
  height: 550px;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.voice-profile__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}

/* Element: voice-profile__content
   ========================================================================== */
.voice-profile__header-box {
  width: 47.32%;
  margin: 0 0 0 auto;
  padding: 0 0 0 10%;
}

/* Element: voice-profile__header
   ========================================================================== */
.voice-profile__header {
  text-align: right;
  margin-bottom: 60px;
}

/* Element: voice-profile__section-title
   ========================================================================== */
.voice-profile__section-title {
  font-family: var(--sub-font-family);
  font-size: 1.5rem;
  line-height: 2.83;
}

/* Element: voice-profile__section-decoration
   ========================================================================== */
.voice-profile__section-decoration {
  display: block;
  width: 3.125rem;
  margin: 0 0 0 auto;
  font-size: 0;
}

/* Element: voice-profile__section-label
   ========================================================================== */
.voice-profile__section-label {
  display: block;
  margin-top: 1.25rem;
  font-family: var(--en-font-family);
  line-height: 1.25;
}

/* Element: voice-profile__info
   ========================================================================== */
.voice-profile__info {
  margin-top: 3.75rem;
}

/* Element: voice-profile__name
   ========================================================================== */
.voice-profile__name {
  font-size: 1.75rem;
  font-weight: 500;
}
.voice-profile__name span {
  font-size: 1.25rem;
}

/* Element: voice-profile__meta
   ========================================================================== */
.voice-profile__meta {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}

/* Element: voice-profile__tag
   ========================================================================== */
.voice-profile__tag {
  padding: 0.0625rem 0.5625rem;
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1.84;
  color: #fff;
  border-radius: 3px;
}

.voice-profile__tag--cat01 {
  background: #9EC828;
}

.voice-profile__tag--cat02 {
  background: #F97A8D;
}

.voice-profile__tag--cat03 {
  background: #00A19E;
}

/* Element: voice-profile__year
   ========================================================================== */
.voice-profile__year {
  font-weight: 500;
}

/* Element: voice-profile__heading
   ========================================================================== */
/* Element: voice-profile__heading-text
   ========================================================================== */
.voice-profile__heading-text {
  margin-top: 2.1875rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
}

/* Element: voice-profile__job
   ========================================================================== */
.voice-profile__job {
  margin-top: 1.875rem;
  padding-top: 1.25rem;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.27;
  position: relative;
}
.voice-profile__job::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.875rem;
  height: 0.0625rem;
  background-color: #333;
}

/* ==========================================================================
   Voice Chapter Section - BEM CSS
   ========================================================================== */
/* Block: voice-chapter
   ========================================================================== */
.voice-chapter {
  padding: 7.5rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #D9D9D9;
}
.voice-chapter:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.voice-chapter:last-child {
  border-bottom: none;
}

/* Element: voice-chapter__container
   ========================================================================== */
.voice-chapter__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  gap: 80px;
}

/* Element: voice-chapter__heading
   ========================================================================== */
.voice-chapter__heading {
  width: 39.82%;
}

/* Element: voice-chapter__title
   ========================================================================== */
.voice-chapter__title {
  font-size: 1.5rem;
  line-height: 1.75;
  color: #DB8087;
}

/* Element: voice-chapter__label
   ========================================================================== */
.voice-chapter__label {
  margin-top: 1.875rem;
  display: inline-block;
  font-family: var(--en-font-family);
}

/* Element: voice-chapter__content
   ========================================================================== */
.voice-chapter__content {
  width: 52.91%;
}

/* Element: voice-chapter__text
   ========================================================================== */
.voice-chapter__text {
  line-height: 1.87;
}

/* Element: voice-chapter__image
   ========================================================================== */
.voice-chapter__image {
  width: 100%;
  margin-top: 2.5rem;
  border-radius: 10px;
  overflow: hidden;
}

.voice-chapter__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ==========================================================================
   Voice Others Section - BEM CSS
   ========================================================================== */
/* Block: voice-others
   ========================================================================== */
.voice-others {
  padding: 7.5rem 0 8.75rem;
  background-color: #FDFCFB;
}

/* Element: voice-others__header
   ========================================================================== */
.voice-others__header {
  position: relative;
}

/* Element: voice-others__bg-text
   ========================================================================== */
.voice-others__bg-text {
  font-family: var(--en-font-family);
  font-size: 6.875rem;
  line-height: 1.25;
  color: #FAF1F2;
}

/* Element: voice-others__title
   ========================================================================== */
.voice-others__title {
  margin-top: -3.75rem;
  position: relative;
  font-size: 1.375rem;
  font-weight: 500;
  z-index: 1;
}

/* Element: voice-others__decoration
   ========================================================================== */
.voice-others__decoration {
  display: block;
  width: 3.125rem;
  margin-top: 0.9375rem;
  font-size: 0;
}

/* Element: voice-others__list
   ========================================================================== */
.voice-others__list {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

/* Element: voice-others__item
   ========================================================================== */
.voice-others__item {
  display: block;
}

/* Element: voice-others__card
   ========================================================================== */
.voice-others__card {
  display: block;
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .voice-others__card:hover .voice-others__card-image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/* Element: voice-others__card-image
   ========================================================================== */
.voice-others__card-image {
  aspect-ratio: 57.725/42.275;
  border-radius: 10px;
  overflow: hidden;
}
.voice-others__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.voice-others__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Element: voice-others__card-body
   ========================================================================== */
.voice-others__card-body {
  margin-top: 1.625rem;
}

/* Element: voice-others__card-name
   ========================================================================== */
.voice-others__card-name {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.08;
}
.voice-others__card-name span {
  font-size: 0.875rem;
}

/* Element: voice-others__card-tag
   ========================================================================== */
.voice-others__card-tag {
  min-width: 4.5rem;
  margin-top: 1.375rem;
  padding: 0.25rem 0.5625rem;
  font-size: 0.8125rem;
  line-height: 1.84;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
}

/* Element: voice-others__card-desc
   ========================================================================== */
.voice-others__card-desc {
  margin-top: 1.25rem;
  font-weight: 500;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

/* Element: voice-others__card-more
   ========================================================================== */
.voice-others__card-more {
  margin-top: 1.8125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Element: voice-others__card-arrow
   ========================================================================== */
.voice-others__card-arrow {
  width: 0.625rem;
  margin-left: 0.8125rem;
  font-size: 0;
}

/* Element: voice-others__divider
   ========================================================================== */
.voice-others__divider {
  border: none;
  border-top: 1px solid #ddd;
  margin: 0 0 40px;
}

/* Element: voice-others__footer
   ========================================================================== */
.voice-others__footer {
  margin-top: 7.5rem;
  padding-top: 3.75rem;
  text-align: center;
  border-top: 1px solid #D9D9D9;
}

/* Element: voice-others__link
   ========================================================================== */
.voice-others__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .voice-others__link:hover {
    letter-spacing: 0.15em;
  }
}

/* Element: voice-others__link-arrow
   ========================================================================== */
.voice-others__link-arrow {
  width: 0.75rem;
  margin-left: 0.8125rem;
  font-size: 0;
}

.voice-full {
  margin-top: 7.5rem;
}
.voice-full img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .voice-page {
    padding-bottom: 6.25rem;
  }
  .voice-page .job-category__select {
    margin-top: 0.625rem;
  }
  .full-mv-img img {
    width: 100%;
  }
  /* Block: voice-hero
  ========================================================================== */
  .voice-hero {
    padding: 3.125rem 0 3.75rem;
    position: relative;
  }
  /* Element: voice-hero__container
  ========================================================================== */
  .voice-hero__container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  /* Element: voice-hero__content
  ========================================================================== */
  .voice-hero__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  /* Element: voice-hero__title
  ========================================================================== */
  .voice-hero__title {
    font-size: 3rem;
    font-weight: normal;
    letter-spacing: 0.3em;
    line-height: 1.6;
    margin-bottom: 20px;
    position: relative;
  }
  /* Element: voice-hero__title-line
  ========================================================================== */
  .voice-hero__title-line {
    display: block;
  }
  /* Element: voice-hero__title-decoration
  ========================================================================== */
  .voice-hero__title-decoration {
    display: block;
    width: 60px;
    height: 20px;
    margin-top: 10px;
    position: relative;
  }
  .voice-hero__title-decoration::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 50px;
    height: 25px;
    border: 2px solid #e85a71;
    border-top: none;
    border-radius: 0 0 50px 50px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  /* Element: voice-hero__label
  ========================================================================== */
  .voice-hero__label {
    font-size: 0.875rem;
    letter-spacing: 0.2em;
    color: #666;
    margin-bottom: 40px;
  }
  /* Element: voice-hero__description
  ========================================================================== */
  .voice-hero__description {
    margin: 9.5rem 0 0;
    line-height: 1.75;
  }
  /* Element: voice-hero__catchcopy
  ========================================================================== */
  .voice-hero__catchcopy {
    display: block;
    position: absolute;
    top: 4.0625rem;
    right: 2.1875rem;
  }
  /* Element: voice-hero__catchcopy-text
  ========================================================================== */
  .voice-hero__catchcopy-text {
    gap: 0.9375rem;
  }
  /* Element: voice-hero__catchcopy-column
  ========================================================================== */
  .voice-hero__catchcopy-column {
    font-size: 1.375rem;
  }
  /* ==========================================================================
  Voice Category Section - BEM CSS
  ========================================================================== */
  /* Block: voice-category
  ========================================================================== */
  /* Element: voice-category__container
  ========================================================================== */
  /* Element: voice-category__label
  ========================================================================== */
  .voice-category__label {
    font-family: var(--en-font-family);
    line-height: 1.25;
    color: #333;
  }
  /* Element: voice-category__list
  ========================================================================== */
  .voice-category__list {
    margin-top: 1.25rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
  /* Element: voice-category__item
  ========================================================================== */
  .voice-category__item:first-child .voice-category__button--active .voice-category__button-arrow::before {
    border-color: #333 !important;
  }
  .voice-category__item:first-child .voice-category__button-arrow::before {
    border-color: #333 !important;
  }
  .voice-category__item:first-child.voice-category__button--active {
    color: #333 !important;
  }
  .voice-category__button-arrow.voice-category__button-arrow--black::before {
    border-color: #333 !important;
  }
  /* Element: voice-category__button
  ========================================================================== */
  .voice-category__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 0.8125rem 1.875rem;
    border: 1px solid #ccc;
    border-radius: 50px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 750px) and (hover: hover) and (pointer: fine) {
  .voice-category__button:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 750px) {
  /* Modifier: voice-category__button--active
  ========================================================================== */
  .voice-category__button--active {
    background-color: #E4EBEB;
    border-color: #E4EBEB;
  }
  /* Element: voice-category__button-text
  ========================================================================== */
  .voice-category__button-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: 500;
  }
  /* Element: voice-category__button-arrow
  ========================================================================== */
  .voice-category__button-arrow {
    position: relative;
    width: 8px;
    height: 8px;
    margin-left: 10px;
  }
  .voice-category__button-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  /* ==========================================================================
  Voice List Section - BEM CSS
  ========================================================================== */
  /* Block: voice-list
  ========================================================================== */
  .voice-list {
    margin-top: 2.5rem;
  }
  /* Element: voice-list__grid
  ========================================================================== */
  .voice-list__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.75rem 0;
  }
  /* ==========================================================================
  Voice Card - BEM CSS
  ========================================================================== */
  /* Block: voice-card
  ========================================================================== */
  .voice-card {
    display: block;
  }
  /* Element: voice-card__link
  ========================================================================== */
  .voice-card__link {
    display: block;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media screen and (max-width: 750px) and (hover: hover) and (pointer: fine) {
  .voice-card__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 750px) {
  /* Element: voice-card__image
  ========================================================================== */
  .voice-card__image {
    width: 100%;
    aspect-ratio: 57.725/42.275;
    border-radius: 10px;
    overflow: hidden;
  }
  .voice-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  /* Element: voice-card__body
  ========================================================================== */
  .voice-card__body {
    margin-top: 1.875rem;
  }
  /* Element: voice-card__name
  ========================================================================== */
  .voice-card__name {
    line-height: 1;
  }
  .voice-card__name span {
    font-size: 1rem;
  }
  /* Element: voice-card__meta
  ========================================================================== */
  .voice-card__meta {
    margin-top: 0.875rem;
  }
  /* Element: voice-card__tag
  ========================================================================== */
  .voice-card__tag {
    padding: 0.25rem 0.5625rem;
    font-size: 0.875rem;
    line-height: 1.71;
  }
  /* Element: voice-card__job
  ========================================================================== */
  /* Element: voice-card__description
  ========================================================================== */
  .voice-card__description {
    margin-top: 0.9375rem;
  }
  /* Element: voice-card__more
  ========================================================================== */
  .voice-card__more {
    margin-top: 1.5625rem;
  }
  /* Element: voice-card__more-arrow
  ========================================================================== */
  .voice-card__more-arrow {
    width: 0.625rem;
    margin-left: 0.8125rem;
    font-size: 0;
  }
  /* Block: voice-profile
  ========================================================================== */
  .voice-bg {
    padding: 7.5rem 0 0;
    background: url(../../img/voice/bg.png) repeat-y top -250px center/100% auto;
  }
  /* Element: voice-profile__container
  ========================================================================== */
  .voice-profile__container {
    min-height: 0;
    margin-bottom: 1.25rem;
  }
  /* Element: voice-profile__image
  ========================================================================== */
  .voice-profile__image {
    width: 100%;
    height: auto;
    margin-left: -20px;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
    position: static;
  }
  /* Element: voice-profile__content
  ========================================================================== */
  .voice-profile__header-box {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  /* Element: voice-profile__header
  ========================================================================== */
  .voice-profile__header {
    display: none;
  }
  /* Element: voice-profile__section-title
  ========================================================================== */
  .voice-profile__section-title {
    font-family: var(--sub-font-family);
    font-size: 1.5rem;
    line-height: 2.83;
  }
  /* Element: voice-profile__section-decoration
  ========================================================================== */
  .voice-profile__section-decoration {
    display: block;
    width: 3.125rem;
    margin: 0 0 0 auto;
    font-size: 0;
  }
  /* Element: voice-profile__section-label
  ========================================================================== */
  .voice-profile__section-label {
    display: block;
    margin-top: 1.25rem;
    font-family: var(--en-font-family);
    line-height: 1.25;
  }
  /* Element: voice-profile__info
  ========================================================================== */
  .voice-profile__info {
    margin-top: 2.5rem;
  }
  /* Element: voice-profile__name
  ========================================================================== */
  .voice-profile__name {
    font-size: 1.5rem;
    line-height: 1;
  }
  .voice-profile__name span {
    font-size: 1rem;
  }
  /* Element: voice-profile__meta
  ========================================================================== */
  .voice-profile__meta {
    margin-top: 1rem;
  }
  /* Element: voice-profile__tag
  ========================================================================== */
  .voice-profile__tag {
    padding: 0.25rem 0.5625rem;
    font-size: 0.875rem;
    line-height: 1.71;
  }
  /* Element: voice-profile__heading
  ========================================================================== */
  /* Element: voice-profile__heading-text
  ========================================================================== */
  .voice-profile__heading-text {
    margin-top: 1.5rem;
    font-size: 1.25rem;
    line-height: 2.1;
  }
  /* Element: voice-profile__job
  ========================================================================== */
  .voice-profile__job {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.75;
  }
  .voice-profile__job::before {
    width: 3.125rem;
  }
  /* ==========================================================================
  Voice Chapter Section - BEM CSS
  ========================================================================== */
  /* Block: voice-chapter
  ========================================================================== */
  .voice-chapter {
    padding: 3.75rem 1.25rem 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
    position: relative;
  }
  .voice-chapter::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #D9D9D9;
  }
  .voice-chapter:nth-child(even) {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .voice-chapter:last-child {
    border-bottom: none;
  }
  .voice-chapter:last-child::after {
    display: none;
  }
  /* Element: voice-chapter__container
  ========================================================================== */
  .voice-chapter__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    gap: 80px;
  }
  /* Element: voice-chapter__heading
  ========================================================================== */
  .voice-chapter__heading {
    width: 100%;
  }
  /* Element: voice-chapter__title
  ========================================================================== */
  .voice-chapter__title {
    font-size: 1.125rem;
    line-height: 1.77;
  }
  /* Element: voice-chapter__label
  ========================================================================== */
  .voice-chapter__label {
    margin-top: 0.9375rem;
  }
  /* Element: voice-chapter__content
  ========================================================================== */
  .voice-chapter__content {
    width: 100%;
    margin-top: 2.5rem;
  }
  /* Element: voice-chapter__text
  ========================================================================== */
  .voice-chapter__text {
    line-height: 1.87;
  }
  /* ==========================================================================
  Voice Others Section - BEM CSS
  ========================================================================== */
  /* Block: voice-others
  ========================================================================== */
  .voice-others {
    padding: 3.125rem 0 5rem;
  }
  /* Element: voice-others__header
  ========================================================================== */
  /* Element: voice-others__bg-text
  ========================================================================== */
  .voice-others__bg-text {
    font-size: 4rem;
    line-height: 1.26;
  }
  /* Element: voice-others__title
  ========================================================================== */
  .voice-others__title {
    margin-top: -2.8125rem;
  }
  /* Element: voice-others__decoration
  ========================================================================== */
  .voice-others__decoration {
    margin-top: 1.25rem;
  }
  /* Element: voice-others__list
  ========================================================================== */
  .voice-others__list {
    margin-top: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.75rem;
  }
  /* Element: voice-others__item
  ========================================================================== */
  .voice-others__item {
    display: block;
  }
  /* Element: voice-others__card
  ========================================================================== */
  .voice-others__card {
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
  }
  /* Element: voice-others__card-body
  ========================================================================== */
  .voice-others__card-body {
    margin-top: 1.875rem;
  }
  /* Element: voice-others__card-name
  ========================================================================== */
  .voice-others__card-name {
    line-height: 1;
  }
  .voice-others__card-name span {
    font-size: 1rem;
  }
  /* Element: voice-others__card-tag
  ========================================================================== */
  .voice-others__card-tag {
    min-width: 5.125rem;
    margin-top: 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.71;
  }
  /* Element: voice-others__card-desc
  ========================================================================== */
  .voice-others__card-desc {
    margin-top: 0.9375rem;
  }
  /* Element: voice-others__card-more
  ========================================================================== */
  .voice-others__card-more {
    margin-top: 1.5625rem;
  }
  /* Element: voice-others__divider
  ========================================================================== */
  .voice-others__divider {
    border: none;
    border-top: 1px solid #ddd;
    margin: 0 0 40px;
  }
  /* Element: voice-others__footer
  ========================================================================== */
  .voice-others__footer {
    margin-top: 3.75rem;
  }
  /* Element: voice-others__link
  ========================================================================== */
  .voice-others__link {
    font-size: 1rem;
    letter-spacing: 0.05em;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
  }
  .voice-full {
    margin-top: 3.75rem;
  }
  .voice-full img {
    width: 100%;
  }
}
.faq-page {
  padding: 16.875rem 0 8.75rem;
  background: #FFFBEC;
}

.faq-list {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
}

/* ==========================================================================
   Block: faq-header
   ========================================================================== */
/* Element: faq-header__container
   ========================================================================== */
.faq-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5625rem;
}

/* Element: faq-header__icon
   ========================================================================== */
.faq-header__icon {
  width: 5rem;
}

/* Element: faq-header__title
   ========================================================================== */
.faq-header__title {
  font-family: var(--sub-font-family);
  font-size: 1.25rem;
}

/* ==========================================================================
   Block: faq-content
   ========================================================================== */
.faq-content {
  margin-top: 1.5625rem;
}

/* Element: faq-content__container
   ========================================================================== */
.faq-content__container {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 1.875rem 3.75rem;
  background: #FFF;
}

/* ==========================================================================
   Block: faq-section
   ========================================================================== */
.faq-section:last-child {
  margin-bottom: 0;
}

/* Element: faq-section__label
   ========================================================================== */
.faq-section__label {
  width: 10.3125rem;
  margin: 1.875rem 0 0.625rem;
  display: inline-block;
  padding: 0.625rem 0.8125rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  background-color: #F97A8D;
  border-radius: 3px;
}

/* Modifier: faq-section__label--pink
   ========================================================================== */
.faq-section__label--pink {
  background-color: #F97A8D;
}

.faq-section__label--green {
  background-color: #00A19E;
}

/* ==========================================================================
   Block: faq-accordion
   ========================================================================== */
/* Element: faq-accordion__item
   ========================================================================== */
.faq-accordion__item {
  border-bottom: 1px solid #e5e5e5;
}
.faq-accordion__item:last-child {
  border-bottom: none;
}

/* Element: faq-accordion__header
   ========================================================================== */
.faq-accordion__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1.875rem 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-weight: 500;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.faq-accordion__header:hover {
  opacity: 0.7;
}

/* Element: faq-accordion__question
   ========================================================================== */
.faq-accordion__question {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1.25rem;
  font-family: var(--en-font-family);
  font-weight: 700;
}

/* Element: faq-accordion__title
   ========================================================================== */
.faq-accordion__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1;
  font-weight: 500;
}

/* Element: faq-accordion__icon
   ========================================================================== */
.faq-accordion__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.5625rem;
  font-size: 0;
  margin-left: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* Open state icon rotation */
.faq-accordion__item--open .faq-accordion__icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0.7;
}

/* Element: faq-accordion__body
   ========================================================================== */
.faq-accordion__body {
  display: none;
  margin-top: -0.3125rem;
  padding: 0 14.49% 1.875rem 2.375rem;
}

/* Open state */
.faq-accordion__item--open .faq-accordion__body {
  display: block;
}

/* Element: faq-accordion__answer
   ========================================================================== */
.faq-accordion__answer {
  line-height: 1.87;
}

@media screen and (max-width: 750px) {
  .faq-page {
    padding: 10.625rem 0 5rem;
  }
  .faq-list {
    margin-top: 3.75rem;
  }
  /* ==========================================================================
  Block: faq-header
  ========================================================================== */
  /* Element: faq-header__container
  ========================================================================== */
  .faq-header__container {
    gap: 1.25rem;
  }
  /* Element: faq-header__icon
  ========================================================================== */
  .faq-header__icon {
    width: 3.75rem;
  }
  /* ==========================================================================
  Block: faq-content
  ========================================================================== */
  .faq-content {
    margin-top: 1.25rem;
  }
  /* Element: faq-content__container
  ========================================================================== */
  .faq-content__container {
    padding: 0.4375rem 1.875rem;
  }
  /* ==========================================================================
  Block: faq-section
  ========================================================================== */
  .faq-section:last-child {
    margin-bottom: 0;
  }
  /* Element: faq-section__label
  ========================================================================== */
  .faq-section__label {
    margin: 1.875rem 0 0;
  }
  /* ==========================================================================
  Block: faq-accordion
  ========================================================================== */
  /* Element: faq-accordion__item
  ========================================================================== */
  .faq-accordion__item {
    border-bottom: 1px solid #e5e5e5;
  }
  .faq-accordion__item:last-child {
    border-bottom: none;
  }
  /* Element: faq-accordion__header
  ========================================================================== */
  .faq-accordion__header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .faq-accordion__header:hover {
    opacity: 1;
  }
  /* Element: faq-accordion__question
  ========================================================================== */
  .faq-accordion__question {
    margin-right: 0.625rem;
    font-size: 1.125rem;
    line-height: 1.5;
  }
  /* Element: faq-accordion__title
  ========================================================================== */
  .faq-accordion__title {
    line-height: 1.5;
  }
  /* Element: faq-accordion__icon
  ========================================================================== */
  .faq-accordion__icon {
    display: none;
  }
  /* Element: faq-accordion__body
  ========================================================================== */
  .faq-accordion__body {
    margin-top: -0.625rem;
    padding: 0 0 1.875rem 2.0625rem;
  }
  /* Open state */
  /* Element: faq-accordion__answer
  ========================================================================== */
  .faq-accordion__answer {
    line-height: 1.87;
  }
}
.form-page {
  position: relative;
}
.form-page .deco01 {
  width: 30.25rem;
  position: absolute;
  top: 0;
  right: 9.38%;
  z-index: -1;
}
.form-page .deco02 {
  width: 10.5625rem;
  position: absolute;
  top: 3.47%;
  left: 0;
  z-index: -1;
}
.form-page .deco03 {
  width: 10.875rem;
  position: absolute;
  top: 27.43vw;
  right: 0;
  z-index: -1;
}
.form-page .deco04 {
  width: 13.6875rem;
  position: absolute;
  top: 67.29vw;
  left: 0;
  z-index: -1;
}
.form-page .deco05 {
  width: 13.625rem;
  position: absolute;
  top: 125.83vw;
  right: 0;
  z-index: -1;
}

.tab-btns {
  margin: 7.5rem 0 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 1.5625rem;
}

.tab-btns__btn a {
  line-height: 1.62;
  display: block;
  font-weight: 500;
  padding: 1.5rem 2.8125rem 1.5rem 2.5rem;
  border: 1px solid #9EC828;
  border-radius: 50px;
  position: relative;
}
.tab-btns__btn a::after {
  content: "";
  width: 0.6875rem;
  height: 0.6875rem;
  display: block;
  background: url(../../img/form/out.svg) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  right: 1.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tab-btns__btn button {
  width: 100%;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #F97A8D;
  line-height: 1.62;
  display: block;
  text-align: left;
  font-weight: 500;
  padding: 1.5rem 2.8125rem 1.5rem 2.5rem;
  border: 1px solid #9EC828;
  border-radius: 50px;
  position: relative;
}
.tab-btns__btn button::after {
  content: "";
  width: 0.6875rem;
  height: 0.4375rem;
  display: block;
  background: url(../../img/form/btn-arrow.svg) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  right: 1.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tab-btns__btn.tab-btns__btn02 button {
  border-color: #F97A8D;
}
.tab-btns__btn.tab-btns__btn02.tab-btns__btn--active button {
  background-color: #F97A8D;
  color: #FFF;
}
.tab-btns__btn.tab-btns__btn02.tab-btns__btn--active button::after {
  background: url(../../img/form/btn-arrow-w.svg) no-repeat center/100% auto;
}
.tab-btns__btn.tab-btns__btn03 button {
  border-color: #00A19E;
}
.tab-btns__btn.tab-btns__btn03.tab-btns__btn--active button {
  background-color: #00A19E;
  color: #FFF;
}
.tab-btns__btn.tab-btns__btn03.tab-btns__btn--active button::after {
  background: url(../../img/form/btn-arrow-w.svg) no-repeat center/100% auto;
}

.tab-btns__btn--active button {
  color: #FFF;
}

.form-ttl__ttl {
  font-family: var(--sub-font-family);
  font-size: 3.375rem;
  line-height: 1.48;
  text-align: center;
}

.form-ttl__icon {
  margin-top: 1.5625rem;
  text-align: center;
  font-size: 0;
}

.form-ttl__en {
  margin-top: 1.25rem;
  font-family: var(--en-font-family);
  font-size: 0.75rem;
  line-height: 1.25;
  text-align: center;
}

.entry-page {
  padding: 16.875rem 0 7.5rem;
}
.entry-page .entry-textarea {
  margin-top: 5rem;
}
.entry-page .entry-textarea__text {
  font-family: var(--sub-font-family);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.08;
}
.entry-page .entry-textarea__icon {
  width: 2.8125rem;
  font-size: 0;
  margin-top: 1.875rem;
}
.entry-page .entry-textarea__small {
  margin-top: 1.25rem;
}
.entry-page .form-area {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem 0;
}
.entry-page .form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.entry-page .form-area__l {
  width: 300px;
  padding-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry-page .form-area__l-icon {
  width: 18px;
  height: 18px;
  line-height: 1;
  border-radius: 50%;
  background: #D9D9D9;
  position: relative;
}
.entry-page .form-area__l-icon::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.entry-page .form-area__l-text {
  margin-left: 0.9375rem;
  font-weight: 500;
}
.entry-page .form-area__l-required {
  margin-left: 0.625rem;
  padding: 0 0.3125rem;
  display: inline-block;
  font-size: 0.8125rem;
  color: #FFF;
  background: #DB8087;
  border-radius: 3px;
}
.entry-page .form-area__r {
  max-width: 700px;
  width: calc(100% - 300px);
}
.entry-page .form-area__r select {
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 1rem 1.5625rem;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  background: #FFF;
  border: 1px solid #999999;
  border-radius: 5px;
  line-height: 1.87;
}
.entry-page .form-area__r input,
.entry-page .form-area__r textarea {
  width: 100%;
  margin: 0;
  padding: 1rem 1.5625rem;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFF;
  border: 1px solid #999999;
  border-radius: 5px;
  line-height: 1.87;
  display: block;
}
.entry-page .form-area__r textarea {
  height: 210px;
}
.entry-page .form-area__r-select {
  position: relative;
}
.entry-page .form-area__r-select::after {
  content: "";
  width: 0.6875rem;
  height: 0.4375rem;
  background: url("../../img/form/select.svg") no-repeat center/100% auto;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.entry-page .form-btns {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.entry-page .form-btn {
  width: 15rem;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .entry-page .form-btn:hover input {
    background: #B23E7C;
  }
  .entry-page .form-btn:hover::after {
    -webkit-transform: translateY(-50%) translateX(10px);
            transform: translateY(-50%) translateX(10px);
  }
}
.entry-page .form-btn::after {
  content: "";
  width: 0.3125rem;
  height: 0.5625rem;
  background: url(../../img/form/arrow.svg) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  right: 1.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.entry-page .form-btn input {
  background: #DB8087;
  width: 100%;
  margin: 0;
  padding: 1rem 1.5625rem;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50px;
  line-height: 1.87;
  text-align: left;
  color: #FFF;
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.entry-page .c-form-confirm .form-box {
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #D9D9D9;
}
.entry-page .c-form-confirm .form-area__l {
  padding-top: 0;
}
.entry-page .c-form-confirm .form-btns--center {
  margin-top: 4.375rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1.875rem;
}
.entry-page .c-form-confirm .form-btns--center .wpcf7-spinner {
  display: none;
}
.entry-page .c-form-confirm .form-btn-back {
  width: 15rem;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .entry-page .c-form-confirm .form-btn-back:hover input {
    color: #FFF;
    background: #B23E7C;
  }
  .entry-page .c-form-confirm .form-btn-back:hover::after {
    background: url(../../img/form/arrow.svg) no-repeat center/100% auto;
    -webkit-transform: translateY(-50%) translateX(10px);
            transform: translateY(-50%) translateX(10px);
  }
}
.entry-page .c-form-confirm .form-btn-back::after {
  content: "";
  width: 0.3125rem;
  height: 0.5625rem;
  background: url(../../img/form/arrow-black.svg) no-repeat center/100% auto;
  position: absolute;
  top: 50%;
  right: 1.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.entry-page .c-form-confirm .form-btn-back input {
  background: #FFF;
  width: 100%;
  margin: 0;
  padding: 0.9375rem 1.5625rem;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50px;
  line-height: 1.87;
  text-align: left;
  color: #333;
  display: block;
  border: 1px solid #DB8087;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (max-width: 750px) {
  .form-ttl__ttl {
    font-size: 2rem;
    line-height: 1.68;
  }
  .form-ttl__icon {
    width: 2.875rem;
    margin: 0.9375rem auto 0;
  }
  .form-ttl__en {
    margin-top: 0.9375rem;
    font-size: 1rem;
  }
  .form-page .deco01 {
    width: 69.5%;
    right: 0;
  }
  .form-page .deco01 img {
    width: 100%;
  }
  .form-page .deco02 {
    width: 32.25%;
    top: 8.625rem;
    right: 0;
    left: auto;
  }
  .form-page .deco02 img {
    width: 100%;
  }
  .tab-btns {
    margin: 3.75rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.9375rem;
  }
  .entry-page {
    padding: 10.625rem 0 7.5rem;
  }
  .entry-page .entry-textarea {
    margin-top: 3.75rem;
  }
  .entry-page .entry-textarea__text {
    font-size: 1.375rem;
    line-height: 1.63;
  }
  .entry-page .entry-textarea__icon {
    width: 2.875rem;
    margin-top: 0.9375rem;
  }
  .entry-page .entry-textarea__small {
    margin-top: 1.875rem;
  }
  .entry-page .form-area {
    margin-top: 2.5rem;
    gap: 2.1875rem 0;
  }
  .entry-page .form-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.9375rem 0;
  }
  .entry-page .form-area__l {
    width: 100%;
    padding-top: 0;
  }
  .entry-page .form-area__l-text {
    font-size: 1.125rem;
  }
  .entry-page .form-area__l-required {
    margin-left: 0.9375rem;
  }
  .entry-page .form-area__r {
    max-width: 100%;
    width: 100%;
  }
  .entry-page .form-area__r select {
    padding: 0.625rem 1.375rem;
  }
  .entry-page .form-area__r input,
  .entry-page .form-area__r textarea {
    padding: 0.625rem 1.375rem;
  }
  .entry-page .form-area__r textarea {
    height: 190px;
  }
  .entry-page .form-area__r-select::after {
    width: 0.625rem;
    right: 1.1875rem;
  }
  .entry-page .form-btns {
    margin-top: 2.5rem;
  }
  .entry-page .form-btn {
    width: 8.75rem;
  }
  .entry-page .form-btn::after {
    right: 1.5625rem;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .entry-page .form-btn input {
    padding: 1.125rem 1.5625rem;
    line-height: 1.5;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .entry-page .c-form-confirm .form-area {
    margin-top: 1.875rem;
    gap: 0;
  }
  .entry-page .c-form-confirm .form-box {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    gap: 1.25rem 0;
  }
  .entry-page .c-form-confirm .form-box:last-child {
    border-bottom: none;
  }
  .entry-page .c-form-confirm .form-area__l {
    padding-top: 0;
  }
  .entry-page .c-form-confirm .form-btns--center {
    margin-top: 2.5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
  .entry-page .c-form-confirm .form-btn-back {
    width: 46.78%;
  }
  .entry-page .c-form-confirm .form-btn-back::after {
    right: 1.625rem;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .entry-page .c-form-confirm .form-btn-back input {
    line-height: 1.5;
    -webkit-transition: 0s;
    transition: 0s;
  }
}
.thanks-page {
  padding: 16.875rem 0 7.5rem;
  text-align: center;
}
.thanks-page .message {
  margin-top: 5rem;
}
.thanks-page .btn {
  width: 15rem;
  margin: 3.75rem auto 0;
}
.thanks-page .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #DB8087;
  color: #fff;
  padding: 0.9375rem 1.875rem;
  font-weight: 500;
  border-radius: 50px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .thanks-page .btn a:hover {
    background-color: #B23E7C;
  }
  .thanks-page .btn a:hover .btn__arrow {
    -webkit-transform: translateX(0.3125rem);
            transform: translateX(0.3125rem);
  }
}
.thanks-page .btn__arrow {
  font-size: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.thanks-page .form-parts {
  margin-top: 6.25rem;
}

.form-parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem 0;
}

.line-area {
  padding: 3.5rem 1.25rem;
  background: #FFFDF5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.9375rem 5.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 10px;
}

.line-area__ttl {
  width: 18.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.375rem;
}

.line-area__ttl-icon {
  width: 3.4375rem;
}

.line-area__ttl-text {
  font-family: var(--sub-font-family);
  font-size: 1.25rem;
  font-weight: 500;
}

.line-area__flex {
  width: 26.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem 1.75rem;
}

.line-area__btn {
  width: 20rem;
}
.line-area__btn a {
  padding: 1.125rem 1.625rem 1.125rem 2rem;
  font-weight: 500;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #06C755;
  border-radius: 50px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .line-area__btn a:hover {
    opacity: 0.7;
  }
  .line-area__btn a:hover .line-area__btn-arrow {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

.line-area__btn-text {
  font-weight: 500;
}

.line-area__btn-arrow {
  width: 0.5625rem;
  font-size: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.line-area__qr {
  width: 5rem;
}

.tel-area {
  padding: 3.5rem 1.25rem;
  background: #FFFDF5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.9375rem 5.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 10px;
}

.tel-area__ttl {
  width: 18.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.875rem;
}

.tel-area__ttl-icon {
  width: 2.6875rem;
}

.tel-area__ttl-text {
  font-family: var(--sub-font-family);
  font-size: 1.25rem;
  font-weight: 500;
}

.tel-area__r {
  width: 26.75rem;
  text-align: left;
}

.tel-area__tel a {
  font-family: var(--en-font-family);
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.26;
}

.tel-area__sub {
  line-height: 1.62;
}

@media screen and (max-width: 750px) {
  .thanks-page {
    padding: 10.625rem 0 5rem;
  }
  .thanks-page .message {
    margin-top: 2.5rem;
    text-align: left;
  }
  .thanks-page .btn a {
    -webkit-transition: background-color 0s ease;
    transition: background-color 0s ease;
  }
  .thanks-page .btn__arrow {
    -webkit-transition: 0s ease;
    transition: 0s ease;
  }
  .line-area {
    padding: 2.25rem 1.875rem 2.625rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem 0;
  }
  .line-area__ttl {
    width: 100%;
    gap: 0 1rem;
    white-space: nowrap;
  }
  .line-area__ttl-icon {
    width: 2.5625rem;
  }
  .line-area__flex {
    width: 100%;
    gap: 0.9375rem 1.75rem;
  }
  .line-area__btn {
    width: 20rem;
  }
  .line-area__btn a {
    padding: 1.125rem 1.4375rem 1.125rem 1.75rem;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .line-area__btn-arrow {
    width: 0.3125rem;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .line-area__qr {
    display: none;
  }
  .tel-area {
    padding: 2.5rem 1.875rem 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5625rem 0;
  }
  .tel-area__ttl {
    width: 100%;
    gap: 0 1rem;
  }
  .tel-area__ttl-icon {
    width: 2.25rem;
  }
  .tel-area__r {
    width: 100%;
    text-align: center;
  }
  .tel-area__tel a {
    font-size: 1.875rem;
  }
  .tel-area__sub {
    margin-top: 1.25rem;
  }
}
.company .company-page {
  padding: 16.875rem 0 6.25rem;
  position: relative;
}
.company .page-mv {
  margin-top: 3.5rem;
  position: relative;
  z-index: 2;
}
.company .deco01 {
  position: absolute;
  top: 0;
  left: calc(50% - 16.125rem);
}
.company .deco02 {
  position: absolute;
  top: 6.125rem;
  right: 0;
}
.company .deco03 {
  position: absolute;
  top: 23.5rem;
  left: 0;
}
.company {
  /* Block: greeting
  ========================================================================== */
}
.company .greeting {
  padding: 10rem 0 12.0625rem;
}
.company .greeting .inner {
  position: relative;
}
.company {
  /* Element: greeting__header
  ========================================================================== */
}
.company .greeting__title {
  font-family: var(--sub-font-family);
  font-size: 2.625rem;
  line-height: 1.61;
}
.company .greeting__title-decoration {
  width: 2.875rem;
  font-size: 0;
  margin-top: 1.25rem;
}
.company .greeting__title-decoration img {
  width: 100%;
}
.company {
  /* Element: greeting__body
  ========================================================================== */
}
.company .greeting__body {
  width: 50%;
  margin-top: 3.125rem;
}
.company {
  /* Element: greeting__text
  ========================================================================== */
}
.company .greeting__heading {
  font-family: var(--sub-font-family);
  font-size: 1.75rem;
  line-height: 1.71;
}
.company .greeting__message {
  margin-top: 2.8125rem;
}
.company .greeting__name {
  margin-top: 2.1875rem;
  font-family: var(--sub-font-family);
  font-size: 1.25rem;
  text-align: right;
}
.company .philosophy {
  padding: 8.75rem 0 13.125rem;
  position: relative;
  background: #FDFCFB;
}
.company .philosophy .inner {
  position: relative;
}
.company .philosophy .deco04 {
  position: absolute;
  top: 0;
  right: 4.125rem;
}
.company .philosophy .deco05 {
  position: absolute;
  top: 17.8125rem;
  left: 0;
}
.company .philosophy .deco06 {
  position: absolute;
  bottom: -3.75rem;
  right: 12.625rem;
}
.company .philosophy-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.company .philosophy__ttl {
  font-family: var(--sub-font-family);
  font-size: 2.625rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}
.company .philosophy__en {
  font-family: var(--en-font-family);
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}
.company .philosophy-body {
  margin-top: 8.75rem;
  position: relative;
  z-index: 2;
}
.company .philosophy__img img {
  width: 100%;
}
.company .philosophy__textarea {
  width: 25.69vw;
  height: 100%;
  font-family: var(--sub-font-family);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  left: 20vw;
  top: 0;
  z-index: 2;
}
.company .philosophy__copy {
  font-size: 1.75rem;
  letter-spacing: 0.1em;
}
.company .philosophy__small {
  margin-right: 2.5rem;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
.company {
  /* Element: greeting__photo
  ========================================================================== */
}
.company .greeting__photo {
  width: 43.86%;
  position: absolute;
  top: 0;
  right: 0;
}
.company {
  /* ==========================================================================
  Outline Section
  ========================================================================== */
  /* Block: outline
  ========================================================================== */
}
.company .outline {
  padding: 8.75rem 0 3.75rem;
  position: relative;
  overflow: hidden;
}
.company .outline .deco07 {
  position: absolute;
  top: 0;
  right: 0;
}
.company .outline .deco08 {
  position: absolute;
  bottom: -11.25rem;
  left: 0;
}
.company {
  /* Element: outline__list
  ========================================================================== */
}
.company .outline__list {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: 11.25rem 1fr;
  gap: 0 30px;
}
.company .outline__term {
  padding: 1.25rem 1.25rem 2.6875rem;
  font-weight: 500;
  border-top: 1px solid #F97A8D;
}
.company .outline__desc {
  padding: 1.25rem 1.25rem 2.6875rem;
  border-top: 1px solid #D9D9D9;
}
.company .organization {
  padding: 8.75rem 0;
  background: #FDFCFB;
}
.company .organization__scroll {
  margin-top: 3.625rem;
}
.company .history {
  padding: 8.75rem 0 7.5rem;
  position: relative;
  overflow: hidden;
}
.company .history .inner {
  position: relative;
  z-index: 2;
}
.company .history .deco09 {
  position: absolute;
  top: -15.625rem;
  right: 0;
}
.company .history .deco10 {
  position: absolute;
  top: 23.0625rem;
  right: 20.125rem;
}
.company .history .deco11 {
  position: absolute;
  bottom: 8.3125rem;
  left: 0;
}
.company {
  /* Element: history__timeline
  ========================================================================== */
}
.company .history__timeline {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.8125rem 0;
  position: relative;
}
.company .history__timeline::after {
  content: "";
  position: absolute;
  left: 122px;
  top: 20px;
  width: 1px;
  height: calc(100% - 0rem);
  background-color: #D9D9D9;
  z-index: -1;
}
.company .history__item {
  display: grid;
  grid-template-columns: 245px 1fr;
  gap: 0 1.25rem;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.company .history__item-day {
  display: grid;
  grid-template-columns: 1fr 0.5625rem 1fr;
  gap: 0 2.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.company .history__year {
  font-size: 1.125rem;
  font-weight: 500;
  color: #DB8087;
}
.company .history__year span {
  font-size: 1.625rem;
}
.company .history__dot {
  width: 10px;
  height: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background-color: #d8908a;
  position: relative;
  top: 2px;
}
.company .history__date {
  font-size: 1.125rem;
  font-weight: 500;
  color: #DB8087;
}
.company .history__date span {
  font-size: 1.625rem;
}
.company .history__event {
  font-weight: 500;
  line-height: 1.87;
}

@media screen and (max-width: 750px) {
  .company .company-page {
    padding: 10.625rem 0 5rem;
  }
  .company .page-mv {
    margin-top: 3.75rem;
  }
  .company .deco01 {
    width: 84.75vw;
    left: 13vw;
  }
  .company .deco02 {
    width: 32.25vw;
    top: 32vw;
  }
  .company {
    /* Block: greeting
    ========================================================================== */
  }
  .company .greeting {
    padding: 3.75rem 0 8.25rem;
  }
  .company {
    /* Element: greeting__header
    ========================================================================== */
  }
  .company .greeting__title {
    font-size: 1.75rem;
    line-height: 1.92;
  }
  .company .greeting__title-decoration {
    margin-top: 0.625rem;
  }
  .company {
    /* Element: greeting__body
    ========================================================================== */
  }
  .company .greeting__body {
    width: 100%;
    margin-top: 2.875rem;
  }
  .company {
    /* Element: greeting__text
    ========================================================================== */
  }
  .company .greeting__message {
    margin-top: 1.875rem;
  }
  .company .greeting__name {
    margin-top: 1.875rem;
  }
  .company .philosophy {
    padding: 3.75rem 0;
  }
  .company .philosophy .deco04 {
    width: 52.5vw;
    top: 42.5vw;
    right: auto;
    left: 0;
  }
  .company .philosophy .deco05 {
    width: 68.25vw;
    top: 76.5vw;
    left: auto;
    right: 0;
  }
  .company .philosophy .deco06 {
    width: 29.25vw;
    bottom: auto;
    top: 0;
    right: 0;
  }
  .company .philosophy__ttl {
    font-size: 1.75rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 0.1em;
  }
  .company .philosophy__en {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    left: 0;
  }
  .company .philosophy-body {
    margin-top: 3.125rem;
    position: relative;
  }
  .company .philosophy__textarea {
    width: 100%;
    height: auto;
    margin-top: 3.125rem;
    font-family: var(--sub-font-family);
    position: static;
  }
  .company .philosophy__copy {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    white-space: nowrap;
  }
  .company .philosophy__small {
    white-space: nowrap;
  }
  .company {
    /* Element: greeting__photo
    ========================================================================== */
  }
  .company .greeting__photo {
    width: 100%;
    margin-top: 2.5rem;
    text-align: center;
    position: static;
  }
  .company {
    /* ==========================================================================
    Outline Section
    ========================================================================== */
    /* Block: outline
    ========================================================================== */
  }
  .company .outline {
    padding: 5rem 0 3.75rem;
  }
  .company .outline .deco07 {
    width: 29.25vw;
    top: 7.75vw;
    right: 0;
  }
  .company .outline .deco08 {
    width: 32.25vw;
    bottom: -34vw;
    left: 0;
  }
  .company {
    /* Element: outline__list
    ========================================================================== */
  }
  .company .outline__list {
    display: block;
  }
  .company .outline__term {
    padding: 1.25rem 0.625rem 0;
    border-top: 1px solid #D9D9D9;
    position: relative;
  }
  .company .outline__term::after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 6.5625rem;
    height: 1px;
    background-color: #F97A8D;
    z-index: 1;
  }
  .company .outline__desc {
    padding: 0.3125rem 0.625rem 1.25rem;
    border-top: none;
  }
  .company .organization {
    padding: 5rem 0;
  }
  .company .organization .inner {
    padding: 0;
  }
  .company .organization .page-ttl02 {
    padding: 0 1.875rem;
  }
  .company .organization__scroll {
    margin-top: 3.75rem;
    overflow-x: scroll;
    position: relative;
  }
  .company .organization__scroll-icon {
    width: 9.0625rem;
    position: absolute;
    top: 14.0625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 3;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .company .organization__scroll-icon.active {
    opacity: 0;
    pointer-events: none;
  }
  .company .organization__scroll-inner {
    width: 72.5rem;
    padding: 0 1.875rem;
  }
  .company .history {
    padding: 5rem 0 0;
  }
  .company .history .deco09 {
    width: 60.5vw;
    top: -24vw;
    right: 0.5vw;
  }
  .company .history .deco10 {
    width: 36.75vw;
    top: 64vw;
    right: 0;
  }
  .company .history .deco11 {
    width: 32.75vw;
    bottom: 55.25vw;
    left: 0;
  }
  .company {
    /* Element: history__timeline
    ========================================================================== */
  }
  .company .history__timeline {
    margin-top: 3.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.8125rem 0;
  }
  .company .history__timeline::after {
    display: none;
  }
  .company .history__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.9375rem 0;
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: hidden;
  }
  .company .history__item-day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.25rem 0.9375rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 1;
  }
  .company .history__year {
    width: 100%;
    font-size: 1.125rem;
  }
  .company .history__year span {
    font-size: 1.625rem;
  }
  .company .history__dot {
    width: 9px;
    height: 9px;
    top: 11px;
  }
  .company .history__dot::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: -1;
    width: 1px;
    height: 100vw;
    background-color: #D9D9D9;
  }
  .company .history__date {
    font-size: 1.125rem;
    font-weight: 500;
    color: #DB8087;
  }
  .company .history__date span {
    font-size: 1.625rem;
  }
  .company .history__event {
    padding-left: 19px;
    line-height: 1.43;
  }
}
.service-page {
  padding: 16.25rem 0 5rem;
  position: relative;
}
.service-page .deco01 {
  position: absolute;
  top: 0;
  left: calc(50% - 16.125rem);
}
.service-page .deco02 {
  position: absolute;
  top: 6.125rem;
  right: 0;
}
.service-page .deco03 {
  position: absolute;
  top: 23.5rem;
  left: 0;
}
.service-page .service-text {
  margin-top: 3.125rem;
}
.service-page .service-list {
  margin-top: 8.125rem;
  padding: 0 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6.25rem;
  position: relative;
  z-index: 2;
}
.service-page .service-list__item {
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .service-page .service-list__item a:hover .service-list__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.service-page .service-list__img {
  aspect-ratio: 280/121;
  border-radius: 10px;
  overflow: hidden;
}
.service-page .service-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.service-page .service-list__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px 0;
  position: absolute;
  top: 8.33vw;
  left: 10.42vw;
}
.service-page .service-list__copy span {
  padding: 0 1.375rem;
  font-family: var(--sub-font-family);
  font-size: 2.5vw;
  line-height: 2.5;
  color: #FFF;
  display: inline-block;
  border-radius: 5px;
}
.service-page .service-list__ttlarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3vw 1.6vw;
  color: #FFF;
  position: absolute;
  top: 26.04vw;
  left: 10.42vw;
}
.service-page .service-list__ttlarea-target {
  width: 100%;
  font-family: var(--sub-font-family);
  font-size: 1.53vw;
  font-weight: 500;
  line-height: 1;
}
.service-page .service-list__ttlarea-icon {
  font-size: 0;
}
.service-page .service-list__ttlarea-icon01 {
  width: 5.28vw;
}
.service-page .service-list__ttlarea-icon02 {
  width: 4.79vw;
}
.service-page .service-list__ttlarea-icon03 {
  width: 4.44vw;
}
.service-page .service-list__ttlarea-ttl {
  font-family: var(--sub-font-family);
  font-size: 3.47vw;
  line-height: 1.44;
}
.service-page .service-list__flex {
  padding: 3.125rem 0 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.875rem 0;
  font-family: var(--en-font-family);
}
.service-page .service-list__text {
  max-width: 45rem;
  font-family: var(--main-font-family);
  letter-spacing: 0;
}
.service-page .service-list__link {
  width: 6.9375rem;
  font-family: var(--main-font-family);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-page .service-list__link-text {
  font-weight: 500;
}
.service-page .service-list__link-arrow {
  width: 0.75rem;
  display: block;
  font-size: 0;
}
.service-page .service-list__item--healthcare .service-list__copy span {
  background: #9EC828;
}
.service-page .service-list__item--nursing-care .service-list__copy span {
  background: #F97A8D;
}
.service-page .service-list__item--disability-support .service-list__copy span {
  background: #00A19E;
}

@media screen and (max-width: 750px) {
  .service-page {
    padding: 10.625rem 0 5rem;
  }
  .service-page .deco01 {
    width: 84.75vw;
    left: 13vw;
  }
  .service-page .deco02 {
    width: 32.25vw;
    top: 32vw;
  }
  .service-page .service-text {
    margin-top: 3.75rem;
    font-weight: 500;
  }
  .service-page .service-list {
    margin-top: 2.5rem;
    padding: 0 0.625rem;
    gap: 3.125rem;
  }
  .service-page .service-list__item .inner {
    padding: 0 1.25rem;
  }
  .service-page .service-list__img {
    aspect-ratio: initial;
  }
  .service-page .service-list__img img {
    height: auto;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .service-page .service-list__copy {
    gap: 4px 0;
    top: 36.5vw;
    left: auto;
    right: 1.875rem;
  }
  .service-page .service-list__copy span {
    padding: 0 0.375rem;
    font-size: 1.5rem;
    line-height: 1.75;
  }
  .service-page .service-list__ttlarea {
    margin-top: 1.875rem;
    padding: 0 1.25rem;
    display: grid;
    grid-template-columns: 4.0625rem 1fr;
    gap: 0 1.3125rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #333;
    position: static;
  }
  .service-page .service-list__ttlarea-target {
    font-size: 1rem;
    line-height: 1.25;
  }
  .service-page .service-list__ttlarea-icon {
    width: auto;
    padding-top: 0;
    text-align: center;
  }
  .service-page .service-list__ttlarea-icon01 {
    width: 4.0625rem;
  }
  .service-page .service-list__ttlarea-icon02 {
    width: 3.75rem;
  }
  .service-page .service-list__ttlarea-icon03 {
    width: 3.1875rem;
  }
  .service-page .service-list__ttlarea-ttl {
    margin-top: 0.3125rem;
    font-size: 1.75rem;
    line-height: 1.46;
  }
  .service-page .service-list__ttlarea-en {
    margin-top: 0.3125rem;
    font-size: 0.75rem;
    line-height: 1.25;
    color: #999999;
  }
  .service-page .service-list__flex {
    padding: 1.25rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1rem;
    gap: 0;
  }
  .service-page .service-list__text {
    max-width: 45rem;
    letter-spacing: 0;
  }
  .service-page .service-list__link {
    margin: 1.875rem 0 0 auto;
    width: 6.5625rem;
  }
  .service-page .service-list__link-text {
    font-weight: 500;
  }
  .service-page .service-list__link-arrow {
    width: 0.75rem;
    display: block;
    font-size: 0;
  }
  .service-page .service-list__item--healthcare .service-list__copy span {
    background: #9EC828;
  }
  .service-page .service-list__item--nursing-care .service-list__copy span {
    background: #F97A8D;
  }
  .service-page .service-list__item--disability-support .service-list__copy span {
    background: #00A19E;
  }
}
.facility-page {
  padding: 16.875rem 0 8.75rem;
  position: relative;
}
.facility-page .deco01 {
  position: absolute;
  top: 0;
  left: calc(50% - 16.125rem);
}
.facility-page .deco02 {
  position: absolute;
  top: 6.125rem;
  right: 0;
}
.facility-page .deco03 {
  position: absolute;
  top: 23.5rem;
  left: 0;
}
.facility-page .facility-hero {
  margin-top: 3.75rem;
  position: relative;
  z-index: 2;
}
.facility-page .facility-hero .inner {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.facility-page .facility-hero__img {
  width: 51.04vw;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
}
.facility-page .facility-hero__img img {
  width: 100%;
}
.facility-page .facility-hero__text {
  width: 35.18%;
  position: absolute;
  top: 0;
  right: 0;
}
.facility-page .area {
  margin-top: 6.25rem;
}
.facility-page .area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5625rem;
}
.facility-page .area-list__item {
  min-width: 21.875rem;
  display: inline-block;
  line-height: 1.5;
}
.facility-page .area-list__item a {
  padding: 0.8125rem 1.25rem 0.8125rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #D9D9D9;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .facility-page .area-list__item a:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.facility-page .area-list__item-arrow {
  width: 0.3125rem;
  margin-left: 0.875rem;
  font-size: 0;
  display: block;
}
.facility-page .area-list__item-arrow img {
  width: 100%;
}
.facility-page .area-sec {
  margin-top: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.facility-page .area-box {
  padding: 7.5rem 0;
}
.facility-page .area-box:nth-child(odd) {
  background-color: #FDFCFB;
}
.facility-page .area-box__ttl {
  padding: 3.125rem 0 2.5rem;
  font-size: 1.375rem;
  font-weight: 500;
  position: relative;
  border-top: 1px solid #D9D9D9;
}
.facility-page .area-box__ttl::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 6.25rem;
  height: 0.0625rem;
  display: block;
  background-color: #00A19E;
  z-index: 1;
}
.facility-page .area-box__img {
  border-radius: 10px;
  overflow: hidden;
}
.facility-page .area-box__layout {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 1fr 43.86%;
  gap: 0 5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.facility-page .area-box__layout-tel {
  margin-top: 1.25rem;
  font-size: 1.5rem;
  font-family: var(--en-font-family);
  line-height: 1.71;
}
.facility-page .area-box__layout-tel a {
  font-size: 1.5rem;
  font-family: var(--en-font-family);
}
.facility-page .area-box__layout-fax {
  font-size: 0.875rem;
  line-height: 1.71;
}
.facility-page .area-box__layout-list {
  margin-top: 1.25rem;
  font-weight: 500;
  color: #666;
}
.facility-page .area-box__layout-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.facility-page .area-box__layout-sns-item01 {
  width: 50%;
}
.facility-page .area-box__layout-sns-item02 {
  width: 50%;
  border-left: 1px solid #D9D9D9;
  text-align: right;
}
.facility-page .area-box__layout-map {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 10/7;
}
.facility-page .area-box__layout-map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.facility-page .area-sbox {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5625rem;
}
.facility-page .area-sbox__item {
  overflow: hidden;
}
.facility-page .area-sbox__img {
  border-radius: 10px;
  overflow: hidden;
}
.facility-page .area-sbox__text {
  margin-top: 1.25rem;
  padding-left: 1.5625rem;
  font-weight: 500;
  border-left: 3px solid #00A19E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.facility-page .page-top-link {
  margin-top: 6.25rem;
}

@media screen and (max-width: 1150px) {
  .facility-page .facility-hero__text {
    width: 43%;
    right: 20px;
  }
}
@media screen and (max-width: 900px) {
  .facility-page .area {
    margin-top: 20vw;
  }
}
@media screen and (max-width: 750px) {
  .facility-page {
    padding: 10.625rem 0 3.75rem;
  }
  .facility-page .deco01 {
    width: 84.75vw;
    left: 13vw;
  }
  .facility-page .deco02 {
    width: 32.25vw;
    top: 32vw;
  }
  .facility-page .facility-hero .inner {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .facility-page .facility-hero__img {
    width: calc(100% - 1.875rem);
  }
  .facility-page .facility-hero__text {
    width: 100%;
    margin-top: 2.5rem;
    position: static;
  }
  .facility-page .area {
    margin-top: 3.125rem;
  }
  .facility-page .area-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.5625rem;
  }
  .facility-page .area-list__item {
    width: 100%;
  }
  .facility-page .area-list__item:last-child {
    width: 100%;
  }
  .facility-page .area-list__item a {
    min-height: 4.75rem;
    padding: 0.8125rem 1.875rem 0.8125rem 2.5rem;
    border-radius: 100px;
  }
  .facility-page .area-sec {
    margin-top: 3.5rem;
  }
  .facility-page .area-box {
    padding: 3.75rem 0;
  }
  .facility-page .area-box__ttl {
    padding: 2.1875rem 0 1.875rem;
    font-size: 1.25rem;
  }
  .facility-page .area-box__img {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    border-radius: 0;
  }
  .facility-page .area-box__layout {
    margin-top: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.0625rem 0;
  }
  .facility-page .area-box__layout-tel {
    margin-top: 0.625rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.62;
  }
  .facility-page .area-box__layout-tel a {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.62;
  }
  .facility-page .area-box__layout-fax {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.62;
  }
  .facility-page .area-box__layout-list {
    margin-top: 1.25rem;
  }
  .facility-page .area-box__layout-sns {
    width: 7.4375rem;
  }
  .facility-page .area-box__layout-map {
    aspect-ratio: 57/34;
  }
  .facility-page .area-sbox {
    margin-top: 2.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }
  .facility-page .page-top-link {
    margin-top: 3.75rem;
  }
}
.job-page h1 img {
  width: 100%;
}
.job-page {
  /* ==========================================================================
  Job Header
  ========================================================================== */
}
.job-page .job-header {
  padding: 8.3125rem 0 6.25rem;
}
.job-page .job-header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem 0;
}
.job-page .job-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.875rem;
}
.job-page .job-header__icon {
  width: 4.375rem;
}
.job-page .job-header__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.job-page .job-header__title {
  font-family: var(--sub-font-family);
  font-size: 2rem;
  line-height: 1.43;
}
.job-page .job-header__subtitle {
  margin-top: 1rem;
  font-family: var(--en-font-family);
  font-size: 0.75rem;
  line-height: 1.25;
}
.job-page {
  /* ==========================================================================
  Job Category
  ========================================================================== */
}
.job-page .job-category__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}
.job-page .job-category__list {
  margin-top: 2.8125rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.0625rem 0.8125rem;
}
.job-page .job-category__list--healthcare .job-category__button {
  border-color: #c5c944;
}
.job-page .job-category__list--healthcare .job-category__button.active {
  background-color: #c5c944;
  color: #fff;
}
.job-page .job-category__list--healthcare .job-category__button.active .job-category__button-arrow path {
  stroke: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .job-page .job-category__list--healthcare .job-category__button:hover {
    background-color: #c5c944;
    color: #fff;
  }
}
.job-page .job-category__list--nursing-care .job-category__button {
  border-color: #F97A8D;
}
.job-page .job-category__list--nursing-care .job-category__button.active {
  background-color: #F97A8D;
  color: #fff;
}
.job-page .job-category__list--nursing-care .job-category__button.active .job-category__button-arrow path {
  stroke: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .job-page .job-category__list--nursing-care .job-category__button:hover {
    background-color: #F97A8D;
    color: #fff;
  }
}
.job-page .job-category__list--disability-support .job-category__button {
  border-color: #00A19E;
}
.job-page .job-category__list--disability-support .job-category__button.active {
  background-color: #00A19E;
  color: #fff;
}
.job-page .job-category__list--disability-support .job-category__button.active .job-category__button-arrow path {
  stroke: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .job-page .job-category__list--disability-support .job-category__button:hover {
    background-color: #00A19E;
    color: #fff;
  }
}
.job-page .job-category__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0.8125rem 0.9375rem 0.8125rem 1.25rem;
  border: 1px solid #c5c944;
  border-radius: 50px;
  letter-spacing: -0.01em;
  background: #fff;
  color: #333;
  font-weight: 500;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .job-page .job-category__button:hover {
    background-color: #c5c944;
    color: #fff;
  }
  .job-page .job-category__button:hover .job-category__button-arrow path {
    stroke: #fff;
  }
}
.job-page .job-category__button-text {
  font-size: 15px;
}
.job-page .job-category__button-arrow {
  width: 5px;
  font-size: 0;
  display: block;
}
.job-page {
  /* ==========================================================================
  Job Detail Card
  ========================================================================== */
}
.job-page .job-detail {
  padding: 7.5rem 0;
  background: #fff;
}
.job-page .job-detail:nth-child(odd) {
  background: #FDFCFB;
}
.job-page .job-detail.is-hidden {
  display: none;
}
.job-page .job-detail__body {
  width: 36.5625rem;
}
.job-page .job-detail__title {
  font-family: var(--sub-font-family);
  font-size: 2rem;
  line-height: 1.43;
}
.job-page .job-detail__title-decoration {
  width: 2.8125rem;
  margin-top: 1.25rem;
  font-size: 0;
}
.job-page .job-detail__text {
  margin-top: 2.1875rem;
  line-height: 1.87;
}
.job-page .job-detail__facility {
  margin-top: 2.5rem;
}
.job-page .job-detail__facility-header {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.job-page .job-detail__facility-icon {
  width: 2.1875rem;
  font-size: 0;
}
.job-page .job-detail__facility-label {
  font-weight: 500;
}
.job-page .job-detail__facility-name {
  margin-top: 0.6875rem;
  padding-bottom: 1.25rem;
  position: relative;
}
.job-page .job-detail__facility-name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1.625rem;
  height: 1px;
  background-color: #666;
}
.job-page .job-detail__qualifications {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.job-page .job-detail__qualification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.625rem;
}
.job-page .job-detail__qualification::before {
  content: "";
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.375rem;
  border: 3px solid #DB8087;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0;
}
.job-page {
  /* Job Detail Actions
  ========================================================================== */
}
.job-page .job-detail__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.125rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 0;
}
.job-page .job-detail__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.875rem;
  padding: 1.125rem 2.1875rem 1.125rem 1.5rem;
  border-radius: 50px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}
.job-page .job-detail__btn:hover {
  opacity: 0.8;
}
.job-page .job-detail__btn--members {
  width: 54.53%;
  min-width: 17.5rem;
  background-color: #DB8087;
  color: #fff;
  max-width: 480px;
}
.job-page .job-detail__btn--recruit {
  width: 41.54%;
  background-color: #E3A7AC;
  color: #fff;
  min-width: 240px;
}
.job-page .job-detail__btn-icon {
  width: 22px;
  height: 22px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.job-page .job-detail__btn-arrow {
  display: block;
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .job-page {
    /* ==========================================================================
    Job Header
    ========================================================================== */
  }
  .job-page .job-header {
    padding: 2.9375rem 0 3.75rem;
  }
  .job-page .job-header .inner {
    gap: 2.5rem 0;
  }
  .job-page .job-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 1.5625rem;
  }
  .job-page .job-header__icon {
    width: 3.875rem;
  }
  .job-page .job-header__title {
    font-size: 1.75rem;
    line-height: 1.46;
  }
  .job-page .job-header__subtitle {
    margin-top: 0.3125rem;
  }
  .job-page .job-category__select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 1.5rem 0 0;
    padding: 0.625rem 1.375rem;
    background: none transparent;
    vertical-align: middle;
    width: 100%;
    border: 1px solid #D9D9D9;
    line-height: 1.87;
    border-radius: 5px;
  }
  .job-page {
    /* ==========================================================================
    Job Category
    ========================================================================== */
  }
  .job-page .job-category__container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .job-page .job-category__list {
    margin-top: 2.8125rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
  .job-page .job-category__list--healthcare .job-category__button {
    border-color: #c5c944;
  }
  .job-page .job-category__list--healthcare .job-category__button.active {
    background-color: #c5c944;
    color: #fff;
  }
  .job-page .job-category__list--healthcare .job-category__button.active .job-category__button-arrow path {
    stroke: #fff;
  }
  .job-page {
    /* ==========================================================================
    Job Detail Card
    ========================================================================== */
    /* Job Detail Actions
    ========================================================================== */
  }
}
@media screen and (max-width: 750px) and (hover: hover) and (pointer: fine) {
  .job-page .job-category__list--healthcare .job-category__button:hover {
    background-color: #c5c944;
    color: #fff;
  }
}
@media screen and (max-width: 750px) {
  .job-page .job-category__list--nursing-care .job-category__button {
    border-color: #F97A8D;
  }
  .job-page .job-category__list--nursing-care .job-category__button.active {
    background-color: #F97A8D;
    color: #fff;
  }
  .job-page .job-category__list--nursing-care .job-category__button.active .job-category__button-arrow path {
    stroke: #fff;
  }
}
@media screen and (max-width: 750px) and (hover: hover) and (pointer: fine) {
  .job-page .job-category__list--nursing-care .job-category__button:hover {
    background-color: #F97A8D;
    color: #fff;
  }
}
@media screen and (max-width: 750px) {
  .job-page .job-category__list--disability-support .job-category__button {
    border-color: #00A19E;
  }
  .job-page .job-category__list--disability-support .job-category__button.active {
    background-color: #00A19E;
    color: #fff;
  }
  .job-page .job-category__list--disability-support .job-category__button.active .job-category__button-arrow path {
    stroke: #fff;
  }
}
@media screen and (max-width: 750px) and (hover: hover) and (pointer: fine) {
  .job-page .job-category__list--disability-support .job-category__button:hover {
    background-color: #00A19E;
    color: #fff;
  }
}
@media screen and (max-width: 750px) {
  .job-page .job-category__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 0.8125rem 1.25rem 0.8125rem 1.875rem;
    border: 1px solid #c5c944;
    border-radius: 50px;
    background: #fff;
    color: #333;
    font-weight: 500;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
}
@media screen and (max-width: 750px) and (hover: hover) and (pointer: fine) {
  .job-page .job-category__button:hover {
    background-color: #c5c944;
    color: #fff;
  }
  .job-page .job-category__button:hover .job-category__button-arrow path {
    stroke: #fff;
  }
}
@media screen and (max-width: 750px) {
  .job-page .job-category__button-text {
    font-size: 15px;
  }
  .job-page .job-category__button-arrow {
    width: 9px;
    font-size: 0;
    display: block;
  }
  .job-page .job-detail {
    padding: 3.875rem 0;
  }
  .job-page .job-detail__body {
    width: 100%;
  }
  .job-page .job-detail__title {
    font-size: 1.375rem;
    line-height: 1.09;
  }
  .job-page .job-detail__title-decoration {
    width: 2.875rem;
    margin-top: 0.9375rem;
  }
  .job-page .job-detail__text {
    margin-top: 1.875rem;
    line-height: 1.75;
  }
  .job-page .job-detail__facility {
    margin-top: 2.5rem;
  }
  .job-page .job-detail__facility-header {
    margin-top: 0;
    gap: 0.9375rem;
  }
  .job-page .job-detail__facility-icon {
    width: 2.625rem;
  }
  .job-page .job-detail__facility-name {
    margin-top: 0.625rem;
    padding-bottom: 0;
  }
  .job-page .job-detail__facility-name::after {
    display: none;
  }
  .job-page .job-detail__qualifications {
    margin-top: 1.875rem;
  }
  .job-page .job-detail__actions {
    margin-top: 2.1875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .job-page .job-detail__btn {
    gap: 0.9375rem;
    padding: 1.0625rem 1.875rem 1.0625rem 1.5rem;
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
  }
  .job-page .job-detail__btn:hover {
    opacity: 1;
  }
  .job-page .job-detail__btn--members {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  .job-page .job-detail__btn--recruit {
    width: 100%;
    padding: 1.125rem 1.875rem 1.125rem 1.5rem;
    min-width: 0;
  }
  .job-page .job-detail__btn-icon {
    width: 2.0625rem;
    height: auto;
  }
  .job-page .job-detail__btn-arrow {
    display: block;
    font-size: 0;
    position: absolute;
    top: 50%;
    right: 1.5625rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.job-description-page {
  position: relative;
}
.job-description-page .deco01 {
  position: absolute;
  top: 3.125rem;
  left: 0;
}
.job-description-page .deco02 {
  position: absolute;
  top: 0;
  right: 8.4375rem;
}
.job-description-page .deco03 {
  position: absolute;
  top: 12.1875rem;
  right: 0;
}
.job-description-page .deco04 {
  position: absolute;
  top: -7.1875rem;
  left: 0;
}
.job-description-page .deco05 {
  position: absolute;
  top: 54.5rem;
  right: 0;
}

.job-description-page__header {
  padding: 16.875rem 0 8.75rem;
  background: #FDFCFB;
  position: relative;
  z-index: 1;
}

.job-description-page__body {
  padding: 8.75rem 0;
  background: #FFF;
  position: relative;
}

.job-description-ttl__ttl {
  font-family: var(--sub-font-family);
  font-size: 3.375rem;
  line-height: 1.48;
  text-align: center;
}

.job-description-ttl__icon {
  margin-top: 1.5625rem;
  text-align: center;
  font-size: 0;
}

.job-description-ttl__en {
  margin-top: 1.25rem;
  font-family: var(--en-font-family);
  font-size: 0.75rem;
  line-height: 1.25;
  text-align: center;
}

.job-description-category {
  margin-top: 8.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.5rem 0;
}

.job-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1.875rem;
}

.job-header__icon {
  width: 4.375rem;
}

.job-header__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.job-header__title {
  font-family: var(--sub-font-family);
  font-size: 2rem;
  line-height: 1.43;
}

.job-header__subtitle {
  margin-top: 1rem;
  font-family: var(--en-font-family);
  font-size: 0.75rem;
  line-height: 1.25;
}

.job-category__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}

.job-category__list {
  margin-top: 2.8125rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
.job-category__list .job-category__item a.active {
  border-color: #E4EBEB;
  background: #E4EBEB;
  pointer-events: none;
}
.job-category__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0.8125rem 1.25rem 0.8125rem 1.875rem;
  border: 1px solid #c5c944;
  border-radius: 50px;
  color: #333;
  font-weight: 500;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .job-category__list a:hover {
    background-color: #c5c944;
    color: #fff;
  }
  .job-category__list a:hover .job-category__button-arrow path {
    stroke: #fff;
  }
}

.job-category__list--healthcare a {
  border-color: #c5c944;
}
@media (hover: hover) and (pointer: fine) {
  .job-category__list--healthcare a:hover {
    background-color: #c5c944;
    color: #fff;
  }
}

.job-category__list--nursing-care a {
  border-color: #F97A8D;
}
@media (hover: hover) and (pointer: fine) {
  .job-category__list--nursing-care a:hover {
    background-color: #F97A8D;
    color: #fff;
  }
}

.job-category__list--disability-support a {
  border-color: #00A19E;
}
@media (hover: hover) and (pointer: fine) {
  .job-category__list--disability-support a:hover {
    background-color: #00A19E;
    color: #fff;
  }
}

.job-category__button-text {
  font-size: 15px;
}

.job-category__button-arrow {
  width: 9px;
  font-size: 0;
  display: block;
}

.job-description-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8.75rem 0;
}

.job-description-item__title {
  margin-bottom: 3.75rem;
  font-family: var(--sub-font-family);
  font-size: 2rem;
  line-height: 1.43;
}

.job-description-item__block {
  display: grid;
  grid-template-columns: 10rem 1fr;
  gap: 1.25rem;
  font-family: var(--sub-font-family);
  line-height: 1.43;
}

.job-description-item__block-l {
  padding: 1.25rem 0 2.5rem;
  border-top: 1px solid #DB8087;
}

.job-description-item__block-r {
  padding: 1.25rem 0 2.5rem;
  border-top: 1px solid #999999;
}

.job-description-btnarea {
  margin-top: 2.5rem;
  padding: 5rem 1.25rem;
  background: #FDFCFB;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem 1.875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.job-description-btnarea__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}

.job-description-btnarea__ttl-icon {
  width: 1.75rem;
  font-size: 0;
}

.job-description-btnarea__ttl-text {
  font-family: var(--sub-font-family);
  font-size: 1.5rem;
}

.job-description-btnarea__btn {
  width: 20rem;
}
.job-description-btnarea__btn a {
  padding: 1.125rem 0;
  display: block;
  font-family: var(--en-font-family);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background: #DB8087;
  border-radius: 50px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .job-description-btnarea__btn a:hover {
    background: #B23E7C;
  }
}

.job-description-btnarea__btn-arrow {
  width: 0.3125rem;
  font-size: 0;
  position: absolute;
  right: 1.5625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .job-description-ttl__ttl {
    font-size: 2rem;
    line-height: 1.68;
  }
  .job-description-ttl__icon {
    width: 2.875rem;
    margin: 0.9375rem auto 0;
  }
  .job-description-ttl__en {
    margin-top: 0.9375rem;
    font-size: 1rem;
  }
  .job-description-page {
    padding: 0 0 5rem;
  }
  .job-description-page .deco01 {
    width: 83%;
    top: 0;
    left: 4.4375rem;
  }
  .job-description-page .deco01 img {
    width: 100%;
  }
  .job-description-page .deco02 {
    width: 32.5%;
    top: 34.5vw;
    right: 0;
  }
  .job-description-page .deco02 img {
    width: 100%;
  }
  .job-description-page .deco03,
  .job-description-page .deco05 {
    display: none;
  }
  .job-description-page .deco04 {
    position: absolute;
    top: -16.5vw;
    left: auto;
    right: 0;
  }
  .job-description-page .deco04 img {
    width: 100%;
  }
  .job-description-page__header {
    padding: 10.625rem 0 3.75rem;
    position: relative;
    z-index: 1;
  }
  .job-description-page__body {
    padding: 5rem 0 11.25rem;
  }
  .job-description-ttl__ttl {
    font-size: 2.25rem;
    line-height: 1.5;
    text-align: left;
  }
  .job-description-ttl__icon {
    width: 2.875rem;
    margin-top: 0.9375rem;
    margin-left: 0;
    text-align: left;
    font-size: 0;
  }
  .job-description-ttl__en {
    margin-top: 0.9375rem;
    font-size: 1rem;
    text-align: left;
  }
  .job-description-category {
    margin-top: 5.5rem;
    gap: 2.375rem 0;
  }
  .job-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 1.5625rem;
  }
  .job-header__icon {
    width: 3.875rem;
  }
  .job-header__title {
    font-size: 1.75rem;
    line-height: 1.46;
  }
  .job-header__subtitle {
    margin-top: 0.3125rem;
  }
  .job-category__select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 1.5rem 0 0;
    padding: 0.625rem 1.375rem;
    background: none transparent;
    vertical-align: middle;
    width: 100%;
    border: 1px solid #D9D9D9;
    line-height: 1.87;
    border-radius: 5px;
  }
  .job-category__container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .job-category__list {
    margin-top: 2.8125rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
  .job-category__list .job-category__item a.active {
    border-color: #E4EBEB;
    background: #E4EBEB;
    pointer-events: none;
  }
  .job-category__list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 0.8125rem 1.25rem 0.8125rem 1.875rem;
    border: 1px solid #c5c944;
    border-radius: 50px;
    background: #fff;
    color: #333;
    font-weight: 500;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }
}
@media screen and (max-width: 750px) and (hover: hover) and (pointer: fine) {
  .job-category__list a:hover {
    background-color: #c5c944;
    color: #fff;
  }
  .job-category__list a:hover .job-category__button-arrow path {
    stroke: #fff;
  }
}
@media screen and (max-width: 750px) {
  .job-category__list--healthcare a {
    border-color: #c5c944;
  }
}
@media screen and (max-width: 750px) and (hover: hover) and (pointer: fine) {
  .job-category__list--healthcare a:hover {
    background-color: #c5c944;
    color: #fff;
  }
}
@media screen and (max-width: 750px) {
  .job-category__list--nursing-care a {
    border-color: #F97A8D;
  }
}
@media screen and (max-width: 750px) and (hover: hover) and (pointer: fine) {
  .job-category__list--nursing-care a:hover {
    background-color: #F97A8D;
    color: #fff;
  }
}
@media screen and (max-width: 750px) {
  .job-category__list--disability-support a {
    border-color: #00A19E;
  }
  .job-category__button-text {
    font-size: 15px;
  }
  .job-category__button-arrow {
    width: 9px;
    font-size: 0;
    display: block;
  }
  .job-description-body {
    gap: 5rem 0;
  }
  .job-description-item__title {
    margin-bottom: 2.5rem;
    font-size: 1.375rem;
    line-height: 1.09;
  }
  .job-description-item__block {
    padding: 1.25rem 0.625rem;
    grid-template-columns: 1fr;
    gap: 0.625rem;
    line-height: 1.43;
    border-top: 1px solid #D9D9D9;
    position: relative;
  }
  .job-description-item__block::after {
    content: "";
    width: 6.5625rem;
    position: absolute;
    left: 0;
    top: -1px;
    height: 1px;
    background: #F97A8D;
  }
  .job-description-item__block-l {
    padding: 0;
    border-top: none;
    font-weight: 500;
  }
  .job-description-item__block-r {
    padding: 0;
    border-top: none;
    line-height: 1.75;
  }
  .job-description-btnarea {
    margin-top: 1.25rem;
    padding: 2.8125rem 1.25rem 2.5rem;
    gap: 1.25rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .job-description-btnarea__ttl {
    gap: 0.9375rem;
  }
  .job-description-btnarea__btn {
    width: 100%;
  }
}
.jobs-page.disability-support-page {
  --cat-color: #00a19e;
}
.jobs-page.disability-support-page .jobs-mv__bd-inner {
  background: #00a19e;
}
.jobs-page.nursing-care-page {
  --cat-color: #F97A8D;
}
.jobs-page.nursing-care-page .jobs-mv__bd-inner {
  background: #F97A8D;
}
.jobs-page.nursing-care-page .service-card__btn {
  background-color: #F97A8D;
}
.jobs-page.nursing-care-page .service-card__scene-title, .jobs-page.nursing-care-page .service-card__facility-title {
  color: #F97A8D;
}
.jobs-page.nursing-care-page .service-card__scene-item::before {
  background-image: url(../../img/nursing-care/check-pink.svg);
}
.jobs-page.nursing-care-page .news-section {
  background: linear-gradient(118.68deg, #FFF8F8 7.21%, #FFE5E9 61.06%, #FAF1F2 85.58%);
}
.jobs-page .service-ttl-gp__ja {
  font-family: var(--sub-font-family);
  font-size: 2.625rem;
  line-height: 1.61;
}
.jobs-page .service-ttl-gp__icon {
  width: 2.875rem;
  margin-top: 0.9375rem;
  font-size: 0;
}
.jobs-page .service-ttl-gp__en {
  margin-top: 0.9375rem;
  font-family: var(--en-font-family);
  line-height: 1.25;
}
.jobs-page .jobs-mv {
  position: relative;
}
.jobs-page .jobs-mv__img {
  width: 100%;
  min-height: 685px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.jobs-page .jobs-mv__inner {
  max-width: 71.25rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem 5.625rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.jobs-page .jobs-mv__copy {
  font-family: var(--sub-font-family);
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
}
.jobs-page .jobs-mv__deco {
  width: 2.875rem;
  margin-top: 1.375rem;
  font-size: 0;
}
.jobs-page .jobs-mv__bd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem 0;
  margin-top: 1.875rem;
}
.jobs-page .jobs-mv__bd-inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.375rem;
  display: inline-block;
  font-family: var(--sub-font-family);
  font-size: 2.25rem;
  color: #fff;
  line-height: 2.5;
  border-radius: 5px;
}
.jobs-page .jobs-mv__job {
  margin-top: 4.375rem;
  display: grid;
  grid-template-columns: 2.3125rem 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 0.9375rem;
}
.jobs-page .jobs-mv__job-textarea {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.jobs-page .jobs-mv__job-text-ja {
  font-family: var(--sub-font-family);
  font-size: 1.25rem;
  line-height: 1;
}
.jobs-page .jobs-mv__job-text-en {
  font-family: var(--en-font-family);
  font-size: 0.75rem;
  line-height: 1.25;
}
.jobs-page {
  /* ==========================================================================
   Block: intro
   ========================================================================== */
}
.jobs-page .intro {
  padding: 6.5625rem 0 2.9375rem;
  position: relative;
}
.jobs-page .intro__inner {
  display: grid;
  grid-template-columns: 38.18% 1fr;
  gap: 18.36%;
  position: relative;
  z-index: 1;
}
.jobs-page .intro__inner .deco01 {
  position: absolute;
  top: -1.4375rem;
  right: 0.625rem;
  width: 17.6875rem;
  font-size: 0;
  pointer-events: none;
}
.jobs-page {
  /* Element: intro__content
   ========================================================================== */
}
.jobs-page .intro__content {
  padding-top: 5.9375rem;
}
.jobs-page .intro__heading {
  font-family: var(--sub-font-family);
  font-size: 1.75rem;
  line-height: 1.71;
}
.jobs-page .intro__body {
  margin-top: 3.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  font-family: var(--sub-font-family);
  font-size: 1.125rem;
  line-height: 2.2;
}
.jobs-page {
  /* ==========================================================================
   Block: services
   ========================================================================== */
}
.jobs-page .services {
  overflow: hidden;
}
.jobs-page .services .inner {
  position: relative;
  z-index: 1;
}
.jobs-page .services .deco02 {
  position: absolute;
  top: 2.125rem;
  right: -10.625rem;
  width: 22.375rem;
  font-size: 0;
  pointer-events: none;
  z-index: -1;
}
.jobs-page .services .deco03 {
  position: absolute;
  bottom: -20rem;
  left: -10.625rem;
  width: 22.375rem;
  font-size: 0;
  pointer-events: none;
  z-index: -1;
}
.jobs-page .services--mt {
  margin-top: 9.75rem;
}
.jobs-page .services--pb {
  padding-bottom: 8.75rem;
}
.jobs-page .services__inner {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem 6.25rem;
}
.jobs-page {
  /* ==========================================================================
   Block: service-card
   ========================================================================== */
  /* Element: service-card__photo-wrap
   ========================================================================== */
}
.jobs-page .services-ttl {
  position: relative;
}
.jobs-page .services-ttl__ttl {
  font-family: var(--sub-font-family);
  font-size: 2.625rem;
  line-height: 1.61;
  position: relative;
  z-index: 1;
}
.jobs-page .services-ttl__icon {
  width: 2.875rem;
  margin-top: 0.9375rem;
  font-size: 0;
  position: relative;
  z-index: 1;
}
.jobs-page .services-ttl__en {
  font-family: var(--en-font-family);
  font-size: 6.875rem;
  color: #f8f8f8;
  line-height: 1.25;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: -10.625rem;
}
.jobs-page .service-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.jobs-page .service-card__body {
  height: 100%;
  margin-top: 2.5rem;
  display: grid;
}
.jobs-page .service-card__title {
  font-family: var(--sub-font-family);
  font-size: 1.375rem;
  line-height: 1.09;
}
.jobs-page .service-card__desc {
  margin-top: 1.875rem;
  line-height: 1.87;
}
.jobs-page .service-card__use {
  margin-top: 1.875rem;
  padding: 0 1.875rem 1.875rem;
  background: #fffdf5;
  border-radius: 5px;
  overflow: hidden;
}
.jobs-page .service-card__btn {
  max-width: 195px;
  margin: 0 auto;
  background-color: #00a19e;
  color: #fff;
  text-align: center;
  font-family: var(--sub-font-family);
  font-size: 1.125rem;
  line-height: 1.44;
  letter-spacing: 0;
  padding: 0.75rem 0.625rem;
  border-radius: 0 0 5px 5px;
}
.jobs-page .service-card__eligible {
  margin-top: 1.875rem;
  padding-bottom: 1.25rem;
  line-height: 1.43;
  border-bottom: 1px solid #d9d9d9;
}
.jobs-page .service-card__divider {
  border: none;
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}
.jobs-page .service-card__scene-title,
.jobs-page .service-card__facility-title {
  font-size: 1.125rem;
  font-family: var(--sub-font-family);
  color: #00a19e;
}
.jobs-page .service-card__scene-title {
  margin-top: 1.375rem;
}
.jobs-page .service-card__scene-list {
  margin-top: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}
.jobs-page .service-card__scene-item {
  line-height: 1.43;
  padding-left: 1.75rem;
  position: relative;
}
.jobs-page .service-card__scene-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-image: url(../../img/disability-support/check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
.jobs-page .service-card__facility-title {
  margin-top: 4px;
}
.jobs-page .service-card__facility-name {
  margin-top: 0.9375rem;
}
.jobs-page .news-section {
  padding: 8.75rem 0 11.6875rem;
  background: linear-gradient(118.68deg, #e9ffff 5.29%, #cbf0f0 61.06%, #e9ffff 100%);
  overflow: hidden;
}
.jobs-page .news-section .inner {
  position: relative;
}
.jobs-page .news-section .splide__arrows {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: auto;
  bottom: -2.9375rem;
  left: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  z-index: 1;
}
.jobs-page .news-section .splide__arrows svg {
  display: none;
}
.jobs-page .news-section .splide__arrow {
  width: 1.5625rem;
  height: 1.0625rem;
  background: none;
  opacity: 1;
}
.jobs-page .news-section .splide__arrow--prev {
  left: auto;
  right: 2.875rem;
  background: url(../../img/disability-support/prev.svg) no-repeat center/100% auto;
}
.jobs-page .news-section .splide__arrow--next {
  right: 0;
  background: url(../../img/disability-support/next.svg) no-repeat center/100% auto;
}
.jobs-page .news-ttl-gp__main-en {
  font-family: var(--en-font-family);
  font-size: 4.6875rem;
  line-height: 1.25;
}
.jobs-page .news-ttl-gp__icon {
  width: 2.875rem;
  font-size: 0;
}
.jobs-page .news-ttl-gp__sub-ja {
  margin-top: 0.9375rem;
  font-family: var(--sub-font-family);
}
.jobs-page .news-list__item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .jobs-page .news-list__item a:hover {
    opacity: 0.8;
  }
}
.jobs-page .news-link {
  text-align: right;
  font-weight: 500;
}
.jobs-page .news-link a {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .jobs-page .news-link a:hover {
    letter-spacing: 0.15em;
  }
}
.jobs-page .news-link-arrow {
  margin-left: 0.9375rem;
  font-size: 0;
  display: inline-block;
}
.jobs-page .news-list {
  width: calc(50% + 550px + 1.25rem);
  min-width: 1380px;
  margin: 2.5rem 0 0 auto;
}
.jobs-page .news-list__img {
  position: relative;
}
.jobs-page .news-list__img-day {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 5rem;
  padding: 0.5625rem 0.625rem 0.5rem;
  background: #FFF;
  border-radius: 20px 0 0 0;
  text-align: center;
  font-family: var(--en-font-family);
  line-height: 1.25;
}
.jobs-page .news-list__img-day-y {
  padding-bottom: 0.3125rem;
  font-size: 0.75rem;
  border-bottom: 1px solid #D9D9D9;
}
.jobs-page .news-list__img-day-m {
  margin-top: 0.1875rem;
}
.jobs-page .news-list__category {
  margin-left: 0;
  padding-left: 0;
  border: none;
}
.jobs-page .news-list__businesses {
  margin-top: 1.25rem;
}
.jobs-page .voice-section {
  padding: 8.75rem 0 5rem;
}
.jobs-page .voice-section .inner {
  position: relative;
  z-index: 1;
}
.jobs-page .voice-section .deco04 {
  position: absolute;
  top: 4.5625rem;
  right: 17.25rem;
  width: 22.375rem;
  font-size: 0;
  pointer-events: none;
  z-index: -1;
}
.jobs-page .voice-section .deco05 {
  position: absolute;
  top: 17.9375rem;
  left: -11.25rem;
  width: 22.375rem;
  font-size: 0;
  pointer-events: none;
  z-index: -1;
}
.jobs-page .voice-list {
  margin-top: 4.875rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 8.125rem;
}
.jobs-page {
  /* Block: voice-card
   ========================================================================== */
}
.jobs-page .voice-card:first-child, .jobs-page .voice-card:nth-child(3) {
  padding-top: 3.125rem;
}
.jobs-page {
  /* Element: voice-card__link
   ========================================================================== */
}
.jobs-page .voice-card__link {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .jobs-page .voice-card__link:hover {
    opacity: 0.8;
  }
}
.jobs-page .voice-card__image {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
}
.jobs-page .voice-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.jobs-page {
  /* Element: voice-card__body
   ========================================================================== */
}
.jobs-page .voice-card__body {
  margin-top: 1.625rem;
}
.jobs-page {
  /* Element: voice-card__name
   ========================================================================== */
}
.jobs-page .voice-card__name {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.08;
}
.jobs-page .voice-card__name span {
  font-size: 0.875rem;
}
.jobs-page {
  /* Element: voice-card__meta
   ========================================================================== */
}
.jobs-page .voice-card__meta {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
.jobs-page {
  /* Element: voice-card__tag
   ========================================================================== */
}
.jobs-page .voice-card__tag {
  display: inline-block;
  padding: 0.125rem 0.5625rem;
  font-size: 0.8125rem;
  color: #fff;
  border-radius: 3px;
  background: #f97a8d;
}
.jobs-page .voice-card__tag--healthcare {
  background: #c5c944;
}
.jobs-page .voice-card__tag--nursing-care {
  background: #f97a8d;
}
.jobs-page .voice-card__tag--disability-support {
  background: #00A19E;
}
.jobs-page {
  /* Element: voice-card__job
   ========================================================================== */
}
.jobs-page .voice-card__job {
  font-size: 0.875rem;
  color: #666;
}
.jobs-page {
  /* Element: voice-card__description
   ========================================================================== */
}
.jobs-page .voice-card__description {
  margin-top: 0.5rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 垂直方向に配置 */
  overflow: hidden;
  /* 溢れた部分を隠す */
  text-overflow: ellipsis;
  /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 2;
}
.jobs-page {
  /* Element: voice-card__more
   ========================================================================== */
}
.jobs-page .voice-card__more {
  margin-top: 1.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.jobs-page {
  /* Element: voice-card__more-arrow
   ========================================================================== */
}
.jobs-page .voice-card__more-arrow {
  width: 0.625rem;
  margin-left: 0.8125rem;
  font-size: 0;
}
.jobs-page .voice-link {
  text-align: right;
  font-weight: 500;
}
.jobs-page .voice-link a {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .jobs-page .voice-link a:hover {
    letter-spacing: 0.15em;
  }
}
.jobs-page .voice-link-arrow {
  margin-left: 0.9375rem;
  font-size: 0;
  display: inline-block;
}
.jobs-page {
  /* ==========================================================================
   Block: director
   ========================================================================== */
}
.jobs-page .director {
  padding: 12.5rem 0 4.375rem;
  position: relative;
}
.jobs-page .director .inner {
  position: relative;
  z-index: 1;
}
.jobs-page .director .deco06 {
  position: absolute;
  top: -3.4375rem;
  left: -10.625rem;
  width: 22.375rem;
  font-size: 0;
  pointer-events: none;
  z-index: -1;
}
.jobs-page .director__body {
  width: 36.36%;
}
.jobs-page .director__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.jobs-page .director__heading {
  margin-top: 3.5625rem;
  font-family: var(--sub-font-family);
  font-size: 1.75rem;
  line-height: 1.71;
}
.jobs-page .director__message {
  margin-top: 2.5rem;
  line-height: 1.87;
}
.jobs-page .director__name {
  margin-top: 1.875rem;
  font-family: var(--sub-font-family);
  font-size: 1.25rem;
  text-align: right;
}
.jobs-page .director__photo {
  width: 52.08%;
  min-height: 36.875rem;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  position: absolute;
  top: 12.5rem;
  right: 0;
}
.jobs-page .director__photo-img {
  width: 100%;
  height: 100%;
  min-height: 590px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.jobs-page {
  /* ==========================================================================
   Block: facility
   ========================================================================== */
}
.jobs-page .facility {
  padding: 8.75rem 0;
}
.jobs-page .facility .inner {
  position: relative;
  z-index: 1;
}
.jobs-page .facility .deco07 {
  position: absolute;
  top: 24.375rem;
  left: -10.625rem;
  width: 22.375rem;
  font-size: 0;
  pointer-events: none;
  z-index: -1;
}
.jobs-page .facility .deco08 {
  position: absolute;
  top: 47.9375rem;
  right: -18.75rem;
  width: 22.375rem;
  font-size: 0;
  pointer-events: none;
  z-index: -1;
}
.jobs-page .facility-ttl-gp {
  position: relative;
  text-align: center;
}
.jobs-page .facility-ttl-gp__ja {
  font-family: var(--sub-font-family);
  font-size: 2.625rem;
  line-height: 1.61;
  position: relative;
  z-index: 1;
}
.jobs-page .facility-ttl-gp__icon {
  font-size: 0;
  width: 2.875rem;
  margin: 0.9375rem auto 0;
  position: relative;
  z-index: 1;
}
.jobs-page .facility-ttl-gp__en {
  font-family: var(--en-font-family);
  font-size: 6.875rem;
  color: #f8f8f8;
  line-height: 1.25;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.jobs-page .facility__list {
  margin-top: 6.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8.125rem;
}
.jobs-page .facility__inner {
  display: grid;
  grid-template-columns: 47.27% 1fr;
  gap: 5rem;
}
.jobs-page .facility__photo-img {
  width: 100%;
}
.jobs-page .facility__info {
  padding-top: 1.25rem;
}
.jobs-page .facility__name {
  padding-bottom: 1.875rem;
  font-family: var(--sub-font-family);
  font-size: 1.375rem;
  line-height: 1.63;
  border-bottom: 1px solid #D9D9D9;
}
.jobs-page .facility__contact {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: 1fr 7.875rem;
  gap: 0 1.5625rem;
}
.jobs-page .facility__address {
  line-height: 1.5;
}
.jobs-page .facility__tel {
  margin-top: 0.875rem;
  font-family: var(--en-font-family);
  font-size: 1.5rem;
  line-height: 1;
}
.jobs-page .facility__fax {
  font-size: 0.875rem;
  line-height: 1.71;
}
.jobs-page .facility__services {
  margin-top: 1.25rem;
  line-height: 1.75;
}
.jobs-page .facility__service-item {
  padding-left: 1em;
  text-indent: -1em;
}
.jobs-page .facility__aside {
  margin-top: 0.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.jobs-page .facility__detail-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.8125rem 0;
  border: 1px solid #333;
  border-radius: 50px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .jobs-page .facility__detail-btn:hover {
    background-color: #333;
    color: #fff;
  }
  .jobs-page .facility__detail-btn:hover .facility__detail-btn-arrow line, .jobs-page .facility__detail-btn:hover .facility__detail-btn-arrow path {
    stroke: #fff;
  }
}
.jobs-page .facility__detail-btn-arrow {
  font-size: 0;
  display: inline-block;
  margin-left: 0.5625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.jobs-page .facility__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jobs-page .facility__sns-link {
  width: 50%;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .jobs-page .facility__sns-link:hover {
    opacity: 0.8;
  }
}
.jobs-page .facility__sns-link:nth-child(2) {
  border-left: 1px solid #D9D9D9;
}
.jobs-page .facility__service-item::before {
  content: "・";
}
.jobs-page {
  /* ==========================================================================
   Block: recruit-banner
   ========================================================================== */
}
.jobs-page .recruit-banner__inner {
  padding: 5.3125rem 6.25rem 4.5625rem;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 1fr 20.625rem;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .jobs-page .recruit-banner__inner:hover {
    opacity: 0.7;
  }
}
.jobs-page .recruit-banner__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.jobs-page .recruit-banner__heading {
  font-family: var(--sub-font-family);
  font-size: 2.25rem;
  line-height: 1.66;
}
.jobs-page .recruit-banner__desc {
  margin-top: 1.25rem;
  line-height: 1.75;
}
.jobs-page .recruit-banner__cta {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
}
.jobs-page .recruit-banner__cta::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1/1;
  background: url(../../img/disability-support/recruit.png) no-repeat center/115% auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.jobs-page .recruit-banner__label {
  font-family: var(--en-font-family);
  font-size: 4.6875rem;
  color: #db8087;
  line-height: 1.25;
}
.jobs-page .recruit-banner__link {
  width: 100%;
  padding-right: 1.625rem;
  font-family: var(--sub-font-family);
  text-align: right;
  line-height: 1;
}
.jobs-page .recruit-banner__link-arrow {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.jobs-page .map {
  margin-top: 3.125rem;
  height: 440px;
  border-radius: 5px;
  overflow: hidden;
}
.jobs-page .map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.jobs-page .faq-sec {
  padding: 8.75rem 0 7.75rem;
  background: #FFFDF5;
}
.jobs-page .faq-body {
  position: relative;
}
.jobs-page .faq-link {
  position: absolute;
  top: 2rem;
  right: 0;
}
.jobs-page .faq-link a {
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .jobs-page .faq-link a:hover {
    letter-spacing: 0.15em;
  }
}
.jobs-page .faq-link-arrow {
  margin-left: 0.8125rem;
  font-size: 0;
  display: inline-block;
}
.jobs-page .faq-header__container {
  margin: 2.8125rem 0 1.5625rem;
}
.jobs-page .faq-accordion__header {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.jobs-page .faq-accordion__ttlarea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.jobs-page .faq-accordion__cat {
  width: 7.0625rem;
  font-size: 0.8125rem;
  border: 1px solid var(--cat-color);
  text-align: center;
  display: inline-block;
  border-radius: 3px;
}
.jobs-page .faq-accordion:last-child .faq-accordion__item {
  border-bottom: none;
}
.jobs-page .faq-accordion__item {
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (max-width: 890px) {
  .jobs-page .intro__inner {
    gap: 6%;
  }
  .jobs-page .services__inner {
    gap: 5rem 3.125rem;
  }
  .jobs-page .recruit-banner__inner {
    margin: 0 20px;
    padding: 4.0625rem 1.25rem 3.3125rem;
    grid-template-columns: 1fr 17.5rem;
    gap: 1.875rem;
  }
  .jobs-page .facility__inner {
    gap: 1.875rem;
  }
  .jobs-page .facility__contact {
    grid-template-columns: 1fr;
  }
  .jobs-page .director__body {
    width: 42.36%;
  }
}
@media screen and (max-width: 750px) {
  .jobs-page .service-ttl-gp__ja {
    font-size: 2.25rem;
    line-height: 1.5;
  }
  .jobs-page .service-ttl-gp__en {
    margin-top: 0.9375rem;
    line-height: 1.25;
  }
  .jobs-page .jobs-mv {
    position: relative;
  }
  .jobs-page .jobs-mv__img {
    width: 100%;
    min-height: 0;
  }
  .jobs-page .jobs-mv__inner {
    width: 100%;
    margin: -8.75rem auto 0;
    padding: 0 1.875rem 2.9375rem;
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .jobs-page .jobs-mv__copy {
    font-size: 1rem;
    line-height: 1.25;
  }
  .jobs-page .jobs-mv__deco {
    margin-top: 0.625rem;
  }
  .jobs-page .jobs-mv__bd {
    gap: 0.3125rem 0;
  }
  .jobs-page .jobs-mv__bd-inner {
    padding: 0 0.625rem;
    font-size: 1.75rem;
    line-height: 2.07;
  }
  .jobs-page .jobs-mv__job {
    margin-top: 1.625rem;
    grid-template-columns: 2.3125rem 1fr;
    gap: 0 1.0625rem;
  }
  .jobs-page .jobs-mv__job-icon path {
    stroke: #00A19E;
  }
  .jobs-page .jobs-mv__job-textarea {
    color: #333;
    gap: 0.3125rem;
  }
  .jobs-page .jobs-mv__job-text-ja {
    font-size: 1.75rem;
    line-height: 1.46;
  }
  .jobs-page {
    /* ==========================================================================
    Block: intro
    ========================================================================== */
  }
  .jobs-page .intro {
    padding: 0 0 6.25rem;
    position: relative;
  }
  .jobs-page .intro__inner {
    display: block;
  }
  .jobs-page .intro__inner .deco01 {
    top: -22vw;
    right: 0;
    width: 60vw;
  }
  .jobs-page {
    /* Element: intro__content
    ========================================================================== */
  }
  .jobs-page .intro__content {
    padding-top: 0;
  }
  .jobs-page .intro__heading {
    font-size: 1.75rem;
    line-height: 1.71;
  }
  .jobs-page .intro__photo {
    margin-top: 2.5rem;
  }
  .jobs-page .intro__body {
    margin-top: 2.5rem;
    gap: 2.1875rem;
    font-size: 1rem;
    line-height: 2;
  }
  .jobs-page {
    /* ==========================================================================
    Block: services
    ========================================================================== */
  }
  .jobs-page .services {
    overflow: visible;
  }
  .jobs-page .services .inner {
    position: relative;
    z-index: 1;
  }
  .jobs-page .services .deco02 {
    top: -22.75vw;
    right: -18.25vw;
    width: 60vw;
  }
  .jobs-page .services .deco03 {
    bottom: -50.5vw;
    left: -27vw;
    width: 60vw;
  }
  .jobs-page .services.services--works .deco02 {
    top: 0;
    right: auto;
    left: -27vw;
  }
  .jobs-page .services.services--consultation .deco02 {
    top: 0;
  }
  .jobs-page .services--mt {
    margin-top: 5rem;
  }
  .jobs-page .services--pb {
    padding-bottom: 5rem;
  }
  .jobs-page .services__inner {
    margin-top: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.75rem;
  }
  .jobs-page {
    /* ==========================================================================
    Block: service-card
    ========================================================================== */
    /* Element: service-card__photo-wrap
    ========================================================================== */
  }
  .jobs-page .services-ttl {
    position: relative;
  }
  .jobs-page .services-ttl__ttl {
    font-size: 2.25rem;
    line-height: 1.5;
  }
  .jobs-page .services-ttl__en {
    font-size: 2.625rem;
    line-height: 1.26;
    top: 1.5625rem;
    left: -1.875rem;
  }
  .jobs-page .service-card__body {
    height: auto;
    margin-top: 1.875rem;
  }
  .jobs-page .service-card__title {
    font-size: 1.375rem;
    line-height: 1.63;
  }
  .jobs-page .service-card__desc {
    line-height: 1.75;
  }
  .jobs-page .service-card__use {
    margin-top: 1.875rem;
    padding: 0 1.875rem 1.875rem;
    background: #fffdf5;
    border-radius: 5px;
    overflow: hidden;
  }
  .jobs-page .service-card__eligible {
    margin-top: 1.25rem;
    padding-bottom: 1.875rem;
    line-height: 1.75;
  }
  .jobs-page .service-card__scene-title,
  .jobs-page .service-card__facility-title {
    font-size: 1.125rem;
  }
  .jobs-page .service-card__scene-title {
    margin-top: 1.25rem;
  }
  .jobs-page .service-card__scene-list {
    margin-top: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem 0;
    margin-bottom: 1.25rem;
  }
  .jobs-page .service-card__scene-item {
    line-height: 1.75;
    padding-left: 1.75rem;
    position: relative;
  }
  .jobs-page .service-card__scene-item::before {
    top: 0.3125rem;
  }
  .jobs-page .service-card__facility-title {
    margin-top: 4px;
  }
  .jobs-page .service-card__facility-name {
    margin-top: 0.9375rem;
  }
  .jobs-page .news-section {
    padding: 5rem 0;
    position: relative;
    z-index: 1;
  }
  .jobs-page .news-ttl-gp__main-en {
    font-size: 3rem;
  }
  .jobs-page .news-ttl-gp__icon {
    margin-top: 0.3125rem;
  }
  .jobs-page .news-list__item {
    max-width: 260px;
  }
  .jobs-page .news-list__item a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .jobs-page {
    /* Block: voice-card
    ========================================================================== */
    /* Element: voice-card__link
    ========================================================================== */
    /* Element: voice-card__body
    ========================================================================== */
    /* Element: voice-card__name
    ========================================================================== */
    /* Element: voice-card__meta
    ========================================================================== */
    /* Element: voice-card__tag
    ========================================================================== */
    /* Element: voice-card__description
    ========================================================================== */
    /* Element: voice-card__more
    ========================================================================== */
    /* ==========================================================================
    Block: director
    ========================================================================== */
    /* ==========================================================================
    Block: facility
    ========================================================================== */
    /* ==========================================================================
    Block: recruit-banner
    ========================================================================== */
  }
}
@media screen and (max-width: 750px) and (hover: hover) and (pointer: fine) {
  .jobs-page .news-list__item a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 750px) {
  .jobs-page .news-link {
    margin-top: -2.375rem;
    text-align: right;
    font-weight: 500;
  }
  .jobs-page .news-link a {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 750px) and (hover: hover) and (pointer: fine) {
  .jobs-page .news-link a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 750px) {
  .jobs-page .news-link-arrow {
    margin-left: 0.9375rem;
    font-size: 0;
    display: inline-block;
  }
  .jobs-page .news-list {
    width: calc(50% + 550px + 1.25rem);
    min-width: 1380px;
    margin: 2.5rem 0 0 auto;
  }
  .jobs-page .news-list__img {
    position: relative;
  }
  .jobs-page .news-list__img-day {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 5rem;
    padding: 0.5625rem 0.625rem 0.5rem;
    background: #FFF;
    border-radius: 20px 0 0 0;
    text-align: center;
    font-family: var(--en-font-family);
    line-height: 1.25;
  }
  .jobs-page .news-list__img-day-y {
    padding-bottom: 0.3125rem;
    font-size: 0.75rem;
    border-bottom: 1px solid #D9D9D9;
  }
  .jobs-page .news-list__img-day-m {
    margin-top: 0.1875rem;
  }
  .jobs-page .news-list__category {
    margin-left: 0;
    padding-left: 0;
    border: none;
  }
  .jobs-page .news-list__businesses {
    margin-top: 1.25rem;
  }
  .jobs-page .voice-section {
    padding: 5rem 0;
  }
  .jobs-page .voice-section .deco04 {
    top: 25vw;
    right: auto;
    left: -25vw;
    width: 60vw;
  }
  .jobs-page .voice-section .deco05 {
    display: none;
  }
  .jobs-page .sp-scroll {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .jobs-page .sp-scroll::-webkit-scrollbar {
    display: none;
  }
  .jobs-page .voice-list {
    width: 55.625rem;
    margin-top: 3.125rem;
    padding: 0 1.875rem;
    gap: 0 1.5625rem;
  }
  .jobs-page .voice-card:first-child, .jobs-page .voice-card:nth-child(3) {
    padding-top: 0;
  }
  .jobs-page .voice-card__link {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 750px) and (hover: hover) and (pointer: fine) {
  .jobs-page .voice-card__link:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 750px) {
  .jobs-page .voice-card__image {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 10px;
    overflow: hidden;
  }
  .jobs-page .voice-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .jobs-page .voice-card__body {
    margin-top: 1.5625rem;
  }
  .jobs-page .voice-card__name {
    font-size: 1.5rem;
    line-height: 1;
  }
  .jobs-page .voice-card__name span {
    font-size: 1rem;
  }
  .jobs-page .voice-card__meta {
    margin-top: 0.9375rem;
  }
  .jobs-page .voice-card__tag {
    padding: 0.0625rem 0.5625rem;
    font-size: 0.875rem;
  }
  .jobs-page .voice-card__description {
    margin-top: 0.875rem;
  }
  .jobs-page .voice-card__more {
    margin-top: 1.5625rem;
  }
  .jobs-page .voice-link {
    text-align: right;
    font-weight: 500;
  }
  .jobs-page .voice-link a {
    display: block;
  }
  .jobs-page .sp-recruit-banner {
    padding: 0 1.875rem;
  }
  .jobs-page .sp-recruit-banner .inner {
    padding-top: 3.75rem;
    padding-bottom: 2.1875rem;
    background: #DB8087;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
  }
  .jobs-page .sp-recruit-banner__ttl {
    font-family: var(--en-font-family);
    font-size: 3.375rem;
    color: #fff;
    line-height: 1.25;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .jobs-page .sp-recruit-banner__copy {
    margin-top: 1.875rem;
    font-family: var(--sub-font-family);
    font-size: 1.625rem;
    color: #fff;
    line-height: 2.07;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .jobs-page .sp-recruit-banner__text {
    margin: 1.25rem 0 0;
    font-family: var(--sub-font-family);
    color: #FFF;
    position: relative;
    z-index: 2;
  }
  .jobs-page .sp-recruit-banner__btn {
    margin-top: 1.75rem;
    position: relative;
    z-index: 2;
  }
  .jobs-page .sp-recruit-banner__btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: var(--sub-font-family);
    color: #FFF;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 1.1875rem 1.25rem;
  }
  .jobs-page .sp-recruit-banner__btn-arrow {
    width: 0.75rem;
    margin-left: 0.625rem;
    font-size: 0;
    display: inline-block;
  }
  .jobs-page .sp-recruit-bg {
    width: 92.5vw;
    position: absolute;
    top: -20vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .jobs-page .sp-recruit-bg img {
    width: 100%;
  }
  .jobs-page .director {
    padding: 5rem 0 3.125rem;
  }
  .jobs-page .director .deco06 {
    top: -10vw;
    left: -28.75vw;
    width: 60vw;
  }
  .jobs-page .director__body {
    width: 100%;
  }
  .jobs-page .director__heading {
    margin-top: 2.5rem;
  }
  .jobs-page .director__message {
    margin-top: 1.875rem;
    line-height: 1.75;
  }
  .jobs-page .director__name {
    margin-top: 1.875rem;
    font-size: 1.25rem;
  }
  .jobs-page .director__photo {
    width: calc(100% - 30px);
    min-height: auto;
    margin: 2.5rem 0 0 auto;
    border-radius: 10px 0 0 10px;
    position: static;
  }
  .jobs-page .director__photo-img {
    height: auto;
    min-height: 0;
  }
  .jobs-page .facility {
    padding: 3.125rem 0 5rem;
  }
  .jobs-page .facility .inner {
    position: relative;
    z-index: 1;
  }
  .jobs-page .facility .deco07 {
    top: 42.5vw;
    left: -28.75vw;
    width: 60vw;
  }
  .jobs-page .facility .deco08 {
    top: 245vw;
    right: -28.75vw;
    width: 60vw;
  }
  .jobs-page .facility .deco09 {
    top: 510vw;
    left: -28.75vw;
    width: 60vw;
    position: absolute;
    font-size: 0;
    pointer-events: none;
  }
  .jobs-page .facility-ttl-gp {
    position: relative;
    text-align: center;
  }
  .jobs-page .facility-ttl-gp__ja {
    font-size: 2.25rem;
    line-height: 1.5;
  }
  .jobs-page .facility-ttl-gp__en {
    font-size: 4rem;
    line-height: 1.26;
    top: 0.625rem;
  }
  .jobs-page .facility__list {
    margin-top: 2.5rem;
    gap: 3.75rem;
    position: relative;
    z-index: 1;
  }
  .jobs-page .facility__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5625rem;
  }
  .jobs-page .facility__photo-img {
    width: 100%;
  }
  .jobs-page .facility__info {
    padding-top: 0;
  }
  .jobs-page .facility__name {
    padding-bottom: 1.5625rem;
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .jobs-page .facility__contact {
    margin-top: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem 0;
  }
  .jobs-page .facility__address {
    font-weight: 500;
    line-height: 1.75;
  }
  .jobs-page .facility__tel {
    margin-top: 0.625rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.08;
  }
  .jobs-page .facility__tel a {
    font-family: var(--en-font-family);
    font-size: 1.5rem;
    font-weight: 700;
  }
  .jobs-page .facility__fax {
    font-size: 1rem;
    line-height: 1.62;
  }
  .jobs-page .facility__aside {
    margin-top: 0;
    display: grid;
    grid-template-columns: 1fr 7.4375rem;
    gap: 2.6875rem;
  }
  .jobs-page .facility__detail-btn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.8125rem 1.25rem 0.8125rem 1.875rem;
    border-radius: 50px;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .jobs-page .facility__detail-btn-arrow {
    margin-left: 0;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .jobs-page .facility__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .jobs-page .facility__sns-link {
    width: 50%;
    text-align: left;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .jobs-page .facility__sns-link:nth-child(2) {
    border-left: 1px solid #D9D9D9;
    text-align: right;
  }
  .jobs-page .recruit-banner__inner {
    padding: 5.3125rem 6.25rem 4.5625rem;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr 20.625rem;
    gap: 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 750px) and (hover: hover) and (pointer: fine) {
  .jobs-page .recruit-banner__inner:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 750px) {
  .jobs-page .recruit-banner__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .jobs-page .recruit-banner__heading {
    font-family: var(--sub-font-family);
    font-size: 2.25rem;
    line-height: 1.66;
  }
  .jobs-page .recruit-banner__desc {
    margin-top: 1.25rem;
    line-height: 1.75;
  }
  .jobs-page .recruit-banner__cta {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    position: relative;
    z-index: 1;
  }
  .jobs-page .recruit-banner__cta::before {
    content: "";
    position: absolute;
    width: 100%;
    aspect-ratio: 1/1;
    background: url(../../img/disability-support/recruit.png) no-repeat center/115% auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
  }
  .jobs-page .recruit-banner__label {
    font-family: var(--en-font-family);
    font-size: 4.6875rem;
    color: #db8087;
    line-height: 1.25;
  }
  .jobs-page .recruit-banner__link {
    width: 100%;
    padding-right: 1.625rem;
    font-family: var(--sub-font-family);
    text-align: right;
    line-height: 1;
  }
  .jobs-page .recruit-banner__link-arrow {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .jobs-page .map {
    width: 100vw;
    margin: 2.5rem calc(50% - 50vw) 0;
    height: 240px;
    border-radius: 0;
  }
  .jobs-page .faq-sec {
    padding: 5rem 0;
  }
  .jobs-page .faq-link {
    margin-top: 1.875rem;
    position: static;
    text-align: center;
  }
  .jobs-page .faq-link a {
    -webkit-transition: 0s;
    transition: 0s;
  }
  .jobs-page .faq-header__container {
    margin: 2.5rem 0 1.25rem;
  }
}
.recruit-page {
  padding-bottom: 8.75rem;
}
.recruit-page .recruit-bg {
  background: #FFEDF0;
  position: relative;
}
.recruit-page .recruit-bg .deco01 {
  width: 24.1875rem;
  position: absolute;
  bottom: 34.625rem;
  left: calc(50% + 12.875rem);
  pointer-events: none;
}
.recruit-page .recruit-bg .deco02 {
  width: 30rem;
  position: absolute;
  bottom: 18.5rem;
  right: calc(50% + 1.3125rem);
  pointer-events: none;
}
.recruit-page .recruit-bg .deco03 {
  width: 20.0625rem;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.recruit-page .recruit-mv__img {
  width: calc(50vw + 27.1875rem);
  margin: 0 0 0 auto;
}
.recruit-page .recruit-mv__img img {
  width: 100%;
}
.recruit-page .recruit-mv__inner {
  max-width: 71.25rem;
  width: 100%;
  margin: 0 auto;
  padding: 11.875rem 1.25rem 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.recruit-page .recruit-mv__copy {
  font-family: var(--sub-font-family);
  font-size: 1.75rem;
  letter-spacing: 0.2em;
  line-height: 2.2;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.recruit-page .recruit-mv__ttl {
  margin-top: 13.125rem;
}
.recruit-page .recruit-mv__ttl-en {
  font-family: var(--en-font-family);
  font-size: 4.5rem;
  line-height: 1;
}
.recruit-page .recruit-mv__ttl-icon {
  width: 3.125rem;
  font-size: 0;
  margin: 1.25rem 0 0;
}
.recruit-page .recruit-mv__ttl-ja {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-family: var(--sub-font-family);
  line-height: 2.22;
}
.recruit-page .recruit-intro {
  padding-bottom: 46.5625rem;
  position: relative;
}
.recruit-page .recruit-intro .inner {
  position: relative;
}
.recruit-page .recruit-intro__copy {
  font-family: var(--sub-font-family);
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 2.2;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: -7.1875rem;
  left: 0;
}
.recruit-page .recruit-intro__img01 {
  width: 45.45%;
  max-width: 500px;
  position: absolute;
  right: -9.0625rem;
  top: -10.125rem;
  border-radius: 27px;
  overflow: hidden;
  z-index: 2;
}
.recruit-page .recruit-intro__img01 img {
  width: 100%;
}
.recruit-page .recruit-intro__text {
  padding-left: 12.6875rem;
  font-size: 1.125rem;
  line-height: 2.22;
}
.recruit-page .recruit-intro__img02 {
  width: 34.72vw;
  max-width: 500px;
  border-radius: 27px;
  overflow: hidden;
  position: absolute;
  bottom: 15.9375rem;
  right: calc(50vw + 13.75rem);
  z-index: 2;
}
.recruit-page .recruit-intro__img02 img {
  width: 100%;
}
.recruit-page .recruit-intro__img03 {
  width: 34.72vw;
  max-width: 500px;
  border-radius: 27px;
  overflow: hidden;
  position: absolute;
  left: 50vw;
  bottom: 8.75rem;
  z-index: 2;
}
.recruit-page .recruit-intro__img03 img {
  width: 100%;
}
.recruit-page .service-ttl-gp__ja {
  font-family: var(--sub-font-family);
  font-size: 2.625rem;
  line-height: 1.61;
}
.recruit-page .service-ttl-gp__ja span {
  color: #F97A8D;
}
.recruit-page .service-ttl-gp__icon {
  width: 2.875rem;
  margin-top: 0.9375rem;
  font-size: 0;
}
.recruit-page .service-ttl-gp__en {
  margin-top: 0.9375rem;
  font-family: var(--en-font-family);
  line-height: 1.25;
}
.recruit-page .voice-section {
  padding: 8.75rem 0 5rem;
}
.recruit-page .voice-section .inner {
  position: relative;
  z-index: 1;
}
.recruit-page .voice-section .deco04 {
  width: 24.1875rem;
  position: absolute;
  top: 2.75rem;
  left: -10.625rem;
  pointer-events: none;
}
.recruit-page .voice-section .deco05 {
  width: 19.125rem;
  position: absolute;
  bottom: 11.25rem;
  right: 5.875rem;
  pointer-events: none;
}
.recruit-page .voice-list {
  margin-top: 4.875rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6.25rem 8.125rem;
  position: relative;
  z-index: 2;
}
.recruit-page {
  /* Element: voice-card__link
   ========================================================================== */
}
.recruit-page .voice-card__link {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .recruit-page .voice-card__link:hover {
    opacity: 0.8;
  }
}
.recruit-page .voice-card__image {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
}
.recruit-page .voice-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-page {
  /* Element: voice-card__body
   ========================================================================== */
}
.recruit-page .voice-card__body {
  margin-top: 1.625rem;
}
.recruit-page {
  /* Element: voice-card__name
   ========================================================================== */
}
.recruit-page .voice-card__name {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.08;
}
.recruit-page .voice-card__name span {
  font-size: 0.875rem;
}
.recruit-page {
  /* Element: voice-card__meta
   ========================================================================== */
}
.recruit-page .voice-card__meta {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
.recruit-page {
  /* Element: voice-card__tag
   ========================================================================== */
}
.recruit-page .voice-card__tag {
  display: inline-block;
  padding: 0.125rem 0.5625rem;
  font-size: 0.8125rem;
  color: #fff;
  border-radius: 3px;
  background: #f97a8d;
}
.recruit-page .voice-card__tag--healthcare {
  background: #c5c944;
}
.recruit-page .voice-card__tag--nursing-care {
  background: #f97a8d;
}
.recruit-page .voice-card__tag--disability-support {
  background: #00A19E;
}
.recruit-page {
  /* Element: voice-card__job
   ========================================================================== */
}
.recruit-page .voice-card__job {
  font-size: 0.875rem;
  color: #666;
}
.recruit-page {
  /* Element: voice-card__description
   ========================================================================== */
}
.recruit-page .voice-card__description {
  margin-top: 0.5rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 垂直方向に配置 */
  overflow: hidden;
  /* 溢れた部分を隠す */
  text-overflow: ellipsis;
  /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 2;
}
.recruit-page {
  /* Element: voice-card__more
   ========================================================================== */
}
.recruit-page .voice-card__more {
  margin-top: 1.875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.recruit-page {
  /* Element: voice-card__more-arrow
   ========================================================================== */
}
.recruit-page .voice-card__more-arrow {
  width: 0.625rem;
  margin-left: 0.8125rem;
  font-size: 0;
}
.recruit-page .voice-link {
  text-align: right;
  font-weight: 500;
}
.recruit-page .voice-link a {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .recruit-page .voice-link a:hover {
    letter-spacing: 0.15em;
  }
}
.recruit-page .voice-link-arrow {
  margin-left: 0.9375rem;
  font-size: 0;
  display: inline-block;
}
.recruit-page .facility {
  padding: 10.6875rem 0 8.75rem;
  background: #FFFDF5;
  position: relative;
}
.recruit-page .facility .inner {
  position: relative;
}
.recruit-page .facility-ttl {
  margin: 0 0 0 auto;
  font-family: var(--sub-font-family);
  font-size: 2.625rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
.recruit-page .facility-ttl__en {
  width: 5.875rem;
  font-size: 0;
}
.recruit-page .facility-img {
  max-width: 70.1875rem;
  width: 102.09vw;
  position: absolute;
  top: -10.6875rem;
  right: 10.625rem;
}
.recruit-page .facility-img img {
  width: 100%;
}
.recruit-page .facility-textarea {
  max-width: 26.5rem;
  width: 38.55%;
  margin: 13.625rem 0 0 auto;
}
.recruit-page .facility-textarea__text {
  font-size: 1.125rem;
  line-height: 1.66;
}
.recruit-page .facility-link {
  margin-top: 3.75rem;
  text-align: right;
}
.recruit-page .facility-link a {
  display: inline-block;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .recruit-page .facility-link a:hover {
    letter-spacing: 0.15em;
  }
}
.recruit-page .facility-link-arrow {
  margin-left: 0.9375rem;
  font-size: 0;
  display: inline-block;
}
.recruit-page .occupation {
  padding: 8.75rem 0;
  position: relative;
  z-index: 2;
}
.recruit-page .occupation .deco06 {
  width: 18.125rem;
  position: absolute;
  top: 41.25rem;
  right: 0;
  pointer-events: none;
}
.recruit-page .occupation .deco07 {
  width: 19.125rem;
  position: absolute;
  bottom: 11.25rem;
  left: 0;
  pointer-events: none;
}
.recruit-page .occupation-ttl__ja {
  font-family: var(--sub-font-family);
  font-size: 2.625rem;
  line-height: 1.9;
}
.recruit-page .occupation-ttl__en {
  font-family: var(--en-font-family);
  line-height: 1;
}
.recruit-page .occupation-list {
  margin-top: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  position: relative;
  z-index: 2;
}
.recruit-page .occupation-item--medical-care .occupation-item__ttlarea {
  border-color: #9EC828;
}
.recruit-page .occupation-item--medical-care .occupation-item__ttlarea-ttl {
  color: #9EC828;
}
.recruit-page .occupation-item--medical-care a {
  background: #9EC828;
}
.recruit-page .occupation-item--nursing-care .occupation-item__ttlarea {
  border-color: #F97A8D;
}
.recruit-page .occupation-item--nursing-care .occupation-item__ttlarea-ttl {
  color: #F97A8D;
}
.recruit-page .occupation-item--nursing-care a {
  background: #F97A8D;
}
.recruit-page .occupation-item--disability-support .occupation-item__ttlarea {
  border-color: #00A19E;
}
.recruit-page .occupation-item--disability-support .occupation-item__ttlarea-ttl {
  color: #00A19E;
}
.recruit-page .occupation-item--disability-support a {
  background: #00A19E;
}
.recruit-page .occupation-item__ttlarea {
  padding-right: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #9EC828;
}
.recruit-page .occupation-item__ttlarea-ttl {
  padding-bottom: 1.25rem;
  font-family: var(--sub-font-family);
  font-size: 1.75rem;
  line-height: 1.46;
}
.recruit-page .occupation-item__ttlarea-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.1875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit-page .occupation-item__ttlarea-en {
  font-family: var(--en-font-family);
  font-size: 0.75rem;
  line-height: 1.25;
}
.recruit-page .occupation-links {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  border-radius: 27px 27px 0 27px;
  overflow: hidden;
}
.recruit-page .occupation-links-wrap {
  padding-right: 1.25rem;
}
.recruit-page .occupation-link:first-child a {
  border-left: none;
}
.recruit-page .occupation-link:nth-child(6) a, .recruit-page .occupation-link:nth-child(11) a {
  border-left: none;
}
.recruit-page .occupation-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 5.6875rem;
  padding: 1.375rem 2.8125rem 1.375rem 1.25rem;
  font-family: var(--sub-font-family);
  text-align: left;
  color: #fff;
  line-height: 1.43;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .recruit-page .occupation-link a:hover {
    opacity: 0.8;
  }
}
.recruit-page .occupation-link__icon {
  width: 2.5rem;
  height: 2.6875rem;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: #FFF;
  border-radius: 27px 0 0 0;
}
.recruit-page .environment {
  position: relative;
}
.recruit-page .environment .inner {
  padding-top: 15.375rem;
  border-top: 1px solid #D9D9D9;
  position: relative;
}
.recruit-page .environment .deco08 {
  width: 14.3125rem;
  position: absolute;
  top: 1.875rem;
  right: -8.75rem;
  pointer-events: none;
}
.recruit-page .environment-ttl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 7.5rem;
  right: 0;
  z-index: 1;
}
.recruit-page .environment-ttl__en {
  font-family: var(--en-font-family);
  line-height: 1.26;
}
.recruit-page .environment-ttl__ja {
  font-family: var(--sub-font-family);
  font-size: 2.625rem;
  line-height: 1.19;
}
.recruit-page .environment-textarea {
  width: 47.36%;
}
.recruit-page .environment-sttl__ja {
  font-family: var(--sub-font-family);
  font-size: 1.5rem;
  line-height: 1.43;
}
.recruit-page .environment-sttl__en {
  font-family: var(--en-font-family);
  font-size: 5.125rem;
  font-weight: 700;
  line-height: 1.25;
}
.recruit-page .environment-body {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6.25rem;
}
.recruit-page .environment-item {
  padding-top: 1.875rem;
  position: relative;
}
.recruit-page .environment-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6.875rem;
  height: 1px;
  background: #F97A8D;
}
.recruit-page .environment-item__ttl {
  font-family: var(--sub-font-family);
  font-size: 1.625rem;
  line-height: 1.46;
}
.recruit-page .environment-item__text {
  margin-top: 1.5625rem;
  font-size: 1.125rem;
  line-height: 1.66;
}
.recruit-page .environment-img {
  width: 42.36%;
  height: 455px;
  border-radius: 27px 0 0 27px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
}
.recruit-page .environment-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit-page .service-sec {
  margin-top: 10.625rem;
}
.recruit-page .service-sec .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
}
.recruit-page .service-box--medical-care .service-box__ttl, .recruit-page .service-box--medical-care .service-box__bg {
  background: #9AB030;
}
.recruit-page .service-box--nursing-care .service-box__ttl, .recruit-page .service-box--nursing-care .service-box__bg {
  background: #DB8087;
}
.recruit-page .service-box--disability-support .service-box__ttl, .recruit-page .service-box--disability-support .service-box__bg {
  background: #00A19E;
}
.recruit-page .service-box__ttl {
  width: 17.5rem;
  padding: 1.4375rem 0;
  font-family: var(--sub-font-family);
  font-size: 1.5rem;
  line-height: 1.43;
  text-align: center;
  color: #FFF;
  border-radius: 27px 27px 0 0;
}
.recruit-page .service-box__bg {
  padding: 7.5rem;
  border-radius: 0 27px 27px 27px;
}
.recruit-page .service-box__intro {
  display: grid;
  grid-template-columns: 18.375rem 1fr;
  gap: 0 10.4375rem;
}
.recruit-page .service-box__intro-l {
  font-family: var(--sub-font-family);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FFF;
  letter-spacing: 0.1em;
}
.recruit-page .service-box__intro-sttl {
  padding-left: 1.875rem;
  position: relative;
}
.recruit-page .service-box__intro-sttl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 60px;
  background: #FFF;
}
.recruit-page .service-box__intro-ttl {
  font-size: 2rem;
}
.recruit-page .service-box__activity {
  margin-top: 5rem;
  color: #FFF;
}
.recruit-page .service-box__activity-ttlarea-ja {
  font-family: var(--sub-font-family);
  font-size: 1.5rem;
  line-height: 1.45;
}
.recruit-page .service-box__activity-ttlarea-en {
  margin-top: 1.5625rem;
}
.recruit-page .service-box__activity-flex {
  margin-top: 4.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 6.3125rem;
}
.recruit-page .service-box__activity-box:nth-child(2) {
  margin-top: 4.0625rem;
}
.recruit-page .service-box__activity-ttl {
  margin-top: 3.75rem;
  font-family: var(--sub-font-family);
  font-size: 1.375rem;
  line-height: 1.09;
}
.recruit-page .service-box__activity-text {
  margin-top: 3.125rem;
  line-height: 1.87;
}

@media screen and (max-width: 1000px) {
  .recruit-page .voice-list {
    gap: 6.25rem 1.875rem;
  }
  .recruit-page .facility-textarea {
    width: 50%;
  }
  .recruit-page .occupation-links {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 950px) {
  .recruit-page .service-box__bg {
    padding: 7.5rem 1.875rem;
  }
  .recruit-page .service-box__intro {
    gap: 0 4.375rem;
  }
  .recruit-page .service-box__activity-flex {
    gap: 0 2.5rem;
  }
}
@media screen and (max-width: 750px) {
  .recruit-page {
    padding-bottom: 2.5rem;
  }
  .recruit-page .recruit-bg {
    padding-bottom: 6.9375rem;
  }
  .recruit-page .recruit-bg .deco01 {
    width: 17.1875rem;
    bottom: 22.9375rem;
    left: auto;
    right: 0;
  }
  .recruit-page .recruit-bg .deco02 {
    width: 9.8125rem;
    bottom: 12.5rem;
    right: auto;
    left: 0;
  }
  .recruit-page .recruit-bg .deco03 {
    width: 9.0625rem;
    bottom: 0;
    right: 0;
  }
  .recruit-page .recruit-mv__img {
    width: 100%;
    margin: 0;
  }
  .recruit-page .recruit-mv__inner {
    padding: 3.75rem 3.125rem 0;
  }
  .recruit-page .recruit-mv__copy {
    font-size: 1.5rem;
    line-height: 2.1;
  }
  .recruit-page .recruit-mv__ttl {
    margin-top: -3.75rem;
    padding: 0 2.5rem;
  }
  .recruit-page .recruit-mv__ttl-en {
    font-size: 3rem;
    line-height: 1.25;
  }
  .recruit-page .recruit-mv__ttl-icon {
    width: 2.875rem;
    margin: 0.3125rem 0 0;
  }
  .recruit-page .recruit-mv__ttl-ja {
    margin-top: 0.9375rem;
    display: block;
    line-height: 1.43;
  }
  .recruit-page .recruit-intro {
    padding: 5rem 1.875rem 0;
    z-index: 2;
  }
  .recruit-page .recruit-intro__copy {
    font-size: 1.5rem;
    letter-spacing: 0.3em;
    line-height: 2.2;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    position: static;
  }
  .recruit-page .recruit-intro__img01 {
    width: calc(100vw - 1.875rem);
    max-width: auto;
    margin: 3.75rem -1.875rem 0 0;
    position: static;
    border-radius: 15px 0 0 15px;
  }
  .recruit-page .recruit-intro__text {
    margin-top: 3.125rem;
    padding-left: 0;
    font-size: 1.125rem;
  }
  .recruit-page .recruit-intro__img02 {
    width: 60vw;
    margin: 3.75rem auto 0 -1.875rem;
    border-radius: 0 15px 15px 0;
    position: static;
  }
  .recruit-page .recruit-intro__img03 {
    width: 69.25vw;
    margin: 2.5rem -1.875rem 0 auto;
    border-radius: 15px 0 0 15px;
    position: static;
  }
  .recruit-page .service-ttl-gp__ja {
    font-family: var(--sub-font-family);
    font-size: 2.625rem;
    line-height: 1.61;
  }
  .recruit-page .service-ttl-gp__ja span {
    color: #F97A8D;
  }
  .recruit-page .service-ttl-gp__icon {
    width: 2.875rem;
    margin-top: 0.9375rem;
    font-size: 0;
  }
  .recruit-page .service-ttl-gp__en {
    margin-top: 0.9375rem;
    font-family: var(--en-font-family);
    line-height: 1.25;
  }
  .recruit-page .facility {
    padding: 3.75rem 0 5rem;
  }
  .recruit-page .facility-ttl {
    margin: 0 0 0 auto;
    font-size: 2.25rem;
    gap: 0.625rem;
  }
  .recruit-page .facility-ttl__en {
    width: 2.9375rem;
  }
  .recruit-page .facility-img {
    width: calc(100vw - 1.875rem);
    margin: -16.25rem 0 0 -1.875rem;
    position: static;
  }
  .recruit-page .facility-img img {
    width: 100%;
  }
  .recruit-page .facility-textarea {
    width: 100%;
    max-width: 100%;
    margin: -2.875rem 0 0;
  }
  .recruit-page .facility-textarea__text {
    font-size: 1.125rem;
    line-height: 1.66;
  }
  .recruit-page .facility-link {
    margin-top: 1.875rem;
  }
  .recruit-page .facility-link-arrow {
    margin-left: 0.9375rem;
    font-size: 0;
    display: inline-block;
  }
  .recruit-page .occupation {
    padding: 5rem 0 3.75rem;
  }
  .recruit-page .occupation .deco06 {
    width: 7.1875rem;
    top: 105.625rem;
    right: auto;
    left: 0;
  }
  .recruit-page .occupation-ttl__ja {
    font-size: 2.25rem;
    line-height: 1.5;
  }
  .recruit-page .occupation-ttl__en {
    margin-top: 1.25rem;
    line-height: 1.25;
  }
  .recruit-page .occupation-list {
    margin-top: 2.875rem;
    position: relative;
    z-index: 1;
  }
  .recruit-page .occupation-item__ttlarea {
    padding-right: 0.1875rem;
  }
  .recruit-page .occupation-item__ttlarea-ttl {
    padding-bottom: 0.9375rem;
    font-size: 1.5rem;
    line-height: 1.45;
  }
  .recruit-page .occupation-item__ttlarea-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 2.1875rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .recruit-page .occupation-item__ttlarea-en {
    display: none;
  }
  .recruit-page .occupation-links {
    margin-top: 1.875rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    border-radius: 15px;
  }
  .recruit-page .occupation-links-wrap {
    padding-right: 0;
  }
  .recruit-page .occupation-link a {
    min-height: 8.75rem;
    padding: 2.75rem 0.9375rem 2.75rem 0.9375rem;
    line-height: 1.44;
    -webkit-transition: 0s;
    transition: 0s;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-left: none;
  }
  .recruit-page .occupation-link__icon {
    height: 2.5rem;
    border-radius: 20px 0 0 0;
  }
  .recruit-page .environment {
    padding: 0 1.875rem;
  }
  .recruit-page .environment .inner {
    padding: 5rem 0 0;
  }
  .recruit-page .environment .deco08 {
    width: 10.3125rem;
    top: 0rem;
    right: -2.5rem;
    z-index: -1;
  }
  .recruit-page .deco08 {
    width: 14.3125rem;
    position: absolute;
    top: 1.875rem;
    right: -8.75rem;
    pointer-events: none;
  }
  .recruit-page .environment-ttl {
    margin: 0 0 0 auto;
    position: static;
  }
  .recruit-page .environment-ttl__en {
    line-height: 1.25;
  }
  .recruit-page .environment-ttl__ja {
    font-size: 2.25rem;
    line-height: 1.16;
  }
  .recruit-page .environment-textarea {
    width: 100%;
    margin-top: 1.875rem;
  }
  .recruit-page .environment-sttl__ja {
    line-height: 1.45;
  }
  .recruit-page .environment-sttl__en {
    font-size: 3.375rem;
  }
  .recruit-page .environment-body {
    margin-top: 3.125rem;
    gap: 3.125rem;
  }
  .recruit-page .environment-item__ttl {
    font-size: 1.375rem;
    line-height: 1.63;
  }
  .recruit-page .environment-item__text {
    font-size: 1rem;
    line-height: 1.75;
  }
  .recruit-page .environment-img {
    width: calc(100vw - 1.875rem);
    height: auto;
    margin: 3.75rem -1.875rem 0 0;
    border-radius: 15px 0 0 15px;
    position: static;
  }
  .recruit-page .environment-img img {
    height: auto;
  }
  .recruit-page .service-sec {
    margin-top: 5rem;
  }
  .recruit-page .service-sec .inner {
    gap: 3.75rem;
  }
  .recruit-page .service-box__ttl {
    width: 15rem;
    padding: 1.4375rem 0;
    line-height: 1.45;
    border-radius: 15px 15px 0 0;
  }
  .recruit-page .service-box__bg {
    margin-top: -1px;
    padding: 3.125rem 1.875rem 1.875rem;
    border-radius: 0 15px 15px 15px;
  }
  .recruit-page .service-box__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.125rem 0;
  }
  .recruit-page .service-box__intro-l {
    gap: 1.875rem;
    letter-spacing: 0.2em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .recruit-page .service-box__intro-ttl {
    font-size: 1.5rem;
  }
  .recruit-page .service-box__activity {
    margin-top: 2.5rem;
  }
  .recruit-page .service-box__activity-ttlarea-en {
    width: 12.1875rem;
    margin-top: 1.25rem;
  }
  .recruit-page .service-box__activity-flex {
    margin-top: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem 0;
  }
  .recruit-page .service-box__activity-box:nth-child(2) {
    margin-top: 0;
  }
  .recruit-page .service-box__activity-ttl {
    margin-top: 1.875rem;
    line-height: 1.63;
  }
  .recruit-page .service-box__activity-text {
    margin-top: 1.25rem;
    line-height: 1.75;
  }
  .recruit-page .service-ttl-gp__ja {
    font-size: 2.25rem;
    line-height: 1.5;
  }
  .recruit-page .service-ttl-gp__en {
    margin-top: 0.9375rem;
    line-height: 1.25;
  }
  .recruit-page .voice-section {
    padding: 5rem 0;
  }
  .recruit-page .sp-scroll {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .recruit-page .sp-scroll::-webkit-scrollbar {
    display: none;
  }
  .recruit-page .voice-list {
    width: 112.8125rem;
    margin-top: 3.125rem;
    padding: 0 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 1.5625rem;
  }
  .recruit-page {
    /* Block: voice-card
    ========================================================================== */
  }
  .recruit-page .voice-card {
    width: 17.5rem;
  }
  .recruit-page .voice-card:first-child, .recruit-page .voice-card:nth-child(3) {
    padding-top: 0;
  }
  .recruit-page {
    /* Element: voice-card__link
    ========================================================================== */
  }
  .recruit-page .voice-card__link {
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .recruit-page {
    /* Element: voice-card__body
    ========================================================================== */
    /* Element: voice-card__name
    ========================================================================== */
    /* Element: voice-card__meta
    ========================================================================== */
    /* Element: voice-card__tag
    ========================================================================== */
    /* Element: voice-card__description
    ========================================================================== */
    /* Element: voice-card__more
    ========================================================================== */
  }
}
@media screen and (max-width: 750px) and (hover: hover) and (pointer: fine) {
  .recruit-page .voice-card__link:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 750px) {
  .recruit-page .voice-card__image {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 10px;
    overflow: hidden;
  }
  .recruit-page .voice-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .recruit-page .voice-card__body {
    margin-top: 1.5625rem;
  }
  .recruit-page .voice-card__name {
    font-size: 1.5rem;
    line-height: 1;
  }
  .recruit-page .voice-card__name span {
    font-size: 1rem;
  }
  .recruit-page .voice-card__meta {
    margin-top: 0.9375rem;
  }
  .recruit-page .voice-card__tag {
    padding: 0.0625rem 0.5625rem;
    font-size: 0.875rem;
  }
  .recruit-page .voice-card__description {
    margin-top: 0.875rem;
  }
  .recruit-page .voice-card__more {
    margin-top: 1.5625rem;
  }
  .recruit-page .voice-link {
    text-align: right;
    font-weight: 500;
  }
  .recruit-page .voice-link a {
    display: block;
  }
}
.privacy-page {
  padding: 16.875rem 0 8.75rem;
  position: relative;
}
.privacy-page .deco01 {
  width: 30.25rem;
  position: absolute;
  top: 0;
  right: 9.38%;
  z-index: -1;
}
.privacy-page .deco02 {
  width: 10.5625rem;
  position: absolute;
  top: 3.47%;
  left: 0;
  z-index: -1;
}
.privacy-page .policy__text {
  margin-top: 2.8125rem;
  line-height: 1.87;
}
.privacy-page .policy-list {
  margin-top: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.75rem;
}
.privacy-page .policy-list__item {
  padding-bottom: 3.75rem;
  border-bottom: 1px solid #D9D9D9;
}
.privacy-page .policy-list__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.privacy-page .policy-list__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.125rem;
}
.privacy-page .policy-list__ttl-no {
  font-family: var(--en-font-family);
  font-size: 2.625rem;
  font-weight: 700;
  color: #F97A8D;
}
.privacy-page .policy-list__ttl-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.08;
}
.privacy-page .policy-list__text {
  margin-top: 1.25rem;
  line-height: 1.87;
}
.privacy-page .policy-sub {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.1875rem;
}
.privacy-page .policy-sub-list__item {
  padding-left: 1em;
  position: relative;
}
.privacy-page .policy-sub-list__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1.87;
}

@media screen and (max-width: 750px) {
  .privacy-page {
    padding: 10.625rem 0 8.75rem;
  }
  .privacy-page .deco01 {
    width: 69.5%;
    right: 0;
  }
  .privacy-page .deco01 img {
    width: 100%;
  }
  .privacy-page .deco02 {
    width: 32.25%;
    top: 8.625rem;
    right: 0;
    left: auto;
  }
  .privacy-page .deco02 img {
    width: 100%;
  }
  .privacy-page .policy__text {
    margin-top: 3.75rem;
    line-height: 1.75;
  }
  .privacy-page .policy-list {
    margin-top: 3.75rem;
    gap: 2.5rem;
  }
  .privacy-page .policy-list__item {
    padding-bottom: 2.5rem;
  }
  .privacy-page .policy-list__ttl {
    gap: 1.375rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .privacy-page .policy-list__ttl-text {
    padding-top: 1.3125rem;
    line-height: 1.5;
  }
  .privacy-page .policy-sub {
    margin-top: 1.875rem;
  }
  .privacy-page .policy-sub-list__item {
    padding-left: 1em;
    position: relative;
  }
  .privacy-page .policy-sub-list__item::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.87;
  }
}