@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: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 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.
 */
a:active,
a:hover {
  outline: 0;
}

/* 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: border-box; /* 2 */
  box-sizing: border-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;
}

/* ============================================
// RESET
// ==========================================*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  outline: none;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

::-moz-selection {
  background: #375564;
  color: #ffffff;
}

::selection {
  background: #375564;
  color: #ffffff;
}

@media (min-device-width: 835px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
/* ============================================
// BASE
// ==========================================*/
html,
body {
  min-width: 1024px;
}
@media (max-width: 834px) {
  html,
  body {
    min-width: inherit;
  }
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #375564;
  line-height: 2;
  letter-spacing: 0.075em;
  word-break: break-word;
  background: #fff;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 834px) {
  body {
    font-size: 1.4rem;
  }
}

#container {
  width: 100%;
  overflow: hidden;
}

.innerWrap {
  max-width: 1280px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 834px) {
  .innerWrap {
    padding: 0 6.25%;
  }
}

main.main,
main.l-main {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
@media (max-width: 834px) {
  main.main,
  main.l-main {
    padding: 48px 0;
  }
}

a {
  color: #375564;
  -webkit-transition: opacity 0.24s, color 0.24s, -webkit-filter 0.24s;
  transition: opacity 0.24s, color 0.24s, -webkit-filter 0.24s;
  transition: opacity 0.24s, filter 0.24s, color 0.24s;
  transition: opacity 0.24s, filter 0.24s, color 0.24s, -webkit-filter 0.24s;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
  }
}

/* classes */
img {
  max-width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

@media (min-width: 835px) {
  .ro:hover {
    opacity: 0.8;
    -webkit-transition: all 0.16s linear;
    transition: all 0.16s linear;
  }
}

.ro:hover img {
  opacity: 1;
}

.bold {
  font-weight: bold;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

/* fonts */
.eng {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.mincho {
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: -0.12em;
}

/* animations */
.anime {
  -webkit-transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1);
  transition: transform 1s cubic-bezier(0.14, 1, 0.34, 1), opacity 1s cubic-bezier(0.14, 1, 0.34, 1), -webkit-transform 1s cubic-bezier(0.14, 1, 0.34, 1);
}
.anime.-fadeIn {
  opacity: 0;
}
.anime.-fadeIn.js-active, .js-active > .anime.-fadeIn {
  opacity: 1;
}
.anime.-fadeInBottom {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.anime.-fadeInBottom.js-active, .js-active > .anime.-fadeInBottom {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime.-fadeInTop {
  opacity: 0;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
.anime.-fadeInTop.js-active, .js-active > .anime.-fadeInTop {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.anime.-fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
.anime.-fadeInLeft.js-active, .js-active > .anime.-fadeInLeft {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.anime.-fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.anime.-fadeInRight.js-active, .js-active > .anime.-fadeInRight {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#ot-sdk-btn-floating.ot-floating-button .ot-floating-button__front button {
  outline: none !important;
}

.lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
  bottom: 105px;
}
@media (max-width: 834px) {
  .lower-kyujin_d #ot-sdk-btn-floating.ot-floating-button {
    bottom: 86px;
  }
}

/* ============================================
// loading
// ==========================================*/
/* ============================================
// hamburger
// ==========================================*/
.hamburger {
  position: fixed;
  inset: 0;
  z-index: 999;
  inset: 0 0 0 auto;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  width: 100%;
  opacity: 0;
}
.hamburger::before {
  content: "";
  position: absolute;
  pointer-events: none;
  background: url(../img/common/hamburger_bg.webp) center/contain no-repeat;
  aspect-ratio: 1440/1126;
  bottom: 0;
  right: 0;
  left: 0;
  pointer-events: none;
  opacity: 0.15;
}
@media (max-width: 834px) {
  .hamburger {
    width: 100%;
  }
}
.js-loaded .hamburger {
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease, translate 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, translate 0.4s ease;
}
.hamburger.js-open {
  opacity: 1;
  translate: 0;
  visibility: visible;
}
.hamburger__btn {
  position: relative;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  z-index: 500;
  background: #375564;
  width: 60px;
  aspect-ratio: 1/1;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  right: 32px;
  top: 30px;
}
@media (max-width: 1340px) {
  .hamburger__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1590px) {
  .hamburger__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 834px) {
  .hamburger__btn {
    width: 48px;
    gap: 4px;
    right: 3%;
    top: 12px;
  }
}
.hamburger__btn__bar {
  width: 20px;
  height: 1px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: translate 0.3s, width 0.3s;
  transition: translate 0.3s, width 0.3s;
}
@media (max-width: 834px) {
  .hamburger__btn__bar {
    width: 18px;
  }
}
.hamburger__btn__text {
  font-size: 0.9rem;
  color: #fff;
  line-height: 1;
  margin-top: 2px;
}
@media (any-hover: hover) {
  .hamburger__btn:hover {
    scale: 0.95;
    background-color: #42687b;
  }
}
.hamburger__menu {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 64px;
  overflow-y: auto;
}
@media (max-width: 834px) {
  .hamburger__menu {
    padding: 48px 48px;
  }
}
.hamburger__menu__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.hamburger__menu__bg::before {
  content: "";
  position: absolute;
  inset: 0 -230px 0 0;
  -webkit-mask: url(../img/common/bg_map.png) top center/cover no-repeat;
          mask: url(../img/common/bg_map.png) top center/cover no-repeat;
  background: #375564;
  pointer-events: none;
}
@media (max-width: 834px) {
  .hamburger__menu__bg::before {
    inset: 0 -400px 0 -88px;
  }
}
.hamburger__menu__inner {
  position: relative;
  width: 100%;
  max-width: 370px;
  margin: auto;
}
.hamburger__menu__logo-link {
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .hamburger__menu__logo-link {
    gap: 24px;
    -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;
  }
}
.hamburger__menu__logo-link .logo-img {
  aspect-ratio: 434/51;
  max-width: 170px;
}
.hamburger__menu__logo-link .logo-text {
  color: #fff;
  background-color: #206139;
  line-height: 1;
  font-size: 1.3rem;
  padding: 8px 10px;
  margin-top: 8px;
}
@media (max-width: 834px) {
  .hamburger__menu__logo-link .logo-text {
    padding: 6.5px 8px;
    margin-top: 0;
  }
}
.hamburger__menu__nav {
  position: relative;
  margin-top: 32px;
  max-width: 360px;
  margin-inline: auto;
  z-index: 1;
}
@media (max-width: 834px) {
  .hamburger__menu__nav {
    max-width: 340px;
  }
}
.hamburger__menu__nav__list__item {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item {
    font-size: 1.5rem;
  }
}
.hamburger__menu__nav__list__item-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 8px;
  border-bottom: 1px solid #c8d4d4;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item-link {
    padding: 11px 6px;
  }
}
.hamburger__menu__nav__list__item-link::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -1px;
  width: 0;
  left: auto;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #375564;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .hamburger__menu__nav__list__item-link:hover {
    opacity: 1;
    color: rgba(55, 85, 100, 0.8);
  }
  .hamburger__menu__nav__list__item-link:hover::after {
    left: 0;
    width: 100%;
  }
  .hamburger__menu__nav__list__item-link:hover .hamburger__menu__nav__list__item-icon::before {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
.hamburger__menu__nav__list__item-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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;
}
.hamburger__menu__nav__list__item-icon::before {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 24/20;
  background: url(../img/common/common-arrow.png) center center/contain no-repeat;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 834px) {
  .hamburger__menu__nav__list__item-icon::before {
    width: 10px;
  }
}
.hamburger__menu__nav .btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 10px;
  max-width: 240px;
  margin: 0 auto;
  margin-top: 24px;
}
.hamburger__menu__nav .btnWrap .hamburger__menu__nav-item.-kyujin .hamburger__menu__nav-link {
  color: #fff;
  background-color: #375564;
  padding: 17px 28px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hamburger__menu__nav .btnWrap .hamburger__menu__nav-item.-kyujin .hamburger__menu__nav-link::before {
  content: "";
  background: url(../img/common/icon_search.png) center/contain no-repeat;
  max-width: 14px;
  width: 100%;
  aspect-ratio: 28/26;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
  pointer-events: none;
  margin-top: 11px;
  margin-left: -26px;
}
@media (max-width: 834px) {
  .hamburger__menu__nav .btnWrap .hamburger__menu__nav-item.-kyujin .hamburger__menu__nav-link::before {
    margin-top: 9px;
  }
}
@media (any-hover: hover) {
  .hamburger__menu__nav .btnWrap .hamburger__menu__nav-item.-kyujin .hamburger__menu__nav-link:hover {
    opacity: 1;
    background-color: #42687b;
    color: #fff;
  }
}
.hamburger__menu__nav .btnWrap .hamburger__menu__nav-item.-newgraduate .hamburger__menu__nav-link {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 17px 24px;
  background-color: #9f9a82;
  display: block;
  font-weight: 500;
  text-align: center;
}
@media (any-hover: hover) {
  .hamburger__menu__nav .btnWrap .hamburger__menu__nav-item.-newgraduate .hamburger__menu__nav-link:hover {
    opacity: 1;
    background-color: #aca893;
  }
}
.hamburger__menu__close {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 500;
  width: 60px;
  aspect-ratio: 1/1;
  cursor: pointer;
  background: #375564;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: 32px;
  top: 30px;
}
@media (max-width: 834px) {
  .hamburger__menu__close {
    top: 12px;
    right: 3%;
    width: 48px;
  }
}
.hamburger__menu__close__bar {
  width: 18px;
  height: 1px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: rotate 0.3s;
  transition: rotate 0.3s;
}
.hamburger__menu__close__bar:nth-child(1) {
  rotate: 45deg;
}
.hamburger__menu__close__bar:nth-child(2) {
  rotate: -45deg;
  translate: 0px -1px;
}
.hamburger__menu__close__text {
  font-size: 0.85rem;
  color: #fff;
  line-height: 1;
  margin-top: 14px;
}
@media (any-hover: hover) {
  .hamburger__menu__close:hover {
    scale: 0.95;
    background-color: #42687b;
  }
}

/*-------------------------------------------------------
form base setting（kyujin.scssと記述被らないように注意）
-------------------------------------------------------*/
body.iPhone select,
body.iPhone input,
body.iPhone textarea {
  font-size: 16px !important;
}

body input,
body button,
body textarea,
body select {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  line-height: inherit;
  text-overflow: "";
}
body input::-ms-expand,
body button::-ms-expand,
body textarea::-ms-expand,
body select::-ms-expand {
  display: none;
}
body input::-ms-reveal,
body button::-ms-reveal,
body textarea::-ms-reveal,
body select::-ms-reveal {
  visibility: hidden;
}
body input::-ms-clear,
body button::-ms-clear,
body textarea::-ms-clear,
body select::-ms-clear {
  visibility: hidden;
}
body input[type=text],
body input[type=submit],
body input[type=search],
body input[type=button],
body select,
body textarea {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  border: none;
  outline: none;
  transition: all 0.2s;
}
body input[type=search] {
  cursor: auto;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-appearance: textfield;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body input[type=search]:focus {
  outline-offset: -2px;
}
body input[type=search]::-webkit-search-decoration {
  display: none;
}
body select,
body search,
body input {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 10px 20px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
}
@media (max-width: 834px) {
  body select,
  body search,
  body input {
    padding: 8px 16px !important;
  }
}
@media (max-width: 834px) {
  body select,
  body input[type=text],
  body input[type=search] {
    font-size: 1.6rem;
  }
}
body select {
  padding-right: 64px !important;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}
body input[type=text],
body input[type=search],
body input[type=submit] {
  padding: 10px 20px !important;
  background: #fff;
}
@media (min-width: 835px) {
  body input[type=text]:hover,
  body input[type=search]:hover,
  body input[type=submit]:hover {
    background: #ffffff;
  }
}
@media (max-width: 834px) {
  body input[type=text],
  body input[type=search],
  body input[type=submit] {
    padding: 14px 16px !important;
  }
}
body input[type=checkbox] {
  display: none;
}
body input[type=checkbox] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  position: relative;
  cursor: pointer;
  line-height: 1.5;
  padding-left: 22px;
  transition: all 0.2s;
}
@media (max-width: 834px) {
  body input[type=checkbox] + label {
    padding-left: 20px;
  }
}
body input[type=checkbox] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=checkbox] + label::after {
  top: 19px;
  left: 13px;
  z-index: 2;
  width: 4px;
  height: 8px;
  color: #7f7f7f;
  border-bottom: 1.5px solid;
  border-right: 1.5px solid;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 834px) {
  body input[type=checkbox] + label::after {
    top: 11px;
    left: 10px;
    width: 3px;
    height: 7px;
  }
}
body input[type=checkbox] + label a:link,
body input[type=checkbox] + label a:visited {
  color: #222;
}
body input[type=checkbox]:checked + label:after {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  opacity: 1;
}
body input[type=radio] {
  display: none;
}
body input[type=radio] + label {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  cursor: pointer;
  display: block;
  line-height: 1.5;
  padding: 0 15px 0 1.5em;
  position: relative;
  transition: all 0.2s;
}
body input[type=radio] + label:before,
body input[type=radio] + label:after {
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  content: "";
  position: absolute;
  transition: all 0.2s;
}
body input[type=radio] + label:before {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 50%;
  height: 13px;
  left: 0;
  top: 3px;
  width: 13px;
  z-index: 0;
}
body input[type=radio] + label:after {
  background: #00a1e9;
  border-radius: 50%;
  height: 7px;
  left: 3px;
  opacity: 0;
  top: 6px;
  width: 7px;
  z-index: 2;
}
body input[type=radio] + label a:link,
body input[type=radio] + label a:visited {
  color: #222;
}
body input[type=radio]:checked + label:after {
  opacity: 1;
}

/*------------------------------------------
	form custom setting（適宜変更ください）
------------------------------------------*/
.search__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .search__tab {
    gap: 0 20px;
    margin-bottom: 24px;
  }
}
.search__tab__item {
  position: relative;
  text-align: center;
  width: 100%;
  color: #bebaba;
  padding: 12px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  cursor: pointer;
}
.search__tab__item::before {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  background: #375564;
  opacity: 0;
}
.search__tab__item::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: -2px;
  border-style: solid;
  border-width: 8px 10.5px 0 10.5px;
  border-color: #375564 transparent transparent transparent;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  opacity: 0;
}
.search__tab__item.-active {
  font-weight: bold;
  color: #375564;
}
.search__tab__item.-active::before, .search__tab__item.-active::after {
  opacity: 1;
}

.custom-form {
  position: relative;
  z-index: 1;
  font-weight: 500;
  margin-top: 50px;
}
@media (max-width: 834px) {
  .custom-form {
    margin-top: 32px;
  }
}
.custom-form .custom-form_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 27px;
}
@media (max-width: 834px) {
  .custom-form .custom-form_inner {
    gap: 20px;
  }
}
.custom-form .custom-form_inner .custom-form_parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
@media (max-width: 834px) {
  .custom-form .custom-form_inner .custom-form_parts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 4px;
  }
}
.custom-form .custom-form_inner .custom-form_parts.-area .form_parts_inner {
  width: 100%;
}
.custom-form .custom-form_inner .custom-form_parts.-area .parts_ttl .txt {
  margin-top: 14px;
}
@media (max-width: 834px) {
  .custom-form .custom-form_inner .custom-form_parts.-area .parts_ttl .txt {
    margin-top: 0;
  }
}
.custom-form .custom-form_inner .custom-form_parts.-area .icon {
  aspect-ratio: 13/19;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13px;
          flex: 0 0 13px;
  margin-top: -6px;
  pointer-events: none;
}
.custom-form .custom-form_inner .custom-form_parts.-area .icon img {
  max-width: 13px;
}
.custom-form .custom-form_inner .custom-form_parts.-area #search_city {
  margin-top: 8px;
}
.custom-form .custom-form_inner .custom-form_parts.-job .icon {
  aspect-ratio: 15/17;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  margin-top: -6px;
  pointer-events: none;
}
.custom-form .custom-form_inner .custom-form_parts.-job .icon img {
  max-width: 15px;
}
.custom-form .custom-form_inner .custom-form_parts.-employ .icon {
  aspect-ratio: 14/18;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
  margin-top: -6px;
  pointer-events: none;
}
.custom-form .custom-form_inner .custom-form_parts.-employ .icon img {
  max-width: 14px;
}
.custom-form .custom-form_inner .custom-form_parts.-freeWord .parts_ttl .txt {
  margin-top: 14px;
}
@media (max-width: 834px) {
  .custom-form .custom-form_inner .custom-form_parts.-freeWord .parts_ttl .txt {
    margin-top: 0;
  }
}
.custom-form .custom-form_inner .custom-form_parts.-freeWord .icon {
  aspect-ratio: 14/15;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
  margin-top: -6px;
  pointer-events: none;
}
.custom-form .custom-form_inner .custom-form_parts.-freeWord .icon img {
  max-width: 14px;
}
.custom-form .parts_ttl {
  font-weight: 500;
  font-size: 1.6rem;
}
@media (max-width: 834px) {
  .custom-form .parts_ttl {
    margin-bottom: 6px;
    font-size: 1.5rem;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.custom-form .parts_ttl .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  line-height: 1;
}
@media (max-width: 834px) {
  .custom-form .parts_ttl .txt {
    gap: 10px;
  }
}
.custom-form .parts_ttl .txt::before {
  content: "";
  background-color: #c8d4d4;
  border-radius: 50%;
  width: 7px;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7px;
          flex: 0 0 7px;
  pointer-events: none;
  margin-top: 6px;
}
.custom-form .category_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  color: #375564;
  margin-top: 8px;
}
@media (max-width: 834px) {
  .custom-form .category_title {
    margin-top: 4px;
  }
}
.custom-form .category_title::before {
  content: "";
  width: 5px;
  height: 2px;
  margin-top: 2px;
  margin-right: 6px;
  background: #375564;
}
.custom-form .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 834px) {
  .custom-form .category_list {
    gap: 5px 6px;
  }
}
.custom-form .category_list li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .custom-form .category_list li:hover label {
    background-color: rgba(55, 85, 100, 0.1);
  }
}
.custom-form .category_list li label {
  display: block;
  border: 1px solid #c8d4d4;
  font-weight: 500;
  padding: 12px 20px 12px 38px;
  font-size: 1.5rem;
  background-color: #fff;
}
@media (max-width: 834px) {
  .custom-form .category_list li label {
    font-size: 1.3rem;
    padding: 6px 10px 6px 23px;
  }
}
.custom-form .custom-form_parts_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 834px) {
  .custom-form .custom-form_parts_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 8px;
  }
}
.custom-form .parts_box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 100%;
}
@media (max-width: 834px) {
  .custom-form .parts_box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0;
  }
}
.custom-form .parts_box__inner .form_parts_inner {
  width: 100%;
}
.custom-form select,
.custom-form option,
.custom-form .searchWord {
  font-weight: 400;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #f7f7f7;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #c8d4d4;
  font-size: 1.5rem;
}
@media (max-width: 834px) {
  .custom-form select,
  .custom-form option,
  .custom-form .searchWord {
    font-size: 1.4rem;
  }
}
@media (any-hover: hover) {
  .custom-form select:hover,
  .custom-form option:hover,
  .custom-form .searchWord:hover {
    opacity: 0.8;
  }
}
.custom-form .searchWord {
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #c8d4d4;
  border-radius: 0;
}
@media (max-width: 834px) {
  .custom-form .searchWord {
    padding: 8px 16px !important;
  }
}
.custom-form .searchWord::-webkit-input-placeholder {
  font-size: 1.5rem;
  color: rgba(55, 85, 100, 0.5);
}
.custom-form .searchWord::-moz-placeholder {
  font-size: 1.5rem;
  color: rgba(55, 85, 100, 0.5);
}
.custom-form .searchWord:-ms-input-placeholder {
  font-size: 1.5rem;
  color: rgba(55, 85, 100, 0.5);
}
.custom-form .searchWord::-ms-input-placeholder {
  font-size: 1.5rem;
  color: rgba(55, 85, 100, 0.5);
}
.custom-form .searchWord::placeholder {
  font-size: 1.5rem;
  color: rgba(55, 85, 100, 0.5);
}
@media (max-width: 834px) {
  .custom-form .searchWord::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
  .custom-form .searchWord::-moz-placeholder {
    font-size: 1.4rem;
  }
  .custom-form .searchWord:-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .custom-form .searchWord::-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .custom-form .searchWord::placeholder {
    font-size: 1.4rem;
  }
}
.custom-form .pull-down {
  position: relative;
}
.custom-form .pull-down::after {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 1px solid #656565;
  border-bottom: 1px solid #656565;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
@media (max-width: 834px) {
  .custom-form .pull-down::after {
    width: 6px;
    height: 6px;
    right: 16px;
  }
}
.custom-form input[type=checkbox] + label a:link,
.custom-form input[type=checkbox] + label a:visited {
  color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 835px) {
  .custom-form input[type=checkbox] + label a:link:hover,
  .custom-form input[type=checkbox] + label a:visited:hover {
    color: #375564;
  }
}
.custom-form .selCity_alert {
  color: #375564;
  display: block;
}
@media (max-width: 834px) {
  .custom-form .selCity_alert {
    font-size: 1.4rem;
  }
}
.custom-form input[type=checkbox] + label::after {
  color: #ccc;
}
.custom-form input[type=checkbox]:checked + label {
  background-color: #c8d4d4;
  border-color: #c8d4d4;
}
.custom-form input[type=checkbox]:checked + label::after {
  color: #375564;
}
.custom-form .-freeword .searchWord {
  margin-top: 0;
}
.custom-form .-freeword .form_parts_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 834px) {
  .custom-form .-freeword .form_parts_inner {
    display: block;
  }
}
@media (max-width: 834px) {
  .custom-form .custom-form_searth_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.custom-form .btn_cover {
  position: relative;
  z-index: 1;
  width: 157px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-form .btn_cover::before {
  position: absolute;
  content: "";
  background: #fff;
  -webkit-mask: url(../img/common/icon_search.png) center/contain no-repeat;
          mask: url(../img/common/icon_search.png) center/contain no-repeat;
  max-width: 14px;
  width: 100%;
  aspect-ratio: 28/26;
  left: 33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 2px;
}
@media (max-width: 834px) {
  .custom-form .btn_cover {
    margin-top: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (any-hover: hover) {
  .custom-form .btn_cover:hover input[type=submit] {
    background-color: #42687b;
  }
}
.custom-form .btn_cover input[type=submit] {
  height: 100%;
  background-color: #375564;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 157px;
  text-align: center;
  text-indent: 1em !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
}
@media (max-width: 834px) {
  .custom-form .btn_cover input[type=submit] {
    font-size: 1.4rem !important;
  }
}
.custom-form .form__toggle__input {
  display: none;
}
.custom-form .form__toggle__input.-show {
  display: block;
}

/* ============================================
// MODULES
// ==========================================*/
/* ==========================================
   タイトル
   ========================================== */
.commonTitle01 {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  color: #375564;
}
@media (max-width: 834px) {
  .commonTitle01 {
    gap: 8px;
  }
}
.commonTitle01 .eng {
  letter-spacing: 0.05em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
@media (max-width: 834px) {
  .commonTitle01 .eng {
    font-size: 1.6rem;
  }
}
.commonTitle01 .eng::before {
  content: "";
  background-color: #c8d4d4;
  border-radius: 50%;
  width: 7px;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7px;
          flex: 0 0 7px;
  pointer-events: none;
  margin-top: 6px;
}
@media (max-width: 834px) {
  .commonTitle01 .eng::before {
    margin-top: 4px;
  }
}
.commonTitle01 .ja {
  font-size: 4.6rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: clamp(2.6rem, 3.19vw, 4.6rem);
}
@media (max-width: 834px) {
  .commonTitle01 .ja {
    font-size: 2.6rem;
  }
}
.commonTitle01.-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.commonTitle01.-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 34px;
}
@media (max-width: 834px) {
  .commonTitle01.-row {
    gap: 16px;
  }
}
.commonTitle01.-vertical {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.commonTitle01.-vertical .ja {
  font-size: 1.8rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media (max-width: 834px) {
  .commonTitle01.-vertical .ja {
    font-size: 1.6rem;
  }
}
.commonTitle01.-vertical .ja::before {
  content: "";
  background-color: #c8d4d4;
  border-radius: 50%;
  width: 7px;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7px;
          flex: 0 0 7px;
  pointer-events: none;
  margin-left: 9px;
}
.commonTitle01.-vertical .eng {
  color: #c8d4d4;
  font-size: 5rem;
}
@media (max-width: 834px) {
  .commonTitle01.-vertical .eng {
    font-size: 3rem;
  }
}
.commonTitle01.-vertical .eng::before {
  display: none;
}

.commonTitle03 {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  color: #375564;
}
@media (max-width: 834px) {
  .commonTitle03 {
    gap: 8px;
  }
}
.commonTitle03 .eng {
  letter-spacing: 0.05em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
}
@media (max-width: 834px) {
  .commonTitle03 .eng {
    font-size: 1.5rem;
  }
}
.commonTitle03 .ja {
  font-size: 4.6rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 4.8rem;
  position: relative;
}
@media (max-width: 834px) {
  .commonTitle03 .ja {
    font-size: 2.8rem;
  }
}
.commonTitle03 .ja::before {
  content: "";
  position: absolute;
  background-color: #c8d4d4;
  border-radius: 50%;
  width: 8.4px;
  aspect-ratio: 1/1;
  pointer-events: none;
  left: -40px;
  top: 23px;
}
@media (max-width: 1310px) {
  .commonTitle03 .ja::before {
    left: -24px;
  }
}
@media (max-width: 834px) {
  .commonTitle03 .ja::before {
    left: -12px;
    top: 13px;
    width: 7px;
  }
}

/* ==========================================
   ボタン
   ========================================== */
.commonBtn01 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #375564;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 24px;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 216px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 834px) {
  .commonBtn01 a {
    max-width: 180px;
    padding: 12px 20px;
  }
}
.commonBtn01 a .btn-text {
  color: #fff;
}
.commonBtn01 a .btn-arrow::before {
  content: "";
  -webkit-mask: url(../img/common/common-arrow.png) center/contain no-repeat;
          mask: url(../img/common/common-arrow.png) center/contain no-repeat;
  aspect-ratio: 24/20;
  width: 12px;
  background-color: #fff;
  pointer-events: none;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 834px) {
  .commonBtn01 a .btn-arrow::before {
    width: 11px;
  }
}
@media (any-hover: hover) {
  .commonBtn01 a:hover {
    opacity: 1;
    background-color: #42687b;
  }
  .commonBtn01 a:hover .btn-arrow::before {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}

.commonBtn02 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #375564;
  gap: 36px;
  padding-bottom: 15px;
}
.commonBtn02 a::after {
  content: "";
  border-bottom: 1px solid #c8d4d4;
  position: absolute;
  display: block;
  z-index: 1;
  bottom: -1px;
  width: 0;
  left: auto;
  right: 0;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.commonBtn02 a .btn-text {
  line-height: 1;
}
.commonBtn02 a .btn-arrow::before {
  content: "";
  -webkit-mask: url(../img/common/common-arrow.png) center/contain no-repeat;
          mask: url(../img/common/common-arrow.png) center/contain no-repeat;
  aspect-ratio: 24/20;
  width: 12px;
  background-color: #375564;
  pointer-events: none;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .commonBtn02 a:hover {
    opacity: 1;
  }
  .commonBtn02 a:hover::after {
    left: 0;
    width: 100%;
  }
  .commonBtn02 a:hover .btn-arrow::before {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
.commonBtn02.-back a::after {
  right: auto;
  left: 0;
}
.commonBtn02.-back a .btn-arrow::before {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
@media (any-hover: hover) {
  .commonBtn02.-back a:hover::after {
    right: 0;
    left: auto;
  }
  .commonBtn02.-back a:hover .btn-arrow::before {
    -webkit-transform: translate(-4px) scale(-1);
            transform: translate(-4px) scale(-1);
  }
}

/* ==========================================
   採用情報
   ========================================== */
.recruit {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  position: relative;
  z-index: 1;
}
.recruit__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
@media (max-width: 834px) {
  .recruit__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    gap: 0;
  }
}
.recruit .textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 124px 0;
  gap: 100px;
  padding-left: 8.3333333333%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  gap: 9.07%;
}
@media (max-width: 1200px) {
  .recruit .textArea {
    padding-left: 6.25%;
  }
}
@media (max-width: 834px) {
  .recruit .textArea {
    padding: 40px 5% 60px;
    gap: 6.5%;
  }
}
.recruit .textArea .text-contents {
  margin-top: 50px;
}
@media (max-width: 834px) {
  .recruit .textArea .text-contents {
    margin-top: 30px;
  }
}
.recruit .textArea .text-contents .lead {
  font-size: 3.2rem;
  line-height: 2;
}
@media (max-width: 1280px) {
  .recruit .textArea .text-contents .lead {
    font-size: 2.8rem;
  }
}
@media (max-width: 834px) {
  .recruit .textArea .text-contents .lead {
    font-size: 1.7rem;
  }
}
.recruit .textArea .text-contents .lead .char {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: calc(0.01s * var(--char-index));
          transition-delay: calc(0.01s * var(--char-index));
}
.recruit .textArea .text-contents .lead.is-active .char {
  opacity: 1;
}
.recruit .textArea .text-contents .commonBtn01 {
  margin-top: 64px;
}
@media (max-width: 834px) {
  .recruit .textArea .text-contents .commonBtn01 {
    margin-top: 30px;
  }
}
.recruit .imgArea {
  aspect-ratio: 1066/1200;
  max-width: 533px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37.0138888889%;
          flex: 0 0 37.0138888889%;
  background: url(../img/input/recruit-bg.webp) center/cover no-repeat;
}
@media (max-width: 834px) {
  .recruit .imgArea {
    max-width: 100%;
    max-height: 280px;
  }
}

body:not(.front-page):not(.lower-kyujin_d):not(.lower-kyujin_l) .fix-image::before {
  position: fixed;
  background: url(../img/common/bg-img01.webp) center/cover no-repeat;
  inset: 0;
  width: 100%;
  height: 100vh;
  content: "";
  aspect-ratio: 1440/916;
  pointer-events: none;
  z-index: -1;
}

/* ==========================================
   下層ページヘッダー
   ========================================== */
.pageHeader {
  padding: 230px 0 210px;
  background-color: #fff;
  padding-top: clamp(120px, 15.97vw, 230px);
  padding-bottom: clamp(60px, 14.58vw, 210px);
  position: relative;
  z-index: 2;
}
.pageHeader__inner .commonTitle02 {
  position: relative;
}
.pageHeader__inner .commonTitle02 .ja {
  color: #375564;
  font-size: 5rem;
  line-height: 1.2;
  position: relative;
  gap: 26px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 834px) {
  .pageHeader__inner .commonTitle02 .ja {
    font-size: 2.4rem;
    gap: 12px;
  }
}
.pageHeader__inner .commonTitle02 .ja::before {
  content: "";
  background-color: #c8d4d4;
  border-radius: 50%;
  width: 9px;
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9px;
          flex: 0 0 9px;
  margin-top: 30px;
}
@media (max-width: 834px) {
  .pageHeader__inner .commonTitle02 .ja::before {
    margin-top: 14px;
  }
}
.pageHeader__inner .commonTitle02 .eng {
  color: rgba(55, 85, 100, 0.08);
  line-height: 1;
  font-size: 19rem;
  font-size: clamp(8rem, 13.19vw, 18.2rem);
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 400;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media (max-width: 834px) {
  .pageHeader__inner .commonTitle02 .eng {
    font-size: clamp(4.8rem, 5vw, 8rem);
  }
}

/* ==========================================
  　ぱんくず
   ========================================== */
.breadcrumb {
  padding: 18px 40px 20px;
  background: #f4f8fe;
  border-top: 1px solid #c8d4d4;
  border-bottom: 1px solid #c8d4d4;
  position: relative;
  z-index: 2;
}
@media (max-width: 834px) {
  .breadcrumb {
    padding: 6px 16px;
  }
}
.breadcrumb__list {
  position: relative;
  z-index: 1;
  overflow-x: auto;
  white-space: nowrap;
}
.breadcrumb__list__item {
  display: inline;
  font-size: 1.2rem;
  font-weight: 500;
  color: #375564;
  line-height: 1;
  margin: 0 2px;
}
@media (max-width: 834px) {
  .breadcrumb__list__item {
    font-size: 1.1rem;
  }
}
.breadcrumb__list__item::after {
  content: ">";
  margin-left: 7px;
}
.breadcrumb__list__item:last-child::after {
  display: none;
}
.breadcrumb__list__item a {
  color: rgba(55, 85, 100, 0.8);
}

/* ============================================
// HEADER
// ==========================================*/
body:not(.front-page) .header {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body:not(.front-page) .header::before {
  display: none;
}
body:not(.front-page) .header .header__logo {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body:not(.front-page) .header .header__nav-wrapper .header__nav .header__nav-list .header__nav-item .header__nav-link {
  color: #375564;
}
body:not(.front-page) .header .header__nav-wrapper .header__nav .header__nav-list .header__nav-item.-kyujin .header__nav-link {
  color: #fff;
}
@media (min-width: 1591px) {
  body:not(.front-page).js-scrolled .header {
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(3px);
  }
}
@media (min-width: 835px) {
  body:not(.front-page).js-scrolled .header__inner {
    padding: 20px 30px;
  }
}
@media (min-width: 835px) {
  body:not(.front-page).js-scrolled .header .hamburger__btn {
    right: 20px;
    top: 22px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: url(../img/common/header-bg.png) top center/contain repeat-x;
  height: 186px;
  z-index: -1;
  opacity: 0.4;
  pointer-events: none;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px clamp(29.2px, 2.8571428571vw, 40px) 30px clamp(35.04px, 3.4285714286vw, 48px);
  -webkit-transition: padding 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: padding 0.3s, background 0.3s, -webkit-box-shadow 0.3s;
  transition: padding 0.3s, background 0.3s, box-shadow 0.3s;
  transition: padding 0.3s, background 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 834px) {
  .header__inner {
    padding: 12px 5% 12px 3%;
  }
}
.header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #206139;
  padding: 22px 26px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .header__logo-link {
    gap: 14px;
    padding: 10px 16px;
    gap: 24px;
  }
}
.header__logo-link svg.logo {
  color: #fff;
  display: block;
  width: 217px;
  height: auto;
  width: 190px;
}
@media (max-width: 834px) {
  .header__logo-link svg.logo {
    width: 160px;
    width: 130px;
  }
}
.header__logo-link .logo-text {
  color: #fff;
  line-height: 1;
  font-size: 1.3rem;
}
@media (min-width: 835px) {
  .header__logo-link .logo-text br {
    display: none;
  }
}
@media (max-width: 834px) {
  .header__logo-link .logo-text {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
.header__nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  gap: clamp(18px, 1.7910447761vw, 24px);
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(21.9px, 2.1428571429vw, 30px);
}
.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(23.36px, 2.2857142857vw, 32px);
  gap: 32px;
}
@media (max-width: 1590px) {
  .header__nav-list {
    display: none;
  }
}
.header__nav-link {
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}
@media (any-hover: hover) {
  .header__nav-link:hover {
    opacity: 0.75;
  }
}
.header__nav-item.-kyujin {
  min-width: 145px;
}
.header__nav-item.-kyujin .header__nav-link {
  color: #fff;
  background-color: #375564;
  padding: 17px 28px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 9px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
}
.header__nav-item.-kyujin .header__nav-link::before {
  content: "";
  background: url(../img/common/icon_search.png) center/contain no-repeat;
  max-width: 14px;
  width: 100%;
  aspect-ratio: 28/26;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
  pointer-events: none;
  margin-top: 7px;
}
@media (any-hover: hover) {
  .header__nav-item.-kyujin .header__nav-link:hover {
    opacity: 1;
    background-color: #42687b;
    color: #fff;
  }
}
.header__nav-item.-newgraduate .header__nav-link {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 17px 24px;
  background-color: #9f9a82;
  display: block;
  font-weight: 500;
}
@media (any-hover: hover) {
  .header__nav-item.-newgraduate .header__nav-link:hover {
    opacity: 1;
    background-color: #aca893;
  }
}
.header__nav .btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media (max-width: 1590px) {
  .header__nav .btnWrap {
    margin-right: 80px;
  }
}
@media (max-width: 960px) {
  .header__nav .btnWrap {
    display: none;
  }
}
.header.js-scrolled .header__inner {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

/* ============================================
// FOOTER
// ==========================================*/
.footer {
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
}
.footer__inner {
  padding-bottom: 200px;
}
@media (max-width: 834px) {
  .footer__inner {
    padding-bottom: 88px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (min-width: 835px) {
  .footer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 5%;
  }
}
.footer__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .footer__logo a {
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__logo a .logo-img {
  max-width: 217px;
  width: 100%;
  display: block;
}
@media (max-width: 834px) {
  .footer__logo a .logo-img {
    max-width: 180px;
  }
}
.footer__logo a .logo-text {
  color: #fff;
  background-color: #206139;
  padding: 9.5px 12px;
  line-height: 1;
  font-size: 1.3rem;
}
@media (min-width: 835px) {
  .footer__logo a .logo-text br {
    display: none;
  }
}
@media (max-width: 834px) {
  .footer__logo a .logo-text {
    padding: 5px 12px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.footer__nav {
  border-bottom: 1px solid #c8d4d4;
}
@media (min-width: 835px) {
  .footer__nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 38px;
  }
}
@media (max-width: 834px) {
  .footer__nav {
    margin-inline: auto;
  }
}
.footer__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0px 45px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 834px) {
  .footer__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4px 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footer__item a {
  font-weight: bold;
  font-size: 1.5rem;
}
@media (max-width: 834px) {
  .footer__item a {
    font-size: 1.4rem;
  }
}
.footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6.5%;
  margin-top: 90px;
  width: 100%;
}
@media (max-width: 834px) {
  .footer__link {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
}
.footer__link-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 430px;
          flex: 0 0 430px;
}
@media (max-width: 834px) {
  .footer__link-left {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-top: 50px;
  }
}
.footer__link-left .footer__corporate {
  margin-top: 56px;
}
@media (max-width: 834px) {
  .footer__link-left .footer__corporate {
    margin-top: 32px;
  }
}
.footer__link-left .footer__corporate a {
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid currentColor;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 27px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 834px) {
  .footer__link-left .footer__corporate a {
    font-size: 1.2rem;
    padding: 18px;
  }
}
.footer__link-left .footer__corporate a::after {
  content: "";
  background: url(../img/common/ico-blank-color.png) center/contain no-repeat;
  aspect-ratio: 13/10;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13px;
          flex: 0 0 13px;
  width: 13px;
  margin-top: 3px;
  pointer-events: none;
  display: block;
}
@media (any-hover: hover) {
  .footer__link-left .footer__corporate a:hover {
    opacity: 0.7;
  }
}
.footer__link-left .footer__analytics {
  margin-top: 220px;
}
@media (max-width: 834px) {
  .footer__link-left .footer__analytics {
    margin-top: 40px;
  }
}
.footer__link-left .footer__analytics a {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 834px) {
  .footer__link-left .footer__analytics a {
    font-size: 1rem;
    padding-bottom: 6px;
  }
}
.footer__link-left .footer__copyrigh {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
}
@media (max-width: 834px) {
  .footer__link-left .footer__copyrigh {
    font-size: 1rem;
    margin-top: 24px;
  }
}
@media (min-width: 835px) {
  .footer__link-right {
    max-width: 638px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(446.6px, 49.0769230769vw, 638px);
            flex: 0 0 clamp(446.6px, 49.0769230769vw, 638px);
  }
}
.footer__link-right .footer__search__hd {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}
.footer__link-right .footer__search-group {
  gap: 15px;
  margin-top: 24px;
}
@media (min-width: 835px) {
  .footer__link-right .footer__search-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 834px) {
  .footer__link-right .footer__search-group {
    margin-top: 16px;
  }
}
.footer__link-right .footer__search-title {
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #375564;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  margin-top: 3px;
}
@media (max-width: 834px) {
  .footer__link-right .footer__search-title {
    gap: 7px;
  }
}
.footer__link-right .footer__search-title::before {
  content: "";
  background-color: #375564;
  width: 7px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7px;
          flex: 0 0 7px;
  margin-top: 9px;
  pointer-events: none;
}
.footer__link-right .footer__search-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 834px) {
  .footer__link-right .footer__search-list {
    gap: 2px 14px;
    margin-top: 3px;
  }
}
.footer__link-right .footer__search-item {
  line-height: 1.8;
}
@media (max-width: 834px) {
  .footer__link-right .footer__search-item {
    line-height: 1.6;
  }
}
.footer__link-right .footer__search-item a {
  font-size: 1.5rem;
  line-height: 1.6;
  color: rgba(55, 85, 100, 0.8);
}
@media (max-width: 834px) {
  .footer__link-right .footer__search-item a {
    font-size: 1.3rem;
  }
}
@media (any-hover: hover) {
  .footer__link-right .footer__search-item a:hover {
    color: rgba(55, 85, 100, 0.7);
  }
}
@media (min-width: 835px) {
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* ============================================
// PAGETOP
// ==========================================*/
.pagetop a {
  position: absolute;
  bottom: 40px;
  right: 30px;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #375564;
  width: 60px;
  height: 60px;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 834px) {
  .pagetop a {
    right: 2.5%;
    bottom: 10px;
    width: 50px;
    height: 50px;
  }
}
.pagetop a::before {
  content: "";
  -webkit-mask: url(../img/common/common-arrow.png) center/contain no-repeat;
          mask: url(../img/common/common-arrow.png) center/contain no-repeat;
  background-color: #fff;
  pointer-events: none;
  aspect-ratio: 24/20;
  max-width: 12px;
  width: 100%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* ============================================
// INDEX
// ==========================================*/
.front-page .main {
  padding-top: 0;
  padding-bottom: 0;
}
.front-page .main .fix-image::before {
  position: fixed;
  background: url(../img/common/bg-img01.webp) center/cover no-repeat;
  inset: 0;
  width: 100%;
  height: 100vh;
  content: "";
  aspect-ratio: 1440/916;
  pointer-events: none;
  z-index: -1;
}
.front-page .mainVisual {
  width: 100%;
  position: relative;
  z-index: 10;
}
.front-page .mainVisual::before {
  content: "";
  position: absolute;
  background-color: #fff;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}
.front-page .mainVisual__copy {
  position: absolute;
  bottom: 7.6%;
  z-index: 3;
  left: 5.2vw;
}
@media (max-width: 834px) {
  .front-page .mainVisual__copy {
    bottom: 40%;
    left: 5%;
  }
}
.front-page .mainVisual__copy .copy-text {
  color: #fff;
  font-weight: 500;
  font-size: 5rem;
  font-size: clamp(2.8rem, 3.47vw, 5rem);
  line-height: 1.6;
  text-shadow: 0px 2px 12px rgba(0, 0, 0, 0.4), 0px 2px 6px rgba(0, 0, 0, 0.4);
}
@media (max-width: 834px) {
  .front-page .mainVisual__copy .copy-text {
    font-size: 2.4rem;
  }
}
.front-page .mainVisual__copy .copy-text .char {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: calc(0.07s * var(--char-index));
          transition-delay: calc(0.07s * var(--char-index));
}
.front-page .mainVisual__copy .copy-text.is-active .char {
  opacity: 1;
}
.front-page .mainVisual__copy .eng {
  margin-top: 30px;
  font-size: 1.6rem;
  color: #fff;
  font-family: "Cormorant Garamond", sans-serif;
  line-height: 1.2;
  text-shadow: 0px 2px 12px rgba(0, 0, 0, 0.42);
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-animation: fade-left 0.8s ease-out forwards;
          animation: fade-left 0.8s ease-out forwards;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
@media (max-width: 834px) {
  .front-page .mainVisual__copy .eng {
    margin-top: 10px;
    font-size: 1.3rem;
  }
}
@-webkit-keyframes fade-left {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fade-left {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.front-page .mainVisual__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: min(820px, 100vh);
  overflow: hidden;
  height: clamp(740px, 65.4vw, 100vh);
  opacity: 0;
  -webkit-animation: fadeIn-contents 1.5s ease-out forwards;
          animation: fadeIn-contents 1.5s ease-out forwards;
}
@media (max-width: 834px) {
  .front-page .mainVisual__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@-webkit-keyframes fadeIn-contents {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn-contents {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.front-page .mainVisual__contents__left, .front-page .mainVisual__contents__right {
  height: 100%;
}
.front-page .mainVisual__contents__left {
  width: 66.944%;
}
@media (max-width: 834px) {
  .front-page .mainVisual__contents__left {
    width: 100%;
    height: 65%;
  }
}
.front-page .mainVisual__contents__right {
  width: 33.056%;
}
@media (max-width: 834px) {
  .front-page .mainVisual__contents__right {
    width: 100%;
    height: 35%;
  }
}
@media (max-width: 834px) {
  .front-page .mainVisual__contents__right .swiper-slide:nth-child(4n+2) img {
    -o-object-position: center 70%;
       object-position: center 70%;
  }
}
.front-page .mainVisual .swiper {
  width: 100%;
  height: 100%;
}
.front-page .mainVisual .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.front-page .mainVisual .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.front-page .about-jobSearch-newJobs_wrapper {
  position: relative;
  z-index: 0;
  background-color: #f9f2e9;
}
.front-page .about-jobSearch-newJobs_wrapper .deco_circle01 {
  position: relative;
}
.front-page .about-jobSearch-newJobs_wrapper .deco_circle01::before {
  position: absolute;
  top: -600px;
  left: -600px;
  content: "";
  width: 1200px;
  z-index: -1;
  aspect-ratio: 1/1;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.4) 35%, rgba(255, 255, 255, 0.2) 55%, rgba(255, 255, 255, 0) 70%);
}
@media (max-width: 834px) {
  .front-page .about-jobSearch-newJobs_wrapper .deco_circle01::before {
    top: -300px;
    left: -300px;
    width: 600px;
  }
}
.front-page .about {
  padding: 140px 0 0;
  position: relative;
  z-index: 5 !important;
}
@media (max-width: 834px) {
  .front-page .about {
    padding: 80px 0 60px;
  }
}
.front-page .about__inner {
  max-width: 1640px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 834px) {
  .front-page .about__inner {
    gap: 24px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.front-page .about .textArea {
  padding-left: 7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15.2%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 220px;
}
@media (max-width: 1280px) {
  .front-page .about .textArea {
    gap: 8.2%;
  }
}
@media (max-width: 834px) {
  .front-page .about .textArea {
    display: contents;
  }
}
.front-page .about .textArea .lead {
  font-size: 4rem;
  font-size: clamp(2.4rem, 2.3vw, 4rem);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1.75;
}
@media (max-width: 834px) {
  .front-page .about .textArea .lead {
    font-size: 2.2rem;
    line-height: 1.6;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: auto;
    margin-left: 9%;
  }
}
.front-page .about .textArea .lead .char {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-delay: calc(0.025s * var(--char-index));
          transition-delay: calc(0.025s * var(--char-index));
}
.front-page .about .textArea .lead.is-active .char {
  opacity: 1;
}
.front-page .about .textArea .text {
  line-height: 2.4;
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 40px;
}
@media (max-width: 834px) {
  .front-page .about .textArea .text {
    margin-top: 20px;
    padding: 0 6.25%;
    line-height: 2.2;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: block;
  }
}
.front-page .about .textArea .text .text-paragraph {
  display: block;
}
@media (max-width: 834px) {
  .front-page .about .textArea .text .text-paragraph {
    margin-top: 20px;
  }
}
.front-page .about .textArea .text .text-paragraph:first-child {
  margin-top: 0;
}
.front-page .about .imageArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43.26%;
          flex: 0 0 43.26%;
}
@media (max-width: 834px) {
  .front-page .about .imageArea {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56%;
            flex: 0 0 56%;
  }
}
.front-page .about .imageArea .topImage {
  aspect-ratio: 550/370;
  max-width: 550px;
  margin-left: auto;
  width: 88.42%;
}
.front-page .about .imageArea .bottomImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 834px) {
  .front-page .about .imageArea .bottomImage {
    gap: 10px;
    margin-top: 10px;
  }
}
.front-page .about .imageArea .bottomImage_01 {
  aspect-ratio: 203/247;
  max-width: 203px;
}
.front-page .about .imageArea .bottomImage_02 {
  aspect-ratio: 400/530;
  max-width: 400px;
}
.front-page .jobSearch {
  padding: 0px 0 60px;
  position: relative;
  -webkit-transition: 1s !important;
  transition: 1s !important;
  opacity: 0;
}
.front-page .jobSearch.js-active {
  opacity: 1;
}
@media (max-width: 834px) {
  .front-page .jobSearch {
    padding: 0px;
  }
}
.front-page .jobSearch__inner {
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 834px) {
  .front-page .jobSearch__inner {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.front-page .jobSearch__img {
  aspect-ratio: 468/600;
  max-width: 468px;
  margin-right: -103px;
  z-index: 1;
  margin-top: 50px;
}
@media (max-width: 834px) {
  .front-page .jobSearch__img {
    max-width: 200px;
    margin-right: 0;
    margin-top: 0;
    margin-left: auto;
  }
}
.front-page .jobSearch .commonTitle01 {
  position: relative;
  z-index: 5;
}
.front-page .jobSearch__content {
  padding: 127px 174px 113px 210px;
  max-width: 1075px;
  margin-left: auto;
  position: relative;
  margin-top: -80px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .jobSearch__content {
    padding: 150px 6.25% 70px;
    margin-top: -120px;
  }
}
.front-page .jobSearch__content::before {
  position: absolute;
  background: url(../img/common/bg-img01.webp) center/cover no-repeat;
}
@media (min-width: 1100px) {
  .front-page .jobSearch__content::before {
    background-attachment: fixed;
  }
}
.front-page .jobSearch__content::before {
  -webkit-filter: blur(3px);
          filter: blur(3px);
  z-index: -1;
  inset: 0;
  content: "";
  pointer-events: none;
}
.front-page .jobSearch__content::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  inset: 0;
  background-color: #fff;
  opacity: 0.9;
  pointer-events: none;
}
.front-page .newJobs {
  padding: 60px 0 154px;
  position: relative;
}
@media (max-width: 834px) {
  .front-page .newJobs {
    padding: 60px 0 70px;
  }
}
.front-page .newJobs .deco_circle02 {
  position: relative;
}
.front-page .newJobs .deco_circle02::before {
  position: absolute;
  top: -500px;
  left: -500px;
  content: "";
  width: 1000px;
  z-index: -1;
  aspect-ratio: 1/1;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.4) 35%, rgba(255, 255, 255, 0.2) 55%, rgba(255, 255, 255, 0) 70%);
}
@media (max-width: 834px) {
  .front-page .newJobs .deco_circle02::before {
    top: -300px;
    left: -300px;
    width: 600px;
  }
}
@media (max-width: 834px) {
  .front-page .newJobs__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.front-page .newJobs .titleArea {
  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;
}
@media (max-width: 834px) {
  .front-page .newJobs .titleArea {
    display: contents;
  }
}
@media (max-width: 834px) {
  .front-page .newJobs .titleArea .commonTitle01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 835px) {
  .front-page .newJobs .titleArea .commonTitle01 .ja {
    font-size: 4.2rem;
    font-size: clamp(3rem, 2.91vw, 4.2rem);
  }
}
@media (max-width: 834px) {
  .front-page .newJobs .titleArea .commonBtn02 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 32px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
.front-page .newJobs .titleArea .commonBtn02 .arrow {
  width: 40px;
}
.front-page .newJobs .swiper_newJobs {
  margin-top: 70px;
}
@media (max-width: 834px) {
  .front-page .newJobs .swiper_newJobs {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 32px;
  }
}
.front-page .newJobs .swiper_newJobs .newJobs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.front-page .newJobs .swiper_newJobs .newJobs__list .swiper-slide {
  height: auto;
}
.front-page .newJobs .swiper_newJobs .newJobs__list__item {
  max-width: 463px;
}
@media (max-width: 834px) {
  .front-page .newJobs .swiper_newJobs .newJobs__list__item {
    max-width: 400px;
  }
}
.front-page .newJobs .swiper_newJobs .newJobs__list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  background-color: #fff;
  padding: 30px 24px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 100%;
}
@media (max-width: 834px) {
  .front-page .newJobs .swiper_newJobs .newJobs__list__item a {
    gap: 16px;
    padding: 16px;
  }
}
@media (any-hover: hover) {
  .front-page .newJobs .swiper_newJobs .newJobs__list__item a:hover {
    opacity: 1;
  }
  .front-page .newJobs .swiper_newJobs .newJobs__list__item a:hover .imgArea .img img {
    scale: 1.1;
  }
  .front-page .newJobs .swiper_newJobs .newJobs__list__item a:hover .textArea .text {
    opacity: 0.7;
  }
}
.front-page .newJobs .swiper_newJobs .newJobs__list__item a .imgArea {
  position: relative;
  max-width: 150px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .front-page .newJobs .swiper_newJobs .newJobs__list__item a .imgArea {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }
}
.front-page .newJobs .swiper_newJobs .newJobs__list__item a .imgArea .img {
  aspect-ratio: 150/100;
  max-width: 150px;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .newJobs .swiper_newJobs .newJobs__list__item a .imgArea .img {
    max-width: 120px;
  }
}
.front-page .newJobs .swiper_newJobs .newJobs__list__item a .imgArea .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.front-page .newJobs .swiper_newJobs .newJobs__list__item a .textArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
.front-page .newJobs .swiper_newJobs .newJobs__list__item a .textArea .jobsArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.front-page .newJobs .swiper_newJobs .newJobs__list__item a .textArea .jobs {
  background-color: #c8d4d4;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 6px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #375564;
}
@media (max-width: 834px) {
  .front-page .newJobs .swiper_newJobs .newJobs__list__item a .textArea .jobs {
    font-size: 1.2rem;
    padding: 4px 8px;
  }
}
.front-page .newJobs .swiper_newJobs .newJobs__list__item a .textArea .text {
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 20px;
}
@media (max-width: 834px) {
  .front-page .newJobs .swiper_newJobs .newJobs__list__item a .textArea .text {
    font-size: 1.4rem;
    margin-top: 6px;
    line-height: 1.6;
    margin-bottom: 8px;
  }
}
.front-page .newJobs .swiper_newJobs .newJobs__list__item a .textArea .date {
  color: #7c849b;
  text-align: right;
  margin-top: 20px;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: auto;
  margin-top: auto;
}
.front-page .newJobs .swiper_newJobs .controller-wrapper {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
}
@media (max-width: 834px) {
  .front-page .newJobs .swiper_newJobs .controller-wrapper {
    display: block;
    margin-top: 20px;
  }
}
.front-page .newJobs .swiper_newJobs .controller-wrapper .controls {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 834px) {
  .front-page .newJobs .swiper_newJobs .controller-wrapper .controls {
    gap: 16px;
  }
}
.front-page .newJobs .swiper_newJobs .controller-wrapper .controls .swiper-pagination {
  position: initial;
  max-width: 980px;
  width: 100%;
  height: 2px;
  background-color: rgba(55, 85, 100, 0.4);
}
.front-page .newJobs .swiper_newJobs .controller-wrapper .controls .swiper-pagination span {
  background-color: #375564;
}
.front-page .newJobs .swiper_newJobs .controller-wrapper .controls .controlbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
}
@media (max-width: 834px) {
  .front-page .newJobs .swiper_newJobs .controller-wrapper .controls .controlbtn {
    gap: 4px;
  }
}
.front-page .newJobs .swiper_newJobs .controller-wrapper .controls .controlbtn__item {
  position: relative;
  width: 60px;
  aspect-ratio: 1/1;
  background-color: #c8d4d4;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .front-page .newJobs .swiper_newJobs .controller-wrapper .controls .controlbtn__item {
    width: 45px;
  }
}
.front-page .newJobs .swiper_newJobs .controller-wrapper .controls .controlbtn__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  aspect-ratio: 24/20;
  -webkit-mask: url(../img/common/common-arrow.png) center center/contain no-repeat;
          mask: url(../img/common/common-arrow.png) center center/contain no-repeat;
  background-color: #375564;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-left: 1px;
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
          transform: translate(-50%, -50%) scaleX(-1);
}
@media (max-width: 834px) {
  .front-page .newJobs .swiper_newJobs .controller-wrapper .controls .controlbtn__item::before {
    width: 11px;
  }
}
.front-page .newJobs .swiper_newJobs .controller-wrapper .controls .controlbtn__item.-next::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (any-hover: hover) {
  .front-page .newJobs .swiper_newJobs .controller-wrapper .controls .controlbtn__item:hover {
    opacity: 0.8;
  }
}
.front-page .newJobs .swiper_newJobs .controller-wrapper .controls .controlbtn .swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}
.front-page .newJobs .swiper_newJobs .controller-wrapper .commonBtn01 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
}
.front-page .newJobs .swiper_newJobs .controller-wrapper .commonBtn01 a {
  min-width: 220px;
  color: #375564;
  background-color: #fff;
  border: #fff 2px solid;
  padding: 20px 56px 23px;
}
.front-page .newJobs .swiper_newJobs .controller-wrapper .commonBtn01 a::after {
  background-color: #375564;
}
@media (hover: hover) {
  .front-page .newJobs .swiper_newJobs .controller-wrapper .commonBtn01 a:hover {
    opacity: 1;
    color: #fff;
    background-color: #375564;
    border: #fff 2px solid;
  }
  .front-page .newJobs .swiper_newJobs .controller-wrapper .commonBtn01 a:hover::after {
    background-color: #fff;
  }
}
@media (max-width: 834px) {
  .front-page .newJobs .swiper_newJobs .controller-wrapper .commonBtn01 a {
    padding: 17px 56px 18px;
  }
}
@media (max-width: 834px) {
  .front-page .newJobs .swiper_newJobs .controller-wrapper .commonBtn01 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 22px auto 0;
  }
}
.front-page .image-section {
  min-height: clamp(250px, 52.7777777778vw, 760px);
  position: relative;
  overflow: hidden;
}
.front-page .interview {
  padding: 175px 0 220px;
  background: linear-gradient(135deg, #fbf6f0 0%, #FAF3E9 50%, #F8F0E5 100%);
}
@media (max-width: 834px) {
  .front-page .interview {
    padding: 70px 0 180px;
  }
}
.front-page .interview__hdArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 64px;
}
@media (max-width: 834px) {
  .front-page .interview__hdArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 20px;
  }
}
.front-page .interview__hdArea .commonTitle01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 834px) {
  .front-page .interview__hdArea .commonTitle01 {
    gap: 5px;
  }
}
.front-page .interview__hdArea .text {
  font-weight: 500;
  color: #375564;
}
.front-page .interview__content {
  max-width: 248px;
  margin-top: 70px;
  position: relative;
}
@media (max-width: 834px) {
  .front-page .interview__content {
    margin-top: 30px;
    max-width: 100%;
  }
}
.front-page .interview__content__list .list_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 140px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .front-page .interview__content__list .list_item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 20px;
  }
}
.front-page .interview__content__list .list_item a .imageArea {
  width: 248px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .interview__content__list .list_item a .imageArea {
    margin: 0 auto;
    max-width: 240px;
    -webkit-transform: initial;
            transform: initial;
    width: 90%;
  }
}
.front-page .interview__content__list .list_item a .imageArea img {
  aspect-ratio: 248/320;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 834px) {
  .front-page .interview__content__list .list_item a .imageArea img {
    aspect-ratio: 248/290;
  }
}
.front-page .interview__content__list .list_item a .textArea {
  display: none;
  width: 300px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 834px) {
  .front-page .interview__content__list .list_item a .textArea {
    width: 100%;
    margin-top: 0;
  }
}
.front-page .interview__content__list .list_item a .textArea__inner {
  opacity: 0;
  -webkit-transition: opacity 5s;
  transition: opacity 5s;
  -webkit-transition-delay: 10s;
          transition-delay: 10s;
}
.front-page .interview__content__list .list_item a .textArea .copyArea {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(55, 85, 100, 0.3);
  position: relative;
}
@media (max-width: 834px) {
  .front-page .interview__content__list .list_item a .textArea .copyArea {
    padding-bottom: 16px;
  }
}
.front-page .interview__content__list .list_item a .textArea .copyArea::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -1px;
  width: 0;
  left: auto;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #375564;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.front-page .interview__content__list .list_item a .textArea .copyArea .employ {
  background-color: #c8d4d4;
  color: #375564;
  line-height: 1;
  padding: 12px 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
}
@media (max-width: 834px) {
  .front-page .interview__content__list .list_item a .textArea .copyArea .employ {
    font-size: 1.3rem;
    padding: 8px 10px;
  }
}
.front-page .interview__content__list .list_item a .textArea .copyArea .copy {
  margin-top: 40px;
  font-size: 3.1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  display: -webkit-box;
}
@media (max-width: 834px) {
  .front-page .interview__content__list .list_item a .textArea .copyArea .copy {
    font-size: 1.8rem;
    margin-top: 10px;
  }
  .front-page .interview__content__list .list_item a .textArea .copyArea .copy br {
    display: none;
  }
}
.front-page .interview__content__list .list_item a .textArea .info {
  margin-top: 32px;
}
@media (max-width: 834px) {
  .front-page .interview__content__list .list_item a .textArea .info {
    margin-top: 16px;
  }
}
.front-page .interview__content__list .list_item a .textArea .info .nameArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 14px;
  margin-top: 6px;
}
@media (max-width: 834px) {
  .front-page .interview__content__list .list_item a .textArea .info .nameArea {
    margin-top: 0px;
  }
}
@media (any-hover: hover) {
  .front-page .interview__content__list .list_item a:hover {
    opacity: 1;
  }
  .front-page .interview__content__list .list_item a:hover .imageArea {
    overflow: hidden;
  }
  .front-page .interview__content__list .list_item a:hover .imageArea img {
    scale: 1.1;
  }
  .front-page .interview__content__list .list_item a:hover .textArea .copyArea::after {
    left: 0;
    width: 100%;
  }
}
.front-page .interview__content__list .swiper-slide-active,
.front-page .interview__content__list .swiper-slide-duplicate-active {
  width: 775px !important;
  opacity: 1;
}
@media (max-width: 834px) {
  .front-page .interview__content__list .swiper-slide-active,
  .front-page .interview__content__list .swiper-slide-duplicate-active {
    width: 100% !important;
    padding-left: initial;
  }
}
.front-page .interview__content__list .swiper-slide-active a .imageArea,
.front-page .interview__content__list .swiper-slide-duplicate-active a .imageArea {
  -webkit-transform: scale(1.37);
          transform: scale(1.37);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media (max-width: 834px) {
  .front-page .interview__content__list .swiper-slide-active a .imageArea,
  .front-page .interview__content__list .swiper-slide-duplicate-active a .imageArea {
    -webkit-transform: initial;
            transform: initial;
  }
}
.front-page .interview__content__list .swiper-slide-active a .textArea,
.front-page .interview__content__list .swiper-slide-duplicate-active a .textArea {
  display: block;
}
.front-page .interview__content__list .swiper-slide-active a .textArea__inner,
.front-page .interview__content__list .swiper-slide-duplicate-active a .textArea__inner {
  opacity: 1;
}
.front-page .interview__btnArea {
  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;
  margin-top: 140px;
  gap: 40px;
}
@media (max-width: 834px) {
  .front-page .interview__btnArea {
    display: contents;
  }
}
.front-page .interview__btnArea .controller-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 793px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .front-page .interview__btnArea .controller-wrapper {
    gap: 24px;
    margin-top: 32px;
  }
}
.front-page .interview__btnArea .controller-wrapper .navi_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  height: 50px;
}
@media (max-width: 834px) {
  .front-page .interview__btnArea .controller-wrapper .navi_btn {
    gap: 8px;
  }
}
.front-page .interview__btnArea .controller-wrapper .navi_btn .swiper-button-prev,
.front-page .interview__btnArea .controller-wrapper .navi_btn .swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: #c8d4d4;
  position: relative;
  left: auto;
  right: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  top: auto;
  margin-top: 0;
}
@media (max-width: 834px) {
  .front-page .interview__btnArea .controller-wrapper .navi_btn .swiper-button-prev,
  .front-page .interview__btnArea .controller-wrapper .navi_btn .swiper-button-next {
    width: 45px;
    height: 45px;
  }
}
.front-page .interview__btnArea .controller-wrapper .navi_btn .swiper-button-prev::before,
.front-page .interview__btnArea .controller-wrapper .navi_btn .swiper-button-next::before {
  -webkit-mask: url(../img/common/common-arrow.png) center/contain no-repeat;
          mask: url(../img/common/common-arrow.png) center/contain no-repeat;
  background: #375564;
  aspect-ratio: 24/20;
  max-width: 12px;
  width: 100%;
  content: "";
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .front-page .interview__btnArea .controller-wrapper .navi_btn .swiper-button-prev::before,
  .front-page .interview__btnArea .controller-wrapper .navi_btn .swiper-button-next::before {
    width: 11px;
  }
}
.front-page .interview__btnArea .controller-wrapper .navi_btn .swiper-button-prev::after,
.front-page .interview__btnArea .controller-wrapper .navi_btn .swiper-button-next::after {
  display: none;
}
@media (any-hover: hover) {
  .front-page .interview__btnArea .controller-wrapper .navi_btn .swiper-button-prev:hover,
  .front-page .interview__btnArea .controller-wrapper .navi_btn .swiper-button-next:hover {
    opacity: 0.8;
  }
}
.front-page .interview__btnArea .controller-wrapper .navi_btn .swiper-button-prev::before {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.front-page .interview__btnArea .controller-wrapper .swiper-pagination {
  position: initial;
  max-width: 600px;
  width: 100%;
  height: 2px;
  background-color: rgba(55, 85, 100, 0.3);
}
.front-page .interview__btnArea .controller-wrapper .swiper-pagination span {
  background-color: #375564;
}
.front-page .interview__btnArea .commonBtn01 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 216px;
          flex: 0 0 216px;
}
@media (max-width: 834px) {
  .front-page .interview__btnArea .commonBtn01 {
    margin-top: 32px;
  }
}
@media (max-width: 834px) {
  .front-page .interview__btnArea .commonBtn01 a {
    margin-left: auto;
  }
}
.front-page .workStyle {
  padding: 62px 0 0;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
}
@media (max-width: 834px) {
  .front-page .workStyle {
    padding-top: 0;
  }
}
.front-page .workStyle__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  max-width: 1640px;
  margin: 0 auto;
}
@media (max-width: 834px) {
  .front-page .workStyle__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 90px;
  }
}
.front-page .workStyle .leftImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -137px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28.47%;
          flex: 0 0 28.47%;
}
@media (max-width: 834px) {
  .front-page .workStyle .leftImage {
    margin-top: -80px;
    gap: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}
.front-page .workStyle .leftImage_01 {
  aspect-ratio: 410/376;
  max-width: 410px;
}
@media (max-width: 834px) {
  .front-page .workStyle .leftImage_01 {
    max-width: 180px;
  }
}
.front-page .workStyle .leftImage_02 {
  aspect-ratio: 270/245;
  max-width: 270px;
}
@media (max-width: 834px) {
  .front-page .workStyle .leftImage_02 {
    max-width: 120px;
  }
}
.front-page .workStyle .textArea {
  margin: 0 auto;
  margin-top: 122px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 834px) {
  .front-page .workStyle .textArea {
    padding: 0 6.25%;
    margin-top: 0;
  }
}
.front-page .workStyle .textArea .commonTitle01 {
  gap: 24px;
}
.front-page .workStyle .textArea .text {
  margin-top: 64px;
  line-height: 2.2;
  letter-spacing: normal;
  text-align: center;
}
@media (min-width: 835px) {
  .front-page .workStyle .textArea .text {
    white-space: nowrap;
  }
}
@media (max-width: 834px) {
  .front-page .workStyle .textArea .text {
    margin-top: 32px;
  }
}
.front-page .workStyle .textArea .commonBtn01 {
  margin-top: 80px;
}
@media (max-width: 834px) {
  .front-page .workStyle .textArea .commonBtn01 {
    margin-top: 42px;
  }
}
.front-page .workStyle .textArea .commonBtn01 a {
  margin: 0 auto;
}
.front-page .workStyle .rightImage {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28.47%;
          flex: 0 0 28.47%;
}
@media (max-width: 834px) {
  .front-page .workStyle .rightImage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    gap: 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: -40px;
  }
}
.front-page .workStyle .rightImage__top {
  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;
}
@media (max-width: 834px) {
  .front-page .workStyle .rightImage__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.front-page .workStyle .rightImage__top__01 {
  aspect-ratio: 200/156;
  max-width: 200px;
  margin-right: -55px;
  margin-top: 126px;
  position: relative;
  z-index: 1;
}
@media (max-width: 834px) {
  .front-page .workStyle .rightImage__top__01 {
    margin-top: 10px;
    margin-right: 0px;
    max-width: 120px;
  }
}
.front-page .workStyle .rightImage__top__02 {
  aspect-ratio: 174/210;
  max-width: 174px;
}
@media (max-width: 834px) {
  .front-page .workStyle .rightImage__top__02 {
    max-width: 90px;
  }
}
.front-page .workStyle .rightImage__bottom {
  margin-top: 227px;
  aspect-ratio: 410/421;
  max-width: 410px;
  margin-bottom: -105px;
  margin-left: auto;
}
@media (max-width: 834px) {
  .front-page .workStyle .rightImage__bottom {
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 180px;
    margin-left: 0;
  }
}
.front-page .career-qa {
  padding: 224px 0;
  background: linear-gradient(160deg, #FFFEFC 0%, #F8F4EB 35%, #F6EEE1 65%, #F4EBDC 100%);
}
@media (max-width: 834px) {
  .front-page .career-qa {
    padding: 120px 0 80px;
  }
}
.front-page .career-qa__contents {
  position: relative;
}
@media (min-width: 835px) {
  .front-page .career-qa__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.front-page .career-qa__block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.front-page .career-qa__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: clamp(390px, 39.1666666667vw, 564px);
  padding-left: clamp(60px, 5.7142857143vw, 80px);
  overflow: hidden;
}
@media (max-width: 834px) {
  .front-page .career-qa__link {
    padding-left: 5%;
    min-height: 280px;
  }
}
@media (any-hover: hover) {
  .front-page .career-qa__link:hover {
    opacity: 1;
  }
  .front-page .career-qa__link:hover .career-qa__image img {
    scale: 1.05;
    -webkit-filter: brightness(1.08);
            filter: brightness(1.08);
  }
}
.front-page .career-qa__image {
  position: absolute;
  inset: 0;
}
.front-page .career-qa__image::before {
  content: "";
  position: absolute;
  height: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(55, 85, 100, 0)), color-stop(50%, rgba(55, 85, 100, 0.5)), to(rgba(55, 85, 100, 0.6)));
  background: linear-gradient(to bottom, rgba(55, 85, 100, 0) 0%, rgba(55, 85, 100, 0.5) 50%, rgba(55, 85, 100, 0.6) 100%);
  pointer-events: none;
}
.front-page .career-qa__image img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.front-page .career-qa .commonTitle01 {
  padding-bottom: 45px;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 834px) {
  .front-page .career-qa .commonTitle01 {
    padding-bottom: 24px;
  }
}
.front-page .career-qa .commonTitle01 .ja {
  font-size: 3.6rem;
  font-size: clamp(2.4rem, 2.91vw, 3.6rem);
}
@media (max-width: 834px) {
  .front-page .career-qa .commonTitle01 .ja {
    font-size: 2.2rem;
  }
}
.front-page .career-qa .commonTitle01 .eng::before {
  background-color: #fff;
}
.front-page .career-qa__icon {
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  aspect-ratio: 1/1;
  background: #fff;
  z-index: 2;
}
@media (max-width: 834px) {
  .front-page .career-qa__icon {
    bottom: 16px;
    right: 16px;
    width: 40px;
  }
}
.front-page .career-qa__icon img {
  width: 12px;
  aspect-ratio: 24/20;
}
@media (max-width: 834px) {
  .front-page .career-qa__icon img {
    width: 11px;
  }
}
.front-page .recruit-banner {
  position: fixed;
  bottom: 100px;
  right: 100px;
  right: 2.36%;
  bottom: 6.94%;
  z-index: 3;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 834px) {
  .front-page .recruit-banner {
    bottom: 15px;
    right: 0;
  }
}
.front-page .recruit-banner a {
  max-width: 272px;
  display: block;
}
@media (max-width: 834px) {
  .front-page .recruit-banner a {
    max-width: 150px;
  }
}
@media (any-hover: hover) {
  .front-page .recruit-banner a:hover {
    opacity: 1;
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
  .front-page .recruit-banner a:hover .recruit-banner__hd .hd-arrow::before {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
.front-page .recruit-banner__hd {
  background-color: rgba(55, 85, 100, 0.72);
  background-color: #375564;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 24px 20px 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 834px) {
  .front-page .recruit-banner__hd {
    padding: 10px 15px;
  }
}
.front-page .recruit-banner__hd .hd-text {
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}
@media (max-width: 834px) {
  .front-page .recruit-banner__hd .hd-text {
    font-size: 1.5rem;
    gap: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.front-page .recruit-banner__hd .hd-text .eng {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}
@media (max-width: 834px) {
  .front-page .recruit-banner__hd .hd-text .eng {
    font-size: 1.1rem;
  }
}
.front-page .recruit-banner__hd .hd-arrow::before {
  content: "";
  background-color: #fff;
  -webkit-mask: url(../img/common/common-arrow.png) center/contain no-repeat;
          mask: url(../img/common/common-arrow.png) center/contain no-repeat;
  aspect-ratio: 24/20;
  width: 12px;
  display: block;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 834px) {
  .front-page .recruit-banner__hd .hd-arrow::before {
    width: 10px;
  }
}
.front-page .recruit-banner__content {
  background-color: rgba(55, 85, 100, 0.85);
  padding: 16px 30px 18px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2;
}
@media (min-width: 835px) {
  .front-page .recruit-banner__content br {
    display: none;
  }
}
@media (max-width: 834px) {
  .front-page .recruit-banner__content {
    font-size: 1.2rem;
    line-height: 1.6;
    padding: 10px 15px 15px;
  }
}
.front-page .recruit-banner.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.js-scrolled .recruit-banner {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  backdrop-filter: blur(5px);
}

/* ============================================
// RECRUIT
// ==========================================*/
/*--------------------
求人一覧
--------------------*/
.lower-kyujin_l {
  background-color: #f9f2e9;
}
.lower-kyujin_l .l-main {
  padding-top: 120px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .l-main {
    padding-top: 80px;
  }
}
.lower-kyujin_l .search_panel {
  border: none;
  background-color: #fff;
  padding: 20px 100px 30px;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  background: url(../img/common/bg-img01.webp) center/cover no-repeat;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search_panel {
    padding: 20px 24px;
    margin-inline: -2%;
  }
}
.lower-kyujin_l .search_panel::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  inset: 0;
  background-color: #fff;
  opacity: 0.93;
  pointer-events: none;
}
.lower-kyujin_l .search-toggle {
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -25px;
  background: #375564;
  max-width: 235px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle {
    width: 200px;
  }
}
@media (any-hover: hover) {
  .lower-kyujin_l .search-toggle:hover {
    background-color: #42687b;
  }
}
.lower-kyujin_l .search-toggle .toggle_txt {
  font-size: 1.5rem;
  padding: 1em;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle .toggle_txt {
    font-size: 1.4rem;
    padding: 0.88em 1em;
  }
}
.lower-kyujin_l .search-toggle .toggle_txt .pannel-open {
  display: block;
}
.lower-kyujin_l .search-toggle .toggle_txt .pannel-close {
  display: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger {
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  background: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger::before {
  display: none;
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico {
  width: 16px;
  height: 1px;
}
@media (max-width: 834px) {
  .lower-kyujin_l .search-toggle .toggle_trigger_txt_ico {
    width: 12px;
  }
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico:nth-of-type(1) {
  margin: 0;
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}
.lower-kyujin_l .search-toggle .toggle_trigger_txt_ico:nth-of-type(2) {
  margin: 0;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.lower-kyujin_l .search-toggle.js-active .toggle_txt .pannel-open {
  display: none;
}
.lower-kyujin_l .search-toggle.js-active .toggle_txt .pannel-close {
  display: block;
}
.lower-kyujin_l .search-toggle.js-active .toggle_trigger_txt_ico:nth-of-type(2) {
  -webkit-transform: translateX(-50%) rotate(0);
          transform: translateX(-50%) rotate(0);
}
.lower-kyujin_l .search_body {
  position: relative;
}
.lower-kyujin_l .search_body .custom-form {
  margin-top: 0;
}
.lower-kyujin_l .search_body .custom-form_inner {
  padding: 40px 0 20px;
}
.lower-kyujin_l .job_result_total {
  padding: 54px 0 24px;
  z-index: 1;
  position: relative;
}
@media (max-width: 834px) {
  .lower-kyujin_l .job_result_total {
    padding: 24px 0 16px;
  }
}
.lower-kyujin_l article.job {
  font-weight: 400;
  margin-top: 30px;
  padding: 50px;
}
@media (max-width: 834px) {
  .lower-kyujin_l article.job {
    margin-top: 15px;
    padding: 30px 7%;
    margin-inline: -2%;
  }
}
.lower-kyujin_l article.job:first-child {
  margin-top: 0;
}

/*--------------------
求人詳細
--------------------*/
.lower-kyujin_d {
  background-color: #f9f2e9;
}
.lower-kyujin_d .pageHeader {
  padding: 170px 0 130px;
  padding-top: clamp(80px, 11.8vw, 170px);
  padding-bottom: clamp(50px, 9.02vw, 210px);
}
.lower-kyujin_d .job {
  background-color: #fff;
  padding: 60px 80px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .job {
    padding: 30px 6.25%;
    margin-top: 20px;
    margin-inline: -2%;
  }
}
.lower-kyujin_d .commonBtn02 {
  padding: 80px 0;
}
@media (max-width: 834px) {
  .lower-kyujin_d .commonBtn02 {
    padding: 50px 0 40px;
  }
}
.lower-kyujin_d .commonBtn02 a {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lower-kyujin_d .footer {
  padding-bottom: 92px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .footer {
    padding-bottom: 68px;
  }
}
.lower-kyujin_d .pagetop a {
  bottom: 120px;
}
@media (max-width: 834px) {
  .lower-kyujin_d .pagetop a {
    bottom: 90px;
  }
}
.lower-kyujin_d main.l-main {
  padding-bottom: 50px;
}
@media (max-width: 834px) {
  .lower-kyujin_d main.l-main {
    padding-top: 6%;
    padding-bottom: 20px;
  }
}
.lower-kyujin_d .outline_ttl,
.lower-kyujin_d .appeal_ttl {
  color: #375564;
}

.lower-whatsnew {
  background-color: #f9f2e9;
}
.lower-whatsnew .l-main {
  padding-top: 60px;
}
@media (max-width: 834px) {
  .lower-whatsnew .l-main {
    padding-top: 20px;
  }
}

/* ============================================
// インタビュー一覧ページ
// ==========================================*/
@media (max-width: 834px) {
  .lower-interview_l .pageHeader .commonTitle02 .eng {
    font-size: clamp(5rem, 5vw, 8rem);
  }
}
.lower-interview_l .l-main {
  padding: 0;
}
.lower-interview_l .interview__container {
  background-color: #f5ecde;
  position: relative;
}
.lower-interview_l .interview__container .deco_circle01 {
  position: relative;
}
.lower-interview_l .interview__container .deco_circle01::before {
  position: absolute;
  top: -600px;
  left: -600px;
  content: "";
  width: 1200px;
  z-index: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.4) 35%, rgba(255, 255, 255, 0.2) 55%, rgba(255, 255, 255, 0) 70%);
}
@media (max-width: 834px) {
  .lower-interview_l .interview__container .deco_circle01::before {
    top: -300px;
    left: -300px;
    width: 600px;
  }
}
.lower-interview_l .interviews {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 0 5%;
}
@media (min-width: 835px) {
  .lower-interview_l .interviews {
    padding-top: 160px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1280px) {
  .lower-interview_l .interviews {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 834px) {
  .lower-interview_l .interviews {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.lower-interview_l .interviews__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  margin: 30px 0;
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item {
    margin: 20px 0;
  }
}
@media (max-width: 640px) {
  .lower-interview_l .interviews__item:first-child a {
    margin-top: 0;
  }
  .lower-interview_l .interviews__item:last-child a {
    margin-bottom: 0;
  }
}
.lower-interview_l .interviews__item a {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (any-hover: hover) {
  .lower-interview_l .interviews__item a:hover {
    color: #375564;
    opacity: 1;
  }
  .lower-interview_l .interviews__item a:hover .imgArea img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .lower-interview_l .interviews__item a:hover .copy::after {
    left: 0;
    right: 17%;
    width: 83%;
  }
}
.lower-interview_l .interviews__item .imgArea {
  aspect-ratio: 3/2;
  margin-bottom: 1.25em;
  overflow: hidden;
}
.lower-interview_l .interviews__item .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-interview_l .interviews__item .bodyArea {
  display: contents;
}
.lower-interview_l .interviews__item .bodyArea .employ {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.6rem;
  color: #375564;
  line-height: 1.5;
  font-weight: 700;
  margin-right: 2em;
  padding: 0.44em 0.8em;
  background: #c8d4d4;
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item .bodyArea .employ {
    font-size: 1.4rem;
  }
}
.lower-interview_l .interviews__item .bodyArea .copy {
  font-size: 1.625em;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.65;
  margin-bottom: 0.3em;
  position: relative;
  padding-bottom: 24px;
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item .bodyArea .copy {
    font-size: 1.4em;
  }
}
.lower-interview_l .interviews__item .bodyArea .copy::before {
  content: "";
  position: absolute;
  background-color: #c8d4d4;
  left: 0;
  height: 1px;
  bottom: 0;
  width: 83%;
}
.lower-interview_l .interviews__item .bodyArea .copy::after {
  content: "";
  position: absolute;
  background-color: #375564;
  left: auto;
  right: 17%;
  height: 1px;
  bottom: 0;
  width: 0;
  max-width: 83%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lower-interview_l .interviews__item .bodyArea .info {
  margin-top: 16px;
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item .bodyArea .info {
    margin-top: 16px;
  }
}
.lower-interview_l .interviews__item .bodyArea .info .nameArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 14px;
  margin-top: 6px;
}
@media (max-width: 834px) {
  .lower-interview_l .interviews__item .bodyArea .info .nameArea {
    margin-top: 0px;
  }
}

/* ============================================
// インタビュー詳細ページ
// ==========================================*/
.lower-interview_d .interview__container {
  background-color: #fff;
}
.lower-interview_d .l-main {
  padding: 0;
}
.lower-interview_d .interview {
  /*------------------------------
    メインエリア
  ------------------------------*/
}
.lower-interview_d .interview__main .copyArea {
  padding-top: 230px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .copyArea {
    padding-top: 110px;
  }
}
.lower-interview_d .interview__main .copyArea .copy {
  font-size: 2.875em;
  font-size: clamp(2.3rem, 3.19vw, 4.6rem);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
  position: relative;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .copyArea .copy {
    font-size: 1.7em;
  }
}
.lower-interview_d .interview__main .copyArea .copy::before {
  position: absolute;
  content: "";
  background-color: #f9f4eb;
  width: 200px;
  height: 200px;
  left: -80px;
  top: -100px;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1400px) {
  .lower-interview_d .interview__main .copyArea .copy::before {
    left: -30px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .copyArea .copy::before {
    width: 60px;
    height: 60px;
    left: -15px;
    top: -20px;
  }
}
.lower-interview_d .interview__main__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5.5%;
  padding-top: 90px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    padding-top: 0;
  }
}
.lower-interview_d .interview__main .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  aspect-ratio: 640/427;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .imgArea {
    margin-bottom: 32px;
  }
}
.lower-interview_d .interview__main .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-interview_d .interview__main .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea {
    margin-top: 0;
  }
}
.lower-interview_d .interview__main .txtArea .employ {
  font-size: 1.6rem;
  color: #375564;
  line-height: 1.5;
  font-weight: 700;
  padding: 0.3em 0.54em;
  background: #c8d4d4;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea .employ {
    font-size: 1.4rem;
  }
}
.lower-interview_d .interview__main .txtArea .name {
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 40px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea .name {
    margin-top: 0px;
  }
}
.lower-interview_d .interview__main .txtArea .name small {
  font-size: 0.65em;
  margin-left: 0.3em;
}
.lower-interview_d .interview__main .txtArea .data {
  color: rgba(55, 85, 100, 0.8);
}
.lower-interview_d .interview__main .txtArea .data span:nth-child(n+2)::before {
  content: "/";
  margin: 0 0.4em 0 0.2em;
}
.lower-interview_d .interview__main .txtArea .profile {
  margin-top: 2.5em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea .profile {
    margin-top: 1.5em;
  }
}
.lower-interview_d .interview__main .txtArea .profile .hd {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Cormorant Garamond", sans-serif;
}
.lower-interview_d .interview__main .txtArea .profile .hd::before {
  content: "";
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7px;
          flex: 0 0 7px;
  width: 7px;
  margin-top: 0.75em;
  background: #375564;
  border-radius: 50%;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__main .txtArea .profile .hd::before {
    margin-top: 0.88em;
  }
}
.lower-interview_d .interview {
  /*------------------------------
    入社のきっかけ
  ------------------------------*/
}
.lower-interview_d .interview__trigger {
  position: relative;
  margin-top: 140px;
  padding: 4.5% 4% 3%;
  border: 1px solid #c8d4d4;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__trigger {
    margin: 5em -20px 0;
    padding: 3em 1.7em 1.7em;
    border-left: none;
    border-right: none;
  }
}
.lower-interview_d .interview__trigger .deco {
  position: absolute;
  top: 0.175em;
  right: -10px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  color: #375564;
  font-size: 19rem;
  font-size: clamp(6rem, 13.19vw, 19rem);
  line-height: 1;
  font-weight: 400;
  opacity: 0.08;
  font-family: "Cormorant Garamond", sans-serif;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__trigger .deco {
    font-size: clamp(3rem, 10vw, 13rem);
    right: 0;
  }
}
.lower-interview_d .interview__trigger .hd {
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  padding: 0.5em 1em;
  background: #375564;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  letter-spacing: 0.05em;
}
.lower-interview_d .interview__trigger .hd::before {
  content: "";
  aspect-ratio: 1/1;
  width: 0.6em;
  position: absolute;
  left: 0;
  bottom: 1px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  background: #375564;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.lower-interview_d .interview {
  /*------------------------------
    インタビューコンテンツ（通常）
  ------------------------------*/
}
.lower-interview_d .interview__topics {
  margin-top: 80px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics {
    margin-top: 48px;
  }
}
@media (min-width: 835px) {
  .lower-interview_d .interview__topics .commonTitle03 {
    padding-left: 50px;
  }
}
.lower-interview_d .interview__topics__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5%;
  counter-increment: topic-num;
  padding-top: 80px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item {
    display: block;
    padding: 0;
    padding-top: 60px;
  }
}
@media (min-width: 835px) {
  .lower-interview_d .interview__topics__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}
@media (min-width: 835px) {
  .lower-interview_d .interview__topics__item:nth-child(even) .imgArea {
    margin-left: 0;
  }
}
.lower-interview_d .interview__topics__item:nth-child(even) .imgArea::before {
  left: auto;
  right: -50px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item:nth-child(even) .imgArea::before {
    right: -20px;
  }
}
@media (min-width: 835px) {
  .lower-interview_d .interview__topics__item:nth-child(even) .txtArea {
    margin-left: 50px;
  }
}
.lower-interview_d .interview__topics__item:first-child {
  padding-top: 60px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item:first-child {
    padding-top: 32px;
  }
}
.lower-interview_d .interview__topics__item .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36.08%;
          flex: 0 0 36.08%;
  aspect-ratio: 433/289;
  background: #f5f5f5;
  position: relative;
  max-width: 433px;
  margin-inline: auto;
}
@media (min-width: 835px) {
  .lower-interview_d .interview__topics__item .imgArea {
    margin-left: 50px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .imgArea {
    margin-bottom: 1.5em;
  }
}
.lower-interview_d .interview__topics__item .imgArea::before {
  position: absolute;
  content: "";
  background-color: #f9f4eb;
  width: 200px;
  height: 200px;
  left: -50px;
  bottom: -50px;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .imgArea::before {
    width: 70px;
    height: 70px;
    left: -20px;
    bottom: auto;
    top: -30px;
  }
}
.lower-interview_d .interview__topics__item .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-interview_d .interview__topics__item .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.lower-interview_d .interview__topics__item .txtArea .lead {
  font-size: 3rem;
  line-height: 1.7;
  margin-bottom: 0.5em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__topics__item .txtArea .lead {
    font-size: 1.4em;
  }
}
.lower-interview_d .interview__topics__item .txtArea .lead::before {
  content: "TOPIC " counter(topic-num, decimal-leading-zero);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.6em;
  color: #206139;
  line-height: 1;
  margin-bottom: 1em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #206139;
}
.lower-interview_d .interview {
  /*------------------------------
    一日の流れ
  ------------------------------*/
}
.lower-interview_d .interview__schedule {
  position: relative;
  z-index: 1;
  padding: 140px 0 0;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule {
    padding: 48px 0 0;
  }
}
@media (min-width: 835px) {
  .lower-interview_d .interview__schedule .commonTitle03 {
    margin-left: 50px;
  }
}
.lower-interview_d .interview__schedule__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    margin-top: 40px;
  }
}
.lower-interview_d .interview__schedule__block .body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background-color: #f9f2e9;
  padding: 80px 0 80px 8.33vw;
}
@media (max-width: 1200px) {
  .lower-interview_d .interview__schedule__block .body {
    padding-left: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.lower-interview_d .interview__schedule__block .body .timeline {
  position: relative;
  z-index: 1;
}
.lower-interview_d .interview__schedule__block .body .timeline::before {
  content: "";
  width: 1px;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 150px;
  background: #206139;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule__block .body .timeline::before {
    left: 20px;
  }
}
.lower-interview_d .interview__schedule__block .body .timeline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 0;
  border-bottom: 1px solid #c8d4d4;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule__block .body .timeline__item {
    display: block;
    padding: 1.3em 0;
  }
}
.lower-interview_d .interview__schedule__block .body .timeline__item:last-child {
  border-bottom: none;
}
.lower-interview_d .interview__schedule__block .body .timeline__item .timeArea {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  font-size: 1.1875em;
  font-weight: 700;
  color: #375564;
  line-height: 1.6;
  padding-left: 40px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule__block .body .timeline__item .timeArea {
    display: block;
    font-size: 1em;
    margin-bottom: 0.2em;
    padding-left: 40px;
  }
}
.lower-interview_d .interview__schedule__block .body .timeline__item .timeArea::after {
  content: "";
  aspect-ratio: 1/1;
  width: 0.9em;
  position: absolute;
  right: 0;
  top: 0.3em;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule__block .body .timeline__item .timeArea::after {
    right: inherit;
    left: 20px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.lower-interview_d .interview__schedule__block .body .timeline__item .timeArea::after {
  background: #206139;
  -webkit-transform: translate(50%, 0) scale(0.5);
          transform: translate(50%, 0) scale(0.5);
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule__block .body .timeline__item .timeArea::after {
    -webkit-transform: translate(-50%, 0) scale(0.5);
            transform: translate(-50%, 0) scale(0.5);
  }
}
.lower-interview_d .interview__schedule__block .body .timeline__item .txtArea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule__block .body .timeline__item .txtArea {
    padding-left: 40px;
    padding-right: 20px;
  }
}
.lower-interview_d .interview__schedule__block .body .timeline__item .txtArea .hd {
  font-size: 1.25em;
  font-weight: 700;
  color: #375564;
  line-height: 1.6;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule__block .body .timeline__item .txtArea .hd {
    font-size: 1.125em;
  }
}
.lower-interview_d .interview__schedule__block .body .timeline__item .txtArea .txt {
  margin-top: 0.25em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule__block .body .timeline__item .txtArea .txt {
    font-size: 0.95em;
  }
}
.lower-interview_d .interview__schedule__block .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.59%;
          flex: 0 0 31.59%;
  background: url(../img/interview/oneday_image.jpg) center/cover no-repeat;
  width: 100%;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__schedule__block .imgArea {
    max-width: 100%;
    max-height: 240px;
    max-height: clamp(240px, 50vw, 400px);
    background: url(../img/interview/oneday_image-sp.jpg) center/cover no-repeat;
    aspect-ratio: 360/240;
  }
}
.lower-interview_d .interview {
  /*------------------------------
    メッセージ
  ------------------------------*/
}
.lower-interview_d .interview__message {
  margin-top: 100px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message {
    margin-top: 48px;
  }
}
@media (min-width: 835px) {
  .lower-interview_d .interview__message .commonTitle03 {
    margin-left: 50px;
  }
}
.lower-interview_d .interview__message .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.83%;
  margin-top: 70px;
  border-bottom: 1px solid #c8d4d4;
  padding-bottom: 90px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .body {
    display: block;
    padding-bottom: 30px;
    margin-top: 30px;
  }
}
.lower-interview_d .interview__message .body .imgArea {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  aspect-ratio: 1/1;
}
@media (min-width: 835px) {
  .lower-interview_d .interview__message .body .imgArea {
    margin-left: 50px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .body .imgArea {
    width: 50%;
    max-width: 240px;
    margin: 0 auto;
  }
}
.lower-interview_d .interview__message .body .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-interview_d .interview__message .body .txtArea {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__message .body .txtArea {
    padding-top: 2em;
  }
}
.lower-interview_d .interview {
  /*------------------------------
    戻るボタン／取材日
  ------------------------------*/
}
.lower-interview_d .interview__bottom {
  padding: 72px 0 130px;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__bottom {
    padding: 32px 0 64px;
  }
}
.lower-interview_d .interview__bottom .innerWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__bottom .innerWrap {
    -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;
    gap: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.lower-interview_d .interview__bottom .commonBtn01 {
  width: 100%;
}
@media (min-width: 835px) {
  .lower-interview_d .interview__bottom .commonBtn01 {
    max-width: 216px;
  }
}
@media (max-width: 834px) {
  .lower-interview_d .interview__bottom .commonBtn01 a {
    margin: 0 auto;
  }
}
.lower-interview_d .interview__bottom .date {
  display: block;
  text-align: center;
  font-size: 0.9em;
  color: rgba(55, 85, 100, 0.8);
  margin-top: 1.5em;
}
@media (max-width: 834px) {
  .lower-interview_d .interview__bottom .date {
    margin-top: 0;
  }
}

/* ============================================
// FAQ
// ==========================================*/
.lower-faq .l-main {
  padding: 0;
}
.lower-faq .faq__container {
  background-color: #f5ecde;
  position: relative;
  padding: 120px 0 160px;
}
@media (max-width: 834px) {
  .lower-faq .faq__container {
    padding: 64px 0 80px;
  }
}
.lower-faq .faq__container .deco_circle01 {
  position: relative;
}
.lower-faq .faq__container .deco_circle01::before {
  position: absolute;
  top: -600px;
  left: -600px;
  content: "";
  width: 1200px;
  z-index: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.4) 35%, rgba(255, 255, 255, 0.2) 55%, rgba(255, 255, 255, 0) 70%);
}
@media (max-width: 834px) {
  .lower-faq .faq__container .deco_circle01::before {
    top: -300px;
    left: -300px;
    width: 600px;
  }
}
.lower-faq .faq {
  /*------------------------------
    タブ
  ------------------------------*/
}
.lower-faq .faq__tab .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 834px) {
  .lower-faq .faq__tab .tabs {
    gap: 10px;
    margin-bottom: 24px;
  }
}
.lower-faq .faq__tab .tabs__item {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
  padding: 1.2em;
  background: #f5f5f5;
  border-radius: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
@media (max-width: 834px) {
  .lower-faq .faq__tab .tabs__item {
    font-size: 0.9em;
    padding: 1em;
  }
}
.lower-faq .faq__tab .tabs__item::after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: 1px;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: #f5f5f5;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-faq .faq__tab .tabs__item::after {
    width: 12px;
    height: 6px;
  }
}
.lower-faq .faq__tab .tabs__item.-active {
  color: #ffffff;
  background: #375564;
}
.lower-faq .faq__tab .tabs__item.-active::after {
  background: #375564;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.js-tab-target {
  opacity: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-tab-target.-active {
  height: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.lower-faq .faq {
  /*------------------------------
    アンカー
  ------------------------------*/
}
.lower-faq .faq__anchor .anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2em;
  font-weight: 700;
  gap: 1em 2em;
}
@media (max-width: 834px) {
  .lower-faq .faq__anchor .anchors {
    font-size: 1.1em;
    gap: 0.5em 1em;
  }
}
.lower-faq .faq__anchor .anchors__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.4em;
  color: #375564;
  line-height: 1.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-faq .faq__anchor .anchors__item 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.3em;
  background: #375564;
  -webkit-mask: url(../img/faq/ico_anchor.svg) center center/contain no-repeat;
          mask: url(../img/faq/ico_anchor.svg) center center/contain no-repeat;
}
@media (any-hover: hover) {
  .lower-faq .faq__anchor .anchors__item a:hover {
    color: rgba(55, 85, 100, 0.7);
  }
}
.lower-faq .faq {
  /*------------------------------
    コンテンツエリア
  ------------------------------*/
}
@media (max-width: 834px) {
  .lower-faq .faq__contents {
    margin: 0 -10px;
  }
}
.lower-faq .faq__contents:not(.js-tab-target) {
  padding-top: 64px;
}
@media (max-width: 834px) {
  .lower-faq .faq__contents:not(.js-tab-target) {
    padding-top: 32px;
  }
}
.lower-faq .faq__catTitle {
  font-size: 1.9em;
  font-weight: 700;
  color: #375564;
  line-height: 1.6;
  margin-bottom: 0.7em;
}
@media (max-width: 834px) {
  .lower-faq .faq__catTitle {
    font-size: 1.6em;
  }
}
.lower-faq .faq__list {
  border: 1px solid #c8d4d4;
  border-radius: 2px;
  background-color: #fff;
}
.lower-faq .faq__list__item {
  border-bottom: 1px solid #c8d4d4;
}
.lower-faq .faq__list__item:last-child {
  border-bottom: none;
}
.lower-faq .faq__list__item .q {
  position: relative;
  z-index: 1;
  padding: 2.4em 3.2em;
  padding-right: 48px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .q {
    padding: 1.5em 20px;
  }
}
.lower-faq .faq__list__item .q::before, .lower-faq .faq__list__item .q::after {
  content: "";
  width: 1em;
  height: 1px;
  position: absolute;
  right: 48px;
  top: 50%;
  background: #375564;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .q::before, .lower-faq .faq__list__item .q::after {
    right: 20px;
  }
}
.lower-faq .faq__list__item .q::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.lower-faq .faq__list__item .q p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
  font-size: 1.3em;
  color: #375564;
  line-height: 1.7;
  padding-right: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 0.05em;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .q p {
    font-size: 1.14em;
    padding-right: 30px;
  }
}
.lower-faq .faq__list__item .q p::before {
  content: "Q";
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.3em;
          flex: 0 0 2.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.7em;
  color: #375564;
  line-height: 1;
  background: #c8d4d4;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0.1em;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .q p::before {
    padding-top: 0;
  }
}
@media (any-hover: hover) {
  .lower-faq .faq__list__item .q p:hover {
    color: rgba(55, 85, 100, 0.7);
  }
}
.lower-faq .faq__list__item .a {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 3.2em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .a {
    padding: 0 20px;
  }
}
.lower-faq .faq__list__item .a p {
  overflow-y: hidden;
}
.lower-faq .faq__list__item .a .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(55, 85, 100, 0.15)));
  background: linear-gradient(transparent 60%, rgba(55, 85, 100, 0.15) 60%);
}
.lower-faq .faq__list__item .a .strong {
  font-weight: 700;
  color: #375564;
}
.lower-faq .faq__list__item .a .link {
  display: block;
  margin-top: 10px;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item .a .link {
    margin-top: 5px;
  }
}
.lower-faq .faq__list__item .a .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;
  color: #375564;
  gap: 6px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.lower-faq .faq__list__item .a .link a::before {
  content: "";
  aspect-ratio: 1/1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.8em;
          flex: 0 0 0.8em;
  width: 0.8em;
  margin-top: 0.65em;
  background: #375564;
  -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/faq/ico_link.svg);
          mask-image: url(../img/faq/ico_link.svg);
}
.lower-faq .faq__list__item .a .link a[target=_blank]::before {
  -webkit-mask-image: url(../img/faq/ico_external.svg);
          mask-image: url(../img/faq/ico_external.svg);
}
@media (any-hover: hover) {
  .lower-faq .faq__list__item .a .link a:hover {
    opacity: 0.7;
  }
}
.lower-faq .faq__list__item.-open .q::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.lower-faq .faq__list__item.-open .a {
  grid-template-rows: 1fr;
  margin-top: -2.4em;
  padding-top: 0.7em;
  padding-bottom: 2.4em;
}
@media (max-width: 834px) {
  .lower-faq .faq__list__item.-open .a {
    margin-top: -1.5em;
    padding-bottom: 1.5em;
  }
}/*# sourceMappingURL=style.css.map */