@import url(https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
@charset "UTF-8";
/*============================================================================================================
	base
============================================================================================================*/
div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, th, td, section, article, header, footer, main, nav, span, a, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

h1, h2, h3, h4, h5, h6, p, li, th, td, dt, dd {
  margin: 0;
  word-wrap: break-word;
}

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

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

li {
  list-style: none;
}

/*------------------------------------------
	root
------------------------------------------*/
:root {
  --inner-padding: 20px;
  --inner-width: 1100px;
  --header-height: 74px;
  --font-size-base: 15px;
  --line-height-base: 1.5;
  --line-height-head: 1.5;
  --letter-spacing: 0;
  --font-family-base: "MFW-HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  --font-family-base-w2: "MFW-HiraKakuProN-W2", sans-serif;
  --font-family-base-w4: "MFW-HiraKakuProN-W4", sans-serif;
  --font-family-base-w5: "MFW-HiraKakuProN-W5", sans-serif;
  --font-family-base-w6: "MFW-HiraKakuProN-W6", sans-serif;
  --font-family-serif: "Shippori Mincho B1", serif;
  --color-txt: #3D3D3D;
}
@media screen and (min-width: 768px) {
  :root {
    --body-min-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --inner-padding: 25px;
    --header-height: 70px;
    --font-size-base: 14px;
  }
}

.f-serif {
  font-weight: 400;
  font-family: var(--font-family-serif);
}

.f-w2 {
  font-family: var(--font-family-base-w2);
}

.f-w4 {
  font-family: var(--font-family-base-w4);
}

.f-w5 {
  font-family: var(--font-family-base-w5);
}

.f-w6 {
  font-family: var(--font-family-base-w6);
}

/*------------------------------------------
	utility
------------------------------------------*/
@media screen and (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
@media screen and (min-width: 375px) {
  .u-sp-small {
    display: none !important;
  }
}
/*------------------------------------------
	font
------------------------------------------*/
body {
  color: var(--color-txt);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  font-family: var(--font-family-base);
  -webkit-text-size-adjust: 100%;
}

* {
  letter-spacing: var(--letter-spacing);
}

a {
  letter-spacing: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: var(--line-height-head);
}

/*------------------------------------------
	frame / smooth scroll
------------------------------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

@media screen and (min-width: 768px) {
  body {
    min-width: var(--body-min-width);
  }
}

/*------------------------------------------
	hover
------------------------------------------*/
@media (hover: hover) {
  a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}
/*============================================================================================================
	component
============================================================================================================*/
/*------------------------------------------
	inner
------------------------------------------*/
.c-inner01 {
  width: 100%;
  max-width: calc(var(--inner-width) + var(--inner-padding) * 2);
  margin-inline: auto;
  padding-inline: var(--inner-padding);
}

/*------------------------------------------
	title
------------------------------------------*/
/*	.c-tit01
------------------------------------------*/
.c-tit01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-size: 27px;
}
.c-tit01__en {
  color: #808080;
  font-size: 13px;
  font-family: var(--font-family-base-w4);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-tit01 {
    font-size: 23px;
  }
  .c-tit01__en {
    font-size: 11px;
  }
}

/*	.c-tit02
------------------------------------------*/
.c-tit02 {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid #A1A1A1;
  font-size: 22px;
}
.c-tit02__en {
  margin-inline: auto 0;
  color: #7B7B7B;
  font-size: 10px;
  font-family: var(--font-family-base-w5);
  text-align: right;
}
.c-tit02.js-line-draw {
  position: relative;
  border-bottom-color: transparent;
}
.c-tit02.js-line-draw::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #A1A1A1;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 1.3s ease 0s;
  transition: -webkit-transform 1.3s ease 0s;
  transition: transform 1.3s ease 0s;
  transition: transform 1.3s ease 0s, -webkit-transform 1.3s ease 0s;
}
.c-tit02.js-line-draw.is-visible::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.c-tit02.js-line-draw > .c-tit02__body {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: inherit;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-tit02 {
    padding-bottom: 6px;
    font-size: 19px;
  }
  .c-tit02__en {
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-tit02.js-line-draw::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: none;
    transition: none;
  }
}

/*------------------------------------------
	btn
------------------------------------------*/
/*	.c-btn01
------------------------------------------*/
.c-btn01 {
  width: 100%;
  max-width: 152px;
  border-radius: 3px;
  color: #1D1D1D;
  font-size: 12px;
  line-height: 1.4;
}
.c-btn01 a {
  min-height: 38px;
  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;
  gap: 0.5em;
  padding-block: 10px;
  padding-inline: 1.83em 2.3em;
  border-radius: inherit;
  background: rgba(26, 41, 62, 0.04);
  position: relative;
}
.c-btn01 a::after {
  content: "";
  display: block;
  width: 0.75em;
  aspect-ratio: 9/10;
  background: url(../img/common/arrow_b.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 1.42em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* color variation */
.c-btn01.is-white a {
  background: rgba(255, 255, 255, 0.38);
}

/*------------------------------------------
	cv
------------------------------------------*/
/*	.c-cv01
------------------------------------------*/
.c-cv01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  z-index: 1;
  background: #fff;
}
.c-cv01__item {
  color: #fff;
}
.c-cv01__item:first-child {
  border-right: 1px solid #fff;
}
.c-cv01__item a {
  height: 250px;
  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;
  padding-inline: 90px;
  background: #464A57;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-cv01__item-in {
  position: relative;
  z-index: 2;
}
.c-cv01__txt01 {
  margin-bottom: 3px;
  font-size: 22px;
}
.c-cv01__txt02 {
  color: #EDEDED;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .c-cv01 {
    grid-template-columns: 1fr;
    grid-gap: 15px;
    padding: var(--inner-padding);
    background: #323232;
    border-bottom: none;
  }
  .c-cv01__item {
    text-align: center;
  }
  .c-cv01__item:first-child {
    border-right: none;
  }
  .c-cv01__item a {
    height: 94px;
    padding-top: 0;
    padding-inline: 10px;
  }
  .c-cv01__txt01 {
    margin-bottom: 6px;
    font-size: 17px;
    line-height: 1.3;
  }
}
@media (hover: hover) {
  .c-cv01__item a:hover {
    opacity: 0.92;
  }
}

/*------------------------------------------
	other
------------------------------------------*/
/*	.c-fixed-bg (固定背景 ※親要素にposition: relative;をかける)
------------------------------------------*/
.c-fixed-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  clip-path: inset(0 0 0 0);
}
.c-fixed-bg::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  background: no-repeat center/cover;
}

/*============================================================================================================
	.l-header
============================================================================================================*/
.l-header {
  width: 100%;
  height: var(--header-height);
  background: #fff;
  color: #4B4B4B;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header::before, .l-header::after {
  content: none;
  display: none;
}
.l-header-inner {
  height: 100%;
  padding-inline: clamp(20px, 2vw, 40px) var(--header-height);
  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;
  position: relative;
  z-index: 2;
}
.l-header__tit {
  font-size: 11px;
  line-height: 1;
  position: relative;
  z-index: 9992;
}
.l-header__tit a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1em;
  position: relative;
}
.l-header__tit-logo {
  display: block;
  width: 52px;
  height: auto;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media screen and (min-width: 768px) {
  .l-header {
    min-width: var(--body-min-width);
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    left: 0 !important;
  }
  .l-header-inner {
    padding-inline: var(--inner-padding) 52px;
  }
  .l-header__tit-logo {
    width: 45px;
  }
}

/* TOP: 初回MV中は非表示 → スクロールで上からふわっと表示
   表示: 前半でほぼ降り、後半で opacity を乗せる（キーフレーム）
   非表示: 位置と opacity を同時に transition */
@-webkit-keyframes header-top-reveal {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  55% {
    opacity: 0.32;
    visibility: visible;
    -webkit-transform: translate3d(0, -6%, 0);
            transform: translate3d(0, -6%, 0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes header-top-reveal {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  55% {
    opacity: 0.32;
    visibility: visible;
    -webkit-transform: translate3d(0, -6%, 0);
            transform: translate3d(0, -6%, 0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
            transform: none;
  }
}
.l-header.is-top-reveal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition: opacity 0.45s ease, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.45s;
  transition: opacity 0.45s ease, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.45s;
}
.l-header.is-top-reveal.is-header-shown,
.l-header.is-top-reveal.is-nav-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: none;
          transform: none;
  -webkit-animation: header-top-reveal 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
          animation: header-top-reveal 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
  -webkit-transition: none;
  transition: none;
}
@media (prefers-reduced-motion: reduce) {
  .l-header.is-top-reveal {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    -webkit-animation: none;
            animation: none;
  }
}

/* gray: 通常時と同じ（白帯＋黒ロゴ） */
.l-header.is-gray {
  color: #4B4B4B;
}

/* ナビOPEN時: 白ロゴ＋白文字（メニュー写真の上に載せる） */
.l-header.is-nav-open {
  background: transparent;
  color: #fff;
}
.l-header.is-nav-open .l-header__tit-logo {
  -webkit-filter: none;
          filter: none;
}

/*	.l-header-nav (PCメニュー)
------------------------------------------*/
@media screen and (min-width: 768px) {
  .l-header-nav {
    margin-inline: auto clamp(20px, 2vw, 35px);
    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;
    gap: 25px;
    font-size: clamp(10px, 1vw, 12px);
    line-height: 1.5;
  }
  .l-header-nav a {
    display: block;
  }
}

/*	.l-header-entry (ENTRY)
------------------------------------------*/
.l-header-entry-list__item {
  border-radius: 3px;
  color: #4B4B4B;
  font-size: clamp(11px, 1.1vw, 12px);
  line-height: 1.5;
}
.l-header-entry-list__item a {
  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;
  border-radius: inherit;
}
@media screen and (min-width: 768px) {
  .l-header-entry-list {
    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;
    gap: 10px;
  }
  .l-header-entry-list__item {
    font-size: 12px;
  }
  .l-header-entry-list__item.is-new {
    width: 138px;
  }
  .l-header-entry-list__item.is-career {
    width: 145px;
  }
  .l-header-entry-list__item a {
    height: 44px;
    width: 100%;
    background: #F4F4F4;
  }
}
@media screen and (max-width: 767px) {
  .l-header-entry {
    position: relative;
    z-index: 9993;
  }
  .l-header-entry__parent {
    cursor: pointer;
    width: 80px;
    height: 38px;
    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;
    border-radius: 3px;
    background: none;
    color: #3D3D3D;
    font-size: 14px;
  }
  .l-header-entry-list {
    width: 220px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.17);
    border-radius: 4px;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
  }
  .l-header-entry-list.is-open {
    top: calc(100% + 7px);
    visibility: visible;
    opacity: 1;
  }
  .l-header-entry-list__item {
    border-radius: 0;
    color: #fff;
    font-size: 14px;
  }
  .l-header-entry-list__item + .l-header-entry-list__item {
    margin-top: 3px;
  }
  .l-header-entry-list__item a {
    height: 43px;
    background: #464A57;
  }
}

/*============================================================================================================
	.l-nav
============================================================================================================*/
.l-nav {
  display: block;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 9991;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.l-nav.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-nav-inner {
  width: 100%;
  height: 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: 30px;
  padding: calc(var(--header-height) + 20px) clamp(50px, 6vw, 120px) 50px;
  background: #313131;
  position: relative;
  z-index: 2;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-nav-inner::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-nav::after {
    content: "";
    display: block;
    width: max(30%, 100% - 1500px);
    height: 100vh;
    height: 100dvh;
    background: url(../img/common/menu_img.webp) no-repeat center / cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .l-nav-inner {
    width: min(70%, 1500px);
    margin-inline: auto 0;
  }
}
@media screen and (max-width: 767px) {
  .l-nav-inner {
    padding: calc(var(--header-height) + 30px) var(--inner-padding) 50px;
  }
}

/*	.l-nav-list (メインメニュー)
------------------------------------------*/
.l-nav-list {
  display: grid;
  grid-template-columns: repeat(4, auto);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 30px;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
.l-nav-list__item {
  -ms-flex-item-align: start;
      align-self: start;
}
.l-nav-list a {
  display: block;
}
.l-nav-list__item > a {
  padding-left: 17px;
  color: #D0D0D0;
  font-size: 14px;
  font-family: var(--font-family-base-w4);
  position: relative;
}
.l-nav-list__item > a::after {
  content: "";
  display: block;
  width: 2px;
  height: 1em;
  background: currentColor;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  position: absolute;
  top: 0.25em;
  left: 0;
}
.l-nav-list-child {
  margin: 0.7em auto 0 17px;
  color: #FCFCFC;
}
.l-nav-list-child a {
  padding-block: 0.3em;
}
@media screen and (min-width: 768px) {
  .l-nav-list {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    grid-template-rows: auto auto 1fr;
  }
  .l-nav-list__item.is-row3-pc {
    grid-row: span 3;
  }
  .l-nav-list__item.is-row2-pc {
    grid-row: span 2;
  }
  .l-nav-list-child a {
    font-size: 15px;
    font-family: var(--font-family-base);
  }
}
@media screen and (max-width: 767px) {
  .l-nav-list {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    grid-template-columns: repeat(2, auto);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 25px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .l-nav-list__item.is-row2-sp {
    grid-row: span 2;
  }
  .l-nav-list__item > a {
    padding-left: 15px;
    font-size: 11px;
  }
  .l-nav-list__item > a::after {
    top: 0.15em;
  }
  .l-nav-list-child {
    margin-left: 15px;
    font-size: 12px;
  }
}

/*	.l-nav-link (外部リンク)
------------------------------------------*/
.l-nav-link {
  margin: auto 0 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;
  gap: 25px;
}
.l-nav-link__item {
  font-size: 14px;
}
.l-nav-link__item a {
  display: block;
  padding-right: 1.2em;
  background: url(../img/common/arrow_w.svg) no-repeat right center;
}
@media screen and (max-width: 767px) {
  .l-nav-link {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-inline: 0 auto;
  }
  .l-nav-link__item {
    font-size: 12px;
  }
}

/*	.l-nav-entry (ENTRY)
------------------------------------------*/
.l-nav-entry {
  width: min(100%, 775px);
  margin-inline: auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
.l-nav-entry__item {
  font-size: 16px;
}
.l-nav-entry__item a {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 45px;
  background: #464A57;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}
.l-nav-entry__item-in {
  position: relative;
  z-index: 2;
}
.l-nav-entry__note {
  margin-top: 5px;
  color: #CFCFCF;
  font-size: 10px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .l-nav-entry {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    grid-template-columns: 1fr;
  }
  .l-nav-entry__item a {
    padding-inline: 35px;
  }
}
@media (hover: hover) {
  .l-nav-entry__item a:hover {
    opacity: 0.7;
  }
}

/*	ハンバーガーボタン
------------------------------------------*/
.l-navBtn {
  overflow: hidden;
  cursor: pointer;
  height: var(--header-height);
  aspect-ratio: 1/1;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9992;
  color: #4B4B4B;
}
.l-header.is-nav-open .l-navBtn {
  color: #fff;
}
.l-navBtn span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 26px;
  height: 1px;
  margin: auto;
  background: currentColor;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-navBtn span:nth-of-type(1) {
  top: calc(50% - 7px);
}
.l-navBtn span:nth-of-type(2) {
  bottom: calc(50% - 7px);
}
.l-navBtn.is-close span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
.l-navBtn.is-close span:nth-of-type(2) {
  -webkit-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg);
}

/*============================================================================================================
	.l-footer
============================================================================================================*/
.l-footer {
  padding-block: 60px 30px;
  background: #323232;
  color: #fff;
  position: relative;
  z-index: 1;
}
.l-footer-top {
  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;
  gap: 30px;
  margin-bottom: 50px;
}
.l-footer-bottom {
  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;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .l-footer-top,
  .l-footer-bottom {
    max-width: none;
    padding-inline: 45px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-top {
    display: block;
    margin-bottom: 35px;
  }
  .l-footer-bottom {
    display: block;
  }
}

/*	.l-footer__tit
------------------------------------------*/
.l-footer__tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1em;
  margin-left: 30px;
  font-size: 11px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-footer__tit {
    margin: 0 auto 50px 10px;
  }
  .l-footer__tit-logo {
    width: 62px;
  }
}

/*	.l-footer-nav (メインメニュー)
------------------------------------------*/
.l-footer-nav {
  margin: 10px 0 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 50px;
}
.l-footer-nav__item {
  -ms-flex-item-align: start;
      align-self: start;
}
.l-footer-nav a {
  display: block;
}
.l-footer-nav__item > a {
  padding-left: 15px;
  color: #D0D0D0;
  font-size: 11px;
  font-family: var(--font-family-base-w4);
  position: relative;
}
.l-footer-nav__item > a::after {
  content: "";
  display: block;
  width: 2px;
  height: 1em;
  background: currentColor;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  position: absolute;
  top: 0.15em;
  left: 0;
}
.l-footer-nav-child {
  margin: 0.7em auto 0 15px;
  color: #FCFCFC;
  font-size: 12px;
}
.l-footer-nav-child a {
  padding-block: 0.3em;
}
@media screen and (min-width: 768px) {
  .l-footer-nav {
    grid-template-rows: auto auto 1fr;
  }
  .l-footer-nav__item.is-row2-pc {
    grid-row: span 2;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-nav {
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px 15px;
  }
  .l-footer-nav__item.is-row2-sp {
    grid-row: span 2;
  }
}

/*	.l-footer-link (外部リンク)
------------------------------------------*/
.l-footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.l-footer-link__item {
  font-size: 14px;
}
.l-footer-link__item a {
  display: block;
  padding-right: 1.2em;
  background: url(../img/common/arrow_w.svg) no-repeat right center;
}
@media screen and (max-width: 767px) {
  .l-footer-link__item {
    font-size: 12px;
  }
}

/*	.l-footer__copyright
------------------------------------------*/
.l-footer__copyright {
  color: #A1A1A1;
  font-size: 11px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    margin-top: 10px;
    text-align: left;
  }
}

/*============================================================================================================
	.l-container (common)
============================================================================================================*/
.l-container {
  position: relative;
  z-index: 1;
}

/*==========================================
	.l-main
==========================================*/
/*	top
============================================================================================================*/
/*------------------------------------------
	.topMv
------------------------------------------*/
.topMv {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 0;
}
.topMv.is-bg-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.topMv__catch {
  width: 100%;
  padding-inline: var(--inner-padding);
  color: #fff;
  font-size: clamp(30px, 3vw, 48px);
  text-align: center;
  line-height: 1.22;
  position: absolute;
  left: 0;
  bottom: 7%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .topMv__catch {
    font-size: 8.1vw;
    text-align: left;
    bottom: 10%;
  }
}

/*	slider
------------------------------------------*/
.js-top-mv-slider {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  height: 100vh;
  height: 100svh;
  min-height: 720px;
}
@media screen and (max-width: 767px) {
  .js-top-mv-slider {
    min-height: 400px;
  }
}
.js-top-mv-slider.is-initialized {
  opacity: 1;
}
.js-top-mv-slider .splide__track {
  height: 100%;
}
.js-top-mv-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------------
	.topMessage
------------------------------------------*/
.topMessage {
  min-height: 100vh;
  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;
  padding-block: 50px;
  padding-inline: var(--inner-padding);
  position: relative;
}
.topMessage__txt {
  color: #fff;
  font-size: 17px;
  line-height: 2.53;
}
.topMessage__txt + .topMessage__txt {
  margin-top: 2.53em;
}
.topMessage-bg::after {
  background-image: url(../img/top/section01_bg_pc.webp);
}
@media screen and (max-width: 767px) {
  .topMessage__txt {
    font-size: min(4vw, 16px);
  }
}
.topMessage.is-bg-pinned .topMessage-bg {
  -webkit-clip-path: none;
  clip-path: none;
}
.topMessage.is-bg-hidden .topMessage-bg {
  opacity: 0;
  visibility: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

/*------------------------------------------
	.topWrap01
------------------------------------------*/
.topWrap01 {
  position: relative;
}
.topWrap01-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  background: url(../img/top/section02_bg_poster.webp) no-repeat center/cover;
}
.topWrap01-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topWrap01-space {
  height: 0;
  pointer-events: none;
}
.topWrap01 > section {
  position: relative;
  z-index: 2;
}

html.is-wrap01-scroll-enabled .topWrap01-bg {
  position: fixed;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  opacity: var(--wrap01-bg-opacity, 0);
}

/*------------------------------------------
	.topLife
------------------------------------------*/
.topLife {
  padding-block: 165px 270px;
}
.topLife-inner {
  display: grid;
  grid-template-columns: 1fr min(58%, 634px);
  grid-gap: 55px 30px;
}
.topLife__secTit {
  margin-bottom: 30px;
}
.topLife__lead {
  line-height: 1.7;
}
.topLife__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .topLife-titBox {
    -ms-flex-item-align: end;
        align-self: end;
  }
  .topLife__img {
    grid-row: span 2;
  }
  .topLife__btn {
    -ms-flex-item-align: start;
        align-self: start;
  }
}
@media screen and (max-width: 767px) {
  .topLife {
    padding-block: 75px;
  }
  .topLife-inner {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .topLife__secTit {
    margin-bottom: 30px;
  }
  .topLife__img {
    max-width: 600px;
    margin-inline: auto;
  }
  .topLife__btn {
    margin-inline: auto 0;
  }
}

/*------------------------------------------
	.topPeople
------------------------------------------*/
.topPeople {
  padding-block: 0 180px;
}
.topPeople-titBox {
  margin-bottom: 110px;
}
.topPeople__secTit {
  margin-top: 15px;
}
.topPeople__lead {
  margin-top: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .topPeople {
    padding-block: 0 75px;
  }
  .topPeople-titBox {
    margin-bottom: 60px;
  }
  .topPeople__secTit {
    margin-top: 0;
  }
}

/*	.topPeople-interview
------------------------------------------*/
.topPeople-interview {
  padding-block: 0 180px;
}
.topPeople-interview__tit {
  margin-bottom: 30px;
}
.topPeople-interview__lead {
  line-height: 1.7;
}
.topPeople-interview-content {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 55px 30px;
}
.topPeople-interview-list {
  --gap: 2px;
  --itemWidth: calc((100% - (var(--gap) * 2)) / 3);
  --itemHeight: 457;
  --itemPadding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: var(--gap);
  aspect-ratio: 1100/var(--itemHeight);
}
.topPeople-interview-list__item {
  overflow: clip;
  width: var(--itemWidth);
  color: #fff;
  font-size: clamp(12px, 1.2vw, 13px);
  line-height: 1.4;
}
.topPeople-interview-list__item a {
  overflow: clip;
  display: block;
  height: 100%;
  position: relative;
}
.topPeople-interview-list__en {
  font-size: 0.92em;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: var(--itemPadding);
  right: var(--itemPadding);
  z-index: 2;
}
.topPeople-interview-list-txtBox {
  width: 100%;
  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: 1.2em 1.7em;
  padding: 0 var(--itemPadding) var(--itemPadding);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.topPeople-interview-list__tit {
  width: 100%;
  font-size: 21px;
  line-height: 1.5;
  font-family: var(--font-family-base);
}
.topPeople-interview-list__name {
  font-size: 1em;
}
.topPeople-interview-list__prof {
  font-size: 0.77em;
}
.topPeople-interview-list__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media screen and (min-width: 768px) {
  .topPeople-interview__lead {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
  .topPeople-interview__btn {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .topPeople-interview-listWrap {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .topPeople-interview-list__item a:hover {
    opacity: 1;
  }
  .topPeople-interview-list__item a:hover .topPeople-interview-list__img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .topPeople-interview-list__img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 767px) {
  .topPeople-interview {
    padding-block: 0 85px;
  }
  .topPeople-interview__tit {
    margin-bottom: 20px;
  }
  .topPeople-interview-content {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .topPeople-interview__lead {
    margin-bottom: 30px;
  }
  .topPeople-interview-listWrap {
    overflow: auto;
    margin-right: calc(var(--inner-padding) * -1);
    padding-right: var(--inner-padding);
  }
  .topPeople-interview-list {
    --itemPadding: 20px;
    width: 830px;
    aspect-ratio: 830/344;
  }
  .topPeople-interview-list__item {
    font-size: 13px;
  }
  .topPeople-interview-list-txtBox {
    gap: 1em 1.5em;
  }
  .topPeople-interview-list__tit {
    font-size: 18px;
  }
  .topPeople-interview__btn {
    margin: 30px 0 0 auto;
  }
}

/* SP: カード個別のリビールはオフし、ラッパー全体だけふわっと出す（PCはカード個別） */
@media screen and (max-width: 767px) {
  html.is-reveal-enabled .topPeople-interview-list .js-reveal,
  html.is-reveal-enabled .topPeople-interview-list .js-reveal.is-visible {
    opacity: 1;
    -webkit-filter: none;
            filter: none;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    will-change: auto;
  }
}
@media screen and (min-width: 768px) {
  html.is-reveal-enabled .topPeople-interview-listWrap.js-reveal,
  html.is-reveal-enabled .topPeople-interview-listWrap.js-reveal.is-visible {
    opacity: 1;
    -webkit-filter: none;
            filter: none;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    will-change: auto;
  }
}

/* scroll animation (SP) */
@media screen and (max-width: 767px) {
  .topPeople-interview__scroll {
    width: 90px;
    margin-bottom: 15px;
    color: #888;
    font-size: 11px;
    line-height: 1;
    position: relative;
  }
  .topPeople-interview__scroll::after {
    content: "";
    width: 50px;
    height: 1px;
    background: currentColor;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: arrow 3s infinite;
            animation: arrow 3s infinite;
    opacity: 1;
  }
}

@-webkit-keyframes arrow {
  0%, 100% {
    width: 0;
    right: 50px;
    opacity: 1;
  }
  35% {
    width: 50px;
    right: 0;
    opacity: 1;
  }
  70% {
    width: 0;
    right: 0;
    opacity: 0;
  }
}

@keyframes arrow {
  0%, 100% {
    width: 0;
    right: 50px;
    opacity: 1;
  }
  35% {
    width: 50px;
    right: 0;
    opacity: 1;
  }
  70% {
    width: 0;
    right: 0;
    opacity: 0;
  }
}
/*	.topPeople-movie
------------------------------------------*/
.topPeople-movie {
  display: grid;
  grid-template-columns: 1fr 53%;
  grid-gap: 30px;
}
.topPeople-movie__tit {
  margin-bottom: 30px;
}
.topPeople-movie__lead {
  line-height: 1.7;
}
.topPeople-movie-imgBox {
  display: block;
  position: relative;
}
.topPeople-movie-imgBox-txtBox {
  width: 100%;
  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: 10px 1.7em;
  padding: 0 25px 25px;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.topPeople-movie-imgBox__tit {
  width: 100%;
  font-size: 21px;
  line-height: 1.5;
  font-family: var(--font-family-base);
}
.topPeople-movie-imgBox__name {
  font-size: 1em;
}
.topPeople-movie-imgBox__prof {
  font-size: 0.77em;
}
.topPeople-movie-imgBox__img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .topPeople-movie {
    grid-template-rows: auto 1fr;
  }
  .topPeople-movie-titBox {
    -ms-flex-item-align: start;
        align-self: start;
    width: min(100%, 450px);
    margin-top: 25px;
  }
  .topPeople-movie-imgBox {
    grid-row: span 2;
  }
  .topPeople-movie__btn {
    -ms-flex-item-align: start;
        align-self: start;
  }
}
@media screen and (max-width: 767px) {
  .topPeople-movie {
    grid-template-columns: 1fr;
  }
  .topPeople-movie__tit {
    margin-bottom: 20px;
  }
  .topPeople-movie-imgBox {
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
    aspect-ratio: 583 / 300;
    overflow: hidden;
  }
  .topPeople-movie-imgBox-txtBox {
    gap: 7px 1.5em;
    padding: 0 15px 12px;
    font-size: clamp(13px, 3vw, 18px);
  }
  .topPeople-movie-imgBox__tit {
    font-size: 18px;
  }
  .topPeople-movie-imgBox__img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .topPeople-movie__btn {
    margin-inline: auto 0;
  }
}

/*------------------------------------------
	.topDiscover
------------------------------------------*/
.topDiscover {
  padding-block: 160px 180px;
  color: #fff;
  position: relative;
  /* 固定背景はセクション矩形でクリップされるため、
     セクションが画面より低いと背景の下が切れる */
  min-height: calc(100vh + 400px);
  min-height: calc(100lvh + 400px);
}
.topDiscover-space {
  height: 0;
  pointer-events: none;
}
.topDiscover-inner {
  position: relative;
  z-index: 2;
  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;
  gap: 30px;
}
.topDiscover-titBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--header-height) + 80px);
}
.topDiscover__secTit {
  margin-bottom: 30px;
}
.topDiscover__secTit .c-tit01__en {
  color: inherit;
}
.topDiscover__lead {
  line-height: 1.7;
}
.topDiscover-list {
  width: min(58.5%, 643px);
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 55px;
}
.topDiscover-list__item a {
  overflow: clip;
  display: block;
  position: relative;
}
.topDiscover-list-txtBox {
  padding: 0 38px 38px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.topDiscover-list__tit {
  margin-bottom: 10px;
  font-size: clamp(18px, calc(18px + 2 * (100vw - 375px) / 393), 20px);
  font-family: var(--font-family-base-w4);
}
.topDiscover-list__txt {
  font-size: clamp(14px, calc(14px + 1 * (100vw - 375px) / 393), 15px);
  line-height: 1.7;
}
.topDiscover-list__img {
  width: 100%;
}
.topDiscover-bg::after {
  background-image: url(../img/top/section03_bg_pc.webp);
}
@media screen and (max-width: 767px) {
  .topDiscover {
    padding-block: 75px;
  }
  .topDiscover-inner {
    display: block;
  }
  .topDiscover-titBox {
    margin-bottom: 30px;
    position: static;
  }
  .topDiscover__secTit {
    margin-bottom: 20px;
  }
  .topDiscover-list {
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
    grid-gap: 30px;
  }
  .topDiscover-list-txtBox {
    padding: 0 23px 29px;
  }
  .topDiscover-list__tit {
    margin-bottom: 0.4em;
  }
  .topDiscover-list__img {
    height: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (hover: hover) {
  .topDiscover-list__item a:hover {
    opacity: 1;
  }
  .topDiscover-list__item a:hover .topDiscover-list__img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .topDiscover-list__img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

html.is-discover-scroll-enabled .topDiscover-bg {
  z-index: 1;
  -webkit-clip-path: none;
  clip-path: none;
}
html.is-discover-scroll-enabled .topDiscover.is-bg-clipped .topDiscover-bg {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
html.is-discover-scroll-enabled .topDiscover-bg::after {
  opacity: var(--discover-bg-opacity, 0);
}

/*------------------------------------------
	imported: recipist / lower components
------------------------------------------*/

/*	.c-tit03
------------------------------------------*/
.c-tit03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  font-size: 22px;
}
.c-tit03__en {
  color: #949494;
  font-size: 10px;
  font-family: var(--font-family-base-w5);
}

/*------------------------------------------
	btn
------------------------------------------*/

/*------------------------------------------
	.c-other01 (関連コンテンツ)
------------------------------------------*/
.c-other01 {
  padding-block: 100px;
  background: url(../img/common/other-contents_bg.webp) no-repeat center/cover;
}
.c-other01__en {
  margin-bottom: 40px;
  padding-bottom: 13px;
  border-bottom: 1px solid #D2D2D2;
  color: #7B7B7B;
  font-size: 10px;
  font-family: var(--font-family-base-w5);
}
.c-other01-content {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 30px;
}
.c-other01__secTit {
  font-size: 20px;
}
.c-other01__btn {
  max-width: 215px;
}
@media screen and (min-width: 768px) {
  .c-other01__secTit {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
  .c-other01__btn {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media screen and (max-width: 767px) {
  .c-other01 {
    padding-block: 60px;
  }
  .c-other01__en {
    margin-bottom: 25px;
  }
  .c-other01-content {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .c-other01__secTit {
    margin-bottom: 25px;
    font-size: 18px;
  }
  .c-other01__btn {
    margin: 30px 0 0 auto;
  }
}

/* .c-other01-list */
.c-other01-list {
  --gap: 40px;
  --itemPadding: 25px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: var(--gap);
}
.c-other01-list__item {
  overflow: clip;
  color: #fff;
  font-size: clamp(13px, 1.3vw, 15px);
  line-height: 1.4;
}
.c-other01-list__item a {
  display: block;
  position: relative;
}
.c-other01-list__en {
  font-size: 0.67em;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  top: var(--itemPadding);
  right: var(--itemPadding);
  z-index: 2;
}
.c-other01-list__en.is-black {
  color: var(--color-txt);
}
.c-other01-list-txtBox {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8em;
  padding: 0 var(--itemPadding) var(--itemPadding);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.c-other01-list-meta {
  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 1em;
}
.c-other01-list__tit {
  width: 100%;
  font-size: 22px;
  line-height: 1.5;
  font-family: var(--font-family-base);
}
.c-other01-list__name {
  font-size: clamp(13px, calc(13px + 2 * (100vw - 375px) / 393), 15px);
  line-height: 1;
}
.c-other01-list__prof {
  font-size: clamp(10px, calc(10px + 2 * (100vw - 375px) / 393), 12px);
  line-height: 1;
}
.c-other01-list__img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-other01-list {
    --gap: 20px;
    --itemPadding: 18px;
    grid-template-columns: 1fr;
  }
  .c-other01-list__item {
    font-size: 3.3vw;
  }
  .c-other01-list__item a {
    height: 100%;
  }
  .c-other01-list__en {
    font-size: 0.77em;
  }
  .c-other01-list__tit {
    font-size: 18px;
  }
}
@media (hover: hover) {
  .c-other01-list__item a:hover {
    opacity: 1;
  }
  .c-other01-list__item a:hover .c-other01-list__img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .c-other01-list__img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

/*	下層ページ
============================================================================================================*/
/*------------------------------------------
	.c-mv01
------------------------------------------*/
.c-mv01 {
  --inner-width: calc(1210px * 1.1);
  padding-block: calc(var(--header-height) + 60px) 100px;
}
.c-mv01-inner {
  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;
  gap: 35px;
}
.c-mv01-txtBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: -6px;
}
.c-mv01-txtBox.is-fade-slide .c-mv01-txtBox__line {
  display: block;
  overflow: hidden;
}
.c-mv01-txtBox.is-fade-slide .c-mv01-txtBox__inner {
  display: block;
  -webkit-animation: mvFadeInSlide 1.2s both;
          animation: mvFadeInSlide 1.2s both;
}
.c-mv01-txtBox.is-fade-slide .c-mv01__tit .c-mv01-txtBox__inner {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}
.c-mv01__en {
  margin-bottom: 13px;
  color: #7B7B7B;
  font-size: 13px;
  text-align: right;
  line-height: 1;
}
.c-mv01__tit {
  font-size: 27px;
  text-align: right;
  line-height: var(--line-height-head);
}
.c-mv01-imgBox {
  width: min(69.2%, calc(837px * 1.1));
}
.c-mv01-imgBox img {
  width: 100%;
}
.c-mv01-imgBox.is-veil {
  position: relative;
}
.c-mv01-imgBox.is-veil img {
  display: block;
  -webkit-animation: mvVeilIn 1s ease-in-out both;
          animation: mvVeilIn 1s ease-in-out both;
}
@media screen and (max-width: 767px) {
  .c-mv01 {
    padding-block: var(--header-height) 25px;
  }
  .c-mv01-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px;
  }
  .c-mv01-txtBox {
    width: 100%;
    min-height: 120px;
    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-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 8px;
    margin: 0 auto;
  }
  .c-mv01__en {
    margin-bottom: 0;
    font-size: 12px;
  }
  .c-mv01__tit {
    font-size: 25px;
  }
  .c-mv01-imgBox {
    width: calc(100% + var(--inner-padding));
    margin-right: calc(var(--inner-padding) * -1);
    aspect-ratio: 3/2;
  }
  .c-mv01-imgBox img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@-webkit-keyframes mvFadeInSlide {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes mvFadeInSlide {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes mvVeilIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mvVeilIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .c-mv01-txtBox.is-fade-slide .c-mv01-txtBox__inner,
  .c-mv01-imgBox.is-veil img,
  .staffInterviewDetail-header__tit.is-fade-slide .c-mv01-txtBox__inner,
  .staffInterviewDetail-header-imgBox.is-veil img {
    -webkit-animation: none;
            animation: none;
  }
}

/*============================================================================================================

/* 下層ページの場合 */
.l-header.is-lower {
  color: #4B4B4B;
}
.l-header.is-lower::before {
  content: none;
}

/* 下層でもナビOPEN時は白ロゴ（背景・文字。ロゴ色は .is-nav-open 側） */
.l-header.is-lower.is-nav-open {
  background: transparent;
  color: #fff;
}

/*------------------------------------------
	.recipistCreate
------------------------------------------*/
.recipistCreate {
  padding-block: 180px 190px;
  background: url(../img/recipist/create_bg.webp) no-repeat center/100% 100%;
}
.recipistCreate__secTit {
  margin-bottom: 25px;
}
.recipistCreate__lead {
  margin-bottom: 130px;
}
.recipistCreate-list {
  width: min(100%, 700px);
  margin-inline: auto;
  padding-left: 80px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 160px;
}
.recipistCreate-list__item {
  position: relative;
  z-index: 2;
}
.recipistCreate-list__item::after {
  content: "";
  display: block;
  width: 124px;
  aspect-ratio: 1/1;
  background: url(../img/recipist/recipe_step.webp) no-repeat center/contain;
  position: absolute;
  top: -53px;
  left: -63px;
  z-index: -1;
  pointer-events: none;
}
.recipistCreate-list__num {
  margin-bottom: 5px;
  color: #7D7D7D;
  font-size: 17px;
}
.recipistCreate-list__tit {
  margin-bottom: 20px;
  font-size: 21px;
}
.recipistCreate-list__txt {
  color: #7F7F7F;
  font-size: 14px;
}
.recipistCreate-list-sub {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recipistCreate-list-sub__img {
  width: 100%;
}
.recipistCreate-list-sub-txtBox {
  width: min(100%, 270px);
}
.recipistCreate-list-sub__tit {
  margin-bottom: 5px;
  color: #5A5A5A;
}
.recipistCreate-list-sub__txt {
  color: #6D6D6D;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .recipistCreate {
    padding-block: 175px 100px;
  }
  .recipistCreate__lead {
    margin-bottom: 120px;
    font-size: 15px;
  }
  .recipistCreate-list {
    width: 100%;
    padding-left: 25px;
    grid-gap: 100px;
  }
  .recipistCreate-list__item::after {
    width: 110px;
    top: -45px;
    left: -35px;
  }
  .recipistCreate-list__num {
    margin-bottom: 2px;
    font-size: 13px;
  }
  .recipistCreate-list__tit {
    font-size: 18px;
  }
  .recipistCreate-list-sub {
    width: calc(100% - 20px);
    grid-template-columns: 1fr;
    grid-gap: 18px;
  }
  .recipistCreate-list-sub-txtBox {
    width: 100%;
  }
}

/*------------------------------------------
	.recipistDay
------------------------------------------*/
.recipistDay {
  padding-block: 180px;
}
.recipistDay__secTit {
  margin-bottom: 25px;
}
.recipistDay__lead {
  margin-bottom: 130px;
}
.recipistDay__note {
  width: min(100%, 760px);
  margin: 20px auto 0;
  color: #8C8C8C;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .recipistDay {
    padding-block: 75px;
  }
  .recipistDay__lead {
    margin-bottom: 60px;
    font-size: 15px;
  }
  .recipistDay__note {
    width: auto;
    margin-inline: 20px 0;
  }
}

/*	.recipistDay-case
------------------------------------------*/
.recipistDay-case {
  width: min(100%, 1040px);
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr min(32.2%, 324px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-gap: 30px;
  padding-right: 10px;
}
.recipistDay-case + .recipistDay-case,
.recipistDay-case + .js-reveal-group {
  margin-top: 115px;
}
.recipistDay-case-content {
  width: min(100%, 620px);
}
.recipistDay-case-schedule {
  --gap: 50px;
  --timeWidth: 100px;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: var(--gap);
}
.recipistDay-case-schedule__item {
  display: grid;
  grid-template-columns: var(--timeWidth) 1fr;
  grid-gap: 40px;
  position: relative;
}
.recipistDay-case-schedule__item::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + var(--gap));
  background: #C8C8C8;
  position: absolute;
  top: 10px;
  left: var(--timeWidth);
  z-index: -1;
  pointer-events: none;
}
.recipistDay-case-schedule__item:last-of-type::after {
  content: none;
}
.recipistDay-case-schedule__time {
  padding-right: 18px;
  color: #A3A3A3;
  font-size: 13px;
  text-align: right;
  font-family: var(--font-family-base-w4);
  position: relative;
}
.recipistDay-case-schedule__time::after {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1/1;
  background: #fff;
  border: 1px solid #C8C8C8;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: -4.5px;
  pointer-events: none;
}
.recipistDay-case-schedule__tit {
  font-family: var(--font-family-base-w4);
}
.recipistDay-case-schedule__txt {
  margin-top: 10px;
  font-size: 14px;
}
.recipistDay-case-imgBox img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recipistDay-case {
    grid-template-columns: 1fr;
    grid-gap: 35px;
    padding-right: 0;
  }
  .recipistDay-case + .recipistDay-case,
  .recipistDay-case + .js-reveal-group {
    margin-top: 60px;
  }
  .recipistDay-case-content {
    width: 100%;
  }
  .recipistDay-case-schedule {
    --gap: 33px;
    --leftPadding: 15px;
    margin-left: 3px;
    padding-left: var(--leftPadding);
  }
  .recipistDay-case-schedule__item {
    grid-template-columns: 1fr;
    grid-gap: 7px;
  }
  .recipistDay-case-schedule__item::after {
    left: calc(var(--leftPadding) * -1);
  }
  .recipistDay-case-schedule__time {
    padding-right: 0;
    text-align: left;
  }
  .recipistDay-case-schedule__time::after {
    right: auto;
    left: calc((var(--leftPadding) + 3.5px) * -1);
  }
  .recipistDay-case-schedule__tit {
    font-size: 15px;
  }
  .recipistDay-case-schedule__txt {
    margin-top: 7px;
  }
  .recipistDay-case-imgBox {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    overflow: hidden;
  }
  .recipistDay-case-imgBox img {
    width: 100%;
    height: auto;
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}


/*------------------------------------------
	scroll reveal（ABOUT IPSA 系: blur + fade-up）
	JS が html に .is-reveal-enabled を付与してから初期非表示になる
------------------------------------------*/
html.is-reveal-enabled .js-reveal {
  opacity: 0;
  filter: blur(8px);
  -webkit-transform: translate3d(0, 24px, 0);
          transform: translate3d(0, 24px, 0);
  -webkit-transition: opacity 0.5s ease-out, filter 0.55s ease-out, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, filter 0.55s ease-out, transform 0.5s ease-out;
  -webkit-transition-delay: calc(var(--reveal-delay, 0) * 1s);
          transition-delay: calc(var(--reveal-delay, 0) * 1s);
  will-change: opacity, filter, transform;
}
html.is-reveal-enabled .js-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

html.is-reveal-enabled .js-reveal--from-left {
  -webkit-transform: translate3d(-24px, 0, 0);
          transform: translate3d(-24px, 0, 0);
}
html.is-reveal-enabled .js-reveal--from-left.is-visible {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.topMv__catch.js-reveal {
  opacity: 0;
  -webkit-filter: blur(6px);
          filter: blur(6px);
}
html.is-reveal-enabled .js-reveal--soft {
  opacity: 0;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.55s ease-out, -webkit-filter 0.6s ease-out;
  transition: opacity 0.55s ease-out, filter 0.6s ease-out;
  -webkit-transition-delay: calc(var(--reveal-delay, 0) * 1s);
          transition-delay: calc(var(--reveal-delay, 0) * 1s);
  will-change: opacity, filter;
}
html.is-reveal-enabled .js-reveal--soft.is-visible {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: none;
          transform: none;
}

html.is-reveal-enabled .topMv__catch.js-reveal {
  -webkit-transition: opacity 0.3s ease-out, -webkit-filter 0.35s ease-out;
  transition: opacity 0.3s ease-out, filter 0.35s ease-out;
  -webkit-transition-delay: calc(var(--reveal-delay, 0) * 1s);
          transition-delay: calc(var(--reveal-delay, 0) * 1s);
  will-change: opacity, filter;
}
html.is-reveal-enabled .topMv__catch.js-reveal.is-visible {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

@media (prefers-reduced-motion: reduce) {
  html.is-reveal-enabled .js-reveal,
  html.is-reveal-enabled .js-reveal--soft,
  .topMv__catch.js-reveal {
    opacity: 1;
    -webkit-filter: none;
            filter: none;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
            transition: none;
    will-change: auto;
  }
}

/*------------------------------------------
	アニメA（テキスト用: 左からマスク表示）
------------------------------------------*/
html.is-anime-a-enabled .js-anime-a {
  -webkit-mask-image: linear-gradient(270deg, transparent 35%, #000 60%, #000);
          mask-image: linear-gradient(270deg, transparent 35%, #000 60%, #000);
  -webkit-mask-position: 110% 0;
          mask-position: 110% 0;
  -webkit-mask-size: 250% 100%;
          mask-size: 250% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: -webkit-mask-position var(--anime-a-duration, 1s) linear;
  transition: -webkit-mask-position var(--anime-a-duration, 1s) linear;
  transition: mask-position var(--anime-a-duration, 1s) linear;
  transition: mask-position var(--anime-a-duration, 1s) linear, -webkit-mask-position var(--anime-a-duration, 1s) linear;
  -webkit-transition-delay: var(--anime-a-delay, 0s);
          transition-delay: var(--anime-a-delay, 0s);
  will-change: mask-position;
}
html.is-anime-a-enabled .js-anime-a.is-visible {
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
}
@media (prefers-reduced-motion: reduce) {
  html.is-anime-a-enabled .js-anime-a {
    -webkit-mask-image: none;
            mask-image: none;
    -webkit-transition: none;
            transition: none;
    will-change: auto;
  }
}

/*	.c-btn-more (さらに表示ボタン)
------------------------------------------*/
.c-btn-more {
  cursor: pointer;
  display: block;
  width: min(100%, 230px);
  height: 40px;
  margin: 60px auto 0;
  padding: 0;
  border: none;
  background: rgba(26, 41, 62, 0.04);
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  font-size: 12px;
  text-align: center;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn-more[hidden] {
  display: none;
}
@media (hover: hover) {
  .c-btn-more:hover {
    opacity: 0.7;
  }
}

/*	.c-btn-play (PLAY ボタン)
------------------------------------------*/
/* ボタン全体 */
.c-btn-play {
  overflow: clip;
  cursor: pointer;
  width: 100%;
  display: block;
  padding: 0;
  border: none;
  background: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  text-align: left;
  position: relative;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .c-btn-play:hover .c-btn-play__ico {
    background: #fff;
    color: var(--color-txt);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-btn-play:hover .c-btn-play__img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

/* PLAY ▶ */
.c-btn-play__ico {
  --icoPosition: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 3.3em;
  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;
  gap: 2.7em;
  padding-block: 5px;
  padding-inline: 25px 20px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 13px;
  position: absolute;
  right: var(--icoPosition);
  bottom: var(--icoPosition);
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn-play__ico::after {
  content: "";
  display: block;
  width: 0.8em;
  aspect-ratio: 0.8/1;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: currentColor;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-btn-play__ico {
    font-size: min(3.4vw, 13px);
  }
}

/* .c-btn-play__img */
.c-btn-play__img {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/*	.c-modal-movie (YouTube モーダル)
------------------------------------------*/
.c-modal-movie {
  position: fixed;
  inset: 0;
  z-index: 10000;
  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;
  padding: 60px 70px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-modal-movie[hidden] {
  display: none;
}
.c-modal-movie-bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.76);
  cursor: default;
}
.c-modal-movie-body {
  position: relative;
  z-index: 1;
  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: 27px;
  width: min(100%, 900px);
  overflow: visible;
}
.c-modal-movie-panel {
  position: relative;
  width: 100%;
  overflow: visible;
}
.c-modal-movie__close {
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: -44px;
  right: -46px;
  z-index: 2;
}
.c-modal-movie__close:focus {
  outline: none;
}
.c-modal-movie__close:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.c-modal-movie__close::before,
.c-modal-movie__close::after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.c-modal-movie__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal-movie__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.c-modal-movie-frame {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 900 / 506;
  background: #000;
}
.c-modal-movie__iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.c-modal-movie-cta[hidden] {
  display: none;
}
.c-modal-movie-cta {
  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;
  gap: 1em;
  width: min(100%, 490px);
  padding: 33px 30px 33px 35px;
  border-radius: 3px;
  background: #F7F7F7;
  color: #3D3D3D;
  font-size: 12px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-modal-movie-cta__ico {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 9px;
  aspect-ratio: 9 / 10;
  background: url(../img/common/arrow_b.svg) no-repeat center/contain;
}
@media (hover: hover) {
  .c-modal-movie-cta:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-modal-movie {
    padding: 60px 0 20px;
  }
  .c-modal-movie-body {
    width: 100%;
    gap: 27px;
  }
  .c-modal-movie__close {
    top: -40px;
    right: 0;
  }
  .c-modal-movie-frame {
    aspect-ratio: 375 / 211;
  }
  .c-modal-movie-cta {
    width: calc(100% - 50px);
    margin-inline: 25px;
  }
}
html.is-modal-movie-open {
  overflow: hidden;
}

/*------------------------------------------
	cv
------------------------------------------*/

/*	.c-tag01
------------------------------------------*/
.c-tag01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 50px;
}
.c-tag01__item {
  border-radius: 3px;
  font-size: 10px;
  text-align: center;
  line-height: 1.2;
}
.c-tag01__item a,
.c-tag01__item button {
  cursor: pointer;
  min-height: 3em;
  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;
  padding: 5px 1.5em;
  border: none;
  background: #F7F7F7;
  border-radius: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  font: inherit;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-tag01__item.is-current a,
.c-tag01__item.is-current button {
  background: #5F5F5F;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-tag01 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 40px;
  }
}

/*	staff
============================================================================================================*/
/*------------------------------------------
	.staffInterview
------------------------------------------*/
.staffInterview {
  padding-block: 180px;
}
.staffInterview__secTit {
  margin-bottom: 25px;
}
.staffInterview__lead {
  margin-bottom: 65px;
  line-height: 1.7;
}
.staffInterview .c-tag01 {
  margin-bottom: 0;
}
.staffInterview-slot {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  margin-bottom: 50px;
  -webkit-transition: grid-template-rows 0.35s ease;
  transition: grid-template-rows 0.35s ease;
}
.staffInterview-slot.is-open {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.staffInterview-slot-clip {
  overflow: hidden;
  min-height: 0;
}
.staffInterview-desc {
  width: min(100%, 867px);
  margin: 0 auto;
  padding-top: 15px;
  opacity: 0;
  color: #3D3D3D;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.staffInterview-slot.is-open .staffInterview-desc {
  opacity: 1;
}
.staffInterview-desc-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  min-height: var(--staff-desc-body-min-h, auto);
  padding: 30px 50px;
  background: #F8F8F8;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.staffInterview-desc-body.is-fading {
  opacity: 0;
}
.staffInterview-desc__tit {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 20px;
  line-height: 1.4;
}
.staffInterview-desc__note {
  font-size: 14px;
}
.staffInterview-desc__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .staffInterview {
    padding-block: 175px 75px;
  }
  .staffInterview__secTit {
    margin-bottom: 22px;
  }
  .staffInterview__lead {
    margin-bottom: 60px;
    font-size: 15px;
  }
  .staffInterview-slot {
    margin-bottom: 40px;
  }
  .staffInterview-desc {
    width: 100%;
  }
  .staffInterview-desc-body {
    -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: 15px;
    padding: 25px;
  }
  .staffInterview-desc__tit {
    font-size: 18px;
  }
  .staffInterview-desc__note {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .staffInterview-slot {
    -webkit-transition: none;
    transition: none;
  }
  .staffInterview-desc {
    -webkit-transition: none;
    transition: none;
  }
  .staffInterview-desc-body {
    -webkit-transition: none;
    transition: none;
  }
}

/*	.staffInterview-list (インタビュー一覧 / staff.html #interview のみ)
------------------------------------------*/
.staffInterview .staffInterview-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 65px 40px;
}
.staffInterview .staffInterview-list__item {
  font-size: 12px;
  line-height: 1.4;
}
.staffInterview .staffInterview-list__item a {
  display: block;
  height: 100%;
  position: relative;
}
.staffInterview .staffInterview-list-imgBox {
  overflow: clip;
  margin-bottom: 25px;
}
.staffInterview .staffInterview-list-imgBox img {
  width: 100%;
}
.staffInterview .staffInterview-list-txtBox {
  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: 1.2em 1.7em;
}
.staffInterview .staffInterview-list__en {
  color: #fff;
  font-size: 0.84em;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: var(--font-family-base-w4);
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}
.staffInterview .staffInterview-list__en.is-black {
  color: var(--color-txt);
}
.staffInterview .staffInterview-list__tit {
  width: 100%;
  font-size: 1.67em;
  line-height: 1.5;
  font-family: var(--font-family-base);
}
.staffInterview .staffInterview-list__name {
  font-size: 1em;
}
.staffInterview .staffInterview-list__prof {
  font-size: 0.84em;
}
@media screen and (max-width: 767px) {
  .staffInterview .staffInterview-list {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .staffInterview .staffInterview-list__item a {
    display: grid;
    grid-template-columns: min(48%, 156px) 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    grid-gap: 20px;
  }
  .staffInterview .staffInterview-list-imgBox {
    margin-bottom: 0;
  }
  .staffInterview .staffInterview-list-txtBox {
    display: block;
    margin-top: 5px;
  }
  .staffInterview .staffInterview-list__en {
    margin-bottom: 15px;
    color: #aaa !important;
    font-size: 0.75em;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    position: static;
  }
  .staffInterview .staffInterview-list__tit {
    margin-bottom: 13px;
    font-size: clamp(9px, 2.85vw, 13px);
  }
  .staffInterview .staffInterview-list__name {
    margin-bottom: 5px;
    font-size: 0.95em;
  }
}
@media (hover: hover) {
  .staffInterview .staffInterview-list__item a:hover {
    opacity: 1;
  }
  .staffInterview .staffInterview-list__item a:hover .staffInterview-list-imgBox img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .staffInterview .staffInterview-list-imgBox img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}

/*------------------------------------------
	.staffCrosstalk
------------------------------------------*/
.staffCrosstalk {
  padding-block: 180px;
  background: url(../img/staff/crosstalk_bg01.webp) no-repeat center/cover;
  color: #fff;
}
.staffCrosstalk__secTit {
  margin-bottom: 50px;
}
.staffCrosstalk__secTit .c-tit03__en {
  color: #fff;
}
.staffCrosstalk__lead {
  line-height: 1.7;
}
.staffCrosstalk-content {
  display: grid;
  grid-template-columns: min(56.8%, 624px) 1fr;
  grid-gap: 75px;
}
.staffCrosstalk-speakers__tit {
  margin-bottom: 15px;
  font-size: 11px;
}
.staffCrosstalk-speakers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.staffCrosstalk-speakers-list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 110px;
}
.staffCrosstalk-speakers-list__img {
  width: 100%;
  margin-bottom: 10px;
}
.staffCrosstalk-speakers-list__name {
  margin-bottom: 5px;
  font-size: 14px;
}
.staffCrosstalk-speakers-list__prof {
  font-size: 10px;
  color: #E4E4E4;
}
@media screen and (min-width: 768px) {
  .staffCrosstalk-main {
    grid-row: span 2;
  }
  .staffCrosstalk-main .c-btn-play__ico {
    --icoPosition: 30px;
  }
}
@media screen and (max-width: 767px) {
  .staffCrosstalk {
    padding-block: 75px;
  }
  .staffCrosstalk__secTit {
    margin-bottom: 25px;
  }
  .staffCrosstalk-content {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
  .staffCrosstalk__lead {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
  .staffCrosstalk-main {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .staffCrosstalk-speakers-list {
    gap: 12px;
  }
  .staffCrosstalk-speakers-list__item {
    max-width: none;
  }
}

/*------------------------------------------
	.staffStories
------------------------------------------*/
.staffStories {
  padding-block: 180px;
  background: url(../img/staff/stories_bg01.webp) no-repeat center/cover;
}
.staffStories#stories,
.staffStories [id^=story-] {
  scroll-margin-top: 24px;
}
.staffStories-inner {
  display: grid;
  grid-template-columns: 1fr 64%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-gap: 30px;
}
.staffStories__secTit {
  margin-bottom: 25px;
}
.staffStories__lead {
  line-height: 1.7;
}
.staffStories-titBox {
  width: min(100%, 330px);
}
@media screen and (max-width: 767px) {
  .staffStories {
    padding-block: 75px;
  }
  .staffStories-inner {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
  .staffStories-titBox {
    width: 100%;
  }
  .staffStories__lead {
    font-size: 15px;
  }
}

/*	.staffStories-list (一覧)
------------------------------------------*/
.staffStories-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 55px;
}
.staffStories-list-imgBox {
  overflow: clip;
  position: relative;
}
.staffStories-list-txtBox {
  margin-top: 25px;
  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: 1.2em 1.7em;
  font-size: 12px;
  line-height: 1.4;
}
.staffStories-list__tit {
  width: 100%;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 250;
  font-size: 1.67em;
  line-height: 1.4;
}
.staffStories-list__name {
  font-size: 1em;
}
.staffStories-list__prof {
  font-size: 0.84em;
}
@media screen and (max-width: 767px) {
  .staffStories-list {
    grid-template-columns: 1fr;
  }
  .staffStories-list-txtBox {
    margin-top: 20px;
  }
  .staffStories-list__tit {
    font-size: 17px;
  }
}

/*	wear
============================================================================================================*/
body:has(.wearBg-base) {
  background-color: #17161B;
}

/*------------------------------------------
	.wearMv (MV)
------------------------------------------*/
.wearMv {
  position: relative;
  z-index: 1;
}
.wearMv .c-mv01__tit {
  color: #eee;
}
.wearMv .c-mv01__en {
  color: #D7D7D7;
}

.wearBg-base {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  z-index: 0;
  pointer-events: none;
  background-color: #17161B;
}

.wearMv-bg,
.wearMessage-bg {
  --wear-bg-fade: 0.8s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  z-index: 0;
  pointer-events: none;
  background-color: #17161B;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.wearMv-bg {
  background-image: url(../img/wear/wear-top_bg.webp);
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity var(--wear-bg-fade) ease, visibility 0s linear 0s;
  transition: opacity var(--wear-bg-fade) ease, visibility 0s linear 0s;
}
@media screen and (max-width: 767px) {
  .wearMv-bg {
    background-image: url(../img/wear/wear-top_bg_sp.webp);
  }
}
.wearMv-bg.is-hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity var(--wear-bg-fade) ease, visibility 0s linear var(--wear-bg-fade);
  transition: opacity var(--wear-bg-fade) ease, visibility 0s linear var(--wear-bg-fade);
}

.wearMessage-bg {
  background-image: url(../img/wear/wear-sec01_bg.webp);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity var(--wear-bg-fade) ease, visibility 0s linear var(--wear-bg-fade);
  transition: opacity var(--wear-bg-fade) ease, visibility 0s linear var(--wear-bg-fade);
}
@media screen and (max-width: 767px) {
  .wearMessage-bg {
    background-image: url(../img/wear/wear-sec01_bg_sp.webp);
  }
}
.wearMessage-bg.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity var(--wear-bg-fade) ease, visibility 0s linear 0s;
  transition: opacity var(--wear-bg-fade) ease, visibility 0s linear 0s;
}

@media (prefers-reduced-motion: reduce) {
  .wearMv-bg,
  .wearMessage-bg {
    --wear-bg-fade: 0s;
  }
}

/*------------------------------------------
	.wearMessage
------------------------------------------*/
.wearMessage {
  position: relative;
  padding-block: 230px 0;
  color: #eee;
}
.wearMessage__secTit {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wearMessage {
    padding-block: 180px 0;
  }
}

/*	.wearMessage-box01
------------------------------------------*/
.wearMessage-box01 {
  width: min(100%, 990px);
  margin-inline: auto;
  padding: 300px var(--inner-padding) 260px;
  display: grid;
  grid-template-columns: 1fr 58.2%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30px;
}
.wearMessage-box01-txtBox {
  margin-top: -100px;
}
.wearMessage-box01__txt {
  line-height: 3.1em;
}
.wearMessage-box01-imgBox {
  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;
}
.wearMessage-box01-imgBox img {
  --imgSize: 53.2%;
  width: var(--imgSize);
}
.wearMessage-box01-imgBox img:nth-of-type(1) {
  position: relative;
  z-index: 2;
}
.wearMessage-box01-imgBox img:nth-of-type(2) {
  margin-top: 14%;
  margin-left: calc((var(--imgSize) - 50%) * -2);
}
@media screen and (max-width: 767px) {
  .wearMessage-box01 {
    padding: 180px 0 55px;
    grid-template-columns: 1fr;
    grid-gap: 35px;
  }
  .wearMessage-box01-txtBox {
    margin-top: 0;
    padding-inline: var(--inner-padding);
  }
  .wearMessage-box01-imgBox {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .wearMessage-box01-imgBox img {
    --imgSize: 56.8%;
  }
  .wearMessage-box01-imgBox img:nth-of-type(2) {
    margin-top: 11.5%;
  }
}

/*	.wearMessage-box02
------------------------------------------*/
.wearMessage-box02 {
  width: min(100%, 1140px);
  margin-inline: auto;
  padding-inline: var(--inner-padding);
  display: grid;
  grid-template-columns: 56.6% 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30px;
}
.wearMessage-box02-txtBox {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-inline: auto 0;
}
.wearMessage-box02__txt {
  line-height: 3.1em;
}
.wearMessage-box02__txt + .wearMessage-box02__txt {
  margin-top: 4em;
}
.wearMessage-box02-imgBox {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.wearMessage-box02-imgBox img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wearMessage-box02 {
    grid-template-columns: 1fr;
    grid-gap: 75px;
  }
  .wearMessage-box02-txtBox {
    width: 100%;
    max-width: none;
  }
}

/*	.wearMessage-box03
------------------------------------------*/
.wearMessage-box03 {
  padding-block: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wearMessage-box03__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wearMessage-box03__item img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wearMessage-box03 {
    padding-block: 150px;
  }
}

/*	.wearMessage-box04
------------------------------------------*/
.wearMessage-box04 {
  position: relative;
  overflow: hidden;
  padding-block: 250px;
}
.wearMessage-box04-bg {
  position: absolute;
  inset: -20% 0;
  z-index: 0;
  background: url(../img/wear/wear02_bg.webp) no-repeat center top/cover;
  will-change: transform;
}
.wearMessage-box04 .c-inner01 {
  position: relative;
  z-index: 1;
}
.wearMessage-box04-txtBoxWrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto 0;
}
.wearMessage-box04-txtBox + .wearMessage-box04-txtBox {
  margin-top: 200px;
}
.wearMessage-box04__txt {
  line-height: 2.55;
}
.wearMessage-box04__txt + .wearMessage-box04__txt {
  margin-top: 2.5em;
}
@media screen and (max-width: 767px) {
  .wearMessage-box04 {
    padding-block: 150px;
  }
  .wearMessage-box04-txtBoxWrap {
    margin-inline: auto;
  }
  .wearMessage-box04-txtBox + .wearMessage-box04-txtBox {
    margin-top: 75px;
  }
  .wearMessage-box04__txt + .wearMessage-box04__txt {
    margin-top: 3em;
  }
}

/*	.wearMessage-box05
------------------------------------------*/
.wearMessage-box05-scroll {
  position: relative;
  z-index: 1;
  height: calc(200vh - var(--header-height));
}
@supports (height: 100lvh) {
  .wearMessage-box05-scroll {
    height: calc(200lvh - var(--header-height));
  }
}

.wearMessage-box05-sticky {
  position: relative;
  height: calc(100vh - var(--header-height));
  height: calc(100lvh - var(--header-height));
}
.wearMessage-box05-sticky.is-pinned {
  position: fixed;
  top: var(--header-height);
  left: 0;
  width: 100%;
  z-index: 1;
}

.wearMessage-box05 {
  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;
  height: 100%;
  padding-inline: var(--inner-padding);
  background: url(../img/wear/wear-slide_bg.webp) no-repeat center top/cover;
  overflow: hidden;
}

.wearMessage-box05-frame {
  --box05-max-h: min(630px, calc(100lvh - var(--header-height) - 40px));
  --box05-max-w: min(504px, 100%);
  position: relative;
  width: min(var(--box05-max-w), calc(var(--box05-max-h) * 504 / 630));
  height: min(var(--box05-max-h), calc(var(--box05-max-w) * 630 / 504));
  overflow: hidden;
}

.wearMessage-box05-fade {
  width: 100%;
  height: 100%;
}
.wearMessage-box05-fade .splide__track,
.wearMessage-box05-fade .splide__list,
.wearMessage-box05-fade .splide__slide {
  height: 100%;
}
.wearMessage-box05-fade img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------------
	.wearShop
------------------------------------------*/
.wearShop {
  position: relative;
  z-index: 2;
  padding-block: 200px;
  background: url(../img/wear/ipsa-aoyama_bg.webp) no-repeat center/cover;
}
.wearShop__secTit {
  margin-bottom: 45px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1.75;
}
.wearShop__lead {
  margin-bottom: 75px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 2.15;
}
.wearShop__lead p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .wearShop {
    padding-block: 120px;
  }
  .wearShop__secTit {
    margin-bottom: 30px;
  }
  .wearShop__lead {
    margin-bottom: 40px;
    text-align: left;
  }
}

/*	.wearShop-slider (slider)
------------------------------------------*/
.wearShop-slider__logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 15px auto;
}
.wearShop-slider-set img {
  width: 100%;
}
.wearShop-slider .js-wear-shop-slider-nav {
  margin-top: 10px;
}
.wearShop-slider .js-wear-shop-slider-nav .splide__slide {
  position: relative;
  border: none !important;
  cursor: pointer;
}
.wearShop-slider .js-wear-shop-slider-nav .splide__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.3);
  pointer-events: none;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wearShop-slider .js-wear-shop-slider-nav .splide__slide.is-active::after {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .wearShop-slider__logo {
    width: 118px;
  }
  .wearShop-slider-set {
    margin-inline: calc(var(--inner-padding) * -1);
  }
  .wearShop-slider .js-wear-shop-slider-nav {
    margin-top: 7px;
  }
}

/*	.wearShop-about
------------------------------------------*/
.wearShop-about {
  width: min(100%, 844px);
  margin: 200px auto 0;
}
.wearShop-about a {
  display: grid;
  grid-template-columns: 60.5% 1fr;
}
.wearShop-about-imgBox {
  overflow: clip;
}
.wearShop-about-imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wearShop-about-txtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  padding: 30px;
  background: #F4F4F4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wearShop-about__catch {
  font-size: 18px;
}
.wearShop-about__name {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  font-size: 18px;
}
.wearShop-about__name::after {
  content: "";
  display: block;
  width: 0.9em;
  aspect-ratio: 9/10;
  background: url(../img/common/arrow_b.svg) no-repeat center/contain;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.wearShop-about__txt {
  font-size: 9px;
}
@media screen and (max-width: 767px) {
  .wearShop-about {
    margin-top: 120px;
  }
  .wearShop-about a {
    grid-template-columns: 1fr;
  }
  .wearShop-about-imgBox img {
    height: auto;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .wearShop-about-txtBox {
    display: block;
    padding: 25px 25px 15px;
  }
  .wearShop-about__catch {
    margin-bottom: 30px;
  }
  .wearShop-about__name {
    margin-bottom: 5px;
  }
}
@media (hover: hover) {
  .wearShop-about a:hover {
    opacity: 1;
  }
  .wearShop-about a:hover .wearShop-about-txtBox {
    opacity: 0.7;
  }
}

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

@charset "UTF-8";
/*	career
============================================================================================================*/
/*------------------------------------------
	.careerStep (導入見出し)
------------------------------------------*/
.careerStep {
  padding-block: 180px 0;
  position: relative;
  z-index: 2;
}
.careerStep__secTit {
  margin-bottom: 25px;
}
.careerStep__lead {
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .careerStep {
    padding-block: 175px 0;
  }
  .careerStep__secTit {
    margin-bottom: 25px;
  }
}

/*------------------------------------------
	.careerCommon (代表的なキャリアステップ)
------------------------------------------*/
.careerCommon {
  padding-top: 170px;
  position: relative;
  z-index: 2;
}
.careerCommon-titBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  gap: 20px;
}
.careerCommon__lead {
  margin-bottom: 7px;
  font-size: 12px;
  line-height: 1.7;
}
.careerCommon__secTit {
  font-size: 20px;
  font-family: var(--font-family-base-w4);
  line-height: 1.5;
}
.careerCommon__en {
  color: #949494;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1.8;
}
.careerCommon-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.careerCommon-list__item {
  width: min(30%, 330px);
  height: 323px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 35px 33px;
  color: #fff;
  position: relative;
  overflow: clip;
  box-sizing: border-box;
}
.careerCommon-list__item.is-step1 {
  background-color: #5b75ae;
}
.careerCommon-list__item.is-step2 {
  background-color: #405fa4;
}
.careerCommon-list__item.is-step3 {
  background-color: #2d4f9b;
}
.careerCommon-list__arrow {
  flex-shrink: 0;
  width: 8px;
  height: 17px;
  position: relative;
}
.careerCommon-list__arrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #979797;
  border-right: 1px solid #979797;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(-50% - 1px), -50%) rotate(45deg);
          transform: translate(calc(-50% - 1px), -50%) rotate(45deg);
}
.careerCommon-list-head {
  display: flex;
  flex-direction: column;
  gap: 13px;
  position: relative;
  z-index: 2;
}
.careerCommon-list__en {
  color: inherit;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
}
.careerCommon-list__tit {
  font-size: 21px;
  font-family: var(--font-family-base-w4);
  line-height: 1;
}
.careerCommon-list__sub {
  font-size: 13px;
  font-family: var(--font-family-base-w4);
  letter-spacing: 0.07em;
  line-height: 0.86;
}
.careerCommon-list__txt {
  position: relative;
  z-index: 2;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .careerCommon {
    padding-top: 75px;
  }
  .careerCommon-titBox {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 11px;
    margin-bottom: 40px;
  }
  .careerCommon__lead {
    margin-bottom: 2px;
  }
  .careerCommon__en {
    margin-top: 0;
    text-align: left;
  }
  .careerCommon-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .careerCommon-list__item {
    width: 100%;
    height: 272px;
    min-height: 272px;
    padding: 35px 33px 53px;
  }
  .careerCommon-list__txt {
    line-height: 1.7;
  }
  .careerCommon-list__arrow {
    display: block;
    width: 17px;
    height: 8px;
  }
  .careerCommon-list__arrow::before {
    -webkit-transform: translate(-50%, calc(-50% - 1px)) rotate(135deg);
            transform: translate(-50%, calc(-50% - 1px)) rotate(135deg);
  }
}

/*------------------------------------------
	.careerJob
------------------------------------------*/
.careerJob {
  padding-bottom: 0;
  color: #3d3d3d;
  position: relative;
}
.careerJob-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: #f5f8fa url(../img/career/career-job_bg.webp) no-repeat center top/cover;
}
.careerJob-band {
  padding-top: 180px;
  position: relative;
  z-index: 2;
}
.careerJob-like-head {
  margin-bottom: 80px;
}
.careerJob-like__tit {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  font-size: 21px;
  line-height: 1.5;
}
.careerJob-like__en {
  flex: none;
  color: #949494;
  font-size: 10px;
  font-family: var(--font-family-base-w5);
  line-height: 1.8;
  text-transform: uppercase;
}
.careerJob-like-pc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.careerJob-like-card {
  position: relative;
  flex: 0 0 628px;
  width: 628px;
  min-height: 394px;
  border: 1px solid #e5e5e5;
  background: rgba(255, 255, 255, 0.8);
}
.careerJob-like-panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  gap: 63px;
  padding: 65px 50px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease, visibility 0s linear 0.4s;
  transition: opacity 0.4s ease, visibility 0s linear 0.4s;
}
.careerJob-like-panel.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 0.4s ease, visibility 0s linear 0s;
  transition: opacity 0.4s ease, visibility 0s linear 0s;
}
.careerJob-like-panel__badge {
  position: absolute;
  top: 21px;
  right: 23px;
  color: #7d7d7d;
  font-size: 11px;
  line-height: 1.35;
  letter-spacing: 0.05em;
}
.careerJob-like-panel__block {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.careerJob-like-panel__block + .careerJob-like-panel__block {
  gap: 22px;
}
.careerJob-like-panel__label {
  color: #b6b6b6;
  font-size: 10px;
  line-height: 1;
}
.careerJob-like-panel__like {
  display: flex;
  gap: 5px;
  font-size: 19px;
  line-height: 1.33;
  letter-spacing: 0.02em;
}
.careerJob-like-panel__hash {
  flex: none;
}
.careerJob-like-panel__job {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.careerJob-like-panel__jobMain {
  font-size: 20px;
  line-height: 1;
}
.careerJob-like-panel__jobSub {
  font-size: 15px;
  line-height: 1;
}
.careerJob-like-panel__txt {
  font-size: 14px;
  font-family: var(--font-family-base-w4);
  line-height: 1.7;
}
.careerJob-like-nav {
  flex: 0 0 402px;
  width: 402px;
  display: flex;
  flex-direction: column;
}
.careerJob-like-nav__item {
  border-bottom: 1px solid rgba(61, 61, 61, 0.15);
}
.careerJob-like-nav__item:last-child {
  border-bottom: none;
}
.careerJob-like-nav__btn {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 14px 0 14px 25px;
  border: none;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: opacity 0.25s;
}
.careerJob-like-nav__btn.is-active {
  opacity: 0.26;
}
@media (hover: hover) {
  .careerJob-like-nav__btn:hover:not(.is-active) {
    opacity: 0.7;
  }
}
.careerJob-like-nav__like {
  display: flex;
  gap: 5px;
  font-size: 15px;
  font-family: var(--font-family-base-w4);
  line-height: 1.33;
  letter-spacing: 0.02em;
}
.careerJob-like-nav__hash {
  flex: none;
}
.careerJob-like-nav__job {
  display: flex;
  align-items: center;
  padding-left: 17px;
  font-size: 14px;
  line-height: 1;
}
.careerJob-like-nav__jobMain {
  font-size: 14px;
}
.careerJob-like-nav__jobSub {
  font-size: 13px;
}
.careerJob-like-sp {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.careerJob-like-acc {
  position: relative;
  border: 1px solid #e5e5e5;
  background: rgba(248, 248, 248, 0.8);
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
.careerJob-like-acc.is-open {
  background: rgba(255, 255, 255, 0.8);
}
.careerJob-like-acc__btn {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 20px 13px;
  border: none;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.careerJob-like-acc__summary {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
  padding-inline: 15px 20px;
}
.careerJob-like-acc__like {
  display: flex;
  gap: 5px;
  font-size: 15px;
  line-height: 1.33;
}
.careerJob-like-acc__hash {
  flex: none;
}
.careerJob-like-acc__job {
  display: flex;
  align-items: flex-end;
  padding-left: 15px;
  font-size: 14px;
  line-height: 1.33;
}
.careerJob-like-acc__jobMain {
  font-size: 14px;
}
.careerJob-like-acc__jobSub {
  font-size: 13px;
}
.careerJob-like-acc__ico {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  pointer-events: none;
}
.careerJob-like-acc__ico::before, .careerJob-like-acc__ico::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #3d3d3d;
}
.careerJob-like-acc__ico::before {
  width: 10px;
  height: 1px;
  transform: translate(-50%, -50%);
}
.careerJob-like-acc__ico::after {
  width: 1px;
  height: 10px;
  transform: translate(-50%, -50%) scaleY(1);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.careerJob-like-acc.is-open .careerJob-like-acc__btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 35px;
  height: 35px;
  padding: 0;
}
.careerJob-like-acc.is-open .careerJob-like-acc__summary {
  display: none;
}
.careerJob-like-acc.is-open .careerJob-like-acc__ico::after {
  transform: translate(-50%, -50%) scaleY(0);
}
.careerJob-like-acc__panel {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.55s ease-in-out;
  transition: grid-template-rows 0.55s ease-in-out;
}
.careerJob-like-acc.is-open .careerJob-like-acc__panel {
  grid-template-rows: 1fr;
}
.careerJob-like-acc__inner {
  overflow: hidden;
  min-height: 0;
}
.careerJob-like-acc__content {
  padding: 0 13px 33px;
}
.careerJob-like-acc__badge {
  padding-top: 15px;
  color: #bcbcbc;
  font-size: 10px;
  line-height: 1.35;
  letter-spacing: 0.05em;
}
.careerJob-like-acc__main {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px 15px 0;
}
.careerJob-like-acc__badge + .careerJob-like-acc__main {
  padding-top: 25px;
}
.careerJob-like-acc__block {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.careerJob-like-acc__block + .careerJob-like-acc__block {
  gap: 0;
}
.careerJob-like-acc__block + .careerJob-like-acc__block .careerJob-like-acc__label {
  margin-bottom: 30px;
}
.careerJob-like-acc__label {
  padding-bottom: 7px;
  border-bottom: 1px solid #ececec;
  color: #acacac;
  font-size: 10px;
  line-height: 1;
}
.careerJob-like-acc__likeOpen {
  display: flex;
  gap: 5px;
  font-size: 19px;
  line-height: 1.33;
}
.careerJob-like-acc__jobOpen {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.careerJob-like-acc__jobOpen .careerJob-like-acc__jobMain {
  font-size: 20px;
  line-height: 1;
}
.careerJob-like-acc__jobOpen .careerJob-like-acc__jobSub {
  font-size: 15px;
  line-height: 1;
}
.careerJob-like-acc__txt {
  margin-top: 11px;
  font-size: 14px;
  font-family: var(--font-family-base-w4);
  line-height: 1.7;
}
.careerJob-otherWrap {
  margin-top: 80px;
}
.careerJob-other {
  display: flex;
  align-items: center;
  gap: 113px;
  padding: 35px 55px;
  background: #f5f8fa;
}
.careerJob-other-txt {
  flex: 0 0 294px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.careerJob-other__tit {
  font-size: 18px;
  font-family: var(--font-family-base-w4);
  line-height: 1.5;
}
.careerJob-other__lead {
  font-size: 14px;
  line-height: 1.7;
}
.careerJob-other-divider {
  flex: none;
  align-self: center;
  width: 1px;
  height: 52px;
  background: rgba(61, 61, 61, 0.25);
}
.careerJob-other-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 8px;
  width: 470px;
}
.careerJob-other-tags__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 20px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.67);
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}
.careerJob-other-tags__etc {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 41px;
  padding-bottom: 10px;
  font-size: 11px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .careerJob {
    padding-bottom: 0;
  }
  .careerJob-band {
    padding-top: 75px;
    padding-bottom: 0;
  }
  .careerJob-like-head {
    margin-bottom: 40px;
  }
  .careerJob-like__tit {
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
    font-size: 18px;
  }
  .careerJob-like-acc__content {
    padding-inline: 13px;
  }
  .careerJob-like-acc__block {
    gap: 25px;
  }
  .careerJob-like-acc__likeOpen {
    font-size: 18px;
  }
  .careerJob-like-acc__jobOpen .careerJob-like-acc__jobMain--trainer {
    font-size: 19px;
  }
  .careerJob-otherWrap {
    margin-top: 40px;
  }
  .careerJob-other {
    flex-direction: column;
    align-items: stretch;
    gap: 25px;
    padding: 30px 25px 25px;
    background: rgba(238, 242, 247, 0.57);
  }
  .careerJob-other-txt {
    flex: none;
    width: 100%;
  }
  .careerJob-other__tit {
    font-size: 14px;
  }
  .careerJob-other-divider {
    display: none;
  }
  .careerJob-other-tags {
    width: 100%;
  }
  .careerJob-other-tags__item {
    font-size: 14px;
  }
}

/*------------------------------------------
	.careerExample
------------------------------------------*/
.careerExample {
  padding-block: 180px;
  color: #3d3d3d;
  position: relative;
  overflow: clip;
}
.careerExample-inner {
  position: relative;
  z-index: 2;
}
.careerExample__secTit {
  margin-bottom: 25px;
}
.careerExample__lead {
  margin-bottom: 57px;
  font-size: 15px;
  line-height: 1.7;
}
.careerExample-sliderWrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 35px;
}
.careerExample-card {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100%;
  gap: 40px;
  min-height: 610px;
  padding: 50px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
}
.js-career-example-slider .splide__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 1 !important;
  -webkit-transition: none !important;
  transition: none !important;
  visibility: hidden;
  pointer-events: none;
  z-index: 0;
}
.js-career-example-slider .splide__slide.is-active {
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}
.js-career-example-slider .splide__slide.is-leave-to-left,
.js-career-example-slider .splide__slide.is-leave-to-right {
  visibility: visible;
  pointer-events: none;
  z-index: 1;
}
.js-career-example-slider .splide__slide.is-enter-from-right .careerExample-card {
  -webkit-animation: careerExampleEnterFromRight 0.5s ease both;
          animation: careerExampleEnterFromRight 0.5s ease both;
}
.js-career-example-slider .splide__slide.is-enter-from-left .careerExample-card {
  -webkit-animation: careerExampleEnterFromLeft 0.5s ease both;
          animation: careerExampleEnterFromLeft 0.5s ease both;
}
.js-career-example-slider .splide__slide.is-leave-to-left .careerExample-card {
  -webkit-animation: careerExampleLeaveToLeft 0.5s ease both;
          animation: careerExampleLeaveToLeft 0.5s ease both;
}
.js-career-example-slider .splide__slide.is-leave-to-right .careerExample-card {
  -webkit-animation: careerExampleLeaveToRight 0.5s ease both;
          animation: careerExampleLeaveToRight 0.5s ease both;
}
@-webkit-keyframes careerExampleEnterFromRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(32px);
            transform: translateX(32px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes careerExampleEnterFromRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(32px);
            transform: translateX(32px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes careerExampleEnterFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-32px);
            transform: translateX(-32px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes careerExampleEnterFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-32px);
            transform: translateX(-32px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes careerExampleLeaveToLeft {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-32px);
            transform: translateX(-32px);
  }
}
@keyframes careerExampleLeaveToLeft {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-32px);
            transform: translateX(-32px);
  }
}
@-webkit-keyframes careerExampleLeaveToRight {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(32px);
            transform: translateX(32px);
  }
}
@keyframes careerExampleLeaveToRight {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(32px);
            transform: translateX(32px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .js-career-example-slider .splide__slide.is-enter-from-right .careerExample-card,
  .js-career-example-slider .splide__slide.is-enter-from-left .careerExample-card,
  .js-career-example-slider .splide__slide.is-leave-to-left .careerExample-card,
  .js-career-example-slider .splide__slide.is-leave-to-right .careerExample-card {
    -webkit-animation: none;
            animation: none;
  }
}
.careerExample-profile {
  display: flex;
  gap: 37px;
  align-items: flex-start;
}
.careerExample-profile-imgBox {
  flex: 0 0 245px;
  width: 245px;
  height: 280px;
  overflow: clip;
  background: #e8e8e8;
}
.careerExample-profile__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.careerExample-profile-txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 10px;
}
.careerExample-profile__catch {
  margin-bottom: 20px;
  font-size: 24px;
  font-family: var(--font-family-base-w4);
  line-height: 1.5;
}
.careerExample-profile-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 20px;
  margin-bottom: 5px;
  color: #606060;
  font-size: 13px;
  line-height: 1.5;
}
.careerExample-profile__name {
  color: #606060;
  font-size: 18px;
  font-family: var(--font-family-base-w4);
  line-height: 1.5;
}
.careerExample-scroll {
  display: none;
}
.careerExample-steps {
  display: flex;
  gap: 45px;
  align-items: flex-start;
  width: 100%;
}
.careerExample-step {
  flex: 0 0 302px;
  width: 302px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.careerExample-step.is-withNote {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
}
.careerExample-step-year {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-right: 10px;
}
.careerExample-step__year {
  flex: none;
  font-size: 26px;
  font-family: var(--font-family-base-w2);
  line-height: 1.5;
}
.careerExample-step__line {
  flex: 1;
  min-width: 40px;
  height: 1px;
  background: #d2d2d2;
  position: relative;
}
.careerExample-step__line::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.careerExample-step-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.careerExample-step-main {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
.careerExample-step-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.careerExample-step__role {
  font-size: 18px;
  line-height: 1.5;
}
.careerExample-step__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border: 1px solid #8b8b8b;
  color: #888;
  font-size: 11px;
  font-family: var(--font-family-base-w4);
  line-height: 1;
  white-space: nowrap;
}
.careerExample-step__txt {
  font-size: 14px;
  font-family: var(--font-family-base-w4);
  line-height: 1.7;
}
.careerExample-step-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 12px 30px;
  background: #dfdfdf;
}
.careerExample-step-note__tit, .careerExample-step-note__txt {
  font-size: 13px;
  font-family: var(--font-family-base-w4);
  line-height: 1.6;
}
.careerExample-step-note__tit {
  flex: none;
  line-height: 1.4;
  white-space: nowrap;
  position: relative;
  padding-right: 30px;
}
.careerExample-step-note__tit::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #979797;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.careerExample-ctrl {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  align-self: flex-end;
}
.careerExample-progress {
  --progress-index: 0;
  display: flex;
  align-items: center;
  position: relative;
}
.careerExample-progress__bar {
  width: 70px;
  height: 1px;
  background: #d9d9d9;
}
.careerExample-progress__thumb {
  position: absolute;
  left: 0;
  top: 50%;
  width: 70px;
  height: 1px;
  background: #717171;
  -webkit-transform: translate3d(calc(var(--progress-index) * 70px), -50%, 0);
          transform: translate3d(calc(var(--progress-index) * 70px), -50%, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .careerExample-progress__thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.careerExample-arrows {
  display: flex;
  align-items: center;
  gap: 10px;
}
.careerExample-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  min-width: 101px;
  padding: 8px 28px;
  border: 0;
  border-radius: 3px;
  background: #3d3d3d;
  color: #fff;
  font-size: 11px;
  font-family: var(--font-family-base-w4);
  line-height: 1.5;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.careerExample-arrow__label {
  order: 2;
}
.careerExample-arrow::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.careerExample-arrow.is-prev {
  padding-left: 32px;
  padding-right: 28px;
}
.careerExample-arrow.is-prev::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.careerExample-arrow.is-next {
  padding-left: 28px;
  padding-right: 32px;
}
.careerExample-arrow.is-next::before {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (hover: hover) {
  .careerExample-arrow:hover {
    opacity: 0.7;
  }
}
.careerExample-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: #ebebeb url(../img/career/career_eg_bg.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .careerExample {
    padding-block: 75px;
  }
  .careerExample__secTit {
    margin-bottom: 22px;
  }
  .careerExample__lead {
    margin-bottom: 0;
  }
  .careerExample-sliderWrap {
    margin-top: 60px;
    gap: 35px;
  }
  .careerExample-card {
    min-height: 0;
    gap: 30px;
    padding: 25px;
  }
  .careerExample-profile {
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
    max-width: 275px;
    margin-inline: auto;
    padding-top: 15px;
  }
  .careerExample-profile-imgBox {
    flex: none;
    width: 180px;
    height: 206px;
  }
  .careerExample-profile-txt {
    width: 100%;
    padding-top: 20px;
  }
  .careerExample-profile__catch {
    font-size: 17px;
  }
  .careerExample-profile-meta {
    gap: 5px;
    font-size: 12px;
  }
  .careerExample-profile__name {
    font-size: 16px;
  }
  .careerExample-scroll {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 0;
    color: #888;
    font-size: 11px;
    line-height: 1;
    position: relative;
    width: 90px;
  }
  .careerExample-scroll::after {
    content: "";
    width: 50px;
    height: 1px;
    background: currentColor;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: arrow 3s infinite;
            animation: arrow 3s infinite;
  }
  .js-career-example-scroll {
    overflow-x: auto;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    width: calc(100% + 25px);
    margin-right: -25px;
    padding-right: 25px;
    padding-bottom: 15px;
  }
  .js-career-example-scroll::-webkit-scrollbar {
    display: none;
  }
  .careerExample-steps {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .careerExample-step {
    flex: 0 0 302px;
    width: 302px;
  }
  .careerExample-step.is-withNote {
    flex: 0 0 auto;
    width: auto;
  }
  .careerExample-step.is-withNote .careerExample-step-main {
    flex: 0 0 315px;
    width: 315px;
    min-width: 0;
  }
  .careerExample-step.is-withNote .careerExample-step__txt {
    white-space: normal;
  }
  .careerExample-step-head {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .careerExample-step-head .careerExample-step__role {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
  }
  .careerExample-step-head .careerExample-step__tag {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .careerExample-step-body {
    flex-direction: row;
    align-items: flex-start;
    gap: 13px;
  }
  .careerExample-step-note {
    flex: 0 0 173px;
    width: 173px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 16px;
  }
  .careerExample-step-note__tit {
    width: 100%;
    padding-right: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #979797;
    text-align: center;
    white-space: normal;
  }
  .careerExample-step-note__tit::after {
    content: none;
  }
  .careerExample-step-note__txt {
    width: 100%;
  }
  .careerExample-ctrl {
    flex-direction: column-reverse;
    align-items: center;
    align-self: center;
    gap: 30px;
    width: 100%;
  }
}

html.is-career-bg-scroll-enabled .careerJob-bg {
  position: fixed;
  inset: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  z-index: 0;
  opacity: var(--career-job-bg-opacity, 0);
}
html.is-career-bg-scroll-enabled .careerJob.is-bg-hidden .careerJob-bg {
  opacity: 0;
  visibility: hidden;
}
html.is-career-bg-scroll-enabled .careerExample {
  overflow: visible;
}
html.is-career-bg-scroll-enabled .careerExample-bg {
  z-index: 1;
  background: none;
  -webkit-clip-path: none;
  clip-path: none;
}
html.is-career-bg-scroll-enabled .careerExample-bg::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  pointer-events: none;
  background: #ebebeb url(../img/career/career_eg_bg.webp) no-repeat center/cover;
  opacity: var(--career-example-bg-opacity, 0);
}
html.is-career-bg-scroll-enabled .careerExample.is-bg-clipped .careerExample-bg {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}


/*	guideline（募集要項）
============================================================================================================*/
.guideline {
  background: #eff2f5;
  color: #3d3d3d;
}

.guideline-head {
  padding: calc(var(--header-height) + 166px) var(--inner-padding) 0;
}
.guideline-head-inner {
  width: min(100%, 1100px);
  margin-inline: auto;
}
.guideline-head__en {
  margin-bottom: 20px;
  color: #7b7b7b;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
}
.guideline-head__tit {
  font-size: 27px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .guideline-head {
    padding-top: calc(var(--header-height) + 92px);
  }
  .guideline-head__en {
    margin-bottom: 12px;
    font-size: 11px;
  }
  .guideline-head__tit {
    font-size: 22px;
  }
}

.guideline-body {
  padding: 150px var(--inner-padding);
}
.guideline-body-inner {
  width: min(100%, 1100px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .guideline-body {
    padding-block: 100px;
  }
}

.guideline-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
  margin-bottom: 100px;
  list-style: none;
  padding: 0;
}
.guideline-tabs__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 210px;
}
.guideline-tabs__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;
  width: 100%;
  padding: 19px 10px;
  border: none;
  border-radius: 4px;
  background: #e6eaee;
  color: #3d3d3d;
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.guideline-tabs__btn[aria-selected=true] {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .guideline-tabs {
    gap: 7px;
    margin-bottom: 60px;
  }
  .guideline-tabs__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: auto;
    min-width: 0;
  }
  .guideline-tabs__btn {
    padding: 14px 6px;
    font-size: 12px;
  }
}

.guideline-panel {
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.guideline-panel.is-in {
  opacity: 1;
}
.guideline-panel[hidden] {
  display: none !important;
}
@media (prefers-reduced-motion: reduce) {
  .guideline-panel {
    -webkit-transition: none;
    transition: none;
  }
}

.guideline-notice {
  margin-bottom: 140px;
  max-width: 486px;
}
.guideline-notice__tit {
  margin-bottom: 23px;
  font-size: 22px;
  line-height: 1.7;
}
.guideline-notice__txt {
  font-size: 15px;
  line-height: 1.7;
  color: #000;
}
@media screen and (max-width: 767px) {
  .guideline-notice {
    margin-bottom: 60px;
    max-width: none;
  }
  .guideline-notice__tit {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .guideline-notice__txt {
    font-size: 14px;
  }
}

.guideline-block__tit {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .guideline-block__tit {
    font-size: 18px;
  }
}

.guideline-career {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.guideline-career__lead {
  font-size: 15px;
  line-height: 1.7;
  text-align: center;
  color: #000;
}
.guideline-career-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .guideline-career-cta {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.guideline-table {
  border-top: 1px solid #555;
  background: #fff;
}
.guideline-table__row {
  display: grid;
  grid-template-columns: 200px 1fr;
}
.guideline-table__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 31px 12px;
  border: 1px solid #555;
  border-top: none;
  font-size: 15px;
  line-height: 1;
  text-align: center;
}
.guideline-table__row.is-center .guideline-table__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.guideline-table__value {
  padding: 24px 30px;
  border: 1px solid #555;
  border-top: none;
  border-left: none;
  font-size: 16px;
  line-height: 1.8;
}
.guideline-table__note {
  margin-top: 5px;
  color: #8c8c8c;
  font-size: 11px;
  line-height: 1.7;
}
.guideline-table__subTit {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.8;
}
.guideline-table__subTit:first-child {
  margin-top: 0;
}
.guideline-table__subTxt {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.8;
}
.guideline-table__link {
  display: inline-block;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.8;
  text-decoration: underline;
  color: #3d3d3d;
}
.guideline-table__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.guideline-table__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  list-style: none;
}
.guideline-table__list li::before {
  content: "・";
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.guideline-table__value.is-contact {
  line-height: 1.4;
}
.guideline-table__contact {
  margin: 0;
}
.guideline-table__value.is-contact .guideline-table__link {
  display: inline;
  margin-top: 0;
}
.guideline-apply {
  margin: 0;
  padding-left: 24px;
  list-style: decimal;
  line-height: 1.8;
}
.guideline-apply li {
  list-style: decimal;
  line-height: 1.8;
}
.guideline-apply .guideline-table__link {
  display: inline;
  margin-top: 0;
}
.guideline-apply__note {
  margin: 0;
  padding-left: 24px;
  line-height: 1.8;
}
.guideline-apply__note .guideline-table__link {
  display: inline;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .guideline-table__row {
    grid-template-columns: 85px 1fr;
  }
  .guideline-table__label {
    padding: 24px 8px;
    font-size: 12px;
  }
  .guideline-table__value {
    padding: 20px 15px;
    font-size: 14px;
  }
}

.guideline-areas {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 45px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.guideline-areas__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.guideline-areas__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.guideline-areas__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  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;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 4px;
  background: #f2f2f2;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}
.guideline-areas__txt {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .guideline-areas {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .guideline-areas__col {
    gap: 20px;
  }
  .guideline-areas__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7px;
  }
  .guideline-areas__label {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 0;
    padding: 7px 12px;
    font-size: 12px;
    line-height: 1;
  }
}

.guideline-course {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.guideline-course__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 35px;
}
.guideline-course__label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  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;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 4px;
  background: #f2f2f2;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}
.guideline-course__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 10px;
}
.guideline-course__tit {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.7;
}
.guideline-course__txt {
  font-size: 14px;
  line-height: 1.7;
}
.guideline-course__list {
  margin-top: 20px;
  padding-left: 1.4em;
  font-size: 14px;
  line-height: 1.7;
  list-style: disc;
}
.guideline-course__list li {
  list-style: disc;
}
.guideline-course__list li + li {
  margin-top: 8px;
}
.guideline-course__list .guideline-table__note {
  display: block;
  margin-top: 5px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .guideline-course__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .guideline-course__label {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    min-height: 0;
    padding: 8px;
    font-size: 14px;
    line-height: 1;
  }
  .guideline-course__tit {
    font-size: 14px;
  }
  .guideline-course__list li + li {
    margin-top: 13px;
  }
}

.guideline-box {
  margin-top: 30px;
  padding: 20px 30px;
  border-radius: 2px;
  background: #f9f9f9;
}
.guideline-box__tit {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  font-family: var(--font-family-base-w5);
}
.guideline-box__item + .guideline-box__item {
  margin-top: 25px;
}
.guideline-box__label {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1;
}
.guideline-box__txt {
  padding-left: 15px;
  font-size: 14px;
  line-height: 1.5;
}
.guideline-box__noteBox {
  margin-top: 10px;
  margin-left: 15px;
  padding: 13px 15px 13px 20px;
  border-radius: 2px;
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
}
.guideline-box__noteBox p + p {
  margin-top: 7px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .guideline-box {
    padding: 20px 15px;
  }
}

.guideline-refresh {
  margin-top: 30px;
}
.guideline-refresh__tit {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.8;
}
.guideline-refresh-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.guideline-refresh__label {
  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;
  margin-bottom: 10px;
  padding: 5px 12px;
  border-radius: 3px;
  background: #f2f2f2;
  font-size: 13px;
  line-height: 1.5;
}
.guideline-refresh__txt {
  padding-left: 5px;
  font-size: 16px;
  line-height: 1.5;
}
.guideline-refresh__note {
  padding-left: 5px;
  margin-top: 3px;
  color: #737373;
  font-size: 11px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .guideline-refresh-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.guideline-job__item + .guideline-job__item {
  margin-top: 30px;
}
.guideline-job__label {
  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;
  padding: 10px 15px;
  border-radius: 4px;
  background: #f2f2f2;
  font-size: 14px;
  line-height: 1;
}
.guideline-job__txt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7;
}
.guideline-job__sub {
  margin-top: 10px;
  color: #717171;
  font-size: 14px;
  line-height: 1.7;
}

.guideline-flow {
  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: 7px;
  width: min(100%, 740px);
}
.guideline-flow__step {
  width: 100%;
  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: 12px 20px;
  padding: 15px 35px;
  background: #f2f2f2;
  font-size: 14px;
  line-height: 1.8;
}
.guideline-flow__step.is-meta {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.guideline-flow__tit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 88px;
          flex: 0 0 88px;
  width: 88px;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  white-space: nowrap;
}
.guideline-flow__arrow {
  display: block;
  width: 11px;
  height: 9px;
  margin-block: 2px;
  line-height: 0;
}
.guideline-flow__arrow img {
  display: block;
  width: 100%;
  height: 100%;
}
.guideline-flow__tag {
  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;
  padding: 4px 8px;
  background: #fff;
  font-size: 11px;
  line-height: 1;
}
.guideline-flow__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.guideline-flow__metaRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .guideline-flow__step {
    padding: 15px;
    font-size: 12px;
  }
  .guideline-flow__step.is-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2px;
    padding: 12px 15px;
  }
  .guideline-flow__tit {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: auto;
  }
}

.guideline-cta {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(100%, 720px);
  min-height: 130px;
  margin: 100px auto 0;
  padding: 30px 20px;
  background: #464a57;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.guideline-career-cta .guideline-cta {
  width: 100%;
  margin: 0;
}
.guideline-cta__tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 16px;
  line-height: 1;
}
.guideline-cta__note {
  margin-top: 12px;
  color: #ededed;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .guideline-cta {
    min-height: 120px;
    margin-top: 60px;
  }
}
@media (hover: hover) {
  .guideline-tabs__btn:hover:not([aria-selected=true]) {
    opacity: 0.7;
  }
  .guideline-cta:hover {
    opacity: 0.7;
  }
}

/* page top（SPのみ） */
.c-pagetop {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-pagetop {
    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: fixed;
    right: 23px;
    bottom: 24px;
    z-index: 50;
    width: 45px;
    height: 45px;
    padding: 0;
    border: none;
    border-radius: 100px;
    background: #fff;
    -webkit-box-shadow: 0 3px 1.5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 1.5px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    -webkit-appearance: none;
    appearance: none;
  }
  .c-pagetop.is-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.c-pagetop__ico {
  display: block;
  width: 8px;
  height: 8px;
  margin-top: 3px;
  border-top: 1.5px solid #3d3d3d;
  border-right: 1.5px solid #3d3d3d;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*	faq（よくある質問）
============================================================================================================*/
.faq {
  background: #eff2f5;
  color: #3d3d3d;
}
.faq-head {
  padding: calc(var(--header-height) + 166px) var(--inner-padding) 0;
}
.faq-head-inner {
  width: min(100%, 1100px);
  margin-inline: auto;
}
.faq-head h1 {
  margin: 0;
}
.faq-head__en {
  display: block;
  margin-bottom: 20px;
  color: #7b7b7b;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
}
.faq-head__tit {
  display: block;
  font-size: 27px;
  line-height: 1;
  font-weight: normal;
}
.faq-body {
  padding: 150px var(--inner-padding) 100px;
}
.faq-chips {
  display: none;
}
.faq-layout {
  display: grid;
  grid-template-columns: 119px minmax(0, 880px);
  -webkit-column-gap: 101px;
     -moz-column-gap: 101px;
          column-gap: 101px;
  width: min(100%, 1100px);
  margin-inline: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.faq-nav {
  position: sticky;
  top: calc(var(--header-height) + 40px);
}
.faq-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: 35px;
}
.faq-nav__link {
  display: block;
  font-size: 17px;
  line-height: 1;
  color: rgba(61, 61, 61, 0.4);
  font-family: var(--font-family-base);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq-nav__link.is-current {
  color: #3d3d3d;
  font-family: var(--font-family-base-w4);
}
.faq-sec + .faq-sec {
  margin-top: 80px;
}
.faq-sec__tit {
  margin-bottom: 40px;
  padding: 22px 30px;
  border-radius: 3px;
  background: #3d3d3d;
  color: #fff;
  font-family: var(--font-family-base);
  font-size: 16px;
  line-height: 1;
}
.faq-list {
  border-top: 1px solid #bfc2c4;
}
.faq-acc__btn {
  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: 30px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
.faq-acc__q {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 15px;
  font-size: 14px;
  line-height: 1.7;
}
.faq-acc__ico {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 13px;
  height: 13px;
}
.faq-acc__ico::before, .faq-acc__ico::after {
  content: "";
  position: absolute;
  background: #3d3d3d;
}
.faq-acc__ico::before {
  top: 50%;
  left: 0;
  width: 13px;
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq-acc__ico::after {
  top: 0;
  left: 50%;
  width: 1px;
  height: 13px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.faq-acc.is-open .faq-acc__ico::after {
  opacity: 0;
}
.faq-acc__panel {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.35s ease;
  transition: grid-template-rows 0.35s ease;
}
.faq-acc.is-open .faq-acc__panel {
  grid-template-rows: 1fr;
}
.faq-acc__inner {
  overflow: hidden;
  min-height: 0;
}
.faq-acc__body {
  padding: 40px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  font-size: 14px;
  line-height: 1.7;
}
.faq-acc__body p + p {
  margin-top: 1.7em;
}
.faq-acc__body .guideline-flow {
  width: 100%;
  max-width: none;
  margin-top: 10px;
  padding: 20px 40px 0;
}
.faq-acc__body .guideline-flow p + p {
  margin-top: 0;
}
.faq-acc__body .guideline-flow__step {
  background: #eff2f5;
}
.faq-acc__body .guideline-flow__step:not(.is-entry):not(.is-meta) {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.faq-acc__body .guideline-flow__step.is-entry {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
}
.faq-acc__body .guideline-flow__step.is-entry p + p {
  margin-top: 0;
}
.faq-acc__body .guideline-flow__step.is-entry .faq-acc__note {
  margin-top: 0;
}
.faq-acc__link {
  text-decoration: underline;
}
.faq-acc__note {
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.8;
}
.faq-acc__note.is-end {
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.7;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .faq-head {
    padding-top: calc(var(--header-height) + 60px);
  }
  .faq-head__en {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .faq-head__tit {
    font-size: 25px;
  }
  .faq-body {
    padding: 100px var(--inner-padding) 75px;
  }
  .faq-chips {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
    list-style: none;
  }
  .faq-chips 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;
    padding: 10px 15px;
    border-radius: 2.575px;
    background: #f7f7f7;
    font-size: 10px;
    line-height: 1;
    white-space: nowrap;
  }
  .faq-layout {
    display: block;
  }
  .faq-sec + .faq-sec {
    margin-top: 40px;
  }
  .faq-sec__tit {
    margin-bottom: 20px;
    padding: 18px 20px 18px 25px;
    font-size: 15px;
  }
  .faq-acc__btn {
    padding: 20px 15px;
  }
  .faq-acc__body {
    padding: 20px;
    line-height: 1.8;
  }
  .faq-acc__body .guideline-flow {
    padding: 20px 0 0;
  }
  .faq-acc__body .guideline-flow__step {
    padding: 15px 20px;
    font-size: 14px;
  }
  .faq-acc__body .guideline-flow__step.is-meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 15px;
    padding: 15px 20px;
  }
  .faq-acc__body .guideline-flow__tit {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: auto;
    white-space: normal;
    text-align: center;
    line-height: 1.7;
  }
  .faq-acc__body .guideline-flow__metaRow {
    gap: 10px;
  }
  .faq-flow__sub {
    display: block;
  }
}
@media (hover: hover) {
  .faq-nav__link:hover:not(.is-current) {
    opacity: 0.7;
  }
  .faq-chips a:hover {
    opacity: 0.7;
  }
}
@media (prefers-reduced-motion: reduce) {
  .faq-acc__panel {
    -webkit-transition: none;
    transition: none;
  }
}
/*
	working（働く環境）
============================================================================================================*/
.working {
  position: relative;
  background: #eff2f5;
  color: #3d3d3d;
}
.working::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  height: 270px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .working::before {
    height: 150px;
  }
}

.working-body {
  position: relative;
  z-index: 1;
  padding: 0 var(--inner-padding) 180px;
}
@media screen and (max-width: 767px) {
  .working-body {
    padding-bottom: 75px;
  }
}

.working-inner {
  display: flex;
  align-items: flex-start;
  gap: 81px;
  width: min(100%, 1100px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .working-inner {
    display: block;
    gap: 0;
  }
}

.working-tabs {
  position: sticky;
  top: calc(var(--header-height) + 20px);
  flex: 0 0 119px;
  width: 119px;
  padding-top: 180px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
}
.working-tabs__btn {
  padding: 0;
  border: none;
  background: none;
  color: rgba(61, 61, 61, 0.4);
  font-size: 17px;
  line-height: 1;
  text-align: left;
  cursor: pointer;
  transition: all 0.3s;
}
.working-tabs__btn[aria-selected=true] {
  color: #3d3d3d;
  font-weight: 400;
}

.working-tabs-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .working-tabs-sp {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 50px;
    padding-top: 150px;
  }
  .working-tabs-sp .working-tabs__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    border-radius: 2.5px;
    background: #f7f7f7;
    color: #3d3d3d;
    font-size: 10px;
    font-weight: 300;
    line-height: 1;
  }
  .working-tabs-sp .working-tabs__btn[aria-selected=true] {
    background: #5f5f5f;
    color: #fff;
    font-weight: 300;
  }
}

.working-main {
  flex: 1;
  min-width: 0;
  padding-top: 180px;
}
@media screen and (max-width: 767px) {
  .working-main {
    padding-top: 0;
  }
}

.working-panel {
  opacity: 0;
  transition: opacity 0.4s;
}
.working-panel.is-in {
  opacity: 1;
}
.working-panel[hidden] {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .working-panel,
  .working-related-list {
    transition: none;
  }
}
.working-head {
  margin-bottom: 100px;
}
.working-head:has(+ .working-slider) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .working-head:has(+ .working-slider) {
    margin-bottom: 40px;
  }
}
.working-head__tit {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .working-head__tit {
    font-size: 20px;
  }
}
.working-head__en {
  margin-bottom: 25px;
  color: #949494;
  font-size: 10px;
  line-height: 1.6;
  text-transform: uppercase;
}
.working-head__lead {
  font-size: 15px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .working-head__lead {
    font-size: 14px;
  }
}

.working-block + .working-block {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .working-block + .working-block {
    margin-top: 60px;
  }
}
.working-block__tit {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cecece;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .working-block__tit {
    margin-bottom: 25px;
    font-size: 16px;
  }
}

.working-card {
  padding: 30px;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  background: #fcfcfc;
}
@media screen and (max-width: 767px) {
  .working-card {
    padding: 25px;
  }
}
.working-card + .working-card {
  margin-top: 10px;
}
.working-card.is-row {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
.working-card.is-row::before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: calc(30px + 136px + 25px);
  border-left: 1px dashed #cbcbcb;
}
@media screen and (max-width: 767px) {
  .working-card.is-row {
    display: block;
    gap: 0;
  }
  .working-card.is-row::before {
    content: none;
  }
}
.working-card__label {
  flex: 0 0 136px;
  width: 136px;
  font-size: 17px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .working-card__label {
    display: block;
    width: auto;
    margin-bottom: 25px;
    padding-bottom: 14px;
    border-bottom: 1px dashed #cbcbcb;
    font-size: 16px;
  }
}
.working-card__body {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  line-height: 1.7;
}
.working-card__strong {
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 1.8;
}
.working-card__note {
  color: #737373;
  font-size: 11px;
  line-height: 1.5;
}
.working-card__sub {
  margin: 21px 0 10px;
  font-size: 12px;
  line-height: 1.5;
}
.working-card__hd {
  margin-bottom: 30px;
  padding-bottom: 14px;
  border-bottom: 1px dashed #cbcbcb;
  font-size: 17px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .working-card__hd {
    margin-bottom: 25px;
    font-size: 16px;
  }
}
.working-card p {
  font-size: 14px;
  line-height: 1.7;
}
.working-card p.working-card__note {
  color: #737373;
  font-size: 11px;
  line-height: 1.5;
}
.working-card p.working-card__sub {
  margin: 21px 0 10px;
  font-size: 12px;
  line-height: 1.5;
}
.working-card p.working-card__strong {
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 1.8;
}

.working-box {
  margin-top: 10px;
  padding: 25px 25px 20px;
  border-radius: 3px;
  background: #f1f1f1;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .working-box {
    padding: 20px 20px 15px;
  }
}
.working-box + .working-box {
  margin-top: 10px;
}
.working-box__tit {
  margin-bottom: 7px;
  font-size: 13px;
  line-height: 1;
}
.working-box p:not(.working-box__tit) {
  padding-left: 10px;
}

.working-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 10px;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .working-grid {
    grid-template-columns: 1fr;
  }
}
.working-grid .working-card + .working-card {
  margin-top: 0;
}
.working-grid + .working-card {
  margin-top: 10px;
}

.working-refresh {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .working-refresh {
    flex-direction: column;
  }
}
.working-refresh__tag,
.working-card p.working-refresh__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  padding: 5px 12px;
  border-radius: 3px;
  background: #f1f1f1;
  font-size: 13px;
  line-height: 1.5;
}
.working-refresh .working-card__note,
.working-refresh p.working-card__note {
  font-size: 12px;
}

.working-pills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}
.working-pills li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  padding: 8px 16px;
  border-radius: 3px;
  background: #ef9dc2;
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  list-style: none;
  white-space: nowrap;
}

.working-kurumin {
  display: flex;
  gap: 19px;
  align-items: flex-start;
}
.working-kurumin img {
  width: 65px;
  height: 65px;
  object-fit: contain;
}
.working-kurumin p {
  font-size: 14px;
  line-height: 1.7;
}

.working-cafeteria {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 10px;
}
.working-cafeteria li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 10px 15px;
  border-radius: 3px;
  background: #f1f1f1;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  text-align: center;
  white-space: nowrap;
}
.working-cafeteria__note {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .working-cafeteria {
    display: flex;
    flex-wrap: wrap;
  }
  .working-cafeteria li {
    height: auto;
    flex: 0 0 auto;
    width: auto;
  }
}

.working-subhead {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #cecece;
  font-size: 18px;
  line-height: 1;
}

.working-train {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.working-train::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 99px;
  width: 1px;
  background: #3d3d3d;
}
@media screen and (max-width: 767px) {
  .working-train::before {
    top: 8px;
    left: 8px;
  }
}
.working-train__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.working-train__item + .working-train__item {
  margin-top: 15px;
}
.working-train__item:first-child::before,
.working-train__item:last-child::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 98px;
  width: 3px;
  height: calc(50% - 8px);
  background: #eff2f5;
}
.working-train__item:first-child::before {
  top: 0;
}
.working-train__item:last-child::after {
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .working-train__item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .working-train__item + .working-train__item {
    margin-top: 35px;
  }
  .working-train__item:first-child::before {
    content: none;
  }
  .working-train__item:last-child::after {
    left: 7px;
    top: 16px;
    bottom: 0;
    height: auto;
  }
}
.working-train__time {
  position: relative;
  z-index: 2;
  flex: 0 0 107px;
  width: 107px;
  padding-right: 26px;
  font-size: 15px;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .working-train__time {
    flex: none;
    width: auto;
    padding: 0 0 0 26px;
    text-align: left;
  }
}
.working-train__time::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #3d3d3d;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .working-train__time::after {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    transform: none;
  }
}
.working-train__card {
  position: relative;
  display: flex;
  flex: 1;
  gap: 35px;
  align-items: center;
  min-width: 0;
  padding: 30px 35px;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  background: #fcfcfc;
}
.working-train__card::before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 273px;
  width: 1px;
  background-image: repeating-linear-gradient(to bottom, #cecece 0, #cecece 2px, transparent 2px, transparent 4px);
}
@media screen and (max-width: 767px) {
  .working-train__card {
    flex: none;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    margin-left: 25px;
    padding: 20px 25px;
  }
  .working-train__card:not(:has(.working-train__badge)):not(:has(.working-train__term)) {
    padding-top: 35px;
  }
  .working-train__card::before {
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    order: 2;
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(to right, #cecece 0, #cecece 2px, transparent 2px, transparent 4px);
  }
}
.working-train__badge {
  position: absolute;
  top: -1px;
  right: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 28px;
  border-radius: 0 4px 0 0;
  background: #979797;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.working-train__meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex: 0 0 221px;
  width: 221px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .working-train__meta {
    flex: none;
    order: 1;
    width: auto;
    gap: 15px;
  }
  .working-train__card:has(.working-train__badge) .working-train__meta {
    padding-top: 30px;
  }
}
.working-train__term {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  padding: 0 20px;
  border-radius: 3px;
  background: #dcdcdc;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.working-train__name {
  font-size: 17px;
  line-height: 1;
}
.working-train__days {
  font-size: 13px;
  line-height: 1;
}
.working-train__body {
  flex: 1;
  min-width: 0;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .working-train__body {
    order: 3;
    padding: 0;
  }
}
.working-train__body p + p {
  margin-top: 0;
}

.working-exam {
  margin-top: 10px;
  padding: 25px 25px 20px;
  background: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .working-exam {
    padding: 20px 20px 15px;
  }
}
.working-exam__tit {
  margin-bottom: 10px;
  padding: 0 10px 10px;
  border-bottom: 1px solid #d9d9d9;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .working-exam__tit {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.working-exam p {
  font-size: 13px;
  line-height: 1.6;
}
.working-exam p:not(.working-exam__tit) {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .working-exam p:not(.working-exam__tit) {
    padding: 0 5px;
  }
}

.working-skill {
  margin-top: 180px;
}
@media screen and (max-width: 767px) {
  .working-skill {
    margin-top: 175px;
  }
}
.working-skill__lead {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.7;
}
.working-skill__row {
  display: flex;
  gap: 50px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .working-skill__row {
    display: block;
  }
}
.working-skill__img {
  width: min(100%, 449px);
  height: auto;
}
@media screen and (max-width: 767px) {
  .working-skill__img {
    margin-bottom: 30px;
  }
}
.working-skill__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  font-size: 14px;
  line-height: 1.7;
}

.working-eval {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 35px;
  margin: 0;
  padding: 50px 100px;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  background: #fcfcfc;
}
@media screen and (max-width: 767px) {
  .working-eval {
    padding: 50px 25px;
  }
}
.working-eval__tit {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}
.working-eval__tit::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 35px;
  background-image: repeating-linear-gradient(to right, #cecece 0, #cecece 2px, transparent 2px, transparent 4px);
}
.working-eval__lead {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .working-eval__lead {
    text-align: left;
  }
}
.working-eval__flow {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.working-eval__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .working-eval__cols {
    grid-template-columns: 1fr;
  }
}
.working-eval__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.working-eval__col p:not(.working-eval__label) {
  padding: 0 10px;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .working-eval__col:first-child .working-eval__arrow {
    display: none;
  }
  .working-eval__col:last-child p:not(.working-eval__label) {
    padding-bottom: 5px;
  }
}
.working-eval__label {
  width: 100%;
  padding: 15px;
  background: #3d3d3d;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
.working-eval__arrow {
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/working/eval_arrow.svg) no-repeat center / contain;
}
.working-eval__result {
  display: flex;
  gap: 60px;
  align-items: center;
  padding: 30px 60px;
  background: #2d4f9b;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .working-eval__result {
    flex-direction: column;
    gap: 15px;
    padding: 25px;
    text-align: center;
  }
}
.working-eval__result p {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.working-eval__result-tit {
  flex: 0 0 auto;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.7;
  white-space: nowrap;
}

.working-step {
  margin-top: 180px;
}
@media screen and (max-width: 767px) {
  .working-step {
    margin-top: 175px;
  }
}
.working-step__lead {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.7;
}
.working-step__img {
  display: block;
  width: 100%;
  height: auto;
}
.working-step__note {
  margin-top: 12px;
  color: #8c8c8c;
  font-size: 11px;
  line-height: 1.7;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .working-step__note {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .working-slider {
    width: calc(100% + var(--inner-padding) * 2);
    margin-inline: calc(var(--inner-padding) * -1);
  }
}
.working-slider .splide__pagination {
  position: relative;
  bottom: auto;
  margin-top: 20px;
  padding: 0;
}
.working-slider .splide__pagination__page {
  width: 6px;
  height: 6px;
  margin: 0 3.5px;
  background: #d9d9d9;
  opacity: 1;
}
.working-slider .splide__pagination__page.is-active {
  background: #3d3d3d;
  transform: none;
}
.working-slider .splide__slide img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .working-slider .splide__slide img {
    min-height: 235px;
    object-fit: cover;
    object-position: center;
  }
}

.working-course {
  margin-top: 180px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .working-course {
    margin-top: 100px;
    margin-bottom: 120px;
  }
}
.working-course__row {
  display: flex;
  gap: 35px;
  align-items: flex-start;
}
.working-course__row + .working-course__row {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .working-course__row {
    display: block;
  }
}
.working-course__label {
  flex: 0 0 172px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 172px;
  min-height: 45px;
  padding: 15px;
  background: #3d3d3d;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .working-course__label {
    width: 100%;
    margin-bottom: 20px;
  }
}
.working-course__body {
  flex: 1;
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.7;
}
.working-course__tit {
  margin-bottom: 10px;
  font-size: 16px;
}
.working-course__list {
  margin-top: 20px;
}
.working-course__list li {
  margin-left: 1.2em;
  list-style: disc;
  font-size: 14px;
  line-height: 1.7;
}
.working-course__list li + li {
  margin-top: 10px;
}
.working-course__note {
  display: block;
  margin-top: 5px;
  margin-left: 0;
  color: #8c8c8c;
  font-size: 11px;
  list-style: none;
}

.working-area__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 45px;
}
@media screen and (max-width: 767px) {
  .working-area__list {
    grid-template-columns: 1fr;
  }
}
.working-area__list li {
  display: flex;
  align-items: center;
  gap: 25px;
  list-style: none;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .working-area__list li {
    gap: 15px;
  }
}
.working-area__name {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 185px;
  width: 185px;
  min-height: 44px;
  padding: 10px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  background: #fbfbfb;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .working-area__name {
    flex: 0 0 116px;
    width: 116px;
    min-height: 0;
    padding: 12px 15px;
    line-height: 1;
  }
}

.working-related {
  padding: 100px var(--inner-padding);
  background: url(../img/working/other-contents_bg.webp) no-repeat center / cover;
}
@media screen and (max-width: 767px) {
  .working-related {
    padding: 60px var(--inner-padding);
  }
}
.working-related-inner {
  width: min(100%, 1100px);
  margin-inline: auto;
}
.working-related__en {
  margin-bottom: 40px;
  padding-bottom: 13px;
  border-bottom: 1px solid #d2d2d2;
  color: #7b7b7b;
  font-size: 10px;
}
.working-related-list {
  display: flex;
  flex-direction: column;
  gap: 35px;
  opacity: 0;
  transition: opacity 0.4s;
}
.working-related-list.is-in {
  opacity: 1;
}
.working-related-list[hidden] {
  display: none !important;
}
.working-related-list a {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .working-related-list a {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
.working-related-list img {
  width: 366px;
  height: 210px;
  object-fit: cover;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .working-related-list img {
    flex: 1 0 0;
    width: 100%;
    min-width: 250px;
    max-width: 350px;
    height: auto;
    aspect-ratio: 366 / 210;
  }
}
.working-related__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 10px;
  min-width: 0;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .working-related__body {
    flex: 1 0 0;
    min-width: 250px;
    max-width: 350px;
    padding-top: 0;
  }
}
.working-related__tit {
  margin: 0 0 25px;
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .working-related__tit {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.working-related__name {
  margin: 0;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .working-related__name {
    font-size: 12px;
  }
}
.working-related__btn {
  display: inline-flex;
  align-items: center;
  gap: 47px;
  margin-top: 40px;
  min-height: 38px;
  padding: 12px 20px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.35);
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .working-related__btn {
    align-self: flex-end;
    margin-top: 20px;
  }
}
.working-related__btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 9px;
  background: url(../img/common/arrow_b.svg) no-repeat center / contain;
}

@media (hover: hover) {
  .working-tabs__btn:hover:not([aria-selected=true]) {
    opacity: 0.7;
  }
}
@charset "UTF-8";
@charset "UTF-8";
/*	staffInterviewDetail（インタビュー詳細）
============================================================================================================*/
.staffInterviewDetail {
  --staff-interview-hero-h: calc(100vw * 1931 / 1920);
  --staff-interview-section-bg-h: calc(100vw * 1225 / 1920);
  --staff-interview-section-bg-gap1: calc(100vw * 990 / 1440);
  --staff-interview-section-bg-gap2: calc(100vw * 1562 / 1440);
  --staff-interview-section-bg-y1: calc(var(--staff-interview-hero-h) + var(--staff-interview-section-bg-gap1));
  --staff-interview-section-bg-y2: calc(var(--staff-interview-section-bg-y1) + var(--staff-interview-section-bg-h) + var(--staff-interview-section-bg-gap2));
  overflow: clip;
  position: relative;
}
.staffInterviewDetail::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  height: calc(var(--staff-interview-section-bg-y2) + var(--staff-interview-section-bg-h));
  background: url(../img/staff/interview/interview-bg_secton.webp) no-repeat center var(--staff-interview-section-bg-y1)/100% auto, url(../img/staff/interview/interview-bg_secton.webp) no-repeat center var(--staff-interview-section-bg-y2)/100% auto;
}
.staffInterviewDetail > * {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .staffInterviewDetail::before {
    content: none;
  }
}

/*	ヒーロー
------------------------------------------*/
.staffInterviewDetail-header {
  position: relative;
  z-index: 0;
  padding: 130px var(--inner-padding) 80px;
}
.staffInterviewDetail-header-bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: auto;
  height: calc(100vw * 1931 / 1920);
  z-index: 0;
  pointer-events: none;
  background: url(../img/staff/interview/interview-bg_top.webp) no-repeat center top/100% auto;
}
.staffInterviewDetail-header-inner {
  position: relative;
  z-index: 1;
  max-width: calc(1100px + var(--inner-padding) * 2);
  margin-inline: auto;
  display: grid;
  grid-template-columns: min(545px, 46%) 1fr;
  align-items: stretch;
  gap: 65px;
}
.staffInterviewDetail-header-imgBox img {
  display: block;
  width: 100%;
  height: auto;
}
.staffInterviewDetail-header-imgBox.is-veil {
  position: relative;
  overflow: hidden;
}
.staffInterviewDetail-header-imgBox.is-veil img {
  -webkit-animation: mvVeilIn 1s ease-in-out both;
          animation: mvVeilIn 1s ease-in-out both;
}
.staffInterviewDetail-header-txtBox {
  display: flex;
  flex-direction: column;
}
.staffInterviewDetail-header-top {
  margin-bottom: 60px;
}
.staffInterviewDetail-header__crumb {
  margin-bottom: 30px;
  color: #afafaf;
  font-size: 10px;
  font-family: var(--font-family-base-w5);
  text-align: right;
  line-height: 1.6;
}
.staffInterviewDetail-header__crumb a {
  color: inherit;
  text-decoration: none;
}
.staffInterviewDetail-header__crumb a:hover {
  text-decoration: underline;
}
.staffInterviewDetail-header__tit {
  font-size: 29px;
  line-height: 1.6;
}
.staffInterviewDetail-header__tit.is-fade-slide .c-mv01-txtBox__line {
  display: block;
  overflow: hidden;
}
.staffInterviewDetail-header__tit.is-fade-slide .c-mv01-txtBox__inner {
  display: block;
  -webkit-animation: mvFadeInSlide 1.2s both;
          animation: mvFadeInSlide 1.2s both;
}
.staffInterviewDetail-header__tit.is-fade-slide .c-mv01-txtBox__line + .c-mv01-txtBox__line .c-mv01-txtBox__inner {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}
.staffInterviewDetail-header-profile {
  margin-bottom: auto;
}
.staffInterviewDetail-header-profile__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 15px;
  margin-bottom: 10px;
}
.staffInterviewDetail-header-profile__prof {
  font-size: 13px;
  line-height: 1.8;
}
.staffInterviewDetail-header-profile__name {
  font-size: 19px;
}
.staffInterviewDetail-header-profile__lead {
  max-width: 490px;
  color: #8E8E8E;
  font-size: 14px;
  line-height: 1.8;
}
.staffInterviewDetail-header-movie {
  width: min(100%, 300px);
  margin-top: 9px;
}
.staffInterviewDetail-header-movie__label {
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 1.8;
  white-space: pre-wrap;
}
.staffInterviewDetail-header-movie .c-btn-play {
  aspect-ratio: 309/174;
  background: #a3a3a3;
}
.staffInterviewDetail-header-movie .c-btn-play::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 24px;
  height: 25px;
  margin: auto;
  background: url("../img/common/play.svg") no-repeat center / contain;
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
@media (hover: hover) {
  .staffInterviewDetail-header-movie .c-btn-play:hover::after {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.staffInterviewDetail-header-movie .c-btn-play__img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .staffInterviewDetail-header {
    padding: 70px 0 65px;
  }
  .staffInterviewDetail-header-bg {
    height: calc(100vw * 950 / 375);
    background-position: center;
    background-size: calc(100vw * 945 / 375) calc(100vw * 950 / 375);
  }
  .staffInterviewDetail-header-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .staffInterviewDetail-header-imgBox {
    max-width: 600px;
    margin-inline: auto;
  }
  .staffInterviewDetail-header-txtBox {
    min-height: 0;
    padding-inline: var(--inner-padding);
  }
  .staffInterviewDetail-header-top {
    margin-bottom: 40px;
  }
  .staffInterviewDetail-header__tit {
    font-size: 22px;
  }
  .staffInterviewDetail-header-profile__name {
    font-size: 17px;
  }
  .staffInterviewDetail-header-movie {
    width: min(100%, 280px);
    margin-top: 40px;
    margin-inline: auto;
  }
  .staffInterviewDetail-header-movie__label {
    text-align: left;
  }
}

/*	本文ラッパー
------------------------------------------*/
.staffInterviewDetail-content {
  position: relative;
}

/*	本文
------------------------------------------*/
.staffInterviewDetail-body-section {
  padding: 66px var(--inner-padding) 100px;
  max-width: calc(1100px + var(--inner-padding) * 2);
  margin-inline: auto;
}
.staffInterviewDetail-body-section__tit {
  margin-bottom: 70px;
  font-size: 23px;
  line-height: 1.7;
}
.staffInterviewDetail-body-qa {
  max-width: 725px;
}
.staffInterviewDetail-body-qa + .staffInterviewDetail-body-qa {
  margin-top: 70px;
}
.staffInterviewDetail-body-qa__q {
  margin-bottom: 18px;
  color: #123c9a;
  font-size: 14px;
  line-height: 1.7;
}
.staffInterviewDetail-body-qa__a {
  font-size: 14px;
  line-height: 1.7;
}
.staffInterviewDetail-body-qa__a p + p {
  margin-top: 1.7em;
}
.staffInterviewDetail-body-photo {
  padding-block: 0;
  padding-inline: var(--inner-padding);
  max-width: calc(1100px + var(--inner-padding) * 2);
  margin-inline: auto;
}
.staffInterviewDetail-body-photo-inner {
  width: min(100%, 700px);
  margin-left: auto;
}
.staffInterviewDetail-body-photo__img {
  display: block;
  width: 100%;
  height: auto;
}
.staffInterviewDetail-body-photo__cap {
  margin-top: 15px;
  color: #555;
  font-family: var(--font-family-serif);
  font-size: 20px;
  line-height: 1.7;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .staffInterviewDetail-body-section {
    padding-block: 60px;
  }
  .staffInterviewDetail-body-section:has(> .staffInterviewDetail-body-section__tit) {
    padding-top: 120px;
  }
  .staffInterviewDetail-body-section__tit {
    margin-bottom: 70px;
    font-size: 21px;
  }
  .staffInterviewDetail-body-photo {
    padding-block: 60px;
    max-width: 600px;
  }
  .staffInterviewDetail-body-photo-inner {
    width: 100%;
  }
  .staffInterviewDetail-body-photo__cap {
    font-size: 16px;
  }
  .staffInterviewDetail-body + .staffInterviewDetail-body,
  .staffInterviewDetail-body + .staffInterviewDetail-body-photo,
  .staffInterviewDetail-body-photo + .staffInterviewDetail-body {
    margin-top: 60px;
  }
  .staffInterviewDetail-body + .staffInterviewDetail-body > :first-child,
  .staffInterviewDetail-body-photo + .staffInterviewDetail-body > :first-child {
    padding-top: 0;
  }
  .staffInterviewDetail-body + .staffInterviewDetail-body-photo {
    padding-top: 0;
  }
  .staffInterviewDetail-body:has(+ .staffInterviewDetail-body) > :last-child,
  .staffInterviewDetail-body:has(+ .staffInterviewDetail-body-photo) > :last-child {
    padding-bottom: 0;
  }
  .staffInterviewDetail-body-photo:has(+ .staffInterviewDetail-body) {
    padding-bottom: 0;
  }
  .staffInterviewDetail-body-section + .staffInterviewDetail-body-section,
  .staffInterviewDetail-body-section + .staffInterviewDetail-body-photo,
  .staffInterviewDetail-body-photo + .staffInterviewDetail-body-section {
    margin-top: 60px;
    padding-top: 0;
  }
  .staffInterviewDetail-body-section:has(+ .staffInterviewDetail-body-section),
  .staffInterviewDetail-body-section:has(+ .staffInterviewDetail-body-photo),
  .staffInterviewDetail-body-photo:has(+ .staffInterviewDetail-body-section) {
    padding-bottom: 0;
  }
  .staffInterviewDetail-body-section + .staffInterviewDetail-body-section:has(> .staffInterviewDetail-body-section__tit),
  .staffInterviewDetail-body-photo + .staffInterviewDetail-body-section:has(> .staffInterviewDetail-body-section__tit) {
    margin-top: 0;
    padding-top: 120px;
  }
  .staffInterviewDetail-body + .staffInterviewDetail-body:has(> .staffInterviewDetail-body-section:first-child > .staffInterviewDetail-body-section__tit),
  .staffInterviewDetail-body-photo + .staffInterviewDetail-body:has(> .staffInterviewDetail-body-section:first-child > .staffInterviewDetail-body-section__tit) {
    margin-top: 0;
  }
  .staffInterviewDetail-body + .staffInterviewDetail-body > .staffInterviewDetail-body-section:first-child:has(> .staffInterviewDetail-body-section__tit),
  .staffInterviewDetail-body-photo + .staffInterviewDetail-body > .staffInterviewDetail-body-section:first-child:has(> .staffInterviewDetail-body-section__tit) {
    padding-top: 120px;
  }
}

/*	クロージング
------------------------------------------*/
.staffInterviewDetail-closing {
  padding: 60px var(--inner-padding);
  background: rgba(240, 240, 240, 0.85);
}
.staffInterviewDetail-closing-inner {
  max-width: 1100px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: min(490px, 46%) 1fr;
  align-items: start;
  gap: 45px;
  padding-inline: 30px;
}
.staffInterviewDetail-closing__img {
  display: block;
  width: 100%;
  height: auto;
}
.staffInterviewDetail-closing-txtBox {
  padding-top: 15px;
}
.staffInterviewDetail-closing-head {
  margin-bottom: 40px;
}
.staffInterviewDetail-closing__en {
  margin-bottom: 10px;
  color: #7b7b7b;
  font-size: 10px;
  font-family: var(--font-family-base-w5);
  text-transform: uppercase;
  line-height: 1.6;
}
.staffInterviewDetail-closing__label {
  font-size: 13px;
  line-height: 1.7;
}
.staffInterviewDetail-closing__txt {
  font-size: 15px;
  line-height: 2.11;
}
@media screen and (max-width: 767px) {
  .staffInterviewDetail-closing {
    padding-block: 50px;
  }
  .staffInterviewDetail-closing-inner {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-inline: 0;
  }
  .staffInterviewDetail-closing-head {
    margin-bottom: 20px;
  }
  .staffInterviewDetail-closing__txt {
    line-height: 1.7;
  }
  .staffInterviewDetail-closing__img {
    max-width: 600px;
    margin-inline: auto;
  }
}

/*	関連インタビュー
------------------------------------------*/
.staffInterviewDetail-other {
  padding: 120px var(--inner-padding);
}
.staffInterviewDetail-other-head {
  max-width: 1100px;
  margin: 0 auto 46px;
}
.staffInterviewDetail-other__en {
  margin-bottom: 30px;
  padding-bottom: 11px;
  border-bottom: 1px solid #d2d2d2;
  color: #7b7b7b;
  font-size: 10px;
  font-family: var(--font-family-base-w5);
  text-transform: uppercase;
  line-height: 1.6;
}
.staffInterviewDetail-other-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 30px;
}
.staffInterviewDetail-other__tit {
  font-size: 20px;
  line-height: 1;
}
.staffInterviewDetail-other__btn {
  display: inline-flex;
  align-items: center;
  gap: 47px;
  padding: 12px 20px;
  border-radius: 3px;
  background: rgba(26, 41, 62, 0.04);
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.19;
}
.staffInterviewDetail-other__btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 9px;
  background: url(../img/common/arrow_b.svg) no-repeat center/contain;
}
.staffInterviewDetail-other-listArea {
  position: relative;
  width: calc((100% + min(1100px, 100%)) / 2 + var(--inner-padding));
  max-width: none;
  margin-left: auto;
  margin-right: calc(-1 * var(--inner-padding));
}
.staffInterviewDetail-other-listWrap {
  overflow-x: auto;
  scroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.staffInterviewDetail-other-listWrap::-webkit-scrollbar {
  display: none;
}
.staffInterviewDetail-other-list {
  display: flex;
  gap: 41px;
  width: max-content;
  padding-bottom: 4px;
  padding-right: calc(100% - min(1100px, 100%));
}
.staffInterviewDetail-other-list.is-loop {
  padding-right: 0;
}
.staffInterviewDetail-other-list.is-dim-instant .staffInterview-list__item {
  transition: none;
}
.staffInterviewDetail-other-list .staffInterview-list__item {
  width: min(339px, 72vw);
  flex-shrink: 0;
  font-size: 12px;
  line-height: 1.4;
  transition: opacity 0.45s ease-out;
}
.staffInterviewDetail-other-list .staffInterview-list__item a {
  display: block;
  height: 100%;
  position: relative;
}
.staffInterviewDetail-other-list .staffInterview-list__item.is-dimmed {
  opacity: 0.35;
}
.staffInterviewDetail-other-list .staffInterview-list-imgBox {
  overflow: clip;
  margin-bottom: 25px;
}
.staffInterviewDetail-other-list .staffInterview-list-imgBox img {
  width: 100%;
}
.staffInterviewDetail-other-list .staffInterview-list-txtBox {
  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: 1.2em 1.7em;
}
.staffInterviewDetail-other-list .staffInterview-list__en {
  color: #fff;
  font-size: 0.84em;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: var(--font-family-base-w4);
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}
.staffInterviewDetail-other-list .staffInterview-list__en.is-black {
  color: var(--color-txt);
}
.staffInterviewDetail-other-list .staffInterview-list__tit {
  width: 100%;
  font-size: 1.67em;
  line-height: 1.5;
  font-family: var(--font-family-base);
}
.staffInterviewDetail-other-list .staffInterview-list__name {
  font-size: 1em;
}
.staffInterviewDetail-other-list .staffInterview-list__prof {
  font-size: 0.84em;
}
@media screen and (max-width: 767px) {
  .staffInterviewDetail-other-list .staffInterview-list-txtBox {
    display: block;
    margin-top: 0;
  }
  .staffInterviewDetail-other-list .staffInterview-list__en {
    margin-bottom: 15px;
    color: #aaa !important;
    font-size: 0.75em;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    position: static;
  }
  .staffInterviewDetail-other-list .staffInterview-list__tit {
    margin-bottom: 13px;
    font-size: 1em;
  }
  .staffInterviewDetail-other-list .staffInterview-list__name {
    margin-bottom: 5px;
    font-size: 0.95em;
  }
}
@media (hover: hover) {
  .staffInterviewDetail-other-list .staffInterview-list__item a:hover {
    opacity: 1;
  }
  .staffInterviewDetail-other-list .staffInterview-list__item a:hover .staffInterview-list-imgBox img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .staffInterviewDetail-other-list .staffInterview-list-imgBox img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 767px) {
  .staffInterviewDetail-other-list .staffInterview-list__item[data-other-order="1"] {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .staffInterviewDetail-other-list .staffInterview-list__item[data-other-order="2"] {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .staffInterviewDetail-other-list .staffInterview-list__item[data-other-order="3"] {
    order: 4;
  }
}
@media screen and (max-width: 767px) {
  .staffInterviewDetail-other-list .staffInterview-list__item[data-other-order="4"] {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .staffInterviewDetail-other-list .staffInterview-list__item[data-other-order="5"] {
    order: 5;
  }
}
.staffInterviewDetail-other-scrollBtn {
  position: absolute;
  top: var(--other-img-mid, calc(min(339px, 72vw) * 834 / 666 / 2));
  right: auto;
  left: calc(min(1100px, 100%) - 38px);
  transform: translateY(-50%);
  width: 76px;
  height: 76px;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  background: #fff url(../img/common/arrow_other.svg) no-repeat center/8px 14px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: opacity 0.3s;
}
.staffInterviewDetail-other-scrollBtn.is-prev {
  right: auto;
  left: -38px;
  transform: translateY(-50%) rotate(180deg);
}
.staffInterviewDetail-other-scrollBtn.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.staffInterviewDetail-other-scrollBtn:disabled {
  cursor: default;
}
@media (hover: hover) {
  .staffInterviewDetail-other-scrollBtn:hover:not(:disabled) {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .staffInterviewDetail-other {
    padding-block: 70px;
  }
  .staffInterviewDetail-other-listArea {
    width: auto;
    max-width: none;
    margin-inline: calc(-1 * var(--inner-padding));
  }
  .staffInterviewDetail-other-head {
    margin-bottom: 30px;
  }
  .staffInterviewDetail-other__en {
    margin-bottom: 30px;
  }
  .staffInterviewDetail-other__tit {
    font-size: 18px;
  }
  .staffInterviewDetail-other__btn {
    margin-inline: auto;
  }
  .staffInterviewDetail-other-btnWrap {
    text-align: center;
  }
  .staffInterviewDetail-other-list {
    gap: 30px;
    padding: 0 30px 30px;
  }
  .staffInterviewDetail-other-list .staffInterview-list__item {
    width: 156px;
  }
  .staffInterviewDetail-other-list .staffInterview-list__item.is-dimmed {
    opacity: 1;
  }
  .staffInterviewDetail-other-list .staffInterview-list__item a {
    display: block;
    grid-template-columns: none;
    grid-gap: 0;
  }
  .staffInterviewDetail-other-list .staffInterview-list-imgBox {
    margin-bottom: 25px;
  }
  .staffInterviewDetail-other-scrollBtn {
    display: none;
  }
}

