@charset "UTF-8";
/* ============================================
// normalize.css v3.0.2 | MIT License | git.io/normalize
// ==========================================*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: none; /* 2 */
  -webkit-text-size-adjust: none; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInScale {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInScale {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeOutScale {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@keyframes fadeOutScale {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@-webkit-keyframes circleScale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.85);
            transform: translate(-50%, -50%) scale(0.85);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes circleScale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.85);
            transform: translate(-50%, -50%) scale(0.85);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes circleWave {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.68);
            transform: translate(-50%, -50%) scale(0.68);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
@keyframes circleWave {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.68);
            transform: translate(-50%, -50%) scale(0.68);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
/* ============================================
// base
// ==========================================*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

h1, h2, h3, h4, p, ul, li, dl, dt, dd, span, body, figcaption, figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  border: 0;
}
img:not(.ofi) {
  display: block;
  max-width: 100%;
  height: auto;
}
img.ofi {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

a:link, a:visited {
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  a:hover, a:active {
    opacity: 0.7;
  }
}
a:focus:not(:focus-visible) {
  outline: 0; /* キーボード操作"以外"でフォーカスされた際はoutlineを消す */
}
@media (min-device-width: 834px) {
  a[href*="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}

::-moz-selection {
  background: #3d1120;
}

::selection {
  background: #3d1120;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "游ゴシック" , "Yu Gothic" , "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo" , sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.075em;
  color: #333333;
  background-color: #fff;
  min-width: 1024px;
  word-break: break-word;
}
@media screen and (max-width: 834px) {
  body {
    min-width: 320px;
    font-size: 1.4rem;
  }
}

h2, h3, h4 {
  line-height: 1.5;
}

.pageWrap {
  position: relative;
  overflow: hidden;
}

#onetrust-consent-sdk {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body.is-drower-open #onetrust-consent-sdk {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media screen and (max-width: 834px) {
  .lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
    bottom: 80px;
  }
}
#ot-sdk-btn-floating.ot-floating-button button {
  outline: none;
}

/* ============================================
// btn
// ==========================================*/
.btn-border, .btn-grad2, .btn-grad1, .btn-secondary, .btn-primary, .btn-white {
  position: relative;
  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;
  width: 100%;
  height: 100%;
  font-weight: bold;
  padding: 0.7em 2em;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .btn-border:hover, .btn-grad2:hover, .btn-grad1:hover, .btn-secondary:hover, .btn-primary:hover, .btn-white:hover {
    opacity: 1;
    background-position: right center;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.15);
  }
}
.-l.btn-border, .-l.btn-grad2, .-l.btn-grad1, .-l.btn-secondary, .-l.btn-primary, .-l.btn-white {
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .-l.btn-border, .-l.btn-grad2, .-l.btn-grad1, .-l.btn-secondary, .-l.btn-primary, .-l.btn-white {
    font-size: 1.5rem;
  }
}
.-m.btn-border, .-m.btn-grad2, .-m.btn-grad1, .-m.btn-secondary, .-m.btn-primary, .-m.btn-white {
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .-m.btn-border, .-m.btn-grad2, .-m.btn-grad1, .-m.btn-secondary, .-m.btn-primary, .-m.btn-white {
    font-size: 1.4rem;
  }
}
.-border.btn-border, .-border.btn-grad2, .-border.btn-grad1, .-border.btn-secondary, .-border.btn-primary, .-border.btn-white {
  background-color: transparent;
  color: #3d1120;
  border: 1px solid;
}
.-radius.btn-border, .-radius.btn-grad2, .-radius.btn-grad1, .-radius.btn-secondary, .-radius.btn-primary, .-radius.btn-white {
  border-radius: 100px;
}
.-round.btn-border, .-round.btn-grad2, .-round.btn-grad1, .-round.btn-secondary, .-round.btn-primary, .-round.btn-white {
  border-radius: 1000px;
}
.-ico.btn-border, .-ico.btn-grad2, .-ico.btn-grad1, .-ico.btn-secondary, .-ico.btn-primary, .-ico.btn-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3.5em;
}
.-ico.btn-border .ico, .-ico.btn-grad2 .ico, .-ico.btn-grad1 .ico, .-ico.btn-secondary .ico, .-ico.btn-primary .ico, .-ico.btn-white .ico {
  display: block;
  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;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.-ico.btn-border .ico span, .-ico.btn-grad2 .ico span, .-ico.btn-grad1 .ico span, .-ico.btn-secondary .ico span, .-ico.btn-primary .ico span, .-ico.btn-white .ico span {
  display: block;
  position: relative;
  z-index: 3;
  -webkit-mask: url(../img/common/ico-arrow.png) no-repeat center center/contain;
          mask: url(../img/common/ico-arrow.png) no-repeat center center/contain;
  background-color: #3d1120;
  aspect-ratio: 51/24;
  width: 16px;
}
@media screen and (max-width: 834px) {
  .-ico.btn-border .ico span, .-ico.btn-grad2 .ico span, .-ico.btn-grad1 .ico span, .-ico.btn-secondary .ico span, .-ico.btn-primary .ico span, .-ico.btn-white .ico span {
    width: 12px;
  }
}
.-ico.-l.btn-border .ico, .-ico.-l.btn-grad2 .ico, .-ico.-l.btn-grad1 .ico, .-ico.-l.btn-secondary .ico, .-ico.-l.btn-primary .ico, .-ico.-l.btn-white .ico {
  width: 50px;
}
@media screen and (max-width: 834px) {
  .-ico.-l.btn-border .ico, .-ico.-l.btn-grad2 .ico, .-ico.-l.btn-grad1 .ico, .-ico.-l.btn-secondary .ico, .-ico.-l.btn-primary .ico, .-ico.-l.btn-white .ico {
    width: 40px;
  }
}
.btn-white {
  background-color: rgba(255, 255, 255, 0.6);
  color: #3d1120;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
.btn-white.-border {
  background-color: transparent;
  color: #3d1120;
  border: 1px solid;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .btn-white:hover {
    opacity: 1;
    background-color: #fff;
  }
}

.btn-primary {
  background-color: #ad9667;
  color: #fff;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .btn-primary:hover {
    opacity: 1;
    color: #fff;
    background-color: #b6a178;
  }
}

.btn-secondary {
  background-color: #691d3a;
  color: #fff;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .btn-secondary:hover {
    opacity: 1;
    color: #fff;
    background-color: #7d2345;
  }
}

.btn-grad1 {
  position: relative;
  background-color: #3d1120;
  color: #fff;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .btn-grad1:hover {
    opacity: 1;
    background-position: right center;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.5);
            box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.5);
  }
}

.btn-grad2 {
  position: relative;
  background-color: #691d3a;
  color: #fff;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .btn-grad2:hover {
    opacity: 1;
    background-position: right center;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.5);
            box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.5);
  }
}

.btn-border {
  border: 1px solid;
  color: #333333;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
.btn-border .ico {
  position: relative;
  display: block;
  margin-left: auto;
}
.btn-border .ico.-arrow {
  width: 20px;
  height: 20px;
  background-color: #333333;
  border-radius: 50%;
}
@media screen and (max-width: 834px) {
  .btn-border .ico.-arrow {
    width: 18px;
    height: 18px;
  }
}
.btn-border .ico.-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/ico-arrow-white.png) no-repeat center center/contain;
  width: 8.75px;
  height: 8.75px;
}
@media screen and (max-width: 834px) {
  .btn-border .ico.-arrow::before {
    width: 7px;
    height: 7px;
  }
}
.btn-border .ico.-arrow.-primary {
  background-color: #3d1120;
}
.btn-border .ico.-lenz {
  width: 16px;
  height: 16px;
  background: url(../img/ico-lenz-mono.png) no-repeat center center/contain;
}
.btn-border.-shadow {
  position: relative;
}
.btn-border.-shadow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(7px, 7px);
          transform: translate(7px, 7px);
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-left: none;
  border-top: none;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .btn-border.-shadow {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn-border.-shadow:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.05);
  }
  .btn-border.-shadow:hover::before {
    -webkit-transform: none;
            transform: none;
    opacity: 0;
  }
}
.btn-border.-pageBack {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.btn-border.-pageBack .ico {
  margin-left: 0;
  margin-right: auto;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.btn-border.-white {
  color: #fff;
}
.btn-border.-white .ico span {
  background-color: #fff;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .btn-border:hover {
    opacity: 1;
  }
}

.text-large-link01 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  color: #333333;
}
.text-large-link01 .text {
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .text-large-link01 .text {
    font-size: 1.5rem;
  }
}
.text-large-link01 .text::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #3d1120;
  width: 0;
  left: auto;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.text-large-link01 .text::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #333333;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.text-large-link01 .ico {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.text-large-link01 .ico span {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .text-large-link01 .ico span {
    width: 40px;
    height: 40px;
  }
}
.text-large-link01 .ico span::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-mask: url(../img/common/ico-arrow.png) no-repeat center center/contain;
          mask: url(../img/common/ico-arrow.png) no-repeat center center/contain;
  background-color: #3d1120;
  aspect-ratio: 63/50;
  width: 16px;
}
@media screen and (max-width: 834px) {
  .text-large-link01 .ico span::before {
    width: 12px;
  }
}
.text-large-link01 .ico span::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
}
.-primary.text-large-link01 .text {
  color: #3d1120;
}
.-white.text-large-link01 .text {
  color: #fff;
}
.-border.text-large-link01 .ico span {
  background-color: transparent;
}
.-border.text-large-link01 .ico span::before {
  background-color: #fff;
}
.-border.text-large-link01 .ico span::after {
  background-color: transparent;
  border: 1px solid #fff;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .-s.text-large-link01:hover .ico {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.-s.text-large-link01 .text {
  font-size: 1.5rem;
}
.-s.text-large-link01 .ico span {
  width: 49px;
  height: 49px;
}
@media screen and (max-width: 834px) {
  .-s.text-large-link01 .ico span {
    width: 38px;
    height: 38px;
  }
}
.-s.text-large-link01 .ico span::before {
  width: 12px;
}
.text-large-link01:hover {
  opacity: 1;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .text-large-link01:hover .text {
    color: #3d1120;
  }
  .text-large-link01:hover .text::before {
    width: 100%;
    left: 0;
    right: auto;
  }
  .text-large-link01:hover .ico {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .text-large-link01:hover.-white .text {
    color: #ad9667;
  }
}

.text-link01 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
}
.text-link01::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #3d1120;
}
.text-link01 .ico {
  position: relative;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #3d1120;
  border-right: 0;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .text-link01 .ico {
    margin-left: 5px;
  }
}
.text-link01 .text {
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 835px) {
  .text-link01 .text {
    font-size: 1.8rem;
  }
}
.-primary.text-link01 .ico::after {
  background-color: #3d1120;
}
.-secondary.text-link01 .ico::after {
  background-color: #691d3a;
}
.-white.text-link01 {
  color: #fff;
}
.-white.text-link01 .ico::after {
  background-color: transparent;
}
.-pageBack.text-link01 .ico::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.text-link01:hover {
  opacity: 1;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .text-link01:hover .ico::after {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .text-link01:hover .text {
    color: #3d1120;
  }
}

.link-ico {
  display: block;
  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;
  width: 84px;
  aspect-ratio: 1/1;
  background-color: #ddd;
  border-radius: 50%;
  background: rgb(234, 245, 255);
  background: linear-gradient(-60deg, rgb(234, 245, 255) 0%, rgb(234, 245, 255) 50%, rgb(236, 252, 235) 100%);
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
@media screen and (max-width: 834px) {
  .link-ico {
    width: 50px;
  }
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .link-ico:hover {
    opacity: 1;
    -webkit-box-shadow: 0 10px 40px -10px rgba(2, 63, 122, 0.15);
            box-shadow: 0 10px 40px -10px rgba(2, 63, 122, 0.15);
  }
}
.link-ico span {
  display: block;
  position: relative;
  z-index: 3;
  -webkit-mask: url(../img/common/ico-arrow.png) no-repeat center center/contain;
          mask: url(../img/common/ico-arrow.png) no-repeat center center/contain;
  background-color: #3d1120;
  aspect-ratio: 51/36;
  width: 17px;
}
@media screen and (max-width: 834px) {
  .link-ico span {
    width: 14px;
  }
}

/* ============================================
// object
// ==========================================*/
/* css - scroll animation */
.js-anime.c-animate {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.js-anime.c-animate.c-animate-b {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, transform 0.9s cubic-bezier(0.87, 0, 0.13, 1), -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
}
.js-anime.c-animate.c-animate-tl {
  -webkit-transform: translate(15px, 15px);
          transform: translate(15px, 15px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, transform 0.9s cubic-bezier(0.87, 0, 0.13, 1), -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
}
.js-anime.c-animate.c-animate-tr {
  -webkit-transform: translate(-15px, 15px);
          transform: translate(-15px, 15px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, transform 0.9s cubic-bezier(0.87, 0, 0.13, 1), -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
}
.js-anime.c-animate.c-animate-bl {
  -webkit-transform: translate(15px, -15px);
          transform: translate(15px, -15px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, transform 0.9s cubic-bezier(0.87, 0, 0.13, 1), -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
}
.js-anime.c-animate.c-animate-br {
  -webkit-transform: translate(-15px, -15px);
          transform: translate(-15px, -15px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, transform 0.9s cubic-bezier(0.87, 0, 0.13, 1), -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
}
.js-anime .c-animate {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.js-anime .c-animate.c-animate-b {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, transform 0.9s cubic-bezier(0.87, 0, 0.13, 1), -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
}
.js-anime .c-animate.c-animate-tl {
  -webkit-transform: translate(15px, 15px);
          transform: translate(15px, 15px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, transform 0.9s cubic-bezier(0.87, 0, 0.13, 1), -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
}
.js-anime .c-animate.c-animate-tr {
  -webkit-transform: translate(-15px, 15px);
          transform: translate(-15px, 15px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, transform 0.9s cubic-bezier(0.87, 0, 0.13, 1), -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
}
.js-anime .c-animate.c-animate-bl {
  -webkit-transform: translate(15px, -15px);
          transform: translate(15px, -15px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, transform 0.9s cubic-bezier(0.87, 0, 0.13, 1), -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
}
.js-anime .c-animate.c-animate-br {
  -webkit-transform: translate(-15px, -15px);
          transform: translate(-15px, -15px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, transform 0.9s cubic-bezier(0.87, 0, 0.13, 1), -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
}
.js-anime .c-animate-stagger {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.6s, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.6s, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.6s, transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.6s, transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.js-anime .c-animate-stagger:nth-child(1) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.js-anime .c-animate-stagger:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.js-anime .c-animate-stagger:nth-child(3) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.js-anime .c-animate-stagger:nth-child(4) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-anime .c-animate-stagger:nth-child(5) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.js-anime .c-animate-stagger:nth-child(6) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.js-anime .c-animate-stagger:nth-child(7) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.js-anime .c-animate-stagger:nth-child(8) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.js-anime .c-animate-stagger:nth-child(9) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.js-anime .c-animate-stagger:nth-child(10) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.js-anime .c-animate-stagger:nth-child(11) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.js-anime .c-animate-stagger:nth-child(12) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.js-anime .c-animate-stagger:nth-child(13) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.js-anime .c-animate-stagger:nth-child(14) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.js-anime .c-animate-stagger:nth-child(15) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.js-anime .c-animate-stagger:nth-child(16) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.js-anime .c-animate-stagger:nth-child(17) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
.js-anime .c-animate-stagger:nth-child(18) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.js-anime .c-animate-stagger:nth-child(19) {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
.js-anime .c-animate-stagger:nth-child(20) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.js-anime .c-animate-stagger:nth-child(21) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
.js-anime .c-animate-stagger:nth-child(22) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.js-anime .c-animate-stagger:nth-child(23) {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}
.js-anime .c-animate-stagger:nth-child(24) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.js-anime .c-animate-stagger:nth-child(25) {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.js-anime .c-animate-stagger:nth-child(26) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.js-anime .c-animate-stagger:nth-child(27) {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
.js-anime .c-animate-stagger:nth-child(28) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.js-anime .c-animate-stagger:nth-child(29) {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}
.js-anime .c-animate-stagger:nth-child(30) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.js-anime .c-animate-stagger:nth-child(31) {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s;
}
.js-anime .c-animate-stagger:nth-child(32) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.js-anime .c-animate-stagger:nth-child(33) {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}
.js-anime .c-animate-stagger:nth-child(34) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.js-anime .c-animate-stagger:nth-child(35) {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}
.js-anime .c-animate-stagger:nth-child(36) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.js-anime .c-animate-stagger:nth-child(37) {
  -webkit-transition-delay: 1.85s;
          transition-delay: 1.85s;
}
.js-anime .c-animate-stagger:nth-child(38) {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.js-anime .c-animate-stagger:nth-child(39) {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s;
}
.js-anime .c-animate-stagger:nth-child(40) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.js-anime .c-animate-stagger:nth-child(41) {
  -webkit-transition-delay: 2.05s;
          transition-delay: 2.05s;
}
.js-anime .c-animate-stagger:nth-child(42) {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.js-anime .c-animate-stagger:nth-child(43) {
  -webkit-transition-delay: 2.15s;
          transition-delay: 2.15s;
}
.js-anime .c-animate-stagger:nth-child(44) {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
.js-anime .c-animate-stagger:nth-child(45) {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}
.js-anime .c-animate-stagger:nth-child(46) {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}
.js-anime .c-animate-stagger:nth-child(47) {
  -webkit-transition-delay: 2.35s;
          transition-delay: 2.35s;
}
.js-anime .c-animate-stagger:nth-child(48) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.js-anime .c-animate-stagger:nth-child(49) {
  -webkit-transition-delay: 2.45s;
          transition-delay: 2.45s;
}
.js-anime .c-animate-stagger:nth-child(50) {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.js-anime .c-animate-text {
  display: block;
  overflow: hidden;
}
.js-anime .c-animate-text .js-word {
  opacity: 0.2;
  -webkit-transition: opacity 0.6s, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.6s, -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.6s, transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.6s, transform 1s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}
.js-anime .c-animate-text .js-word:nth-child(1) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.js-anime .c-animate-text .js-word:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.js-anime .c-animate-text .js-word:nth-child(3) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.js-anime .c-animate-text .js-word:nth-child(4) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-anime .c-animate-text .js-word:nth-child(5) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.js-anime .c-animate-text .js-word:nth-child(6) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.js-anime .c-animate-text .js-word:nth-child(7) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.js-anime .c-animate-text .js-word:nth-child(8) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.js-anime .c-animate-text .js-word:nth-child(9) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.js-anime .c-animate-text .js-word:nth-child(10) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.js-anime .c-animate-text .js-word:nth-child(11) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.js-anime .c-animate-text .js-word:nth-child(12) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.js-anime .c-animate-text .js-word:nth-child(13) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.js-anime .c-animate-text .js-word:nth-child(14) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.js-anime .c-animate-text .js-word:nth-child(15) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.js-anime .c-animate-text .js-word:nth-child(16) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.js-anime .c-animate-text .js-word:nth-child(17) {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
.js-anime .c-animate-text .js-word:nth-child(18) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.js-anime .c-animate-text .js-word:nth-child(19) {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
.js-anime .c-animate-text .js-word:nth-child(20) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.js-anime .c-animate-text .js-word:nth-child(21) {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
.js-anime .c-animate-text .js-word:nth-child(22) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.js-anime .c-animate-text .js-word:nth-child(23) {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}
.js-anime .c-animate-text .js-word:nth-child(24) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.js-anime .c-animate-text .js-word:nth-child(25) {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.js-anime .c-animate-text .js-word:nth-child(26) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.js-anime .c-animate-text .js-word:nth-child(27) {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
.js-anime .c-animate-text .js-word:nth-child(28) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.js-anime .c-animate-text .js-word:nth-child(29) {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}
.js-anime .c-animate-text .js-word:nth-child(30) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.js-anime.js-split .js-word {
  display: inline-block;
  min-width: 0.2em;
  will-change: transform;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.js-anime.js-split .js-word:nth-child(1), .js-anime.js-split .js-word:nth-child(1) span {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.js-anime.js-split .js-word:nth-child(2), .js-anime.js-split .js-word:nth-child(2) span {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.js-anime.js-split .js-word:nth-child(3), .js-anime.js-split .js-word:nth-child(3) span {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.js-anime.js-split .js-word:nth-child(4), .js-anime.js-split .js-word:nth-child(4) span {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-anime.js-split .js-word:nth-child(5), .js-anime.js-split .js-word:nth-child(5) span {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.js-anime.js-split .js-word:nth-child(6), .js-anime.js-split .js-word:nth-child(6) span {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.js-anime.js-split .js-word:nth-child(7), .js-anime.js-split .js-word:nth-child(7) span {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.js-anime.js-split .js-word:nth-child(8), .js-anime.js-split .js-word:nth-child(8) span {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.js-anime.js-split .js-word:nth-child(9), .js-anime.js-split .js-word:nth-child(9) span {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.js-anime.js-split .js-word:nth-child(10), .js-anime.js-split .js-word:nth-child(10) span {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.js-anime.js-split .js-word:nth-child(11), .js-anime.js-split .js-word:nth-child(11) span {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.js-anime.js-split .js-word:nth-child(12), .js-anime.js-split .js-word:nth-child(12) span {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.js-anime.js-split .js-word:nth-child(13), .js-anime.js-split .js-word:nth-child(13) span {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.js-anime.js-split .js-word:nth-child(14), .js-anime.js-split .js-word:nth-child(14) span {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.js-anime.js-split .js-word:nth-child(15), .js-anime.js-split .js-word:nth-child(15) span {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
.js-anime.js-split .js-word:nth-child(16), .js-anime.js-split .js-word:nth-child(16) span {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.js-anime.js-split .js-word:nth-child(17), .js-anime.js-split .js-word:nth-child(17) span {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}
.js-anime.js-split .js-word:nth-child(18), .js-anime.js-split .js-word:nth-child(18) span {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.js-anime.js-split .js-word:nth-child(19), .js-anime.js-split .js-word:nth-child(19) span {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}
.js-anime.js-split .js-word:nth-child(20), .js-anime.js-split .js-word:nth-child(20) span {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.js-anime.js-split .js-word:nth-child(21), .js-anime.js-split .js-word:nth-child(21) span {
  -webkit-transition-delay: 1.05s;
          transition-delay: 1.05s;
}
.js-anime.js-split .js-word:nth-child(22), .js-anime.js-split .js-word:nth-child(22) span {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.js-anime.js-split .js-word:nth-child(23), .js-anime.js-split .js-word:nth-child(23) span {
  -webkit-transition-delay: 1.15s;
          transition-delay: 1.15s;
}
.js-anime.js-split .js-word:nth-child(24), .js-anime.js-split .js-word:nth-child(24) span {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.js-anime.js-split .js-word:nth-child(25), .js-anime.js-split .js-word:nth-child(25) span {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}
.js-anime.js-split .js-word:nth-child(26), .js-anime.js-split .js-word:nth-child(26) span {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.js-anime.js-split .js-word:nth-child(27), .js-anime.js-split .js-word:nth-child(27) span {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
.js-anime.js-split .js-word:nth-child(28), .js-anime.js-split .js-word:nth-child(28) span {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.js-anime.js-split .js-word:nth-child(29), .js-anime.js-split .js-word:nth-child(29) span {
  -webkit-transition-delay: 1.45s;
          transition-delay: 1.45s;
}
.js-anime.js-split .js-word:nth-child(30), .js-anime.js-split .js-word:nth-child(30) span {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.js-anime.js-split .js-word:nth-child(31), .js-anime.js-split .js-word:nth-child(31) span {
  -webkit-transition-delay: 1.55s;
          transition-delay: 1.55s;
}
.js-anime.js-split .js-word:nth-child(32), .js-anime.js-split .js-word:nth-child(32) span {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.js-anime.js-split .js-word:nth-child(33), .js-anime.js-split .js-word:nth-child(33) span {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}
.js-anime.js-split .js-word:nth-child(34), .js-anime.js-split .js-word:nth-child(34) span {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.js-anime.js-split .js-word:nth-child(35), .js-anime.js-split .js-word:nth-child(35) span {
  -webkit-transition-delay: 1.75s;
          transition-delay: 1.75s;
}
.js-anime.js-split .js-word:nth-child(36), .js-anime.js-split .js-word:nth-child(36) span {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.js-anime.js-split .js-word:nth-child(37), .js-anime.js-split .js-word:nth-child(37) span {
  -webkit-transition-delay: 1.85s;
          transition-delay: 1.85s;
}
.js-anime.js-split .js-word:nth-child(38), .js-anime.js-split .js-word:nth-child(38) span {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.js-anime.js-split .js-word:nth-child(39), .js-anime.js-split .js-word:nth-child(39) span {
  -webkit-transition-delay: 1.95s;
          transition-delay: 1.95s;
}
.js-anime.js-split .js-word:nth-child(40), .js-anime.js-split .js-word:nth-child(40) span {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.js-anime.js-split .js-word:nth-child(41), .js-anime.js-split .js-word:nth-child(41) span {
  -webkit-transition-delay: 2.05s;
          transition-delay: 2.05s;
}
.js-anime.js-split .js-word:nth-child(42), .js-anime.js-split .js-word:nth-child(42) span {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
.js-anime.js-split .js-word:nth-child(43), .js-anime.js-split .js-word:nth-child(43) span {
  -webkit-transition-delay: 2.15s;
          transition-delay: 2.15s;
}
.js-anime.js-split .js-word:nth-child(44), .js-anime.js-split .js-word:nth-child(44) span {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
.js-anime.js-split .js-word:nth-child(45), .js-anime.js-split .js-word:nth-child(45) span {
  -webkit-transition-delay: 2.25s;
          transition-delay: 2.25s;
}
.js-anime.js-split .js-word:nth-child(46), .js-anime.js-split .js-word:nth-child(46) span {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}
.js-anime.js-split .js-word:nth-child(47), .js-anime.js-split .js-word:nth-child(47) span {
  -webkit-transition-delay: 2.35s;
          transition-delay: 2.35s;
}
.js-anime.js-split .js-word:nth-child(48), .js-anime.js-split .js-word:nth-child(48) span {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.js-anime.js-split .js-word:nth-child(49), .js-anime.js-split .js-word:nth-child(49) span {
  -webkit-transition-delay: 2.45s;
          transition-delay: 2.45s;
}
.js-anime.js-split .js-word:nth-child(50), .js-anime.js-split .js-word:nth-child(50) span {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.js-anime.js-split .js-word span {
  display: block;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.js-anime.js-active.c-animate {
  opacity: 1;
}
.js-anime.js-active.c-animate.c-animate-b, .js-anime.js-active.c-animate.c-animate-tl, .js-anime.js-active.c-animate.c-animate-tr, .js-anime.js-active.c-animate.c-animate-bl, .js-anime.js-active.c-animate.c-animate-br {
  -webkit-transform: none;
          transform: none;
}
.js-anime.js-active .c-animate {
  opacity: 1;
}
.js-anime.js-active .c-animate.c-animate-b, .js-anime.js-active .c-animate.c-animate-tl, .js-anime.js-active .c-animate.c-animate-tr, .js-anime.js-active .c-animate.c-animate-bl, .js-anime.js-active .c-animate.c-animate-br {
  -webkit-transform: none;
          transform: none;
}
.js-anime.js-active .c-animate-stagger {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.js-anime.js-active .c-animate-text .js-word {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.js-anime.js-active.js-split .js-word span {
  -webkit-transform: none;
          transform: none;
}

.js-text .word {
  display: inline-block;
  min-width: 0.2em;
  will-change: transform;
}

/* anchor */
.anchorList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 834px) {
  .anchorList {
    gap: 20px;
  }
}
.anchorList_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #333333;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .anchorList_item a:hover {
    opacity: 1;
  }
  .anchorList_item a:hover .ico {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .anchorList_item a:hover .text::after {
    width: 100%;
    left: 0;
    right: auto;
  }
}
.anchorList_item .ico {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  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;
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 834px) {
  .anchorList_item .ico {
    top: 1px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
  }
}
.anchorList_item .ico::before {
  content: "";
  position: relative;
  z-index: 1;
  width: 10.8px;
  height: 8.4px;
  background: url(../img/ico-arrow-white.png) no-repeat center center/contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 834px) {
  .anchorList_item .ico::before {
    width: 6.48px;
    height: 5.04px;
  }
}
.anchorList_item .ico::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3d1120;
  border-radius: 50%;
  -webkit-transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background 0.3s;
  transition: transform 0.3s, background 0.3s, -webkit-transform 0.3s;
}
.anchorList_item .text {
  display: block;
  position: relative;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.anchorList_item .text::before, .anchorList_item .text::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
}
.anchorList_item .text::before {
  z-index: 1;
  background-color: #333333;
}
.anchorList_item .text::after {
  z-index: 3;
  background-color: #3d1120;
  width: 0;
  left: auto;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* swiper parts */
.swiper-button-next, .swiper-button-prev {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  outline: none;
  background: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 834px) {
  .swiper-button-next, .swiper-button-prev {
    width: 44px;
    height: 44px;
  }
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 1;
  }
  .swiper-button-next:hover::after, .swiper-button-prev:hover::after {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background 0.3s;
  transition: transform 0.3s, background 0.3s, -webkit-transform 0.3s;
}
.swiper-button-next .ico, .swiper-button-prev .ico {
  position: relative;
  z-index: 5;
  border: 2px solid white;
  border-left: none;
  border-bottom: none;
  width: 10px;
  aspect-ratio: 1/1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 834px) {
  .swiper-button-next .ico, .swiper-button-prev .ico {
    width: 7px;
    height: 7px;
  }
}
.swiper-button-next.-border::after, .swiper-button-prev.-border::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #333333;
  -webkit-transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background 0.3s;
  transition: transform 0.3s, background 0.3s, -webkit-transform 0.3s;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-prev .ico {
  -webkit-transform: scale(-1, 1) rotate(45deg);
          transform: scale(-1, 1) rotate(45deg);
  margin-left: 5px;
}

.swiper-button-lock {
  display: none !important;
}

.eng {
  font-family: "Lato", sans-serif;
}

.mincyo {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* heading */
.heading01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.heading01 .en {
  font-size: 13rem;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  letter-spacing: normal;
  line-height: 1.1;
  color: #3d1120;
  background: #ddd url("../img/common/bg-heading.png") no-repeat center center/100% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-transition: background-color 0.8s 0.6s, background-position 0.8s;
  transition: background-color 0.8s 0.6s, background-position 0.8s;
}
@media screen and (max-width: 834px) {
  .heading01 .en {
    font-size: 5.5rem;
  }
}
@media (max-width: 374px) {
  .heading01 .en {
    font-size: min(13vw, 5rem);
  }
}
.heading01 .en.js-active {
  background-color: #3d1120;
  background-position: 0 center;
}
.heading01 .ja {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .heading01 .ja {
    font-size: 1.5rem;
  }
}
.heading01.-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.heading01.-col .ja {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 834px) {
  .heading01.-col .ja {
    margin-top: 10px;
  }
}
.heading01.-col .en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.heading01.-row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px 30px;
}
@media screen and (max-width: 834px) {
  .heading01.-row {
    gap: 10px 10px;
  }
}
.heading01.-row .ja {
  position: relative;
  top: -6px;
}
@media screen and (max-width: 834px) {
  .heading01.-row .ja {
    top: -3px;
  }
}
.heading01.-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.heading01.-white .en {
  color: #fff !important;
}
.heading01.-white .ja {
  color: #fff !important;
}
.heading01.-beirge .en {
  color: #ad9667 !important;
}
.heading01.-beirge .ja {
  color: #ad9667 !important;
}
.heading01.-noGrad .en {
  color: #333333;
}
.heading01.-third {
  color: #ad9667;
}
.heading01.-third .ja {
  color: #ad9667;
}
.heading01.-jaLarge .ja {
  font-size: 3.6rem;
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .heading01.-jaLarge .ja {
    font-size: 2.4rem;
  }
}
.heading01.-jaLarge .en {
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .heading01.-jaLarge .en {
    font-size: 1.3rem;
  }
}
.heading01.-jaLarge .en .ico {
  top: -1px;
}
.heading01.-jaLarge .en .ico::before {
  width: 0.5em;
  height: 0.5em;
}
@media screen and (min-width: 835px) {
  .heading01.-m {
    gap: 0.4em;
  }
}
.heading01.-m .ja {
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .heading01.-m .ja {
    font-size: 1.4rem;
  }
}
.heading01.-m .en {
  font-size: 5rem;
}
@media screen and (max-width: 834px) {
  .heading01.-m .en {
    font-size: 3.6rem;
  }
}
.heading01.-s .en {
  font-size: 3.2rem;
  margin-right: 15px;
}
@media screen and (max-width: 834px) {
  .heading01.-s .en {
    font-size: 2rem;
  }
}
.heading01.-s .ja {
  font-size: 1.4rem;
}
.heading02 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.5em;
  font-size: 2.4rem;
}
.heading02::before {
  content: "";
  display: block;
  position: relative;
  top: 0.35em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.75em;
  height: 0.75em;
  background: url(../img/common/ico-circle.png) no-repeat center center/contain;
  aspect-ratio: 1/1;
  -webkit-animation: rotate 4s cubic-bezier(0.86, 0, 0.07, 1) infinite;
          animation: rotate 4s cubic-bezier(0.86, 0, 0.07, 1) infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@media screen and (max-width: 834px) {
  .heading02 {
    font-size: 2rem;
  }
}
/* logo */
.logo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  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;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  gap: 10px 20px;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .logo a {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.logo .img {
  max-width: 180px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .logo .img {
    max-width: 126px;
  }
}
.logo .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  height: 100%;
  border: 1px solid;
  padding: 0.7em 0.7em;
  letter-spacing: normal;
}
@media screen and (max-width: 834px) {
  .logo .text {
    font-size: 1.2rem;
  }
}

/* global nav */
.navi .subNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
}
.navi .subNavi_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .navi .subNavi_item a:hover {
    opacity: 1;
    color: #3d1120;
  }
}
.navi .subNavi_item a::after {
  content: "";
  display: block;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 13px;
  height: 13px;
  background: url(../img/ico-blank-color.png) no-repeat center center/contain;
  margin-left: 10px;
}
.navi .mainNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.navi .mainNavi_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333333;
  font-weight: bold;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (min-width: 835px) {
  .navi .mainNavi_item a {
    font-size: 1.8rem;
  }
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .navi .mainNavi_item a:hover {
    opacity: 1;
    color: #3d1120;
  }
}
.navi_list_item.is-active a {
  color: #3d1120;
  -webkit-box-shadow: 0 1px 0 #3d1120, 0 -1px 0 #3d1120;
          box-shadow: 0 1px 0 #3d1120, 0 -1px 0 #3d1120;
}
.navi_list 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;
  position: relative;
  color: #333333;
  font-weight: bold;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .navi_list a:hover {
    opacity: 1;
    color: #3d1120;
  }
}

/* interview list */
/*table */
.commonList {
  position: relative;
  border: 1px solid #3d1120;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 30px rgba(0, 0, 0, 0.09);
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .commonList {
    overflow: visible;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.09);
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.09);
  }
}
@media screen and (min-width: 835px) {
  .commonList_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 834px) {
  .commonList_item {
    padding: 15px;
  }
}
.commonList_item:not(:first-child) {
  border-top: 1px dashed #ddd;
}
.commonList .hd {
  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;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  background: #3d1120;
  padding: 30px 20px;
}
@media screen and (min-width: 835px) {
  .commonList .hd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .commonList .hd {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0px 10px;
    border-radius: 5px 5px 5px 0;
    margin-left: -21px;
    -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  }
}
.commonList .hd::before {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: -1px;
  width: 6px;
  height: 6px;
  background-color: black;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
          clip-path: polygon(100% 0, 0 0, 100% 100%);
}
@media screen and (max-width: 834px) {
  .commonList .hd::before {
    content: "";
  }
}
.commonList .hd span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #fff;
}
.commonList .hd span::before {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1em;
  height: 1em;
  background-color: #fff;
  -webkit-mask: url("../img/ico-clock-white.png") no-repeat center center/contain;
          mask: url("../img/ico-clock-white.png") no-repeat center center/contain;
}
.commonList .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
@media screen and (min-width: 835px) {
  .commonList .text {
    padding: 30px 20px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .commonList .text {
    margin-top: 6px;
  }
}

/*news list */
/* pankuzu */
.breadcrumb {
  position: relative;
  clear: both;
  width: 100%;
  background: none;
}
.breadcrumb::before, .breadcrumb::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  width: 20px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(61, 17, 32, 0)), to(#3d1120));
  background: linear-gradient(90deg, rgba(61, 17, 32, 0) 0%, #3d1120);
}
.breadcrumb::before {
  right: 0;
}
.breadcrumb::after {
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  content: none;
}
.breadcrumb_list {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  padding-right: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.breadcrumb_list_item {
  display: inline;
  font-size: 10px;
  font-weight: bold;
  margin: 0 2px;
  color: #fff;
}
.breadcrumb_list_item a {
  display: inline;
  color: #fff;
  font-weight: bold;
}
.breadcrumb_list_item::after {
  content: ">";
  margin-left: 7px;
  color: #fff;
}
.breadcrumb_list_item:last-child::after {
  content: none;
}

/* pagination */
.pagination_custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 5;
  margin-top: 40px;
}
.pagination_custom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.pagination_custom li {
  font-size: 1.3rem;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
.pagination_custom li a,
.pagination_custom li em {
  display: block;
  position: relative;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  width: 28px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagination_custom li a:before,
.pagination_custom li em:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40%;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #333333;
  opacity: 0;
}
.pagination_custom li em:before {
  opacity: 1;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .pagination_custom li a:hover {
    color: #3d1120;
    opacity: 1;
  }
}
@media screen and (max-width: 834px) {
  .pagination_custom .number {
    display: none;
  }
  .pagination_custom .number.current {
    display: inline-block;
  }
}

/* page top */
.pagetop {
  z-index: 7;
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.is-drower-open .pagetop {
  pointer-events: none;
  opacity: 0;
}
.pagetop .scroll {
  position: relative;
  width: 140px;
  height: 59px;
}
@media screen and (max-width: 834px) {
  .pagetop .scroll {
    width: 100px;
  }
}
.pagetop .scroll 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;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .pagetop .scroll a:hover {
    opacity: 1;
    background-color: #51172a;
  }
}
@media screen and (max-width: 834px) {
  .pagetop .scroll a {
    font-size: 10px;
  }
}
/* ============================================
// drower (common)
// ==========================================*/
.drowerBtn {
  position: fixed;
  z-index: 1020;
  top: 40px;
  right: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.js-scroll .drowerBtn {
  mix-blend-mode: difference;
}
@media screen and (max-width: 834px) {
  .drowerBtn {
    top: 17px;
    right: 17px;
  }
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .drowerBtn:hover .hamburger_ico_line:nth-child(1) {
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px);
  }
  .drowerBtn:hover .hamburger_ico_line:nth-child(2) {
    -webkit-transform: translateY(7px);
            transform: translateY(7px);
  }
}
.drowerBtn .hamburger {
  display: block;
  width: 60px;
  height: 50px;
}
@media screen and (max-width: 834px) {
  .drowerBtn .hamburger {
    width: 46px;
    height: 46px;
  }
}
.drowerBtn .hamburger_ico {
  position: relative;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
}
.drowerBtn .hamburger_ico_line {
  position: relative;
  display: block;
  width: 35px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 834px) {
  .drowerBtn .hamburger_ico_line {
    width: 22px;
  }
}
.drowerBtn .hamburger_ico_line:nth-child(1) {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.drowerBtn .hamburger_ico_line:nth-child(2) {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
@media screen and (min-width: 835px) {
  .is-drower-open .drowerBtn {
    top: 20px;
    right: 20px;
  }
}
.is-drower-open .drowerBtn .hamburger_ico_line:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 2px;
}
.is-drower-open .drowerBtn .hamburger_ico_line:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -2px;
}
@media screen and (max-width: 834px) {
  .js-scroll .drowerBtn {
    top: 5px;
    right: 5px;
  }
}

/* overlay */
.overlay {
  position: fixed;
  z-index: 1010;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s 0.7s;
  transition: 0.3s 0.7s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform, backdrop-filter;
}
@media screen and (max-width: 834px) {
  .overlay {
    height: 100vh;
  }
}
.overlay::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 550px;
  height: 100%;
  background: linear-gradient(-45deg, #3d1120 0%, #691d3a 100%);
  pointer-events: none;
  -webkit-transition: 0.3s 0.4s;
  transition: 0.3s 0.4s;
  opacity: 0;
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
}
@media screen and (max-width: 834px) {
  .overlay::before {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
}
.overlay_cover {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.is-drower-open .overlay {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.is-drower-open .overlay::before, .is-drower-open .overlay::after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.is-drower-open .overlay .overlay_cover {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.is-drower-open .overlay .overlay_logo {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 2s, -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 2s, -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 2s, transform 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 2s, transform 1s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.is-drower-open .overlay .navi .mainNavi_item {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 2s 0.5s, -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 2s 0.5s, -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 2s 0.5s, transform 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 2s 0.5s, transform 1s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.is-drower-open .overlay .overlay_copy {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 2s, -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 2s, -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 2s, transform 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: opacity 2s, transform 1s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 1s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.is-drower-open .overlay .overlay_image {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.overlay_inner {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  max-width: 550px;
  margin-left: auto;
}
.overlay_contents {
  width: 100%;
  height: 100%;
  padding: 7vw 50px;
  padding-left: 50px;
  padding-left: 15%;
  padding-right: 50px;
  padding-right: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 834px) {
  .overlay_contents {
    padding: 70px 12vw;
  }
}
.overlay_contents::-webkit-scrollbar {
  display: none;
}
.overlay_contents_inner {
  position: relative;
  z-index: 5;
  width: 100%;
}
.overlay_logo {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
@media screen and (max-width: 834px) {
  .overlay_logo .logo {
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 834px) {
  .overlay_logo .img {
    max-width: 150px;
  }
}
.overlay_navi {
  margin-top: 50px;
}
.overlay .navi .mainNavi {
  display: block;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.overlay .navi .mainNavi_item {
  border: 1px solid #64414d;
  border-left: none;
  border-right: none;
  margin-bottom: -1px;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.overlay .navi .mainNavi_item:nth-child(1) {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.overlay .navi .mainNavi_item:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.overlay .navi .mainNavi_item:nth-child(3) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.overlay .navi .mainNavi_item:nth-child(4) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.overlay .navi .mainNavi_item:nth-child(5) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.overlay .navi .mainNavi_item:nth-child(6) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.overlay .navi .mainNavi_item:nth-child(7) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.overlay .navi .mainNavi_item:nth-child(8) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.overlay .navi .mainNavi_item:nth-child(9) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.overlay .navi .mainNavi_item:nth-child(10) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.overlay .navi .mainNavi_item a {
  display: block;
  padding: 15px 30px 15px 0;
  position: relative;
  color: #fff;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .overlay .navi .mainNavi_item a:hover {
    color: #ad9667;
  }
}
.overlay .navi .mainNavi_item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #333333;
}
.overlay .navi .mainNavi_item a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 8px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-mask: url(../img/common/ico-arrow.png) no-repeat center center/contain;
          mask: url(../img/common/ico-arrow.png) no-repeat center center/contain;
  background-color: #fff;
  aspect-ratio: 63/50;
  width: 10px;
}

/* form base setting */
body.iPhone select,
body.iPhone input,
body.iPhone textarea {
  font-size: 16px !important;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}
input::-ms-expand,
button::-ms-expand,
textarea::-ms-expand,
select::-ms-expand {
  display: none;
}
input::-ms-reveal,
button::-ms-reveal,
textarea::-ms-reveal,
select::-ms-reveal {
  visibility: hidden;
}
input::-ms-clear,
button::-ms-clear,
textarea::-ms-clear,
select::-ms-clear {
  visibility: hidden;
}

input[type=text],
input[type=submit],
input[type=search],
input[type=button],
select,
textarea {
  outline: none;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
  -webkit-appearance: none;
}
input[type=search]:focus {
  outline-offset: -2px;
}
input[type=search]::-webkit-search-decoration {
  display: none;
}

select,
input {
  display: block;
  width: 100%;
  padding: 0.7em 44px 0.7em 15px !important;
  background: #f7f7f7;
  border-radius: 0;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
select[type=text], select[type=search],
input[type=text],
input[type=search] {
  cursor: auto;
}

select option {
  height: 30px;
  line-height: 30px;
  background: #fff;
}

input[type=text],
input[type=search],
input[type=submit] {
  padding-right: 15px !important;
}

.resetbtn {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: normal;
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0.1em 0.4em !important;
  color: #555;
}

.pull-down {
  position: relative;
}
.pull-down:before, .pull-down:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
}
.pull-down:before {
  z-index: 0;
  top: 0;
  right: 0;
  width: 44px;
  height: 100%;
}
.pull-down:after {
  z-index: 1;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  color: #3d1120;
  border-bottom: 2px solid;
  border-right: 2px solid;
  width: 7px;
  height: 7px;
  margin-top: -2px;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 7px;
  line-height: 1.5;
  cursor: pointer;
  padding: 8px 15px 8px 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
input[type=checkbox] + label .check {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
  display: inline-block;
  background: #E0E0E0;
  border-radius: 2px;
  position: relative;
}
input[type=checkbox] + label .check::before, input[type=checkbox] + label .check::after {
  content: "";
  background: #3d1120;
  display: block;
  opacity: 0;
  position: absolute;
  z-index: 10;
}
input[type=checkbox] + label .check::before {
  width: 4px;
  height: 2px;
  top: 7px;
  left: 3px;
  -webkit-transform: rotate(55deg) scaleX(0);
          transform: rotate(55deg) scaleX(0);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
input[type=checkbox] + label .check::after {
  width: 2px;
  height: 10px;
  top: 1px;
  left: 4px;
  -webkit-transform: rotate(45deg) scaleY(0);
          transform: rotate(45deg) scaleY(0);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
input[type=checkbox] + label .text {
  display: block;
}
@media (hover: hover) {
  input[type=checkbox] + label:hover {
    background-color: #ECF7F7;
  }
}
input[type=checkbox]:checked + label {
  background-color: #3d1120;
  color: #fff;
}
input[type=checkbox]:checked + label .check {
  background-color: #fff;
}
input[type=checkbox]:checked + label .check::before, input[type=checkbox]:checked + label .check::after {
  opacity: 1;
}
input[type=checkbox]:checked + label .check::before {
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}
input[type=checkbox]:checked + label .check::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

input[type=radio] {
  display: none;
}
input[type=radio] + label {
  position: relative;
  display: block;
  line-height: 1.5;
  padding: 0 15px 0 1.5em;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
input[type=radio] + label:before, input[type=radio] + label:after {
  content: "";
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
input[type=radio] + label:before {
  top: 3px;
  left: 0;
  z-index: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  border-radius: 50%;
}
input[type=radio] + label:after {
  z-index: 2;
  top: 6px;
  left: 3px;
  width: 7px;
  height: 7px;
  opacity: 0;
  background: #3d1120;
  border-radius: 50%;
}
input[type=radio] + label a:link,
input[type=radio] + label a:visited {
  color: #333333;
}
input[type=radio]:checked + label:after {
  opacity: 1;
}

@media (hover: hover) {
  input[type=text]:focus,
  input[type=submit]:focus,
  input[type=search]:focus,
  select:focus,
  textarea:focus {
    -webkit-box-shadow: 0 0 10px #eee;
            box-shadow: 0 0 10px #eee;
  }
}
/* FORM_BLOCK */
.form_block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.form_block {
  position: relative;
  width: 100%;
  margin-top: 20px;
  /* FORM */
}
@media screen and (max-width: 834px) {
  .form_block {
    margin-top: 15px;
  }
}
.form_block:first-child {
  border-top: none;
  margin-top: 0;
}
.form_block .hd {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
}
@media screen and (max-width: 834px) {
  .form_block .hd {
    gap: 5px;
  }
}
.form_block .hd::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  position: relative;
  aspect-ratio: 1/1;
  width: 0.6em;
  border-radius: 50%;
  background-color: #ad9667;
}
.form_block.form_end {
  position: relative;
  margin-top: 30px;
  padding-top: 0;
  padding-left: 0;
  border-top: none;
}
@media screen and (max-width: 834px) {
  .form_block.form_end {
    margin-top: 20px;
  }
}
.form_block .select_form {
  position: relative;
}
.form_block .select_form::after {
  content: "";
  z-index: 2;
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) scale(1, -1);
          transform: translateY(-50%) scale(1, -1);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 7px 4px;
  border-color: transparent transparent #333333 transparent;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .form_block .select_form::after {
    right: 18px;
  }
}
.form_block .select_form select {
  position: relative;
  width: 100%;
  display: block;
  padding: 10px 30px;
  color: #333333;
  background-color: #fff;
  border: 2px solid #ececec;
  border-radius: 5px;
}
@media screen and (max-width: 834px) {
  .form_block .select_form select {
    border-radius: 3px;
    border-width: 1px;
  }
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .form_block .select_form select:hover {
    background-color: #ECF7F7;
  }
}
.form_block .select_form + .selCity-box .selCity_alert {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #e11;
  font-weight: bold;
}
.form_block .select_form + .selCity-box .check_box {
  margin-top: 10px;
}
.form_block .check_box .err {
  color: #e11;
}
.form_block .check_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -7px;
}
.form_block .check_box ul li {
  position: relative;
  margin-right: 7px;
  margin-top: 7px;
  white-space: nowrap;
  border: none;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .form_block .check_box ul li:hover label {
    background-color: #ECF7F7;
  }
}
.form_block .check_box ul li input[type=checkbox]:checked + label {
  background-color: #ad9667;
  color: #fff;
}
.form_block .check_box ul li input[type=checkbox]:checked + label::before {
  border-color: #ad9667;
}
.form_block .check_box ul li input[type=checkbox]:checked + label span {
  border-color: #fff;
}
.form_block .check_box ul li input[type=checkbox]:checked + label span::before, .form_block .check_box ul li input[type=checkbox]:checked + label span::after {
  opacity: 1;
}
.form_block .check_box ul li input[type=checkbox]:checked + label span::before {
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}
.form_block .check_box ul li input[type=checkbox]:checked + label span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.form_block .check_box ul li label {
  display: block;
  position: relative;
  padding: 8px 20px 8px 15px;
  border-radius: 5px;
  background-color: #fff;
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 834px) {
  .form_block .check_box ul li label {
    padding: 8px 10px 8px 10px;
    border-radius: 3px;
  }
}
.form_block .check_box ul li label::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #ececec;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .form_block .check_box ul li label::before {
    border-radius: 3px;
    border-width: 1px;
  }
}
.form_block .check_box ul li label span {
  position: relative;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: -2px;
  border: 1px solid #b4b4b4;
  background-color: #fff;
  border-radius: 2px;
  position: relative;
}
.form_block .check_box ul li label span::before, .form_block .check_box ul li label span::after {
  content: "";
  background: #d9bb09;
  display: block;
  opacity: 0;
  position: absolute;
  z-index: 10;
}
.form_block .check_box ul li label span::before {
  width: 4px;
  height: 2px;
  top: 7px;
  left: 3px;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.form_block .check_box ul li label span::after {
  width: 2px;
  height: 10px;
  top: 1px;
  left: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.form_block .text_form input {
  width: 100%;
  height: 100%;
  display: block;
}
.form_block .text_form input[type=search] {
  padding: 15px 20px !important;
  background: #fff;
  border: 2px solid #ececec;
  border-radius: 5px;
}
@media screen and (max-width: 834px) {
  .form_block .text_form input[type=search] {
    border-radius: 3px;
    border-width: 1px;
  }
}
.form_block .text_form input[type=search]::-webkit-input-placeholder {
  color: #aaa;
}
.form_block .text_form input[type=search]::-moz-placeholder {
  color: #aaa;
}
.form_block .text_form input[type=search]:-ms-input-placeholder {
  color: #aaa;
}
.form_block .text_form input[type=search]::-ms-input-placeholder {
  color: #aaa;
}
.form_block .text_form input[type=search]::placeholder {
  color: #aaa;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .form_block .text_form input[type=search]:hover {
    background-color: #fcfbf5;
  }
}
.form_block .submit_form {
  position: relative;
  z-index: 5;
  max-width: 180px;
  width: 100%;
  margin-left: auto;
  border-radius: 100px;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 10px 70px rgba(2, 63, 122, 0.15);
          box-shadow: 0 10px 70px rgba(2, 63, 122, 0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .form_block .submit_form:hover {
    opacity: 1;
    background-position: right center;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-box-shadow: 0 10px 40px -10px rgba(2, 63, 122, 0.15);
            box-shadow: 0 10px 40px -10px rgba(2, 63, 122, 0.15);
  }
  .form_block .submit_form:hover input {
    background-color: transparent !important;
  }
}
.form_block .submit_form::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  aspect-ratio: 1/1;
  -webkit-mask: url(../img/common/ico-lenz.png) no-repeat center center/contain;
          mask: url(../img/common/ico-lenz.png) no-repeat center center/contain;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .form_block .submit_form::before {
    right: 26px;
  }
}
.form_block .submit_form input {
  width: 100%;
  height: 100%;
  display: block;
  font-weight: bold;
  padding: 1.5em 2.5em !important;
  color: #fff;
  cursor: pointer;
  background-color: transparent;
  text-indent: 2em;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  select,
  input {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  select:hover,
  input:hover {
    background-color: #faf8ed !important;
  }
}
/* ============================================
// block width
// ==========================================*/
.l-blockWidth-xs {
  max-width: 200px;
  width: 100%;
}
.l-blockWidth-s {
  max-width: 260px;
  width: 100%;
}
.l-blockWidth-m {
  max-width: 300px;
  width: 100%;
}
.l-blockWidth-l {
  max-width: 700px;
  width: 100%;
}
.l-blockWidth-xl {
  max-width: 800px;
  width: 100%;
}

/* ============================================
// container base (liquid)
// ==========================================*/
.l-container-xl, .l-container-l, .l-container-m, .l-container-s {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 834px) {
  .l-container-xl, .l-container-l, .l-container-m, .l-container-s {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.l-container-s {
  max-width: 1080px;
}
.l-container-m {
  max-width: 1240px;
}
.l-container-l {
  max-width: 1440px;
}
.l-container-xl {
  max-width: 1740px;
}

.l-hero {
  position: relative;
}

/* ============================================
// header (common)
// ==========================================*/
.l-header {
  position: fixed;
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
}
.is-drower-open .l-header::before {
  opacity: 1;
}
.is-drower-open .l-header::after {
  opacity: 0 !important;
}
.js-scroll .l-header::after {
  opacity: 1;
}
.l-header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 60px;
  padding-right: 120px;
}
@media screen and (max-width: 834px) {
  .l-header_inner {
    padding: 23px 20px;
  }
}
.l-header_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
  margin-left: auto;
  -webkit-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
}
@media (max-width: 1100px) {
  .l-header_navi {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 834px) {
  .l-header_navi {
    display: none;
  }
}
.is-drower-open .l-header_navi {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header_navi .pickupNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.l-header_navi .pickupNavi_item {
  height: 50px;
}
@media screen and (min-width: 835px) {
  .l-header_navi .pickupNavi_item a {
    padding: 0.6em 2.3em;
    font-size: 1.6rem;
  }
}

/* ============================================
// pankuzu
// ==========================================*/
body:not(.front-page) .l-breadcrumb {
  display: block;
}

.l-breadcrumb {
  display: none;
  position: relative;
  z-index: 3;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: #3d1120;
}

/* ============================================
// recruit (common)
// ==========================================*/
.l-recruit {
  position: relative;
  z-index: 10;
  padding-bottom: 40px;
  background-color: #3d1120;
}
@media screen and (max-width: 834px) {
  .l-recruit {
    padding-bottom: 20px;
    padding-bottom: 100px;
  }
}
.l-recruit_inner {
  position: relative;
  z-index: 3;
  max-width: 1030px;
}
.l-recruit_contents {
  position: relative;
  z-index: 3;
  width: 100%;
}
.l-recruit .list {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}
@media screen and (min-width: 835px) {
  .l-recruit .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
@media screen and (max-width: 834px) {
  .l-recruit .list {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
.l-recruit .list_item {
  height: 345px;
}
@media screen and (min-width: 835px) {
  .l-recruit .list_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
@media screen and (max-width: 834px) {
  .l-recruit .list_item {
    margin-bottom: 15px;
    height: 260px;
  }
}
.l-recruit .list_item.-hsnewgrad a {
  background-color: #ad9667;
}
.l-recruit .list_item.-career a {
  background-color: #691d3a;
}
.l-recruit .list_item a {
  position: relative;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .l-recruit .list_item a:hover {
    opacity: 1;
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
  }
  .l-recruit .list_item a:hover .btn-border {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.15);
  }
}
.l-recruit .list_item a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
  pointer-events: none;
}
.l-recruit .list_item a > .en {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -1.3em;
  font-size: 4.2rem;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
  white-space: nowrap;
  text-align: center;
  opacity: 0.1;
}
@media screen and (max-width: 834px) {
  .l-recruit .list_item a > .en {
    font-size: min(10vw, 4rem);
    margin-top: -1.1em;
  }
}
.l-recruit .list_item a > .ja {
  position: relative;
  z-index: 5;
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .l-recruit .list_item a > .ja {
    font-size: 2rem;
  }
}
.l-recruit .list_item a .btnWrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 835px) {
  .l-recruit .list_item a .btnWrap {
    position: absolute;
    bottom: 17%;
    min-width: 240px;
  }
}
@media screen and (max-width: 834px) {
  .l-recruit .list_item a .btnWrap {
    width: min(80%, 200px);
    margin-top: 30px;
  }
}
.l-recruit .catch {
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 0;
  margin: 0 -220px 10px 0;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .l-recruit .catch {
    margin: 0 -3vw 20px 0;
    width: min(70vw, 300px);
  }
}
.l-recruit .catch.js-active p {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.l-recruit .catch p {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.l-recruit_bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 835px) {
  .l-recruit_bg {
    top: 0;
  }
}
@media screen and (max-width: 834px) {
  .l-recruit_bg {
    height: 50%;
    height: 200px;
  }
}
.l-recruit_bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3d1120;
  opacity: 0.8;
}
.l-recruit_bg img {
  -o-object-position: 0 center;
     object-position: 0 center;
}

/* ============================================
// footer (common)
// ==========================================*/
.l-footer {
  position: relative;
  z-index: 5;
  background-color: #3d1120;
  padding-top: 70px;
}
@media screen and (max-width: 834px) {
  .l-footer {
    padding-top: 15vw;
  }
}
@media screen and (min-width: 835px) {
  .l-footer_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-footer_block1 {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 835px) {
  .l-footer_block1 {
    padding-left: min(4vw, 50px);
    padding-right: min(4vw, 50px);
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
  }
}
@media screen and (max-width: 834px) {
  .l-footer_block1 {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.l-footer_logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-footer_logo .logo {
  position: relative;
}
.l-footer_logo .logo .text {
  color: #333333;
}
@media screen and (max-width: 834px) {
  .l-footer_navi .navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.l-footer_navi .navi .mainNavi {
  width: 100%;
  gap: 0;
  row-gap: 10px;
}
@media screen and (max-width: 834px) {
  .l-footer_navi .navi .mainNavi {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
}
@media screen and (min-width: 835px) {
  .l-footer_navi .navi .mainNavi_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}
.l-footer_navi .navi .mainNavi_item a {
  display: block;
  font-size: 1.5rem;
  color: #fff;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .l-footer_navi .navi .mainNavi_item a:hover {
    color: #ad9667;
  }
}
.l-footer_corpLink {
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .l-footer_corpLink {
    margin-top: 20px;
  }
}
.l-footer_corpLink .corpLink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #fff;
  font-weight: bold;
}
.l-footer_corpLink .corpLink a::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  position: relative;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  width: 13px;
  height: 10px;
  -webkit-mask: url(../img/common/ico-blank-color.png) no-repeat center center/contain;
          mask: url(../img/common/ico-blank-color.png) no-repeat center center/contain;
  background-color: #ad9667;
}
.l-footer_block2 {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 835px) {
  .l-footer_block2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
            flex: 1 1 60%;
    padding-left: min(4vw, 50px);
    padding-right: min(4vw, 50px);
  }
}
@media screen and (max-width: 834px) {
  .l-footer_block2 {
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 834px) {
  .l-footer_recruitLink {
    margin-top: 50px;
  }
}
@media screen and (min-width: 835px) {
  .l-footer_recruitLink .recruit_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 30px;
  }
}
.l-footer_recruitLink .recruit_search_ttl {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .l-footer_recruitLink .recruit_search_ttl {
    font-size: 1.6rem;
  }
}
.l-footer_recruitLink .recruit_search_ttl::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 0.8em;
  aspect-ratio: 1/1;
  background: url(../img/common/ico-circle.png) no-repeat center center/contain;
  -webkit-animation: rotate 4s cubic-bezier(0.86, 0, 0.07, 1) infinite;
          animation: rotate 4s cubic-bezier(0.86, 0, 0.07, 1) infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@media screen and (max-width: 834px) {
  .l-footer_recruitLink .serchLink:not(:first-child) {
    margin-top: 15px;
  }
}
.l-footer_recruitLink .serchLink .hd {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .l-footer_recruitLink .serchLink .hd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    top: -1px;
  }
}
@media screen and (max-width: 834px) {
  .l-footer_recruitLink .serchLink .hd {
    font-size: 1.4rem;
    margin-bottom: 0.2em;
  }
}
.l-footer_recruitLink .serchLink .hd::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  position: relative;
  border-radius: 50%;
  background: #ad9667;
  width: 0.6em;
  height: 0.6em;
}
.l-footer_recruitLink .serchLink .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -5px;
}
.l-footer_recruitLink .serchLink .list_item {
  margin-right: 15px;
  margin-top: 5px;
}
.l-footer_recruitLink .serchLink .list a {
  position: relative;
  display: block;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 834px) {
  .l-footer_recruitLink .serchLink .list a {
    font-size: 1.2rem;
  }
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .l-footer_recruitLink .serchLink .list a:hover {
    opacity: 1;
    color: #ad9667;
  }
  .l-footer_recruitLink .serchLink .list a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
  }
}
.l-footer_recruitLink .serchLink .list a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #ad9667;
  width: 0;
  left: auto;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer_recruitLink .serchLink .list a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #fff;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer_block3 {
  position: relative;
  width: 100%;
  margin-top: 50px;
  padding: 0 min(4vw, 50px) 50px;
}
@media screen and (max-width: 834px) {
  .l-footer_block3 {
    margin-top: 50px;
  }
}
.l-footer_block3_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (min-width: 835px) {
  .l-footer_block3_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (max-width: 834px) {
  .l-footer_block3_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
.l-footer_copyright .copyright {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}
.l-footer_ga .ga {
  font-size: 1rem;
  font-weight: bold;
}
.l-footer_ga .ga a {
  color: #fff;
}
.l-footer_block4 {
  position: relative;
  width: 100%;
  height: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.l-footer_block4_inner {
  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-left: min(4vw, 50px);
  padding-right: calc(min(4vw, 50px) + 140px);
}
@media screen and (max-width: 834px) {
  .l-footer_block4_inner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: calc(min(4vw, 50px) + 100px);
  }
}

/* ============================================
// lower mv (common)
// ==========================================*/
.l-mv {
  position: relative;
  margin-bottom: 50px;
}
@includemq (sp) {
  .l-mv {
    margin-bottom: 30px;
  }
}
.l-mv_inner {
  position: relative;
}
@media screen and (max-width: 834px) {
  .l-mv_inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-mv_title {
  position: absolute;
  z-index: 5;
  bottom: 60px;
  left: 60px;
}
@media screen and (max-width: 834px) {
  .l-mv_title {
    left: 20px;
    top: auto;
    bottom: 23px;
  }
}
.l-mv_title_inner {
  padding-left: 0;
  padding-right: 0;
}
.l-mv_title .title {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 30px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 834px) {
  .l-mv_title .title {
    gap: 0;
  }
}
.l-mv_title .title .en {
  font-size: 9rem;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  letter-spacing: normal;
  line-height: 1.1;
  color: #ad9667;
  background: #ad9667 url("../img/common/bg-heading.png") no-repeat 0 0/100% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-transition: background-color 0.8s 0.5s, color 0.8s 0.5s, background-size 0.8s;
  transition: background-color 0.8s 0.5s, color 0.8s 0.5s, background-size 0.8s;
}
@media screen and (max-width: 834px) {
  .l-mv_title .title .en {
    font-size: 4.8rem;
  }
}
@media (max-width: 374px) {
  .l-mv_title .title .en {
    font-size: min(12vw, 4.8rem);
  }
}
.l-mv_title .title .en.js-active {
  color: #fff;
}
.l-mv_title .title .ja {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .l-mv_title .title .ja {
    font-size: 1.4rem;
  }
}
@media (max-width: 374px) {
  .l-mv_title .title .ja {
    font-size: min(3.8vw, 1.4rem);
  }
}
.l-mv_title .title .ja .js-word {
  display: inline-block;
}
.l-mv_image {
  position: absolute;
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  height: 450px;
}
@media screen and (max-width: 834px) {
  .l-mv_image {
    height: clamp(230px, 50vw, 300px);
  }
}
.l-mv_image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 145px;
  background: -webkit-gradient(linear, left top, left bottom, from(#111111), to(rgba(17, 17, 17, 0)));
  background: linear-gradient(180deg, #111111 0%, rgba(17, 17, 17, 0) 100%);
  opacity: 0.4;
}
@media screen and (max-width: 834px) {
  .l-mv_image::before {
    height: 70px;
  }
}
.l-mv_image .img {
  width: 100%;
  height: 100%;
}
.l-mv_image .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3d1120;
}
.lower-kyujin_l .l-mv {
  margin-bottom: 0;
}
@includemq (sp) {
  .lower-kyujin_l .l-mv {
    margin-bottom: 0;
  }
}

.l-mv_detail {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  pointer-events: none;
}
.l-mv_detail_inner {
  position: relative;
  width: 100%;
}
.l-mv_detail .bg_illust {
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.l-mv_detail .bg_illust.-bg_illust1 {
  width: 1076px;
  top: 0;
  right: 100%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin: -170px -480px 0 0;
}
@media screen and (max-width: 834px) {
  .l-mv_detail .bg_illust.-bg_illust1 {
    width: 570px;
  }
}
.l-mv_detail .bg_illust.-bg_illust2 {
  width: 1379px;
  top: 0;
  left: 0;
  margin: -300px 0 0 500px;
}
@media screen and (max-width: 834px) {
  .l-mv_detail .bg_illust.-bg_illust2 {
    margin: -100px 0 0 500px;
    width: 700px;
  }
}
.l-mv_detail .bg_illust span {
  position: relative;
  display: block;
  background: url(../img/common/bg-dots.png) no-repeat center center/contain;
  aspect-ratio: 1379/909;
  width: 100%;
}

.pageWrap {
  position: relative;
}

/* ============================================
// top mainVisual
// ==========================================*/
.p-top-mv {
  position: relative;
  z-index: 3;
}
.p-top-mv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 145px;
  background: -webkit-gradient(linear, left top, left bottom, from(#111111), to(rgba(17, 17, 17, 0)));
  background: linear-gradient(180deg, #111111 0%, rgba(17, 17, 17, 0) 100%);
  opacity: 0.4;
}
@media screen and (max-width: 834px) {
  .p-top-mv::before {
    height: 70px;
  }
}
.p-top-mv_inner {
  position: relative;
  height: 100%;
}
@-webkit-keyframes cpyMove-pc {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  60% {
    top: auto;
    left: auto;
    right: 30px;
    bottom: 30px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  100% {
    top: auto;
    left: auto;
    right: 30px;
    bottom: 30px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 1;
  }
}
@keyframes cpyMove-pc {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  60% {
    top: auto;
    left: auto;
    right: 30px;
    bottom: 30px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  100% {
    top: auto;
    left: auto;
    right: 30px;
    bottom: 30px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 1;
  }
}
@-webkit-keyframes cpyMove-sp {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  60% {
    top: auto;
    left: auto;
    right: 10px;
    bottom: 10px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  100% {
    top: auto;
    left: auto;
    right: 10px;
    bottom: 10px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 1;
  }
}
@keyframes cpyMove-sp {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  60% {
    top: auto;
    left: auto;
    right: 10px;
    bottom: 10px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  100% {
    top: auto;
    left: auto;
    right: 10px;
    bottom: 10px;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 1;
  }
}
.p-top-mv_catch {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 3%;
  width: min(70vw, 879px);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
@media screen and (max-width: 834px) {
  .p-top-mv_catch {
    width: min(90vw, 879px);
  }
}
.p-top-mv_catch.js-active {
  -webkit-animation: cpyMove-pc 1s forwards;
          animation: cpyMove-pc 1s forwards;
}
@media screen and (max-width: 834px) {
  .p-top-mv_catch.js-active {
    -webkit-animation: cpyMove-sp 1s forwards;
            animation: cpyMove-sp 1s forwards;
  }
}
.p-top-mv_catch .copyWrap .logoMark {
  position: relative;
  z-index: 0;
  width: 100%;
  aspect-ratio: 879/570;
}
.p-top-mv_catch .copyWrap .logoMark .js-mark-outline {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-mask: url(../img/index/logo-line.png) no-repeat center center/contain;
          mask: url(../img/index/logo-line.png) no-repeat center center/contain;
  background-color: #fff;
}
.p-top-mv_catch .copyWrap .logoMark .js-mark-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  -webkit-mask: url(../img/index/logo-mark.png) no-repeat center center/contain;
          mask: url(../img/index/logo-mark.png) no-repeat center center/contain;
  background-color: #51172a;
}
.p-top-mv_catch .copyWrap .copy {
  position: absolute;
  z-index: 3;
  bottom: 3%;
  left: 19%;
  width: 59%;
}
.p-top-mv_catch .copyWrap .illust {
  position: absolute;
  z-index: 1;
  bottom: 5.2%;
  left: 57.6%;
  width: 23%;
}
.p-top-mv .cover {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3d1120;
  pointer-events: none;
}
.p-top-mv .bgMov {
  position: relative;
  z-index: -100;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #3d1120;
}
.p-top-mv .bgMov.js-active {
  position: fixed;
  height: 100vh;
  height: 100%;
  overflow: hidden;
}
.p-top-mv .bgMov.js-active .movie {
  height: 100vh;
}
.p-top-mv .bgMov.js-active .movie_wrap.-pc iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 177.7777777778vh;
  height: 56.25vw;
}
.p-top-mv .bgMov.js-active .movie_wrap.-sp iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 56.25vh;
  height: 177.7777777778vw;
}
.p-top-mv .bgMov .movie {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 835px) {
  .p-top-mv .bgMov .movie {
    max-height: 900px;
  }
}
@media screen and (max-width: 834px) {
  .p-top-mv .bgMov .movie {
    aspect-ratio: 9/16;
  }
}
.p-top-mv .bgMov .movie_wrap {
  position: absolute;
  inset: 0;
}
@media (min-width: 1624px) {
  .p-top-mv .bgMov .movie_wrap {
    inset: -9.5%;
  }
}
@media screen and (max-width: 834px) {
  .p-top-mv .bgMov .movie_wrap.-pc {
    display: none;
  }
}
.p-top-mv .bgMov .movie_wrap.-pc iframe {
  aspect-ratio: 16/9;
}
@media screen and (min-width: 835px) {
  .p-top-mv .bgMov .movie_wrap.-sp {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .p-top-mv .bgMov .movie_wrap.-sp {
    display: block;
  }
}
.p-top-mv .bgMov .movie_wrap.-sp iframe {
  aspect-ratio: 9/16;
}
.p-top-mv .bgMov .movie iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  outline: none;
  min-width: 100%;
  min-height: 100%;
}

/* ============================================
// top recruit
// ==========================================*/
.p-top-recruit {
  position: relative;
  z-index: 5;
  background: #3d1120;
  padding-top: 100px;
  padding-bottom: 200px;
  overflow: hidden;
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 834px) {
  .p-top-recruit {
    padding-top: min(17vw, 100px);
    padding-bottom: min(17vw, 100px);
  }
}
.p-top-recruit::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  aspect-ratio: 1/1.3;
  width: 130%;
  background: radial-gradient(circle, #661c38 0%, rgba(61, 17, 32, 0) 60%, rgba(61, 17, 32, 0) 100%);
  pointer-events: none;
  opacity: 0;
  -webkit-animation: opacity 2s 4s forwards;
          animation: opacity 2s 4s forwards;
}
.p-top-recruit_ttl {
  position: relative;
  z-index: 5;
  margin-bottom: 50px;
  opacity: 0;
  -webkit-animation: opacity 2s 5s forwards;
          animation: opacity 2s 5s forwards;
}
@media screen and (min-width: 835px) {
  .p-top-recruit_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5%;
  }
}
.p-top-recruit_contents .subtitle {
  font-size: 3rem;
  font-weight: normal;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .p-top-recruit_contents .subtitle {
    font-size: 2.4rem;
    margin-bottom: 20px;
    text-align: center;
  }
}

/* ============================================
// top newJobs
// ==========================================*/
.p-top-newJobs {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 835px) {
  .p-top-newJobs {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 55%;
            flex: 1 1 55%;
  }
}
.p-top-newJobs_inner {
  position: relative;
}
.p-top-newJobs_ttl {
  position: relative;
}
.p-top-newJobs_newJobsWrap {
  display: block;
}
.p-top-newJobs .newJobs_item {
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-top-newJobs .newJobs_item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .p-top-newJobs .newJobs_item:nth-child(n+4) {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .p-top-newJobs .newJobs_item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.p-top-newJobs .newJobs_item a {
  position: relative;
  color: #333333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .p-top-newJobs .newJobs_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p-top-newJobs .newJobs_item a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .p-top-newJobs .newJobs_item a:hover {
    opacity: 1;
  }
  .p-top-newJobs .newJobs_item a:hover .newJobs_item_contents > .hd {
    color: #ad9667;
  }
  .p-top-newJobs .newJobs_item a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.p-top-newJobs .newJobs_item_image {
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-top-newJobs .newJobs_item_image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
    max-width: 167px;
  }
}
@media screen and (max-width: 834px) {
  .p-top-newJobs .newJobs_item_image {
    margin-bottom: 15px !important;
  }
}
.p-top-newJobs .newJobs_item_image .img {
  position: relative;
  overflow: hidden;
}
.p-top-newJobs .newJobs_item_image .img img {
  position: relative;
  aspect-ratio: 167/121;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-top-newJobs .newJobs_item_contents {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 20px;
}
@media screen and (min-width: 835px) {
  .p-top-newJobs .newJobs_item_contents {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 55%;
            flex: 1 1 55%;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
@media screen and (max-width: 834px) {
  .p-top-newJobs .newJobs_item_contents {
    gap: 10px 20px;
  }
}
.p-top-newJobs .newJobs_item_contents .occupation {
  position: relative;
  line-height: 1.6;
}
.p-top-newJobs .newJobs_item_contents .occupation span {
  display: block;
  position: relative;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  background-color: #ad9667;
  padding: 3px 10px;
}
.p-top-newJobs .newJobs_item_contents .label {
  margin-right: auto;
}
.p-top-newJobs .newJobs_item_contents .label span {
  display: block;
  color: #ad9667;
  font-size: 1.2rem;
  font-weight: bold;
}
.p-top-newJobs .newJobs_item_contents .date {
  position: relative;
  top: 3px;
  line-height: 1;
  color: #fff;
}
.p-top-newJobs .newJobs_item_contents .date span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  opacity: 0.5;
}
.p-top-newJobs .newJobs_item_contents > .hd {
  width: 100%;
  color: #333333;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #fff;
}
@media screen and (min-width: 835px) {
  .p-top-newJobs .newJobs_item_contents > .hd {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media screen and (max-width: 834px) {
  .p-top-newJobs .newJobs_item_contents > .hd {
    font-size: 1.6rem;
  }
}
.p-top-newJobs .linkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .p-top-newJobs .linkWrap {
    margin-top: 45px;
    padding-right: 5px;
  }
}
.p-top-newJobs .newsSwiper {
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-top-newJobs .newsSwiper .swiper-wrapper {
    display: block;
  }
}
@media screen and (min-width: 835px) {
  .p-top-newJobs .newsSwiper .swiper-button-next,
  .p-top-newJobs .newsSwiper .swiper-button-prev {
    display: none !important;
  }
}
@media screen and (max-width: 834px) {
  .p-top-newJobs .newsSwiper .swiper-button-next,
  .p-top-newJobs .newsSwiper .swiper-button-prev {
    top: 100%;
    margin-top: 26px;
  }
}
@media screen and (max-width: 834px) {
  .p-top-newJobs .newsSwiper .swiper-button-next {
    position: relative;
    margin-top: 0;
  }
}
@media screen and (max-width: 834px) {
  .p-top-newJobs .newsSwiper .swiper-button-prev {
    position: relative;
    margin-top: 0;
  }
}
@media screen and (max-width: 834px) {
  .p-top-newJobs .newsSwiper .arrow_set {
    position: absolute;
    z-index: 5;
    bottom: -95px;
    left: 0;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 10px 14px;
    gap: 10px;
    width: 120px;
  }
}

/* ============================================
// top search
// ==========================================*/
.p-top-search {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 835px) {
  .p-top-search {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
  }
}
@media screen and (max-width: 834px) {
  .p-top-search {
    margin-top: 70px;
  }
}
.p-top-search_inner {
  position: relative;
  z-index: 5;
  max-width: 1500px;
}
.p-top-search_contents .heading02 {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .p-top-search_contents .heading02 {
    margin-bottom: 20px;
  }
}
.p-top-search .top-searchWrap {
  position: relative;
  z-index: 5;
}

/* ============================================
// top sectionCopy
// ==========================================*/
.p-top-sectionCopy {
  position: relative;
  z-index: 5;
  padding-top: min(18vw, 250px);
  padding-bottom: min(18vw, 250px);
}
@media screen and (max-width: 834px) {
  .p-top-sectionCopy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 500px;
  }
}
.p-top-sectionCopy::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3d1120;
  opacity: 0.3;
}
.p-top-sectionCopy_inner {
  position: relative;
  z-index: 5;
}
.p-top-sectionCopy .copy {
  color: #fff;
  font-size: 3.6rem;
  font-size: min(2.9vw, 3.6rem);
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  letter-spacing: normal;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 834px) {
  .p-top-sectionCopy .copy {
    font-size: 2.4rem;
    font-size: min(6vw, 2.4rem);
  }
}
@media screen and (min-width: 835px) {
  .p-top-sectionCopy .copy .forSp {
    display: none;
  }
}

/* ============================================
// top dream
// ==========================================*/
.p-top-dream {
  position: relative;
  z-index: 5;
  background: #fcfbf5;
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .p-top-dream {
    padding-top: min(15vw, 100px);
    padding-bottom: min(17vw, 100px);
  }
}
.p-top-dream_inner {
  position: relative;
  z-index: 5;
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 835px) {
  .p-top-dream_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-top-dream_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 835px) {
  .p-top-dream_image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 46.3%;
            flex: 0 1 46.3%;
  }
}
@media screen and (max-width: 834px) {
  .p-top-dream_image {
    margin-bottom: 30px;
    padding-left: 7%;
    padding-right: 7%;
  }
}
.p-top-dream_image.js-active .img {
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.p-top-dream_image .img {
  max-width: 345px;
}
.p-top-dream_image .img.-img1 {
  position: relative;
  z-index: 1;
  margin-top: 10%;
  opacity: 0;
  -webkit-transform: translate(-15px, 15px);
          transform: translate(-15px, 15px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, transform 0.9s cubic-bezier(0.87, 0, 0.13, 1), -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
}
.p-top-dream_image .img.-img2 {
  position: relative;
  z-index: 3;
  margin-top: -10%;
  margin-left: -30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transform: translate(15px, -15px);
          transform: translate(15px, -15px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, transform 0.9s cubic-bezier(0.87, 0, 0.13, 1), -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
}
@media screen and (max-width: 834px) {
  .p-top-dream_image .img.-img2 {
    margin-left: -15px;
  }
}
.p-top-dream_image .img img {
  aspect-ratio: 351/481;
}
.p-top-dream_contents {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 53.7%;
          flex: 0 1 53.7%;
  padding-left: 7%;
  padding-right: 7%;
}
.p-top-dream .enTitle {
  position: relative;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .p-top-dream .enTitle {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}
.p-top-dream .enTitle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 30px;
  display: block;
  width: 2000px;
  height: 1px;
  border-top: 1px solid;
}
@media screen and (max-width: 834px) {
  .p-top-dream .enTitle::after {
    margin-right: 15px;
  }
}
.p-top-dream .enTitle span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top-dream .copy {
  font-size: 4rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .p-top-dream .copy {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
.p-top-dream .read {
  margin-bottom: 50px;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .p-top-dream .read {
    margin-bottom: 30px;
  }
}
.p-top-dream .btnWrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 240px;
}
.p-top-dream_bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* ============================================
// top woman
// ==========================================*/
.p-top-woman {
  position: relative;
  z-index: 5;
  background: #fcfbf5;
  padding-top: 170px;
  padding-bottom: 120px;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .p-top-woman {
    padding-top: min(20vw, 150px);
    padding-bottom: min(17vw, 100px);
  }
}
.p-top-woman::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  width: 1364px;
  aspect-ratio: 1364/884;
  background: url(../img/common/logo-mark.png) no-repeat center center/contain;
  opacity: 0.1;
}
@media screen and (min-width: 835px) {
  .p-top-woman::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 834px) {
  .p-top-woman::before {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}
.p-top-woman_inner {
  position: relative;
  z-index: 5;
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 835px) {
  .p-top-woman_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-top-woman_image {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .p-top-woman_image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 54%;
            flex: 0 1 54%;
  }
}
@media screen and (max-width: 834px) {
  .p-top-woman_image {
    margin-bottom: 30px;
    padding-left: 7%;
    padding-right: 7%;
  }
}
.p-top-woman_image.js-active .img {
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.p-top-woman_image .img.-img1 {
  opacity: 0;
  -webkit-transform: translate(15px, -15px);
          transform: translate(15px, -15px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, transform 0.9s cubic-bezier(0.87, 0, 0.13, 1), -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
}
.p-top-woman_image .img.-img1 img {
  aspect-ratio: 777/507;
}
.p-top-woman_image .img.-img2 {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  margin-right: 10%;
  width: 38.8674388674%;
  -webkit-transform: translate(-15px, 15px);
          transform: translate(-15px, 15px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
  transition: opacity 0.3s, transform 0.9s cubic-bezier(0.87, 0, 0.13, 1), -webkit-transform 0.9s cubic-bezier(0.87, 0, 0.13, 1);
}
@media screen and (max-width: 834px) {
  .p-top-woman_image .img.-img2 {
    width: 35%;
    margin-right: 14%;
  }
}
.p-top-woman_contents {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 46%;
          flex: 0 1 46%;
  padding-left: 7%;
  padding-right: 7%;
}
.p-top-woman .enTitle {
  position: relative;
  color: #ad9667;
  font-size: 2.4rem;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .p-top-woman .enTitle {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}
.p-top-woman .enTitle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 230px;
  display: block;
  width: 2000px;
  height: 1px;
  border-top: 1px solid;
}
@media screen and (max-width: 834px) {
  .p-top-woman .enTitle::after {
    left: 160px;
  }
}
.p-top-woman .enTitle span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top-woman .copy {
  font-size: 4rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .p-top-woman .copy {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
.p-top-woman .read {
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .p-top-woman .read {
    margin-bottom: 30px;
  }
}
.p-top-woman .btnWrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 240px;
}

/* ============================================
// top pages
// ==========================================*/
.p-top-pages {
  position: relative;
  z-index: 7;
}
.p-top-pages .pages {
  background: #fcfbf5;
}
@media screen and (min-width: 835px) {
  .p-top-pages .pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-top-pages .pages_item {
  position: relative;
}
@media screen and (min-width: 835px) {
  .p-top-pages .pages_item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    height: min(45vw, 580px);
  }
}
@media screen and (max-width: 834px) {
  .p-top-pages .pages_item {
    height: min(90vw, 400px);
  }
}
.p-top-pages .pages_item:not(:first-child) {
  border-left: 1px solid #fff;
}
.p-top-pages .pages_item .title {
  position: absolute;
  z-index: 5;
  bottom: 50px;
  left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .p-top-pages .pages_item .title {
    bottom: 30px;
    left: 7%;
  }
}
.p-top-pages .pages_item .title .en {
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  margin-bottom: -0.3em;
  font-size: 8rem;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.2;
}
@media screen and (max-width: 834px) {
  .p-top-pages .pages_item .title .en {
    font-size: min(12vw, 7rem);
  }
}
.p-top-pages .pages_item .title .ja {
  position: relative;
  z-index: 3;
  font-size: 2.4rem;
}
@media screen and (max-width: 834px) {
  .p-top-pages .pages_item .title .ja {
    font-size: 1.8rem;
  }
}
.p-top-pages .pages_item .inner {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  overflow: hidden;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .p-top-pages .pages_item .inner:hover {
    opacity: 1;
  }
  .p-top-pages .pages_item .inner:hover::before {
    height: calc(100% + 200px);
    opacity: 0.5;
  }
  .p-top-pages .pages_item .inner:hover .bg img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.p-top-pages .pages_item .inner::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 175px;
  background: -webkit-gradient(linear, left bottom, left top, from(#111111), to(rgba(17, 17, 17, 0)));
  background: linear-gradient(0deg, #111111 0%, rgba(17, 17, 17, 0) 100%);
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 834px) {
  .p-top-pages .pages_item .inner::before {
    height: 130px;
    background: -webkit-gradient(linear, left bottom, left top, from(#111111), color-stop(50%, #111111), to(rgba(17, 17, 17, 0)));
    background: linear-gradient(0deg, #111111 0%, #111111 50%, rgba(17, 17, 17, 0) 100%);
    opacity: 0.7;
  }
}
.p-top-pages .pages_item .bg {
  height: 100%;
}
.p-top-pages .pages_item .bg img {
  position: relative;
  aspect-ratio: 700/580;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-top-pages .pages_item .linkWrap {
  position: absolute;
  z-index: 5;
  bottom: 50px;
  right: 50px;
}
@media screen and (max-width: 834px) {
  .p-top-pages .pages_item .linkWrap {
    right: 7%;
    bottom: 30px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}
.p-top-pages .pages_item .linkWrap .ico {
  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;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.p-top-pages .pages_item .linkWrap .ico span {
  display: block;
  position: relative;
  z-index: 3;
  -webkit-mask: url(../img/common/ico-arrow.png) no-repeat center center/contain;
          mask: url(../img/common/ico-arrow.png) no-repeat center center/contain;
  background-color: #fff;
  aspect-ratio: 51/24;
  width: 16px;
}
@media screen and (max-width: 834px) {
  .p-top-pages .pages_item .linkWrap .ico span {
    width: 12px;
  }
}

/* ============================================
// top information
// ==========================================*/
.p-top-information {
  position: relative;
  z-index: 5;
  padding-top: 120px;
  padding-bottom: 220px;
  background: #fcfbf5;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .p-top-information {
    padding-top: min(15vw, 100px);
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
.p-top-information::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  width: 50%;
  background: #fbf5e4;
  background: radial-gradient(circle, #fbf5e4 0%, rgba(251, 245, 228, 0) 95%, rgba(251, 245, 228, 0) 100%);
  pointer-events: none;
}
.p-top-information_contents {
  position: relative;
  height: min(30vw, 400px);
}
@media screen and (max-width: 834px) {
  .p-top-information_contents {
    height: min(80vw, 400px);
  }
}
.p-top-information_contents a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 45px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 834px) {
  .p-top-information_contents a {
    padding: 5%;
  }
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .p-top-information_contents a:hover {
    opacity: 1;
    padding: 35px;
  }
}
.p-top-information .inner {
  position: relative;
  z-index: 3;
  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;
  height: 100%;
  background: rgba(17, 17, 17, 0.6);
  border: 1px solid rgba(252, 251, 245, 0.6);
  padding-left: min(5.8vw, 90px);
  padding-right: min(5.8vw, 90px);
}
@media screen and (max-width: 834px) {
  .p-top-information .inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-top-information .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .p-top-information .title {
    position: absolute;
    bottom: 50%;
    left: 10%;
  }
}
.p-top-information .title .en {
  font-size: 6rem;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 834px) {
  .p-top-information .title .en {
    font-size: min(10vw, 3.6rem);
  }
}
.p-top-information .title .ja {
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .p-top-information .title .ja {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 834px) {
  .p-top-information .linkWrap {
    position: absolute;
    bottom: 7vw;
    left: 10%;
  }
}
.p-top-information .linkWrap .ico {
  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;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
}
@media screen and (max-width: 834px) {
  .p-top-information .linkWrap .ico {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
  }
}
.p-top-information .linkWrap .ico span {
  display: block;
  position: relative;
  z-index: 3;
  -webkit-mask: url(../img/common/ico-arrow.png) no-repeat center center/contain;
          mask: url(../img/common/ico-arrow.png) no-repeat center center/contain;
  background-color: #fff;
  aspect-ratio: 51/24;
  width: 16px;
}
@media screen and (max-width: 834px) {
  .p-top-information .linkWrap .ico span {
    width: 12px;
  }
}
.p-top-information .bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 834px) {
  .p-top-information .bg img {
    -o-object-position: 40% top;
       object-position: 40% top;
  }
}

@-webkit-keyframes kyujinImageOfi {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes kyujinImageOfi {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lower-kyujin_l .job_img img,
.lower-kyujin_d .job_img img,
.lower-whatsnew .job_img img {
  opacity: 0;
  -webkit-animation: kyujinImageOfi 0.3s 0.2s forwards;
          animation: kyujinImageOfi 0.3s 0.2s forwards;
}
.lower-kyujin_l .p-lower-kyujin,
.lower-kyujin_d .p-lower-kyujin,
.lower-whatsnew .p-lower-kyujin {
  position: relative;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_l .p-lower-kyujin_inner,
  .lower-kyujin_d .p-lower-kyujin_inner,
  .lower-whatsnew .p-lower-kyujin_inner {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.lower-kyujin_l .job_ttl,
.lower-kyujin_d .job_ttl,
.lower-whatsnew .job_ttl {
  font-size: 2.4rem;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_l .job_ttl,
  .lower-kyujin_d .job_ttl,
  .lower-whatsnew .job_ttl {
    font-size: 1.6rem;
  }
}
.lower-kyujin_l .job_employmenttype_list_item,
.lower-kyujin_d .job_employmenttype_list_item,
.lower-whatsnew .job_employmenttype_list_item {
  color: #691d3a;
  border-color: #691d3a;
  background-color: #fff;
}
.lower-kyujin_l .job_employmenttype_list_item::first-letter,
.lower-kyujin_d .job_employmenttype_list_item::first-letter,
.lower-whatsnew .job_employmenttype_list_item::first-letter {
  color: #691d3a;
}
.lower-kyujin_l .job_workplace_ttl,
.lower-kyujin_d .job_workplace_ttl,
.lower-whatsnew .job_workplace_ttl {
  color: #3d1120;
}
.lower-kyujin_l .kyujin_container,
.lower-kyujin_d .kyujin_container,
.lower-whatsnew .kyujin_container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 80px;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_l .kyujin_container,
  .lower-kyujin_d .kyujin_container,
  .lower-whatsnew .kyujin_container {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.lower-kyujin_l .gMap_link,
.lower-kyujin_d .gMap_link,
.lower-whatsnew .gMap_link {
  display: inline-block;
  color: #3d1120;
}
.lower-kyujin_l .gMap_link::before,
.lower-kyujin_d .gMap_link::before,
.lower-whatsnew .gMap_link::before {
  -webkit-mask: url(../img/kyujin/ico_custom_location_color.png) no-repeat center center/contain;
          mask: url(../img/kyujin/ico_custom_location_color.png) no-repeat center center/contain;
  background: #1cc774;
}
.lower-kyujin_l .tel_link,
.lower-kyujin_d .tel_link,
.lower-whatsnew .tel_link {
  color: #3d1120;
}
.lower-kyujin_l .tel_link::before,
.lower-kyujin_d .tel_link::before,
.lower-whatsnew .tel_link::before {
  -webkit-mask: url(../img/kyujin/ico_custom_tel_color.png) no-repeat center center/contain;
          mask: url(../img/kyujin/ico_custom_tel_color.png) no-repeat center center/contain;
  background: #1cc774;
}
.lower-kyujin_l .btn,
.lower-kyujin_d .btn,
.lower-whatsnew .btn {
  border-radius: 100px;
  position: relative;
  color: #fff;
  -webkit-transition: 0.3s !important;
  transition: 0.3s !important;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .lower-kyujin_l .btn:hover,
  .lower-kyujin_d .btn:hover,
  .lower-whatsnew .btn:hover {
    opacity: 1;
    background-position: right center !important;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.5);
            box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.5);
  }
}
.lower-kyujin_l .btn.btn_secondary,
.lower-kyujin_d .btn.btn_secondary,
.lower-whatsnew .btn.btn_secondary {
  background-color: #ad9667;
}
.lower-kyujin_l .btn.btn_external,
.lower-kyujin_d .btn.btn_external,
.lower-whatsnew .btn.btn_external {
  background-color: #691d3a;
}
.lower-kyujin_l .btn.btn_external::after,
.lower-kyujin_d .btn.btn_external::after,
.lower-whatsnew .btn.btn_external::after {
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .lower-kyujin_l .pagination li a:hover:before,
  .lower-kyujin_d .pagination li a:hover:before,
  .lower-whatsnew .pagination li a:hover:before {
    background: #691d3a;
  }
}
.lower-kyujin_l .pagination li em,
.lower-kyujin_d .pagination li em,
.lower-whatsnew .pagination li em {
  background: #691d3a;
}
.lower-kyujin_l .job_employmenttype_list_item,
.lower-kyujin_d .job_employmenttype_list_item,
.lower-whatsnew .job_employmenttype_list_item {
  color: #ad9667;
  border-color: #ad9667;
}
.lower-kyujin_l .job_employmenttype_list_item:first-letter,
.lower-kyujin_d .job_employmenttype_list_item:first-letter,
.lower-whatsnew .job_employmenttype_list_item:first-letter {
  color: #ad9667;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_l .job_employmenttype_list_item:first-letter,
  .lower-kyujin_d .job_employmenttype_list_item:first-letter,
  .lower-whatsnew .job_employmenttype_list_item:first-letter {
    color: #ad9667;
  }
}
.lower-kyujin_l .job_count_pager.contents_bottom,
.lower-kyujin_d .job_count_pager.contents_bottom,
.lower-whatsnew .job_count_pager.contents_bottom {
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_l .job_count_pager.contents_bottom,
  .lower-kyujin_d .job_count_pager.contents_bottom,
  .lower-whatsnew .job_count_pager.contents_bottom {
    margin-top: 40px;
  }
}
.lower-kyujin_l .pagination ul,
.lower-kyujin_d .pagination ul,
.lower-whatsnew .pagination ul {
  gap: 5px;
}
.lower-kyujin_l .pagination li,
.lower-kyujin_d .pagination li,
.lower-whatsnew .pagination li {
  overflow: hidden;
  border-radius: 100px;
}
.lower-kyujin_l .pagination li a,
.lower-kyujin_d .pagination li a,
.lower-whatsnew .pagination li a {
  background-color: transparent;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .lower-kyujin_l .pagination li a:hover,
  .lower-kyujin_d .pagination li a:hover,
  .lower-whatsnew .pagination li a:hover {
    background-color: transparent;
  }
}
.lower-kyujin_l .l-recruit,
.lower-kyujin_d .l-recruit,
.lower-whatsnew .l-recruit {
  display: none;
}

.lower-kyujin_l .panelWrap {
  position: relative;
  z-index: 10;
  background: #3d1120;
  margin-bottom: 50px;
  padding-top: 70px;
  padding-bottom: 60px;
  overflow: hidden;
  -webkit-transition: 0.1s 0s;
  transition: 0.1s 0s;
}
.lower-kyujin_l .panelWrap.js-active .search_body::before {
  -webkit-transition: 0.3s 0s;
  transition: 0.3s 0s;
  opacity: 1;
}
.lower-kyujin_l .panelWrap.js-active .job_result_total {
  padding-top: 50px;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_l .panelWrap.js-active .job_result_total {
    padding-top: 30px;
  }
}
@media screen and (max-width: 834px) {
  .lower-kyujin_l .panelWrap {
    padding-top: min(15vw, 100px);
    padding-bottom: min(13vw, 70px);
  }
}
.lower-kyujin_l .search_panel {
  position: relative;
  border-radius: 0;
  border: none;
  padding: 0;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_l .search_panel {
    border-radius: 10px;
  }
}
.lower-kyujin_l .search_body {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.lower-kyujin_l .search_body::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 4px double rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 1px;
  pointer-events: none;
  -webkit-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
  opacity: 0;
}
.lower-kyujin_l .custom-form {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.lower-kyujin_l .custom-form .selCity-box {
  background-color: transparent;
  padding: 0;
}
.lower-kyujin_l .search-toggle {
  z-index: 7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  border-radius: 100px;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_l .search-toggle {
    max-width: 230px;
  }
}
.lower-kyujin_l .search-toggle:hover {
  opacity: 1;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .lower-kyujin_l .search-toggle:hover {
    background-color: #faecf1;
  }
}
.lower-kyujin_l .search-toggle .toggle_txt {
  position: relative;
  z-index: 10;
  color: #3d1120;
  padding-top: 1em;
  padding-bottom: 1em;
}
.lower-kyujin_l .search-toggle .toggle_txt br {
  display: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger {
  z-index: 10;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #691d3a;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_l .search-toggle .toggle_trigger {
    right: 8px;
  }
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico {
  width: 8px;
  margin-top: -1px;
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico:nth-of-type(1) {
  margin-left: -2px;
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico:nth-of-type(2) {
  margin-left: 3px;
}
.lower-kyujin_l .job_result_total {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 70px 50px 0px;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_l .job_result_total {
    padding: 60px 0 0;
  }
}
.lower-kyujin_l .job_result_total_body {
  position: relative;
  z-index: 5;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 1 auto !important;
          flex: 0 1 auto !important;
  color: #fff;
}
.lower-kyujin_l .form_block.form_end .submit_form {
  margin-right: auto;
}
.lower-kyujin_l .job {
  position: relative;
  border: 1px solid #e5e5e5 !important;
  padding: 5% 5%;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_l .job {
    padding: 40px 7% 25px;
  }
}
.lower-kyujin_l .job:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_l .job:not(:first-child) {
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .lower-kyujin_l .job_outline-head {
    border: none !important;
    background: #fcfbf5;
  }
}

.lower-kyujin_d {
  /* text more */
}
.lower-kyujin_d .p-lower-kyujin {
  position: relative;
  padding-top: 130px;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_d .p-lower-kyujin {
    padding-top: 80px;
  }
}
.lower-kyujin_d .p-lower-kyujin::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: #3d1120;
  width: 100%;
  height: 350px;
}
.lower-kyujin_d .p-lower-kyujin_inner {
  position: relative;
  z-index: 3;
  padding-top: 100px;
  max-width: 100%;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_d .p-lower-kyujin_inner {
    padding-top: 40px;
  }
}
.lower-kyujin_d .p-lower-kyujin_inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.lower-kyujin_d .kyujin_container {
  max-width: 1300px;
}
.lower-kyujin_d .job {
  position: relative;
}
.lower-kyujin_d .job_head, .lower-kyujin_d .job_body {
  position: relative;
  z-index: 3;
}
.lower-kyujin_d .job_head {
  position: relative;
}
@media screen and (min-width: 835px) {
  .lower-kyujin_d .job_head {
    margin-bottom: 30px;
  }
}
.lower-kyujin_d .job_head .job_head_img.is_sp {
  width: 110%;
  margin-left: -5%;
  overflow: hidden;
  margin-top: -40px;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_d .job_outline-head {
    background-color: #fcfbf5 !important;
    margin-bottom: 0 !important;
    border: none;
    margin-bottom: 40px !important;
    padding: 25px 7%;
  }
  .lower-kyujin_d .job_outline-head .job_outline_item:not(:first-child) {
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 834px) {
  .lower-kyujin_d .job_body_head_txt_inner .job_post_ttl:before {
    top: 10px;
  }
}
@media screen and (max-width: 834px) {
  .lower-kyujin_d .job_body_block {
    margin-bottom: 0;
  }
}
.lower-kyujin_d .outline,
.lower-kyujin_d .appeal {
  position: relative;
  border: 1px solid #ddd !important;
  padding: 5% 5%;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_d .outline,
  .lower-kyujin_d .appeal {
    padding: 20px 7% 25px;
  }
}
.lower-kyujin_d .outline_ttl,
.lower-kyujin_d .appeal_ttl {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  background: none;
  font-size: 4.4rem;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: normal;
  color: #ad9667;
  padding: 0;
  margin-bottom: 20px;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_d .outline_ttl,
  .lower-kyujin_d .appeal_ttl {
    font-size: 2.8rem;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0.5em;
    margin-bottom: 0;
    padding: 0;
  }
}
.lower-kyujin_d .outline_ttl::after,
.lower-kyujin_d .appeal_ttl::after {
  content: none;
}
.lower-kyujin_d .outline_ttl::after,
.lower-kyujin_d .appeal_ttl::after {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 100%;
  height: 1px;
  background: #ad9667;
}
.lower-kyujin_d .appeal_list_item_head {
  color: #691d3a !important;
}
.lower-kyujin_d .page_back {
  margin-top: 60px;
  padding: 0;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_d .page_back {
    margin-top: 40px;
  }
}
.lower-kyujin_d .page_back a {
  color: #3d1120;
}
.lower-kyujin_d .l-footer {
  margin-bottom: 92px;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_d .l-footer {
    margin-bottom: 70px;
  }
}
@-webkit-keyframes convertionUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes convertionUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
.lower-kyujin_d .fixed_conversion {
  background: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-animation: convertionUp 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
          animation: convertionUp 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.lower-kyujin_d .fixed_conversion::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  background-color: #3d1120;
  pointer-events: none;
  opacity: 0.9;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion {
    padding: 0;
    padding: 5px 10px 5px 5px;
  }
}
.lower-kyujin_d .fixed_conversion_inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .phone {
    margin-right: 0;
    background: transparent;
    min-height: 60px;
  }
}
.lower-kyujin_d .fixed_conversion .phone .btn_phone {
  color: #fff;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .phone .phone_num {
    color: #fff;
  }
}
@media screen and (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .phone .phone_num::before {
    background-image: url(../img/kyujin/ico_custom_tel_white.png);
  }
}
@media screen and (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .phone .phone_notes {
    color: #fff;
  }
}
.lower-kyujin_d .fixed_conversion .conversion a {
  height: 100%;
  background: #ad9667;
  border-radius: 100px;
}
@media screen and (max-width: 834px) {
  .lower-kyujin_d .fixed_conversion .conversion a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .lower-kyujin_d .fixed_conversion .conversion a:hover {
    opacity: 1;
    background-position: right center !important;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
    -webkit-box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.5);
            box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.5);
  }
}
.lower-kyujin_d .fixed_conversion .conversion a::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  background-image: url(../img/kyujin/ico_custom_blank_white.png);
}
@media screen and (max-width: 834px) {
  .lower-kyujin_d .job_body_head_txt_inner:after {
    content: none !important;
  }
  .lower-kyujin_d .job_post_slidedown .job_lead {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.8s !important;
    transition: 0.8s !important;
    margin-bottom: 15px;
  }
  .lower-kyujin_d .job_post_slidedown .job_lead.js-active {
    margin-bottom: 0;
    -webkit-transition: 0.5s cubic-bezier(0.7, 0, 0.84, 0) !important;
    transition: 0.5s cubic-bezier(0.7, 0, 0.84, 0) !important;
  }
  .lower-kyujin_d .job_post_slidedown .more_link_inner {
    position: relative;
    display: block;
  }
  .lower-kyujin_d .job_post_slidedown .more_link_inner.js-active:before {
    opacity: 0;
  }
  .lower-kyujin_d .job_post_slidedown .more_link_inner.js-active .more_link:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .lower-kyujin_d .job_post_slidedown .more_link_inner:before {
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 30px;
    pointer-events: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.01)), to(rgb(255, 255, 255)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgb(255, 255, 255) 100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .lower-kyujin_d .job_post_slidedown .more_link {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    text-indent: -0.8em;
    font-size: 12px;
    font-weight: bold;
    padding-top: 7px;
    padding-bottom: 7px;
    cursor: pointer;
    color: #fff;
    background-color: #691d3a;
    background-size: 200% 100%;
    max-width: 130px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100px;
  }
  .lower-kyujin_d .job_post_slidedown .more_link.js-active {
    border: none !important;
  }
  .lower-kyujin_d .job_post_slidedown .more_link:before {
    content: none;
  }
  .lower-kyujin_d .job_post_slidedown .more_link:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1.3em;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    margin-top: -0.1em;
    -webkit-transform: 0.3s;
            transform: 0.3s;
  }
}

.lower-whatsnew .job_ttl {
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .lower-whatsnew .job_ttl {
    font-size: 1.6rem;
  }
}
.lower-whatsnew .job {
  position: relative;
  border: 1px solid #e5e5e5 !important;
  padding: 4% 4%;
}
@media screen and (max-width: 834px) {
  .lower-whatsnew .job {
    padding: 30px 7%;
  }
}
.lower-whatsnew .job::before, .lower-whatsnew .job::after {
  content: none !important;
}
.lower-whatsnew .job:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .lower-whatsnew .job:not(:first-child) {
    margin-top: 15px;
  }
}
.lower-whatsnew .job_inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.lower-information_l .l-recruit, .lower-information_d .l-recruit {
  display: none;
}

@media screen and (max-width: 834px) {
  .lower-information_l .l-mv {
    margin-bottom: 20px;
  }
}

.lower-information_d .-small {
  margin-bottom: 0;
}
.lower-information_d .-small .l-mv_image {
  height: 320px;
}
@media screen and (max-width: 834px) {
  .lower-information_d .-small .l-mv_image {
    height: clamp(180px, 30vw, 200px);
  }
}
@media screen and (max-width: 834px) {
  .lower-information_d .-small .l-mv_title .title {
    gap: 4px;
  }
}
.lower-information_d .-small .l-mv_title .title .en {
  font-size: 7rem;
}
@media screen and (max-width: 834px) {
  .lower-information_d .-small .l-mv_title .title .en {
    font-size: 4rem;
  }
}
.lower-information_d .-small .l-mv_title .title .ja {
  font-size: 1.5rem;
}
@media screen and (max-width: 834px) {
  .lower-information_d .-small .l-mv_title .title .ja {
    font-size: 1.3rem;
  }
}

.p-lower-information .pagination ul {
  gap: 5px;
}
.p-lower-information .pagination li {
  overflow: hidden;
  border-radius: 100px;
}
.p-lower-information .pagination li a {
  background-color: transparent;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .p-lower-information .pagination li a:hover {
    background-color: transparent;
  }
}
.p-lower-information .information {
  /*------------------------------
    一覧ページ
  ------------------------------*/
  /*------------------------------
    詳細ページ
  ------------------------------*/
  /*------------------------------
    サイドナビ
  ------------------------------*/
}
.p-lower-information .information__container {
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  margin: 0 auto;
  padding: 80px 40px;
}
@media screen and (max-width: 834px) {
  .p-lower-information .information__container {
    display: block;
    padding: 40px 20px;
  }
}
.p-lower-information .information__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 280px - 80px);
          flex: 0 0 calc(100% - 280px - 80px);
}
.p-lower-information .information__side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
}
@media screen and (max-width: 834px) {
  .p-lower-information .information__side {
    margin-top: 40px;
  }
}
.p-lower-information .information__categoryTitle {
  font-size: 1.8em;
  font-weight: 700;
  color: #3d1120;
  line-height: 1.5;
  padding-bottom: 24px;
  border-bottom: 1px solid #ad9667;
  position: relative;
  padding-right: 140px;
}
@media screen and (max-width: 1200px) {
  .p-lower-information .information__categoryTitle {
    padding-right: 100px;
  }
}
@media screen and (max-width: 834px) {
  .p-lower-information .information__categoryTitle {
    font-size: 1.45em;
    padding-bottom: 16px;
    padding-right: 0px;
  }
}
.p-lower-information .information__categoryTitle::before {
  position: absolute;
  content: "";
  aspect-ratio: 230/64;
  max-width: 120px;
  background: url(../img/information/deco_bus.png) no-repeat center center/contain;
  bottom: 0;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-lower-information .information__categoryTitle::before {
    max-width: 90px;
  }
}
@media screen and (max-width: 834px) {
  .p-lower-information .information__categoryTitle::before {
    display: none;
  }
}
.p-lower-information .information__articles__item {
  border-bottom: 1px solid #e5e5e5;
}
.p-lower-information .information__articles__item a {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  padding: 32px 0;
  padding-right: 64px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 834px) {
  .p-lower-information .information__articles__item a {
    gap: 20px;
    padding: 20px 0;
  }
}
.p-lower-information .information__articles__item a::after {
  content: "";
  width: 18px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #3d1120;
  -webkit-mask: url(../img/information/ico-arrow.png) center center/contain no-repeat;
          mask: url(../img/information/ico-arrow.png) center center/contain no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 834px) {
  .p-lower-information .information__articles__item a::after {
    display: none;
  }
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .p-lower-information .information__articles__item a:hover {
    color: #3d1120;
  }
  .p-lower-information .information__articles__item a:hover::after {
    -webkit-transform: translate(4px, 0);
            transform: translate(4px, 0);
  }
}
.p-lower-information .information__articles__item .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  max-width: 160px;
}
@media screen and (max-width: 834px) {
  .p-lower-information .information__articles__item .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
  }
}
.p-lower-information .information__articles__item .img img {
  width: 100%;
}
.p-lower-information .information__articles__item .body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-item-align: center;
      align-self: center;
}
.p-lower-information .information__articles__item .status {
  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: 0.5em 0.8em;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 834px) {
  .p-lower-information .information__articles__item .status {
    margin-bottom: 0.35em;
  }
}
.p-lower-information .information__articles__item .date {
  font-size: 0.9em;
  color: rgba(51, 51, 51, 0.8);
}
.p-lower-information .information__articles__item .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 5px;
}
.p-lower-information .information__articles__item .category__item {
  background-color: #ad9667;
  color: #fff;
  font-size: 0.7em;
  line-height: 1;
  padding: 0.5em 0.8em;
  border-radius: 2px;
}
.p-lower-information .information__articles__item .title {
  font-size: 1.35em;
  font-weight: 700;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #691d3a;
}
@media screen and (max-width: 834px) {
  .p-lower-information .information__articles__item .title {
    font-size: 1.18em;
  }
}
.p-lower-information .information__article__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
  margin-bottom: 56px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ad9667;
  position: relative;
  padding-right: 140px;
}
@media screen and (max-width: 1200px) {
  .p-lower-information .information__article__title {
    padding-right: 100px;
  }
}
@media screen and (max-width: 834px) {
  .p-lower-information .information__article__title {
    margin-bottom: 32px;
    padding-bottom: 16px;
    padding-right: 0;
  }
}
.p-lower-information .information__article__title::before {
  position: absolute;
  content: "";
  aspect-ratio: 230/64;
  max-width: 120px;
  background: url(../img/information/deco_bus.png) no-repeat center center/contain;
  bottom: 0;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .p-lower-information .information__article__title::before {
    max-width: 90px;
  }
}
@media screen and (max-width: 834px) {
  .p-lower-information .information__article__title::before {
    display: none;
  }
}
.p-lower-information .information__article__title .date {
  color: rgba(51, 51, 51, 0.8);
}
.p-lower-information .information__article__title .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  gap: 5px;
}
.p-lower-information .information__article__title .category__item {
  background-color: #ad9667;
  color: #fff;
  font-size: 0.8em;
  line-height: 1;
  padding: 0.5em 0.8em;
  border-radius: 2px;
}
.p-lower-information .information__article__title .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-size: 1.8em;
  font-weight: 700;
  color: #3d1120;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .p-lower-information .information__article__title .title {
    font-size: 1.45em;
  }
}
.p-lower-information .information__article__body {
  padding: 0 0 56px;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 834px) {
  .p-lower-information .information__article__body {
    padding: 0 0 32px;
  }
}
.p-lower-information .information__article__body .photo__item {
  max-width: 640px;
  max-height: 480px;
  text-align: center;
  margin: 48px auto;
}
@media screen and (max-width: 834px) {
  .p-lower-information .information__article__body .photo__item {
    margin: 24px auto;
  }
}
.p-lower-information .information__article__body .photo__item img {
  max-width: 100%;
  max-height: 480px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}
.p-lower-information .information__article__body .hd {
  font-size: 1.5em;
  font-weight: 700;
  color: #3d1120;
  line-height: 1.6;
  padding-left: 0.6em;
  border-left: 4px double;
}
@media screen and (max-width: 834px) {
  .p-lower-information .information__article__body .hd {
    font-size: 1.4em;
  }
}
.p-lower-information .information__article__body .hd + .text {
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .p-lower-information .information__article__body .hd + .text {
    margin-top: 10px;
  }
}
.p-lower-information .information__article__body .text {
  margin: 48px 0;
}
@media screen and (max-width: 834px) {
  .p-lower-information .information__article__body .text {
    margin: 24px 0;
  }
}
.p-lower-information .information__article__body .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(173, 150, 103, 0.3)));
  background: linear-gradient(transparent 60%, rgba(173, 150, 103, 0.3) 60%);
}
.p-lower-information .information__article__body .strong {
  font-weight: 700;
  color: #ad9667;
}
.p-lower-information .information__article__body .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 0.2em;
  margin: 48px 0;
}
@media screen and (max-width: 834px) {
  .p-lower-information .information__article__body .link {
    gap: 0.4em;
    margin: 20px 0;
  }
}
.p-lower-information .information__article__body .link:last-child {
  margin-bottom: 0;
}
.p-lower-information .information__article__body .link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: 700;
  color: #ad9667;
  gap: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-lower-information .information__article__body .link a::before {
  content: "";
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
  width: 1em;
  margin-top: 0.45em;
  background-color: #ad9667;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/information/ico_link.svg);
          mask-image: url(../img/information/ico_link.svg);
}
@media screen and (max-width: 834px) {
  .p-lower-information .information__article__body .link a::before {
    margin-top: 0.35em;
  }
}
.p-lower-information .information__article__body .link a[target=_blank]::before {
  -webkit-mask-image: url(../img/information/ico_external.svg);
          mask-image: url(../img/information/ico_external.svg);
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .p-lower-information .information__article__body .link a:hover {
    opacity: 0.7;
  }
}
.p-lower-information .information__btnArea {
  margin-top: 48px;
}
.p-lower-information .information__btnArea .backBtn {
  display: block;
  text-align: center;
}
.p-lower-information .information__btnArea .backBtn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.1em;
  font-weight: 700;
  color: #3d1120;
  gap: 0.8em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.p-lower-information .information__btnArea .backBtn a::before {
  content: "";
  aspect-ratio: 1/1;
  width: 1em;
  background: #3d1120;
  -webkit-mask: url(../img/information/ico-arrow.png) center center/contain no-repeat;
          mask: url(../img/information/ico-arrow.png) center center/contain no-repeat;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .p-lower-information .information__btnArea .backBtn a:hover {
    opacity: 0.7;
  }
  .p-lower-information .information__btnArea .backBtn a:hover::before {
    -webkit-transform: scaleX(-1) translate(4px, 0);
            transform: scaleX(-1) translate(4px, 0);
  }
}
.p-lower-information .information__side__block {
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  .p-lower-information .information__side__block {
    margin-top: 30px;
  }
}
.p-lower-information .information__side__block:first-child {
  margin-top: 0;
}
.p-lower-information .information__side__block .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  font-size: 1.3em;
  font-weight: 700;
  color: #3d1120;
  line-height: 1.6;
  margin-bottom: 0.6em;
}
.p-lower-information .information__side__block .list__item {
  border-bottom: 1px solid #e5e5e5;
}
.p-lower-information .information__side__block .list__item:first-child {
  border-top: 1px solid #e5e5e5;
}
.p-lower-information .information__side__block .list__item a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1em 0.5em;
  padding-right: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #691d3a;
}
.p-lower-information .information__side__block .list__item a::after {
  content: "";
  width: 14px;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #691d3a;
  -webkit-mask: url(../img/information/ico-arrow.png) center center/contain no-repeat;
          mask: url(../img/information/ico-arrow.png) center center/contain no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (hover: hover), all and (-ms-high-contrast: none) {
  .p-lower-information .information__side__block .list__item a:hover {
    color: #691d3a;
  }
  .p-lower-information .information__side__block .list__item a:hover::after {
    -webkit-transform: translate(4px, 0);
            transform: translate(4px, 0);
  }
}

.lower-womandriver {
  background-color: #fcfbf5;
}
@media screen and (max-width: 834px) {
  .lower-womandriver .l-mv {
    margin-bottom: 40px;
  }
}
.lower-womandriver .womandriver__container {
  padding-bottom: 200px;
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container {
    padding-bottom: 80px;
  }
}
.lower-womandriver .womandriver__container .sec__intro {
  padding: 40px 0;
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__intro {
    padding: 0;
  }
}
.lower-womandriver .womandriver__container .sec__intro__inner {
  max-width: 1040px;
}
.lower-womandriver .womandriver__container .sec__intro__inner .text {
  font-size: 1.5rem;
  line-height: 2.4;
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__intro__inner .text {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.lower-womandriver .womandriver__container .sec__drivers {
  padding: 80px 0 0;
  position: relative;
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__drivers {
    padding: 60px 0 0;
  }
}
.lower-womandriver .womandriver__container .sec__drivers::after {
  position: absolute;
  content: "";
  background: url(../img/woman/deco_bus.png) no-repeat bottom center/contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 230/66;
  max-width: 115px;
  width: 100%;
  top: 48px;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__drivers::after {
    top: 32px;
    max-width: 100px;
  }
}
.lower-womandriver .womandriver__container .sec__drivers .drivers {
  border-top: 1px solid #ad9667;
  padding-top: 50px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__drivers .drivers {
    padding-top: 40px;
  }
}
.lower-womandriver .womandriver__container .sec__drivers .drivers::before {
  position: absolute;
  content: "";
  background-color: #fbf5e4;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10%;
  min-height: 100px;
}
.lower-womandriver .womandriver__container .sec__drivers .drivers__container .lead {
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
}
.lower-womandriver .womandriver__container .sec__drivers .drivers__container .lead br {
  display: none;
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__drivers .drivers__container .lead {
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    line-height: 1.6;
  }
  .lower-womandriver .womandriver__container .sec__drivers .drivers__container .lead br {
    display: block;
  }
}
.lower-womandriver .womandriver__container .sec__drivers .drivers__container .lead::before, .lower-womandriver .womandriver__container .sec__drivers .drivers__container .lead::after {
  content: "";
  width: 1px;
  height: 40px;
  background-color: #333333;
  position: absolute;
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__drivers .drivers__container .lead::before, .lower-womandriver .womandriver__container .sec__drivers .drivers__container .lead::after {
    height: 16px;
    position: relative;
  }
}
.lower-womandriver .womandriver__container .sec__drivers .drivers__container .lead::before {
  margin-right: 1em;
  -webkit-transform: rotate(-30deg) translate(-30px, -5px);
          transform: rotate(-30deg) translate(-30px, -5px);
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__drivers .drivers__container .lead::before {
    -webkit-transform: rotate(-30deg) translate(5px, -5px);
            transform: rotate(-30deg) translate(5px, -5px);
  }
}
.lower-womandriver .womandriver__container .sec__drivers .drivers__container .lead::after {
  margin-left: 1em;
  -webkit-transform: rotate(30deg) translate(-10px, 17px);
          transform: rotate(30deg) translate(-10px, 17px);
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__drivers .drivers__container .lead::after {
    -webkit-transform: rotate(30deg) translate(-5px, -5px);
            transform: rotate(30deg) translate(-5px, -5px);
  }
}
.lower-womandriver .womandriver__container .sec__drivers .drivers__container__box {
  background-color: #5e1a34;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
  padding: 30px 50px;
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__drivers .drivers__container__box {
    margin-top: 30px;
    padding: 24px;
  }
}
.lower-womandriver .womandriver__container .sec__drivers .drivers__container__box::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
  pointer-events: none;
}
.lower-womandriver .womandriver__container .sec__drivers .drivers__container__box .title {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lower-womandriver .womandriver__container .sec__drivers .drivers__container__box .title .en {
  opacity: 0.1;
  font-family: "Montserrat", sans-serif;
  font-size: 6rem;
  line-height: 1;
  font-weight: 300;
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__drivers .drivers__container__box .title .en {
    font-size: 5rem;
  }
}
.lower-womandriver .womandriver__container .sec__drivers .drivers__container__box .title .ja {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-top: -20px;
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__drivers .drivers__container__box .title .ja {
    font-size: 2rem;
  }
}
.lower-womandriver .womandriver__container .sec__drivers .drivers__container__box .drivers_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(0, 50%));
  position: relative;
  margin: 40px 0 20px;
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__drivers .drivers__container__box .drivers_list {
    display: block;
    margin: 0 0 24px;
  }
}
.lower-womandriver .womandriver__container .sec__drivers .drivers__container__box .drivers_list::before {
  position: absolute;
  content: "";
  width: 1px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.4;
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__drivers .drivers__container__box .drivers_list::before {
    display: none;
  }
}
.lower-womandriver .womandriver__container .sec__drivers .drivers__container__box .drivers_list .list_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  justify-items: center;
  padding: 0 50px;
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__drivers .drivers__container__box .drivers_list .list_item {
    padding: 0;
    padding: 32px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__drivers .drivers__container__box .drivers_list .list_item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.lower-womandriver .womandriver__container .sec__drivers .drivers__container__box .drivers_list .list_item .imgArea {
  max-width: 200px;
  aspect-ratio: 1/1;
  margin-bottom: 24px;
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__drivers .drivers__container__box .drivers_list .list_item .imgArea {
    max-width: 160px;
    margin-bottom: 16px;
  }
}
.lower-womandriver .womandriver__container .sec__drivers .drivers__container__box .drivers_list .list_item .imgArea img {
  border-radius: 50%;
}
.lower-womandriver .womandriver__container .sec__drivers .drivers__container__box .drivers_list .list_item .textArea {
  color: #fff;
  display: contents;
}
.lower-womandriver .womandriver__container .sec__drivers .drivers__container__box .drivers_list .list_item .textArea .hdArea .name {
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__drivers .drivers__container__box .drivers_list .list_item .textArea .hdArea .name {
    font-size: 1.8rem;
  }
}
.lower-womandriver .womandriver__container .sec__drivers .drivers__container__box .drivers_list .list_item .textArea .hdArea .join {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-left: 16px;
  font-weight: 400;
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__drivers .drivers__container__box .drivers_list .list_item .textArea .hdArea .join {
    font-size: 1.3rem;
    margin-left: 10px;
  }
}
.lower-womandriver .womandriver__container .sec__drivers .drivers__container__box .drivers_list .list_item .textArea .text {
  margin-top: 16px;
  font-size: 1.5;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__drivers .drivers__container__box .drivers_list .list_item .textArea .text {
    margin-top: 6px;
  }
}
.lower-womandriver .womandriver__container .sec__interview .interview__list__item {
  padding: 90px 0;
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__interview .interview__list__item {
    padding: 40px 0;
  }
}
.lower-womandriver .womandriver__container .sec__interview .interview__list__item:nth-of-type(odd) {
  background-color: #fbf5e4;
}
.lower-womandriver .womandriver__container .sec__interview .interview__list__item:nth-of-type(odd) .item_inner:has(.imgArea) .textArea {
  padding-left: 120px;
  padding-right: 70px;
}
@media screen and (max-width: 1200px) {
  .lower-womandriver .womandriver__container .sec__interview .interview__list__item:nth-of-type(odd) .item_inner:has(.imgArea) .textArea {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__interview .interview__list__item:nth-of-type(odd) .item_inner:has(.imgArea) .textArea {
    padding: 0;
  }
}
.lower-womandriver .womandriver__container .sec__interview .interview__list__item:nth-of-type(odd) .item_inner:has(.imgArea) .textArea .hdArea::before {
  right: -70px;
}
@media screen and (max-width: 1200px) {
  .lower-womandriver .womandriver__container .sec__interview .interview__list__item:nth-of-type(odd) .item_inner:has(.imgArea) .textArea .hdArea::before {
    right: -50px;
  }
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__interview .interview__list__item:nth-of-type(odd) .item_inner:has(.imgArea) .textArea .hdArea::before {
    right: 0;
  }
}
.lower-womandriver .womandriver__container .sec__interview .interview__list__item:nth-of-type(even) .item_inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__interview .interview__list__item:nth-of-type(even) .item_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lower-womandriver .womandriver__container .sec__interview .interview__list__item:nth-of-type(even) .item_inner:has(.imgArea) .textArea {
  padding-left: 70px;
  padding-right: 120px;
}
@media screen and (max-width: 1200px) {
  .lower-womandriver .womandriver__container .sec__interview .interview__list__item:nth-of-type(even) .item_inner:has(.imgArea) .textArea {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__interview .interview__list__item:nth-of-type(even) .item_inner:has(.imgArea) .textArea {
    padding: 0;
  }
}
.lower-womandriver .womandriver__container .sec__interview .interview__list__item:nth-of-type(even) .item_inner:has(.imgArea) .textArea .hdArea::before {
  left: -70px;
}
@media screen and (max-width: 1200px) {
  .lower-womandriver .womandriver__container .sec__interview .interview__list__item:nth-of-type(even) .item_inner:has(.imgArea) .textArea .hdArea::before {
    left: -50px;
  }
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__interview .interview__list__item:nth-of-type(even) .item_inner:has(.imgArea) .textArea .hdArea::before {
    left: 0;
  }
}
.lower-womandriver .womandriver__container .sec__interview .interview__list__item .item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 1440px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__interview .interview__list__item .item_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 0 5%;
  }
}
.lower-womandriver .womandriver__container .sec__interview .interview__list__item .textArea {
  padding: 0 120px;
}
@media screen and (max-width: 1200px) {
  .lower-womandriver .womandriver__container .sec__interview .interview__list__item .textArea {
    padding: 0 50px;
  }
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__interview .interview__list__item .textArea {
    padding: 0;
    display: contents;
  }
}
.lower-womandriver .womandriver__container .sec__interview .interview__list__item .textArea .hdArea {
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__interview .interview__list__item .textArea .hdArea {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 16px;
    width: 100%;
  }
}
.lower-womandriver .womandriver__container .sec__interview .interview__list__item .textArea .hdArea::before {
  position: absolute;
  content: "";
  background: #ad9667;
  left: -2000px;
  right: -2000px;
  bottom: 0;
  height: 1px;
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__interview .interview__list__item .textArea .hdArea::before {
    left: 0;
    right: 0;
  }
}
.lower-womandriver .womandriver__container .sec__interview .interview__list__item .textArea .hdArea::after {
  position: absolute;
  content: "";
  background: url(../img/woman/interview_illust_deco.png) no-repeat bottom center/contain;
  right: 0;
  aspect-ratio: 282/84;
  max-width: 141px;
  width: 100%;
  bottom: 0;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .lower-womandriver .womandriver__container .sec__interview .interview__list__item .textArea .hdArea::after {
    max-width: 100px;
  }
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__interview .interview__list__item .textArea .hdArea::after {
    display: none;
  }
}
.lower-womandriver .womandriver__container .sec__interview .interview__list__item .textArea .hdArea .sub {
  color: #ad9667;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__interview .interview__list__item .textArea .hdArea .sub {
    font-size: 1.4rem;
    gap: 8px;
  }
}
.lower-womandriver .womandriver__container .sec__interview .interview__list__item .textArea .hdArea .sub::before {
  content: "";
  background-color: #ad9667;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-top: 11.5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7px;
          flex: 0 0 7px;
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__interview .interview__list__item .textArea .hdArea .sub::before {
    width: 6px;
    height: 6px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6px;
            flex: 0 0 6px;
    margin-top: 10.5px;
  }
}
.lower-womandriver .womandriver__container .sec__interview .interview__list__item .textArea .hdArea .hd {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .lower-womandriver .womandriver__container .sec__interview .interview__list__item .textArea .hdArea .hd {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__interview .interview__list__item .textArea .hdArea .hd {
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__interview .interview__list__item .textArea .interviewArea {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 10px;
  }
}
.lower-womandriver .womandriver__container .sec__interview .interview__list__item .textArea .interviewArea .interview_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__interview .interview__list__item .textArea .interviewArea .interview_item {
    gap: 16px;
    margin-top: 20px;
  }
}
.lower-womandriver .womandriver__container .sec__interview .interview__list__item .textArea .interviewArea .interview_item__imgArea {
  max-width: 80px;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__interview .interview__list__item .textArea .interviewArea .interview_item__imgArea {
    max-width: 54px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54px;
            flex: 0 0 54px;
  }
}
.lower-womandriver .womandriver__container .sec__interview .interview__list__item .textArea .interviewArea .interview_item__imgArea img {
  border-radius: 50%;
}
.lower-womandriver .womandriver__container .sec__interview .interview__list__item .textArea .interviewArea .interview_item__textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-womandriver .womandriver__container .sec__interview .interview__list__item .textArea .interviewArea .interview_item__textArea .text {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__interview .interview__list__item .textArea .interviewArea .interview_item__textArea .text {
    font-size: 1.4rem;
  }
}
.lower-womandriver .womandriver__container .sec__interview .interview__list__item .textArea .interviewArea .interview_item__textArea .text .name {
  font-weight: bold;
  color: #691d3a;
  margin-right: 8px;
}
.lower-womandriver .womandriver__container .sec__interview .interview__list__item .imgArea {
  max-width: 504px;
  aspect-ratio: 504/378;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.6%;
          flex: 0 0 33.6%;
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__interview .interview__list__item .imgArea {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 320px;
    margin: 0 auto;
    margin-top: 24px;
  }
}
.lower-womandriver .womandriver__container .sec__interview .interview .date {
  text-align: center;
  font-size: 1.4rem;
  color: #8d8d8d;
  margin-top: 40px;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .lower-womandriver .womandriver__container .sec__interview .interview .date {
    font-size: 1.3rem;
    margin-top: 24px;
  }
}

.lower-training {
  background-color: #fcfbf5;
}
.lower-training .l-mv {
  margin-bottom: 0;
}
.lower-training .training__container {
  position: relative;
  padding-top: 70px;
  padding-bottom: 200px;
}
@media screen and (max-width: 834px) {
  .lower-training .training__container {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
.lower-training .training__container::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(../img/common/bg-grad1.png) no-repeat 0 0/contain;
  aspect-ratio: 931/676;
  width: 931px;
  pointer-events: none;
}
.lower-training .sec__intro {
  position: relative;
  z-index: 5;
}
.lower-training .sec__intro__inner {
  max-width: 1040px;
}
.lower-training .sec__intro__inner .text {
  font-size: 1.5rem;
  line-height: 2.4;
}
@media screen and (max-width: 834px) {
  .lower-training .sec__intro__inner .text {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.lower-training .sec__trainingList {
  position: relative;
  margin-top: 50px;
  padding-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .lower-training .sec__trainingList {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.lower-training .sec__trainingList::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  background: url(../img/common/bg-grad1.png) no-repeat 0 0/contain;
  aspect-ratio: 931/676;
  width: 931px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.lower-training .sec__trainingList__inner {
  position: relative;
  z-index: 5;
}
.lower-training .sec__trainingList .trainingList {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.lower-training .sec__trainingList .trainingList_item {
  position: relative;
  counter-increment: num-training;
}
@media screen and (min-width: 835px) {
  .lower-training .sec__trainingList .trainingList_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px 4%;
    padding: 60px 50px;
  }
}
@media screen and (max-width: 834px) {
  .lower-training .sec__trainingList .trainingList_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 35px;
    padding-bottom: 40px;
  }
}
.lower-training .sec__trainingList .trainingList_item_num {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .lower-training .sec__trainingList .trainingList_item_num {
    gap: 10px;
  }
}
.lower-training .sec__trainingList .trainingList_item_num::after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  background: #ad9667;
  opacity: 0.2;
}
.lower-training .sec__trainingList .trainingList_item_num .num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  font-size: 3rem;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #ad9667;
}
@media screen and (max-width: 834px) {
  .lower-training .sec__trainingList .trainingList_item_num .num {
    font-size: 2rem;
  }
}
.lower-training .sec__trainingList .trainingList_item_num .num::before {
  content: counter(num-training, decimal-leading-zero);
}
@media screen and (min-width: 835px) {
  .lower-training .sec__trainingList .trainingList_item_image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 29%;
            flex: 0 1 29%;
  }
}
@media screen and (max-width: 834px) {
  .lower-training .sec__trainingList .trainingList_item_image {
    margin-bottom: 15px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.lower-training .sec__trainingList .trainingList_item_image .img img {
  aspect-ratio: 322/209;
}
.lower-training .sec__trainingList .trainingList_item_contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 66%;
          flex: 1 1 66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 834px) {
  .lower-training .sec__trainingList .trainingList_item_contents {
    display: contents;
    gap: 10px;
  }
}
.lower-training .sec__trainingList .trainingList_item_contents .copy {
  font-size: 3rem;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .lower-training .sec__trainingList .trainingList_item_contents .copy {
    font-size: 2.4rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 834px) {
  .lower-training .sec__trainingList .trainingList_item_contents .read {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.lower-training .sec__support {
  position: relative;
  background: url(../img/training/bg-support.jpg) no-repeat center center/cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .lower-training .sec__support {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.lower-training .sec__support::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3d1120;
  opacity: 0.9;
  pointer-events: none;
}
.lower-training .sec__support__ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .lower-training .sec__support__ttl {
    margin-bottom: 30px;
  }
}
.lower-training .sec__support__contents .supportList {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 835px) {
  .lower-training .sec__support__contents .supportList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    overflow: hidden;
  }
  .lower-training .sec__support__contents .supportList::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #fff;
    opacity: 0.4;
    pointer-events: none;
  }
}
.lower-training .sec__support__contents .supportList_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  padding: 40px 20px;
}
@media screen and (min-width: 835px) {
  .lower-training .sec__support__contents .supportList_item {
    margin-bottom: -1px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 20px);
            flex: 0 1 calc(50% - 20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
}
@media screen and (max-width: 834px) {
  .lower-training .sec__support__contents .supportList_item {
    padding: 30px 0;
  }
  .lower-training .sec__support__contents .supportList_item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.lower-training .sec__support__contents .supportList_item .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 104px;
          flex: 0 0 104px;
}
@media screen and (max-width: 834px) {
  .lower-training .sec__support__contents .supportList_item .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }
}
.lower-training .sec__support__contents .supportList_item .image .img img {
  border-radius: 1000px;
}
.lower-training .sec__support__contents .supportList_item .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 834px) {
  .lower-training .sec__support__contents .supportList_item .contents {
    gap: 5px;
  }
}
.lower-training .sec__support__contents .supportList_item .contents .copy {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .lower-training .sec__support__contents .supportList_item .contents .copy {
    font-size: 1.8rem;
  }
}
.lower-training .sec__support__contents .supportList_item .contents .read {
  color: #fff;
}
.lower-training .sec__message {
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 834px) {
  .lower-training .sec__message {
    padding-top: 50px;
  }
}
.lower-training .sec__message::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  background: url(../img/common/bg-grad1.png) no-repeat 0 0/contain;
  aspect-ratio: 931/676;
  width: 931px;
  pointer-events: none;
}
.lower-training .sec__message__inner {
  position: relative;
  z-index: 5;
  max-width: 1340px;
}
.lower-training .sec__message__ttl {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .lower-training .sec__message__ttl {
    margin-bottom: 30px;
  }
}
.lower-training .sec__message__ttl .heading01 {
  position: relative;
}
.lower-training .sec__message__ttl .heading01::before {
  content: "";
  display: block;
  position: absolute;
  top: 28px;
  right: 100%;
  margin-right: 30px;
  width: 2000px;
  height: 1px;
  background-color: #ad9667;
}
@media screen and (max-width: 834px) {
  .lower-training .sec__message__ttl .heading01::before {
    top: 20px;
    margin-right: 10px;
  }
}
.lower-training .sec__message__contents .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.8rem;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .lower-training .sec__message__contents .copy {
    font-size: 2.4rem;
  }
}
.lower-training .sec__message__contents .imgList {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 835px) {
  .lower-training .sec__message__contents .imgList {
    margin-bottom: -50px;
  }
}
@media screen and (min-width: 835px) {
  .lower-training .sec__message__contents .imgList .img {
    max-width: 510px;
  }
}
.lower-training .sec__message__contents .imgList .img img {
  aspect-ratio: 510/341;
}
@media screen and (min-width: 835px) {
  .lower-training .sec__message__contents .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 25px;
  }
}
.lower-training .sec__message__contents .swiper-pagination {
  bottom: -30px;
}
.lower-training .sec__message__contents .swiper-pagination .swiper-pagination-bullet {
  margin-left: 5px;
  margin-right: 5px;
  background: #ad9667;
}
.lower-training .sec__message__contents .comment {
  position: relative;
  background-color: #fff;
  padding: 100px min(7vw, 100px) 70px;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 834px) {
  .lower-training .sec__message__contents .comment {
    padding: 50px 10% 30px;
  }
}
.lower-training .sec__message__contents .comment::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #ad9667;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .lower-training .sec__message__contents .comment::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}
@media screen and (min-width: 835px) {
  .lower-training .sec__message__contents .comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4%;
  }
}
.lower-training .sec__message__contents .comment__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
}
@media screen and (max-width: 834px) {
  .lower-training .sec__message__contents .comment__image {
    max-width: 110px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.lower-training .sec__message__contents .comment__image .img img {
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.lower-training .sec__message__contents .comment__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lower-dream {
  background-color: #fcfbf5;
}
.lower-dream .l-mv {
  margin-bottom: 0;
}
.lower-dream .dream__container {
  position: relative;
  padding-top: 70px;
  padding-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .lower-dream .dream__container {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.lower-dream .dream__container::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(../img/common/bg-grad1.png) no-repeat 0 0/contain;
  aspect-ratio: 931/676;
  width: 931px;
  pointer-events: none;
}
.lower-dream .sec__intro {
  position: relative;
  z-index: 5;
  padding-bottom: 100px;
}
.lower-dream .sec__intro::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: min(50vw, 800px);
  background: url(../img/dream/bg-intro.png) no-repeat center top/cover;
  aspect-ratio: 1440/691;
  pointer-events: none;
}
.lower-dream .sec__intro__inner {
  position: relative;
  z-index: 3;
  max-width: 1240px;
}
.lower-dream .sec__intro__head {
  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: 30px;
}
.lower-dream .sec__intro__head .copy {
  font-size: 3.8rem;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 834px) {
  .lower-dream .sec__intro__head .copy {
    font-size: 2.4rem;
  }
}
.lower-dream .sec__intro__head .img {
  position: relative;
  z-index: 5;
  max-width: 640px;
  margin-inline: auto;
}
@media screen and (min-width: 835px) {
  .lower-dream .sec__intro__head .img {
    margin-bottom: -100px;
  }
}
@media screen and (max-width: 834px) {
  .lower-dream .sec__intro__head .img {
    margin-bottom: -1px;
  }
}
.lower-dream .sec__intro__head .img img {
  aspect-ratio: 640/427;
}
.lower-dream .sec__intro__body {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 835px) {
  .lower-dream .sec__intro__body {
    margin-top: 50px;
  }
}
.lower-dream .sec__intro__body .detail {
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #ad9667;
  padding: 80px 60px;
}
@media screen and (max-width: 834px) {
  .lower-dream .sec__intro__body .detail {
    padding: 40px 7%;
  }
}
.lower-dream .sec__intro__body .info {
  position: relative;
  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;
}
.lower-dream .sec__intro__body .info_hd {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .lower-dream .sec__intro__body .info_hd {
    font-size: 2rem;
  }
}
.lower-dream .sec__intro__body .profile {
  margin-top: 30px;
}
.lower-dream .sec__intro__body .profile_hd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.lower-dream .sec__intro__body .profile_hd span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7em;
  position: relative;
  color: #ad9667;
  font-size: 2.4rem;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
}
.lower-dream .sec__intro__body .profile_hd span::before, .lower-dream .sec__intro__body .profile_hd span::after {
  content: "";
  display: block;
  position: relative;
  width: 2em;
  height: 1px;
  background: #ad9667;
}
.lower-dream .sec__history {
  position: relative;
  background: #3d1120;
  padding-top: 140px;
  padding-bottom: 140px;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .lower-dream .sec__history {
    min-height: 600px;
  }
}
@media screen and (max-width: 834px) {
  .lower-dream .sec__history {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.lower-dream .sec__history::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-mask: url(../img/common/logo-mark.png) no-repeat center center/contain;
          mask: url(../img/common/logo-mark.png) no-repeat center center/contain;
  background-color: #000;
  aspect-ratio: 1364/884;
  width: 1364px;
  opacity: 0.1;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .lower-dream .sec__history::before {
    width: 80%;
    top: 0;
    left: auto;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.lower-dream .sec__history::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/bg-grad2.png) no-repeat left top/contain;
  aspect-ratio: 1440/2129;
  width: 1440px;
  pointer-events: none;
}
.lower-dream .sec__history__inner {
  position: relative;
  z-index: 5;
}
.lower-dream .sec__history__ttl {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.lower-dream .sec__history__ttl .heading01 {
  position: relative;
}
.lower-dream .sec__history__ttl .heading01::before {
  content: "";
  display: block;
  position: absolute;
  top: 28px;
  right: 100%;
  margin-right: 30px;
  width: 2000px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 834px) {
  .lower-dream .sec__history__ttl .heading01::before {
    top: 20px;
    margin-right: 10px;
  }
}
.lower-dream .sec__history__historyList .historyList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lower-dream .sec__history__historyList .historyList::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #ad9667;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .lower-dream .sec__history__historyList .historyList::before {
    left: 0;
  }
}
.lower-dream .sec__history__historyList .historyList_item {
  position: relative;
}
@media screen and (min-width: 835px) {
  .lower-dream .sec__history__historyList .historyList_item {
    width: 50%;
    margin-top: -50px;
  }
}
@media screen and (max-width: 834px) {
  .lower-dream .sec__history__historyList .historyList_item:not(:first-child) {
    margin-top: 30px;
  }
}
.lower-dream .sec__history__historyList .historyList_item:nth-child(odd) {
  margin-left: auto;
}
@media screen and (min-width: 835px) {
  .lower-dream .sec__history__historyList .historyList_item:nth-child(odd) {
    padding-left: 5%;
  }
}
.lower-dream .sec__history__historyList .historyList_item:nth-child(odd) .inner::after {
  margin-right: calc(11% - 3px);
}
@media screen and (min-width: 835px) {
  .lower-dream .sec__history__historyList .historyList_item:nth-child(even) {
    padding-right: 5%;
  }
}
.lower-dream .sec__history__historyList .historyList_item:nth-child(even) .inner::before, .lower-dream .sec__history__historyList .historyList_item:nth-child(even) .inner::after {
  left: 100%;
  right: auto;
}
.lower-dream .sec__history__historyList .historyList_item:nth-child(even) .inner::after {
  margin-left: calc(11% - 3px);
}
.lower-dream .sec__history__historyList .historyList_item .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  background: rgba(105, 29, 58, 0.4);
  padding: 40px 40px 30px;
  border: 1px solid #ad9667;
}
@media screen and (max-width: 834px) {
  .lower-dream .sec__history__historyList .historyList_item .inner {
    padding: 30px 7% 20px;
  }
}
.lower-dream .sec__history__historyList .historyList_item .inner::before, .lower-dream .sec__history__historyList .historyList_item .inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 50px;
  right: 100%;
  background: #ad9667;
}
.lower-dream .sec__history__historyList .historyList_item .inner::before {
  width: 11%;
  height: 1px;
}
@media screen and (max-width: 834px) {
  .lower-dream .sec__history__historyList .historyList_item .inner::before {
    content: none;
  }
}
.lower-dream .sec__history__historyList .historyList_item .inner::after {
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  margin-top: -5px;
}
@media screen and (max-width: 834px) {
  .lower-dream .sec__history__historyList .historyList_item .inner::after {
    margin: 0 0 0 -5px !important;
    top: -5px;
    left: 0 !important;
    right: auto !important;
  }
}
.lower-dream .sec__history__historyList .historyList_item .num {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ad9667;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 834px) {
  .lower-dream .sec__history__historyList .historyList_item .num {
    font-size: 1.3rem;
    padding-left: 10px;
    padding-right: 10px;
    left: calc(7% - 10px);
  }
}
.lower-dream .sec__history__historyList .historyList_item .num::before, .lower-dream .sec__history__historyList .historyList_item .num::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 2px;
}
.lower-dream .sec__history__historyList .historyList_item .num::before {
  z-index: -2;
  background-color: #3d1120;
}
.lower-dream .sec__history__historyList .historyList_item .num::after {
  z-index: -1;
  background-color: #691d3a;
  opacity: 0.5;
}
.lower-dream .sec__history__historyList .historyList_item .num span {
  font-size: 2em;
}
.lower-dream .sec__history__historyList .historyList_item .shd {
  color: #fff;
  font-size: 2.2rem;
}
@media screen and (max-width: 834px) {
  .lower-dream .sec__history__historyList .historyList_item .shd {
    font-size: 2rem;
  }
}
.lower-dream .sec__history__historyList .historyList_item .read {
  color: #fff;
}
.lower-dream .sec__interview {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .lower-dream .sec__interview {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.lower-dream .sec__interview__ttl {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.lower-dream .sec__interview__ttl .heading01 {
  position: relative;
}
.lower-dream .sec__interview__ttl .heading01::before {
  content: "";
  display: block;
  position: absolute;
  top: 28px;
  right: 100%;
  margin-right: 30px;
  width: 2000px;
  height: 1px;
  background-color: #ad9667;
}
@media screen and (max-width: 834px) {
  .lower-dream .sec__interview__ttl .heading01::before {
    top: 20px;
    margin-right: 10px;
  }
}
.lower-dream .sec__interview .interviewList {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.lower-dream .sec__interview .interviewList_item {
  position: relative;
  counter-increment: num-interview;
}
@media screen and (min-width: 835px) {
  .lower-dream .sec__interview .interviewList_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px 4%;
  }
  .lower-dream .sec__interview .interviewList_item:nth-child(odd) {
    padding-left: 5%;
  }
  .lower-dream .sec__interview .interviewList_item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-right: 5%;
  }
}
@media screen and (max-width: 834px) {
  .lower-dream .sec__interview .interviewList_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lower-dream .sec__interview .interviewList_item::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
    width: calc(100% - 50px);
    height: 1px;
    background-color: #ad9667;
  }
}
.lower-dream .sec__interview .interviewList_item:not(:first-child) {
  margin-top: 70px;
}
@media screen and (max-width: 834px) {
  .lower-dream .sec__interview .interviewList_item:not(:first-child) {
    margin-top: 30px;
  }
}
.lower-dream .sec__interview .interviewList_item:nth-child(even) .interviewList_item_image .img::before {
  left: auto;
  right: 0;
  -webkit-transform: translate(40%, -40%);
          transform: translate(40%, -40%);
}
@media screen and (min-width: 835px) {
  .lower-dream .sec__interview .interviewList_item_image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.77%;
            flex: 0 1 33.77%;
  }
}
@media screen and (max-width: 834px) {
  .lower-dream .sec__interview .interviewList_item_image {
    margin-bottom: 15px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.lower-dream .sec__interview .interviewList_item_image .img {
  position: relative;
}
.lower-dream .sec__interview .interviewList_item_image .img::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -5;
  top: 0;
  left: 0;
  -webkit-transform: translate(-40%, -40%);
          transform: translate(-40%, -40%);
  aspect-ratio: 425/432;
  width: 110.3896103896%;
  background: url(../img/common/bg-grad3.png) no-repeat center center/contain;
  pointer-events: none;
}
.lower-dream .sec__interview .interviewList_item_image .img img {
  aspect-ratio: 358/258;
}
@media screen and (min-width: 835px) {
  .lower-dream .sec__interview .interviewList_item_contents {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 61.23%;
            flex: 1 1 61.23%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
@media screen and (max-width: 834px) {
  .lower-dream .sec__interview .interviewList_item_contents {
    display: contents;
  }
}
.lower-dream .sec__interview .interviewList_item_contents .num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 90px;
  position: relative;
  font-size: 6rem;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #ad9667;
}
@media screen and (max-width: 834px) {
  .lower-dream .sec__interview .interviewList_item_contents .num {
    font-size: 3rem;
    margin-bottom: 5px;
  }
}
.lower-dream .sec__interview .interviewList_item_contents .num::before {
  content: counter(num-interview, decimal-leading-zero);
}
.lower-dream .sec__interview .interviewList_item_contents .copy {
  -ms-flex-preferred-size: calc(100% - 90px);
      flex-basis: calc(100% - 90px);
  font-size: 3rem;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .lower-dream .sec__interview .interviewList_item_contents .copy {
    font-size: 2.2rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 25px;
  }
}
.lower-dream .sec__interview .interviewList_item_contents .copy span {
  position: relative;
  top: 0.3em;
}
.lower-dream .sec__interview .interviewList_item_contents .read {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 835px) {
  .lower-dream .sec__interview .interviewList_item_contents .read {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ad9667;
  }
}
@media screen and (max-width: 834px) {
  .lower-dream .sec__interview .interviewList_item_contents .read {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.lower-dream .sec__interview .interviewDate {
  margin-top: 70px;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  .lower-dream .sec__interview .interviewDate {
    margin-top: 40px;
    font-size: 1.2rem;
  }
}

.lower-career {
  background-color: #fcfbf5;
}
.lower-career .l-mv {
  margin-bottom: 0;
}
.lower-career .career__container {
  position: relative;
  padding-top: 70px;
  padding-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .lower-career .career__container {
    padding-top: 40px;
  }
}
.lower-career .career__container::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(../img/common/bg-grad1.png) no-repeat 0 0/contain;
  aspect-ratio: 931/676;
  width: 931px;
  pointer-events: none;
}
.lower-career .sec__intro {
  position: relative;
  z-index: 5;
}
.lower-career .sec__intro__inner {
  max-width: 1040px;
}
.lower-career .sec__intro__inner .text {
  font-size: 1.5rem;
  line-height: 2.4;
}
@media screen and (max-width: 834px) {
  .lower-career .sec__intro__inner .text {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.lower-career .sec__career {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .lower-career .sec__career {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.lower-career .sec__career__inner {
  max-width: 1340px;
}
@media screen and (min-width: 835px) {
  .lower-career .sec__career__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px 10%;
  }
}
.lower-career .sec__career__head__contents {
  padding-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .lower-career .sec__career__head__contents {
    padding-bottom: 30px;
  }
}
.lower-career .sec__career__head__contents .heading01 {
  position: relative;
}
.lower-career .sec__career__head__contents .heading01::before {
  content: "";
  display: block;
  position: absolute;
  top: 28px;
  right: 100%;
  margin-right: 30px;
  width: 2000px;
  height: 1px;
  background-color: #ad9667;
}
@media screen and (max-width: 834px) {
  .lower-career .sec__career__head__contents .heading01::before {
    top: 20px;
    margin-right: 10px;
  }
}
.lower-career .sec__career__head__contents .read {
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .lower-career .sec__career__head__contents .read {
    margin-top: 20px;
  }
}
.lower-career .sec__career__head__image {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 835px) {
  .lower-career .sec__career__head__image {
    max-width: 521px;
    width: 100%;
    margin-right: -70px;
    margin-bottom: -50px;
  }
}
.lower-career .sec__career__head__image .img {
  position: relative;
}
.lower-career .sec__career__head__image .img img {
  aspect-ratio: 521/347;
}
.lower-career .sec__career__contents {
  position: relative;
  padding: 100px min(5.8vw, 80px);
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 835px) {
  .lower-career .sec__career__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
@media screen and (max-width: 834px) {
  .lower-career .sec__career__contents {
    padding: 40px 5% 10px;
  }
}
.lower-career .sec__career__contents .careerStep_head {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media screen and (min-width: 835px) {
  .lower-career .sec__career__contents .careerStep_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5%;
    max-width: 90%;
  }
}
.lower-career .sec__career__contents .careerStep_head_image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 146px;
          flex: 0 0 146px;
}
@media screen and (max-width: 834px) {
  .lower-career .sec__career__contents .careerStep_head_image {
    float: right;
    max-width: 24%;
    max-width: 70px;
    margin: 0 0 5px 10px;
  }
}
.lower-career .sec__career__contents .careerStep_head_contents .hd {
  font-size: min(3vw, 3.8rem);
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 834px) {
  .lower-career .sec__career__contents .careerStep_head_contents .hd {
    font-size: 2.2rem;
    line-height: 1.6;
  }
}
.lower-career .sec__career__contents .careerStep_head_contents .anotation {
  font-size: 1.2rem;
}
.lower-career .sec__career__contents .careerStep_item {
  position: relative;
  background-color: #fcfbf5;
  border-radius: 20px;
  padding: 30px 40px;
}
@media screen and (min-width: 835px) {
  .lower-career .sec__career__contents .careerStep_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4%;
  }
}
@media screen and (max-width: 834px) {
  .lower-career .sec__career__contents .careerStep_item {
    margin-left: -3vw;
    margin-right: -3vw;
    padding: 30px 7%;
    border-radius: 10px;
  }
}
.lower-career .sec__career__contents .careerStep_item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .lower-career .sec__career__contents .careerStep_item:not(:first-child) {
    margin-top: 20px;
  }
}
.lower-career .sec__career__contents .careerStep_item:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 10px;
  aspect-ratio: 30/10;
  width: 30px;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: #5e1a34;
}
@media screen and (max-width: 834px) {
  .lower-career .sec__career__contents .careerStep_item:not(:first-child)::before {
    margin-bottom: 6px;
    width: 20px;
  }
}
.lower-career .sec__career__contents .careerStep_item .year {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  background-color: #5e1a34;
  border-radius: 1000px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 0 25px;
}
@media screen and (min-width: 835px) {
  .lower-career .sec__career__contents .careerStep_item .year {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 834px) {
  .lower-career .sec__career__contents .careerStep_item .year {
    font-size: 1.4rem;
    padding: 5px;
    margin-bottom: 20px;
  }
}
.lower-career .sec__career__contents .careerStep_item .contents .list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 20px 0;
}
@media screen and (max-width: 834px) {
  .lower-career .sec__career__contents .careerStep_item .contents .list_item {
    padding: 0;
  }
}
.lower-career .sec__career__contents .careerStep_item .contents .list_item:not(:first-child) {
  border-top: 1px solid #ece7d9;
}
@media screen and (max-width: 834px) {
  .lower-career .sec__career__contents .careerStep_item .contents .list_item:not(:first-child) {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.lower-career .sec__career__contents .careerStep_item .contents .list_item .hd {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .lower-career .sec__career__contents .careerStep_item .contents .list_item .hd {
    font-size: 2rem;
  }
}
.lower-career .sec__welfare {
  position: relative;
  margin-bottom: -100px;
  padding-top: 100px;
  padding-bottom: 150px;
  background-color: #fbf5e4;
}
@media screen and (max-width: 834px) {
  .lower-career .sec__welfare {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.lower-career .sec__welfare::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 0;
  margin-right: -5%;
  -webkit-mask: url(../img/common/logo-mark.png) no-repeat center center/contain;
          mask: url(../img/common/logo-mark.png) no-repeat center center/contain;
  background-color: #fff;
  aspect-ratio: 1364/884;
  width: 755px;
  opacity: 0.6;
  pointer-events: none;
}
@media screen and (max-width: 834px) {
  .lower-career .sec__welfare::before {
    width: 80%;
  }
}
.lower-career .sec__welfare__inner {
  position: relative;
  z-index: 5;
}
.lower-career .sec__welfare__ttl {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .lower-career .sec__welfare__ttl {
    margin-bottom: 30px;
  }
}
.lower-career .sec__welfare__ttl .heading01 {
  position: relative;
}
.lower-career .sec__welfare__ttl .heading01::before {
  content: "";
  display: block;
  position: absolute;
  top: 28px;
  right: 100%;
  margin-right: 30px;
  width: 2000px;
  height: 1px;
  background-color: #ad9667;
}
@media screen and (max-width: 834px) {
  .lower-career .sec__welfare__ttl .heading01::before {
    top: 20px;
    margin-right: 10px;
  }
}
.lower-career .sec__welfare .pointList {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.lower-career .sec__welfare .pointList_item {
  position: relative;
  counter-increment: num-point;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 835px) {
  .lower-career .sec__welfare .pointList_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px 4%;
  }
  .lower-career .sec__welfare .pointList_item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 834px) {
  .lower-career .sec__welfare .pointList_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.lower-career .sec__welfare .pointList_item:first-child {
  padding-top: 0;
}
.lower-career .sec__welfare .pointList_item:not(:first-child) {
  border-top: 1px solid #ece1ca;
}
@media screen and (min-width: 835px) {
  .lower-career .sec__welfare .pointList_item_image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 28.5%;
            flex: 0 1 28.5%;
  }
}
@media screen and (max-width: 834px) {
  .lower-career .sec__welfare .pointList_item_image {
    margin-bottom: 15px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.lower-career .sec__welfare .pointList_item_image .img {
  position: relative;
}
.lower-career .sec__welfare .pointList_item_image .img img {
  aspect-ratio: 342/229;
}
@media screen and (min-width: 835px) {
  .lower-career .sec__welfare .pointList_item_contents {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 66.5%;
            flex: 1 1 66.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
@media screen and (max-width: 834px) {
  .lower-career .sec__welfare .pointList_item_contents {
    display: contents;
  }
}
.lower-career .sec__welfare .pointList_item_contents .num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #fff;
  background: #ad9667;
  margin-bottom: 20px;
  padding: 10px 15px;
  border-radius: 5px;
}
@media screen and (max-width: 834px) {
  .lower-career .sec__welfare .pointList_item_contents .num {
    font-size: 1.3rem;
    padding: 7px 10px;
    margin-bottom: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.lower-career .sec__welfare .pointList_item_contents .num::after {
  content: counter(num-point, decimal-leading-zero);
  margin-left: 5px;
}
.lower-career .sec__welfare .pointList_item_contents .copy {
  width: 100%;
  font-size: 3rem;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 834px) {
  .lower-career .sec__welfare .pointList_item_contents .copy {
    font-size: 2.2rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 15px;
  }
}
.lower-career .sec__welfare .pointList_item_contents .read {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .lower-career .sec__welfare .pointList_item_contents .read {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.lower-hsnewgraduate {
  background-color: #fcfbf5;
}
.lower-hsnewgraduate.js-scroll .drowerBtn .hamburger_ico_line {
  background-color: #fff;
}
.lower-hsnewgraduate .drowerBtn .hamburger_ico_line {
  background-color: #3d1120;
}
.lower-hsnewgraduate.is-drower-open .drowerBtn .hamburger_ico_line {
  background-color: #fff;
}
.lower-hsnewgraduate .l-header .logo a {
  color: #3d1120;
}
.lower-hsnewgraduate .l-mv {
  margin-bottom: 0;
  display: none;
}
.lower-hsnewgraduate .hsnewgraduate__container {
  position: relative;
}
.lower-hsnewgraduate .sec_fv {
  position: relative;
}
.lower-hsnewgraduate .sec_fv_block1 {
  position: relative;
  background: #fbfaf0 url(../img/hsnewgraduate/bg-fv.png) no-repeat center bottom/100% 100%;
  padding-top: 160px;
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_fv_block1 {
    padding: min(30vw, 150px) 3% 0;
  }
}
.lower-hsnewgraduate .sec_fv_block1::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1463px;
  aspect-ratio: 1463/196;
  background: url(../img/hsnewgraduate/frame-fv.png) no-repeat center bottom;
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_fv_block1::before {
    width: 100%;
    background-size: contain;
  }
}
.lower-hsnewgraduate .sec_fv_block1_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.lower-hsnewgraduate .sec_fv_contents {
  position: relative;
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_fv_contents {
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 70px;
    height: 100%;
    margin-top: auto;
    padding-bottom: 25vw;
  }
}
.lower-hsnewgraduate .sec_fv_contents .enHandwritten {
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: -1%;
  margin-left: -5%;
  display: block;
  width: 42.4778761062%;
}
.lower-hsnewgraduate .sec_fv_contents .pageCopy {
  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: 30px;
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_fv_contents .pageCopy {
    gap: 15px;
  }
}
.lower-hsnewgraduate .sec_fv_contents .pageCopy .word1 {
  width: 80.1769911504%;
}
.lower-hsnewgraduate .sec_fv_contents .pageCopy .word2 {
  width: 100%;
}
.lower-hsnewgraduate .sec_fv_contents .enCopy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 1.8rem;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_fv_contents .enCopy {
    font-size: 1.4rem;
    margin-top: 15px;
    text-align: center;
    line-height: 1.5;
  }
}
.lower-hsnewgraduate .sec_fv_image {
  position: relative;
  z-index: 5;
  -webkit-transition: 0.3s 0.6s;
  transition: 0.3s 0.6s;
}
.lower-hsnewgraduate .sec_fv_image.js-active {
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_fv_image {
    bottom: -20px;
  }
}
.lower-hsnewgraduate .sec_fv_image.-image1 {
  margin-top: auto;
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_fv_image.-image1 {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}
.lower-hsnewgraduate .sec_fv_image.-image2 {
  margin-top: auto;
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_fv_image.-image2 {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}
.lower-hsnewgraduate .sec_fv_block2 {
  position: relative;
  background: #971441;
  padding: 30px 5% 50px;
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_fv_block2 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.lower-hsnewgraduate .sec_fv_intro {
  color: #fff;
  font-weight: bold;
}
.lower-hsnewgraduate .sec_fv_intro .read {
  text-align: center;
}
.lower-hsnewgraduate .sec_prof {
  position: relative;
  background: #971441;
  padding-bottom: 100px;
}
.lower-hsnewgraduate .sec_prof .deco {
  display: block;
  font-size: min(11vw, 16rem);
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #971441;
  text-shadow: 1px 1px 0 #c23868, 1px -1px 0 #c23868, -1px 1px 0 #c23868, -1px -1px 0 #c23868;
  text-align: center;
  margin-bottom: -0.2em;
}
.lower-hsnewgraduate .sec_prof_block {
  position: relative;
  z-index: 5;
  background: #fff url(../img/hsnewgraduate/texture-dot.png) repeat 0 0/45px 67px;
  border-radius: 30px;
  border: 1px solid #333;
  padding: 50px min(3.9vw, 60px);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 835px) {
  .lower-hsnewgraduate .sec_prof_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5%;
  }
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_prof_block {
    padding: 30px 7%;
    border-radius: 15px;
    background-size: 27px 40.2px;
  }
}
@media screen and (min-width: 835px) {
  .lower-hsnewgraduate .sec_prof_block .prof_image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32.331%;
            flex: 0 0 32.331%;
  }
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_prof_block .prof_image {
    max-width: 154.8px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.lower-hsnewgraduate .sec_prof_block .prof_image img {
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.lower-hsnewgraduate .sec_prof_block .prof_contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 62.669%;
          flex: 1 1 62.669%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lower-hsnewgraduate .sec_prof_block .prof_contents .name {
  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: 1em;
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_prof_block .prof_contents .name {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2rem;
  }
}
.lower-hsnewgraduate .sec_prof_block .prof_contents .name .eng {
  font-size: 0.6153846154em;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_prof_block .prof_contents .detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.lower-hsnewgraduate .sec_prof_block .prof_contents .read {
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_prof_block .prof_contents .read {
    margin-top: 20px;
  }
}
.lower-hsnewgraduate .sec_interview_imageSlider {
  position: relative;
  background: #fbf6e3;
  margin-top: -200px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_interview_imageSlider {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
.lower-hsnewgraduate .sec_interview_imageSlider::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/hsnewgraduate/bg-stripe.png) repeat 0 0/314px 366px;
  opacity: 0.1;
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_interview_imageSlider::before {
    background-size: 157px 183px;
  }
}
.lower-hsnewgraduate .sec_interview_imageSlider::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/85;
  -webkit-mask: url(../img/hsnewgraduate/frame-circle2.png) no-repeat center top/cover;
          mask: url(../img/hsnewgraduate/frame-circle2.png) no-repeat center top/cover;
  background: #971441;
  pointer-events: none;
}
.lower-hsnewgraduate .sec_interview {
  position: relative;
  z-index: 5;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_interview {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.lower-hsnewgraduate .sec_interview.-interviewTop .interviewList {
  position: relative;
}
.lower-hsnewgraduate .sec_interview.-interviewTop .interviewList::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 0;
  margin: 0 -50px -100px 0;
  width: 163px;
  aspect-ratio: 163/200;
  background: url(../img/hsnewgraduate/illust-section1.png) no-repeat center bottom/contain;
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_interview.-interviewTop .interviewList::before {
    margin: 0 -15px -50px 0;
    width: 89.65px;
  }
}
.lower-hsnewgraduate .sec_interview.-interviewBottom .interviewList {
  position: relative;
}
.lower-hsnewgraduate .sec_interview.-interviewBottom .interviewList::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  margin: 0 0 -100px -50px;
  width: 162px;
  aspect-ratio: 163/180;
  background: url(../img/hsnewgraduate/illust-section2.png) no-repeat center bottom/contain;
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_interview.-interviewBottom .interviewList::before {
    margin: 0 0 -50px -15px;
    width: 89.1px;
  }
}
.lower-hsnewgraduate .sec_interview .interviewList {
  position: relative;
  z-index: 3;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px min(4.9vw, 70px);
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 24px rgba(51, 51, 51, 0.1);
          box-shadow: 0 0 24px rgba(51, 51, 51, 0.1);
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_interview .interviewList {
    border-radius: 15px;
    padding: 30px min(4.9vw, 70px);
    -webkit-box-shadow: 0 0 12px rgba(51, 51, 51, 0.1);
            box-shadow: 0 0 12px rgba(51, 51, 51, 0.1);
  }
}
.lower-hsnewgraduate .sec_interview .interviewList_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
  row-gap: 20px;
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_interview .interviewList_item {
    row-gap: 10px;
  }
}
.lower-hsnewgraduate .sec_interview .interviewList_item:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_interview .interviewList_item:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 835px) {
  .lower-hsnewgraduate .sec_interview .interviewList_item:nth-child(odd) .hd {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 835px) {
  .lower-hsnewgraduate .sec_interview .interviewList_item:nth-child(odd) .img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (min-width: 835px) {
  .lower-hsnewgraduate .sec_interview .interviewList_item:nth-child(odd) .read {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.lower-hsnewgraduate .sec_interview .interviewList_item:nth-child(odd) .read::before, .lower-hsnewgraduate .sec_interview .interviewList_item:nth-child(odd) .read::after {
  left: 100%;
  right: auto;
  margin-left: -1px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.lower-hsnewgraduate .sec_interview .interviewList_item:nth-child(odd) .read::after {
  margin-left: 1px;
}
.lower-hsnewgraduate .sec_interview .interviewList_item .hd {
  width: 100%;
  line-height: 1.5;
  font-size: 2.5rem;
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_interview .interviewList_item .hd {
    font-size: 2rem;
  }
}
.lower-hsnewgraduate .sec_interview .interviewList_item .hd .num {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  color: #ad9667;
}
.lower-hsnewgraduate .sec_interview .interviewList_item .hd .q {
  position: relative;
  font-weight: bold;
}
.lower-hsnewgraduate .sec_interview .interviewList_item .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 110px;
          flex: 0 1 110px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_interview .interviewList_item .img {
    position: relative;
    z-index: 3;
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
    max-width: 60px;
    margin: -20px -30px -40px auto;
    border: 1px solid #333;
  }
}
.lower-hsnewgraduate .sec_interview .interviewList_item .img img {
  aspect-ratio: 1/1;
}
.lower-hsnewgraduate .sec_interview .interviewList_item .read {
  position: relative;
  background-color: #f1df98;
  border: 1px solid #333;
  border-radius: 20px;
  padding: 30px 40px;
}
@media screen and (min-width: 835px) {
  .lower-hsnewgraduate .sec_interview .interviewList_item .read {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 110px - 3%);
            flex: 1 1 calc(100% - 110px - 3%);
    min-height: 100px;
  }
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_interview .interviewList_item .read {
    border-radius: 10px;
    padding: 20px 7%;
  }
}
.lower-hsnewgraduate .sec_interview .interviewList_item .read::before, .lower-hsnewgraduate .sec_interview .interviewList_item .read::after {
  content: "";
  display: block;
  position: absolute;
  top: 45px;
  right: 100%;
  margin-right: -1px;
  width: 15px;
  aspect-ratio: 15/19;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_interview .interviewList_item .read::before, .lower-hsnewgraduate .sec_interview .interviewList_item .read::after {
    content: none;
  }
}
.lower-hsnewgraduate .sec_interview .interviewList_item .read::before {
  z-index: 1;
  background: #f1df98;
}
.lower-hsnewgraduate .sec_interview .interviewList_item .read::after {
  z-index: 0;
  background: #333;
  margin-right: 1px;
}
.lower-hsnewgraduate .sec_imageSlider {
  position: relative;
  z-index: 5;
}
.lower-hsnewgraduate .sec_imageSlider .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
}
.lower-hsnewgraduate .sec_imageSlider .images_item {
  max-width: 438px;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_imageSlider .images_item {
    max-width: 262.8px;
  }
}
.lower-hsnewgraduate .sec_imageSlider .images_item img {
  aspect-ratio: 438/292;
}
.lower-hsnewgraduate .sec_message {
  position: relative;
  padding-top: 50px;
}
.lower-hsnewgraduate .sec_message::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/85;
  -webkit-mask: url(../img/hsnewgraduate/frame-circle.png) no-repeat center bottom/cover;
          mask: url(../img/hsnewgraduate/frame-circle.png) no-repeat center bottom/cover;
  background: #fcfbf5;
  pointer-events: none;
}
.lower-hsnewgraduate .sec_message_inner {
  position: relative;
}
@media screen and (min-width: 835px) {
  .lower-hsnewgraduate .sec_message_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1340px;
  }
}
@media screen and (min-width: 835px) {
  .lower-hsnewgraduate .sec_message_inner:not(:has(.sec_message_image)) .sec_message_contents {
    padding-left: 50px;
  }
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_message_inner:not(:has(.sec_message_image)) .sec_message_contents {
    border-radius: 15px;
    border-top: 1px solid;
  }
}
.lower-hsnewgraduate .sec_message .deco {
  position: relative;
  z-index: 3;
  width: 100%;
  display: block;
  font-size: min(11vw, 16rem);
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  color: #fcfbf5;
  text-shadow: 1px 1px 0 #ded5c0, 1px -1px 0 #ded5c0, -1px 1px 0 #ded5c0, -1px -1px 0 #ded5c0;
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_message .deco {
    margin-bottom: 30px;
  }
}
.lower-hsnewgraduate .sec_message .objSet {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  margin-top: -70px;
}
.lower-hsnewgraduate .sec_message .objSet .rute {
  position: relative;
  z-index: 1;
}
.lower-hsnewgraduate .sec_message .objSet .bus {
  position: absolute;
  z-index: 3;
  top: 19%;
  right: 15%;
  width: 19.5417789757%;
}
.lower-hsnewgraduate .sec_message_image {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 835px) {
  .lower-hsnewgraduate .sec_message_image {
    max-width: 421px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 38%;
            flex: 0 1 38%;
    margin-right: -5%;
  }
}
.lower-hsnewgraduate .sec_message_image .img img {
  aspect-ratio: 421/316;
  border-radius: 30px;
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_message_image .img img {
    border-radius: 15px;
    border-radius: 15px 15px 0 0;
    max-width: inherit;
    width: 100%;
  }
}
.lower-hsnewgraduate .sec_message_contents {
  position: relative;
  z-index: 2;
  position: relative;
  background: #fff url(../img/hsnewgraduate/texture-dot.png) repeat 0 0/45px 67px;
  border-radius: 30px;
  border: 1px solid #333;
  padding: 50px;
  padding-left: 10%;
}
@media screen and (min-width: 835px) {
  .lower-hsnewgraduate .sec_message_contents {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 421px);
            flex: 1 1 calc(100% - 421px);
    margin-top: 50px;
  }
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_message_contents {
    padding: 30px 7%;
    border-radius: 0 0 15px 15px;
    border-top: none;
  }
}
.lower-hsnewgraduate .sec_message_contents .ttl {
  position: relative;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.7em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_message_contents .ttl {
    font-size: 2rem;
  }
}
.lower-hsnewgraduate .sec_message_contents .ttl span {
  -webkit-box-shadow: 0 -0.5em #f1df98 inset;
          box-shadow: 0 -0.5em #f1df98 inset;
}
.lower-hsnewgraduate .sec_message_date {
  position: relative;
  text-align: center;
  font-weight: bold;
  margin-top: 40px;
  color: #8d8d8d;
  width: 100%;
}
@media screen and (min-width: 835px) {
  .lower-hsnewgraduate .sec_message_date {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_message_date {
    margin-top: 20px;
  }
}
.lower-hsnewgraduate .sec_end {
  position: relative;
  margin-top: 150px;
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_end {
    margin-top: 70px;
  }
}
.lower-hsnewgraduate .sec_end::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/85;
  -webkit-mask: url(../img/hsnewgraduate/frame-circle.png) no-repeat center bottom/cover;
          mask: url(../img/hsnewgraduate/frame-circle.png) no-repeat center bottom/cover;
  background: #fbf6e3;
  pointer-events: none;
}
.lower-hsnewgraduate .sec_end_block1 {
  position: relative;
  background: #fbf6e3;
  padding-top: 50px;
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_end_block1 {
    padding: 30px 3% 0;
  }
}
.lower-hsnewgraduate .sec_end_block1::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1462px;
  aspect-ratio: 1462/392;
  -webkit-mask: url(../img/hsnewgraduate/frame-fv2.png) no-repeat center bottom;
          mask: url(../img/hsnewgraduate/frame-fv2.png) no-repeat center bottom;
  background-color: #f1df98;
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_end_block1::before {
    width: 200%;
    -webkit-mask-size: contain;
            mask-size: contain;
  }
}
.lower-hsnewgraduate .sec_end_block1_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 686px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_end_block1_inner {
    padding-bottom: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px 15%;
  }
}
.lower-hsnewgraduate .sec_end_contents {
  position: relative;
}
@media screen and (min-width: 835px) {
  .lower-hsnewgraduate .sec_end_contents {
    margin-top: -30px;
  }
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_end_contents {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
.lower-hsnewgraduate .sec_end_contents .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_end_contents .ttl {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 2.4rem;
    width: calc(108% + 65.4px + 51.6px);
  }
}
.lower-hsnewgraduate .sec_end_contents .read {
  text-align: center;
}
.lower-hsnewgraduate .sec_end_image {
  position: relative;
  z-index: 5;
  -webkit-transition: 0.3s 0.4s;
  transition: 0.3s 0.4s;
}
.lower-hsnewgraduate .sec_end_image.js-active {
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.lower-hsnewgraduate .sec_end_image.-image1 {
  max-width: 109px;
  margin-top: auto;
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_end_image.-image1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 65.4px;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}
.lower-hsnewgraduate .sec_end_image.-image2 {
  max-width: 86px;
  margin-top: auto;
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
@media screen and (max-width: 834px) {
  .lower-hsnewgraduate .sec_end_image.-image2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    max-width: 51.6px;
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}/*# sourceMappingURL=style.css.map */